@syncfusion/ej2-dropdowns 25.2.7-130084 → 26.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +3 -2
- package/{ReadMe.md → README.md} +1 -1
- package/dist/ej2-dropdowns.min.js +10 -1
- package/dist/ej2-dropdowns.umd.min.js +10 -1
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +505 -215
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +498 -207
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +10 -1
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +9 -0
- package/package.json +80 -79
- package/src/auto-complete/auto-complete-model.d.ts +10 -10
- package/src/auto-complete/auto-complete.d.ts +12 -12
- package/src/auto-complete/auto-complete.js +3 -3
- package/src/combo-box/combo-box-model.d.ts +17 -17
- package/src/combo-box/combo-box.d.ts +27 -27
- package/src/combo-box/combo-box.js +25 -10
- package/src/common/interface.js +0 -1
- package/src/common/virtual-scroll.js +1 -0
- package/src/drop-down-base/drop-down-base-model.d.ts +21 -14
- package/src/drop-down-base/drop-down-base.d.ts +43 -17
- package/src/drop-down-base/drop-down-base.js +65 -10
- package/src/drop-down-list/drop-down-list-model.d.ts +3 -3
- package/src/drop-down-list/drop-down-list.d.ts +19 -5
- package/src/drop-down-list/drop-down-list.js +130 -5
- package/src/drop-down-tree/drop-down-tree-model.d.ts +16 -16
- package/src/drop-down-tree/drop-down-tree.d.ts +18 -14
- package/src/drop-down-tree/drop-down-tree.js +52 -38
- package/src/list-box/list-box-model.d.ts +2 -2
- package/src/list-box/list-box.d.ts +2 -2
- package/src/list-box/list-box.js +30 -9
- package/src/mention/mention.js +23 -8
- package/src/multi-select/interface.js +0 -1
- package/src/multi-select/multi-select.d.ts +15 -0
- package/src/multi-select/multi-select.js +135 -12
- package/styles/auto-complete/_bootstrap5.3-definition.scss +2 -0
- package/styles/auto-complete/_fluent2-definition.scss +2 -0
- package/styles/auto-complete/bootstrap-dark.css +5 -2
- package/styles/auto-complete/bootstrap.css +5 -2
- package/styles/auto-complete/bootstrap4.css +6 -2
- package/styles/auto-complete/bootstrap5-dark.css +6 -2
- package/styles/auto-complete/bootstrap5.css +6 -2
- package/styles/auto-complete/fabric-dark.css +3 -1
- package/styles/auto-complete/fabric.css +3 -1
- package/styles/auto-complete/fluent-dark.css +6 -2
- package/styles/auto-complete/fluent.css +6 -2
- package/styles/auto-complete/fluent2.css +1140 -0
- package/styles/auto-complete/fluent2.scss +4 -0
- package/styles/auto-complete/highcontrast-light.css +3 -1
- package/styles/auto-complete/highcontrast.css +3 -1
- package/styles/auto-complete/material-dark.css +16 -5
- package/styles/auto-complete/material.css +16 -5
- package/styles/auto-complete/material3-dark.css +17 -6
- package/styles/auto-complete/material3-dark.scss +1 -1
- package/styles/auto-complete/material3.css +17 -6
- package/styles/auto-complete/material3.scss +1 -1
- package/styles/auto-complete/tailwind-dark.css +16 -5
- package/styles/auto-complete/tailwind.css +16 -5
- package/styles/bootstrap-dark.css +196 -228
- package/styles/bootstrap-dark.scss +28 -8
- package/styles/bootstrap.css +196 -228
- package/styles/bootstrap.scss +28 -8
- package/styles/bootstrap4.css +199 -229
- package/styles/bootstrap4.scss +28 -8
- package/styles/bootstrap5-dark.css +196 -221
- package/styles/bootstrap5-dark.scss +28 -8
- package/styles/bootstrap5.css +196 -221
- package/styles/bootstrap5.scss +28 -8
- package/styles/combo-box/_bootstrap5.3-definition.scss +2 -0
- package/styles/combo-box/_fluent2-definition.scss +2 -0
- package/styles/combo-box/bootstrap-dark.css +5 -2
- package/styles/combo-box/bootstrap.css +5 -2
- package/styles/combo-box/bootstrap4.css +6 -2
- package/styles/combo-box/bootstrap5-dark.css +6 -2
- package/styles/combo-box/bootstrap5.css +6 -2
- package/styles/combo-box/fabric-dark.css +3 -1
- package/styles/combo-box/fabric.css +3 -1
- package/styles/combo-box/fluent-dark.css +6 -2
- package/styles/combo-box/fluent.css +6 -2
- package/styles/combo-box/fluent2.css +1140 -0
- package/styles/combo-box/fluent2.scss +4 -0
- package/styles/combo-box/highcontrast-light.css +3 -1
- package/styles/combo-box/highcontrast.css +3 -1
- package/styles/combo-box/material-dark.css +16 -5
- package/styles/combo-box/material.css +16 -5
- package/styles/combo-box/material3-dark.css +17 -6
- package/styles/combo-box/material3-dark.scss +1 -1
- package/styles/combo-box/material3.css +17 -6
- package/styles/combo-box/material3.scss +1 -1
- package/styles/combo-box/tailwind-dark.css +16 -5
- package/styles/combo-box/tailwind.css +16 -5
- package/styles/drop-down-base/_bds-definition.scss +2 -2
- package/styles/drop-down-base/_bootstrap5.3-definition.scss +117 -0
- package/styles/drop-down-base/_fluent2-definition.scss +134 -0
- package/styles/drop-down-base/_layout.scss +12 -2
- package/styles/drop-down-base/_material3-definition.scss +0 -11
- package/styles/drop-down-base/_theme.scss +2 -11
- package/styles/drop-down-base/bootstrap-dark.css +2 -1
- package/styles/drop-down-base/bootstrap.css +2 -1
- package/styles/drop-down-base/bootstrap4.css +2 -1
- package/styles/drop-down-base/bootstrap5-dark.css +2 -1
- package/styles/drop-down-base/bootstrap5.css +2 -1
- package/styles/drop-down-base/fabric-dark.css +2 -1
- package/styles/drop-down-base/fabric.css +2 -1
- package/styles/drop-down-base/fluent-dark.css +2 -1
- package/styles/drop-down-base/fluent.css +2 -1
- package/styles/drop-down-base/fluent2.css +1447 -0
- package/styles/drop-down-base/fluent2.scss +3 -0
- package/styles/drop-down-base/highcontrast-light.css +2 -1
- package/styles/drop-down-base/highcontrast.css +2 -1
- package/styles/drop-down-base/material-dark.css +2 -1
- package/styles/drop-down-base/material.css +2 -1
- package/styles/drop-down-base/material3-dark.css +9 -2
- package/styles/drop-down-base/material3-dark.scss +1 -1
- package/styles/drop-down-base/material3.css +9 -2
- package/styles/drop-down-base/material3.scss +1 -1
- package/styles/drop-down-base/tailwind-dark.css +2 -1
- package/styles/drop-down-base/tailwind.css +2 -1
- package/styles/drop-down-list/_bootstrap5.3-definition.scss +201 -0
- package/styles/drop-down-list/_fluent2-definition.scss +134 -0
- package/styles/drop-down-list/_layout.scss +5 -3
- package/styles/drop-down-list/_material3-definition.scss +0 -8
- package/styles/drop-down-list/bootstrap-dark.css +38 -3
- package/styles/drop-down-list/bootstrap.css +38 -3
- package/styles/drop-down-list/bootstrap4.css +39 -3
- package/styles/drop-down-list/bootstrap5-dark.css +39 -3
- package/styles/drop-down-list/bootstrap5.css +39 -3
- package/styles/drop-down-list/fabric-dark.css +36 -2
- package/styles/drop-down-list/fabric.css +36 -2
- package/styles/drop-down-list/fluent-dark.css +39 -3
- package/styles/drop-down-list/fluent.css +39 -3
- package/styles/drop-down-list/fluent2.css +1684 -0
- package/styles/drop-down-list/fluent2.scss +9 -0
- package/styles/drop-down-list/highcontrast-light.css +36 -2
- package/styles/drop-down-list/highcontrast.css +36 -2
- package/styles/drop-down-list/icons/_bootstrap5.3.scss +14 -0
- package/styles/drop-down-list/icons/_fluent2.scss +14 -0
- package/styles/drop-down-list/material-dark.css +58 -7
- package/styles/drop-down-list/material.css +72 -9
- package/styles/drop-down-list/material3-dark.css +74 -10
- package/styles/drop-down-list/material3-dark.scss +1 -1
- package/styles/drop-down-list/material3.css +74 -10
- package/styles/drop-down-list/material3.scss +1 -1
- package/styles/drop-down-list/tailwind-dark.css +49 -6
- package/styles/drop-down-list/tailwind.css +49 -6
- package/styles/drop-down-tree/_bds-definition.scss +5 -0
- package/styles/drop-down-tree/_bootstrap4-definition.scss +1 -0
- package/styles/drop-down-tree/_bootstrap5-definition.scss +5 -0
- package/styles/drop-down-tree/_bootstrap5.3-definition.scss +66 -0
- package/styles/drop-down-tree/_fluent-definition.scss +4 -0
- package/styles/drop-down-tree/_fluent2-definition.scss +75 -0
- package/styles/drop-down-tree/_layout.scss +289 -327
- package/styles/drop-down-tree/_material3-definition.scss +3 -5
- package/styles/drop-down-tree/_tailwind-definition.scss +7 -2
- package/styles/drop-down-tree/_theme.scss +24 -41
- package/styles/drop-down-tree/bootstrap-dark.css +63 -29
- package/styles/drop-down-tree/bootstrap.css +63 -29
- package/styles/drop-down-tree/bootstrap4.css +64 -30
- package/styles/drop-down-tree/bootstrap5-dark.css +63 -27
- package/styles/drop-down-tree/bootstrap5.css +63 -27
- package/styles/drop-down-tree/fabric-dark.css +63 -29
- package/styles/drop-down-tree/fabric.css +63 -29
- package/styles/drop-down-tree/fluent-dark.css +71 -35
- package/styles/drop-down-tree/fluent.css +71 -35
- package/styles/drop-down-tree/fluent2.css +1732 -0
- package/styles/drop-down-tree/fluent2.scss +9 -0
- package/styles/drop-down-tree/highcontrast-light.css +63 -29
- package/styles/drop-down-tree/highcontrast.css +63 -23
- package/styles/drop-down-tree/icons/_bootstrap5.3.scss +11 -0
- package/styles/drop-down-tree/icons/_fluent2.scss +14 -0
- package/styles/drop-down-tree/material-dark.css +80 -43
- package/styles/drop-down-tree/material.css +97 -51
- package/styles/drop-down-tree/material3-dark.css +85 -32
- package/styles/drop-down-tree/material3-dark.scss +1 -1
- package/styles/drop-down-tree/material3.css +85 -32
- package/styles/drop-down-tree/material3.scss +1 -1
- package/styles/drop-down-tree/tailwind-dark.css +72 -28
- package/styles/drop-down-tree/tailwind.css +72 -28
- package/styles/fabric-dark.css +194 -227
- package/styles/fabric-dark.scss +28 -8
- package/styles/fabric.css +194 -227
- package/styles/fabric.scss +28 -8
- package/styles/fluent-dark.css +206 -236
- package/styles/fluent-dark.scss +28 -8
- package/styles/fluent.css +206 -236
- package/styles/fluent.scss +28 -8
- package/styles/fluent2.css +4771 -0
- package/styles/fluent2.scss +28 -0
- package/styles/highcontrast-light.css +197 -227
- package/styles/highcontrast-light.scss +28 -8
- package/styles/highcontrast.css +197 -221
- package/styles/highcontrast.scss +28 -8
- package/styles/list-box/_bootstrap-dark-definition.scss +0 -2
- package/styles/list-box/_bootstrap5.3-definition.scss +120 -0
- package/styles/list-box/_fabric-dark-definition.scss +0 -2
- package/styles/list-box/_fluent2-definition.scss +121 -0
- package/styles/list-box/_highcontrast-light-definition.scss +0 -2
- package/styles/list-box/_layout.scss +65 -44
- package/styles/list-box/_material-dark-definition.scss +0 -2
- package/styles/list-box/_tailwind-definition.scss +1 -1
- package/styles/list-box/_theme.scss +36 -65
- package/styles/list-box/bootstrap-dark.css +72 -112
- package/styles/list-box/bootstrap.css +72 -112
- package/styles/list-box/bootstrap4.css +72 -112
- package/styles/list-box/bootstrap5-dark.css +72 -106
- package/styles/list-box/bootstrap5.css +72 -106
- package/styles/list-box/fabric-dark.css +72 -112
- package/styles/list-box/fabric.css +72 -112
- package/styles/list-box/fluent-dark.css +72 -112
- package/styles/list-box/fluent.css +72 -112
- package/styles/list-box/fluent2.css +2029 -0
- package/styles/list-box/fluent2.scss +5 -0
- package/styles/list-box/highcontrast-light.css +72 -112
- package/styles/list-box/highcontrast.css +72 -112
- package/styles/list-box/icons/_bootstrap5.3.scss +25 -0
- package/styles/list-box/icons/_fluent2.scss +25 -0
- package/styles/list-box/material-dark.css +72 -112
- package/styles/list-box/material.css +72 -112
- package/styles/list-box/material3-dark.css +73 -113
- package/styles/list-box/material3-dark.scss +1 -1
- package/styles/list-box/material3.css +73 -113
- package/styles/list-box/material3.scss +1 -1
- package/styles/list-box/tailwind-dark.css +74 -114
- package/styles/list-box/tailwind.css +74 -114
- package/styles/material-dark.css +236 -260
- package/styles/material-dark.scss +28 -8
- package/styles/material.css +253 -284
- package/styles/material.scss +28 -8
- package/styles/material3-dark.css +253 -266
- package/styles/material3-dark.scss +29 -9
- package/styles/material3.css +253 -266
- package/styles/material3.scss +29 -9
- package/styles/mention/_bootstrap5.3-definition.scss +1 -0
- package/styles/mention/_fluent2-definition.scss +1 -0
- package/styles/mention/bootstrap-dark.css +24 -0
- package/styles/mention/bootstrap.css +24 -0
- package/styles/mention/bootstrap4.css +24 -0
- package/styles/mention/bootstrap5-dark.css +24 -0
- package/styles/mention/bootstrap5.css +24 -0
- package/styles/mention/fabric-dark.css +24 -0
- package/styles/mention/fabric.css +24 -0
- package/styles/mention/fluent-dark.css +24 -0
- package/styles/mention/fluent.css +24 -0
- package/styles/mention/fluent2.css +1130 -0
- package/styles/mention/fluent2.scss +6 -0
- package/styles/mention/highcontrast-light.css +24 -0
- package/styles/mention/highcontrast.css +24 -0
- package/styles/mention/material-dark.css +24 -0
- package/styles/mention/material.css +24 -0
- package/styles/mention/material3-dark.css +25 -1
- package/styles/mention/material3-dark.scss +1 -1
- package/styles/mention/material3.css +25 -1
- package/styles/mention/material3.scss +1 -1
- package/styles/mention/tailwind-dark.css +24 -0
- package/styles/mention/tailwind.css +24 -0
- package/styles/multi-select/_bootstrap5.3-definition.scss +230 -0
- package/styles/multi-select/_fluent2-definition.scss +236 -0
- package/styles/multi-select/_layout.scss +32 -38
- package/styles/multi-select/_material3-definition.scss +0 -15
- package/styles/multi-select/_theme.scss +0 -4
- package/styles/multi-select/bootstrap-dark.css +67 -28
- package/styles/multi-select/bootstrap.css +67 -28
- package/styles/multi-select/bootstrap4.css +70 -29
- package/styles/multi-select/bootstrap5-dark.css +67 -28
- package/styles/multi-select/bootstrap5.css +67 -28
- package/styles/multi-select/fabric-dark.css +67 -28
- package/styles/multi-select/fabric.css +67 -28
- package/styles/multi-select/fluent-dark.css +69 -29
- package/styles/multi-select/fluent.css +69 -29
- package/styles/multi-select/fluent2.css +2663 -0
- package/styles/multi-select/fluent2.scss +9 -0
- package/styles/multi-select/highcontrast-light.css +70 -28
- package/styles/multi-select/highcontrast.css +70 -28
- package/styles/multi-select/icons/_bootstrap5.3.scss +26 -0
- package/styles/multi-select/icons/_fluent2.scss +692 -0
- package/styles/multi-select/material-dark.css +88 -32
- package/styles/multi-select/material.css +102 -34
- package/styles/multi-select/material3-dark.css +109 -35
- package/styles/multi-select/material3-dark.scss +1 -1
- package/styles/multi-select/material3.css +109 -35
- package/styles/multi-select/material3.scss +1 -1
- package/styles/multi-select/tailwind-dark.css +67 -28
- package/styles/multi-select/tailwind.css +67 -28
- package/styles/tailwind-dark.css +217 -233
- package/styles/tailwind-dark.scss +28 -8
- package/styles/tailwind.css +217 -233
- package/styles/tailwind.scss +28 -8
- package/CHANGELOG.md +0 -2200
|
@@ -1,2 +1,11 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-base"),require("@syncfusion/ej2-data"),require("@syncfusion/ej2-lists"),require("@syncfusion/ej2-notifications"),require("@syncfusion/ej2-popups"),require("@syncfusion/ej2-inputs"),require("@syncfusion/ej2-buttons"),require("@syncfusion/ej2-navigations")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-base","@syncfusion/ej2-data","@syncfusion/ej2-lists","@syncfusion/ej2-notifications","@syncfusion/ej2-popups","@syncfusion/ej2-inputs","@syncfusion/ej2-buttons","@syncfusion/ej2-navigations"],t):t(e.ej={},e.ej2Base,e.ej2Data,e.ej2Lists,e.ej2Notifications,e.ej2Popups,e.ej2Inputs,e.ej2Buttons,e.ej2Navigations)}(this,function(e,t,i,s,l,n,a,o,r){"use strict";function h(e,t,i,s,l,n,a,o,r){n&&""!==I?I==x&&(w=String.fromCharCode(e)):""!=w?(I=w+String.fromCharCode(e),w=""):I+=String.fromCharCode(e),o?(setTimeout(function(){w=""},700),setTimeout(function(){I=""},3e3)):setTimeout(function(){I=""},1e3);var h;if(I=s?I.toLowerCase():I,k!==l||x!==I||r){var u=t,p=I.length,d=void 0;f=i=i?i+1:0;O=[];do{f===u.length&&(f=-1),d=u[h=-1===f?0:f],(s?d.innerText.toLowerCase():d.innerText).substr(0,p)===I&&O.push(u[h]),f++}while(f!==i);if(x=I,k=l,o){for(var c=!1,m=0;m<O.length;m++)if(a&&O[m].textContent.toLowerCase()===a.toLowerCase()){h=m,c=!0;break}return a&&c&&(h+=1),O[h]?O[h]:O[0]}return O[0]}for(var f=0;f<O.length;f++){if(O[f].classList.contains(A)){h=f;break}if(a&&O[f].textContent.toLowerCase()===a.toLowerCase()){h=f;break}}return h+=1,o?O[h]&&O.length-1!=h?O[h]:O[O.length]:O[h]?O[h]:O[0]}function u(e,t,i,s,l,n,a){var o=t;s=void 0===s||null===s||s;var r={item:null,index:null};if(e&&e.length){var h=e.length,u=s?e.toLocaleLowerCase():e;u=p(u);for(var d=function(e,o){var p,d=o[e],c=void 0;if(t&&l){var m=d,f=n.text.split(".");l.filter(function(e){Array.prototype.slice.call(f).forEach(function(t){("object"===a&&!e.isHeader&&-1!==m.textContent.toString().indexOf(e[t])&&m.getAttribute("data-value")===e[n.value].toString()||"string"===a&&-1!==m.textContent.toString().indexOf(e))&&(p="object"===a?e[t]:e)})})}if(c=l&&p?(s?p.toString().toLocaleLowerCase():p).replace(/^\s+|\s+$/g,""):(s?d.textContent.toLocaleLowerCase():d.textContent).replace(/^\s+|\s+$/g,""),"Equal"===i&&c===u||"StartsWith"===i&&c.substr(0,h)===u||"EndsWith"===i&&c.substr(c.length-u.length)===u||"Contains"===i&&new RegExp(u,"g").test(c))return r.item=d,r.index=e,{value:{item:d,index:e}}},c=0,m=o;c<m.length;c++){var f=d(c,m);if("object"==typeof f)return f.value}return r}return r}function p(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function d(e){k===e&&(k="",x="",I="",O=[])}function c(e,t,i,s){if(/<[^>]*>/g.test(e.innerText)&&(e.innerText=e.innerText.replace(/[\u00A0-\u9999<>&]/g,function(e){return"&#"+e.charCodeAt(0)+";"})),""!==t){var l=i?"gim":"gm";t=/^[a-zA-Z0-9- ]*$/.test(t)?t:t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&");var n="StartsWith"===s?"^("+t+")":"EndsWith"===s?"("+t+")$":"("+t+")";m(e,new RegExp(n,l))}}function m(e,t){for(var i=0;e.childNodes&&i<e.childNodes.length;i++){if(3===e.childNodes[i].nodeType&&""!==e.childNodes[i].textContent.trim()){var s=e.childNodes[i].nodeValue.trim().replace(t,'<span class="e-highlight">$1</span>');e.childNodes[i].nodeValue="",e.innerHTML=e.innerHTML.trim()+s;break}m(e.childNodes[i],t)}}function f(e){for(var t=e.querySelectorAll(".e-highlight"),i=t.length-1;i>=0;i--){var s=t[i].parentNode,l=document.createTextNode(t[i].textContent);s.replaceChild(l,t[i])}}function v(e,i,s,l,n,a,o){var r=t.createElement("span",{className:be}),h=t.createElement("label",{className:Se}),u=s.getAttribute("id")?s.getAttribute("id"):t.getUniqueID("ej2_multiselect");s.id=u,t.isNullOrUndefined(s.id)||""===s.id||(h.id="label_"+s.id.replace(/ /g,"_"),h.setAttribute("for",s.id),t.attributes(l,{"aria-labelledby":h.id})),t.isNullOrUndefined(l.placeholder)||""===l.placeholder||(h.innerText=E(l.placeholder),l.removeAttribute("placeholder")),h.innerText=E(o),i.appendChild(r),i.appendChild(h),e.classList.add("e-float-input"),g(n,h),"Always"===a&&(h.classList.contains(Ie)&&t.removeClass([h],Ie),t.addClass([h],Ee))}function g(e,i){e&&e.length>0?(t.addClass([i],Ee),t.removeClass([i],Ie)):(t.removeClass([i],Ee),t.addClass([i],Ie))}function y(e,i,s,l,n,a,o){var r,h=i.querySelector("."+Se),u=i.querySelector("."+be);t.isNullOrUndefined(h)?C(n,l,r=null!==o?o:""):(r=h.innerText,t.detach(s.querySelector("."+Se)),C(n,l,r),t.isNullOrUndefined(u)||t.detach(s.querySelector("."+be))),e.classList.remove("e-float-input")}function C(e,t,i){e&&e.length?t.placeholder="":t.placeholder=i}function b(e,i){e.classList.add("e-input-focus");var s=i.querySelector("."+Se);t.isNullOrUndefined(s)||(t.addClass([s],Ee),s.classList.contains(Ie)&&t.removeClass([s],Ie))}function S(e,i,s,l,n){e.classList.remove("e-input-focus");var a=i.querySelector("."+Se);s&&s.length<=0&&"Auto"===l&&!t.isNullOrUndefined(a)&&(a.classList.contains(Ee)&&t.removeClass([a],Ee),t.addClass([a],Ie))}function E(e){var i="";if(!t.isNullOrUndefined(e)&&""!==e){var s=document.createElement("span");s.innerHTML='<input placeholder="'+e+'"/>';i=s.children[0].placeholder}return i}var I="",x="",w="",O=[],A="e-active",k="",D=function(){return(D=Object.assign||function(e){for(var t,i=1,s=arguments.length;i<s;i++){t=arguments[i];for(var l in t)Object.prototype.hasOwnProperty.call(t,l)&&(e[l]=t[l])}return e}).apply(this,arguments)},N=function(e,t,i,s){return new(i||(i=Promise))(function(l,n){function a(e){try{r(s.next(e))}catch(e){n(e)}}function o(e){try{r(s.throw(e))}catch(e){n(e)}}function r(e){e.done?l(e.value):new i(function(t){t(e.value)}).then(a,o)}r((s=s.apply(e,t||[])).next())})},L=function(e,t){function i(i){return function(a){return function(i){if(s)throw new TypeError("Generator is already executing.");for(;o;)try{if(s=1,l&&(n=2&i[0]?l.return:i[0]?l.throw||((n=l.return)&&n.call(l),0):l.next)&&!(n=n.call(l,i[1])).done)return n;switch(l=0,n&&(i=[2&i[0],n.value]),i[0]){case 0:case 1:n=i;break;case 4:return o.label++,{value:i[1],done:!1};case 5:o.label++,l=i[1],i=[0];continue;case 7:i=o.ops.pop(),o.trys.pop();continue;default:if(n=o.trys,!(n=n.length>0&&n[n.length-1])&&(6===i[0]||2===i[0])){o=0;continue}if(3===i[0]&&(!n||i[1]>n[0]&&i[1]<n[3])){o.label=i[1];break}if(6===i[0]&&o.label<n[1]){o.label=n[1],n=i;break}if(n&&o.label<n[2]){o.label=n[2],o.ops.push(i);break}n[2]&&o.ops.pop(),o.trys.pop();continue}i=t.call(e,o)}catch(e){i=[6,e],l=0}finally{s=n=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,a])}}var s,l,n,a,o={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return a={next:i(0),throw:i(1),return:i(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a},B=function(){function e(e){var t=this;this.sentinelInfo={up:{check:function(e,i){var s=e.top-t.containerElementRect.top;return i.entered=s>=0,s+t.parent.listItemHeight*t.parent.virtualItemCount/2>=0},axis:"Y"},down:{check:function(e,i){t.parent.popupContentElement.clientHeight;var s=e.bottom;return i.entered=e.bottom<=t.containerElementRect.bottom,s-t.parent.listItemHeight*t.parent.virtualItemCount/2<=t.parent.listItemHeight*t.parent.virtualItemCount/2},axis:"Y"}},this.parent=e,this.removeEventListener(),this.addEventListener()}return e.prototype.addEventListener=function(){this.parent.isDestroyed||(this.parent.on("observe",this.observe,this),this.parent.on("setGeneratedData",this.setGeneratedData,this),this.parent.on("dataProcessAsync",this.dataProcessAsync,this),this.parent.on("setCurrentViewDataAsync",this.setCurrentViewDataAsync,this),this.parent.on("bindScrollEvent",this.bindScrollEvent,this))},e.prototype.removeEventListener=function(){this.parent.isDestroyed||(this.parent.off("observe",this.observe),this.parent.off("setGeneratedData",this.setGeneratedData),this.parent.off("dataProcessAsync",this.dataProcessAsync),this.parent.off("setCurrentViewDataAsync",this.setCurrentViewDataAsync),this.parent.off("bindScrollEvent",this.bindScrollEvent))},e.prototype.bindScrollEvent=function(e){var t=this;this.component=e.component,this.observe(function(e){return t.scrollListener(e)})},e.prototype.observe=function(e){this.containerElementRect=this.parent.popupContentElement.getBoundingClientRect(),t.EventHandler.add(this.parent.popupContentElement,"wheel mousedown",this.popupScrollHandler,this),this.touchModule=new t.Touch(this.parent.popupContentElement,{scroll:this.popupScrollHandler.bind(this)}),t.EventHandler.add(this.parent.popupContentElement,"scroll",this.virtualScrollHandler(e),this)},e.prototype.getModuleName=function(){return"VirtualScroll"},e.prototype.popupScrollHandler=function(e){this.parent.isMouseScrollAction=!0,this.parent.isPreventScrollAction=!1},e.prototype.getPageQuery=function(e,t,i){return 0===i||this.parent.allowFiltering||"autocomplete"===this.component||(e=e.skip(t)),e},e.prototype.setGeneratedData=function(e,t){for(var i=0,s=this.parent.listData.length+this.parent.virtualItemStartIndex,l=this.parent.virtualItemStartIndex;l<s;l++){if(!this.parent.generatedDataObject[l]&&null!==t&&this.parent.listData.slice(i,i+1).length>0){var n=this.parent.listData.slice(i,i+1);n.length>0&&(this.parent.generatedDataObject[l]=n)}i++}},e.prototype.generateAndExecuteQueryAsync=function(e,s,l,n){void 0===s&&(s=0),void 0===l&&(l=0),void 0===n&&(n=!1);var a=this.parent.dataSource;if(!n)if(t.isNullOrUndefined(this.parent.query))e=this.getPageQuery(e,s,l);else{var o=this.removeSkipAndTakeEvents(this.parent.query.clone());e=this.getPageQuery(o,s,l)}var r=this.parent.isCustomFilter;if("combobox"===this.component){var h=0;this.parent.dataSource instanceof i.DataManager?h=this.parent.dataSource.dataSource.json.length:this.parent.dataSource&&this.parent.dataSource.length>0&&(h=this.parent.dataSource.length),h>0&&(this.parent.isCustomFilter=h==this.parent.totalItemCount&&this.parent.queryString!=this.parent.typedString||this.parent.isCustomFilter)}this.parent.resetList(a,this.parent.fields,e),this.parent.isCustomFilter=r},e.prototype.removeSkipAndTakeEvents=function(e){return e.queries=e.queries.filter(function(e){return"onSkip"!==e.fn&&"onTake"!==e.fn}),e},e.prototype.setCurrentViewDataAsync=function(e){var s=[],l=!1,n=!0;t.isNullOrUndefined(this.component)&&(this.component=e.component);var a=this.parent.viewPortInfo.endIndex;if("multiselect"===this.component&&"CheckBox"===this.parent.mode&&this.parent.value&&Array.isArray(this.parent.value)&&this.parent.value.length>0&&this.parent.enableSelectionOrder){if(this.parent.viewPortInfo.startIndex<this.parent.value.length){if(a=this.parent.viewPortInfo.endIndex-this.parent.value.length,0===this.parent.viewPortInfo.startIndex){if(this.parent.updateVirtualReOrderList(!0),this.parent.value.length<this.parent.itemCount){(o=this.parent.list.querySelector(".e-list-parent:not(.e-reorder)"))&&this.parent.list.querySelector(".e-virtual-ddl-content").removeChild(o);h=(h=this.parent.getForQuery(this.parent.value).clone()).skip(0).take(this.parent.itemCount-(this.parent.value.length-this.parent.viewPortInfo.startIndex)),this.parent.appendUncheckList=!0,this.parent.setCurrentView=!1,this.parent.resetList(this.parent.dataSource,this.parent.fields,h),n=!1,this.parent.appendUncheckList=this.parent.dataSource instanceof i.DataManager&&this.parent.appendUncheckList,n=!1}else{(o=this.parent.list.querySelector(".e-list-parent:not(.e-reorder)"))&&this.parent.list.querySelector(".e-virtual-ddl-content").removeChild(o)}n=!1}else if(0!=this.parent.viewPortInfo.startIndex){this.parent.updateVirtualReOrderList(!0);var o;(o=this.parent.list.querySelector(".e-list-parent:not(.e-reorder)"))&&this.parent.list.querySelector(".e-virtual-ddl-content").removeChild(o),n=!1}if(0!=this.parent.viewPortInfo.startIndex&&this.parent.viewPortInfo.startIndex-this.parent.value.length!=this.parent.itemCount&&this.parent.viewPortInfo.startIndex+this.parent.itemCount>this.parent.value.length){h=(h=this.parent.getForQuery(this.parent.value).clone()).skip(0).take(this.parent.itemCount-(this.parent.value.length-this.parent.viewPortInfo.startIndex)),this.parent.appendUncheckList=!0,this.parent.setCurrentView=!1,this.parent.resetList(this.parent.dataSource,this.parent.fields,h),n=!1,this.parent.appendUncheckList=this.parent.dataSource instanceof i.DataManager&&this.parent.appendUncheckList}}else{var r=this.parent.list.querySelectorAll(".e-reorder")[0];this.parent.list.querySelector(".e-virtual-ddl-content")&&r&&this.parent.list.querySelector(".e-virtual-ddl-content").removeChild(r);var h=this.parent.getForQuery(this.parent.value).clone(),u=this.parent.viewPortInfo.startIndex-this.parent.value.length>=0?this.parent.viewPortInfo.startIndex-this.parent.value.length:0;h=h.skip(u),this.parent.setCurrentView=!1,this.parent.resetList(this.parent.dataSource,this.parent.fields,h),n=!1}this.parent.totalItemsCount()}if(n)for(var p=this.parent.viewPortInfo.startIndex;p<a;p++){var d=p,c=this.parent.generatedDataObject[d];if("multiselect"===this.component&&this.parent.hideSelectedItem){if(c){var m=t.getValue(this.parent.fields.value,c[0]);if(this.parent.value&&null!=m&&Array.isArray(this.parent.value)&&this.parent.value.length>0&&this.parent.value.indexOf(m)<0){h=this.parent.getForQuery(this.parent.value).clone();h=this.parent.viewPortInfo.endIndex==this.parent.totalItemCount+this.parent.value.length&&this.parent.hideSelectedItem?h.skip(this.parent.totalItemCount-this.parent.itemCount):h.skip(this.parent.viewPortInfo.startIndex),this.parent.setCurrentView=!1,this.parent.resetList(this.parent.dataSource,this.parent.fields,h),l=!0;break}(null===this.parent.value||this.parent.value&&0===this.parent.value.length)&&s.push(c[0])}if(d===a-1&&s.length!=this.parent.itemCount&&this.parent.hideSelectedItem){h=this.parent.getForQuery(this.parent.value).clone();h=this.parent.viewPortInfo.endIndex==this.parent.totalItemCount+this.parent.value.length&&this.parent.hideSelectedItem?h.skip(this.parent.totalItemCount-this.parent.itemCount):h.skip(this.parent.viewPortInfo.startIndex),this.parent.setCurrentView=!1,this.parent.resetList(this.parent.dataSource,this.parent.fields,h),l=!0}}else c&&s.push(c[0]);this.parent.setCurrentView=!1}if(!l&&n){"multiselect"===this.component&&this.parent.allowCustomValue&&0==this.parent.viewPortInfo.startIndex&&this.parent.virtualCustomData&&s.splice(0,0,this.parent.virtualCustomData);"multiselect"===this.component&&this.parent.allowCustomValue&&this.parent.viewPortInfo.endIndex==this.parent.totalItemCount&&this.parent.virtualCustomSelectData&&this.parent.virtualCustomSelectData.length>0&&(s=s.concat(this.parent.virtualCustomSelectData));this.parent.renderItems(s,this.parent.fields,"multiselect"===this.component&&"CheckBox"===this.parent.mode)}"multiselect"===this.component&&this.parent.updatevirtualizationList(),this.parent.getSkeletonCount();var f=this.parent.list.getElementsByClassName("e-virtual-ddl")[0];if(f)f.style=this.parent.GetVirtualTrackHeight();else if(!f&&this.parent.skeletonCount>0&&this.parent.popupWrapper){var v=this.parent.createElement("div",{id:this.parent.element.id+"_popup",className:"e-virtual-ddl",styles:this.parent.GetVirtualTrackHeight()});this.parent.popupWrapper.querySelector(".e-dropdownbase").appendChild(v)}this.parent.UpdateSkeleton(),this.parent.liCollections=this.parent.list.querySelectorAll(".e-list-item");var g=this.parent.list.getElementsByClassName("e-virtual-ddl-content")[0];if(g&&(g.style=this.parent.getTransformValues()),this.parent.fields.groupBy&&this.parent.scrollStop(),40==this.parent.keyCode&&this.parent.isScrollChanged&&this.parent.hideSelectedItem&&!t.isNullOrUndefined(this.parent.currentFocuedListElement)){var y=this.parent.getElementByValue(this.parent.currentFocuedListElement.getAttribute("data-value"));this.parent.addListFocus(y),this.parent.isScrollChanged=!1}},e.prototype.generateQueryAndSetQueryIndexAsync=function(e,t){var s=!1,l=0,n=0,a=this.parent.viewPortInfo.endIndex;if(!t&&0!==a)for(var o=this.parent.viewPortInfo.startIndex;o<=a;o++)o in this.parent.generatedDataObject||(s?n=o===a?o:o+1:(s=!0,l=n=o));!s||this.parent.totalItemCount==l&&this.parent.totalItemCount==n||(this.parent.virtualItemStartIndex=l,this.parent.virtualItemEndIndex=n,this.parent.setCurrentView=!0,this.generateAndExecuteQueryAsync(e,l,n),"multiselect"===this.component&&this.parent.hideSelectedItem&&this.parent.value&&Array.isArray(this.parent.value)&&this.parent.value.length>0&&this.parent.totalItemsCount(),"multiselect"===this.component&&this.parent.virtualItemStartIndex===this.parent.virtualItemEndIndex&&(this.parent.virtualItemStartIndex=this.parent.viewPortInfo.startIndex,this.parent.virtualItemEndIndex=this.parent.viewPortInfo.endIndex)),(!(this.parent.dataSource instanceof i.DataManager)||this.parent.dataSource instanceof i.DataManager&&!this.parent.isRequesting)&&this.setCurrentViewDataAsync()},e.prototype.dataProcessAsync=function(e){this.parent.selectedValueInfo=null,this.parent.virtualItemStartIndex=this.parent.viewPortInfo.startIndex,this.parent.virtualItemEndIndex=this.parent.viewPortInfo.endIndex,this.generateQueryAndSetQueryIndexAsync(new i.Query,e)},e.prototype.virtualScrollRefreshAsync=function(){return N(this,void 0,void 0,function(){return L(this,function(e){switch(e.label){case 0:return this.parent.isCustomFilter=!(this.parent.isTyped||"combobox"===this.component&&this.parent.allowFiltering&&this.parent.queryString!=this.parent.typedString||!t.isNullOrUndefined(this.parent.filterInput)&&!t.isNullOrUndefined(this.parent.filterInput.value)&&""!==this.parent.filterInput.value&&"combobox"!==this.component)&&!("autocomplete"===this.component&&null!=this.parent.value)||this.parent.isCustomFilter,(this.parent.allowFiltering||"autocomplete"===this.component)&&(t.isNullOrUndefined(this.parent.typedString)||"combobox"===this.component&&!t.isNullOrUndefined(this.parent.typedString)&&this.parent.allowFiltering?(this.parent.getSkeletonCount(!0),"combobox"===this.component&&(this.parent.skeletonCount=0!=this.parent.totalItemCount&&this.parent.totalItemCount<2*this.parent.itemCount?0:this.parent.skeletonCount)):(this.parent.viewPortInfo.endIndex>=this.parent.dataCount&&(this.parent.viewPortInfo.endIndex=this.parent.dataCount),this.parent.viewPortInfo.startIndex>=this.parent.dataCount&&(this.parent.viewPortInfo.startIndex=this.parent.dataCount-this.parent.itemCount))),[4,this.dataProcessAsync()];case 1:return e.sent(),null==this.parent.keyboardEvent||this.parent.dataSource instanceof i.DataManager&&(!(this.parent.dataSource instanceof i.DataManager)||this.parent.isRequesting)||this.parent.handleVirtualKeyboardActions(this.parent.keyboardEvent,this.parent.pageCount),this.parent.customFilterQuery||(this.parent.isCustomFilter=!1),[2]}})})},e.prototype.scrollListener=function(e){var i=this;if(!this.parent.isPreventScrollAction&&!this.parent.isVirtualTrackHeight){this.parent.preventSetCurrentData=!1;var s=e.sentinel,l=this.parent.previousStartIndex;if(this.parent.viewPortInfo=this.getInfoFromView(e.direction,s,e.offset,!1),this.parent.isUpwardScrolling=!1,this.parent.previousStartIndex===l||this.parent.isKeyBoardAction){if(this.parent.isScrollActionTriggered){this.parent.isPreventKeyAction=!1,this.parent.isScrollActionTriggered=!1;var n=this.parent.list.querySelectorAll(".e-virtual-list").length,a=this.parent.list.querySelector(".e-list-item"),o=e.offset.top-a.offsetHeight*n;this.parent.list.getElementsByClassName("e-virtual-ddl-content")[0].style.transform="translate(0px,"+o+"px)"}}else this.parent.isScrollActionTriggered=!1,this.parent.currentPageNumber=this.parent.viewPortInfo.currentPageNumber,this.parent.virtualListInfo=D({},this.parent.viewPortInfo),this.parent.isPreventKeyAction=!0,this.parent.isVirtualScrolling=!0,setTimeout(function(){i.parent.pageCount=i.parent.getPageCount(),i.virtualScrollRefreshAsync().then(function(){i.parent.popupObj&&(i.parent.list=i.parent.popupObj.element.querySelector(".e-content")||t.select(".e-content"),i.parent.updateSelectionList(),i.parent.liCollections=i.parent.getItems()),i.parent.isKeyBoardAction=!1,i.parent.isVirtualScrolling=!1,i.parent.isPreventKeyAction=!1})},5);this.parent.previousInfo=this.parent.viewPortInfo}},e.prototype.getInfoFromView=function(e,i,s,l){var n={direction:e,sentinelInfo:i,offsets:s,startIndex:this.parent.previousStartIndex,endIndex:this.parent.previousEndIndex},a=this.parent.popupContentElement.getBoundingClientRect().height,o=this.parent.listItemHeight,r=s.top/o,h=a/o,u=r+h,p=this.parent.virtualItemCount/4,d=this.parent.totalItemCount;if("down"===n.direction){var c=Math.round(u)-Math.round(p);if(t.isNullOrUndefined(n.startIndex)||u>n.startIndex+Math.round(this.parent.virtualItemCount/2+p)&&n.endIndex!==d){n.startIndex=c>=0?Math.round(c):0,n.startIndex=n.startIndex>r?Math.floor(r):n.startIndex;var m=n.startIndex+this.parent.virtualItemCount;n.startIndex=m<u?Math.ceil(u)-this.parent.virtualItemCount:n.startIndex,n.endIndex=m<d?m:d,n.startIndex=m>=d?n.endIndex-this.parent.virtualItemCount>0?n.endIndex-this.parent.virtualItemCount:0:n.startIndex,n.currentPageNumber=Math.ceil(n.endIndex/this.parent.virtualItemCount)}}else if("up"===n.direction&&n.startIndex&&n.endIndex){if(r<Math.round((n.startIndex*o+p*o)/o)){var f=p>h?p:h+h/4;m=Math.round(r+f);n.endIndex=m<d||"multiselect"==this.component?m:d;c=n.endIndex-this.parent.virtualItemCount;n.startIndex=c>0?c:0,n.endIndex=c<0?this.parent.virtualItemCount:n.endIndex,n.currentPageNumber=Math.ceil(n.startIndex/this.parent.virtualItemCount)}}return l?this.parent.scrollPreStartIndex=n.startIndex:(this.parent.previousStartIndex=n.startIndex,this.parent.startIndex=n.startIndex,this.parent.previousEndIndex=n.endIndex),n},e.prototype.virtualScrollHandler=function(e){var i=this,s="chrome"===t.Browser.info.name?200:100,l=0,n=t.debounce(e,s),a=t.debounce(e,50);return function(e){var t=e.target.scrollTop,s=e.target.scrollLeft,o=l<t&&!i.parent.isUpwardScrolling?"down":"up";l=t;var r=i.sentinelInfo[o],h=i.parent.scrollPreStartIndex,u={top:t,left:s};if(i.parent.list&&i.parent.list.querySelectorAll(".e-virtual-list").length>0){i.getInfoFromView(o,r,u,!0);if(i.parent.scrollPreStartIndex!=h&&!i.parent.isPreventScrollAction){i.parent.isScrollActionTriggered=!0;i.parent.list.querySelector(".e-virtual-ddl-content").style.transform="translate(0px,"+t+"px)"}}var p=n;"X"===r.axis&&(p=a),p({direction:o,sentinel:r,offset:{top:t,left:s},focusElement:document.activeElement})}},e.prototype.destroy=function(){this.removeEventListener()},e}(),T=function(){var e=function(t,i){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(t,i)};return function(t,i){function s(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(s.prototype=i.prototype,new s)}}(),P=function(e,t,i,s){var l,n=arguments.length,a=n<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,i,s);else for(var o=e.length-1;o>=0;o--)(l=e[o])&&(a=(n<3?l(a):n>3?l(t,i,a):l(t,i))||a);return n>3&&a&&Object.defineProperty(t,i,a),a},V=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return T(i,e),P([t.Property()],i.prototype,"text",void 0),P([t.Property()],i.prototype,"value",void 0),P([t.Property()],i.prototype,"iconCss",void 0),P([t.Property()],i.prototype,"groupBy",void 0),P([t.Property()],i.prototype,"htmlAttributes",void 0),i}(t.ChildProperty),U={root:"e-dropdownbase",rtl:"e-rtl",content:"e-content",selected:"e-active",hover:"e-hover",noData:"e-nodata",fixedHead:"e-fixed-head",focus:"e-item-focus",li:"e-list-item",group:"e-list-group-item",disabled:"e-disabled",grouping:"e-dd-group",virtualList:"e-list-item e-virtual-list"},F=function(e){function n(t,i){var s=e.call(this,t,i)||this;return s.preventChange=!1,s.isAngular=!1,s.isPreventChange=!1,s.isDynamicDataChange=!1,s.addedNewItem=!1,s.isAddNewItemTemplate=!1,s.isRequesting=!1,s.isVirtualizationEnabled=!1,s.isCustomDataUpdated=!1,s.isAllowFiltering=!1,s.virtualizedItemsCount=0,s.isCheckBoxSelection=!1,s.totalItemCount=0,s.dataCount=0,s.remoteDataCount=-1,s.isRemoteDataUpdated=!1,s.isIncrementalRequest=!1,s.itemCount=30,s.virtualListHeight=0,s.isVirtualScrolling=!1,s.isPreventScrollAction=!1,s.scrollPreStartIndex=0,s.isScrollActionTriggered=!1,s.previousStartIndex=0,s.isMouseScrollAction=!1,s.isKeyBoardAction=!1,s.isScrollChanged=!1,s.isUpwardScrolling=!1,s.startIndex=0,s.currentPageNumber=0,s.pageCount=0,s.isPreventKeyAction=!1,s.generatedDataObject={},s.skeletonCount=32,s.isVirtualTrackHeight=!1,s.virtualSelectAll=!1,s.incrementalQueryString="",s.incrementalEndIndex=0,s.incrementalStartIndex=0,s.incrementalPreQueryString="",s.isObjectCustomValue=!1,s.appendUncheckList=!1,s.getInitialData=!1,s.preventPopupOpen=!0,s.virtualSelectAllState=!1,s.CurrentEvent=null,s.virtualListInfo={currentPageNumber:null,direction:null,sentinelInfo:{},offsets:{},startIndex:0,endIndex:0},s.viewPortInfo={currentPageNumber:null,direction:null,sentinelInfo:{},offsets:{},startIndex:0,endIndex:0},s.selectedValueInfo={currentPageNumber:null,direction:null,sentinelInfo:{},offsets:{},startIndex:0,endIndex:0},s}return T(n,e),n.prototype.getPropObject=function(e,t,i){var s=new Object,l=new Object,n=function(e){return e};s[n(e)]=t[n(e)],l[n(e)]=i[n(e)];var a=new Object;return a.newProperty=s,a.oldProperty=l,a},n.prototype.getValueByText=function(e,i,s){var l=null;return t.isNullOrUndefined(this.listData)||(l=i?this.checkValueCase(e,!0,s):this.checkValueCase(e,!1,s)),l},n.prototype.checkValueCase=function(e,i,s,l){var n=this,a=null;l&&(a=e);var o=this.listData,r=this.fields,h=this.typeOfData(o).typeof;if("string"===h||"number"===h||"boolean"===h)for(var u=0,p=o;u<p.length;u++){var d=p[u];t.isNullOrUndefined(d)||(s?a=this.checkingAccent(String(d),e,i):i?this.checkIgnoreCase(String(d),e)&&(a=this.getItemValue(String(d),e,i)):this.checkNonIgnoreCase(String(d),e)&&(a=this.getItemValue(String(d),e,i,l)))}else if(i)o.filter(function(i){var s=t.getValue(r.value,i);!t.isNullOrUndefined(s)&&n.checkIgnoreCase(t.getValue(r.text,i).toString(),e)&&(a=t.getValue(r.value,i))});else if(l){var c=null;c=a,o.filter(function(e){var i=t.getValue(r.value,e);t.isNullOrUndefined(i)||t.isNullOrUndefined(a)||i.toString()!==c.toString()||(a=t.getValue(r.text,e))})}else o.filter(function(i){n.checkNonIgnoreCase(t.getValue(r.text,i),e)&&(a=t.getValue(r.value,i))});return a},n.prototype.checkingAccent=function(e,t,s){var l=i.DataUtil.ignoreDiacritics(String(e)),n=i.DataUtil.ignoreDiacritics(t.toString()),a=null;return s?this.checkIgnoreCase(l,n)&&(a=this.getItemValue(String(e),t,s)):this.checkNonIgnoreCase(String(e),t)&&(a=this.getItemValue(String(e),t,s)),a},n.prototype.checkIgnoreCase=function(e,t){return String(e).toLowerCase()===t.toString().toLowerCase()},n.prototype.checkNonIgnoreCase=function(e,t){return String(e)===t.toString()},n.prototype.getItemValue=function(e,t,i,s){var l=this.listData,n=this.typeOfData(l).typeof;return s?e.toString():i?"string"===n?String(e):this.getFormattedValue(String(e)):"string"===n?t:this.getFormattedValue(t)},n.prototype.templateCompiler=function(e){var i=!1;if("function"!=typeof e&&e)try{i=!!t.selectAll(e,document).length}catch(e){i=!1}return i},n.prototype.l10nUpdate=function(e){var i="listbox"===this.getModuleName()?this.ulElement:this.list;if("No records found"!==this.noRecordsTemplate||"Request failed"!==this.actionFailureTemplate){var s=e?this.actionFailureTemplate:this.noRecordsTemplate,l=void 0,n=e?this.actionFailureTemplateId:this.noRecordsTemplateId;i.innerHTML="";var a=this.templateCompiler(s);l="function"!=typeof s&&a?t.compile(t.select(s,document).innerHTML.trim()):t.compile(s);var o=e?"actionFailureTemplate":"noRecordsTemplate",r=void 0;if((r=this.isReact&&"function"==typeof s?l({},this,o,n,this.isStringTemplate,null):l({},this,o,n,this.isStringTemplate,null,i))&&r.length>0)for(var h=0;h<r.length;h++)if("listbox"===this.getModuleName()&&"noRecordsTemplate"===o)if("#text"===r[h].nodeName){(d=this.createElement("li")).textContent=r[h].textContent,d.classList.add("e-list-nrt"),d.setAttribute("role","option"),i.appendChild(d)}else r[h].classList.add("e-list-nr-template"),i.appendChild(r[h]);else(r[h]instanceof HTMLElement||r[h]instanceof Text)&&i.appendChild(r[h]);this.renderReactTemplates()}else{var u=new t.L10n(this.getLocaleName(),{},this.locale);""!==u.getConstant("actionFailureTemplate")||""!==u.getConstant("noRecordsTemplate")?this.l10n=u:this.l10n=new t.L10n("listbox"===this.getModuleName()?"listbox":"mention"===this.getModuleName()?"mention":"dropdowns",{noRecordsTemplate:"No records found",actionFailureTemplate:"Request failed"},this.locale);var p=e?this.l10n.getConstant("actionFailureTemplate"):this.l10n.getConstant("noRecordsTemplate");if("listbox"===this.getModuleName()){var d;(d=this.createElement("li")).textContent=p,i.appendChild(d),d.classList.add("e-list-nrt"),d.setAttribute("role","option")}else t.isNullOrUndefined(i)||(i.innerHTML=p)}},n.prototype.checkAndResetCache=function(){this.isVirtualizationEnabled&&(this.generatedDataObject={},this.virtualItemStartIndex=this.virtualItemEndIndex=0,this.viewPortInfo={currentPageNumber:null,direction:null,sentinelInfo:{},offsets:{},startIndex:0,endIndex:this.itemCount},this.selectedValueInfo=null)},n.prototype.updateIncrementalInfo=function(e,t){this.viewPortInfo.startIndex=e,this.viewPortInfo.endIndex=t,this.updateVirtualItemIndex(),this.isIncrementalRequest=!0,this.resetList(this.dataSource,this.fields,this.query),this.isIncrementalRequest=!1},n.prototype.updateIncrementalView=function(e,t){this.viewPortInfo.startIndex=e,this.viewPortInfo.endIndex=t,this.updateVirtualItemIndex(),this.resetList(this.dataSource,this.fields,this.query),this.UpdateSkeleton(),this.liCollections=this.list.querySelectorAll("."+U.li),this.ulElement=this.list.querySelector("ul")},n.prototype.updateVirtualItemIndex=function(){this.virtualItemStartIndex=this.viewPortInfo.startIndex,this.virtualItemEndIndex=this.viewPortInfo.endIndex,this.virtualListInfo=this.viewPortInfo},n.prototype.getFilteringSkeletonCount=function(){var e=this.skeletonCount;this.getSkeletonCount(!0),this.skeletonCount=this.dataCount>2*this.itemCount?this.skeletonCount:0;var t=!0;if(("autocomplete"===this.getModuleName()||"multiselect"===this.getModuleName())&&this.totalItemCount<2*this.itemCount&&(this.skeletonCount=0,t=!1),!this.list.classList.contains(U.noData)){this.skeletonCount;if(e!==this.skeletonCount&&t?this.UpdateSkeleton(!0,Math.abs(e-this.skeletonCount)):this.UpdateSkeleton(),this.liCollections=this.list.querySelectorAll(".e-list-item"),this.list.getElementsByClassName("e-virtual-ddl").length>0)this.list.getElementsByClassName("e-virtual-ddl")[0].style=this.GetVirtualTrackHeight();else if(!this.list.querySelector(".e-virtual-ddl")&&this.skeletonCount>0&&this.list.querySelector(".e-dropdownbase")){var i=this.createElement("div",{id:this.element.id+"_popup",className:"e-virtual-ddl",styles:this.GetVirtualTrackHeight()});this.list.querySelector(".e-dropdownbase").appendChild(i)}this.list.getElementsByClassName("e-virtual-ddl-content").length>0&&(this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues())}},n.prototype.getSkeletonCount=function(e){this.virtualListHeight=null!=this.listContainerHeight?parseInt(this.listContainerHeight,10):this.virtualListHeight;var t=this.virtualListHeight>0?Math.floor(this.virtualListHeight/this.listItemHeight):0;this.skeletonCount=4*t<this.itemCount?this.itemCount:4*t,this.itemCount=e?this.itemCount:this.skeletonCount,this.virtualItemCount=this.itemCount,this.skeletonCount=Math.floor(this.skeletonCount/2)},n.prototype.GetVirtualTrackHeight=function(){var e=this.totalItemCount===this.viewPortInfo.endIndex?this.totalItemCount*this.listItemHeight-this.itemCount*this.listItemHeight:this.totalItemCount*this.listItemHeight,t="height: "+((e=this.isVirtualTrackHeight?0:e)-this.itemCount*this.listItemHeight)+"px;";return"autocomplete"!==this.getModuleName()&&"multiselect"!==this.getModuleName()||0!==this.skeletonCount?t:"height: 0px;"},n.prototype.getTransformValues=function(){var e=this.viewPortInfo.startIndex*this.listItemHeight;e-=this.skeletonCount*this.listItemHeight;return"transform: translate(0px, "+(e=0===this.viewPortInfo.startIndex&&this.listData&&0===this.listData.length?0:e)+"px);"},n.prototype.UpdateSkeleton=function(e,t){var i=this.list.querySelector(".e-virtual-ddl-content"),s=this.list.querySelector(".e-virtual-list");if(i&&(!s||e)&&this.isVirtualizationEnabled)for(var n=e?t:this.skeletonCount,a=0;a<n;a++){var o=this.createElement("li",{className:U.virtualList,styles:"overflow: inherit"});this.isVirtualizationEnabled&&this.itemTemplate&&(o.style.height=this.listItemHeight+"px");var r=new l.Skeleton({shape:"Text",height:"10px",width:"95%",cssClass:"e-skeleton-text"});r.appendTo(this.createElement("div")),o.appendChild(r.element),i.firstChild&&i.firstChild.insertBefore(o,i.firstChild.children[0])}},n.prototype.getLocaleName=function(){return"drop-down-base"},n.prototype.getTextByValue=function(e){return this.checkValueCase(e,!1,!1,!0)},n.prototype.getFormattedValue=function(e){if(this.listData&&this.listData.length){var i=void 0;if(i=this.properties.allowCustomValue&&this.properties.value&&this.properties.value instanceof Array&&this.properties.value.length>0?this.typeOfData(this.properties.value):this.typeOfData(this.listData),"number"==typeof t.getValue(this.fields.value?this.fields.value:"value",i.item)||"number"===i.typeof)return parseFloat(e);if("boolean"==typeof t.getValue(this.fields.value?this.fields.value:"value",i.item)||"boolean"===i.typeof)return"true"===e||""+e=="true"}return e},n.prototype.setEnableRtl=function(){t.isNullOrUndefined(this.enableRtlElements)||(this.list&&this.enableRtlElements.push(this.list),this.enableRtl?t.addClass(this.enableRtlElements,U.rtl):t.removeClass(this.enableRtlElements,U.rtl))},n.prototype.initialize=function(e){if(this.bindEvent=!0,this.preventPopupOpen=!0,this.actionFailureTemplateId=this.element.id+"ActionFailureTemplate","UL"===this.element.tagName){var i=s.ListBase.createJsonFromElement(this.element);this.setProperties({fields:{text:"text",value:"text"}},!0),this.resetList(i,this.fields)}else if("SELECT"===this.element.tagName){(this.dataSource instanceof Array?this.dataSource.length>0:!t.isNullOrUndefined(this.dataSource))?this.isDynamicDataChange&&this.setListData(this.dataSource,this.fields,this.query):this.renderItemsBySelect()}else this.setListData(this.dataSource,this.fields,this.query,e)},n.prototype.getPersistData=function(){return this.addOnPersist([])},n.prototype.updateDataAttribute=function(e){for(var i=["class","style","id","type","aria-expanded","aria-autocomplete","aria-readonly"],s={},l=0;l<this.element.attributes.length;l++)-1!==i.indexOf(this.element.attributes[l].name)||"dropdownlist"===this.getModuleName()&&"readonly"===this.element.attributes[l].name||(s[this.element.attributes[l].name]=this.element.getAttribute(this.element.attributes[l].name));t.extend(s,e,s),this.setProperties({htmlAttributes:s},!0)},n.prototype.renderItemsBySelect=function(){var e=this.element,t={value:"value",text:"text"},i=[],s=e.querySelectorAll("select>optgroup"),l=e.querySelectorAll("select>option");if(this.getJSONfromOption(i,l,t),s.length){for(var n=0;n<s.length;n++){var a=s[n],o={};o[t.text]=a.label,o.isHeader=!0;var r=a.querySelectorAll("option");i.push(o),this.getJSONfromOption(i,r,t)}e.querySelectorAll("select>option")}this.updateFields(t.text,t.value,this.fields.groupBy,this.fields.htmlAttributes,this.fields.iconCss),this.resetList(i,t)},n.prototype.updateFields=function(e,i,s,l,n){var a={fields:{text:e,value:i,groupBy:t.isNullOrUndefined(s)?this.fields&&this.fields.groupBy:s,htmlAttributes:t.isNullOrUndefined(l)?this.fields&&this.fields.htmlAttributes:l,iconCss:t.isNullOrUndefined(n)?this.fields&&this.fields.iconCss:n}};this.setProperties(a,!0)},n.prototype.getJSONfromOption=function(e,i,s){for(var l=0,n=i;l<n.length;l++){var a=n[l],o={};o[s.text]=a.innerText,o[s.value]=t.isNullOrUndefined(a.getAttribute(s.value))?a.innerText:a.getAttribute(s.value),e.push(o)}},n.prototype.preRender=function(){this.scrollTimer=-1,this.enableRtlElements=[],this.isRequested=!1,this.isDataFetched=!1,this.itemTemplateId=this.element.id+"ItemTemplate",this.displayTemplateId=this.element.id+"DisplayTemplate",this.spinnerTemplateId=this.element.id+"SpinnerTemplate",this.valueTemplateId=this.element.id+"ValueTemplate",this.groupTemplateId=this.element.id+"GroupTemplate",this.headerTemplateId=this.element.id+"HeaderTemplate",this.footerTemplateId=this.element.id+"FooterTemplate",this.noRecordsTemplateId=this.element.id+"NoRecordsTemplate"},n.prototype.setListData=function(e,t,s,l){var n=this;t=t||this.fields;var a;this.isActive=!0;var o={cancel:!1,data:e,query:s};this.isPreventChange=!(!this.isAngular||!this.preventChange)||this.isPreventChange,this.isRequesting||this.trigger("actionBegin",o,function(o){if(!o.cancel)if(n.isRequesting=!0,n.showSpinner(),e instanceof i.DataManager){n.isRequested=!0;var r=!1;if(n.isDataFetched)return void n.emptyDataRequest(t);o.data.executeQuery(n.getQuery(o.query)).then(function(i){n.isPreventChange=!(!n.isAngular||!n.preventChange)||n.isPreventChange;var h=!0;if(!n.virtualSelectAll){for(var u=n.getQuery(o.query),p=0;p<u.queries.length;p++)"onWhere"===u.queries[p].fn&&(r=!0);if(n.isVirtualizationEnabled&&0!=i.count&&i.count<2*n.itemCount){if(u)for(p=0;p<u.queries.length;p++)"onTake"===u.queries[p].fn&&(u.queries[p].e.nos=i.count),"multiselect"!==n.getModuleName()||"or"!=u.queries[p].e.condition&&"equal"!=u.queries[p].e.operator||(h=!1)}else if(n.isVirtualTrackHeight=!1,u)for(p=0;p<u.queries.length;p++)"multiselect"===n.getModuleName()&&(u.queries[p].e&&"or"==u.queries[p].e.condition||u.queries[p].e&&"equal"==u.queries[p].e.operator)&&(h=!1)}h&&(n.dataCount=n.totalItemCount=i.count),n.trigger("actionComplete",i,function(i){if(!i.cancel){n.isRequesting=!1;var o=i.result;if(n.isIncrementalRequest)return void(a=n.renderItems(o,t));if((!n.isVirtualizationEnabled&&0===o.length||n.isVirtualizationEnabled&&0===o.length&&!r)&&(n.isDataFetched=!0),r||(n.remoteDataCount=i.count),n.dataCount=n.virtualSelectAll?n.dataCount:i.count,n.totalItemCount=n.virtualSelectAll?n.totalItemCount:i.count,a=n.renderItems(o,t),n.appendUncheckList=!1,n.onActionComplete(a,o,i),n.groupTemplate&&n.renderGroupTemplate(a),n.isRequested=!1,n.bindChildItems(o,a,t,i),n.getInitialData)return n.setListData(e,t,s,l),n.getInitialData=!1,void(n.preventPopupOpen=!1);n.isVirtualizationEnabled&&n.setCurrentView&&n.notify("setCurrentViewDataAsync",{module:"VirtualScroll"}),null!=n.keyboardEvent&&n.handleVirtualKeyboardActions(n.keyboardEvent,n.pageCount),n.isVirtualizationEnabled&&n.getFilteringSkeletonCount(),n.virtualSelectAll&&n.virtualSelectAllData&&(n.virtualSelectionAll(n.virtualSelectAllState,n.liCollections,n.CurrentEvent),n.virtualSelectAllState=!1,n.CurrentEvent=null,n.virtualSelectAll=!1)}})}).catch(function(e){n.isRequested=!1,n.isRequesting=!1,n.onActionFailure(e),n.hideSpinner()})}else{n.isRequesting=!1;var h=!0,u=void 0;if(n.isVirtualizationEnabled&&!n.virtualGroupDataSource&&n.fields.groupBy){var p=new i.DataManager(n.dataSource).executeLocal((new i.Query).group(n.fields.groupBy));n.virtualGroupDataSource=p.records}var d=n.isVirtualizationEnabled&&n.virtualGroupDataSource&&!n.isCustomDataUpdated?new i.DataManager(n.virtualGroupDataSource):new i.DataManager(o.data);if(u=n.getQuery(o.query).executeLocal(d),!n.virtualSelectAll){var c=n.getQuery(o.query);if(n.isVirtualizationEnabled&&0!=u.count&&u.count<2*n.itemCount){if(c){for(var m=0;m<c.queries.length;m++)"onTake"===c.queries[m].fn&&(c.queries[m].e.nos=u.count,u=c.executeLocal(d)),"multiselect"!==n.getModuleName()||"or"!=c.queries[m].e.condition&&"equal"!=c.queries[m].e.operator||(h=!1);h&&(u=c.executeLocal(d),n.isVirtualTrackHeight=!(n.dataSource instanceof i.DataManager||n.isCustomDataUpdated))}}else if(n.isVirtualTrackHeight=!1,c)for(m=0;m<c.queries.length;m++)"multiselect"===n.getModuleName()&&(c.queries[m].e&&"or"==c.queries[m].e.condition||c.queries[m].e&&"equal"==c.queries[m].e.operator)&&(h=!1)}!h||n.dataSource instanceof i.DataManager||n.isCustomDataUpdated||n.virtualSelectAll||(n.dataCount=n.totalItemCount=n.virtualSelectAll?u.length:u.count);var f={cancel:!1,result:u=n.isVirtualizationEnabled?u.result:u};n.isPreventChange=!(!n.isAngular||!n.preventChange)||n.isPreventChange,n.trigger("actionComplete",f,function(e){if(n.isIncrementalRequest)a=n.renderItems(e.result,t);else if(!e.cancel){if(a=n.renderItems(e.result,t),n.onActionComplete(a,e.result,l),n.groupTemplate&&n.renderGroupTemplate(a),n.bindChildItems(e.result,a,t),n.getInitialData)return n.getInitialData=!1,void(n.preventPopupOpen=!1);setTimeout(function(){"multiselect"===n.getModuleName()&&null!=n.itemTemplate&&a.childElementCount>0&&(a.children[0].childElementCount>0||n.fields.groupBy&&a.children[1]&&a.children[1].childElementCount>0)&&n.updateDataList()})}})}})},n.prototype.handleVirtualKeyboardActions=function(e,t){},n.prototype.updatePopupState=function(){},n.prototype.virtualSelectionAll=function(e,t,i){},n.prototype.updateRemoteData=function(){this.setListData(this.dataSource,this.fields,this.query)},n.prototype.bindChildItems=function(e,i,s,l){var n=this;e.length>=100&&"autocomplete"===this.getModuleName()?setTimeout(function(){var a=n.remainingItems(n.sortedData,s);t.append(a,i),n.liCollections=n.list.querySelectorAll("."+U.li),n.updateListValues(),n.raiseDataBound(e,l)},0):this.raiseDataBound(e,l)},n.prototype.isObjectInArray=function(e,t){return t.some(function(t){return Object.keys(e).every(function(i){return t.hasOwnProperty(i)&&t[i]===e[i]})})},n.prototype.updateListValues=function(){},n.prototype.findListElement=function(e,t,i,s){var l=null;if(e)for(var n=[].slice.call(e.querySelectorAll(t)),a=0;a<n.length;a++)if(n[a].getAttribute(i)===s+""){l=n[a];break}return l},n.prototype.raiseDataBound=function(e,t){this.hideSpinner();var i={items:e,e:t};this.trigger("dataBound",i)},n.prototype.remainingItems=function(e,t){var l=new i.DataManager(e).executeLocal((new i.Query).skip(100));if(this.itemTemplate){var n=this.templateListItem(l,t);return[].slice.call(n.childNodes)}var a=this.typeOfData(l).typeof;return"string"===a||"number"===a||"boolean"===a?s.ListBase.createListItemFromArray(this.createElement,l,!0,this.listOption(l,t),this):s.ListBase.createListItemFromJson(this.createElement,l,this.listOption(l,t),1,!0,this)},n.prototype.emptyDataRequest=function(e){var t=[];this.onActionComplete(this.renderItems(t,e),t),this.isRequested=!1,this.isRequesting=!1,this.hideSpinner()},n.prototype.showSpinner=function(){},n.prototype.hideSpinner=function(){},n.prototype.onActionFailure=function(e){this.liCollections=[],this.trigger("actionFailure",e),this.l10nUpdate(!0),t.isNullOrUndefined(this.list)||t.addClass([this.list],U.noData)},n.prototype.onActionComplete=function(e,i,s){if(this.listData=i,!this.isVirtualizationEnabled||this.isCustomDataUpdated||this.virtualSelectAll||this.notify("setGeneratedData",{module:"VirtualScroll"}),"listbox"!==this.getModuleName()&&e.setAttribute("tabindex","0"),this.isReact&&this.clearTemplate(["itemTemplate","groupTemplate","actionFailureTemplate","noRecordsTemplate"]),this.isVirtualizationEnabled||(this.fixedHeaderElement=t.isNullOrUndefined(this.fixedHeaderElement)?this.fixedHeaderElement:null),"multiselect"===this.getModuleName()&&this.properties.allowCustomValue&&this.fields.groupBy)for(var l=0;l<e.childElementCount;l++)e.children[l].classList.contains("e-list-group-item")&&(t.isNullOrUndefined(e.children[l].innerHTML)||""==e.children[l].innerHTML)&&t.addClass([e.children[l]],"e-hide-group-header"),e.children[0].classList.contains("e-hide-group-header")&&t.setStyleAttribute(e.children[1],{zIndex:11});t.isNullOrUndefined(this.list)||this.isVirtualizationEnabled||(this.list.innerHTML="",this.list.appendChild(e),this.liCollections=this.list.querySelectorAll("."+U.li),this.ulElement=this.list.querySelector("ul"),this.postRender(this.list,i,this.bindEvent))},n.prototype.postRender=function(e,i,s){var l=e.querySelector("."+U.li),n=e.querySelector("."+U.selected);l&&!n&&l.classList.add(U.focus),i.length<=0?(this.l10nUpdate(),t.addClass([e],U.noData)):e.classList.remove(U.noData)},n.prototype.getQuery=function(e){return e||(this.query?this.query:new i.Query)},n.prototype.updateVirtualizationProperties=function(e,t,i){this.isVirtualizationEnabled=!0,this.virtualizedItemsCount=e,this.isAllowFiltering=t,this.isCheckBoxSelection=i},n.prototype.renderGroupTemplate=function(e){if(null!==this.fields.groupBy&&this.dataSource||this.element.querySelector("."+U.group)){var i=this.dataSource,l={groupTemplateID:this.groupTemplateId,isStringTemplate:this.isStringTemplate},n=e.querySelectorAll("."+U.group),a=this.templateCompiler(this.groupTemplate);if("function"!=typeof this.groupTemplate&&a){var o=t.select(this.groupTemplate,document).innerHTML.trim(),r=s.ListBase.renderGroupTemplate(o,i,this.fields.properties,n,l,this);if(this.isGroupChecking)for(var h=0;h<r.length;h++)this.notify("addItem",{module:"CheckBoxSelection",item:r[h]})}else{r=s.ListBase.renderGroupTemplate(this.groupTemplate,i,this.fields.properties,n,l,this);if(this.isGroupChecking)for(h=0;h<r.length;h++)this.notify("addItem",{module:"CheckBoxSelection",item:r[h]})}this.renderReactTemplates()}},n.prototype.createListItems=function(e,l){if(e){l.groupBy||this.element.querySelector("optgroup")?(l.groupBy&&("None"!==this.sortOrder&&(e=this.getSortedDataSource(e)),e=s.ListBase.groupDataSource(e,l.properties,this.sortOrder)),t.addClass([this.list],U.grouping)):e=this.getSortedDataSource(e);var n=this.listOption(e,l),a=e.length>100?new i.DataManager(e).executeLocal((new i.Query).take(100)):e;return this.sortedData=e,s.ListBase.createList(this.createElement,"autocomplete"===this.getModuleName()?a:e,n,!0,this)}return null},n.prototype.listOption=function(e,i){var s=!t.isNullOrUndefined(i.iconCss),l=t.isNullOrUndefined(i.properties)?i:i.properties,n=null!==i.text||null!==i.value?{fields:l,showIcon:s,ariaAttributes:{groupItemRole:"presentation"}}:{fields:{value:"text"}};return t.extend({},n,i,!0)},n.prototype.setFloatingHeader=function(e){t.isNullOrUndefined(this.list)||this.list.classList.contains(U.noData)||(t.isNullOrUndefined(this.fixedHeaderElement)&&(this.fixedHeaderElement=this.createElement("div",{className:U.fixedHead}),t.isNullOrUndefined(this.list)||this.list.querySelector("li").classList.contains(U.group)||(this.fixedHeaderElement.style.display="none"),t.isNullOrUndefined(this.fixedHeaderElement)||t.isNullOrUndefined(this.list)||t.prepend([this.fixedHeaderElement],this.list),this.setFixedHeader()),t.isNullOrUndefined(this.fixedHeaderElement)||"0"!==this.fixedHeaderElement.style.zIndex||this.setFixedHeader(),this.scrollStop(e))},n.prototype.scrollStop=function(e,i){for(var s=t.isNullOrUndefined(e)?this.list:e.target,l=parseInt(getComputedStyle(this.getValidLi(),null).getPropertyValue("height"),10),n=Math.round(s.scrollTop/l),a=this.list.querySelectorAll("li:not(.e-hide-listitem)"),o=this.list.querySelectorAll(".e-virtual-list").length,r=n;r>-1;r--){var h=this.isVirtualizationEnabled?r+o:r;if(this.isVirtualizationEnabled){if(this.fixedHeaderElement&&this.updateGroupHeader(h,a,s))break;i&&(!t.isNullOrUndefined(a[h])&&a[h].classList.contains(U.selected)&&"autocomplete"!==this.getModuleName()||!t.isNullOrUndefined(a[h])&&a[h].classList.contains(U.focus)&&this.getModuleName())}else if(this.updateGroupHeader(h,a,s))break}},n.prototype.getPageCount=function(e){var t=this.list.classList.contains(U.noData)?null:getComputedStyle(this.getItems()[0],null).getPropertyValue("height"),i=Math.round(this.list.getBoundingClientRect().height/parseInt(t,10));return e?i:Math.round(i)},n.prototype.updateGroupHeader=function(e,i,s){return!t.isNullOrUndefined(i[e])&&i[e].classList.contains(U.group)?(this.updateGroupFixedHeader(i[e],s),!0):(this.fixedHeaderElement.style.display="none",this.fixedHeaderElement.style.top="none",!1)},n.prototype.updateGroupFixedHeader=function(e,i){this.fixedHeaderElement&&(t.isNullOrUndefined(e.innerHTML)||(this.fixedHeaderElement.innerHTML=e.innerHTML),this.fixedHeaderElement.style.position="fixed",this.fixedHeaderElement.style.top=this.list.parentElement.offsetTop+this.list.offsetTop-window.scrollY+"px",this.fixedHeaderElement.style.display="block")},n.prototype.getValidLi=function(){return this.isVirtualizationEnabled&&this.liCollections[0].classList.contains("e-virtual-list")?this.liCollections[this.skeletonCount]:this.liCollections[0]},n.prototype.renderItems=function(e,t,l){var n;if(this.itemTemplate&&e){var a=e;a&&t.groupBy?("None"!==this.sortOrder&&(a=this.getSortedDataSource(a)),a=s.ListBase.groupDataSource(a,t.properties,this.sortOrder)):a=this.getSortedDataSource(a),this.sortedData=a;var o=a.length>100?new i.DataManager(a).executeLocal((new i.Query).take(100)):a;if(n=this.templateListItem("autocomplete"===this.getModuleName()?o:a,t),this.isVirtualizationEnabled){var r=this.list.querySelector(".e-list-parent"),h=this.list.querySelector(".e-virtual-ddl-content");if(e.length>=this.virtualizedItemsCount&&r&&h||r&&h&&this.isAllowFiltering||r&&h&&"autocomplete"===this.getModuleName()){h.replaceChild(n,r);var u=this.list.querySelectorAll(".e-reorder");this.list.querySelector(".e-virtual-ddl-content")&&u&&u.length>0&&!l&&this.list.querySelector(".e-virtual-ddl-content").removeChild(u[0]),this.updateListElements(e)}else h||(this.list.innerHTML="",this.createVirtualContent(),this.list.querySelector(".e-virtual-ddl-content").appendChild(n),this.updateListElements(e))}}else{if("multiselect"===this.getModuleName()&&this.virtualSelectAll&&(this.virtualSelectAllData=e,e=e.slice(this.virtualItemStartIndex,this.virtualItemEndIndex)),n=this.createListItems(e,t),this.isIncrementalRequest)return this.incrementalLiCollections=n.querySelectorAll("."+U.li),this.incrementalUlElement=n,this.incrementalListData=e,n;if(this.isVirtualizationEnabled){r=this.list.querySelector(".e-list-parent:not(.e-reorder)"),h=this.list.querySelector(".e-virtual-ddl-content");!r&&this.list.querySelector(".e-list-parent.e-reorder")&&(r=this.list.querySelector(".e-list-parent.e-reorder")),e.length>=this.virtualizedItemsCount&&r&&h||r&&h&&this.isAllowFiltering||r&&h&&("autocomplete"===this.getModuleName()||"multiselect"===this.getModuleName())?(this.appendUncheckList?h.appendChild(n):h.replaceChild(n,r),this.updateListElements(e)):h&&h.firstChild||(this.list.innerHTML="",this.createVirtualContent(),this.list.querySelector(".e-virtual-ddl-content").appendChild(n),this.updateListElements(e))}}return n},n.prototype.createVirtualContent=function(){this.list.querySelector(".e-virtual-ddl-content")||this.list.appendChild(this.createElement("div",{className:"e-virtual-ddl-content"}))},n.prototype.updateListElements=function(e){this.liCollections=this.list.querySelectorAll("."+U.li),this.ulElement=this.list.querySelector("ul"),this.listData=e,this.postRender(this.list,e,this.bindEvent)},n.prototype.templateListItem=function(e,i){var l=this.listOption(e,i);l.templateID=this.itemTemplateId,l.isStringTemplate=this.isStringTemplate;var n=this.templateCompiler(this.itemTemplate);if("function"!=typeof this.itemTemplate&&n){var a=t.select(this.itemTemplate,document).innerHTML.trim();return s.ListBase.renderContentTemplate(this.createElement,a,e,i.properties,l,this)}return s.ListBase.renderContentTemplate(this.createElement,this.itemTemplate,e,i.properties,l,this)},n.prototype.typeOfData=function(e){for(var i={typeof:null,item:null},s=0;!t.isNullOrUndefined(e)&&s<e.length;s++)if(!t.isNullOrUndefined(e[s])){if(!("string"==typeof e[s]||"number"==typeof e[s]||"boolean"==typeof e[s]?t.isNullOrUndefined(e[s]):t.isNullOrUndefined(t.getValue(this.fields.value?this.fields.value:"value",e[s]))))return i={typeof:typeof e[s],item:e[s]}}return i},n.prototype.setFixedHeader=function(){t.isNullOrUndefined(this.list)||(this.list.parentElement.style.display="block");var e=0;if(this.list&&this.list.parentElement&&(e=parseInt(document.defaultView.getComputedStyle(this.list.parentElement,null).getPropertyValue("border-width"),10),isNaN(e))){e=parseInt(document.defaultView.getComputedStyle(this.list.parentElement,null).getPropertyValue("border-top-width"),10)+parseInt(document.defaultView.getComputedStyle(this.list.parentElement,null).getPropertyValue("border-bottom-width"),10)+parseInt(document.defaultView.getComputedStyle(this.list.parentElement,null).getPropertyValue("border-left-width"),10)+parseInt(document.defaultView.getComputedStyle(this.list.parentElement,null).getPropertyValue("border-right-width"),10)}if(!t.isNullOrUndefined(this.liCollections)){var i=this.getValidLi().offsetWidth-e;this.fixedHeaderElement.style.width=i.toString()+"px"}t.setStyleAttribute(this.fixedHeaderElement,{zIndex:10});var s=this.ulElement.querySelector("."+U.group+":not(.e-hide-listitem)");this.fixedHeaderElement.innerHTML=s.innerHTML},n.prototype.getSortedDataSource=function(e){if(e&&"None"!==this.sortOrder){var t=this.fields.text?this.fields.text:"text";"string"!==this.typeOfData(e).typeof&&"number"!==this.typeOfData(e).typeof&&"boolean"!==this.typeOfData(e).typeof||(t=""),e=s.ListBase.getDataSource(e,s.ListBase.addSorting(this.sortOrder,t))}return e},n.prototype.getIndexByValue=function(e){for(var i,s=this.getItems(),l=0;l<s.length;l++)if(!t.isNullOrUndefined(e)&&s[l].getAttribute("data-value")===e.toString()){i=l;break}return i},n.prototype.getIndexByValueFilter=function(e,i){var s;if(!i)return null;var l=i.querySelectorAll("li:not(.e-list-group-item)");if(l)for(var n=0;n<l.length;n++)if(!t.isNullOrUndefined(e)&&l[n].getAttribute("data-value")===e.toString()){s=n;break}return s},n.prototype.dispatchEvent=function(e,t){var i=document.createEvent("HTMLEvents");i.initEvent(t,!1,!0),e&&e.dispatchEvent(i)},n.prototype.setFields=function(){this.fields.value&&!this.fields.text?this.updateFields(this.fields.value,this.fields.value):!this.fields.value&&this.fields.text?this.updateFields(this.fields.text,this.fields.text):this.fields.value||this.fields.text||this.updateFields("text","text")},n.prototype.resetList=function(e,i,s,l){if(this.list){if("SELECT"===this.element.tagName&&this.element.options.length>0||"UL"===this.element.tagName&&this.element.childNodes.length>0){!(e instanceof Array?e.length>0:!t.isNullOrUndefined(e))&&this.selectData&&this.selectData.length>0&&(e=this.selectData)}e="combobox"===this.getModuleName()&&this.selectData&&e instanceof Array&&e.length<this.selectData.length&&this.addedNewItem?this.selectData:e,this.addedNewItem=!1,this.setListData(e,i,s,l)}},n.prototype.updateSelectElementData=function(e){(e||this.isVirtualizationEnabled)&&t.isNullOrUndefined(this.selectData)&&this.listData&&this.listData.length>0&&(this.selectData=this.listData)},n.prototype.updateSelection=function(){},n.prototype.renderList=function(){this.render()},n.prototype.updateDataSource=function(e,t){this.resetList(this.dataSource),this.totalItemCount=this.dataSource instanceof i.DataManager?this.dataSource.dataSource.json.length:0},n.prototype.setUpdateInitial=function(e,t,i){this.isDataFetched=!1;for(var s={},l=0;e.length>l;l++)t[e[l]]&&"fields"===e[l]?(this.setFields(),s[e[l]]=t[e[l]]):t[e[l]]&&(s[e[l]]=t[e[l]]);Object.keys(s).length>0&&(-1===Object.keys(s).indexOf("dataSource")&&(s.dataSource=this.dataSource),this.updateDataSource(s,i))},n.prototype.onPropertyChanged=function(e,i){"dropdownbase"===this.getModuleName()&&this.setUpdateInitial(["fields","query","dataSource"],e),this.setUpdateInitial(["sortOrder","itemTemplate"],e);for(var s=0,l=Object.keys(e);s<l.length;s++){switch(l[s]){case"query":case"sortOrder":case"dataSource":case"itemTemplate":break;case"enableRtl":this.setEnableRtl();break;case"groupTemplate":if(this.renderGroupTemplate(this.list),this.ulElement&&this.fixedHeaderElement){var n=this.ulElement.querySelector("."+U.group);this.fixedHeaderElement.innerHTML=n.innerHTML}break;case"locale":this.list&&!t.isNullOrUndefined(this.liCollections)&&0===this.liCollections.length&&this.l10nUpdate();break;case"zIndex":this.setProperties({zIndex:e.zIndex},!0),this.setZIndex()}}},n.prototype.render=function(e,i){"listbox"===this.getModuleName()?this.list=this.createElement("div",{className:U.content,attrs:{tabindex:"0"}}):this.list=this.createElement("div",{className:U.content}),this.list.classList.add(U.root),this.setFields();var s={duration:300,selector:"."+U.li};this.rippleFun=t.rippleEffect(this.list,s);var l=this.element.querySelector("select>optgroup");if(!this.fields.groupBy&&t.isNullOrUndefined(l)||this.isGroupChecking||(t.EventHandler.add(this.list,"scroll",this.setFloatingHeader,this),t.EventHandler.add(document,"scroll",this.updateGroupFixedHeader,this)),"dropdownbase"===this.getModuleName()){this.element.getAttribute("tabindex")&&this.list.setAttribute("tabindex",this.element.getAttribute("tabindex")),t.removeClass([this.element],U.root),this.element.style.display="none";var n=this.createElement("div");this.element.parentElement.insertBefore(n,this.element),n.appendChild(this.element),n.appendChild(this.list)}this.setEnableRtl(),i||this.initialize(e)},n.prototype.removeScrollEvent=function(){this.list&&t.EventHandler.remove(this.list,"scroll",this.setFloatingHeader)},n.prototype.getModuleName=function(){return"dropdownbase"},n.prototype.getItems=function(){return this.ulElement.querySelectorAll("."+U.li)},n.prototype.addItem=function(e,i){if((!this.list||this.list.textContent===this.noRecordsTemplate&&"listbox"!==this.getModuleName())&&this.renderList(),"None"!==this.sortOrder&&t.isNullOrUndefined(i)){var l=[].slice.call(this.listData);l.push(e),l=this.getSortedDataSource(l),i=this.fields.groupBy?(l=s.ListBase.groupDataSource(l,this.fields.properties,this.sortOrder)).indexOf(e):l.indexOf(e)}var n=this.getItems().length,a=0===n,o=this.list.querySelector("."+U.selected);e=e instanceof Array?e:[e];var r;r=t.isNullOrUndefined(i)||i<0||i>n-1?n:i;var h=this.fields;e&&h.groupBy&&(e=s.ListBase.groupDataSource(e,h.properties));for(var u=[],p=0;p<e.length;p++){var d=e[p],c=d.isHeader,m=this.createElement("li",{className:c?U.group:U.li,id:"option-add-"+p}),f=d instanceof Object?t.getValue(h.text,d):d;if(c&&(m.innerText=f),this.itemTemplate&&!c){var v=this.templateCompiler(this.itemTemplate),g=("function"!=typeof this.itemTemplate&&v?t.compile(t.select(this.itemTemplate,document).innerHTML.trim()):t.compile(this.itemTemplate))(d,this,"itemTemplate",this.itemTemplateId,this.isStringTemplate,null,m);g&&t.append(g,m)}else c||m.appendChild(document.createTextNode(f));m.setAttribute("data-value",d instanceof Object?t.getValue(h.value,d):d),m.setAttribute("role","option"),this.notify("addItem",{module:"CheckBoxSelection",item:m}),u.push(m),"listbox"===this.getModuleName()?(this.listData.splice(a?this.listData.length:r,0,d),this.listData.length!==this.sortedData.length&&(this.sortedData=this.listData)):this.listData.push(d),"None"===this.sortOrder&&t.isNullOrUndefined(i)&&0===r&&(r=null),"listbox"===this.getModuleName()?(this.updateActionCompleteData(m,d,a?null:r),a=!0):this.updateActionCompleteData(m,d,r),this.trigger("beforeItemRender",{element:m,item:d})}if(0===n&&t.isNullOrUndefined(this.list.querySelector("ul")))t.isNullOrUndefined(this.list)||(this.list.innerHTML="",this.list.classList.remove(U.noData),this.isAddNewItemTemplate=!0,t.isNullOrUndefined(this.ulElement)||this.list.appendChild(this.ulElement)),this.liCollections=u,t.isNullOrUndefined(u)||t.isNullOrUndefined(this.ulElement)||t.append(u,this.ulElement),this.updateAddItemList(this.list,n);else{"listbox"===this.getModuleName()&&0===n&&(this.ulElement.innerHTML="");var y=[];for(p=0;p<e.length;p++){for(var C=this.ulElement.querySelectorAll(".e-list-group-item"),b=0;b<C.length;b++)y[b]=C[b].innerText;if(y.indexOf(u[p].innerText)>-1&&h.groupBy){for(b=0;b<C.length;b++)if(y[b]===u[p].innerText){"None"===this.sortOrder?this.ulElement.insertBefore(u[p+1],C[b+1]):this.ulElement.insertBefore(u[p+1],this.ulElement.childNodes[i]),p+=1;break}}else this.liCollections[r]&&this.liCollections[r].parentNode?this.liCollections[r].parentNode.insertBefore(u[p],this.liCollections[r]):this.ulElement.appendChild(u[p]);var S=[].slice.call(this.liCollections);S.splice(r,0,u[p]),this.liCollections=S,r+=1,"multiselect"===this.getModuleName()&&this.updateDataList()}}"listbox"===this.getModuleName()&&this.isReact&&this.renderReactTemplates(),(o||0===i)&&this.updateSelection(),this.addedNewItem=!0},n.prototype.validationAttribute=function(e,t){var i=e.getAttribute("name")?e.getAttribute("name"):e.getAttribute("id");t.setAttribute("name",i),e.removeAttribute("name");for(var s=["required","aria-required","form"],l=0;l<s.length;l++)if(e.getAttribute(s[l])){var n=e.getAttribute(s[l]);t.setAttribute(s[l],n),e.removeAttribute(s[l])}},n.prototype.setZIndex=function(){},n.prototype.updateActionCompleteData=function(e,t,i){},n.prototype.updateAddItemList=function(e,t){},n.prototype.updateDataList=function(){},n.prototype.getDataByValue=function(e){if(!t.isNullOrUndefined(this.listData)){var i=this.typeOfData(this.listData).typeof;if("string"===i||"number"===i||"boolean"===i)for(var s=0,l=this.listData;s<l.length;s++){var n=l[s];if(!t.isNullOrUndefined(n)&&n===e)return n}else for(var a=0,o=this.listData;a<o.length;a++){n=o[a];if(!t.isNullOrUndefined(n)&&t.getValue(this.fields.value?this.fields.value:"value",n)===e)return n}}return null},n.prototype.destroy=function(){document&&(t.EventHandler.remove(document,"scroll",this.updateGroupFixedHeader),document.body.contains(this.list)&&(t.EventHandler.remove(this.list,"scroll",this.setFloatingHeader),t.isNullOrUndefined(this.rippleFun)||this.rippleFun(),t.detach(this.list))),this.liCollections=null,this.ulElement=null,this.list=null,this.enableRtlElements=null,this.rippleFun=null,e.prototype.destroy.call(this)},P([t.Complex({text:null,value:null,iconCss:null,groupBy:null},V)],n.prototype,"fields",void 0),P([t.Property(null)],n.prototype,"itemTemplate",void 0),P([t.Property(null)],n.prototype,"groupTemplate",void 0),P([t.Property("No records found")],n.prototype,"noRecordsTemplate",void 0),P([t.Property("Request failed")],n.prototype,"actionFailureTemplate",void 0),P([t.Property("None")],n.prototype,"sortOrder",void 0),P([t.Property([])],n.prototype,"dataSource",void 0),P([t.Property(null)],n.prototype,"query",void 0),P([t.Property("StartsWith")],n.prototype,"filterType",void 0),P([t.Property(!0)],n.prototype,"ignoreCase",void 0),P([t.Property(1e3)],n.prototype,"zIndex",void 0),P([t.Property(!1)],n.prototype,"ignoreAccent",void 0),P([t.Property()],n.prototype,"locale",void 0),P([t.Event()],n.prototype,"actionBegin",void 0),P([t.Event()],n.prototype,"actionComplete",void 0),P([t.Event()],n.prototype,"actionFailure",void 0),P([t.Event()],n.prototype,"select",void 0),P([t.Event()],n.prototype,"dataBound",void 0),P([t.Event()],n.prototype,"created",void 0),P([t.Event()],n.prototype,"destroyed",void 0),n=P([t.NotifyPropertyChanges],n)}(t.Component),H=function(){var e=function(t,i){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(t,i)};return function(t,i){function s(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(s.prototype=i.prototype,new s)}}(),W=function(e,t,i,s){var l,n=arguments.length,a=n<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,i,s);else for(var o=e.length-1;o>=0;o--)(l=e[o])&&(a=(n<3?l(a):n>3?l(t,i,a):l(t,i))||a);return n>3&&a&&Object.defineProperty(t,i,a),a},q={root:"e-dropdownlist",hover:U.hover,selected:U.selected,rtl:U.rtl,li:U.li,disable:U.disabled,base:U.root,focus:U.focus,content:U.content,input:"e-input-group",inputFocus:"e-input-focus",icon:"e-input-group-icon e-ddl-icon",iconAnimation:"e-icon-anim",value:"e-input-value",device:"e-ddl-device",backIcon:"e-input-group-icon e-back-icon e-icons",filterBarClearIcon:"e-input-group-icon e-clear-icon e-icons",filterInput:"e-input-filter",filterParent:"e-filter-parent",mobileFilter:"e-ddl-device-filter",footer:"e-ddl-footer",header:"e-ddl-header",clearIcon:"e-clear-icon",clearIconHide:"e-clear-icon-hide",popupFullScreen:"e-popup-full-page",disableIcon:"e-ddl-disable-icon",hiddenElement:"e-ddl-hidden",virtualList:"e-list-item e-virtual-list"},j={container:null,buttons:[]},M=function(e){function s(t,i){var s=e.call(this,t,i)||this;return s.isListSearched=!1,s.preventChange=!1,s.isAngular=!1,s.isTouched=!1,s.IsScrollerAtEnd=function(){return this.list&&this.list.scrollTop+this.list.clientHeight>=this.list.scrollHeight},s}return H(s,e),s.prototype.preRender=function(){this.valueTempElement=null,this.element.style.opacity="0",this.initializeData(),e.prototype.preRender.call(this),this.activeIndex=this.index,this.queryString=""},s.prototype.initializeData=function(){this.isPopupOpen=!1,this.isDocumentClick=!1,this.isInteracted=!1,this.isFilterFocus=!1,this.beforePopupOpen=!1,this.initial=!0,this.initialRemoteRender=!1,this.isNotSearchList=!1,this.isTyped=!1,this.isSelected=!1,this.preventFocus=!1,this.preventAutoFill=!1,this.isValidKey=!1,this.typedString="",this.isEscapeKey=!1,this.isPreventBlur=!1,this.isTabKey=!1,this.actionCompleteData={isUpdated:!1},this.actionData={isUpdated:!1},this.prevSelectPoints={},this.isSelectCustom=!1,this.isDropDownClick=!1,this.preventAltUp=!1,this.isCustomFilter=!1,this.isSecondClick=!1,this.previousValue=null,this.keyConfigure={tab:"tab",enter:"13",escape:"27",end:"35",home:"36",down:"40",up:"38",pageUp:"33",pageDown:"34",open:"alt+40",close:"shift+tab",hide:"alt+38",space:"32"},this.viewPortInfo={currentPageNumber:null,direction:null,sentinelInfo:{},offsets:{},startIndex:0,endIndex:this.itemCount}},s.prototype.setZIndex=function(){this.popupObj&&this.popupObj.setProperties({zIndex:this.zIndex})},s.prototype.requiredModules=function(){var e=[];return this.enableVirtualization&&e.push({args:[this],member:"VirtualScroll"}),e},s.prototype.renderList=function(t,s){e.prototype.render.call(this,t,s),this.dataSource instanceof i.DataManager||(this.totalItemCount=this.dataSource&&this.dataSource.length?this.dataSource.length:0),this.enableVirtualization&&this.isFiltering()&&"combobox"===this.getModuleName()&&(this.UpdateSkeleton(),this.liCollections=this.list.querySelectorAll("."+U.li),this.ulElement=this.list.querySelector("ul")),this.unWireListEvents(),this.wireListEvents()},s.prototype.floatLabelChange=function(){if("dropdownlist"===this.getModuleName()&&"Auto"===this.floatLabelType){var e=this.inputWrapper.container.querySelector(".e-float-text");""!==this.inputElement.value||this.isInteracted?t.classList(e,["e-label-top"],["e-label-bottom"]):t.classList(e,["e-label-bottom"],["e-label-top"])}},s.prototype.resetHandler=function(e){e.preventDefault(),this.clearAll(e),this.enableVirtualization&&(this.list.scrollTop=0,this.virtualListInfo=null,this.previousStartIndex=0,this.previousEndIndex=0)},s.prototype.resetFocusElement=function(){if(this.removeHover(),this.removeSelection(),this.removeFocus(),this.list.scrollTop=0,"autocomplete"!==this.getModuleName()&&!t.isNullOrUndefined(this.ulElement)){var e=this.ulElement.querySelector("."+q.li);this.enableVirtualization&&(e=this.liCollections[this.skeletonCount]),e&&e.classList.add(q.focus)}},s.prototype.clearAll=function(e,s){this.previousItemData=t.isNullOrUndefined(this.itemData)?null:this.itemData,!t.isNullOrUndefined(s)&&(t.isNullOrUndefined(s)||!t.isNullOrUndefined(s.dataSource)&&(s.dataSource instanceof i.DataManager||0!==s.dataSource.length))||(this.isActive=!0,this.resetSelection(s));var l=this.getItemData();!this.allowObjectBinding&&this.previousValue===l.value||this.allowObjectBinding&&this.previousValue&&this.isObjectInArray(this.previousValue,[this.allowCustom?this.value?this.value:l:l.value?this.getDataByValue(l.value):l])||(this.onChangeEvent(e),this.checkAndResetCache(),this.enableVirtualization&&this.updateInitialData())},s.prototype.resetSelection=function(e){this.list&&(t.isNullOrUndefined(e)||!t.isNullOrUndefined(e.dataSource)&&(e.dataSource instanceof i.DataManager||0!==e.dataSource.length)?(this.allowFiltering&&"autocomplete"!==this.getModuleName()&&!t.isNullOrUndefined(this.actionCompleteData.ulElement)&&!t.isNullOrUndefined(this.actionCompleteData.list)&&this.actionCompleteData.list.length>0&&this.onActionComplete(this.actionCompleteData.ulElement.cloneNode(!0),this.actionCompleteData.list),this.resetFocusElement()):(this.selectedLI=null,this.actionCompleteData.isUpdated=!1,this.actionCompleteData.ulElement=null,this.actionCompleteData.list=null,this.resetList(e.dataSource))),t.isNullOrUndefined(this.hiddenElement)||(this.hiddenElement.innerHTML=""),t.isNullOrUndefined(this.inputElement)||(this.inputElement.value=""),this.value=null,this.itemData=null,this.text=null,this.index=null,this.activeIndex=null,this.item=null,this.queryString="",this.valueTempElement&&(t.detach(this.valueTempElement),this.inputElement.style.display="block",this.valueTempElement=null),this.setSelection(null,null),this.isSelectCustom=!1,this.updateIconState(),this.cloneElements()},s.prototype.setHTMLAttributes=function(){if(Object.keys(this.htmlAttributes).length)for(var e=0,i=Object.keys(this.htmlAttributes);e<i.length;e++){var s=i[e];if("class"===s){var l=this.htmlAttributes[""+s].replace(/\s+/g," ").trim();""!==l&&t.addClass([this.inputWrapper.container],l.split(" "))}else if("disabled"===s&&"disabled"===this.htmlAttributes[""+s])this.enabled=!1,this.setEnable();else if("readonly"!==s||t.isNullOrUndefined(this.htmlAttributes[""+s]))if("style"===s)this.inputWrapper.container.setAttribute("style",this.htmlAttributes[""+s]);else if("aria-label"===s)"autocomplete"!==this.getModuleName()&&"combobox"!==this.getModuleName()||this.readonly?"dropdownlist"===this.getModuleName()&&this.inputWrapper.container.setAttribute("aria-label",this.htmlAttributes[""+s]):this.inputElement.setAttribute("aria-label",this.htmlAttributes[""+s]);else{var n=["title","id","placeholder","role","autocomplete","autocapitalize","spellcheck","minlength","maxlength"];"autocomplete"!==this.getModuleName()&&"combobox"!==this.getModuleName()||n.push("tabindex"),["name","required"].indexOf(s)>-1||0===s.indexOf("data")?this.hiddenElement.setAttribute(s,this.htmlAttributes[""+s]):n.indexOf(s)>-1?"placeholder"===s?a.Input.setPlaceholder(this.htmlAttributes[""+s],this.inputElement):this.inputElement.setAttribute(s,this.htmlAttributes[""+s]):this.inputWrapper.container.setAttribute(s,this.htmlAttributes[""+s])}else this.readonly=!0,this.dataBind()}"autocomplete"!==this.getModuleName()&&"combobox"!==this.getModuleName()||this.inputWrapper.container.removeAttribute("tabindex")},s.prototype.getAriaAttributes=function(){return{"aria-disabled":"false",role:"combobox","aria-expanded":"false","aria-live":"polite","aria-labelledby":this.hiddenElement.id}},s.prototype.setEnableRtl=function(){a.Input.setEnableRtl(this.enableRtl,[this.inputElement.parentElement]),this.popupObj&&(this.popupObj.enableRtl=this.enableRtl,this.popupObj.dataBind())},s.prototype.setEnable=function(){a.Input.setEnabled(this.enabled,this.inputElement),this.enabled?(t.removeClass([this.inputWrapper.container],q.disable),this.inputElement.setAttribute("aria-disabled","false"),this.targetElement().setAttribute("tabindex",this.tabIndex)):(this.hidePopup(),t.addClass([this.inputWrapper.container],q.disable),this.inputElement.setAttribute("aria-disabled","true"),this.targetElement().tabIndex=-1)},s.prototype.getPersistData=function(){return this.addOnPersist(["value"])},s.prototype.getLocaleName=function(){return"drop-down-list"},s.prototype.preventTabIndex=function(e){"dropdownlist"===this.getModuleName()&&(e.tabIndex=-1)},s.prototype.targetElement=function(){return t.isNullOrUndefined(this.inputWrapper)?null:this.inputWrapper.container},s.prototype.getNgDirective=function(){return"EJS-DROPDOWNLIST"},s.prototype.getElementByText=function(e){return this.getElementByValue(this.getValueByText(e))},s.prototype.getElementByValue=function(e){for(var t,i=0,s=this.getItems();i<s.length;i++){var l=s[i];if(this.getFormattedValue(l.getAttribute("data-value"))===e){t=l;break}}return t},s.prototype.initValue=function(){this.viewPortInfo.startIndex=this.virtualItemStartIndex=0,this.viewPortInfo.endIndex=this.virtualItemEndIndex=this.itemCount,this.renderList(),this.dataSource instanceof i.DataManager?this.initialRemoteRender=!0:this.updateValues()},s.prototype.updateValues=function(){if(this.selectedValueInfo=this.viewPortInfo,t.isNullOrUndefined(this.value))if(this.text&&t.isNullOrUndefined(this.value)){var e=this.getElementByText(this.text);if(t.isNullOrUndefined(e))return void this.setProperties({text:null});this.setSelection(e,null)}else this.setSelection(this.liCollections[this.activeIndex],null);else{var i=this.allowObjectBinding&&!t.isNullOrUndefined(this.value)?t.getValue(this.fields.value?this.fields.value:"",this.value):this.value;this.setSelection(this.getElementByValue(i),null)}this.setHiddenValue(),a.Input.setValue(this.text,this.inputElement,this.floatLabelType,this.showClearButton)},s.prototype.onBlurHandler=function(e){if(this.enabled){var i=e.relatedTarget,s=e.target,l=this.isPreventBlur;this.isPreventBlur=!1,!l||this.isDocumentClick||!this.isPopupOpen||t.isNullOrUndefined(s)&&(this.isFilterLayout()||!t.isNullOrUndefined(i))?this.isDocumentClick||!t.isNullOrUndefined(this.popupObj)&&document.body.contains(this.popupObj.element)&&this.popupObj.element.classList.contains(q.mobileFilter)?this.beforePopupOpen||(this.isDocumentClick=!1):(("dropdownlist"===this.getModuleName()&&!this.isFilterFocus&&i!==this.inputElement&&(document.activeElement!==i||document.activeElement===i&&s.classList.contains(q.inputFocus))||t.isNullOrUndefined(i)&&"dropdownlist"===this.getModuleName()&&this.allowFiltering&&s!==this.inputWrapper.container||"dropdownlist"!==this.getModuleName()&&!this.inputWrapper.container.contains(i)||this.isTabKey)&&(this.isDocumentClick=!!this.isPopupOpen,this.focusOutAction(e),this.isTabKey=!1),!this.isRequested||this.isPopupOpen||this.isPreventBlur||(this.isActive=!1,this.beforePopupOpen=!1)):"dropdownlist"===this.getModuleName()&&this.allowFiltering&&this.isPopupOpen?this.filterInput.focus():this.targetElement().focus()}},s.prototype.focusOutAction=function(e){this.isInteracted=!1,this.focusOut(e),this.onFocusOut(e)},s.prototype.onFocusOut=function(e){this.enabled&&(this.isSelected&&(this.isSelectCustom=!1,this.onChangeEvent(e)),this.floatLabelChange(),this.dispatchEvent(this.hiddenElement,"change"),"dropdownlist"===this.getModuleName()&&"INPUT"!==this.element.tagName&&this.dispatchEvent(this.inputElement,"blur"),this.inputWrapper.clearButton&&t.addClass([this.inputWrapper.clearButton],q.clearIconHide),this.trigger("blur"))},s.prototype.onFocus=function(e){if(!this.isInteracted){this.isInteracted=!0;var t={isInteracted:!!e,event:e};this.trigger("focus",t)}this.updateIconState()},s.prototype.resetValueHandler=function(e){var i=t.closest(this.inputElement,"form");if(i&&e.target===i){var s=this.element.tagName===this.getNgDirective()?null:this.inputElement.getAttribute("value");this.text=s}},s.prototype.wireEvent=function(){t.EventHandler.add(this.inputWrapper.container,"mousedown",this.dropDownClick,this),t.EventHandler.add(this.inputWrapper.container,"focus",this.focusIn,this),t.EventHandler.add(this.inputWrapper.container,"keypress",this.onSearch,this),t.EventHandler.add(window,"resize",this.windowResize,this),this.bindCommonEvent()},s.prototype.bindCommonEvent=function(){t.EventHandler.add(this.targetElement(),"blur",this.onBlurHandler,this);var e=t.closest(this.inputElement,"form");e&&t.EventHandler.add(e,"reset",this.resetValueHandler,this),t.Browser.isDevice?this.keyboardModule=new t.KeyboardEvents(this.targetElement(),{keyAction:this.mobileKeyActionHandler.bind(this),keyConfigs:this.keyConfigure,eventName:"keydown"}):this.keyboardModule=new t.KeyboardEvents(this.targetElement(),{keyAction:this.keyActionHandler.bind(this),keyConfigs:this.keyConfigure,eventName:"keydown"}),this.bindClearEvent()},s.prototype.windowResize=function(){this.isPopupOpen&&this.popupObj.refreshPosition(this.inputWrapper.container)},s.prototype.bindClearEvent=function(){this.showClearButton&&t.EventHandler.add(this.inputWrapper.clearButton,"mousedown",this.resetHandler,this)},s.prototype.unBindCommonEvent=function(){!t.isNullOrUndefined(this.inputWrapper)&&this.targetElement()&&t.EventHandler.remove(this.targetElement(),"blur",this.onBlurHandler);var e=this.inputElement&&t.closest(this.inputElement,"form");e&&t.EventHandler.remove(e,"reset",this.resetValueHandler),t.Browser.isDevice||this.keyboardModule.destroy(),this.showClearButton&&t.EventHandler.remove(this.inputWrapper.clearButton,"mousedown",this.resetHandler)},s.prototype.updateIconState=function(){this.showClearButton&&(""===this.inputElement.value||this.readonly?t.addClass([this.inputWrapper.clearButton],q.clearIconHide):t.removeClass([this.inputWrapper.clearButton],q.clearIconHide))},s.prototype.wireListEvents=function(){t.isNullOrUndefined(this.list)||(t.EventHandler.add(this.list,"click",this.onMouseClick,this),t.EventHandler.add(this.list,"mouseover",this.onMouseOver,this),t.EventHandler.add(this.list,"mouseout",this.onMouseLeave,this))},s.prototype.onSearch=function(e){32!==e.charCode&&13!==e.charCode&&(void 0===this.list&&this.renderList(),this.searchKeyEvent=e,this.onServerIncrementalSearch(e))},s.prototype.onServerIncrementalSearch=function(e){this.isRequested||t.isNullOrUndefined(this.list)||t.isNullOrUndefined(this.list.querySelector("li"))||!this.enabled||this.readonly||this.incrementalSearch(e)},s.prototype.onMouseClick=function(e){var i=e.target;this.keyboardEvent=null;var s=t.closest(i,"."+U.li);if(this.isValidLI(s))if(this.setSelection(s,e),t.Browser.isDevice&&this.isFilterLayout())history.back();else{this.closePopup(100,e)}},s.prototype.onMouseOver=function(e){var i=t.closest(e.target,"."+U.li);this.setHover(i)},s.prototype.setHover=function(e){this.enabled&&this.isValidLI(e)&&!e.classList.contains(U.hover)&&(this.removeHover(),t.addClass([e],U.hover))},s.prototype.onMouseLeave=function(){this.removeHover()},s.prototype.removeHover=function(){if(this.list){var e=this.list.querySelectorAll("."+U.hover);e&&e.length&&t.removeClass(e,U.hover)}},s.prototype.isValidLI=function(e){return e&&e.hasAttribute("role")&&"option"===e.getAttribute("role")},s.prototype.updateIncrementalItemIndex=function(e,t){this.incrementalStartIndex=e,this.incrementalEndIndex=t},s.prototype.incrementalSearch=function(e){if(this.liCollections.length>0)if(this.enableVirtualization){var i=!1,s=!1,l=this.ulElement.getElementsByClassName("e-active")[0],n=l?l.textContent:null;""==this.incrementalQueryString?(this.incrementalQueryString=String.fromCharCode(e.charCode),this.incrementalPreQueryString=this.incrementalQueryString):String.fromCharCode(e.charCode).toLocaleLowerCase()==this.incrementalPreQueryString.toLocaleLowerCase()?s=!0:this.incrementalQueryString=String.fromCharCode(e.charCode),(this.viewPortInfo.endIndex>=this.incrementalEndIndex&&this.incrementalEndIndex<=this.totalItemCount||0==this.incrementalEndIndex)&&(i=!0,this.incrementalStartIndex=this.incrementalEndIndex,0==this.incrementalEndIndex?this.incrementalEndIndex=100>this.totalItemCount?this.totalItemCount:100:this.incrementalEndIndex=this.incrementalEndIndex+100>this.totalItemCount?this.totalItemCount:this.incrementalEndIndex+100,this.updateIncrementalInfo(this.incrementalStartIndex,this.incrementalEndIndex),i=!0),(0!==this.viewPortInfo.startIndex||i)&&this.updateIncrementalView(0,this.itemCount);for(var a=h(e.charCode,this.incrementalLiCollections,this.activeIndex,!0,this.element.id,s,n,!0);t.isNullOrUndefined(a)&&this.incrementalEndIndex<this.totalItemCount&&(this.updateIncrementalItemIndex(this.incrementalEndIndex,this.incrementalEndIndex+100>this.totalItemCount?this.totalItemCount:this.incrementalEndIndex+100),this.updateIncrementalInfo(this.incrementalStartIndex,this.incrementalEndIndex),i=!0,(0!==this.viewPortInfo.startIndex||i)&&this.updateIncrementalView(0,this.itemCount),a=h(e.charCode,this.incrementalLiCollections,0,!0,this.element.id,s,n,!0,!0),t.isNullOrUndefined(a));)if(t.isNullOrUndefined(a)&&this.incrementalEndIndex>=this.totalItemCount){this.updateIncrementalItemIndex(0,100>this.totalItemCount?this.totalItemCount:100);break}t.isNullOrUndefined(a)&&this.incrementalEndIndex>=this.totalItemCount&&(this.updateIncrementalItemIndex(0,100>this.totalItemCount?this.totalItemCount:100),this.updateIncrementalInfo(this.incrementalStartIndex,this.incrementalEndIndex),i=!0,(0!==this.viewPortInfo.startIndex||i)&&this.updateIncrementalView(0,this.itemCount),a=h(e.charCode,this.incrementalLiCollections,0,!0,this.element.id,s,n,!0,!0));var o=a&&this.getIndexByValue(a.getAttribute("data-value"));if(o)o-=this.skeletonCount;else for(var r=0;r<this.incrementalLiCollections.length;r++)if(!t.isNullOrUndefined(a)&&!t.isNullOrUndefined(a.getAttribute("data-value"))&&this.incrementalLiCollections[r].getAttribute("data-value")===a.getAttribute("data-value").toString()){o=r,o=this.incrementalStartIndex+o;break}if(o&&!(this.viewPortInfo.startIndex>=o&&o>=this.viewPortInfo.endIndex)){var u=o-(this.itemCount/2-2)>0?o-(this.itemCount/2-2):0,p=this.viewPortInfo.startIndex+this.itemCount>this.totalItemCount?this.totalItemCount:this.viewPortInfo.startIndex+this.itemCount;this.updateIncrementalView(u,p)}if(t.isNullOrUndefined(a))this.updateIncrementalView(0,this.itemCount),this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues(),this.list.scrollTop=0;else{if(this.getIndexByValue(a.getAttribute("data-value"))-this.skeletonCount>this.itemCount/2){u=this.viewPortInfo.startIndex+(this.itemCount/2-2)<this.totalItemCount?this.viewPortInfo.startIndex+(this.itemCount/2-2):this.totalItemCount,p=this.viewPortInfo.startIndex+this.itemCount>this.totalItemCount?this.totalItemCount:this.viewPortInfo.startIndex+this.itemCount;this.updateIncrementalView(u,p)}if(a=this.getElementByValue(a.getAttribute("data-value")),this.setSelection(a,e),this.setScrollPosition(),this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues(),this.enableVirtualization&&!this.fields.groupBy){var d=this.virtualListInfo&&this.virtualListInfo.startIndex?this.selectedLI.offsetTop+this.virtualListInfo.startIndex*this.selectedLI.offsetHeight:this.selectedLI.offsetTop;this.list.scrollTop=d-this.list.querySelectorAll(".e-virtual-list").length*this.selectedLI.offsetHeight}this.incrementalPreQueryString=this.incrementalQueryString}}else{a=h(e.charCode,this.liCollections,this.activeIndex,!0,this.element.id);t.isNullOrUndefined(a)||(this.setSelection(a,e),this.setScrollPosition())}},s.prototype.hideSpinner=function(){t.isNullOrUndefined(this.spinnerElement)||(n.hideSpinner(this.spinnerElement),t.removeClass([this.spinnerElement],q.disableIcon),this.spinnerElement.innerHTML="",this.spinnerElement=null)},s.prototype.showSpinner=function(){t.isNullOrUndefined(this.spinnerElement)&&(this.spinnerElement=t.Browser.isDevice&&!t.isNullOrUndefined(this.filterInputObj)&&this.filterInputObj.buttons[1]||!t.isNullOrUndefined(this.filterInputObj)&&this.filterInputObj.buttons[0]||this.inputWrapper.buttons[0],t.addClass([this.spinnerElement],q.disableIcon),n.createSpinner({target:this.spinnerElement,width:t.Browser.isDevice?"16px":"14px"},this.createElement),n.showSpinner(this.spinnerElement))},s.prototype.keyActionHandler=function(e){if(this.enabled){this.keyboardEvent=e,this.isPreventKeyAction&&this.enableVirtualization&&e.preventDefault();var i="pageUp"===e.action||"pageDown"===e.action,s="dropdownlist"!==this.getModuleName()&&("home"===e.action||"end"===e.action);this.isEscapeKey="escape"===e.action,this.isTabKey=!this.isPopupOpen&&"tab"===e.action;var l="down"===e.action||"up"===e.action||"pageUp"===e.action||"pageDown"===e.action||"home"===e.action||"end"===e.action;if((!(this.isEditTextBox()||i||s)||this.isPopupOpen)&&!this.readonly){var n="tab"===e.action||"close"===e.action;if(!t.isNullOrUndefined(this.list)||this.isRequested||n||"escape"===e.action||(this.searchKeyEvent=e,this.enableVirtualization&&(!this.enableVirtualization||"autocomplete"===this.getModuleName()||"mousedown"===e.type||40!==e.keyCode&&38!==e.keyCode)||(this.renderList(e),this.UpdateSkeleton(),this.liCollections=this.list.querySelectorAll("."+U.li),this.ulElement=this.list.querySelector("ul"))),t.isNullOrUndefined(this.list)||!t.isNullOrUndefined(this.liCollections)&&l&&0===this.liCollections.length||this.isRequested)return;switch((n&&"autocomplete"!==this.getModuleName()&&this.isPopupOpen||"escape"===e.action)&&e.preventDefault(),this.isSelected="escape"!==e.action&&this.isSelected,this.isTyped=!l&&"escape"!==e.action&&this.isTyped,e.action){case"down":case"up":this.updateUpDownAction(e);break;case"pageUp":this.pageUpSelection(this.activeIndex-this.getPageCount(),e),e.preventDefault();break;case"pageDown":this.pageDownSelection(this.activeIndex+this.getPageCount(),e),e.preventDefault();break;case"home":case"end":this.isMouseScrollAction=!0,this.updateHomeEndAction(e);break;case"space":"dropdownlist"===this.getModuleName()&&(this.beforePopupOpen||(this.showPopup(),e.preventDefault()));break;case"open":this.showPopup(e);break;case"hide":this.preventAltUp=this.isPopupOpen,this.hidePopup(e),this.focusDropDown(e);break;case"enter":this.selectCurrentItem(e);break;case"tab":this.selectCurrentValueOnTab(e);break;case"escape":case"close":this.isPopupOpen&&(this.hidePopup(e),this.focusDropDown(e))}}}},s.prototype.updateUpDownAction=function(e,i){if(this.allowFiltering&&!this.enableVirtualization&&"autocomplete"!==this.getModuleName()){var s=this.getItemData().value;t.isNullOrUndefined(s)&&(s="null");var l=this.getIndexByValue(s);t.isNullOrUndefined(l)||(this.activeIndex=l)}var n=this.list.querySelector("."+q.focus);if(this.isSelectFocusItem(n)&&!i){if(this.setSelection(n,e),this.enableVirtualization){var a=this.virtualListInfo&&this.virtualListInfo.startIndex?this.selectedLI.offsetTop+this.virtualListInfo.startIndex*this.selectedLI.offsetHeight:this.selectedLI.offsetTop;this.fields.groupBy&&(a=this.virtualListInfo&&0==this.virtualListInfo.startIndex?this.selectedLI.offsetHeight-a:a-this.selectedLI.offsetHeight),this.list.scrollTop=a-this.list.querySelectorAll(".e-virtual-list").length*this.selectedLI.offsetHeight}}else if(!t.isNullOrUndefined(this.liCollections)){var o=this.activeIndex,r="down"===e.action?this.activeIndex+1:this.activeIndex-1;r=i?o:r;var h=0;"autocomplete"===this.getModuleName()&&(h="down"===e.action&&t.isNullOrUndefined(this.activeIndex)?0:this.liCollections.length-1,r=r<0?this.liCollections.length-1:r===this.liCollections.length?0:r);var u=void 0;if("autocomplete"!==this.getModuleName()||"autocomplete"===this.getModuleName()&&this.isPopupOpen)if(this.enableVirtualization)if(i)if("autocomplete"===this.getModuleName()){var p=this.getFormattedValue(this.selectedLI.getAttribute("data-value"));u=this.getElementByValue(p)}else u=this.getElementByValue(this.getItemData().value);else u=t.isNullOrUndefined(this.activeIndex)?this.liCollections[this.skeletonCount]:this.liCollections[r],u=t.isNullOrUndefined(u)||u.classList.contains("e-virtual-list")?null:u;else u=t.isNullOrUndefined(this.activeIndex)?this.liCollections[h]:this.liCollections[r];if(t.isNullOrUndefined(u)){if(this.enableVirtualization&&!this.isPopupOpen&&"autocomplete"!==this.getModuleName()&&(this.viewPortInfo.endIndex!==this.totalItemCount&&"down"===e.action||0!==this.viewPortInfo.startIndex&&"up"===e.action)){if("down"===e.action){this.viewPortInfo.startIndex=this.viewPortInfo.startIndex+this.itemCount<this.totalItemCount-this.itemCount?this.viewPortInfo.startIndex+this.itemCount:this.totalItemCount-this.itemCount,this.viewPortInfo.endIndex=this.viewPortInfo.startIndex+this.itemCount,this.updateVirtualItemIndex(),this.isCustomFilter="combobox"===this.getModuleName()||this.isCustomFilter,this.resetList(this.dataSource,this.fields,this.query),this.isCustomFilter="combobox"!==this.getModuleName()&&this.isCustomFilter;var d="null"!==this.liCollections[0].getAttribute("data-value")?this.getFormattedValue(this.liCollections[0].getAttribute("data-value")):null;(c=this.getDataByValue(d))&&(this.itemData=c)}else if("up"===e.action){this.viewPortInfo.startIndex=this.viewPortInfo.startIndex-this.itemCount>0?this.viewPortInfo.startIndex-this.itemCount:0,this.viewPortInfo.endIndex=this.viewPortInfo.startIndex+this.itemCount,this.updateVirtualItemIndex(),this.isCustomFilter="combobox"===this.getModuleName()||this.isCustomFilter,this.resetList(this.dataSource,this.fields,this.query),this.isCustomFilter="combobox"!==this.getModuleName()&&this.isCustomFilter;var c,m="null"!==this.liCollections[this.liCollections.length-1].getAttribute("data-value")?this.getFormattedValue(this.liCollections[this.liCollections.length-1].getAttribute("data-value")):null;(c=this.getDataByValue(m))&&(this.itemData=c)}this.UpdateSkeleton(),this.liCollections=this.list.querySelectorAll("."+U.li),this.ulElement=this.list.querySelector("ul"),this.handleVirtualKeyboardActions(e,this.pageCount)}}else{var f=this.liCollections[this.skeletonCount]&&this.liCollections[this.skeletonCount].classList.contains("e-item-focus");if(this.setSelection(u,e),f&&this.enableVirtualization&&"autocomplete"===this.getModuleName()&&!i){a=this.virtualListInfo&&this.virtualListInfo.startIndex?this.selectedLI.offsetTop+this.virtualListInfo.startIndex*this.selectedLI.offsetHeight:this.selectedLI.offsetTop;a=this.virtualListInfo&&0==this.virtualListInfo.startIndex&&this.fields.groupBy?this.selectedLI.offsetHeight-a:a-this.selectedLI.offsetHeight,this.list.scrollTop=a-this.list.querySelectorAll(".e-virtual-list").length*this.selectedLI.offsetHeight}}}if(this.allowFiltering&&!this.enableVirtualization&&"autocomplete"!==this.getModuleName()){var v=this.getItemData().value;l=this.getIndexByValueFilter(v,this.actionCompleteData.ulElement);t.isNullOrUndefined(l)||(this.activeIndex=l)}this.allowFiltering&&"dropdownlist"===this.getModuleName()&&this.filterInput&&(t.isNullOrUndefined(this.ulElement)||t.isNullOrUndefined(this.ulElement.getElementsByClassName("e-item-focus")[0])?t.isNullOrUndefined(this.ulElement)||t.isNullOrUndefined(this.ulElement.getElementsByClassName("e-active")[0])||t.attributes(this.filterInput,{"aria-activedescendant":this.ulElement.getElementsByClassName("e-active")[0].id}):t.attributes(this.filterInput,{"aria-activedescendant":this.ulElement.getElementsByClassName("e-item-focus")[0].id})),e.preventDefault()},s.prototype.updateHomeEndAction=function(e,t){if("dropdownlist"===this.getModuleName()){var i=0;if("home"===e.action?(i=0,this.enableVirtualization&&this.isPopupOpen?i=this.skeletonCount:this.enableVirtualization&&!this.isPopupOpen&&0!==this.viewPortInfo.startIndex&&(this.viewPortInfo.startIndex=0,this.viewPortInfo.endIndex=this.itemCount,this.updateVirtualItemIndex(),this.resetList(this.dataSource,this.fields,this.query))):(this.enableVirtualization&&!this.isPopupOpen&&this.viewPortInfo.endIndex!==this.totalItemCount&&(this.viewPortInfo.startIndex=this.totalItemCount-this.itemCount,this.viewPortInfo.endIndex=this.totalItemCount,this.updateVirtualItemIndex(),this.resetList(this.dataSource,this.fields,this.query)),i=this.getItems().length-1),e.preventDefault(),this.activeIndex===i)return void(t&&this.setSelection(this.liCollections[i],e));this.setSelection(this.liCollections[i],e)}},s.prototype.selectCurrentValueOnTab=function(e){"autocomplete"===this.getModuleName()?this.selectCurrentItem(e):this.isPopupOpen&&(this.hidePopup(e),this.focusDropDown(e))},s.prototype.mobileKeyActionHandler=function(e){if(this.enabled&&(!this.isEditTextBox()||this.isPopupOpen)&&!this.readonly){if(void 0!==this.list||this.isRequested||(this.searchKeyEvent=e,this.renderList()),t.isNullOrUndefined(this.list)||!t.isNullOrUndefined(this.liCollections)&&0===this.liCollections.length||this.isRequested)return;"enter"===e.action&&this.selectCurrentItem(e)}},s.prototype.handleVirtualKeyboardActions=function(e,i){switch(e.action){case"down":case"up":null==this.itemData&&"autocomplete"!==this.getModuleName()||this.updateUpDownAction(e,!0);break;case"pageUp":this.activeIndex="autocomplete"===this.getModuleName()?this.getIndexByValue(this.selectedLI.getAttribute("data-value"))+this.getPageCount()-1:this.getIndexByValue(this.previousValue),this.pageUpSelection(this.activeIndex-this.getPageCount(),e,!0),e.preventDefault();break;case"pageDown":this.activeIndex="autocomplete"===this.getModuleName()?this.getIndexByValue(this.selectedLI.getAttribute("data-value"))-this.getPageCount():this.getIndexByValue(this.previousValue),this.pageDownSelection(t.isNullOrUndefined(this.activeIndex)?2*this.getPageCount():this.activeIndex+this.getPageCount(),e,!0),e.preventDefault();break;case"home":case"end":this.isMouseScrollAction=!0,this.updateHomeEndAction(e,!0)}this.keyboardEvent=null},s.prototype.selectCurrentItem=function(e){if(this.isPopupOpen){var t=this.list.querySelector("."+q.focus);t&&(this.setSelection(t,e),this.isTyped=!1),this.isSelected&&(this.isSelectCustom=!1,this.onChangeEvent(e)),this.hidePopup(e),this.focusDropDown(e)}else this.showPopup()},s.prototype.isSelectFocusItem=function(e){return!t.isNullOrUndefined(e)},s.prototype.pageUpSelection=function(e,i,s){var l=e>=0?this.liCollections[e+1]:this.liCollections[0];this.enableVirtualization&&null==this.activeIndex&&(l=this.liCollections.length>=e&&e>=0?this.liCollections[e+this.skeletonCount+1]:this.liCollections[0]),!t.isNullOrUndefined(l)&&l.classList.contains("e-virtual-list")&&(l=this.liCollections[this.skeletonCount]),this.PageUpDownSelection(l,i),this.allowFiltering&&"dropdownlist"===this.getModuleName()&&(t.isNullOrUndefined(this.ulElement)||t.isNullOrUndefined(this.ulElement.getElementsByClassName("e-item-focus")[0])?t.isNullOrUndefined(this.ulElement)||t.isNullOrUndefined(this.ulElement.getElementsByClassName("e-active")[0])||t.attributes(this.filterInput,{"aria-activedescendant":this.ulElement.getElementsByClassName("e-active")[0].id}):t.attributes(this.filterInput,{"aria-activedescendant":this.ulElement.getElementsByClassName("e-item-focus")[0].id}))},s.prototype.PageUpDownSelection=function(e,i){this.enableVirtualization?t.isNullOrUndefined(e)||("autocomplete"===this.getModuleName()||e.classList.contains("e-active"))&&("autocomplete"!==this.getModuleName()||e.classList.contains("e-item-focus"))||this.setSelection(e,i):this.setSelection(e,i)},s.prototype.pageDownSelection=function(e,i,s){var l=this.getItems(),n=e<=l.length?this.liCollections[e-1]:this.liCollections[l.length-1];this.enableVirtualization&&this.skeletonCount>0&&(n=(e="dropdownlist"===this.getModuleName()&&this.allowFiltering?e+1:e)<l.length?this.liCollections[e]:this.liCollections[l.length-1]),this.enableVirtualization&&null==this.activeIndex&&(n=e<=l.length?this.liCollections[e+this.skeletonCount-1]:this.liCollections[l.length-1]),this.PageUpDownSelection(n,i),this.allowFiltering&&"dropdownlist"===this.getModuleName()&&(t.isNullOrUndefined(this.ulElement)||t.isNullOrUndefined(this.ulElement.getElementsByClassName("e-item-focus")[0])?t.isNullOrUndefined(this.ulElement)||t.isNullOrUndefined(this.ulElement.getElementsByClassName("e-active")[0])||t.attributes(this.filterInput,{"aria-activedescendant":this.ulElement.getElementsByClassName("e-active")[0].id}):t.attributes(this.filterInput,{"aria-activedescendant":this.ulElement.getElementsByClassName("e-item-focus")[0].id}))},s.prototype.unWireEvent=function(){t.isNullOrUndefined(this.inputWrapper)||(t.EventHandler.remove(this.inputWrapper.container,"mousedown",this.dropDownClick),t.EventHandler.remove(this.inputWrapper.container,"keypress",this.onSearch),t.EventHandler.remove(this.inputWrapper.container,"focus",this.focusIn),t.EventHandler.remove(window,"resize",this.windowResize)),this.unBindCommonEvent()},s.prototype.unWireListEvents=function(){this.list&&(t.EventHandler.remove(this.list,"click",this.onMouseClick),t.EventHandler.remove(this.list,"mouseover",this.onMouseOver),t.EventHandler.remove(this.list,"mouseout",this.onMouseLeave))},s.prototype.checkSelector=function(e){return'[id="'+e.replace(/(:|\.|\[|\]|,|=|@|\\|\/|#)/g,"\\$1")+'"]'},s.prototype.onDocumentClick=function(e){var i=e.target;if(!t.isNullOrUndefined(this.popupObj)&&t.closest(i,this.checkSelector(this.popupObj.element.id))||t.isNullOrUndefined(this.inputWrapper)||this.inputWrapper.container.contains(e.target))i===this.inputElement||this.allowFiltering&&i===this.filterInput||"combobox"===this.getModuleName()&&!this.allowFiltering&&t.Browser.isDevice&&i===this.inputWrapper.buttons[0]||(this.isPreventBlur=(t.Browser.isIE||"edge"===t.Browser.info.name)&&(document.activeElement===this.targetElement()||document.activeElement===this.filterInput),e.preventDefault());else if(this.inputWrapper.container.classList.contains(q.inputFocus)||this.isPopupOpen){this.isDocumentClick=!0;var s=this.isRequested;"combobox"===this.getModuleName()&&this.isTyped&&(this.isInteracted=!1),this.hidePopup(e),this.isInteracted=!1,s||(this.onFocusOut(e),this.inputWrapper.container.classList.remove(q.inputFocus))}},s.prototype.activeStateChange=function(){this.isDocumentClick&&(this.hidePopup(),this.onFocusOut(),this.inputWrapper.container.classList.remove(q.inputFocus))},s.prototype.focusDropDown=function(e){!this.initial&&this.isFilterLayout()&&this.focusIn(e)},s.prototype.dropDownClick=function(e){if(3!==e.which&&2!==e.button&&(this.keyboardEvent=null,!this.targetElement().classList.contains(q.disable)&&this.inputWrapper.clearButton!==e.target)){var t=e.target;if(t===this.inputElement||this.allowFiltering&&t===this.filterInput||"combobox"===this.getModuleName()||e.preventDefault(),this.readonly)this.focusIn(e);else{this.isPopupOpen?(this.hidePopup(e),this.isFilterLayout()&&this.focusDropDown(e)):(this.focusIn(e),this.floatLabelChange(),this.queryString=""===this.inputElement.value.trim()?null:this.inputElement.value,this.isDropDownClick=!0,this.showPopup(e));var i=this,s=this.element.tagName===this.getNgDirective()&&this.itemTemplate?500:100;this.isSecondClick||setTimeout(function(){i.cloneElements(),i.isSecondClick=!0},s)}}},s.prototype.cloneElements=function(){if(this.list){var e=this.list.querySelector("ul");e&&(e=e.cloneNode?e.cloneNode(!0):e,this.actionCompleteData.ulElement=e)}},s.prototype.updateSelectedItem=function(e,i,s,l){var n=this;this.removeSelection(),e.classList.add(U.selected),this.removeHover();var a="null"!==e.getAttribute("data-value")?this.getFormattedValue(e.getAttribute("data-value")):null,o=this.getDataByValue(a);if(this.initial||s||t.isNullOrUndefined(i))this.selectEventCallback(e,i,s,o,a),l&&this.setSelectOptions(e,i);else{var r=this.detachChanges(o);this.isSelected=!0;var h={e:i,item:e,itemData:r,isInteracted:!!i,cancel:!1};this.trigger("select",h,function(t){t.cancel?e.classList.remove(U.selected):(n.selectEventCallback(e,i,s,o,a),l&&n.setSelectOptions(e,i))})}},s.prototype.selectEventCallback=function(e,s,l,n,a){this.previousItemData=t.isNullOrUndefined(this.itemData)?null:this.itemData,this.itemData!=n&&(this.previousValue=t.isNullOrUndefined(this.itemData)?null:"object"!=typeof this.itemData||this.allowObjectBinding?this.itemData:this.checkFieldValue(this.itemData,this.fields.value.split("."))),this.item=e,this.itemData=n;var o=this.list.querySelector("."+U.focus);if(o&&t.removeClass([o],U.focus),e.setAttribute("aria-selected","true"),t.isNullOrUndefined(a)&&(a="null"),this.allowFiltering&&!this.enableVirtualization&&"autocomplete"!==this.getModuleName()){var r=this.getIndexByValueFilter(a,this.actionCompleteData.ulElement);t.isNullOrUndefined(r)?this.activeIndex=this.getIndexByValue(a):this.activeIndex=r}else this.enableVirtualization&&null==this.activeIndex&&this.dataSource instanceof i.DataManager&&(this.UpdateSkeleton(),this.liCollections=this.list.querySelectorAll("."+U.li),this.ulElement=this.list.querySelector("ul")),this.activeIndex=this.getIndexByValue(a)},s.prototype.activeItem=function(e){this.isValidLI(e)&&!e.classList.contains(U.selected)&&(this.removeSelection(),e.classList.add(U.selected),this.removeHover(),e.setAttribute("aria-selected","true"))},s.prototype.setValue=function(e){var i=this.getItemData();null===i.value?a.Input.setValue(null,this.inputElement,this.floatLabelType,this.showClearButton):a.Input.setValue(i.text,this.inputElement,this.floatLabelType,this.showClearButton),this.valueTemplate&&null!==this.itemData?this.setValueTemplate():t.isNullOrUndefined(this.valueTempElement)||this.inputElement.previousSibling!==this.valueTempElement||(t.detach(this.valueTempElement),this.inputElement.style.display="block"),t.isNullOrUndefined(i.value)||this.enableVirtualization||!this.allowFiltering||(this.activeIndex=this.getIndexByValueFilter(i.value,this.actionCompleteData.ulElement));var s=q.clearIcon,l=this.isFiltering()&&this.filterInput&&"combobox"===this.getModuleName()&&this.filterInput.parentElement.querySelector("."+s);return this.isFiltering()&&l&&l.style.removeProperty("visibility"),!this.allowObjectBinding&&this.previousValue===i.value||this.allowObjectBinding&&null!=this.previousValue&&this.isObjectInArray(this.previousValue,[this.allowCustom&&this.isObjectCustomValue?this.value?this.value:i:i.value?this.getDataByValue(i.value):i])?(this.isSelected=!1,!0):(this.isSelected=!this.initial,this.isSelectCustom=!1,"dropdownlist"===this.getModuleName()&&this.updateIconState(),!1)},s.prototype.setSelection=function(e,s){if(this.isValidLI(e)&&(!e.classList.contains(U.selected)||this.isPopupOpen&&this.isSelected&&e.classList.contains(U.selected)))this.updateSelectedItem(e,s,!1,!0);else if(this.setSelectOptions(e,s),this.enableVirtualization&&this.value){var l=this.fields.value?this.fields.value:"",n=this.allowObjectBinding&&!t.isNullOrUndefined(this.value)?t.getValue(this.fields.value?this.fields.value:"",this.value):this.value;if(this.dataSource instanceof i.DataManager){if((r=new i.DataManager(this.virtualGroupDataSource).executeLocal((new i.Query).where(new i.Predicate(l,"equal",n))))&&r.length>0){this.itemData=r[0];var a=this.getItemData(),o=this.allowObjectBinding?this.getDataByValue(a.value):a.value;(this.value===a.value&&this.text!==a.text||this.value!==a.value&&this.text===a.text)&&this.setProperties({text:a.text,value:o})}}else{var r;if((r=new i.DataManager(this.dataSource).executeLocal((new i.Query).where(new i.Predicate(l,"equal",n))))&&r.length>0){this.itemData=r[0];a=this.getItemData(),o=this.allowObjectBinding?this.getDataByValue(a.value):a.value;(this.value===a.value&&this.text!==a.text||this.value!==a.value&&this.text===a.text)&&this.setProperties({text:a.text,value:o})}}}},s.prototype.setSelectOptions=function(e,i){this.list&&this.removeHover(),this.previousSelectedLI=t.isNullOrUndefined(this.selectedLI)?null:this.selectedLI,this.selectedLI=e,this.setValue(i)||((!this.isPopupOpen&&!t.isNullOrUndefined(e)||this.isPopupOpen&&!t.isNullOrUndefined(i)&&("keydown"!==i.type||"keydown"===i.type&&"enter"===i.action))&&(this.isSelectCustom=!1,this.onChangeEvent(i)),!this.isPopupOpen||t.isNullOrUndefined(this.selectedLI)||null===this.itemData||i&&"click"===i.type||this.setScrollPosition(i),"mozilla"!==t.Browser.info.name&&this.targetElement()&&(t.attributes(this.targetElement(),{"aria-describedby":""!==this.inputElement.id?this.inputElement.id:this.element.id}),this.targetElement().removeAttribute("aria-live")),!this.isPopupOpen||t.isNullOrUndefined(this.ulElement)||t.isNullOrUndefined(this.ulElement.getElementsByClassName("e-item-focus")[0])?!this.isPopupOpen||t.isNullOrUndefined(this.ulElement)||t.isNullOrUndefined(this.ulElement.getElementsByClassName("e-active")[0])||t.attributes(this.targetElement(),{"aria-activedescendant":this.ulElement.getElementsByClassName("e-active")[0].id}):t.attributes(this.targetElement(),{"aria-activedescendant":this.ulElement.getElementsByClassName("e-item-focus")[0].id}))},s.prototype.dropdownCompiler=function(e){var t=!1;if("function"!=typeof e&&e)try{t=!!document.querySelectorAll(e).length}catch(e){t=!1}return t},s.prototype.setValueTemplate=function(){this.isReact&&(this.clearTemplate(["valueTemplate"]),this.valueTempElement&&(t.detach(this.valueTempElement),this.inputElement.style.display="block",this.valueTempElement=null)),this.valueTempElement||(this.valueTempElement=this.createElement("span",{className:q.value}),this.inputElement.parentElement.insertBefore(this.valueTempElement,this.inputElement),this.inputElement.style.display="none"),this.isReact||(this.valueTempElement.innerHTML="");var e=this.dropdownCompiler(this.valueTemplate),i=("function"!=typeof this.valueTemplate&&e?t.compile(document.querySelector(this.valueTemplate).innerHTML.trim()):t.compile(this.valueTemplate))(this.itemData,this,"valueTemplate",this.valueTemplateId,this.isStringTemplate,null,this.valueTempElement);i&&i.length>0&&t.append(i,this.valueTempElement),this.renderReactTemplates()},s.prototype.removeSelection=function(){if(this.list){var e=this.list.querySelectorAll("."+U.selected);e.length&&(t.removeClass(e,U.selected),e[0].removeAttribute("aria-selected"))}},s.prototype.getItemData=function(){var e=this.fields,i=null;i=this.itemData;var s,l;t.isNullOrUndefined(i)||(s=t.getValue(e.value,i),l=t.getValue(e.text,i));return{value:t.isNullOrUndefined(i)||t.isUndefined(s)?i:s,text:t.isNullOrUndefined(i)||t.isUndefined(s)?i:l}},s.prototype.onChangeEvent=function(e,s){var l=this,n=this.getItemData(),a=this.isSelectCustom?null:this.activeIndex;if(this.enableVirtualization){var o=this.dataSource instanceof i.DataManager?this.virtualGroupDataSource:this.dataSource;if(n.value&&o&&o.length>0){var r=o.findIndex(function(e){return!t.isNullOrUndefined(n.value)&&t.getValue(l.fields.value,e)===n.value});-1!==r&&(a=r)}}var h=this.allowObjectBinding?s?this.value:this.getDataByValue(n.value):n.value;this.setProperties({index:a,text:n.text,value:h},!0),this.detachChangeEvent(e)},s.prototype.detachChanges=function(e){return"string"==typeof e||"boolean"==typeof e||"number"==typeof e?Object.defineProperties({},{value:{value:e,enumerable:!0},text:{value:e,enumerable:!0}}):e},s.prototype.detachChangeEvent=function(e){if(this.isSelected=!1,this.previousValue=this.value,this.activeIndex=this.enableVirtualization?this.getIndexByValue(this.value):this.index,this.typedString=t.isNullOrUndefined(this.text)?"":this.text,!this.initial){var i=this.detachChanges(this.itemData),s=void 0;s="string"==typeof this.previousItemData||"boolean"==typeof this.previousItemData||"number"==typeof this.previousItemData?Object.defineProperties({},{value:{value:this.previousItemData,enumerable:!0},text:{value:this.previousItemData,enumerable:!0}}):this.previousItemData,this.setHiddenValue();var l={e:e,item:this.item,itemData:i,previousItem:this.previousSelectedLI,previousItemData:s,isInteracted:!!e,value:this.value,element:this.element,event:e};this.isAngular&&this.preventChange?this.preventChange=!1:this.trigger("change",l)}!t.isNullOrUndefined(this.value)&&""!==this.value||"Always"===this.floatLabelType||t.removeClass([this.inputWrapper.container],"e-valid-input")},s.prototype.setHiddenValue=function(){if(t.isNullOrUndefined(this.value))this.hiddenElement.innerHTML="";else{var e=this.allowObjectBinding&&!t.isNullOrUndefined(this.value)?t.getValue(this.fields.value?this.fields.value:"",this.value):this.value;if(this.hiddenElement.querySelector("option")){(i=this.hiddenElement.querySelector("option")).textContent=this.text,i.setAttribute("value",e.toString())}else if(!t.isNullOrUndefined(this.hiddenElement)){this.hiddenElement.innerHTML="<option selected>"+this.text+"</option>";var i;(i=this.hiddenElement.querySelector("option")).setAttribute("value",e.toString())}}},s.prototype.onFilterUp=function(e){if(e.ctrlKey&&86===e.keyCode||!this.isValidKey&&40!==e.keyCode&&38!==e.keyCode)this.isValidKey=!1;else switch(this.isValidKey=!1,this.firstItem=this.dataSource&&this.dataSource.length>0?this.dataSource[0]:null,e.keyCode){case 38:case 40:"autocomplete"!==this.getModuleName()||this.isPopupOpen||this.preventAltUp||this.isRequested?this.preventAutoFill=!1:(this.preventAutoFill=!0,this.searchLists(e)),this.preventAltUp=!1,"autocomplete"!==this.getModuleName()||t.isNullOrUndefined(this.ulElement)||t.isNullOrUndefined(this.ulElement.getElementsByClassName("e-item-focus")[0])||t.attributes(this.targetElement(),{"aria-activedescendant":this.ulElement.getElementsByClassName("e-item-focus")[0].id}),e.preventDefault();break;case 46:case 8:this.typedString=this.filterInput.value,!this.isPopupOpen&&""!==this.typedString||this.isPopupOpen&&this.queryString.length>0?(this.preventAutoFill=!0,this.searchLists(e)):""===this.typedString&&""===this.queryString&&"autocomplete"!==this.getModuleName()?(this.preventAutoFill=!0,this.searchLists(e)):""===this.typedString&&(this.list&&this.resetFocusElement(),this.activeIndex=null,"dropdownlist"!==this.getModuleName()&&(this.preventAutoFill=!0,this.searchLists(e),"autocomplete"===this.getModuleName()&&this.hidePopup())),e.preventDefault();break;default:this.isFiltering()&&"combobox"===this.getModuleName()&&t.isNullOrUndefined(this.list)&&(this.getInitialData=!0,this.renderList()),this.typedString=this.filterInput.value,this.preventAutoFill=!1,this.searchLists(e),(this.enableVirtualization&&"autocomplete"!==this.getModuleName()||"autocomplete"===this.getModuleName()&&!(this.dataSource instanceof i.DataManager)||"autocomplete"===this.getModuleName()&&this.dataSource instanceof i.DataManager&&0!=this.totalItemCount)&&this.getFilteringSkeletonCount()}},s.prototype.onFilterDown=function(e){switch(e.keyCode){case 13:break;case 40:case 38:this.queryString=this.filterInput.value,e.preventDefault();break;case 9:this.isPopupOpen&&"autocomplete"!==this.getModuleName()&&e.preventDefault();break;default:this.prevSelectPoints=this.getSelectionPoints(),this.queryString=this.filterInput.value}},s.prototype.removeFillSelection=function(){if(this.isInteracted){var e=this.getSelectionPoints();this.inputElement.setSelectionRange(e.end,e.end)}},s.prototype.getQuery=function(e){var s;if(!this.isCustomFilter&&this.allowFiltering&&this.filterInput){s=e?e.clone():this.query?this.query.clone():new i.Query;var l=""===this.typedString?"contains":this.filterType,n=this.typeOfData(this.dataSource).typeof;if((this.dataSource instanceof i.DataManager||"string"!==n)&&"number"!==n){if("combobox"!==this.getModuleName()||this.isFiltering()&&"combobox"===this.getModuleName()&&""!==this.typedString){var a=this.fields.text?this.fields.text:"";s.where(a,l,this.typedString,this.ignoreCase,this.ignoreAccent)}}else s.where("",l,this.typedString,this.ignoreCase,this.ignoreAccent)}else s=this.enableVirtualization&&!t.isNullOrUndefined(this.customFilterQuery)?this.customFilterQuery.clone():e?e.clone():this.query?this.query.clone():new i.Query;if(this.enableVirtualization&&0!=this.viewPortInfo.endIndex){var o=this.getTakeValue(),r=!1;if(s)for(var h=0;h<s.queries.length;h++)if("onSkip"===s.queries[h].fn){r=!0;break}var u=0,p=0;if(s&&s.queries.length>0)for(var d=0;d<s.queries.length;d++)"onSkip"===s.queries[d].fn&&(p=s.queries[d].e.nos),"onTake"===s.queries[d].fn&&(u=o<=s.queries[d].e.nos?s.queries[d].e.nos:o);if(u<=0&&this.query&&this.query.queries.length>0)for(var c=0;c<this.query.queries.length;c++)"onTake"===this.query.queries[c].fn&&(u=o<=this.query.queries[c].e.nos?this.query.queries[c].e.nos:o);if(s&&s.queries.length>0)for(var m=0;m<s.queries.length;m++)"onSkip"!==s.queries[m].fn?"onTake"===s.queries[m].fn&&(u=s.queries[m].e.nos<=u?u:s.queries[m].e.nos,s.queries.splice(m,1),--m):(p=s.queries[m].e.nos,s.queries.splice(m,1),--m);!this.allowFiltering&&this.isPopupOpen&&r||(p>0?s.skip(p):s.skip(this.virtualItemStartIndex)),this.isIncrementalRequest?s.take(this.incrementalEndIndex):u>0?s.take(u):s.take(o),s.requiresCount()}return s},s.prototype.getSelectionPoints=function(){var e=this.inputElement;return{start:Math.abs(e.selectionStart),end:Math.abs(e.selectionEnd)}},s.prototype.searchLists=function(e){var t=this;if(this.isTyped=!0,this.activeIndex=null,this.isListSearched=!0,this.filterInput.parentElement.querySelector("."+q.clearIcon)){this.filterInput.parentElement.querySelector("."+q.clearIcon).style.visibility=""===this.filterInput.value?"hidden":"visible"}if(this.isDataFetched=!1,this.isFiltering()){this.checkAndResetCache();var i={preventDefaultAction:!1,text:this.filterInput.value,updateData:function(e,s,l){i.cancel||(t.isCustomFilter=!0,t.customFilterQuery=s.clone(),t.filteringAction(e,s,l))},baseEventArgs:e,cancel:!1};this.trigger("filtering",i,function(e){e.cancel||t.isCustomFilter||e.preventDefaultAction||t.filteringAction(t.dataSource,null,t.fields)})}},s.prototype.filter=function(e,t,i){this.isCustomFilter=!0,this.filteringAction(e,t,i)},s.prototype.filteringAction=function(e,i,s){if(!t.isNullOrUndefined(this.filterInput)){this.beforePopupOpen=!(!this.isPopupOpen&&"combobox"===this.getModuleName()&&""===this.filterInput.value||this.getInitialData);var l=this.list.classList.contains(U.noData);if(""!==this.filterInput.value.trim()||this.itemTemplate){if(this.isNotSearchList=!1,i=""===this.filterInput.value.trim()?null:i,this.enableVirtualization&&this.isFiltering()&&this.isTyped&&(this.isPreventScrollAction=!0,this.list.scrollTop=0,this.previousStartIndex=0,this.virtualListInfo=null),this.resetList(e,s,i),"dropdownlist"===this.getModuleName()&&this.list.classList.contains(U.noData)&&(this.popupContentElement.setAttribute("role","status"),this.popupContentElement.setAttribute("id","no-record"),t.attributes(this.filterInputObj.container,{"aria-activedescendant":"no-record"})),this.enableVirtualization&&l&&!this.list.classList.contains(U.noData)&&(this.list.querySelector(".e-virtual-ddl-content")||this.list.appendChild(this.createElement("div",{className:"e-virtual-ddl-content",styles:this.getTransformValues()})).appendChild(this.list.querySelector(".e-list-parent")),!this.list.querySelector(".e-virtual-ddl"))){n=this.createElement("div",{id:this.element.id+"_popup",className:"e-virtual-ddl",styles:this.GetVirtualTrackHeight()});document.getElementsByClassName("e-popup")[0].querySelector(".e-dropdownbase").appendChild(n)}}else{if(this.actionCompleteData.isUpdated=!1,this.isTyped=!1,!t.isNullOrUndefined(this.actionCompleteData.ulElement)&&!t.isNullOrUndefined(this.actionCompleteData.list)){if(this.enableVirtualization&&(this.isFiltering()&&(this.isPreventScrollAction=!0,this.list.scrollTop=0,this.previousStartIndex=0,this.virtualListInfo=null),this.totalItemCount=this.dataSource&&this.dataSource.length?this.dataSource.length:0,this.resetList(e,s,i),l&&!this.list.classList.contains(U.noData)&&(this.list.querySelector(".e-virtual-ddl-content")||this.list.appendChild(this.createElement("div",{className:"e-virtual-ddl-content",styles:this.getTransformValues()})).appendChild(this.list.querySelector(".e-list-parent")),!this.list.querySelector(".e-virtual-ddl")))){var n=this.createElement("div",{id:this.element.id+"_popup",className:"e-virtual-ddl",styles:this.GetVirtualTrackHeight()});document.getElementsByClassName("e-popup")[0].querySelector(".e-dropdownbase").appendChild(n)}this.onActionComplete(this.actionCompleteData.ulElement,this.actionCompleteData.list)}this.isTyped=!0,t.isNullOrUndefined(this.itemData)||"dropdownlist"!==this.getModuleName()||(this.focusIndexItem(),this.setScrollPosition()),this.isNotSearchList=!0}this.enableVirtualization&&this.getFilteringSkeletonCount(),this.renderReactTemplates()}},s.prototype.setSearchBox=function(e){if(this.isFiltering()){var i=e.querySelector("."+q.filterParent)?e.querySelector("."+q.filterParent):this.createElement("span",{className:q.filterParent});this.filterInput=this.createElement("input",{attrs:{type:"text"},className:q.filterInput}),this.element.parentNode.insertBefore(this.filterInput,this.element);var s=!1;return t.Browser.isDevice&&(s=!0),this.filterInputObj=a.Input.createInput({element:this.filterInput,buttons:s?[q.backIcon,q.filterBarClearIcon]:[q.filterBarClearIcon],properties:{placeholder:this.filterBarPlaceholder}},this.createElement),t.isNullOrUndefined(this.cssClass)||(-1!==this.cssClass.split(" ").indexOf("e-outline")?t.addClass([this.filterInputObj.container],"e-outline"):-1!==this.cssClass.split(" ").indexOf("e-filled")&&t.addClass([this.filterInputObj.container],"e-filled")),t.append([this.filterInputObj.container],i),t.prepend([i],e),t.attributes(this.filterInput,{"aria-disabled":"false",role:"combobox",autocomplete:"off",autocapitalize:"off",spellcheck:"false"}),this.clearIconElement=this.filterInput.parentElement.querySelector("."+q.clearIcon),!t.Browser.isDevice&&this.clearIconElement&&(t.EventHandler.add(this.clearIconElement,"click",this.clearText,this),this.clearIconElement.style.visibility="hidden"),t.Browser.isDevice?this.searchKeyModule=new t.KeyboardEvents(this.filterInput,{keyAction:this.mobileKeyActionHandler.bind(this),keyConfigs:this.keyConfigure,eventName:"keydown"}):this.searchKeyModule=new t.KeyboardEvents(this.filterInput,{keyAction:this.keyActionHandler.bind(this),keyConfigs:this.keyConfigure,eventName:"keydown"}),t.EventHandler.add(this.filterInput,"input",this.onInput,this),t.EventHandler.add(this.filterInput,"keyup",this.onFilterUp,this),t.EventHandler.add(this.filterInput,"keydown",this.onFilterDown,this),t.EventHandler.add(this.filterInput,"blur",this.onBlurHandler,this),t.EventHandler.add(this.filterInput,"paste",this.pasteHandler,this),this.filterInputObj}return j},s.prototype.onInput=function(e){this.isValidKey=!0,"combobox"===this.getModuleName()&&this.updateIconState(),t.Browser.isDevice&&"mozilla"===t.Browser.info.name&&(this.typedString=this.filterInput.value,this.preventAutoFill=!0,this.searchLists(e))},s.prototype.pasteHandler=function(e){var t=this;setTimeout(function(){t.typedString=t.filterInput.value,t.searchLists(e)})},s.prototype.onActionFailure=function(t){e.prototype.onActionFailure.call(this,t),this.beforePopupOpen&&this.renderPopup()},s.prototype.getTakeValue=function(){return this.allowFiltering&&"dropdownlist"===this.getModuleName()&&t.Browser.isDevice?Math.round(window.outerHeight/this.listItemHeight):this.itemCount},s.prototype.onActionComplete=function(s,l,n,a){var o=this;if(this.dataSource instanceof i.DataManager&&!t.isNullOrUndefined(n)&&!this.virtualGroupDataSource&&(this.totalItemCount=n.count),!this.isNotSearchList||this.enableVirtualization){this.getInitialData&&this.updateActionCompleteDataValues(s,l),this.preventPopupOpen||"combobox"!==this.getModuleName()||(this.beforePopupOpen=!0,this.preventPopupOpen=!0);var r=this.itemCount;if(this.isActive||!t.isNullOrUndefined(s)){var h=this.selectedLI?this.selectedLI.cloneNode(!0):null;if(e.prototype.onActionComplete.call(this,s,l,n),this.skeletonCount=0!=this.totalItemCount&&this.totalItemCount<2*this.itemCount?0:this.skeletonCount,this.updateSelectElementData(this.allowFiltering),this.isRequested&&!t.isNullOrUndefined(this.searchKeyEvent)&&"keydown"===this.searchKeyEvent.type&&(this.isRequested=!1,this.keyActionHandler(this.searchKeyEvent),this.searchKeyEvent=null),this.isRequested&&!t.isNullOrUndefined(this.searchKeyEvent)&&(this.incrementalSearch(this.searchKeyEvent),this.searchKeyEvent=null),this.enableVirtualization||(this.list.scrollTop=0),t.isNullOrUndefined(s)||t.attributes(s,{id:this.element.id+"_options",role:"listbox","aria-hidden":"false","aria-label":"listbox"}),this.initialRemoteRender){if(this.initial=!0,this.activeIndex=this.index,this.initialRemoteRender=!1,this.value&&this.dataSource instanceof i.DataManager){var u=t.isNullOrUndefined(this.fields.value)?this.fields.text:this.fields.value,p=this.allowObjectBinding&&!t.isNullOrUndefined(this.value)?t.getValue(u,this.value):this.value,d=this.fields.value.split("."),c=l.some(function(e){return t.isNullOrUndefined(e[u])&&d.length>1?o.checkFieldValue(e,d)===p:e[u]===p});this.enableVirtualization&&this.virtualGroupDataSource&&(c=this.virtualGroupDataSource.some(function(e){return t.isNullOrUndefined(e[u])&&d.length>1?o.checkFieldValue(e,d)===p:e[u]===p})),c?this.updateValues():this.dataSource.executeQuery(this.getQuery(this.query).where(new i.Predicate(u,"equal",p))).then(function(e){e.result.length>0?(o.addItem(e.result,l.length),o.updateValues()):o.updateValues()})}else this.updateValues();this.initial=!1}else"autocomplete"===this.getModuleName()&&this.value&&this.setInputValue();if("autocomplete"!==this.getModuleName()&&this.isFiltering()&&!this.isTyped)(!this.actionCompleteData.isUpdated||!this.isCustomFilter&&!this.isFilterFocus||t.isNullOrUndefined(this.itemData)&&this.allowFiltering&&(this.dataSource instanceof i.DataManager||!t.isNullOrUndefined(this.dataSource)&&!t.isNullOrUndefined(this.dataSource.length)&&0!==this.dataSource.length))&&(this.itemTemplate&&"EJS-COMBOBOX"===this.element.tagName&&this.allowFiltering?setTimeout(function(){o.updateActionCompleteDataValues(s,l)},0):this.updateActionCompleteDataValues(s,l)),(this.allowCustom||this.allowFiltering&&!this.isValueInList(l,this.value)&&this.dataSource instanceof i.DataManager)&&!this.enableVirtualization?this.addNewItem(l,h):(this.allowCustom||this.allowFiltering&&this.isValueInList(l,this.value))&&!this.enableVirtualization&&this.addNewItem(l,h),(!t.isNullOrUndefined(this.itemData)||t.isNullOrUndefined(this.itemData)&&this.enableVirtualization)&&(this.getSkeletonCount(),this.skeletonCount=0!=this.totalItemCount&&this.totalItemCount<2*this.itemCount?0:this.skeletonCount,this.UpdateSkeleton(),this.focusIndexItem()),this.enableVirtualization&&this.updateActionCompleteDataValues(s,l);else if(this.enableVirtualization&&"autocomplete"!==this.getModuleName()&&!this.isFiltering()){var m=this.getItemData().value;this.activeIndex=this.getIndexByValue(m);var f=this.findListElement(this.list,"li","data-value",m);this.selectedLI=f}else this.enableVirtualization&&"autocomplete"===this.getModuleName()&&(this.activeIndex=this.skeletonCount);this.beforePopupOpen&&(this.renderPopup(n),this.enableVirtualization&&(this.list.querySelector(".e-virtual-list")||(this.UpdateSkeleton(),this.liCollections=this.list.querySelectorAll(".e-list-item"))),this.enableVirtualization&&r!=this.itemCount&&this.resetList(this.dataSource,this.fields))}}else this.isNotSearchList=!1},s.prototype.isValueInList=function(e,t){if(Array.isArray(e)){for(var i=0;i<e.length;i++)if(e[i]===t)return!0}else if("object"==typeof e&&null!==e)for(var s in e)if(Object.prototype.hasOwnProperty.call(e,s)&&e[s]===t)return!0;return!1},s.prototype.checkFieldValue=function(e,t){var i=e;return t.forEach(function(e){i=i[e]}),i},s.prototype.updateActionCompleteDataValues=function(e,t){this.actionCompleteData={ulElement:e.cloneNode(!0),list:t,isUpdated:!0},this.actionData.list!==this.actionCompleteData.list&&this.actionCompleteData.ulElement&&this.actionCompleteData.list&&(this.actionData=this.actionCompleteData)},s.prototype.addNewItem=function(e,i){var s=this;if(!t.isNullOrUndefined(this.itemData)&&!t.isNullOrUndefined(i)){var l=this.getItemData().value;e.some(function(e){return("string"==typeof e||"number"==typeof e)&&e===l||t.getValue(s.fields.value,e)===l})||this.addItem(this.itemData)}},s.prototype.updateActionCompleteData=function(e,t,i){var s=this;"autocomplete"!==this.getModuleName()&&this.actionCompleteData.ulElement&&(this.itemTemplate&&"EJS-COMBOBOX"===this.element.tagName&&this.allowFiltering?setTimeout(function(){s.actionCompleteDataUpdate(e,t,i)},0):this.actionCompleteDataUpdate(e,t,i))},s.prototype.actionCompleteDataUpdate=function(e,t,i){null!==i?this.actionCompleteData.ulElement.insertBefore(e.cloneNode(!0),this.actionCompleteData.ulElement.childNodes[i]):this.actionCompleteData.ulElement.appendChild(e.cloneNode(!0)),this.isFiltering()&&this.actionCompleteData.list&&this.actionCompleteData.list.indexOf(t)<0&&this.actionCompleteData.list.push(t)},s.prototype.focusIndexItem=function(){var e=this.getItemData().value;this.activeIndex=this.enableVirtualization&&!t.isNullOrUndefined(e)||!this.enableVirtualization?this.getIndexByValue(e):this.activeIndex;var i=this.findListElement(this.list,"li","data-value",e);this.selectedLI=i,this.activeItem(i),this.enableVirtualization&&t.isNullOrUndefined(i)||this.removeFocus()},s.prototype.updateSelection=function(){var e=this.list.querySelector("."+U.selected);e?(this.setProperties({index:this.getIndexByValue(e.getAttribute("data-value"))}),this.activeIndex=this.index):(this.removeFocus(),this.list.querySelector("."+U.li).classList.add(q.focus))},s.prototype.updateSelectionList=function(){if(!(this.list&&this.list.querySelector(".e-active"))&&!t.isNullOrUndefined(this.value)){var e=this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",this.value):this.value,i=this.findListElement(this.list,"li","data-value",e);i&&i.classList.add("e-active")}},s.prototype.removeFocus=function(){var e=this.list.querySelectorAll("."+q.focus);e&&e.length&&t.removeClass(e,q.focus)},s.prototype.renderPopup=function(e){var i=this;if(this.popupObj&&document.body.contains(this.popupObj.element))this.refreshPopup();else{this.trigger("beforeOpen",{cancel:!1},function(s){if(s.cancel)i.beforePopupOpen=!1;else{var l=i.createElement("div",{id:i.element.id+"_popup",className:"e-ddl e-popup "+(null!==i.cssClass?i.cssClass:"")});l.setAttribute("aria-label",i.element.id),l.setAttribute("role","dialog");var n=i.setSearchBox(l);if(i.listContainerHeight=i.allowFiltering&&"dropdownlist"===i.getModuleName()&&t.Browser.isDevice?t.formatUnit(Math.round(window.outerHeight).toString()+"px"):t.formatUnit(i.popupHeight),i.headerTemplate&&i.setHeaderTemplate(l),t.append([i.list],l),i.footerTemplate&&i.setFooterTemplate(l),document.body.appendChild(l),l.style.top="0px",i.enableVirtualization&&i.itemTemplate){var a=l.querySelectorAll("li.e-list-item:not(.e-virtual-list)");i.listItemHeight=a.length>0?Math.ceil(a[0].getBoundingClientRect().height):0}if(i.enableVirtualization&&!i.list.classList.contains(U.noData))if(i.getSkeletonCount(),i.skeletonCount=i.totalItemCount<2*i.itemCount?0:i.skeletonCount,i.list.querySelector(".e-virtual-ddl-content")?i.list.getElementsByClassName("e-virtual-ddl-content")[0].style=i.getTransformValues():i.list.appendChild(i.createElement("div",{className:"e-virtual-ddl-content",styles:i.getTransformValues()})).appendChild(i.list.querySelector(".e-list-parent")),i.UpdateSkeleton(),i.liCollections=i.list.querySelectorAll("."+U.li),i.virtualItemCount=i.itemCount,i.list.querySelector(".e-virtual-ddl"))i.list.getElementsByClassName("e-virtual-ddl")[0].style=i.GetVirtualTrackHeight();else{var o=i.createElement("div",{id:i.element.id+"_popup",className:"e-virtual-ddl",styles:i.GetVirtualTrackHeight()});l.querySelector(".e-dropdownbase").appendChild(o)}if(l.style.visibility="hidden","auto"!==i.popupHeight){if(i.searchBoxHeight=0,t.isNullOrUndefined(n.container)||"combobox"===i.getModuleName()||"autocomplete"===i.getModuleName()||(i.searchBoxHeight=n.container.parentElement.getBoundingClientRect().height,i.listContainerHeight=(parseInt(i.listContainerHeight,10)-i.searchBoxHeight).toString()+"px"),i.headerTemplate){i.header=i.header?i.header:l.querySelector(".e-ddl-header");var r=Math.round(i.header.getBoundingClientRect().height);i.listContainerHeight=(parseInt(i.listContainerHeight,10)-(r+i.searchBoxHeight)).toString()+"px"}if(i.footerTemplate){i.footer=i.footer?i.footer:l.querySelector(".e-ddl-footer");r=Math.round(i.footer.getBoundingClientRect().height);i.listContainerHeight=(parseInt(i.listContainerHeight,10)-(r+i.searchBoxHeight)).toString()+"px"}i.list.style.maxHeight=(parseInt(i.listContainerHeight,10)-2).toString()+"px",l.style.maxHeight=t.formatUnit(i.popupHeight)}else l.style.height="auto";var h=0,u=void 0;if(i.isPreventScrollAction=!0,!t.isNullOrUndefined(i.selectedLI)&&!t.isNullOrUndefined(i.activeIndex)&&i.activeIndex>=0?i.setScrollPosition():i.enableVirtualization?i.setScrollPosition():i.list.scrollTop=0,t.Browser.isDevice&&!i.allowFiltering&&("dropdownlist"===i.getModuleName()||i.isDropDownClick&&"combobox"===i.getModuleName())){h=i.getOffsetValue(l);var p=i.isEmptyList()?i.list:i.liCollections[0];t.isNullOrUndefined(i.inputElement)||(u=-(parseInt(getComputedStyle(p).textIndent,10)-parseInt(getComputedStyle(i.inputElement).paddingLeft,10)+parseInt(getComputedStyle(i.inputElement.parentElement).borderLeftWidth,10)))}i.createPopup(l,h,u),i.popupContentElement=i.popupObj.element.querySelector(".e-content"),i.getFocusElement(),i.checkCollision(l),t.Browser.isDevice&&(parseInt(i.popupWidth.toString(),10)>window.outerWidth&&("dropdownlist"!==i.getModuleName()||!i.allowFiltering)&&i.popupObj.element.classList.add("e-wide-popup"),i.popupObj.element.classList.add(q.device),("dropdownlist"===i.getModuleName()||"combobox"===i.getModuleName()&&!i.allowFiltering&&i.isDropDownClick)&&(i.popupObj.collision={X:"fit",Y:"fit"}),i.isFilterLayout()&&(i.popupObj.element.classList.add(q.mobileFilter),i.popupObj.position={X:0,Y:0},i.popupObj.dataBind(),t.attributes(i.popupObj.element,{style:"left:0px;right:0px;top:0px;bottom:0px;"}),t.addClass([document.body,i.popupObj.element],q.popupFullScreen),i.setSearchBoxPosition(),i.backIconElement=n.container.querySelector(".e-back-icon"),i.clearIconElement=n.container.querySelector("."+q.clearIcon),t.EventHandler.add(i.backIconElement,"click",i.clickOnBackIcon,i),t.EventHandler.add(i.clearIconElement,"click",i.clearText,i))),l.style.visibility="visible",t.addClass([l],"e-popup-close");for(var d=0,c=i.popupObj.getScrollableParent(i.inputWrapper.container);d<c.length;d++){var m=c[d];t.EventHandler.add(m,"scroll",i.scrollHandler,i)}t.isNullOrUndefined(i.list)||(i.unWireListEvents(),i.wireListEvents()),i.selectedElementID=i.selectedLI?i.selectedLI.id:null,i.enableVirtualization&&(i.notify("bindScrollEvent",{module:"VirtualScroll",component:i.getModuleName(),enable:i.enableVirtualization}),setTimeout(function(){(i.value||i.list.querySelector(".e-active"))&&(i.updateSelectionList(),i.selectedValueInfo&&i.viewPortInfo&&i.viewPortInfo.offsets.top?i.list.scrollTop=i.viewPortInfo.offsets.top:i.scrollBottom(!0,!0))},5)),t.attributes(i.targetElement(),{"aria-expanded":"true","aria-owns":i.element.id+"_popup","aria-controls":i.element.id}),"dropdownlist"!==i.getModuleName()&&i.list.classList.contains("e-nodata")&&(t.attributes(i.targetElement(),{"aria-activedescendant":"no-record"}),i.popupContentElement.setAttribute("role","status"),i.popupContentElement.setAttribute("id","no-record")),i.inputElement.setAttribute("aria-expanded","true"),i.inputElement.setAttribute("aria-controls",i.element.id+"_popup");var f=i.isFiltering()?i.filterInput.parentElement:i.inputWrapper.container;t.addClass([f],[q.inputFocus]);i.beforePopupOpen=!0;var v={popup:i.popupObj,event:e,cancel:!1,animation:{name:"FadeIn",duration:100}};i.trigger("open",v,function(e){e.cancel?(i.beforePopupOpen=!1,i.destroyPopup()):(t.isNullOrUndefined(i.inputWrapper)||t.addClass([i.inputWrapper.container],[q.iconAnimation]),i.renderReactTemplates(),t.isNullOrUndefined(i.popupObj)||i.popupObj.show(new t.Animation(e.animation),1e3===i.zIndex?i.element:null))})}})}},s.prototype.checkCollision=function(e){if(!t.Browser.isDevice||t.Browser.isDevice&&"dropdownlist"!==this.getModuleName()&&!this.isDropDownClick){n.isCollide(e).length>0&&(e.style.marginTop=-parseInt(getComputedStyle(e).marginTop,10)+"px"),this.popupObj.resolveCollision()}},s.prototype.getOffsetValue=function(e){var t=getComputedStyle(e),i=parseInt(t.borderTopWidth,10),s=parseInt(t.borderBottomWidth,10);return this.setPopupPosition(i+s)},s.prototype.createPopup=function(e,i,s){var l=this;this.popupObj=new n.Popup(e,{width:this.setWidth(),targetType:"relative",relateTo:this.inputWrapper.container,collision:this.enableRtl?{X:"fit",Y:"flip"}:{X:"flip",Y:"flip"},offsetY:i,enableRtl:this.enableRtl,offsetX:s,position:this.enableRtl?{X:"right",Y:"bottom"}:{X:"left",Y:"bottom"},zIndex:this.zIndex,close:function(){l.isDocumentClick||l.focusDropDown(),l.isReact&&l.clearTemplate(["headerTemplate","footerTemplate"]),l.isNotSearchList=!1,l.isDocumentClick=!1,l.destroyPopup(),l.isFiltering()&&l.actionCompleteData.list&&l.actionCompleteData.list[0]&&(l.isActive=!0,l.enableVirtualization?l.onActionComplete(l.ulElement,l.listData,null,!0):l.onActionComplete(l.actionCompleteData.ulElement,l.actionCompleteData.list,null,!0))},open:function(){t.EventHandler.add(document,"mousedown",l.onDocumentClick,l),l.isPopupOpen=!0;var e=l.actionCompleteData&&l.actionCompleteData.ulElement&&l.actionCompleteData.ulElement.querySelector("li"),i=l.list.querySelector("ul li");t.isNullOrUndefined(l.ulElement)||t.isNullOrUndefined(l.ulElement.getElementsByClassName("e-item-focus")[0])?t.isNullOrUndefined(l.ulElement)||t.isNullOrUndefined(l.ulElement.getElementsByClassName("e-active")[0])||t.attributes(l.targetElement(),{"aria-activedescendant":l.ulElement.getElementsByClassName("e-active")[0].id}):t.attributes(l.targetElement(),{"aria-activedescendant":l.ulElement.getElementsByClassName("e-item-focus")[0].id}),l.isFiltering()&&l.itemTemplate&&l.element.tagName===l.getNgDirective()&&e&&i&&e.textContent!==i.textContent&&"EJS-COMBOBOX"!==l.element.tagName&&l.cloneElements(),l.isFilterLayout()&&(t.removeClass([l.inputWrapper.container],[q.inputFocus]),l.isFilterFocus=!0,l.filterInput.focus(),l.inputWrapper.clearButton&&t.addClass([l.inputWrapper.clearButton],q.clearIconHide)),l.activeStateChange()},targetExitViewport:function(){t.Browser.isDevice||l.hidePopup()}})},s.prototype.isEmptyList=function(){return!t.isNullOrUndefined(this.liCollections)&&0===this.liCollections.length},s.prototype.getFocusElement=function(){},s.prototype.isFilterLayout=function(){return"dropdownlist"===this.getModuleName()&&this.allowFiltering},s.prototype.scrollHandler=function(){t.Browser.isDevice&&("dropdownlist"===this.getModuleName()&&!this.isFilterLayout()||"combobox"===this.getModuleName()&&!this.allowFiltering&&this.isDropDownClick)&&this.element&&!this.isElementInViewport(this.element)&&this.hidePopup()},s.prototype.isElementInViewport=function(e){var t=e.getBoundingClientRect();return t.top>=0&&t.left>=0&&t.bottom<=window.innerHeight&&t.right<=window.innerWidth},s.prototype.setSearchBoxPosition=function(){var e=this.filterInput.parentElement.getBoundingClientRect().height;this.popupObj.element.style.maxHeight="100%",this.popupObj.element.style.width="100%",this.list.style.maxHeight=window.innerHeight-e+"px",this.list.style.height=window.innerHeight-e+"px";var i=this.filterInput.parentElement.querySelector("."+q.clearIcon);t.detach(this.filterInput),i.parentElement.insertBefore(this.filterInput,i)},s.prototype.setPopupPosition=function(e){var i,s=e,l=this.list.querySelector("."+q.focus)||this.selectedLI,n=this.isEmptyList()?this.list:this.liCollections[0],a=this.isEmptyList()?this.list:this.liCollections[this.getItems().length-1],o=n.getBoundingClientRect().height;this.listItemHeight=o;var r=this.list.offsetHeight/2,h=t.isNullOrUndefined(l)?n.offsetTop:l.offsetTop;if(a.offsetTop-r<h&&!t.isNullOrUndefined(this.liCollections)&&this.liCollections.length>0&&!t.isNullOrUndefined(l)){var u=this.list.offsetHeight/o,p=parseInt(getComputedStyle(this.list).paddingBottom,10);i=(u-(this.liCollections.length-this.activeIndex))*o-s+p,this.list.scrollTop=l.offsetTop}else h>r&&!this.enableVirtualization?(i=r-o/2,this.list.scrollTop=h-r+o/2):i=h;return-(i=i+o+s-(o-this.inputWrapper.container.offsetHeight)/2)},s.prototype.setWidth=function(){var e=t.formatUnit(this.popupWidth);if(e.indexOf("%")>-1){e=(this.inputWrapper.container.offsetWidth*parseFloat(e)/100).toString()+"px"}if(t.Browser.isDevice&&e.indexOf("px")>-1&&!this.allowFiltering&&("dropdownlist"===this.getModuleName()||this.isDropDownClick&&"combobox"===this.getModuleName())){var i=this.isEmptyList()?this.list:this.liCollections[0];e=parseInt(e,10)+2*(parseInt(getComputedStyle(i).textIndent,10)-parseInt(getComputedStyle(this.inputElement).paddingLeft,10)+parseInt(getComputedStyle(this.inputElement.parentElement).borderLeftWidth,10))+"px"}return e},s.prototype.scrollBottom=function(e,i,s){var l=this;if(void 0===i&&(i=!1),void 0===s&&(s=null),t.isNullOrUndefined(this.selectedLI)&&this.enableVirtualization&&(this.selectedLI=this.list.querySelector("."+U.li),!t.isNullOrUndefined(this.selectedLI)&&this.selectedLI.classList.contains("e-virtual-list")&&(this.selectedLI=this.liCollections[this.skeletonCount])),!t.isNullOrUndefined(this.selectedLI)){this.isUpwardScrolling=!1;var n=this.list.querySelectorAll(".e-virtual-list").length,a=this.list.querySelector("li:last-of-type")?this.list.querySelector("li:last-of-type").getAttribute("data-value"):null,o=this.virtualListInfo&&this.virtualListInfo.startIndex?this.selectedLI.offsetTop+this.virtualListInfo.startIndex*this.selectedLI.offsetHeight:this.selectedLI.offsetTop,r=this.list.offsetHeight,h=o-n*this.selectedLI.offsetHeight+this.selectedLI.offsetHeight-this.list.scrollTop,u=this.list.scrollTop+h-r,p=!1;u=e?u+2*parseInt(getComputedStyle(this.list).paddingTop,10):u+parseInt(getComputedStyle(this.list).paddingTop,10);var d=o-n*this.selectedLI.offsetHeight+this.selectedLI.offsetHeight-this.list.scrollTop;if(d=this.fields.groupBy&&!t.isNullOrUndefined(this.fixedHeaderElement)?d-this.fixedHeaderElement.offsetHeight:d,0!==this.activeIndex||this.enableVirtualization){if(h>r||!(d>0&&this.list.offsetHeight>d)){var c=this.selectedLI?this.selectedLI.getAttribute("data-value"):null,m="pageDown"==s?this.getPageCount()-2:1;!this.enableVirtualization||this.isKeyBoardAction||i?this.isKeyBoardAction&&this.enableVirtualization&&a&&c===a&&"end"!=s&&!this.isVirtualScrolling?(this.isPreventKeyAction=!0,this.enableVirtualization&&this.itemTemplate?this.list.scrollTop+=u:(this.enableVirtualization&&(m="pageDown"==s?this.getPageCount()+1:m),this.list.scrollTop+=this.selectedLI.offsetHeight*m),this.isPreventKeyAction=!this.IsScrollerAtEnd()&&this.isPreventKeyAction,this.isKeyBoardAction=!1,this.isPreventScrollAction=!1):this.enableVirtualization&&"end"==s?(this.isPreventKeyAction=!1,this.isKeyBoardAction=!1,this.isPreventScrollAction=!1,this.list.scrollTop=this.list.scrollHeight):("pageDown"==s&&this.enableVirtualization&&!this.isVirtualScrolling&&(this.isPreventKeyAction=!1,this.isKeyBoardAction=!1,this.isPreventScrollAction=!1),this.list.scrollTop=u):this.list.scrollTop=this.virtualListInfo&&this.virtualListInfo.startIndex?this.virtualListInfo.startIndex*this.listItemHeight:0,p=this.isKeyBoardAction}}else this.list.scrollTop=0,p=this.isKeyBoardAction;this.isKeyBoardAction=p,this.enableVirtualization&&this.fields.groupBy&&this.fixedHeaderElement&&"down"==s&&setTimeout(function(){l.scrollStop(null,!0)},100)}},s.prototype.scrollTop=function(e){if(void 0===e&&(e=null),!t.isNullOrUndefined(this.selectedLI)){var i=this.list.querySelectorAll(".e-virtual-list").length,s=this.virtualListInfo&&this.virtualListInfo.startIndex?this.selectedLI.offsetTop+this.virtualListInfo.startIndex*this.selectedLI.offsetHeight:this.selectedLI.offsetTop,l=s-i*this.selectedLI.offsetHeight-this.list.scrollTop,n=this.list.querySelector("li.e-list-item:not(.e-virtual-list)")?this.list.querySelector("li.e-list-item:not(.e-virtual-list)").getAttribute("data-value"):null;l=this.fields.groupBy&&!t.isNullOrUndefined(this.fixedHeaderElement)?l-this.fixedHeaderElement.offsetHeight:l;var a=s-i*this.selectedLI.offsetHeight+this.selectedLI.offsetHeight-this.list.scrollTop,o=this.enableVirtualization&&"autocomplete"===this.getModuleName()&&l<=0;if(0!==this.activeIndex||this.enableVirtualization)if(l<0||o){var r=this.selectedLI?this.selectedLI.getAttribute("data-value"):null,h="pageUp"==e?this.getPageCount()-2:1;this.enableVirtualization&&(h="pageUp"==e?this.getPageCount():h),this.enableVirtualization&&this.isKeyBoardAction&&n&&r===n&&"home"!=e&&!this.isVirtualScrolling?(this.isUpwardScrolling=!0,this.isPreventKeyAction=!0,this.list.scrollTop-=this.selectedLI.offsetHeight*h,this.isPreventKeyAction=0!=this.list.scrollTop&&this.isPreventKeyAction,this.isKeyBoardAction=!1,this.isPreventScrollAction=!1):this.enableVirtualization&&"home"==e?(this.isPreventScrollAction=!1,this.isPreventKeyAction=!0,this.isKeyBoardAction=!1,this.list.scrollTo(0,0)):("pageUp"==e&&this.enableVirtualization&&!this.isVirtualScrolling&&(this.isPreventKeyAction=!1,this.isKeyBoardAction=!1,this.isPreventScrollAction=!1),this.list.scrollTop=this.list.scrollTop+l)}else a>0&&this.list.offsetHeight>a||(this.list.scrollTop=this.selectedLI.offsetTop-(this.fields.groupBy&&!t.isNullOrUndefined(this.fixedHeaderElement)?this.fixedHeaderElement.offsetHeight:0));else this.list.scrollTop=0}},s.prototype.isEditTextBox=function(){return!1},s.prototype.isFiltering=function(){return this.allowFiltering},s.prototype.isPopupButton=function(){return!0},s.prototype.setScrollPosition=function(e){if(this.isPreventScrollAction=!0,t.isNullOrUndefined(e))this.scrollBottom(!0);else switch(e.action){case"pageDown":case"down":case"end":this.isKeyBoardAction=!0,this.scrollBottom(!1,!1,e.action);break;default:this.isKeyBoardAction="up"==e.action||"pageUp"==e.action||"open"==e.action,this.scrollTop(e.action)}this.isKeyBoardAction=!1},s.prototype.clearText=function(){this.filterInput.value=this.typedString="",this.searchLists(null),this.enableVirtualization&&(this.list.scrollTop=0,this.totalItemCount=this.dataCount=this.dataSource&&this.dataSource.length?this.dataSource.length:0,this.list.getElementsByClassName("e-virtual-ddl")[0]&&(this.list.getElementsByClassName("e-virtual-ddl")[0].style=this.GetVirtualTrackHeight()),this.getSkeletonCount(),this.UpdateSkeleton(),this.liCollections=this.list.querySelectorAll(".e-list-item"),this.list.getElementsByClassName("e-virtual-ddl-content")[0]&&(this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues()))},s.prototype.setEleWidth=function(e){t.isNullOrUndefined(e)||("number"==typeof e?this.inputWrapper.container.style.width=t.formatUnit(e):"string"==typeof e&&(this.inputWrapper.container.style.width=e.match(/px|%|em/)?e:t.formatUnit(e)))},s.prototype.closePopup=function(e,s){var l=this,n=!t.isNullOrUndefined(this.filterInput)&&!t.isNullOrUndefined(this.filterInput.value)&&""!==this.filterInput.value;"combobox"===this.getModuleName()&&this.typedString;if(this.isTyped=!1,this.isVirtualTrackHeight=!1,this.popupObj&&document.body.contains(this.popupObj.element)&&this.beforePopupOpen){this.keyboardEvent=null,t.EventHandler.remove(document,"mousedown",this.onDocumentClick),this.isActive=!1,"dropdownlist"===this.getModuleName()&&a.Input.destroy({element:this.filterInput,floatLabelType:this.floatLabelType,properties:{placeholder:this.filterBarPlaceholder},buttons:this.clearIconElement},this.clearIconElement),this.filterInputObj=null,this.isDropDownClick=!1,this.preventAutoFill=!1;for(var o=0,r=this.popupObj.getScrollableParent(this.inputWrapper.container);o<r.length;o++){var h=r[o];t.EventHandler.remove(h,"scroll",this.scrollHandler)}t.Browser.isDevice&&this.isFilterLayout()&&t.removeClass([document.body,this.popupObj.element],q.popupFullScreen),this.isFilterLayout()&&(t.Browser.isDevice||(this.searchKeyModule.destroy(),this.clearIconElement&&t.EventHandler.remove(this.clearIconElement,"click",this.clearText)),this.backIconElement&&(t.EventHandler.remove(this.backIconElement,"click",this.clickOnBackIcon),t.EventHandler.remove(this.clearIconElement,"click",this.clearText)),t.isNullOrUndefined(this.filterInput)||(t.EventHandler.remove(this.filterInput,"input",this.onInput),t.EventHandler.remove(this.filterInput,"keyup",this.onFilterUp),t.EventHandler.remove(this.filterInput,"keydown",this.onFilterDown),t.EventHandler.remove(this.filterInput,"blur",this.onBlurHandler),t.EventHandler.remove(this.filterInput,"paste",this.pasteHandler)),this.allowFiltering&&"dropdownlist"===this.getModuleName()&&(this.filterInput.removeAttribute("aria-activedescendant"),this.filterInput.removeAttribute("aria-disabled"),this.filterInput.removeAttribute("role"),this.filterInput.removeAttribute("autocomplete"),this.filterInput.removeAttribute("autocapitalize"),this.filterInput.removeAttribute("spellcheck")),this.filterInput=null),t.attributes(this.targetElement(),{"aria-expanded":"false"}),this.inputElement.setAttribute("aria-expanded","false"),this.targetElement().removeAttribute("aria-owns"),this.targetElement().removeAttribute("aria-activedescendant"),this.inputWrapper.container.classList.remove(q.iconAnimation),this.isFiltering()&&(this.actionCompleteData.isUpdated=!1),this.enableVirtualization&&(null==this.value||this.isTyped?(this.viewPortInfo.endIndex=this.viewPortInfo&&this.viewPortInfo.endIndex>0?this.viewPortInfo.endIndex:this.itemCount,("autocomplete"===this.getModuleName()||"dropdownlist"===this.getModuleName()&&!t.isNullOrUndefined(this.typedString)&&""!=this.typedString||"combobox"===this.getModuleName()&&this.allowFiltering&&!t.isNullOrUndefined(this.typedString)&&""!=this.typedString)&&this.checkAndResetCache()):"autocomplete"===this.getModuleName()&&this.checkAndResetCache(),"dropdownlist"!==this.getModuleName()&&"combobox"!==this.getModuleName()||0==this.skeletonCount||this.getSkeletonCount(!0)),this.beforePopupOpen=!1;var u={name:"FadeOut",duration:100,delay:e||0},p={popup:this.popupObj,cancel:!1,animation:u,event:s||null};this.trigger("close",p,function(e){if(!t.isNullOrUndefined(l.popupObj)&&!t.isNullOrUndefined(l.popupObj.element.querySelector(".e-fixed-head"))){var i=l.popupObj.element.querySelector(".e-fixed-head");i.parentNode.removeChild(i),l.fixedHeaderElement=null}e.cancel||("autocomplete"===l.getModuleName()&&l.rippleFun(),l.isPopupOpen?l.popupObj.hide(new t.Animation(e.animation)):l.destroyPopup())}),t.Browser.isDevice&&!p.cancel&&this.popupObj.element.classList.contains("e-wide-popup")&&this.popupObj.element.classList.remove("e-wide-popup");var d;d=this.dataSource instanceof i.DataManager?this.virtualGroupDataSource&&this.virtualGroupDataSource.length?this.virtualGroupDataSource.length:0:this.dataSource&&this.dataSource.length?this.dataSource.length:0,this.enableVirtualization&&this.isFiltering()&&n&&this.totalItemCount!==d&&(this.updateInitialData(),this.checkAndResetCache())}},s.prototype.updateInitialData=function(){var e=this.selectData,t=this.renderItems(e,this.fields);this.list.scrollTop=0,this.virtualListInfo={currentPageNumber:null,direction:null,sentinelInfo:{},offsets:{},startIndex:0,endIndex:this.itemCount},"combobox"===this.getModuleName()&&(this.typedString=""),this.previousStartIndex=0,this.previousEndIndex=0,this.dataSource instanceof i.DataManager?this.remoteDataCount>=0?this.totalItemCount=this.dataCount=this.remoteDataCount:this.resetList(this.dataSource):this.totalItemCount=this.dataCount=this.dataSource&&this.dataSource.length?this.dataSource.length:0,this.list.getElementsByClassName("e-virtual-ddl")[0]&&(this.list.getElementsByClassName("e-virtual-ddl")[0].style=this.GetVirtualTrackHeight()),"autocomplete"!==this.getModuleName()&&0!=this.totalItemCount&&this.totalItemCount>2*this.itemCount&&this.getSkeletonCount(),this.UpdateSkeleton(),this.listData=e,this.updateActionCompleteDataValues(t,e),this.liCollections=this.list.querySelectorAll(".e-list-item"),this.list.getElementsByClassName("e-virtual-ddl-content")[0]&&(this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues())},s.prototype.destroyPopup=function(){this.isPopupOpen=!1,this.isFilterFocus=!1,this.inputElement.removeAttribute("aria-controls"),this.popupObj&&(this.popupObj.destroy(),t.detach(this.popupObj.element))},s.prototype.clickOnBackIcon=function(){this.hidePopup(),this.focusIn()},s.prototype.render=function(){this.preselectedIndex=t.isNullOrUndefined(this.index)?null:this.index,"INPUT"===this.element.tagName?(this.inputElement=this.element,t.isNullOrUndefined(this.inputElement.getAttribute("role"))&&this.inputElement.setAttribute("role","combobox"),t.isNullOrUndefined(this.inputElement.getAttribute("type"))&&this.inputElement.setAttribute("type","text"),this.inputElement.setAttribute("aria-expanded","false")):(this.inputElement=this.createElement("input",{attrs:{role:"combobox",type:"text"}}),this.element.tagName!==this.getNgDirective()&&(this.element.style.display="none"),this.element.parentElement.insertBefore(this.inputElement,this.element),this.preventTabIndex(this.inputElement));var e=this.cssClass;t.isNullOrUndefined(this.cssClass)||""===this.cssClass||(e=this.cssClass.replace(/\s+/g," ").trim()),!t.isNullOrUndefined(t.closest(this.element,"fieldset"))&&t.closest(this.element,"fieldset").disabled&&(this.enabled=!1),this.inputWrapper=a.Input.createInput({element:this.inputElement,buttons:this.isPopupButton()?[q.icon]:null,floatLabelType:this.floatLabelType,properties:{readonly:"dropdownlist"===this.getModuleName()||this.readonly,placeholder:this.placeholder,cssClass:e,enabled:this.enabled,enableRtl:this.enableRtl,showClearButton:this.showClearButton}},this.createElement),this.element.tagName===this.getNgDirective()?this.element.appendChild(this.inputWrapper.container):this.inputElement.parentElement.insertBefore(this.element,this.inputElement),this.hiddenElement=this.createElement("select",{attrs:{"aria-hidden":"true","aria-label":this.getModuleName(),tabindex:"-1",class:q.hiddenElement}}),t.prepend([this.hiddenElement],this.inputWrapper.container),this.validationAttribute(this.element,this.hiddenElement),this.setReadOnly(),this.setFields(),this.inputWrapper.container.style.width=t.formatUnit(this.width),this.inputWrapper.container.classList.add("e-ddl"),"Never"!==this.floatLabelType&&a.Input.calculateWidth(this.inputElement,this.inputWrapper.container),!t.isNullOrUndefined(this.inputWrapper.buttons[0])&&this.inputWrapper.container.getElementsByClassName("e-float-text-content")[0]&&"Never"!==this.floatLabelType&&this.inputWrapper.container.getElementsByClassName("e-float-text-content")[0].classList.add("e-icon"),this.wireEvent(),this.tabIndex=this.element.hasAttribute("tabindex")?this.element.getAttribute("tabindex"):"0",this.element.removeAttribute("tabindex");var i=this.element.getAttribute("id")?this.element.getAttribute("id"):t.getUniqueID("ej2_dropdownlist");if(this.element.id=i,this.hiddenElement.id=i+"_hidden",this.targetElement().setAttribute("tabindex",this.tabIndex),"autocomplete"!==this.getModuleName()&&"combobox"!==this.getModuleName()||this.readonly?"dropdownlist"===this.getModuleName()&&(t.attributes(this.targetElement(),{"aria-label":this.getModuleName()}),this.inputElement.setAttribute("aria-label",this.getModuleName()),this.inputElement.setAttribute("aria-expanded","false")):this.inputElement.setAttribute("aria-label",this.getModuleName()),t.attributes(this.targetElement(),this.getAriaAttributes()),this.updateDataAttribute(this.htmlAttributes),this.setHTMLAttributes(),this.targetElement()===this.inputElement&&this.inputElement.removeAttribute("aria-labelledby"),null!==this.value||null!==this.activeIndex||null!==this.text)this.enableVirtualization&&(this.listItemHeight=this.getListHeight(),this.getSkeletonCount(),this.updateVirtualizationProperties(this.itemCount,this.allowFiltering),null!==this.index&&(this.activeIndex=this.index+this.skeletonCount)),this.initValue(),this.selectedValueInfo=this.viewPortInfo,this.enableVirtualization&&(this.activeIndex=this.activeIndex+this.skeletonCount);else if("SELECT"===this.element.tagName&&this.element.options[0]){var s=this.element;this.value=this.allowObjectBinding?this.getDataByValue(s.options[s.selectedIndex].value):s.options[s.selectedIndex].value,this.text=t.isNullOrUndefined(this.value)?null:s.options[s.selectedIndex].textContent,this.initValue()}this.setEnabled(),this.preventTabIndex(this.element),this.enabled||(this.targetElement().tabIndex=-1),this.initial=!1,this.element.style.opacity="",this.inputElement.onselect=function(e){e.stopImmediatePropagation()},this.inputElement.onchange=function(e){e.stopImmediatePropagation()},this.element.hasAttribute("autofocus")&&this.focusIn(),t.isNullOrUndefined(this.text)||this.inputElement.setAttribute("value",this.text),this.element.hasAttribute("data-val")&&this.element.setAttribute("data-val","false");var l=this.inputWrapper.container.getElementsByClassName("e-float-text")[0];t.isNullOrUndefined(this.element.id)||""===this.element.id||t.isNullOrUndefined(l)||(l.id="label_"+this.element.id.replace(/ /g,"_"),t.attributes(this.inputElement,{"aria-labelledby":l.id})),this.renderComplete(),this.listItemHeight=this.getListHeight(),this.getSkeletonCount(),this.enableVirtualization&&this.updateVirtualizationProperties(this.itemCount,this.allowFiltering),this.viewPortInfo.startIndex=this.virtualItemStartIndex=0,this.viewPortInfo.endIndex=this.virtualItemEndIndex=this.viewPortInfo.startIndex>0?this.viewPortInfo.endIndex:this.itemCount},s.prototype.getListHeight=function(){var e=this.createElement("div",{className:"e-dropdownbase"}),i=this.createElement("li",{className:"e-list-item"}),s=t.formatUnit(this.popupHeight);e.style.height=parseInt(s,10).toString()+"px",e.appendChild(i),document.body.appendChild(e),this.virtualListHeight=e.getBoundingClientRect().height;var l=Math.ceil(i.getBoundingClientRect().height);return e.remove(),l},s.prototype.setFooterTemplate=function(e){this.footer?this.isReact&&"function"==typeof this.footerTemplate?this.clearTemplate(["footerTemplate"]):this.footer.innerHTML="":(this.footer=this.createElement("div"),t.addClass([this.footer],q.footer));var i=this.dropdownCompiler(this.footerTemplate),s=("function"!=typeof this.footerTemplate&&i?t.compile(t.select(this.footerTemplate,document).innerHTML.trim()):t.compile(this.footerTemplate))({},this,"footerTemplate",this.footerTemplateId,this.isStringTemplate,null,this.footer);s&&s.length>0&&t.append(s,this.footer),t.append([this.footer],e)},s.prototype.setHeaderTemplate=function(e){this.header?this.header.innerHTML="":(this.header=this.createElement("div"),t.addClass([this.header],q.header));var i=this.dropdownCompiler(this.headerTemplate),s=("function"!=typeof this.headerTemplate&&i?t.compile(t.select(this.headerTemplate,document).innerHTML.trim()):t.compile(this.headerTemplate))({},this,"headerTemplate",this.headerTemplateId,this.isStringTemplate,null,this.header);s&&s.length&&t.append(s,this.header);var l=e.querySelector("div.e-content");e.insertBefore(this.header,l)},s.prototype.setEnabled=function(){this.element.setAttribute("aria-disabled",this.enabled?"false":"true")},s.prototype.setOldText=function(e){this.text=e},s.prototype.setOldValue=function(e){this.value=e},s.prototype.refreshPopup=function(){t.isNullOrUndefined(this.popupObj)||!document.body.contains(this.popupObj.element)||(!this.allowFiltering||t.Browser.isDevice&&this.isFilterLayout())&&"autocomplete"!==this.getModuleName()||(t.removeClass([this.popupObj.element],"e-popup-close"),this.popupObj.refreshPosition(this.inputWrapper.container),this.popupObj.resolveCollision())},s.prototype.checkData=function(e){!e.dataSource||t.isNullOrUndefined(Object.keys(e.dataSource))||!this.itemTemplate||!this.allowFiltering||this.isListSearched&&e.dataSource instanceof i.DataManager||(this.list=null,this.actionCompleteData={ulElement:null,list:null,isUpdated:!1}),this.isListSearched=!1;var s=-1!==Object.keys(e).indexOf("value")&&t.isNullOrUndefined(e.value),l=-1!==Object.keys(e).indexOf("text")&&t.isNullOrUndefined(e.text);"autocomplete"!==this.getModuleName()&&this.allowFiltering&&(s||l)&&(this.itemData=null),this.allowFiltering&&e.dataSource&&!t.isNullOrUndefined(Object.keys(e.dataSource))?(this.actionCompleteData={ulElement:null,list:null,isUpdated:!1},this.actionData=this.actionCompleteData):this.allowFiltering&&e.query&&!t.isNullOrUndefined(Object.keys(e.query))&&(this.actionCompleteData="combobox"===this.getModuleName()?{ulElement:null,list:null,isUpdated:!1}:this.actionCompleteData,this.actionData=this.actionCompleteData)},s.prototype.updateDataSource=function(e,s){""===this.inputElement.value&&(t.isNullOrUndefined(e)||!t.isNullOrUndefined(e.dataSource)&&(e.dataSource instanceof i.DataManager||0!==e.dataSource.length))||this.clearAll(null,e),this.fields.groupBy&&e.fields&&!this.isGroupChecking&&this.list&&(t.EventHandler.remove(this.list,"scroll",this.setFloatingHeader),t.EventHandler.add(this.list,"scroll",this.setFloatingHeader,this)),(t.isNullOrUndefined(e)||!t.isNullOrUndefined(e.dataSource)&&(e.dataSource instanceof i.DataManager||0!==e.dataSource.length)||e.dataSource instanceof i.DataManager||!t.isNullOrUndefined(e)&&Array.isArray(e.dataSource)&&!t.isNullOrUndefined(s)&&Array.isArray(s.dataSource)&&e.dataSource.length!==s.dataSource.length)&&(this.typedString="",this.resetList(this.dataSource)),this.isCustomFilter||this.isFilterFocus||document.activeElement===this.filterInput||this.checkCustomValue()},s.prototype.checkCustomValue=function(){var e=this.allowObjectBinding&&!t.isNullOrUndefined(this.value)?t.getValue(this.fields.value?this.fields.value:"",this.value):this.value;this.itemData=this.getDataByValue(e);var i=this.getItemData(),s=this.allowObjectBinding?this.itemData:i.value;this.setProperties({text:i.text,value:s})},s.prototype.updateInputFields=function(){"dropdownlist"===this.getModuleName()&&a.Input.setValue(this.text,this.inputElement,this.floatLabelType,this.showClearButton)},s.prototype.onPropertyChanged=function(s,l){var n=this;t.isNullOrUndefined(s.dataSource)||this.isTouched||!t.isNullOrUndefined(s.value)||!t.isNullOrUndefined(s.index)||t.isNullOrUndefined(this.preselectedIndex)||t.isNullOrUndefined(this.index)||(s.index=this.index),t.isNullOrUndefined(s.value)&&t.isNullOrUndefined(s.index)||(this.isTouched=!0),"dropdownlist"===this.getModuleName()&&(this.checkData(s),this.setUpdateInitial(["fields","query","dataSource"],s));for(var o=function(o){switch(o){case"query":case"dataSource":r.getSkeletonCount(),r.checkAndResetCache();break;case"htmlAttributes":r.setHTMLAttributes();break;case"width":r.setEleWidth(s.width),a.Input.calculateWidth(r.inputElement,r.inputWrapper.container);break;case"placeholder":a.Input.setPlaceholder(s.placeholder,r.inputElement);break;case"filterBarPlaceholder":r.filterInput&&a.Input.setPlaceholder(s.filterBarPlaceholder,r.filterInput);break;case"readonly":"dropdownlist"!==r.getModuleName()&&a.Input.setReadonly(s.readonly,r.inputElement),r.setReadOnly();break;case"cssClass":r.setCssClass(s.cssClass,l.cssClass),a.Input.calculateWidth(r.inputElement,r.inputWrapper.container);break;case"enableRtl":r.setEnableRtl();break;case"enabled":r.setEnable();break;case"text":if(null===s.text){r.clearAll();break}if(r.enableVirtualization){r.updateValues(),r.updateInputFields(),r.notify("setCurrentViewDataAsync",{module:"VirtualScroll"});break}if(r.list||(r.dataSource instanceof i.DataManager&&(r.initialRemoteRender=!0),r.renderList()),!r.initialRemoteRender){var h=r.getElementByText(s.text);if(!r.checkValidLi(h))if(r.liCollections&&100===r.liCollections.length&&"autocomplete"===r.getModuleName()&&r.listData.length>100)r.setSelectionData(s.text,l.text,"text");else if(s.text&&r.dataSource instanceof i.DataManager){var u=r.getItems().length,p=t.isNullOrUndefined(r.fields.text)?r.fields.value:r.fields.text;r.typedString="",r.dataSource.executeQuery(r.getQuery(r.query).where(new i.Predicate(p,"equal",s.text))).then(function(e){e.result.length>0?(n.addItem(e.result,u),n.updateValues()):n.setOldText(l.text)})}else"autocomplete"===r.getModuleName()?r.setInputValue(s,l):r.setOldText(l.text);r.updateInputFields()}break;case"value":if(null===s.value){r.clearAll();break}if(r.allowObjectBinding&&!t.isNullOrUndefined(s.value)&&!t.isNullOrUndefined(l.value)&&r.isObjectInArray(s.value,[l.value]))return{value:void 0};if(r.enableVirtualization){r.updateValues(),r.updateInputFields(),r.notify("setCurrentViewDataAsync",{module:"VirtualScroll"}),r.preventChange=r.isAngular&&r.preventChange?!r.preventChange:r.preventChange;break}if(r.notify("beforeValueChange",{newProp:s}),r.list||(r.dataSource instanceof i.DataManager&&(r.initialRemoteRender=!0),r.renderList()),!r.initialRemoteRender){var d=r.allowObjectBinding&&!t.isNullOrUndefined(s.value)?t.getValue(r.fields.value?r.fields.value:"",s.value):s.value,c=r.getElementByValue(d);if(!r.checkValidLi(c))if(r.liCollections&&100===r.liCollections.length&&"autocomplete"===r.getModuleName()&&r.listData.length>100)r.setSelectionData(s.value,l.value,"value");else if(s.value&&r.dataSource instanceof i.DataManager){var m=r.getItems().length;p=t.isNullOrUndefined(r.fields.value)?r.fields.text:r.fields.value;r.typedString="";var f=r.allowObjectBinding&&!t.isNullOrUndefined(s.value)?t.getValue(p,s.value):s.value;r.dataSource.executeQuery(r.getQuery(r.query).where(new i.Predicate(p,"equal",f))).then(function(e){e.result.length>0?(n.addItem(e.result,m),n.updateValues()):n.setOldValue(l.value)})}else"autocomplete"===r.getModuleName()?r.setInputValue(s,l):r.setOldValue(l.value);r.updateInputFields(),r.preventChange=r.isAngular&&r.preventChange?!r.preventChange:r.preventChange}break;case"index":if(null===s.index){r.clearAll();break}if(r.list||(r.dataSource instanceof i.DataManager&&(r.initialRemoteRender=!0),r.renderList()),!r.initialRemoteRender&&r.liCollections){var v=r.liCollections[s.index];r.checkValidLi(v)||(r.liCollections&&100===r.liCollections.length&&"autocomplete"===r.getModuleName()&&r.listData.length>100?r.setSelectionData(s.index,l.index,"index"):r.index=l.index),r.updateInputFields()}break;case"footerTemplate":r.popupObj&&r.setFooterTemplate(r.popupObj.element);break;case"headerTemplate":r.popupObj&&r.setHeaderTemplate(r.popupObj.element);break;case"valueTemplate":t.isNullOrUndefined(r.itemData)||null===r.valueTemplate||r.setValueTemplate();break;case"allowFiltering":r.allowFiltering&&(r.actionCompleteData={ulElement:r.ulElement,list:r.listData,isUpdated:!0},r.actionData=r.actionCompleteData,r.updateSelectElementData(r.allowFiltering));break;case"floatLabelType":a.Input.removeFloating(r.inputWrapper),a.Input.addFloating(r.inputElement,s.floatLabelType,r.placeholder,r.createElement),!t.isNullOrUndefined(r.inputWrapper.buttons[0])&&r.inputWrapper.container.getElementsByClassName("e-float-text-overflow")[0]&&"Never"!==r.floatLabelType&&r.inputWrapper.container.getElementsByClassName("e-float-text-overflow")[0].classList.add("e-icon");break;case"showClearButton":r.inputWrapper.clearButton||(a.Input.setClearButton(s.showClearButton,r.inputElement,r.inputWrapper,null,r.createElement),r.bindClearEvent());break;default:var g=r.getPropObject(o,s,l);e.prototype.onPropertyChanged.call(r,g.newProperty,g.oldProperty)}},r=this,h=0,u=Object.keys(s);h<u.length;h++){var p=o(u[h]);if("object"==typeof p)return p.value}},s.prototype.checkValidLi=function(e){return!!this.isValidLI(e)&&(this.setSelection(e,null),!0)},s.prototype.setSelectionData=function(e,i,s){var l,n=this;this.updateListValues=function(){if("text"===s)l=n.getElementByText(e),n.checkValidLi(l)||n.setOldText(i);else if("value"===s){var a=n.fields.value?n.fields.value:"";n.allowObjectBinding&&!t.isNullOrUndefined(e)&&t.getValue(a,e);l=n.getElementByValue(e),n.checkValidLi(l)||n.setOldValue(i)}else"index"===s&&(l=n.liCollections[e],n.checkValidLi(l)||(n.index=i))}},s.prototype.updatePopupState=function(){this.beforePopupOpen&&(this.beforePopupOpen=!1,this.showPopup())},s.prototype.setReadOnly=function(){this.readonly?t.addClass([this.inputWrapper.container],["e-readonly"]):t.removeClass([this.inputWrapper.container],["e-readonly"])},s.prototype.setInputValue=function(e,t){},s.prototype.setCssClass=function(e,i){t.isNullOrUndefined(i)||(i=i.replace(/\s+/g," ").trim()),t.isNullOrUndefined(e)||(e=e.replace(/\s+/g," ").trim()),a.Input.setCssClass(e,[this.inputWrapper.container],i),this.popupObj&&a.Input.setCssClass(e,[this.popupObj.element],i)},s.prototype.getModuleName=function(){return"dropdownlist"},s.prototype.showPopup=function(e){this.enabled&&(this.firstItem=this.dataSource&&this.dataSource.length>0?this.dataSource[0]:null,this.isReact&&"combobox"===this.getModuleName()&&this.itemTemplate&&this.isCustomFilter&&this.isAddNewItemTemplate&&(this.renderList(),this.isAddNewItemTemplate=!1),this.isFiltering()&&this.dataSource instanceof i.DataManager&&this.actionData.list!==this.actionCompleteData.list&&this.actionData.list&&this.actionData.ulElement&&(this.actionCompleteData=this.actionData,this.onActionComplete(this.actionCompleteData.ulElement,this.actionCompleteData.list,null,!0)),this.beforePopupOpen?this.refreshPopup():(this.beforePopupOpen=!0,this.isFiltering()&&!this.isActive&&this.actionCompleteData.list&&this.actionCompleteData.list[0]?(this.isActive=!0,this.onActionComplete(this.actionCompleteData.ulElement,this.actionCompleteData.list,null,!0)):(t.isNullOrUndefined(this.list)||!t.isUndefined(this.list)&&(this.list.classList.contains(U.noData)||this.list.querySelectorAll("."+U.li).length<=0))&&(this.isReact&&this.isFiltering()&&null!=this.itemTemplate&&(this.isSecondClick=!1),this.renderList(e)),this.enableVirtualization&&this.listData&&this.listData.length&&(t.isNullOrUndefined(this.value)||"dropdownlist"!==this.getModuleName()&&"combobox"!==this.getModuleName()||this.removeHover(),this.beforePopupOpen||this.notify("setCurrentViewDataAsync",{module:"VirtualScroll"})),this.beforePopupOpen&&this.invokeRenderPopup(e),this.enableVirtualization&&!this.allowFiltering&&null!=this.selectedValueInfo&&this.selectedValueInfo.startIndex>0&&null!=this.value&&this.notify("dataProcessAsync",{module:"VirtualScroll",isOpen:!0})))},s.prototype.invokeRenderPopup=function(e){if(t.Browser.isDevice&&this.isFilterLayout()){var i=this;window.onpopstate=function(){i.hidePopup()},history.pushState({},"")}t.isNullOrUndefined(this.list)||t.isNullOrUndefined(this.list.children[0])&&!this.list.classList.contains(U.noData)||this.renderPopup(e)},s.prototype.renderHightSearch=function(){},s.prototype.hidePopup=function(e){if(this.isEscapeKey&&"dropdownlist"===this.getModuleName())if(t.isNullOrUndefined(this.inputElement)||a.Input.setValue(this.text,this.inputElement,this.floatLabelType,this.showClearButton),this.isEscapeKey=!1,t.isNullOrUndefined(this.index))this.resetSelection();else{var i=this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",this.value):this.value,s=this.findListElement(this.ulElement,"li","data-value",i);this.selectedLI=this.liCollections[this.index]||s,this.selectedLI&&(this.updateSelectedItem(this.selectedLI,null,!0),this.valueTemplate&&null!==this.itemData&&this.setValueTemplate())}this.isVirtualTrackHeight=!1,this.customFilterQuery=null,this.closePopup(0,e);var l=this.getItemData(),n=!t.isNullOrUndefined(this.selectedLI);n&&this.enableVirtualization&&this.selectedLI.classList&&(n=this.selectedLI.classList.contains("e-active")),this.inputElement&&""===this.inputElement.value.trim()&&!this.isInteracted&&(this.isSelectCustom||n&&this.inputElement.value!==l.text)&&(this.isSelectCustom=!1,this.clearAll(e))},s.prototype.focusIn=function(e){if(this.enabled&&!this.targetElement().classList.contains(q.disable)){var i=!1;this.preventFocus&&t.Browser.isDevice&&(this.inputWrapper.container.tabIndex=1,this.inputWrapper.container.focus(),this.preventFocus=!1,i=!0),i||this.targetElement().focus(),t.addClass([this.inputWrapper.container],[q.inputFocus]),this.onFocus(e),"Never"!==this.floatLabelType&&a.Input.calculateWidth(this.inputElement,this.inputWrapper.container)}},s.prototype.focusOut=function(e){this.enabled&&(this.enableVirtualization||"combobox"!==this.getModuleName()&&"autocomplete"!==this.getModuleName()||(this.isTyped=!0),this.hidePopup(e),this.targetElement()&&this.targetElement().blur(),t.removeClass([this.inputWrapper.container],[q.inputFocus]),"Never"!==this.floatLabelType&&a.Input.calculateWidth(this.inputElement,this.inputWrapper.container))},s.prototype.destroy=function(){if(this.isActive=!1,this.showClearButton&&(this.clearButton=document.getElementsByClassName("e-clear-icon")[0]),d(this.element.id),this.isReact&&this.clearTemplate(),this.hidePopup(),this.popupObj&&this.popupObj.hide(),this.unWireEvent(),this.list&&this.unWireListEvents(),!this.element||this.element.classList.contains("e-"+this.getModuleName())){if(this.inputElement){for(var i=["readonly","aria-disabled","placeholder","aria-labelledby","aria-expanded","autocomplete","aria-readonly","autocapitalize","spellcheck","aria-autocomplete","aria-live","aria-describedby","aria-label"],s=0;s<i.length;s++)this.inputElement.removeAttribute(i[s]);this.inputElement.setAttribute("tabindex",this.tabIndex),this.inputElement.classList.remove("e-input"),a.Input.setValue("",this.inputElement,this.floatLabelType,this.showClearButton)}this.element.style.display="block",this.inputWrapper.container.parentElement.tagName===this.getNgDirective()?t.detach(this.inputWrapper.container):(this.inputWrapper.container.parentElement.insertBefore(this.element,this.inputWrapper.container),t.detach(this.inputWrapper.container)),delete this.hiddenElement,this.filterInput=null,this.keyboardModule=null,this.ulElement=null,this.list=null,this.clearIconElement=null,this.popupObj=null,this.popupContentElement=null,this.rippleFun=null,this.selectedLI=null,this.liCollections=null,this.item=null,this.footer=null,this.header=null,this.previousSelectedLI=null,this.valueTempElement=null,this.actionData.ulElement=null,this.inputElement&&!t.isNullOrUndefined(this.inputElement.onchange)&&(this.inputElement.onchange=null),this.inputElement&&!t.isNullOrUndefined(this.inputElement.onselect)&&(this.inputElement.onselect=null),a.Input.destroy({element:this.inputElement,floatLabelType:this.floatLabelType,properties:this.properties,buttons:this.inputWrapper.container.querySelectorAll(".e-input-group-icon")[0]},this.clearButton),this.clearButton=null,this.inputElement=null,this.inputWrapper=null,e.prototype.destroy.call(this)}},s.prototype.getItems=function(){return this.list||(this.dataSource instanceof i.DataManager&&(this.initialRemoteRender=!0),this.renderList()),this.ulElement?e.prototype.getItems.call(this):[]},s.prototype.getDataByValue=function(t){return e.prototype.getDataByValue.call(this,t)},s.prototype.clear=function(){this.value=null},W([t.Property(null)],s.prototype,"cssClass",void 0),W([t.Property("100%")],s.prototype,"width",void 0),W([t.Property(!0)],s.prototype,"enabled",void 0),W([t.Property(!1)],s.prototype,"enablePersistence",void 0),W([t.Property("300px")],s.prototype,"popupHeight",void 0),W([t.Property("100%")],s.prototype,"popupWidth",void 0),W([t.Property(null)],s.prototype,"placeholder",void 0),W([t.Property(null)],s.prototype,"filterBarPlaceholder",void 0),W([t.Property({})],s.prototype,"htmlAttributes",void 0),W([t.Property(null)],s.prototype,"query",void 0),W([t.Property(null)],s.prototype,"valueTemplate",void 0),W([t.Property(null)],s.prototype,"headerTemplate",void 0),W([t.Property(null)],s.prototype,"footerTemplate",void 0),W([t.Property(!1)],s.prototype,"allowFiltering",void 0),W([t.Property(!1)],s.prototype,"readonly",void 0),W([t.Property(!1)],s.prototype,"enableVirtualization",void 0),W([t.Property(null)],s.prototype,"text",void 0),W([t.Property(null)],s.prototype,"value",void 0),W([t.Property(!1)],s.prototype,"allowObjectBinding",void 0),W([t.Property(null)],s.prototype,"index",void 0),W([t.Property("Never")],s.prototype,"floatLabelType",void 0),W([t.Property(!1)],s.prototype,"showClearButton",void 0),W([t.Event()],s.prototype,"filtering",void 0),W([t.Event()],s.prototype,"change",void 0),W([t.Event()],s.prototype,"beforeOpen",void 0),W([t.Event()],s.prototype,"open",void 0),W([t.Event()],s.prototype,"close",void 0),W([t.Event()],s.prototype,"blur",void 0),W([t.Event()],s.prototype,"focus",void 0),s=W([t.NotifyPropertyChanges],s)}(F),R=function(){var e=function(t,i){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(t,i)};return function(t,i){function s(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(s.prototype=i.prototype,new s)}}(),z=function(e,t,i,s){var l,n=arguments.length,a=n<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,i,s);else for(var o=e.length-1;o>=0;o--)(l=e[o])&&(a=(n<3?l(a):n>3?l(t,i,a):l(t,i))||a);return n>3&&a&&Object.defineProperty(t,i,a),a},K="e-input-group-icon e-ddt-icon e-icons",_="e-show-chip",G="e-show-clear",Q="e-show-dd-icon",X="e-chip-input",J="e-input-focus",Y="e-chips-close",$="e-icon-hide",Z="e-ddt-icon-hide",ee="e-selectall-parent",te="e-hide-selectall",ie="e-check",se="e-checkbox-wrapper",le="e-no-data",ne="e-overflow",ae="e-show-text",oe="e-total-count",re="e-wrap-count",he=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return R(i,e),z([t.Property("child")],i.prototype,"child",void 0),z([t.Property([])],i.prototype,"dataSource",void 0),z([t.Property("expanded")],i.prototype,"expanded",void 0),z([t.Property("hasChildren")],i.prototype,"hasChildren",void 0),z([t.Property("htmlAttributes")],i.prototype,"htmlAttributes",void 0),z([t.Property("iconCss")],i.prototype,"iconCss",void 0),z([t.Property("imageUrl")],i.prototype,"imageUrl",void 0),z([t.Property("parentValue")],i.prototype,"parentValue",void 0),z([t.Property(null)],i.prototype,"query",void 0),z([t.Property("selectable")],i.prototype,"selectable",void 0),z([t.Property("selected")],i.prototype,"selected",void 0),z([t.Property(null)],i.prototype,"tableName",void 0),z([t.Property("text")],i.prototype,"text",void 0),z([t.Property("tooltip")],i.prototype,"tooltip",void 0),z([t.Property("value")],i.prototype,"value",void 0),i}(t.ChildProperty),ue=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return R(i,e),z([t.Property(!1)],i.prototype,"autoCheck",void 0),z([t.Property("Auto")],i.prototype,"expandOn",void 0),z([t.Property(!1)],i.prototype,"loadOnDemand",void 0),i}(t.ChildProperty),pe=function(e){function s(t,i){var s=e.call(this,t,i)||this;return s.filterTimer=null,s.isFilteredData=!1,s.isFilterRestore=!1,s.selectedData=[],s.filterDelayTime=300,s.isClicked=!1,s.isCheckAllCalled=!1,s.isFromFilterChange=!1,s}return R(s,e),s.prototype.getPersistData=function(){return this.addOnPersist(["value"])},s.prototype.getLocaleName=function(){return"drop-down-tree"},s.prototype.preRender=function(){this.inputFocus=!1,this.isPopupOpen=!1,this.isFirstRender=!0,this.isInitialized=!1,this.currentText=null,this.currentValue=null,this.oldValue=null,this.removeValue=!1,this.selectedText=[],this.treeItems=[],this.dataValue=null,this.isNodeSelected=!1,this.isDynamicChange=!1,this.clearIconWidth=0,this.headerTemplateId=this.element.id+"HeaderTemplate",this.footerTemplateId=this.element.id+"FooterTemplate",this.actionFailureTemplateId=this.element.id+"ActionFailureTemplate",this.noRecordsTemplateId=this.element.id+"NoRecordsTemplate",this.customTemplateId=this.element.id+"CustomTemplate",this.keyConfigs={escape:"escape",altUp:"alt+uparrow",altDown:"alt+downarrow",tab:"tab",shiftTab:"shift+tab",end:"end",enter:"enter",home:"home",moveDown:"downarrow",moveLeft:"leftarrow",moveRight:"rightarrow",moveUp:"uparrow",ctrlDown:"ctrl+downarrow",ctrlUp:"ctrl+uparrow",ctrlEnter:"ctrl+enter",ctrlHome:"ctrl+home",ctrlEnd:"ctrl+end",shiftDown:"shift+downarrow",shiftUp:"shift+uparrow",shiftEnter:"shift+enter",shiftHome:"shift+home",shiftEnd:"shift+end",csDown:"ctrl+shift+downarrow",csUp:"ctrl+shift+uparrow",csEnter:"ctrl+shift+enter",csHome:"ctrl+shift+home",csEnd:"ctrl+shift+end",space:"space",ctrlA:"ctrl+A"}},s.prototype.render=function(){var e=t.select("#"+this.element.id+"_tree",document);if(e){var s=t.select("#"+this.element.id+"_options",document);t.detach(s||e.parentElement)}"INPUT"===this.element.tagName?(this.inputEle=this.element,t.isNullOrUndefined(this.inputEle.getAttribute("role"))&&(this.inputEle.setAttribute("aria-expanded","false"),this.inputEle.setAttribute("role","combobox"),this.inputEle.setAttribute("aria-haspopup","tree"),this.inputEle.setAttribute("aria-controls",this.element.id+"_options")),t.isNullOrUndefined(this.inputEle.getAttribute("type"))&&this.inputEle.setAttribute("type","text")):(this.inputEle=this.createElement("input",{attrs:{role:"textbox",type:"text"}}),this.element.parentElement.insertBefore(this.inputEle,this.element)),this.inputObj=a.Input.createInput({element:this.inputEle,floatLabelType:this.floatLabelType,buttons:this.showDropDownIcon?[K]:null,properties:{readonly:!0,placeholder:this.placeholder,enabled:this.enabled,cssClass:this.cssClass,enableRtl:this.enableRtl}},this.createElement),this.inputWrapper=this.inputObj.container,this.inputWrapper.classList.contains("e-input-group")||this.inputWrapper.classList.add("e-input-group"),this.showDropDownIcon&&this.inputWrapper.classList.add(Q),this.element.tagName===this.getDirective()&&this.element.appendChild(this.inputWrapper),this.createHiddenElement(),this.createClearIcon(),this.inputWrapper.classList.add("e-ddt"),this.setElementWidth(this.width),this.updateDataAttribute(),this.setHTMLAttributes(),this.setAttributes(),this.popupDiv=this.createElement("div",{className:"e-popup-content"}),this.popupDiv.classList.add("e-dropdown"),this.tree=this.createElement("div",{id:this.element.id+"_tree"}),this.popupDiv.appendChild(this.tree),this.destroyPopupOnHide||document.body.appendChild(this.popupDiv),this.wireTreeEvents(),t.addClass([this.popupDiv],Z),this.renderTree(),this.isRemoteData=this.fields.dataSource instanceof i.DataManager,(this.allowMultiSelection||this.showCheckBox)&&("Delimiter"!==this.mode&&this.createChip(),this.wrapText||"Custom"===this.mode||(this.overFlowWrapper=this.createElement("span",{className:ne+" "+$}),this.inputWrapper.insertBefore(this.overFlowWrapper,this.hiddenElement),"Box"!==this.mode&&t.addClass([this.overFlowWrapper],ae))),this.isRemoteData||(this.setTreeValue(),this.setTreeText(),this.updateHiddenValue(),this.setSelectedValue(),this.wrapText||this.updateView()),this.wireEvents();var l=t.select(".e-list-parent",this.treeObj.element);l&&l.getAttribute("aria-multiselectable")&&l.removeAttribute("aria-multiselectable"),this.oldValue=this.value,this.isInitialized=!0,this.hasTemplate=this.itemTemplate||this.headerTemplate||this.footerTemplate||this.actionFailureTemplate||this.noRecordsTemplate||this.customTemplate,this.renderComplete()},s.prototype.hideCheckAll=function(e){var i=t.isNullOrUndefined(this.popupEle)?null:this.popupEle.querySelector("."+ee);t.isNullOrUndefined(i)||(e&&!i.classList.contains(te)?t.addClass([i],te):!e&&i.classList.contains(te)&&t.removeClass([i],te))},s.prototype.renderFilter=function(){this.filterContainer=this.createElement("div",{id:this.element.id+"_filter_wrap",className:"e-filter-wrap"});var e=this.createElement("input",{id:this.element.id+"_filter",attrs:{autocomplete:"off","aria-label":this.filterBarPlaceholder}});this.filterContainer.appendChild(e),t.prepend([this.filterContainer],this.popupEle),this.filterObj=new a.TextBox({value:"",showClearButton:!0,placeholder:this.filterBarPlaceholder,input:this.filterChangeHandler.bind(this)}),this.filterObj.appendTo("#"+this.element.id+"_filter")},s.prototype.filterChangeHandler=function(e){var i=this;t.isNullOrUndefined(e.value)||(window.clearTimeout(this.filterTimer),this.filterTimer=window.setTimeout(function(){i.filterHandler(e.value,e.event)},this.filterDelayTime))},s.prototype.isChildObject=function(){return"object"==typeof this.treeObj.fields.child},s.prototype.filterHandler=function(e,t){var s=this;this.isFromFilterChange=!0,this.isFilteredData||(this.isRemoteData&&(this.treeObj.expandedNodes=[]),this.treeData=this.treeObj.getTreeData());var l=this.cloneFields(this.fields),n={cancel:!1,preventDefaultAction:!1,event:t,text:e.trim(),fields:l};this.trigger("filtering",n,function(e){if(!e.cancel){var t=!1,l=void 0;if(s.isFilteredData=!0,""===e.text?(s.isFilteredData=!1,s.isFilterRestore=!0,s.isFromFilterChange=!1,l=s.cloneFields(s.fields)):e.preventDefaultAction?l=e.fields:1===s.treeDataType?l=s.selfReferencefilter(e.text,e.fields):s.fields.dataSource instanceof i.DataManager?((l=s.remoteDataFilter(e.text,e.fields)).child=s.fields.child,s.treeObj.fields=s.getTreeFields(e.fields),s.treeObj.dataBind(),t=!0):l=s.nestedFilter(e.text,e.fields),s.hideCheckAll(s.isFilteredData),t)return;if(s.isRemoteData&&(s.isChildObject()?l.child=s.fields.child:l=e.fields),s.treeObj.fields=s.getTreeFields(l),s.treeObj.dataBind(),s.hasTemplate&&s.portals&&s.treeObj.portals){for(var n=0;n<s.treeObj.portals.length;n++)-1===s.portals.indexOf(s.treeObj.portals[n])&&s.portals.push(s.treeObj.portals[n]);s.isReact&&s.renderReactTemplates()}}})},s.prototype.remoteDataFilter=function(e,i){var s=this;return i.dataSource=this.treeData.map(function(t){return s.remoteChildFilter(e,t)}).filter(function(e){return!t.isNullOrUndefined(e)}),i},s.prototype.remoteChildFilter=function(e,i,s,l){var n=this.isChildObject()?i.child:i[this.fields.child];if(t.isNullOrUndefined(n))return this.isMatchedNode(e,i,s,l)?i:null;for(var a=[],o=0;o<n.length;o++){var r=this.remoteChildFilter(e,n[o],!0,!0);t.isNullOrUndefined(r)||a.push(r)}var h=Object.assign({},i);return l=!1,0!==a.length?h.child=a:(h.child=null,h=this.isMatchedNode(e,h)?h:null),h},s.prototype.nestedFilter=function(e,i){for(var s=[],l=0;l<this.treeData.length;l++){var n=this.nestedChildFilter(e,this.treeData[l]);t.isNullOrUndefined(n)||s.push(n)}return i.dataSource=s,i},s.prototype.nestedChildFilter=function(e,i){var s=i[this.fields.child];if(t.isNullOrUndefined(s))return this.isMatchedNode(e,i)?i:null;for(var l=[],n=0;n<s.length;n++){var a=this.nestedChildFilter(e,s[n]);t.isNullOrUndefined(a)||l.push(a)}var o=Object.assign({},i);return 0!==l.length?(o[this.fields.child]=l,o):(o[this.fields.child]=null,this.isMatchedNode(e,o)?o:null)},s.prototype.selfReferencefilter=function(e,i){for(var s=[],l=[],n=0;n<this.treeData.length;n++)this.isMatchedNode(e,this.treeData[n])&&s.push(this.treeData[n]);for(n=0;n<s.length;n++)if(-1===l.indexOf(s[n])){l.push(s[n]);for(var a=s[n][this.fields.parentValue];!t.isNullOrUndefined(a);){for(var o=null,r=0;r<this.treeData.length;r++){var h=this.treeData[r][this.fields.value];if(!t.isNullOrUndefined(h)&&h===a){o=this.treeData[r];break}}if(t.isNullOrUndefined(o)||-1!==l.indexOf(o))break;l.push(o),a=o[this.fields.parentValue]}}return i.dataSource=l,i},s.prototype.isMatchedNode=function(e,t,s,l){var n;if(!(n=s&&l&&this.isChildObject()?t[this.fields.child.text]:t[this.fields.text])){for(var a=this.fields.child;!t[a.text];)a=a.child;n=t[a.text]}return this.ignoreCase&&(n=n.toLowerCase(),e=e.toLowerCase()),this.ignoreAccent&&(n=i.DataUtil.ignoreDiacritics(n),e=i.DataUtil.ignoreDiacritics(e)),"StartsWith"===this.filterType?n.slice(0,e.length)===e:"EndsWith"===this.filterType?n.slice(-e.length)===e:-1!==n.indexOf(e)},s.prototype.wireEvents=function(){t.EventHandler.add(this.inputWrapper,"mouseup",this.dropDownClick,this),t.EventHandler.add(this.inputWrapper,"focus",this.focusIn,this),t.EventHandler.add(this.inputWrapper,"blur",this.focusOut,this),t.EventHandler.add(this.inputWrapper,"mousemove",this.mouseIn,this),t.EventHandler.add(this.inputWrapper,"mouseout",this.onMouseLeave,this),t.EventHandler.add(this.overAllClear,"mousedown",this.clearAll,this),t.EventHandler.add(window,"resize",this.windowResize,this);var e=t.closest(this.inputWrapper,"form");e&&t.EventHandler.add(e,"reset",this.resetValueHandler,this),this.keyboardModule=new t.KeyboardEvents(this.inputWrapper,{keyAction:this.keyActionHandler.bind(this),keyConfigs:this.keyConfigs,eventName:"keydown"})},s.prototype.wireTreeEvents=function(){this.keyboardModule=new t.KeyboardEvents(this.tree,{keyAction:this.treeAction.bind(this),keyConfigs:this.keyConfigs,eventName:"keydown"})},s.prototype.wireCheckAllWrapperEvents=function(){this.keyboardModule=new t.KeyboardEvents(this.checkAllParent,{keyAction:this.checkAllAction.bind(this),keyConfigs:this.keyConfigs,eventName:"keydown"})},s.prototype.unWireEvents=function(){t.EventHandler.remove(this.inputWrapper,"mouseup",this.dropDownClick),t.EventHandler.remove(this.inputWrapper,"focus",this.focusIn),t.EventHandler.remove(this.inputWrapper,"blur",this.focusOut),t.EventHandler.remove(this.inputWrapper,"mousemove",this.mouseIn),t.EventHandler.remove(this.inputWrapper,"mouseout",this.onMouseLeave),t.EventHandler.remove(this.overAllClear,"mousedown",this.clearAll),t.EventHandler.remove(window,"resize",this.windowResize);var e=t.closest(this.inputWrapper,"form");e&&t.EventHandler.remove(e,"reset",this.resetValueHandler)},s.prototype.dropDownClick=function(e){this.enabled&&!this.readonly&&(this.isClearButtonClick?this.isClearButtonClick=!1:(this.isPopupOpen?this.hidePopup():(this.focusIn(e),this.renderPopup()),this.showOverAllClear()))},s.prototype.mouseIn=function(){!this.enabled&&this.readonly||this.showOverAllClear()},s.prototype.onMouseLeave=function(){this.inputFocus||(t.addClass([this.overAllClear],$),t.removeClass([this.inputWrapper],G))},s.prototype.getDirective=function(){return"EJS-DROPDOWNTREE"},s.prototype.focusOut=function(e){if(this.enabled&&!this.readonly&&this.inputFocus&&(!t.Browser.isIE&&"edge"!==t.Browser.info.name||e.target!==this.inputWrapper)){var i=e.relatedTarget;i===this.inputEle||!t.isNullOrUndefined(i)||e.target===this.inputWrapper&&this.isPopupOpen||this.onFocusOut(e)}},s.prototype.onFocusOut=function(e){if(this.inputFocus=!1,this.isPopupOpen&&this.hidePopup(),this.isClearButtonClick&&(this.isClearButtonClick=!1),this.showClearButton&&(this.clearIconWidth=t.select(".e-clear-icon",this.inputWrapper).offsetWidth,t.addClass([this.overAllClear],$),t.removeClass([this.inputWrapper],G)),t.removeClass([this.inputWrapper],[J]),this.allowMultiSelection||this.showCheckBox){var i=!!this.value&&!!this.value.length;"Delimiter"!==this.mode&&"Custom"!==this.mode&&this.chipWrapper&&"Default"===this.mode&&(t.addClass([this.chipWrapper],$),t.removeClass([this.inputWrapper],_),t.removeClass([this.inputEle],X)),!this.wrapText&&i&&this.updateView()}this.changeOnBlur&&this.triggerChangeEvent(e),this.removeValue=!1,this.oldValue=this.value,this.trigger("blur")},s.prototype.updateView=function(){!this.showCheckBox&&!this.allowMultiSelection||"Custom"===this.mode||this.inputFocus||("Box"!==this.mode?t.addClass([this.inputWrapper,this.overFlowWrapper],ae):t.addClass([this.inputWrapper],_),this.value&&0!==this.value.length&&(this.inputWrapper.contains(this.chipWrapper)&&t.addClass([this.chipWrapper],$),t.addClass([this.inputEle],X),this.updateOverFlowView(),this.ensurePlaceHolder()))},s.prototype.triggerChangeEvent=function(e){if((!this.ddtCompareValues(this.oldValue,this.value)||this.isChipDelete)&&!this.removeValue){var t={e:e,oldValue:this.oldValue,value:this.value,isInteracted:!!e,element:this.element};this.trigger("change",t),this.oldValue=this.value}},s.prototype.ddtCompareValues=function(e,t){if(null===e||null===t){return null===e?t===e:0===e.length&&t===e}if(e.length!==t.length)return!1;for(var i=0;i<e.length;i++)if(e[i]!==t[i])return!1;return!0},s.prototype.focusIn=function(e){if(this.enabled&&!this.readonly&&!this.inputFocus){this.showOverAllClear(),this.inputFocus=!0,t.addClass([this.inputWrapper],[J]),(this.allowMultiSelection||this.showCheckBox)&&("Delimiter"!==this.mode&&this.inputFocus&&(this.chipWrapper&&this.value&&0!==this.value.length&&(t.removeClass([this.chipWrapper],$),t.addClass([this.inputEle],X)),t.addClass([this.inputWrapper],_),this.popupObj&&this.popupObj.refreshPosition()),this.wrapText||"Custom"===this.mode||(this.inputWrapper.contains(this.overFlowWrapper)&&t.addClass([this.overFlowWrapper],$),"Delimiter"===this.mode?(t.removeClass([this.inputWrapper],_),t.removeClass([this.inputEle],X)):t.addClass([this.inputWrapper],_),t.removeClass([this.inputWrapper],ae),this.ensurePlaceHolder()));var i={isInteracted:!!e,event:e};this.trigger("focus",i)}},s.prototype.treeAction=function(e){var t=this,i={cancel:!1,event:e};this.trigger("keyPress",i,function(i){if(i.cancel)e.stopImmediatePropagation();else switch(e.action){case"escape":case"altUp":t.inputWrapper.focus(),e.preventDefault(),t.isPopupOpen&&t.hidePopup();break;case"tab":t.isPopupOpen&&t.hidePopup();break;case"enter":case"ctrlEnter":case"shiftEnter":case"csEnter":t.showCheckBox||(t.isValueChange=!0,t.keyEventArgs=e);break;case"space":t.isValueChange=!0,t.keyEventArgs=e;break;case"ctrlA":t.allowMultiSelection&&t.selectAll(!0)}})},s.prototype.keyActionHandler=function(e){var t=this,i={cancel:!1,event:e};this.trigger("keyPress",i,function(i){if(!i.cancel)switch(e.action){case"escape":case"altUp":t.isPopupOpen&&t.hidePopup();break;case"shiftTab":case"tab":t.isPopupOpen&&t.hidePopup(),t.inputFocus&&t.onFocusOut();break;case"altDown":t.isPopupOpen||(t.showPopup(),e.preventDefault());break;case"moveDown":t.showSelectAll&&t.showCheckBox&&t.checkAllParent.focus()}})},s.prototype.checkAllAction=function(e){var i=this,s={cancel:!1,event:e};this.trigger("keyPress",s,function(s){if(!s.cancel)switch(e.action){case"space":i.clickHandler(e);break;case"moveDown":var l=i.treeObj.element.querySelector("li");l.focus(),t.addClass([l],["e-node-focus"])}})},s.prototype.windowResize=function(){this.popupObj&&(this.popupObj.setProperties({width:this.setWidth()}),this.popupObj.refreshPosition())},s.prototype.resetValueHandler=function(e){var i=t.closest(this.inputWrapper,"form");i&&e.target===i&&(this.isDynamicChange=!0,this.setProperties({value:null},!0),this.resetValue(!0),this.isDynamicChange=!1)},s.prototype.getAriaAttributes=function(){return{}},s.prototype.updateOverFlowView=function(){if(this.overFlowWrapper.classList.remove(oe),t.removeClass([this.overFlowWrapper],$),this.value&&this.value.length){var e="",i=void 0,s=void 0,l=void 0,n=1,a=void 0,o=void 0,r=0;this.overFlowWrapper.innerHTML="";this.l10n=new t.L10n(this.getLocaleName(),{overflowCountTemplate:"+${count} more..",totalCountTemplate:"${count} selected"},this.locale);var h=this.l10n.getConstant("overflowCountTemplate"),u=this.l10n.getConstant("totalCountTemplate"),p=this.createElement("span",{className:"e-remain"});this.overFlowWrapper.appendChild(p),p.innerText=h.replace("${count}",this.value.length.toString());var d=p.offsetWidth;if(t.remove(p),this.showDropDownIcon&&(r=t.select(".e-ddt-icon",this.inputWrapper).offsetWidth),!t.isNullOrUndefined(this.value))if("Box"!==this.mode)for(var c=0;!t.isNullOrUndefined(this.value[c]);c++){if(e+=0===c?"":this.delimiterChar+" ",s=this.getOverflowVal(c),e+=s,s=this.overFlowWrapper.innerHTML,this.enableHtmlSanitizer?this.overFlowWrapper.innerText=t.SanitizeHtmlHelper.sanitize(e):this.overFlowWrapper.innerHTML=e,a=this.overFlowWrapper.offsetWidth,i=this.inputWrapper.offsetWidth,a+r+this.clearIconWidth>i){for(void 0!==l&&""!==l&&(s=l,c=n+1),this.overFlowWrapper.innerHTML=s,o=this.value.length-c,a=this.overFlowWrapper.offsetWidth;a+d+r+this.clearIconWidth>=i&&0!==a&&""!==this.overFlowWrapper.innerHTML;){var m=this.overFlowWrapper.innerHTML.split(this.delimiterChar);m.pop(),this.overFlowWrapper.innerHTML=m.join(this.delimiterChar),o++,a=this.overFlowWrapper.offsetWidth}break}a+d+r+this.clearIconWidth<=i?(l=e,n=c):0===c&&(l="",n=-1)}else{t.addClass([this.chipWrapper],$);for(var f=this.chipWrapper.cloneNode(!0),v=t.selectAll(".e-chips",f),g=0;g<v.length;g++){if(s=this.overFlowWrapper.innerHTML,this.overFlowWrapper.appendChild(v[g]),e=this.overFlowWrapper.innerHTML,a=this.overFlowWrapper.offsetWidth,i=this.inputWrapper.offsetWidth,a+r+this.clearIconWidth>i){for(void 0!==l&&""!==l&&(s=l,g=n+1),this.overFlowWrapper.innerHTML=s,o=this.value.length-g,a=this.overFlowWrapper.offsetWidth;a+d+r+this.clearIconWidth>=i&&0!==a&&""!==this.overFlowWrapper.innerHTML;)this.overFlowWrapper.removeChild(this.overFlowWrapper.lastChild),o++,a=this.overFlowWrapper.offsetWidth;break}a+d+r+this.clearIconWidth<=i?(l=e,n=g):0===g&&(l="",n=-1)}}o>0&&this.overFlowWrapper.appendChild(this.updateRemainTemplate(p,o,h,u)),"Box"!==this.mode||this.overFlowWrapper.classList.contains(oe)||t.addClass([p],re)}else this.overFlowWrapper.innerHTML="",t.addClass([this.overFlowWrapper],$);this.updateDelimMode()},s.prototype.updateRemainTemplate=function(e,i,s,l){return this.overFlowWrapper.firstChild&&3===this.overFlowWrapper.firstChild.nodeType&&""===this.overFlowWrapper.firstChild.nodeValue&&this.overFlowWrapper.removeChild(this.overFlowWrapper.firstChild),e.innerHTML="",e.innerText=!this.overFlowWrapper.firstChild||3!==this.overFlowWrapper.firstChild.nodeType&&"Box"!==this.mode?l.replace("${count}",i.toString()):s.replace("${count}",i.toString()),!this.overFlowWrapper.firstChild||3!==this.overFlowWrapper.firstChild.nodeType&&"Box"!==this.mode?(t.addClass([this.overFlowWrapper],oe),t.removeClass([this.overFlowWrapper],re)):t.removeClass([this.overFlowWrapper],oe),e},s.prototype.getOverflowVal=function(e){var i=this.getSelectedData(this.value[e]);return t.getValue(this.treeSettings.loadOnDemand?this.fields.text:"text",i)},s.prototype.updateDelimMode=function(){"Box"!==this.mode?t.select(".e-remain",this.overFlowWrapper)&&!this.overFlowWrapper.classList.contains(oe)?(t.addClass([this.overFlowWrapper],re),t.addClass([this.overFlowWrapper],ae)):(this.overFlowWrapper.classList.remove(re),t.removeClass([this.overFlowWrapper],re)):t.select(".e-remain",this.overFlowWrapper)&&this.overFlowWrapper.classList.remove(re)},s.prototype.createHiddenElement=function(){this.allowMultiSelection||this.showCheckBox?this.hiddenElement=this.createElement("select",{attrs:{"aria-hidden":"true",class:"e-ddt-hidden",tabindex:"-1",multiple:"","aria-label":this.getModuleName()}}):this.hiddenElement=this.createElement("select",{attrs:{"aria-hidden":"true",tabindex:"-1",class:"e-ddt-hidden","aria-label":this.getModuleName()}}),t.prepend([this.hiddenElement],this.inputWrapper),this.validationAttribute()},s.prototype.createClearIcon=function(){this.overAllClear=this.createElement("span",{className:"e-clear-icon e-icons"}),t.addClass([this.overAllClear],$),t.removeClass([this.inputWrapper],G),this.showClearButton&&this.inputWrapper.insertBefore(this.overAllClear,this.inputObj.buttons[0])},s.prototype.validationAttribute=function(){var e=this.inputEle.getAttribute("name")?this.inputEle.getAttribute("name"):this.inputEle.getAttribute("id");this.hiddenElement.setAttribute("name",e),this.inputEle.removeAttribute("name");for(var t=["required","aria-required","form"],i=0;i<t.length;i++){var s=this.inputEle.getAttribute(t[i]);s&&(this.hiddenElement.setAttribute(t[i],s),this.inputEle.removeAttribute(t[i]))}},s.prototype.createChip=function(){if(!this.inputWrapper.contains(this.chipWrapper)){this.chipWrapper=this.createElement("span",{className:"e-chips-wrapper"}),this.chipCollection=this.createElement("span",{className:"e-chips-collection"}),this.chipWrapper.appendChild(this.chipCollection),this.inputWrapper.insertBefore(this.chipWrapper,this.hiddenElement),t.addClass([this.inputWrapper],_);this.getValidMode()&&null!==this.value&&this.value&&0!==this.value.length?t.addClass([this.inputEle],X):(null===this.value||this.value&&0===this.value.length||this.checkWrapper)&&t.addClass([this.chipWrapper],$)}},s.prototype.getValidMode=function(){return!(!this.allowMultiSelection&&!this.showCheckBox)&&("Box"===this.mode||!("Default"!==this.mode||!this.inputFocus))},s.prototype.createSelectAllWrapper=function(){this.checkAllParent=this.createElement("div",{className:ee,attrs:{tabindex:"0"}}),this.selectAllSpan=this.createElement("span",{className:"e-all-text"}),this.selectAllSpan.textContent="";var e=t.closest(this.element,".e-bigger"),i=t.isNullOrUndefined(e)?"":"e-small";this.checkBoxElement=o.createCheckBox(this.createElement,!0,{cssClass:i}),this.checkBoxElement.setAttribute("role","checkbox"),this.checkAllParent.appendChild(this.checkBoxElement),this.checkAllParent.appendChild(this.selectAllSpan),this.setLocale(),t.EventHandler.add(this.checkAllParent,"mouseup",this.clickHandler,this),this.wireCheckAllWrapperEvents()},s.prototype.clickHandler=function(e){var i;if(i=e.currentTarget&&e.currentTarget.classList.contains(ee)?e.currentTarget.firstElementChild.lastElementChild:e.target,this.checkWrapper=t.closest(i,"."+se),!t.isNullOrUndefined(this.checkWrapper)){this.isClicked=!0;var s=t.select(".e-frame",this.checkWrapper);this.changeState(this.checkWrapper,s.classList.contains(ie)?"uncheck":"check",e),this.isClicked=!1}e.preventDefault()},s.prototype.changeState=function(e,i,s){var l,n=e.getElementsByClassName("e-frame")[0];"check"!==i||n.classList.contains(ie)?"uncheck"===i&&n.classList.contains(ie)&&(n.classList.remove(ie),l="false",this.isReverseUpdate||(this.treeObj.uncheckAll(),this.changeOnBlur||this.triggerChangeEvent(s)),this.setLocale(!1)):(n.classList.add(ie),l="true",this.isReverseUpdate||(this.isCheckAllCalled=!0,this.treeObj.checkAll(),this.changeOnBlur||this.triggerChangeEvent(s)),this.setLocale(!0)),this.setMultiSelect(),this.ensurePlaceHolder(),l="check"===i?"true":"false",t.isNullOrUndefined(l)||e.parentElement.setAttribute("aria-checked",l)},s.prototype.setLocale=function(e){if(this.selectAllSpan)if("Select All"!==this.selectAllText||"Unselect All"!==this.unSelectAllText){var i=e?this.unSelectAllText:this.selectAllText;this.selectAllSpan.textContent="";for(var s=0,l=t.compile(i)({},this,e?"unSelectAllText":"selectAllText",null,!this.isStringTemplate);s<l.length;s++){var n=l[s];this.selectAllSpan.textContent=n.textContent}}else this.selectAllSpan.textContent=e?this.unSelectAllText:this.selectAllText},s.prototype.setAttributes=function(){this.inputEle.setAttribute("tabindex","-1"),this.inputEle.setAttribute("aria-label",this.getModuleName());var e=this.element.getAttribute("id");this.hiddenElement.id=e+"_hidden",this.inputWrapper.setAttribute("tabindex","0"),this.inputWrapper.setAttribute("aria-label",this.getModuleName()),t.attributes(this.inputWrapper,this.getAriaAttributes())},s.prototype.setHTMLAttributes=function(){if(Object.keys(this.htmlAttributes).length)for(var e=0,t=Object.keys(this.htmlAttributes);e<t.length;e++){var i=t[e];if("class"===i)this.inputWrapper.classList.add(this.htmlAttributes[""+i]);else if("disabled"===i)this.setProperties({enabled:!1},!0),this.setEnable();else if("readonly"===i)this.setProperties({readonly:!0},!0),this.dataBind();else if("style"===i)this.inputWrapper.setAttribute("style",this.htmlAttributes[""+i]);else{0===i.indexOf("data")||["name","required"].indexOf(i)>-1?this.hiddenElement.setAttribute(i,this.htmlAttributes[""+i]):["title","id","placeholder","aria-placeholder","role","autocorrect","autocomplete","autocapitalize","spellcheck","minlength","maxlength"].indexOf(i)>-1&&"placeholder"===i?a.Input.setPlaceholder(this.htmlAttributes[""+i],this.inputEle):this.inputEle.setAttribute(i,this.htmlAttributes[""+i])}}},s.prototype.updateDataAttribute=function(){for(var e=this.htmlAttributes,i=["class","style","id","type"],s={},l=0;l<this.element.attributes.length;l++)-1===i.indexOf(this.element.attributes[l].name)&&"readonly"!==this.element.attributes[l].name&&(s[this.element.attributes[l].name]=this.element.getAttribute(this.element.attributes[l].name));t.extend(s,e,s),this.setProperties({htmlAttributes:s},!0)},s.prototype.showOverAllClear=function(){if(this.enabled&&!this.readonly&&this.overAllClear){!!this.value&&!!this.value.length&&this.showClearButton?(t.removeClass([this.overAllClear],$),t.addClass([this.inputWrapper],G)):(t.addClass([this.overAllClear],$),t.removeClass([this.inputWrapper],G))}},s.prototype.setTreeValue=function(){if(null!==this.value&&0!==this.value.length){var e=void 0;if(this.showCheckBox||this.allowMultiSelection){for(var i=0;i<this.value.length;i++)e=this.treeObj.getTreeData(this.value[i])[0],t.isNullOrUndefined(e)&&this.value.splice(this.value.indexOf(this.value[i]),1);0!==this.value.length&&this.setValidValue()}else e=this.treeObj.getTreeData(this.value[0])[0],t.isNullOrUndefined(e)?this.setProperties({value:this.currentValue},!0):(this.setProperties({text:e[this.fields.text]},!0),this.setValidValue())}},s.prototype.setTreeText=function(){if((null===this.value||this.isInitialized)&&null!==this.text){var e=void 0,i=[];if(this.showCheckBox||this.allowMultiSelection){for(var s=this.text.split(this.delimiterChar),l=0;l<s.length;l++)e=this.getItems(s[l]),t.isNullOrUndefined(e)||i.push(e[this.fields.value].toString());0!==i.length?(this.oldValue=this.value,this.setProperties({value:i},!0),this.setValidValue()):this.setProperties({text:this.currentText},!0)}else e=this.getItems(this.text),t.isNullOrUndefined(e)?this.setProperties({text:this.currentText},!0):(this.oldValue=this.value,this.setProperties({value:[e[this.fields.value].toString()]},!0),this.setValidValue())}},s.prototype.setSelectedValue=function(){null==this.value&&(this.isInitialized||(this.oldValue=this.value,this.treeObj.selectedNodes.length>0&&!this.showCheckBox?(this.setProperties({value:this.treeObj.selectedNodes},!0),this.allowMultiSelection&&this.updateMode()):this.showCheckBox&&this.treeObj.checkedNodes&&this.treeObj.checkedNodes.length>0&&(this.setProperties({value:this.treeObj.checkedNodes},!0),t.setValue("selectedNodes",[],this.treeObj),this.treeObj.dataBind(),this.updateMode()),this.updateSelectedValues(),this.currentText=this.text,this.currentValue=this.value))},s.prototype.setValidValue=function(){var e=this;if(this.showCheckBox||this.allowMultiSelection){if(this.showCheckBox){(this.value.filter(function(t){return-1===e.treeObj.checkedNodes.indexOf(t)}).length>0||this.treeSettings.autoCheck)&&(this.treeObj.checkedNodes=this.value.slice(),this.treeObj.dataBind(),this.setMultiSelect())}else this.treeObj.selectedNodes=this.value.slice(),this.selectedText=[],this.updateSelectedValues();this.treeObj.dataBind()}else{a.Input.setValue(this.text,this.inputEle,this.floatLabelType);var i=this.value[0].toString();this.treeObj.selectedNodes[0]!==i&&t.setValue("selectedNodes",[i],this.treeObj)}this.currentText=this.text,this.currentValue=this.value,this.isInitialized&&this.triggerChangeEvent()},s.prototype.getItems=function(e){var i;if(1===this.treeDataType)for(var s=0;s<this.treeItems.length;s++){var l=t.getValue(this.fields.text,this.treeItems[s]);if(!t.isNullOrUndefined(this.treeItems[s])&&!t.isNullOrUndefined(l)&&l===e){i=this.treeItems[s];break}}else i=this.getNestedItems(this.treeItems,this.fields,e);return i},s.prototype.getNestedItems=function(e,s,l){for(var n,a=0,o=e.length;a<o;a++){var r=t.getValue(this.fields.text,e[a]);if(e[a]&&r&&r.toString()===l)return e[a];if("string"!=typeof s.child||t.isNullOrUndefined(t.getValue(s.child,e[a]))){if(this.fields.dataSource instanceof i.DataManager&&!t.isNullOrUndefined(t.getValue("child",e[a]))){if(void 0!==(n=this.getNestedItems(t.getValue("child",e[a]),this.getChildType(s),l)))break}}else{var h=t.getValue(s.child,e[a]);if(void 0!==(n=this.getNestedItems(h,this.getChildType(s),l)))break}}return n},s.prototype.getChildType=function(e){return"string"==typeof e.child||t.isNullOrUndefined(e.child)?e:e.child},s.prototype.renderTree=function(){this.treeObj=new r.TreeView({fields:this.getTreeFields(this.fields),enableRtl:this.enableRtl,nodeSelected:this.onNodeSelected.bind(this),nodeChecked:this.onNodeChecked.bind(this),nodeChecking:this.beforeCheck.bind(this),nodeExpanded:this.onNodeExpanded.bind(this),actionFailure:this.onActionFailure.bind(this),nodeClicked:this.onNodeClicked.bind(this),dataBound:this.OnDataBound.bind(this),allowMultiSelection:this.allowMultiSelection,enableHtmlSanitizer:this.enableHtmlSanitizer,showCheckBox:this.showCheckBox,autoCheck:this.treeSettings.autoCheck,sortOrder:this.sortOrder,expandOn:this.treeSettings.expandOn,loadOnDemand:this.treeSettings.loadOnDemand,nodeSelecting:this.onBeforeSelect.bind(this),nodeTemplate:this.itemTemplate}),this.treeObj.root=this.root?this.root:this,this.treeObj.appendTo(this.tree)},s.prototype.renderPopup=function(){var e=this;this.isFilteredData&&(this.filterObj.value="",this.treeObj.fields=this.getTreeFields(this.fields),this.isFilterRestore=!0,this.isFilteredData=!1,this.hideCheckAll(!1));var i=!1;this.trigger("beforeOpen",{cancel:!1},function(s){if(s.cancel?i=!0:(t.addClass([e.inputWrapper],["e-icon-anim"]),e.isFirstRender?(e.popupEle=e.createElement("div",{id:e.element.id+"_options",className:"e-ddt e-popup "+(null!=e.cssClass?e.cssClass:"")}),e.popupEle.setAttribute("role","region"),e.popupEle.setAttribute("aria-label",e.element.id),document.body.appendChild(e.popupEle),e.createPopup(e.popupEle)):(e.popupEle=e.popupObj.element,e.isReact&&e.isFilterRestore&&(e.treeObj.refresh(),e.isFilteredData=!0,e.popupEle.removeChild(e.filterContainer)))),(e.isFirstRender&&!i||e.isFilteredData)&&(e.isFilteredData=!1,t.prepend([e.popupDiv],e.popupEle),t.removeClass([e.popupDiv],Z),e.allowFiltering&&e.renderFilter(),e.showCheckBox&&e.showSelectAll&&!e.popupDiv.classList.contains(le)&&(e.createSelectAllWrapper(),e.popupEle.insertBefore(e.checkAllParent,e.popupDiv)),e.headerTemplate&&e.setHeaderTemplate(),e.footerTemplate&&e.setFooterTemplate(),e.isFirstRender=!1,e.hasTemplate&&e.portals&&(e.treeObj.portals&&(e.portals=e.portals.concat(e.treeObj.portals.filter(function(t){return!e.portals.includes(t)}))),e.isReact&&e.renderReactTemplates(e.reactCallBack))),!i){if(t.attributes(e.inputEle,{"aria-expanded":"true"}),e.popupObj.show(null,1e3===e.zIndex?e.inputEle:null),t.removeClass([e.popupEle],Z),e.updatePopupHeight(),e.popupObj.refreshPosition(),(!e.showCheckBox||!e.showSelectAll)&&!e.popupDiv.classList.contains(le)&&e.treeItems.length>0){var l=void 0;if(null!=e.value&&null!=e.text)e.treeObj.element.querySelector("li").setAttribute("tabindex","-1"),(l=e.treeObj.element.querySelector('[data-uid="'+e.value[0]+'"]')).setAttribute("tabindex","0");else{var n=e.treeObj.element.querySelector(".e-node-focus");l=e.treeObj.element.querySelector("li:not(.e-disable):not(.e-prevent)"),n&&n!=l&&(n.setAttribute("tabindex","-1"),t.removeClass([n],"e-node-focus"))}l.focus(),t.addClass([l],["e-node-focus"])}if(e.treeObj.checkedNodes.length>0){var a=e.treeObj.element.querySelectorAll("li");if((e.treeObj.element.querySelectorAll("li[aria-checked=true]").length===a.length||e.checkSelectAll)&&e.checkBoxElement){var o=t.closest(e.checkBoxElement,"."+se);e.changeState(o,"check"),e.checkSelectAll=!1}}e.allowFiltering&&(t.removeClass([e.inputWrapper],[J]),e.filterObj.element.focus());var r={popup:e.popupObj};e.trigger("open",r)}})},s.prototype.reactCallBack=function(){this.updatePopupHeight(),this.popupObj.refreshPosition()},s.prototype.updatePopupHeight=function(){if(!this.isFirstRender){var e=this.getHeight();if(this.popupEle.style.maxHeight=e,this.allowFiltering){var i=Math.round(this.filterContainer.getBoundingClientRect().height);e=t.formatUnit(parseInt(e,10)-i+"px")}if(this.headerTemplate){i=Math.round(this.header.getBoundingClientRect().height);e=t.formatUnit(parseInt(e,10)-i+"px")}if(this.showCheckBox&&this.showSelectAll&&!this.popupDiv.classList.contains(le)){i=Math.round(this.checkAllParent.getBoundingClientRect().height);e=t.formatUnit(parseInt(e,10)-i+"px")}if(this.footerTemplate){i=Math.round(this.footer.getBoundingClientRect().height);e=t.formatUnit(parseInt(e,10)-i+"px")}var s=parseInt(window.getComputedStyle(this.popupEle).borderTopWidth,10);s+=parseInt(window.getComputedStyle(this.popupEle).borderBottomWidth,10),e=t.formatUnit(parseInt(e,10)-s+"px"),this.popupDiv.style.maxHeight=e}},s.prototype.createPopup=function(e){var i=this;this.isFirstRender&&(this.popupObj=new n.Popup(e,{width:this.setWidth(),targetType:"relative",collision:{X:"flip",Y:"flip"},relateTo:this.inputWrapper,zIndex:this.zIndex,enableRtl:this.enableRtl,position:{X:"left",Y:"bottom"},close:function(){i.isPopupOpen=!1},open:function(){t.EventHandler.add(document,"mousedown",i.onDocumentClick,i),i.isPopupOpen=!0},targetExitViewport:function(){t.Browser.isDevice||i.hidePopup()}}))},s.prototype.setElementWidth=function(e){var i=this.inputWrapper;t.isNullOrUndefined(e)||("number"==typeof e?i.style.width=t.formatUnit(e):"string"==typeof e&&(i.style.width=e.match(/px|%|em/)?e:t.formatUnit(e)))},s.prototype.setWidth=function(){var e=t.formatUnit(this.popupWidth);return e.indexOf("%")>-1?e=(this.inputWrapper.offsetWidth*parseFloat(e)/100).toString()+"px":"string"==typeof this.popupWidth&&(e=this.popupWidth.match(/px|em/)?this.popupWidth:e),e},s.prototype.getHeight=function(){var e=t.formatUnit(this.popupHeight);return e.indexOf("%")>-1?e=(document.documentElement.clientHeight*parseFloat(e)/100).toString()+"px":"string"==typeof this.popupHeight&&(e=this.popupHeight.match(/px|em/)?this.popupHeight:e),e},s.prototype.onDocumentClick=function(e){var i=e.target,s=t.closest(i,".e-list-parent"),l=t.closest(i,".e-filter-wrap"),n=t.closest(i,".e-ddt-header"),a=t.closest(i,".e-ddt-footer"),o=!!i.classList.contains("e-dropdown")||(t.matches(i,".e-ddt .e-popup")||t.matches(i,".e-ddt .e-treeview"));this.isPopupOpen&&(!t.isNullOrUndefined(this.inputWrapper)&&this.inputWrapper.contains(i)||s||o||n||a)||(this.allowMultiSelection||this.showCheckBox)&&(this.isPopupOpen&&i.classList.contains(Y)||this.isPopupOpen&&(i.classList.contains(ee)||i.classList.contains("e-all-text")||i.classList.contains("e-frame")))?(this.isDocumentClick=!1,e.preventDefault()):t.isNullOrUndefined(this.inputWrapper)||this.inputWrapper.contains(i)||!this.inputFocus||l||this.focusOut(e)},s.prototype.onActionFailure=function(e){this.trigger("actionFailure",e),this.l10nUpdate(!0),t.addClass([this.popupDiv],le)},s.prototype.OnDataBound=function(e){this.treeItems=e.data,this.treeItems.length<=0?(this.l10nUpdate(),t.addClass([this.popupDiv],le),this.hideCheckAll(!0)):this.popupDiv.classList.contains(le)&&this.treeItems.length>=1&&(t.removeClass([this.popupDiv],le),this.hideCheckAll(!1)),this.treeDataType=this.getTreeDataType(this.treeItems,this.fields),this.isFirstRender&&this.isRemoteData&&(this.setTreeValue(),this.setTreeText(),this.updateHiddenValue(),this.setSelectedValue(),this.wrapText||this.updateView(),this.treeObj.element.focus());var i={data:e.data};this.trigger("dataBound",i),null===this.filterObj&&(this.isFilteredData=!1),this.isFilteredData&&this.treeObj.expandAll(),this.isFilterRestore&&(this.restoreFilterSelection(),this.isFilterRestore=!1)},s.prototype.restoreFilterSelection=function(){this.showCheckBox?this.treeObj.checkedNodes=this.value?this.value:[]:this.treeObj.selectedNodes=this.value?this.value:[]},s.prototype.setCssClass=function(e,i){var s=this.popupObj?[this.inputWrapper,this.popupObj.element]:[this.inputWrapper];t.isNullOrUndefined(i)||""===i||t.removeClass(s,i.split(" ")),t.isNullOrUndefined(e)||""===e||t.addClass(s,e.split(" "))},s.prototype.setEnableRTL=function(e){e?this.inputWrapper.classList.add("e-rtl"):this.inputWrapper.classList.remove("e-rtl"),this.popupObj&&(this.popupObj.enableRtl=e,this.popupObj.dataBind()),this.treeObj&&(this.treeObj.enableRtl=e,this.treeObj.dataBind())},s.prototype.setEnable=function(){a.Input.setEnabled(this.enabled,this.inputEle),this.enabled?(t.removeClass([this.inputWrapper],"e-disabled"),this.inputEle.setAttribute("aria-disabled","false"),this.inputWrapper.setAttribute("aria-disabled","false")):(this.isPopupOpen&&this.hidePopup(),t.addClass([this.inputWrapper],"e-disabled"),this.inputWrapper&&this.inputWrapper.classList.contains(J)&&t.removeClass([this.inputWrapper],[J]),this.inputEle.setAttribute("aria-disabled","true"),this.inputWrapper.setAttribute("aria-disabled","true"))},s.prototype.cloneFields=function(e){return{dataSource:e.dataSource,value:e.value,text:e.text,parentValue:e.parentValue,child:this.cloneChildField(e.child),hasChildren:e.hasChildren,expanded:e.expanded,iconCss:e.iconCss,imageUrl:e.imageUrl,htmlAttributes:e.htmlAttributes,query:e.query,selected:e.selected,selectable:e.selectable,tableName:e.tableName,tooltip:e.tooltip}},s.prototype.cloneChildField=function(e){if("string"==typeof e)return e;return{dataSource:e.dataSource,value:e.value,text:e.text,parentValue:e.parentValue,child:e.child?this.cloneChildField(e.child):null,hasChildren:e.hasChildren,expanded:e.expanded,iconCss:e.iconCss,imageUrl:e.imageUrl,htmlAttributes:e.htmlAttributes,query:e.query,selected:e.selected,selectable:e.selectable,tableName:e.tableName,tooltip:e.tooltip}},s.prototype.getTreeFields=function(e){return{dataSource:e.dataSource,id:e.value,text:e.text,parentID:e.parentValue,child:this.getTreeChildren(e.child),hasChildren:e.hasChildren,expanded:e.expanded,iconCss:e.iconCss,imageUrl:e.imageUrl,isChecked:e.selected,htmlAttributes:e.htmlAttributes,query:e.query,selectable:e.selectable,selected:e.selected,tableName:e.tableName,tooltip:e.tooltip}},s.prototype.getTreeChildren=function(e){if("string"==typeof e)return e;if(!t.isNullOrUndefined(e)){var i=e=this.getActualProperties(e);return e.value&&(i.id=e.value),e.parentValue&&(i.parentID=e.parentValue),e.child&&(i.child=this.getTreeChildren(e.child)),e.selected&&this.showCheckBox&&(i.isChecked=e.selected),i}return null},s.prototype.getTreeDataType=function(e,s){if(this.fields.dataSource instanceof i.DataManager){for(var l=0;l<e.length;l++)if("string"==typeof s.child&&t.isNullOrUndefined(t.getValue(s.child,e[l])))return 1;return 2}t.isNullOrUndefined(this.fields.dataSource)&&(this.fields.dataSource=[]);l=0;for(var n=this.fields.dataSource.length;l<n;l++){if("string"==typeof s.child&&!t.isNullOrUndefined(t.getValue(s.child,this.fields.dataSource[l])))return 2;if(!t.isNullOrUndefined(t.getValue(s.parentValue,this.fields.dataSource[l]))||!t.isNullOrUndefined(t.getValue(s.hasChildren,this.fields.dataSource[l])))return 1}return 1},s.prototype.setFields=function(){this.resetValue(),this.hasTemplate&&this.updateTemplate(),this.treeObj.fields=this.getTreeFields(this.fields),this.treeObj.dataBind()},s.prototype.getEventArgs=function(e){var t,i=e.data,s=e.nodeData;this.showCheckBox&&("check"===e.action?t="select":"uncheck"===e.action&&(t="un-select"));return{action:this.showCheckBox?t:e.action,isInteracted:!!this.isClicked||e.isInteracted,item:e.node,itemData:this.showCheckBox?i[0]:s}},s.prototype.onBeforeSelect=function(e){e.isInteracted&&(this.oldValue=this.value?this.value.slice():this.value,null===this.value&&this.setProperties({value:[]},!0))},s.prototype.updateHiddenValue=function(){this.allowMultiSelection||this.showCheckBox||(this.value&&this.value.length?this.hiddenElement.innerHTML='<option selected value ="'+this.value[0]+'">'+this.text+"</option>":this.hiddenElement.innerHTML="")},s.prototype.onNodeSelected=function(e){if(!this.showCheckBox){var i=this.getEventArgs(e);this.trigger("select",i);var s;if(e.isInteracted){var l=t.getValue("id",e.nodeData).toString();this.allowMultiSelection?this.allowMultiSelection&&this.setMultiSelect():(this.hiddenElement.innerHTML="",this.setProperties({value:[l]},!0),s=this.itemTemplate?t.getValue("text",this.treeObj.getNode(l)):t.getValue("text",e.nodeData).toString(),a.Input.setValue(s,this.inputEle,this.floatLabelType),this.setProperties({text:s},!0),this.currentText=this.text,this.currentValue=this.value,t.attributes(this.inputWrapper,{"aria-describedby":this.element.id}),t.attributes(this.inputWrapper,{"aria-activedescendant":l.toString()}),this.updateHiddenValue(),this.showOverAllClear(),this.hidePopup(),this.isNodeSelected=!0)}this.isValueChange&&!this.changeOnBlur&&(this.triggerChangeEvent(this.keyEventArgs),this.isValueChange=!1)}},s.prototype.onNodeClicked=function(e){!this.changeOnBlur&&this.isNodeSelected&&(this.triggerChangeEvent(e.event),this.isNodeSelected=!1);var t=e.event.target;if((t.classList.contains("e-fullrow")||t.classList.contains("e-list-text"))&&this.showCheckBox){this.isClicked=!0;"true"===this.treeObj.getNode(e.node).isChecked?this.treeObj.uncheckAll([e.node]):this.treeObj.checkAll([e.node]),this.isClicked=!1,this.setMultiSelect(),this.ensurePlaceHolder()}this.changeOnBlur||!this.allowMultiSelection&&!this.showCheckBox||this.triggerChangeEvent(e.event)},s.prototype.onNodeChecked=function(e){var i=this.getEventArgs(e);if(this.trigger("select",i),this.isFilteredData&&"uncheck"===e.action){var s=t.getValue("id",e.data[0]).toString();this.removeSelectedData(s,!0)}if(!this.isChipDelete&&e.isInteracted&&(this.setMultiSelect(),this.ensurePlaceHolder()),this.showSelectAll&&this.checkBoxElement){var l=this.treeObj.element.querySelectorAll("li"),n=this.treeObj.element.querySelectorAll("li[aria-checked=true]"),a=t.closest(this.checkBoxElement,"."+se);a&&"uncheck"===e.action&&(e.isInteracted||0===n.length||!t.isNullOrUndefined(e.data[0])&&"false"===e.data[0].isChecked)?(this.isReverseUpdate=!0,this.changeState(a,"uncheck"),this.isReverseUpdate=!1):a&&"check"===e.action&&n.length===l.length&&(e.isInteracted||this.isCheckAllCalled||!t.isNullOrUndefined(e.data[0])&&"true"===e.data[0].isChecked)&&(this.isReverseUpdate=!0,this.isCheckAllCalled=!1,this.changeState(a,"check"),this.isReverseUpdate=!1)}},s.prototype.beforeCheck=function(e){e.isInteracted&&(this.oldValue=this.value?this.value.slice():this.value)},s.prototype.onNodeExpanded=function(e){if(this.hasTemplate&&this.portals&&this.treeObj.portals){for(var t=0;t<this.treeObj.portals.length;t++)-1===this.portals.indexOf(this.treeObj.portals[t])&&this.portals.push(this.treeObj.portals[t]);this.renderReactTemplates()}},s.prototype.updateClearButton=function(e){if(e?this.inputWrapper.contains(this.overAllClear)?(t.removeClass([this.overAllClear],$),t.addClass([this.inputWrapper],G)):this.inputEle.parentElement.insertBefore(this.overAllClear,this.inputEle.nextSibling):(t.addClass([this.overAllClear],$),t.removeClass([this.inputWrapper],G)),(this.allowMultiSelection||this.showCheckBox)&&this.chipWrapper)for(var i=t.selectAll("."+Y,this.chipWrapper),s=0;s<i.length;s++)e?t.removeClass([i[s]],$):t.addClass([i[s]],$)},s.prototype.updateDropDownIconState=function(e){var i=t.select(".e-ddt-icon",this.inputWrapper);e?(i?t.removeClass([i],$):a.Input.appendSpan(K,this.inputWrapper,this.createElement),t.addClass([this.inputWrapper],Q)):(t.addClass([i],$),t.removeClass([this.inputWrapper],Q))},s.prototype.updateMode=function(){if("Custom"!==this.mode)if("Delimiter"!==this.mode){this.inputWrapper.contains(this.chipWrapper)||this.createChip();var e=this.getValidMode();this.chipWrapper.classList.contains($)&&e?(t.removeClass([this.chipWrapper],$),t.addClass([this.inputWrapper],_)):e||(t.addClass([this.chipWrapper],$),t.removeClass([this.inputWrapper],_));var i=null!==this.value&&0!==this.value.length;e&&i?t.addClass([this.inputEle],X):t.removeClass([this.inputEle],X)}else this.inputEle.classList.contains(X)&&(t.removeClass([this.inputEle],X),this.chipWrapper&&(t.addClass([this.chipWrapper],$),t.removeClass([this.inputWrapper],_)))},s.prototype.ensurePlaceHolder=function(){(t.isNullOrUndefined(this.value)||this.value&&0===this.value.length)&&(t.removeClass([this.inputEle],X),this.chipWrapper&&t.addClass([this.chipWrapper],$))},s.prototype.ensureClearIconPosition=function(e){"Never"!==e&&this.inputWrapper.insertBefore(this.overAllClear,this.inputObj.buttons[0])},s.prototype.setMultiSelectValue=function(e){if(this.isFilteredData){for(var i=t.isNullOrUndefined(this.value)?[]:this.value,s=0;s<e.length;s++)(t.isNullOrUndefined(this.value)||-1===this.value.indexOf(e[s]))&&i.push(e[s]);this.setProperties({value:i},!0)}else this.setProperties({value:this.isFromFilterChange&&e&&0===e.length?this.value:e},!0),this.isFromFilterChange=!1,e&&0!==e.length&&!this.showCheckBox&&(this.treeObj.selectedNodes=this.value.slice(),this.treeObj.dataBind())},s.prototype.setMultiSelect=function(){if(this.showCheckBox&&!this.isDynamicChange)this.setMultiSelectValue(this.treeObj.checkedNodes.slice());else{var e=this.allowMultiSelection?this.showCheckBox?this.treeObj.checkedNodes:this.treeObj.selectedNodes:this.value?this.showCheckBox?this.value:[this.value[0]]:null;this.setMultiSelectValue(e),this.showCheckBox&&null!==this.value&&(this.treeObj.checkedNodes=this.value,this.treeObj.dataBind())}this.selectedText=[];var i=!!this.allowMultiSelection||!!this.showCheckBox;this.inputWrapper.contains(this.chipWrapper)&&!i&&(t.removeClass([this.inputEle],X),t.detach(this.chipWrapper));this.getValidMode()&&null!==this.value&&(t.addClass([this.inputEle],X),this.chipWrapper&&t.removeClass([this.chipWrapper],$));var s=!!this.value&&!!this.value.length;this.chipWrapper&&"Box"===this.mode&&!s&&(t.addClass([this.chipWrapper],$),t.removeClass([this.inputEle],X)),this.updateSelectedValues()},s.prototype.getSelectedData=function(e){var i=null;if(this.isFilteredData)for(var s=0;s<this.selectedData.length;s++)if(t.getValue(this.treeSettings.loadOnDemand?this.fields.value:"id",this.selectedData[s]).toString()===e){i=this.selectedData[s];break}return t.isNullOrUndefined(i)&&(i=this.treeSettings.loadOnDemand?this.getNodeData(e):this.treeObj.getNode(e),t.isNullOrUndefined(i)||this.selectedData.push(i)),i},s.prototype.getNodeData=function(e){if(!t.isNullOrUndefined(e)){if(1!==this.treeDataType)return this.getChildNodeData(this.treeItems,this.fields,e);for(var i=0,s=this.treeItems.length;i<s;i++){var l=t.getValue(this.fields.value,this.treeItems[i]);if(!t.isNullOrUndefined(this.treeItems[i])&&!t.isNullOrUndefined(l)&&l.toString()===e)return this.treeItems[i]}}},s.prototype.getChildNodeData=function(e,s,l){var n;if(t.isNullOrUndefined(e))return n;for(var a=0,o=e.length;a<o;a++){var r=t.getValue(s.value,e[a]);if(e[a]&&r&&r.toString()===l)return e[a];if("string"!=typeof s.child||t.isNullOrUndefined(t.getValue(s.child,e[a]))){if(this.fields.dataSource instanceof i.DataManager&&!t.isNullOrUndefined(t.getValue("child",e[a]))){if(void 0!==(n=this.getChildNodeData(t.getValue("child",e[a]),this.getChildMapperFields(s),l)))break}}else{var h=t.getValue(s.child,e[a]);if(void 0!==(n=this.getChildNodeData(h,this.getChildMapperFields(s),l)))break}}return n},s.prototype.getChildMapperFields=function(e){return"string"==typeof e.child||t.isNullOrUndefined(e.child)?e:e.child},s.prototype.removeSelectedData=function(e,i){var s=t.isNullOrUndefined(this.value)?[]:this.value.slice();s.splice(s.indexOf(e),1),this.setProperties({value:s},i);for(var l=0;l<this.selectedData.length;l++)if(t.getValue(this.treeSettings.loadOnDemand?this.fields.value:"id",this.selectedData[l]).toString()===e){this.selectedData.splice(l,1);break}},s.prototype.updateSelectedValues=function(){this.dataValue="";var e,i,s,l="";this.hiddenElement.innerHTML="";var n="";if(this.isChipDelete&&!this.treeSettings.autoCheck||!this.inputWrapper.contains(this.chipWrapper)||(this.chipCollection.innerHTML=""),this.isFilteredData||(this.selectedData=[]),!t.isNullOrUndefined(this.value)){for(var o=0,r=this.value.length;o<r;o++)s=this.getSelectedData(this.value[o]),i=t.getValue(this.treeSettings.loadOnDemand?this.fields.text:"text",s),this.selectedText.push(i),e=this.selectedText[this.selectedText.length-1],this.selectedText.length>1?(this.dataValue+=this.delimiterChar+" "+e,l+=","+e):(this.dataValue+=e,l+=e),"Custom"===this.mode||"Delimiter"===this.mode||this.isChipDelete&&!this.treeSettings.autoCheck||!this.allowMultiSelection&&!this.showCheckBox||this.setChipValues(e,this.value[o]),n+='<option selected value ="'+this.value[o]+'">'+this.selectedText[this.selectedText.length-1]+"</option>";this.selectedText.length>=1&&this.setProperties({text:l},!0),this.hiddenElement.innerHTML=n,"Custom"===this.mode&&(this.allowMultiSelection||this.showCheckBox)&&this.setTagValues()}var h=this.getValidMode();"Custom"===this.mode||"Box"===this.mode||!this.allowMultiSelection&&!this.showCheckBox||h||this.chipWrapper&&(t.addClass([this.chipWrapper],$),t.removeClass([this.inputWrapper],_)),a.Input.setValue(this.dataValue,this.inputEle,this.floatLabelType),""===l?this.setProperties({text:null},!0):this.setProperties({text:l},!0),this.showClearButton&&this.inputFocus&&this.showOverAllClear(),(this.allowMultiSelection||this.showCheckBox)&&this.popupObj&&this.popupObj.refreshPosition(),this.currentText=this.text,this.currentValue=this.value},s.prototype.setChipValues=function(e,i){this.inputWrapper.contains(this.chipWrapper)||this.createChip();var s=this.createElement("span",{className:"e-chips",attrs:{"data-value":i}}),l=this.createElement("span",{className:"e-chipcontent"}),n=this.createElement("span",{className:Y+" e-icons"});this.enableHtmlSanitizer?l.innerText=t.SanitizeHtmlHelper.sanitize(e):l.innerHTML=e,s.appendChild(l),this.chipCollection.appendChild(s),this.showClearButton&&(s.appendChild(n),t.EventHandler.add(n,"mousedown",this.removeChip,this))},s.prototype.setTagValues=function(){if(null!==this.value&&null!=this.text){this.inputWrapper.contains(this.chipWrapper)||this.createChip(),this.inputWrapper.classList.contains(_)||t.addClass([this.inputWrapper],_);var e=this.createElement("span",{className:"e-chips"});this.inputEle.classList.contains(X)||t.addClass([this.inputEle],X),this.chipWrapper.classList.contains($)&&t.removeClass([this.chipWrapper],$);var i=this.createElement("span",{className:"e-chipcontent"}),s=this.customTemplate,l=this.customTemplateId,n=this.templateComplier(s)({value:this.value,text:this.text},this,"customTemplate",l,this.isStringTemplate,void 0,i);n&&(n=Array.prototype.slice.call(n),t.append(n,i)),e.appendChild(i),this.chipCollection.appendChild(e)}},s.prototype.setSelectAllWrapper=function(e){this.isFirstRender||(e&&!this.popupEle.contains(this.checkAllParent)&&this.showCheckBox?(this.createSelectAllWrapper(),this.popupEle.insertBefore(this.checkAllParent,this.popupDiv)):this.popupEle.contains(this.checkAllParent)&&(t.detach(this.checkAllParent),this.checkAllParent=null))},s.prototype.setHeaderTemplate=function(){this.header?this.header.innerHTML="":(this.header=this.createElement("div"),t.addClass([this.header],"e-ddt-header"));var e=this.templateComplier(this.headerTemplate)({},this,"headerTemplate",this.headerTemplateId,this.isStringTemplate,void 0,this.header);e&&(e=Array.prototype.slice.call(e),t.append(e,this.header)),this.popupEle.insertBefore(this.header,this.checkAllParent?this.checkAllParent:this.popupDiv)},s.prototype.templateComplier=function(e){if(e)try{return"function"!=typeof e&&document.querySelectorAll(e).length?t.compile(document.querySelector(e).innerHTML.trim()):t.compile(e)}catch(i){return t.compile(e)}return t.compile(e)},s.prototype.setFooterTemplate=function(){this.footer?this.isReact&&"function"==typeof this.footerTemplate?this.clearTemplate(["footerTemplate"]):this.footer.innerHTML="":(this.footer=this.createElement("div"),t.addClass([this.footer],"e-ddt-footer"));var e=this.templateComplier(this.footerTemplate)({},this,"footerTemplate",this.footerTemplateId,this.isStringTemplate,void 0,this.footer);e&&(e=Array.prototype.slice.call(e),t.append(e,this.footer)),t.append([this.footer],this.popupEle)},s.prototype.clearAll=function(e){this.enabled&&!this.readonly&&(this.resetValue(),this.showOverAllClear(),(this.allowMultiSelection||this.showCheckBox)&&(this.popupObj&&this.popupObj.refreshPosition(),this.wrapText||this.updateOverflowWrapper(!0)),e&&(this.isClearButtonClick=!0),this.changeOnBlur||this.triggerChangeEvent(e))},s.prototype.removeChip=function(e){if(this.enabled&&!this.readonly){var i=e.target.parentElement,s=i.getAttribute("data-value");this.chipCollection&&i&&t.remove(i),this.isChipDelete=!0,this.isClearButtonClick=!0,this.removeSelectedData(s,!0),this.selectedText=[],this.allowMultiSelection&&(this.treeObj.selectedNodes=this.value.slice(),this.updateSelectedValues()),this.showCheckBox&&(this.treeObj.uncheckAll([s]),this.clearCheckAll(),this.setMultiSelect()),this.triggerChangeEvent(e),this.isChipDelete=!1,this.ensurePlaceHolder()}},s.prototype.resetValue=function(e){this.value===[]&&null==this.text||(a.Input.setValue(null,this.inputEle,this.floatLabelType),e||(this.oldValue=this.value,this.setProperties({value:[]},!0)),this.dataValue=null,this.setProperties({text:null},!0),this.selectedData=[],t.setValue("selectedNodes",[],this.treeObj),this.hiddenElement.innerHTML="",this.showCheckBox&&(this.treeObj.uncheckAll(),this.setMultiSelect(),this.clearCheckAll()),null!==this.oldValue||e?e&&this.triggerChangeEvent():this.removeValue=!0,(this.allowMultiSelection||this.showCheckBox)&&this.chipWrapper&&(this.chipCollection.innerHTML="",this.wrapText||this.updateOverflowWrapper(!0),this.ensurePlaceHolder()))},s.prototype.clearCheckAll=function(){this.showSelectAll&&this.value&&0===this.value.length&&this.setLocale(!1)},s.prototype.selectAllItems=function(e){if(this.showCheckBox)e?(this.isCheckAllCalled=!0,this.treeObj.checkAll()):this.treeObj.uncheckAll(),this.checkSelectAll=e;else if(this.allowMultiSelection)if(e){for(var i=t.selectAll("li",this.treeObj.element),s=void 0,l=[],n=0;n<i.length;n++)s=i[n].getAttribute("data-uid").toString(),l.push(s);this.treeObj.selectedNodes=l}else this.treeObj.selectedNodes=[];this.updateMode(),this.setMultiSelect(),this.wrapText||(e?this.updateView():this.updateOverflowWrapper(!0))},s.prototype.updateTreeSettings=function(e){var t=Object.keys(e.treeSettings)[0];if("autoCheck"===t)this.treeObj.autoCheck=this.treeSettings.autoCheck;else if("loadOnDemand"===t)this.treeObj.loadOnDemand=this.treeSettings.loadOnDemand;else if("expandOn"===t)return this.treeObj.expandOn=this.treeSettings.expandOn,void this.treeObj.dataBind();this.treeObj.dataBind(),this.setMultiSelect(),this.updateValue(this.value)},s.prototype.updateCheckBoxState=function(e){this.hasTemplate&&this.updateTemplate(),this.wrapText||this.updateOverflowWrapper(!1),this.treeObj.showCheckBox=e,this.treeObj.dataBind(),this.isDynamicChange=!0,this.setSelectAllWrapper(this.showSelectAll),this.showSelectAll&&this.setLocale(),this.showCheckBox&&this.updateMode(),this.setMultiSelect(),this.isDynamicChange=!1},s.prototype.updateTemplate=function(){this.popupObj&&(this.clearTemplate(),this.portals=[],this.popupObj.destroy(),this.isPopupOpen?(this.hidePopup(),this.isFirstRender=!0,this.renderPopup()):this.isFirstRender=!0)},s.prototype.l10nUpdate=function(e){if(this.noRecord?this.noRecord.innerHTML="":this.noRecord=this.createElement("div"),"No Records Found"!==this.noRecordsTemplate||"The Request Failed"!==this.actionFailureTemplate){var i=e?this.actionFailureTemplate:this.noRecordsTemplate,s=e?this.actionFailureTemplateId:this.noRecordsTemplateId,l=e?"actionFailureTemplate":"noRecordsTemplate",n=this.templateComplier(i)({},this,l,s,this.isStringTemplate,void 0,this.noRecord);n&&(n=Array.prototype.slice.call(n),t.append(n,this.noRecord))}else{this.l10n=new t.L10n(this.getLocaleName(),{noRecordsTemplate:"No Records Found",actionFailureTemplate:"The Request Failed"},this.locale),this.noRecord.innerHTML=e?this.l10n.getConstant("actionFailureTemplate"):this.l10n.getConstant("noRecordsTemplate")}t.addClass([this.noRecord],"e-ddt-nodata"),t.prepend([this.noRecord],this.popupDiv)},s.prototype.updateRecordTemplate=function(e){this.treeItems&&this.treeItems.length<=0&&(this.l10nUpdate(e),this.hasTemplate&&this.updateTemplate())},s.prototype.updateOverflowWrapper=function(e){e?this.inputWrapper.contains(this.overFlowWrapper)&&e&&(this.overFlowWrapper.innerHTML=""):this.inputWrapper.contains(this.overFlowWrapper)||(this.overFlowWrapper=this.createElement("span",{className:ne+" "+$}),this.inputWrapper.insertBefore(this.overFlowWrapper,this.hiddenElement))},s.prototype.updateMultiSelection=function(e){this.wrapText||this.updateOverflowWrapper(!1),this.treeObj.allowMultiSelection=e,this.treeObj.dataBind(),this.updateOption(),this.allowMultiSelection&&this.updateMode(),this.setMultiSelect()},s.prototype.updateAllowFiltering=function(e){this.isFirstRender||(e?this.renderFilter():this.destroyFilter())},s.prototype.updateFilterPlaceHolder=function(){this.filterObj&&(this.filterObj.placeholder=this.filterBarPlaceholder,this.filterObj.element.setAttribute("aria-label",this.filterBarPlaceholder))},s.prototype.updateValue=function(e){this.isDynamicChange=!0,t.isNullOrUndefined(e)||0===e.length?this.resetValue(!0):(this.setTreeValue(),!this.allowMultiSelection&&!this.showCheckBox||this.wrapText||(this.updateOverflowWrapper(!1),this.updateView())),this.updateHiddenValue(),this.isDynamicChange=!1},s.prototype.updateText=function(e){t.isNullOrUndefined(e)?this.resetValue():(this.setTreeText(),!this.allowMultiSelection&&!this.showCheckBox||this.wrapText||(this.updateOverflowWrapper(!1),this.updateView())),this.updateHiddenValue()},s.prototype.updateModelMode=function(){if(!!this.allowMultiSelection||!!this.showCheckBox){if(!this.wrapText){var e=t.select("."+ne,this.inputWrapper);e&&(e.innerHTML="")}this.updateMode(),this.setMultiSelect(),!this.wrapText&&this.value&&0!==this.value.length&&(this.updateOverFlowView(),t.addClass([this.inputEle],X),"Box"===this.mode?t.removeClass([this.overFlowWrapper,this.inputWrapper],ae):t.addClass([this.overFlowWrapper,this.inputWrapper],ae))}},s.prototype.updateOption=function(){this.hiddenElement.hasAttribute("multiple")||!this.allowMultiSelection&&!this.showCheckBox?!this.hiddenElement.hasAttribute("multiple")||this.allowMultiSelection||this.showCheckBox||this.hiddenElement.removeAttribute("multiple"):this.hiddenElement.setAttribute("multiple","")},s.prototype.onPropertyChanged=function(e,i){for(var s=0,l=Object.keys(e);s<l.length;s++){switch(l[s]){case"width":this.setElementWidth(e.width),this.popupObj&&(this.popupObj.element.style.width=this.setWidth());break;case"placeholder":a.Input.setPlaceholder(e.placeholder,this.inputEle);break;case"cssClass":this.setCssClass(e.cssClass,i.cssClass);break;case"enableRtl":this.setEnableRTL(this.enableRtl);break;case"fields":this.setFields();break;case"readonly":a.Input.setReadonly(e.readonly,this.inputEle);break;case"enabled":this.setEnable();break;case"floatLabelType":a.Input.removeFloating(this.inputObj),a.Input.addFloating(this.inputEle,e.floatLabelType,this.placeholder,this.createElement),this.ensureClearIconPosition(e.floatLabelType);break;case"showClearButton":this.updateClearButton(e.showClearButton);break;case"allowFiltering":this.updateAllowFiltering(e.allowFiltering);break;case"filterBarPlaceholder":this.updateFilterPlaceHolder();break;case"value":this.oldValue=i.value,this.updateValue(e.value);break;case"text":this.updateText(e.text);break;case"allowMultiSelection":this.updateMultiSelection(e.allowMultiSelection);break;case"mode":if(!this.showCheckBox&&!this.allowMultiSelection)return;"Custom"===this.mode?(this.overFlowWrapper&&t.detach(this.overFlowWrapper),this.chipWrapper&&t.detach(this.chipWrapper),this.setTagValues()):("Custom"===i.mode&&this.updateOverflowWrapper(this.wrapText),this.updateModelMode());break;case"delimiterChar":if("Box"===this.mode)return;(this.showCheckBox||this.allowMultiSelection)&&this.setMultiSelect();break;case"selectAllText":this.showCheckBox&&this.showSelectAll&&this.setLocale();break;case"unSelectAllText":this.showCheckBox&&this.showSelectAll&&this.setLocale(!1);break;case"showSelectAll":this.showCheckBox&&(this.setSelectAllWrapper(e.showSelectAll),this.updatePopupHeight());break;case"showCheckBox":this.updateCheckBoxState(e.showCheckBox),this.wrapText||this.updateOverflowWrapper(!0),this.updatePopupHeight(),this.updateOption();break;case"treeSettings":this.updateTreeSettings(e);break;case"customTemplate":if("Custom"!==this.mode)return;this.chipCollection.innerHTML="",this.setTagValues();break;case"sortOrder":this.hasTemplate&&this.updateTemplate(),this.treeObj.sortOrder=e.sortOrder,this.treeObj.dataBind(),this.updateValue(this.value);break;case"showDropDownIcon":this.updateDropDownIconState(e.showDropDownIcon);break;case"popupWidth":this.popupObj&&(this.popupObj.element.style.width=this.setWidth());break;case"popupHeight":this.popupObj&&this.updatePopupHeight();break;case"zIndex":this.popupObj&&(this.popupObj.zIndex=e.zIndex,this.popupObj.dataBind());break;case"headerTemplate":case"footerTemplate":this.updateTemplate();break;case"itemTemplate":this.updateTemplate(),this.treeObj.nodeTemplate=e.itemTemplate,this.treeObj.dataBind();break;case"noRecordsTemplate":this.updateRecordTemplate();break;case"actionFailureTemplate":this.updateRecordTemplate(!0);break;case"htmlAttributes":this.setHTMLAttributes();break;case"wrapText":this.updateOverflowWrapper(this.wrapText),!this.allowMultiSelection&&!this.showCheckBox||this.wrapText?(t.addClass([this.overFlowWrapper],$),this.chipWrapper&&"Box"===this.mode?t.removeClass([this.chipWrapper],$):(t.removeClass([this.inputWrapper],_),t.removeClass([this.inputEle],X)),this.ensurePlaceHolder()):this.updateView()}}},s.prototype.clear=function(){this.clearAll(),this.inputFocus?this.onFocusOut():(this.changeOnBlur&&this.triggerChangeEvent(),this.removeValue=!1)},s.prototype.destroy=function(){for(this.clearTemplate(),this.unWireEvents(),this.setCssClass(null,this.cssClass),this.setProperties({text:null},!0),this.treeObj.destroy(),this.destroyFilter(),this.popupObj&&(this.popupObj.destroy(),t.detach(this.popupObj.element)),this.element.tagName!==this.getDirective()&&this.inputWrapper.parentElement.insertBefore(this.element,this.inputWrapper),a.Input.setValue(null,this.inputEle,this.floatLabelType),t.detach(this.inputWrapper),t.detach(this.popupDiv),t.detach(this.hiddenElement),this.element.classList.remove("e-input"),(this.showCheckBox||this.allowMultiSelection)&&this.element.classList.remove(X),this.inputObj=null;this.hiddenElement.options.length>0;)this.hiddenElement.remove(0);this.hiddenElement.innerHTML="",this.hiddenElement=null,this.inputWrapper=null,this.popupDiv=null,this.tree=null,this.popupObj=null,this.treeObj=null,this.overAllClear=null,this.chipWrapper=null,this.chipCollection=null,this.checkAllParent=null,this.selectAllSpan=null,this.checkBoxElement=null,this.checkWrapper=null,this.popupEle=null,this.header=null,this.footer=null,this.overFlowWrapper=null,this.keyboardModule=null,e.prototype.destroy.call(this),this.setProperties({value:[]},!0)},s.prototype.destroyFilter=function(){this.filterObj&&(this.filterObj.destroy(),t.detach(this.filterObj.element),t.detach(this.filterContainer),this.filterObj=null)},s.prototype.destroyPopup=function(){this.isPopupOpen=!1,this.isReact&&this.clearTemplate(),this.popupObj&&(this.popupObj.destroy(),t.detach(this.popupObj.element))},s.prototype.ensureVisible=function(e){this.treeObj.ensureVisible(e)},s.prototype.getData=function(e){return this.treeObj.getTreeData(e)},s.prototype.hidePopup=function(){var e={popup:this.popupObj};this.inputWrapper.classList.remove("e-icon-anim"),this.popupEle&&t.addClass([this.popupEle],Z),t.attributes(this.inputEle,{"aria-expanded":"false"}),this.popupObj&&this.isPopupOpen&&(this.popupObj.hide(),this.inputFocus&&(this.inputWrapper.focus(),this.allowFiltering&&t.addClass([this.inputWrapper],[J])),this.trigger("close",e),this.destroyPopupOnHide&&(this.isFirstRender=!0,this.destroyPopup()))},s.prototype.selectAll=function(e){this.selectAllItems(e)},s.prototype.showPopup=function(){!this.enabled||this.readonly||this.isPopupOpen||(this.renderPopup(),this.focusIn())},s.prototype.getModuleName=function(){return"dropdowntree"},z([t.Property("The Request Failed")],s.prototype,"actionFailureTemplate",void 0),z([t.Property(!1)],s.prototype,"allowFiltering",void 0),z([t.Property(!1)],s.prototype,"allowMultiSelection",void 0),z([t.Property(!0)],s.prototype,"changeOnBlur",void 0),z([t.Property("")],s.prototype,"cssClass",void 0),z([t.Property("${value.length} item(s) selected")],s.prototype,"customTemplate",void 0),z([t.Property(",")],s.prototype,"delimiterChar",void 0),z([t.Property(!0)],s.prototype,"enabled",void 0),z([t.Complex({},he)],s.prototype,"fields",void 0),z([t.Property(null)],s.prototype,"filterBarPlaceholder",void 0),z([t.Property("StartsWith")],s.prototype,"filterType",void 0),z([t.Property("Never")],s.prototype,"floatLabelType",void 0),z([t.Property(null)],s.prototype,"footerTemplate",void 0),z([t.Property(!1)],s.prototype,"ignoreAccent",void 0),z([t.Property(!0)],s.prototype,"ignoreCase",void 0),z([t.Property(null)],s.prototype,"headerTemplate",void 0),z([t.Property({})],s.prototype,"htmlAttributes",void 0),z([t.Property(null)],s.prototype,"itemTemplate",void 0),z([t.Property("Default")],s.prototype,"mode",void 0),z([t.Property("No Records Found")],s.prototype,"noRecordsTemplate",void 0),z([t.Property(null)],s.prototype,"placeholder",void 0),z([t.Property("300px")],s.prototype,"popupHeight",void 0),z([t.Property("100%")],s.prototype,"popupWidth",void 0),z([t.Property(!1)],s.prototype,"readonly",void 0),z([t.Property(!1)],s.prototype,"showSelectAll",void 0),z([t.Property("Select All")],s.prototype,"selectAllText",void 0),z([t.Property(!1)],s.prototype,"showCheckBox",void 0),z([t.Property(!0)],s.prototype,"destroyPopupOnHide",void 0),z([t.Property(!0)],s.prototype,"enableHtmlSanitizer",void 0),z([t.Property(!0)],s.prototype,"showClearButton",void 0),z([t.Property(!0)],s.prototype,"showDropDownIcon",void 0),z([t.Property("None")],s.prototype,"sortOrder",void 0),z([t.Property(null)],s.prototype,"text",void 0),z([t.Complex({},ue)],s.prototype,"treeSettings",void 0),z([t.Property("Unselect All")],s.prototype,"unSelectAllText",void 0),z([t.Property(null)],s.prototype,"value",void 0),z([t.Property("100%")],s.prototype,"width",void 0),z([t.Property(1e3)],s.prototype,"zIndex",void 0),z([t.Property(!1)],s.prototype,"wrapText",void 0),z([t.Event()],s.prototype,"actionFailure",void 0),z([t.Event()],s.prototype,"beforeOpen",void 0),z([t.Event()],s.prototype,"change",void 0),z([t.Event()],s.prototype,"close",void 0),z([t.Event()],s.prototype,"blur",void 0),z([t.Event()],s.prototype,"created",void 0),z([t.Event()],s.prototype,"dataBound",void 0),z([t.Event()],s.prototype,"destroyed",void 0),z([t.Event()],s.prototype,"filtering",void 0),z([t.Event()],s.prototype,"focus",void 0),z([t.Event()],s.prototype,"keyPress",void 0),z([t.Event()],s.prototype,"open",void 0),z([t.Event()],s.prototype,"select",void 0),s=z([t.NotifyPropertyChanges],s)}(t.Component),de=function(){var e=function(t,i){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(t,i)};return function(t,i){function s(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(s.prototype=i.prototype,new s)}}(),ce=function(e,t,i,s){var l,n=arguments.length,a=n<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,i,s);else for(var o=e.length-1;o>=0;o--)(l=e[o])&&(a=(n<3?l(a):n>3?l(t,i,a):l(t,i))||a);return n>3&&a&&Object.defineProperty(t,i,a),a},me="e-atc-spinner-icon";q.root="e-combobox";var fe={container:null,buttons:[]},ve=function(e){function s(t,i){return e.call(this,t,i)||this}return de(s,e),s.prototype.preRender=function(){e.prototype.preRender.call(this)},s.prototype.getLocaleName=function(){return"combo-box"},s.prototype.wireEvent=function(){"combobox"===this.getModuleName()&&(t.EventHandler.add(this.inputWrapper.buttons[0],"mousedown",this.preventBlur,this),t.EventHandler.add(this.inputWrapper.container,"blur",this.onBlurHandler,this)),t.isNullOrUndefined(this.inputWrapper.buttons[0])||t.EventHandler.add(this.inputWrapper.buttons[0],"mousedown",this.dropDownClick,this),t.EventHandler.add(this.inputElement,"focus",this.targetFocus,this),this.readonly||(t.EventHandler.add(this.inputElement,"input",this.onInput,this),t.EventHandler.add(this.inputElement,"keyup",this.onFilterUp,this),t.EventHandler.add(this.inputElement,"keydown",this.onFilterDown,this),t.EventHandler.add(this.inputElement,"paste",this.pasteHandler,this),t.EventHandler.add(window,"resize",this.windowResize,this)),this.bindCommonEvent()},s.prototype.preventBlur=function(e){(this.allowFiltering||document.activeElement===this.inputElement||document.activeElement.classList.contains(q.input)||!t.Browser.isDevice)&&t.Browser.isDevice||e.preventDefault()},s.prototype.onBlurHandler=function(i){var s=this.inputElement&&""===this.inputElement.value?null:this.inputElement&&this.inputElement.value;t.isNullOrUndefined(this.listData)||t.isNullOrUndefined(s)||s===this.text||this.customValue(i),e.prototype.onBlurHandler.call(this,i)},s.prototype.targetElement=function(){return this.inputElement},s.prototype.setOldText=function(e){a.Input.setValue(this.text,this.inputElement,this.floatLabelType,this.showClearButton),this.customValue(),this.removeSelection()},s.prototype.setOldValue=function(e){this.allowCustom?this.valueMuteChange(this.value):this.valueMuteChange(null),this.removeSelection(),this.setHiddenValue()},s.prototype.valueMuteChange=function(e){e=this.allowObjectBinding&&!t.isNullOrUndefined(e)?t.getValue(this.fields.value?this.fields.value:"",e):e;var i=t.isNullOrUndefined(e)?null:e.toString();a.Input.setValue(i,this.inputElement,this.floatLabelType,this.showClearButton),this.allowObjectBinding&&(e=this.getDataByValue(e)),this.setProperties({value:e,text:e,index:null},!0),this.activeIndex=this.index;var s=this.fields,l={};l[s.text]=t.isNullOrUndefined(e)?null:e.toString(),l[s.value]=t.isNullOrUndefined(e)?null:e.toString(),this.itemData=l,this.item=null,(!this.allowObjectBinding&&this.previousValue!==this.value||this.allowObjectBinding&&this.previousValue&&this.value&&!this.isObjectInArray(this.previousValue,[this.value]))&&this.detachChangeEvent(null)},s.prototype.updateValues=function(){if(t.isNullOrUndefined(this.value))if(this.text&&t.isNullOrUndefined(this.value)){(s=this.getElementByText(this.text))?this.setSelection(s,null):(a.Input.setValue(this.text,this.inputElement,this.floatLabelType,this.showClearButton),this.customValue())}else this.setSelection(this.liCollections[this.activeIndex],null);else{var e=this.allowObjectBinding&&!t.isNullOrUndefined(this.value)?t.getValue(this.fields.value?this.fields.value:"",this.value):this.value,s=this.getElementByValue(e),l=!t.isNullOrUndefined(s);if(this.enableVirtualization&&this.value){var n=this.fields.value?this.fields.value:"",o=this.allowObjectBinding&&!t.isNullOrUndefined(this.value)?t.getValue(this.fields.value?this.fields.value:"",this.value):this.value;if(this.dataSource instanceof i.DataManager){if((u=new i.DataManager(this.virtualGroupDataSource).executeLocal((new i.Query).where(new i.Predicate(n,"equal",o))))&&u.length>0){this.itemData=u[0],l=!0;var r=this.getItemData(),h=this.allowObjectBinding?this.getDataByValue(r.value):r.value;(this.value===r.value&&this.text!==r.text||this.value!==r.value&&this.text===r.text)&&this.setProperties({text:r.text,value:h})}}else{var u;if((u=new i.DataManager(this.dataSource).executeLocal((new i.Query).where(new i.Predicate(n,"equal",o))))&&u.length>0){this.itemData=u[0],l=!0;r=this.getItemData(),h=this.allowObjectBinding?this.getDataByValue(r.value):r.value;(this.value===r.value&&this.text!==r.text||this.value!==r.value&&this.text===r.text)&&this.setProperties({text:r.text,value:h})}}}s?this.setSelection(s,null):!this.enableVirtualization&&this.allowCustom||this.allowCustom&&this.enableVirtualization&&!l?this.valueMuteChange(this.value):(!this.enableVirtualization||this.enableVirtualization&&!l)&&this.valueMuteChange(null)}this.setHiddenValue(),a.Input.setValue(this.text,this.inputElement,this.floatLabelType,this.showClearButton)},s.prototype.updateIconState=function(){this.showClearButton&&(this.inputElement&&""!==this.inputElement.value&&!this.readonly?t.removeClass([this.inputWrapper.clearButton],q.clearIconHide):t.addClass([this.inputWrapper.clearButton],q.clearIconHide))},s.prototype.getAriaAttributes=function(){return{role:"combobox","aria-autocomplete":"both","aria-labelledby":this.hiddenElement.id,"aria-expanded":"false","aria-readonly":this.readonly.toString(),autocomplete:"off",autocapitalize:"off",spellcheck:"false"}},s.prototype.searchLists=function(t){this.isTyped=!0,this.isFiltering()?(e.prototype.searchLists.call(this,t),this.ulElement&&""===this.filterInput.value.trim()&&this.setHoverList(this.ulElement.querySelector("."+q.li))):(this.ulElement&&""===this.inputElement.value&&this.preventAutoFill&&this.setHoverList(this.ulElement.querySelector("."+q.li)),this.incrementalSearch(t))},s.prototype.getNgDirective=function(){return"EJS-COMBOBOX"},s.prototype.setSearchBox=function(){this.filterInput=this.inputElement;return this.isFiltering()||this.isReact&&"combobox"===this.getModuleName()?this.inputWrapper:fe},s.prototype.onActionComplete=function(t,i,s,l){var n=this;e.prototype.onActionComplete.call(this,t,i,s),this.isSelectCustom&&this.removeSelection(),this.preventAutoFill||"combobox"!==this.getModuleName()||!this.isTyped||this.enableVirtualization||setTimeout(function(){n.inlineSearch()})},s.prototype.getFocusElement=function(){var e=this.isSelectCustom?{text:""}:this.getItemData(),i=t.isNullOrUndefined(this.list)?this.list:this.list.querySelector("."+q.selected);if(e.text&&e.text.toString()===this.inputElement.value&&!t.isNullOrUndefined(i))return i;if((t.Browser.isDevice&&!this.isDropDownClick||!t.Browser.isDevice)&&!t.isNullOrUndefined(this.liCollections)&&this.liCollections.length>0){var s=this.inputElement.value,l=this.sortedData,n=this.typeOfData(l).typeof,a=u(s,this.liCollections,this.filterType,!0,l,this.fields,n);if(this.enableVirtualization&&""!==s&&"autocomplete"!==this.getModuleName()&&this.isTyped&&!this.allowFiltering){var o=!1;for((this.viewPortInfo.endIndex>=this.incrementalEndIndex&&this.incrementalEndIndex<=this.totalItemCount||0==this.incrementalEndIndex)&&(o=!0,this.incrementalStartIndex=this.incrementalEndIndex,0==this.incrementalEndIndex?this.incrementalEndIndex=100>this.totalItemCount?this.totalItemCount:100:this.incrementalEndIndex=this.incrementalEndIndex+100>this.totalItemCount?this.totalItemCount:this.incrementalEndIndex+100,this.updateIncrementalInfo(this.incrementalStartIndex,this.incrementalEndIndex),o=!0),(0!==this.viewPortInfo.startIndex||o)&&this.updateIncrementalView(0,this.itemCount),a=u(s,this.incrementalLiCollections,this.filterType,!0,l,this.fields,n);t.isNullOrUndefined(a.item)&&this.incrementalEndIndex<this.totalItemCount;){if(this.incrementalStartIndex=this.incrementalEndIndex,this.incrementalEndIndex=this.incrementalEndIndex+100>this.totalItemCount?this.totalItemCount:this.incrementalEndIndex+100,this.updateIncrementalInfo(this.incrementalStartIndex,this.incrementalEndIndex),o=!0,(0!==this.viewPortInfo.startIndex||o)&&this.updateIncrementalView(0,this.itemCount),a=u(s,this.incrementalLiCollections,this.filterType,!0,l,this.fields,n),!t.isNullOrUndefined(a)){a.index=a.index+this.incrementalStartIndex;break}if(t.isNullOrUndefined(a)&&this.incrementalEndIndex>=this.totalItemCount){this.incrementalStartIndex=0,this.incrementalEndIndex=100>this.totalItemCount?this.totalItemCount:100;break}}if(a.index&&!(this.viewPortInfo.startIndex>=a.index&&a.index>=this.viewPortInfo.endIndex)){var r=a.index-(this.itemCount/2-2)>0?a.index-(this.itemCount/2-2):0,h=this.viewPortInfo.startIndex+this.itemCount>this.totalItemCount?this.totalItemCount:this.viewPortInfo.startIndex+this.itemCount;r!=this.viewPortInfo.startIndex&&this.updateIncrementalView(r,h)}if(t.isNullOrUndefined(a.item))this.updateIncrementalView(0,this.itemCount),this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues(),this.list.scrollTop=0;else{if(this.getIndexByValue(a.item.getAttribute("data-value"))-this.skeletonCount>this.itemCount/2){r=this.viewPortInfo.startIndex+(this.itemCount/2-2)<this.totalItemCount?this.viewPortInfo.startIndex+(this.itemCount/2-2):this.totalItemCount,h=this.viewPortInfo.startIndex+this.itemCount>this.totalItemCount?this.totalItemCount:this.viewPortInfo.startIndex+this.itemCount;this.updateIncrementalView(r,h)}a.item=this.getElementByValue(a.item.getAttribute("data-value"))}a&&a.item&&(a.item=this.getElementByValue(a.item.getAttribute("data-value")))}var p=a.item;if(t.isNullOrUndefined(p))this.isSelectCustom&&""!==this.inputElement.value.trim()&&(this.removeFocus(),this.enableVirtualization||(this.list.scrollTop=0));else{var d=this.getIndexByValue(p.getAttribute("data-value"))-1,c=parseInt(getComputedStyle(this.liCollections[0],null).getPropertyValue("height"),10);if(!isNaN(c)&&"autocomplete"!==this.getModuleName()){this.removeFocus();var m=this.fields.groupBy?this.liCollections[0].offsetHeight:0;if(this.enableVirtualization){if(this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues(),this.enableVirtualization&&!this.fields.groupBy){var f=this.virtualListInfo&&this.virtualListInfo.startIndex?p.offsetTop+this.virtualListInfo.startIndex*p.offsetHeight:p.offsetTop;this.list.scrollTop=f-this.list.querySelectorAll(".e-virtual-list").length*p.offsetHeight}}else this.list.scrollTop=d*c+m;t.addClass([p],q.focus)}}return p}return null},s.prototype.setValue=function(t){return(t&&"keydown"===t.type&&"enter"===t.action||t&&"click"===t.type)&&this.removeFillSelection(),this.autofill&&"combobox"===this.getModuleName()&&t&&"keydown"===t.type&&"enter"!==t.action?(this.preventAutoFill=!1,this.inlineSearch(t),!1):e.prototype.setValue.call(this,t)},s.prototype.checkCustomValue=function(){var e=this.allowObjectBinding&&!t.isNullOrUndefined(this.value)?t.getValue(this.fields.value?this.fields.value:"",this.value):this.value;this.itemData=this.getDataByValue(e);var i=this.getItemData(),s=this.allowObjectBinding?this.itemData:i.value;this.allowCustom&&t.isNullOrUndefined(i.value)&&t.isNullOrUndefined(i.text)||this.setProperties({value:s},!this.allowCustom)},s.prototype.showSpinner=function(){t.isNullOrUndefined(this.spinnerElement)&&(this.spinnerElement="autocomplete"===this.getModuleName()?this.inputWrapper.buttons[0]||this.inputWrapper.clearButton||a.Input.appendSpan("e-input-group-icon "+me,this.inputWrapper.container,this.createElement):this.inputWrapper.buttons[0]||this.inputWrapper.clearButton,t.addClass([this.spinnerElement],q.disableIcon),n.createSpinner({target:this.spinnerElement,width:t.Browser.isDevice?"16px":"14px"},this.createElement),n.showSpinner(this.spinnerElement))},s.prototype.hideSpinner=function(){t.isNullOrUndefined(this.spinnerElement)||(n.hideSpinner(this.spinnerElement),t.removeClass([this.spinnerElement],q.disableIcon),this.spinnerElement.classList.contains(me)?t.detach(this.spinnerElement):this.spinnerElement.innerHTML="",this.spinnerElement=null)},s.prototype.setAutoFill=function(e,t){if(t||this.setHoverList(e),this.autofill&&!this.preventAutoFill){var i=this.getTextByValue(e.getAttribute("data-value")).toString(),s=this.getFormattedValue(e.getAttribute("data-value"));"combobox"===this.getModuleName()&&(!this.isSelected&&!this.allowObjectBinding&&this.previousValue!==s||this.allowObjectBinding&&this.previousValue&&s&&!this.isObjectInArray(this.previousValue,[this.getDataByValue(s)])?(this.updateSelectedItem(e,null),this.isSelected=!0,this.previousValue=this.allowObjectBinding?this.getDataByValue(this.getFormattedValue(e.getAttribute("data-value"))):this.getFormattedValue(e.getAttribute("data-value"))):this.updateSelectedItem(e,null,!0)),this.isAndroidAutoFill(i)||this.setAutoFillSelection(i,t)}},s.prototype.isAndroidAutoFill=function(e){if(t.Browser.isAndroid){var i=this.getSelectionPoints(),s=this.prevSelectPoints.end,l=i.end,n=this.prevSelectPoints.start,a=i.start;return 0!==s&&(s===e.length&&n===e.length||n>a&&s>l||s===l&&n===a)}return!1},s.prototype.clearAll=function(i,s){(t.isNullOrUndefined(s)||!t.isNullOrUndefined(s)&&t.isNullOrUndefined(s.dataSource))&&e.prototype.clearAll.call(this,i),this.isFiltering()&&!t.isNullOrUndefined(i)&&i.target===this.inputWrapper.clearButton&&this.searchLists(i)},s.prototype.isSelectFocusItem=function(e){return!t.isNullOrUndefined(e)},s.prototype.inlineSearch=function(e){var i=e&&("down"===e.action||"up"===e.action||"home"===e.action||"end"===e.action||"pageUp"===e.action||"pageDown"===e.action),s=i?this.liCollections[this.activeIndex]:this.getFocusElement();if(t.isNullOrUndefined(s)){if(t.isNullOrUndefined(this.inputElement)||""!==this.inputElement.value)this.activeIndex=null,this.removeSelection(),this.liCollections&&this.liCollections.length>0&&!this.isCustomFilter&&this.removeFocus();else if(this.activeIndex=null,!t.isNullOrUndefined(this.list)){this.enableVirtualization||(this.list.scrollTop=0);var l=this.list.querySelector("."+q.li);this.setHoverList(l)}}else{if(!i){var n=this.getFormattedValue(s.getAttribute("data-value"));this.activeIndex=this.getIndexByValue(n),this.activeIndex=t.isNullOrUndefined(this.activeIndex)?null:this.activeIndex}this.preventAutoFill=""!==this.inputElement.value&&this.preventAutoFill,this.setAutoFill(s,i)}},s.prototype.incrementalSearch=function(e){this.showPopup(e),t.isNullOrUndefined(this.listData)||(this.inlineSearch(e),e.preventDefault())},s.prototype.setAutoFillSelection=function(e,t){void 0===t&&(t=!1);var i=this.getSelectionPoints(),s=this.inputElement.value.substr(0,i.start);if(s&&s.toLowerCase()===e.substr(0,i.start).toLowerCase()){var l=s+e.substr(s.length,e.length);a.Input.setValue(l,this.inputElement,this.floatLabelType,this.showClearButton),this.inputElement.setSelectionRange(i.start,this.inputElement.value.length)}else t&&(a.Input.setValue(e,this.inputElement,this.floatLabelType,this.showClearButton),this.inputElement.setSelectionRange(0,this.inputElement.value.length))},s.prototype.getValueByText=function(t){return e.prototype.getValueByText.call(this,t,!0,this.ignoreAccent)},s.prototype.unWireEvent=function(){"combobox"===this.getModuleName()&&(t.EventHandler.remove(this.inputWrapper.buttons[0],"mousedown",this.preventBlur),t.EventHandler.remove(this.inputWrapper.container,"blur",this.onBlurHandler)),t.isNullOrUndefined(this.inputWrapper.buttons[0])||t.EventHandler.remove(this.inputWrapper.buttons[0],"mousedown",this.dropDownClick),this.inputElement&&(t.EventHandler.remove(this.inputElement,"focus",this.targetFocus),this.readonly||(t.EventHandler.remove(this.inputElement,"input",this.onInput),t.EventHandler.remove(this.inputElement,"keyup",this.onFilterUp),t.EventHandler.remove(this.inputElement,"keydown",this.onFilterDown),t.EventHandler.remove(this.inputElement,"paste",this.pasteHandler),t.EventHandler.remove(window,"resize",this.windowResize))),this.unBindCommonEvent()},s.prototype.setSelection=function(i,s){e.prototype.setSelection.call(this,i,s),t.isNullOrUndefined(i)||this.autofill||this.isDropDownClick||this.removeFocus()},s.prototype.selectCurrentItem=function(e){var i;this.isPopupOpen&&((i=this.isSelected?this.list.querySelector("."+q.selected):this.list.querySelector("."+q.focus))&&(this.setSelection(i,e),this.isTyped=!1),this.isSelected&&(this.isSelectCustom=!1,this.onChangeEvent(e))),"enter"===e.action&&""===this.inputElement.value.trim()?this.clearAll(e):this.isTyped&&!this.isSelected&&t.isNullOrUndefined(i)&&this.customValue(e),this.hidePopup(e)},s.prototype.setHoverList=function(e){this.removeSelection(),this.isValidLI(e)&&!e.classList.contains(q.selected)&&(this.removeFocus(),e.classList.add(q.focus))},s.prototype.targetFocus=function(e){t.Browser.isDevice&&!this.allowFiltering&&(this.preventFocus=!1),this.onFocus(e),a.Input.calculateWidth(this.inputElement,this.inputWrapper.container)},s.prototype.dropDownClick=function(i){i.preventDefault(),t.Browser.isDevice&&!this.isFiltering()&&(this.preventFocus=!0),e.prototype.dropDownClick.call(this,i)},s.prototype.customValue=function(e){var i=this,s=this.getValueByText(this.inputElement.value);if(this.allowCustom||""===this.inputElement.value)if(""!==this.inputElement.value.trim()){var l=this.value;if(t.isNullOrUndefined(s)){var n=""===this.inputElement.value?null:this.inputElement.value,o={text:n,item:{}};this.isObjectCustomValue=!0,this.initial?this.updateCustomValueCallback(n,o,l):this.trigger("customValueSpecifier",o,function(t){i.updateCustomValueCallback(n,t,l,e)})}else this.isSelectCustom=!1,s=this.allowObjectBinding?this.getDataByValue(s):s,this.setProperties({value:s}),(!this.allowObjectBinding&&l!==this.value||this.allowObjectBinding&&l&&this.value&&!this.isObjectInArray(l,[this.value]))&&this.onChangeEvent(e)}else this.allowCustom&&(this.isSelectCustom=!0);else{var r=this.previousValue,h=this.value;s=this.allowObjectBinding?this.getDataByValue(s):s,this.setProperties({value:s}),t.isNullOrUndefined(this.value)&&a.Input.setValue("",this.inputElement,this.floatLabelType,this.showClearButton);this.allowObjectBinding&&!t.isNullOrUndefined(this.value)?t.getValue(this.fields.value?this.fields.value:"",this.value):this.value;this.autofill&&(!this.allowObjectBinding&&r===this.value||this.allowObjectBinding&&r&&this.isObjectInArray(r,[this.value]))&&(!this.allowObjectBinding&&h!==this.value||this.allowObjectBinding&&h&&!this.isObjectInArray(h,[this.value]))&&this.onChangeEvent(null)}},s.prototype.updateCustomValueCallback=function(e,i,s,l){var n=this,a=this.fields,o=i.item,r={};o&&t.getValue(a.text,o)&&t.getValue(a.value,o)?r=o:(t.setValue(a.text,e,r),t.setValue(a.value,e,r)),this.itemData=r;var h={};if(this.allowObjectBinding){var u=this.listData&&this.listData.length>0?Object.keys(this.listData[0]):Object.keys(this.itemData);this.listData&&this.listData.length>0||!("autocomplete"===this.getModuleName()||"combobox"===this.getModuleName()&&this.allowFiltering)||(u=this.firstItem?Object.keys(this.firstItem):Object.keys(this.itemData)),u.forEach(function(e){h[e]=e===a.value||e===a.text?t.getValue(a.value,n.itemData):null})}var p={text:t.getValue(a.text,this.itemData),value:this.allowObjectBinding?h:t.getValue(a.value,this.itemData),index:null};this.setProperties(p,!0),this.setSelection(null,null),this.isSelectCustom=!0,this.isObjectCustomValue=!1,(!this.allowObjectBinding&&s!==this.value||this.allowObjectBinding&&(null==s&&null!==this.value||s&&!this.isObjectInArray(s,[this.value])))&&this.onChangeEvent(l,!0)},s.prototype.onPropertyChanged=function(i,s){"combobox"===this.getModuleName()&&(this.checkData(i),this.setUpdateInitial(["fields","query","dataSource"],i,s));for(var l=0,n=Object.keys(i);l<n.length;l++){var o=n[l];switch(o){case"readonly":a.Input.setReadonly(this.readonly,this.inputElement),this.readonly?(t.EventHandler.remove(this.inputElement,"input",this.onInput),t.EventHandler.remove(this.inputElement,"keyup",this.onFilterUp),t.EventHandler.remove(this.inputElement,"keydown",this.onFilterDown)):(t.EventHandler.add(this.inputElement,"input",this.onInput,this),t.EventHandler.add(this.inputElement,"keyup",this.onFilterUp,this),t.EventHandler.add(this.inputElement,"keydown",this.onFilterDown,this)),this.setReadOnly();break;case"allowFiltering":this.setSearchBox(),this.isFiltering()&&"combobox"===this.getModuleName()&&t.isNullOrUndefined(this.list)&&e.prototype.renderList.call(this);break;case"allowCustom":break;default:var r=this.getPropObject(o,i,s);e.prototype.onPropertyChanged.call(this,r.newProperty,r.oldProperty),this.isFiltering()&&"dataSource"===o&&t.isNullOrUndefined(this.list)&&this.itemTemplate&&"combobox"===this.getModuleName()&&e.prototype.renderList.call(this)}}},s.prototype.render=function(){e.prototype.render.call(this),this.setSearchBox(),this.renderComplete()},s.prototype.getModuleName=function(){return"combobox"},s.prototype.addItem=function(t,i){e.prototype.addItem.call(this,t,i)},s.prototype.filter=function(t,i,s){e.prototype.filter.call(this,t,i,s)},s.prototype.showPopup=function(t){e.prototype.showPopup.call(this,t)},s.prototype.hidePopup=function(i){var s=this.inputElement&&""===this.inputElement.value?null:this.inputElement&&this.inputElement.value;if(!t.isNullOrUndefined(this.listData)){var l=this.isEscapeKey;this.isEscapeKey&&(a.Input.setValue(this.typedString,this.inputElement,this.floatLabelType,this.showClearButton),this.isEscapeKey=!1),this.autofill&&this.removeFillSelection();var n=this.isSelectCustom?{text:""}:this.getItemData(),o=t.isNullOrUndefined(this.list)?null:this.list.querySelector("."+q.selected);if(this.inputElement&&n.text===this.inputElement.value&&!t.isNullOrUndefined(o))return this.isSelected&&(this.onChangeEvent(i),this.isSelectCustom=!1),void e.prototype.hidePopup.call(this,i);if("combobox"===this.getModuleName()&&""!==this.inputElement.value.trim()){var r=this.sortedData,h=this.typeOfData(r).typeof,p=u(this.inputElement.value,this.liCollections,"Equal",!0,r,this.fields,h);this.selectedLI=p.item,t.isNullOrUndefined(p.index)&&(p.index=u(this.inputElement.value,this.liCollections,"StartsWith",!0,r,this.fields,h).index),this.activeIndex=p.index,t.isNullOrUndefined(this.selectedLI)?l&&(this.isSelectCustom=!0,this.removeSelection()):this.updateSelectedItem(this.selectedLI,null,!0)}this.isEscapeKey||!this.isTyped||this.isInteracted||this.customValue(i)}var d=this.allowObjectBinding&&!t.isNullOrUndefined(this.value)?t.getValue(this.fields.value?this.fields.value:"",this.value):this.value;t.isNullOrUndefined(this.listData)&&this.allowCustom&&!t.isNullOrUndefined(s)&&s!==d&&this.customValue(),e.prototype.hidePopup.call(this,i)},s.prototype.focusIn=function(){this.enabled&&(t.Browser.isDevice&&!this.isFiltering()&&(this.preventFocus=!0),e.prototype.focusIn.call(this))},s.prototype.clear=function(){this.value=null},s.prototype.focusOut=function(t){e.prototype.focusOut.call(this,t)},s.prototype.getItems=function(){return e.prototype.getItems.call(this)},s.prototype.getDataByValue=function(t){return e.prototype.getDataByValue.call(this,t)},s.prototype.renderHightSearch=function(){},ce([t.Property(!1)],s.prototype,"autofill",void 0),ce([t.Property(!0)],s.prototype,"allowCustom",void 0),ce([t.Property({})],s.prototype,"htmlAttributes",void 0),ce([t.Property(!1)],s.prototype,"allowFiltering",void 0),ce([t.Property(null)],s.prototype,"query",void 0),ce([t.Property(null)],s.prototype,"index",void 0),ce([t.Property(!0)],s.prototype,"showClearButton",void 0),ce([t.Property(!1)],s.prototype,"enableRtl",void 0),ce([t.Event()],s.prototype,"customValueSpecifier",void 0),ce([t.Event()],s.prototype,"filtering",void 0),ce([t.Property(null)],s.prototype,"valueTemplate",void 0),ce([t.Property("Never")],s.prototype,"floatLabelType",void 0),ce([t.Property(null)],s.prototype,"filterBarPlaceholder",void 0),ce([t.Property(null)],s.prototype,"cssClass",void 0),ce([t.Property(null)],s.prototype,"headerTemplate",void 0),ce([t.Property(null)],s.prototype,"footerTemplate",void 0),ce([t.Property(null)],s.prototype,"placeholder",void 0),ce([t.Property("100%")],s.prototype,"width",void 0),ce([t.Property("300px")],s.prototype,"popupHeight",void 0),ce([t.Property("100%")],s.prototype,"popupWidth",void 0),ce([t.Property(!1)],s.prototype,"readonly",void 0),ce([t.Property(null)],s.prototype,"text",void 0),ce([t.Property(null)],s.prototype,"value",void 0),ce([t.Property(!1)],s.prototype,"allowObjectBinding",void 0),s=ce([t.NotifyPropertyChanges],s)}(M),ge=function(){var e=function(t,i){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(t,i)};return function(t,i){function s(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(s.prototype=i.prototype,new s)}}(),ye=function(e,t,i,s){var l,n=arguments.length,a=n<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,i,s);else for(var o=e.length-1;o>=0;o--)(l=e[o])&&(a=(n<3?l(a):n>3?l(t,i,a):l(t,i))||a);return n>3&&a&&Object.defineProperty(t,i,a),a};q.root="e-autocomplete",q.icon="e-input-group-icon e-ddl-icon e-search-icon";var Ce=function(e){function s(t,i){var s=e.call(this,t,i)||this;return s.isFiltered=!1,s.searchList=!1,s}return ge(s,e),s.prototype.preRender=function(){e.prototype.preRender.call(this)},s.prototype.getLocaleName=function(){return"auto-complete"},s.prototype.getNgDirective=function(){return"EJS-AUTOCOMPLETE"},s.prototype.getQuery=function(e){var s=e?e.clone():this.query?this.query.clone():new i.Query,l=this.allowObjectBinding&&!t.isNullOrUndefined(this.value)?t.getValue(this.fields.value?this.fields.value:"",this.value):this.value,n=""!==this.queryString||t.isNullOrUndefined(l)?this.filterType:"equal",a=""!==this.queryString||t.isNullOrUndefined(l)?this.queryString:l;if(this.isFiltered)if(this.enableVirtualization&&!t.isNullOrUndefined(this.customFilterQuery))s=this.customFilterQuery.clone();else if(!this.enableVirtualization)return s;if(null!==this.queryString&&""!==this.queryString){var o=this.typeOfData(this.dataSource).typeof;if((this.dataSource instanceof i.DataManager||"string"!==o)&&"number"!==o){var r=t.isNullOrUndefined(this.fields.value)?"":this.fields.value;s.where(r,n,a,this.ignoreCase,this.ignoreAccent)}else s.where("",n,a,this.ignoreCase,this.ignoreAccent)}if(!t.isNullOrUndefined(this.suggestionCount)&&!this.enableVirtualization){if(20!==this.suggestionCount)for(var h=0;h<s.queries.length;h++)"onTake"===s.queries[h].fn&&s.queries.splice(h,1);s.take(this.suggestionCount)}if(this.enableVirtualization){var u=0,p=0,d=this.getTakeValue();if(s&&s.queries.length>0)for(h=0;h<s.queries.length;h++)"onSkip"===s.queries[h].fn&&(p=s.queries[h].e.nos),"onTake"===s.queries[h].fn&&(u=d<=s.queries[h].e.nos?s.queries[h].e.nos:d);if(u<=0&&this.query&&this.query.queries.length>0)for(h=0;h<this.query.queries.length;h++)"onTake"===this.query.queries[h].fn&&(u=d<=this.query.queries[h].e.nos?this.query.queries[h].e.nos:d);if(s&&s.queries.length>0)for(h=0;h<s.queries.length;h++)"onSkip"!==s.queries[h].fn?"onTake"===s.queries[h].fn&&(u=s.queries[h].e.nos<=u?u:s.queries[h].e.nos,s.queries.splice(h,1),--h):(p=s.queries[h].e.nos,s.queries.splice(h,1),--h);p>0&&this.virtualItemStartIndex<=p?s.skip(p):s.skip(this.virtualItemStartIndex),u>0&&d<=u?s.take(u):s.take(d),s.requiresCount()}return s},s.prototype.searchLists=function(i){var s=this;if(this.isTyped=!0,this.isDataFetched=this.isSelectCustom=!1,this.firstItem=this.dataSource&&this.dataSource.length>0?this.dataSource[0]:null,this.checkAndResetCache(),t.isNullOrUndefined(this.list)&&e.prototype.renderList.call(this,i,!0),this.queryString=this.filterInput.value,"mousedown"!==i.type&&(40===i.keyCode||38===i.keyCode))return this.queryString=""===this.queryString?null:this.queryString,this.beforePopupOpen=!0,void this.resetList(this.dataSource,this.fields,null,i);this.isSelected=!1,this.activeIndex=null;var l={preventDefaultAction:!1,text:this.filterInput.value,updateData:function(e,t,i){l.cancel||(s.isFiltered=!0,s.customFilterQuery=t,s.filterAction(e,t,i))},cancel:!1};this.trigger("filtering",l,function(e){e.cancel||s.isFiltered||e.preventDefaultAction||(s.searchList=!0,s.filterAction(s.dataSource,null,s.fields,i))})},s.prototype.filter=function(e,t,i){this.isFiltered=!0,this.filterAction(e,t,i)},s.prototype.filterAction=function(e,t,s,l){this.beforePopupOpen=!0;var n=this.list.classList.contains("e-nodata");if(""!==this.queryString&&this.queryString.length>=this.minLength){if(this.enableVirtualization&&this.isFiltering()&&this.isTyped&&(this.isPreventScrollAction=!0,this.list.scrollTop=0,this.previousStartIndex=0,this.virtualListInfo=null),this.resetList(e,s,t,l),this.enableVirtualization&&n&&!this.list.classList.contains("e-nodata")&&(this.list.querySelector(".e-virtual-ddl-content")||this.list.appendChild(this.createElement("div",{className:"e-virtual-ddl-content",styles:this.getTransformValues()})).appendChild(this.list.querySelector(".e-list-parent")),!this.list.querySelector(".e-virtual-ddl"))){var a=this.createElement("div",{id:this.element.id+"_popup",className:"e-virtual-ddl",styles:this.GetVirtualTrackHeight()});document.getElementsByClassName("e-popup")[0].querySelector(".e-dropdownbase").appendChild(a)}("autocomplete"===this.getModuleName()&&!(this.dataSource instanceof i.DataManager)||"autocomplete"===this.getModuleName()&&this.dataSource instanceof i.DataManager&&0!=this.totalItemCount)&&this.getFilteringSkeletonCount()}else this.hidePopup(l),this.beforePopupOpen=!1;this.renderReactTemplates()},s.prototype.clearAll=function(i,s){(t.isNullOrUndefined(s)||!t.isNullOrUndefined(s)&&t.isNullOrUndefined(s.dataSource))&&(e.prototype.clearAll.call(this,i),this.checkAndResetCache()),this.beforePopupOpen&&this.hidePopup()},s.prototype.onActionComplete=function(s,l,n,a){this.enableVirtualization||(this.fixedHeaderElement=null),("autocomplete"===this.getModuleName()&&!(this.dataSource instanceof i.DataManager)||"autocomplete"===this.getModuleName()&&this.dataSource instanceof i.DataManager&&0!=this.totalItemCount)&&this.getFilteringSkeletonCount(),e.prototype.onActionComplete.call(this,s,l,n);var o=this.list.querySelector("."+q.li);t.isNullOrUndefined(o)||t.removeClass([o],q.focus),this.postBackAction()},s.prototype.postBackAction=function(){if(this.autofill&&!t.isNullOrUndefined(this.liCollections[0])&&this.searchList){var i=[this.liCollections[0]],s=this.listData,l=this.typeOfData(s).typeof,n=u(this.inputElement.value,i,"StartsWith",this.ignoreCase,s,this.fields,l);this.searchList=!1,t.isNullOrUndefined(n.item)||e.prototype.setAutoFill.call(this,this.liCollections[0],!0)}},s.prototype.setSelection=function(i,s){if(this.isValidLI(i))if(!t.isNullOrUndefined(s)&&"keydown"===s.type&&"enter"!==s.action&&"tab"!==s.action&&this.isValidLI(i)){var l=this.getFormattedValue(i.getAttribute("data-value"));if(this.activeIndex=this.getIndexByValue(l),this.setHoverList(i),this.selectedLI=i,this.setScrollPosition(s),this.autofill&&this.isPopupOpen){this.preventAutoFill=!1;var n=s&&"down"===s.action||"up"===s.action||"home"===s.action||"end"===s.action||"pageUp"===s.action||"pageDown"===s.action;e.prototype.setAutoFill.call(this,i,n)}}else e.prototype.setSelection.call(this,i,s);else this.selectedLI=i},s.prototype.listOption=function(i,s){var l=this,n=e.prototype.listOption.call(this,i,s);if(t.isNullOrUndefined(n.itemCreated))n.itemCreated=function(e){l.highlight&&(l.element.tagName===l.getNgDirective()&&l.itemTemplate?setTimeout(function(){c(e.item,l.queryString,l.ignoreCase,l.filterType)},0):c(e.item,l.queryString,l.ignoreCase,l.filterType))};else{var a=n.itemCreated;n.itemCreated=function(e){l.highlight&&c(e.item,l.queryString,l.ignoreCase,l.filterType),a.apply(l,[e])}}return n},s.prototype.isFiltering=function(){return!0},s.prototype.renderPopup=function(t){this.enableVirtualization||(this.list.scrollTop=0),e.prototype.renderPopup.call(this,t)},s.prototype.isEditTextBox=function(){return!1},s.prototype.isPopupButton=function(){return this.showPopupButton},s.prototype.isSelectFocusItem=function(e){return!1},s.prototype.setInputValue=function(e,s){var l=s&&s.text?s.text:s?s.value:s,n=e&&e.text?e.text:e&&e.value?e.value:this.value;if(this.allowObjectBinding&&(l=t.isNullOrUndefined(l)?l:t.getValue(this.fields.value?this.fields.value:"",l),n=t.isNullOrUndefined(n)?n:t.getValue(this.fields.value?this.fields.value:"",n)),!n||""!==this.typedString||this.allowCustom||this.dataSource instanceof i.DataManager)e&&(e.text?this.setOldText(l):this.setOldValue(l));else{var a="string"===this.typeOfData(this.dataSource).typeof?"":this.fields.value,o=this.getItems().length,r=new i.Query,h=this;new i.DataManager(this.dataSource).executeQuery(r.where(new i.Predicate(a,"equal",n))).then(function(t){t.result.length>0?(h.value=""!==a?h.allowObjectBinding?t.result[0]:t.result[0][h.fields.value].toString():t.result[0].toString(),h.addItem(t.result,o),h.updateValues()):e&&e.text?h.setOldText(l):e&&e.value?h.setOldValue(l):h.updateValues()})}},s.prototype.showPopup=function(e){this.enabled&&(this.beforePopupOpen?this.refreshPopup():(this.beforePopupOpen=!0,this.preventAutoFill=!0,t.isNullOrUndefined(this.list)?this.renderList(e):this.resetList(this.dataSource,this.fields,null,e)))},s.prototype.hidePopup=function(t){e.prototype.hidePopup.call(this,t),this.activeIndex=null,this.virtualListInfo=this.viewPortInfo,this.previousStartIndex=this.viewPortInfo.startIndex,this.startIndex=this.viewPortInfo.startIndex,this.previousEndIndex=this.viewPortInfo.endIndex},s.prototype.onPropertyChanged=function(i,s){"autocomplete"===this.getModuleName()&&this.setUpdateInitial(["fields","query","dataSource"],i);for(var l=0,n=Object.keys(i);l<n.length;l++){var o=n[l];switch(o){case"showPopupButton":if(this.showPopupButton){var r=a.Input.appendSpan(q.icon,this.inputWrapper.container,this.createElement);this.inputWrapper.buttons[0]=r,a.Input.calculateWidth(this.inputElement,this.inputWrapper.container),t.isNullOrUndefined(this.inputWrapper.buttons[0])||t.isNullOrUndefined(this.inputWrapper.container.getElementsByClassName("e-float-text-overflow")[0])||"Never"===this.floatLabelType||this.inputWrapper.container.getElementsByClassName("e-float-text-overflow")[0].classList.add("e-icon"),this.inputWrapper&&this.inputWrapper.buttons&&this.inputWrapper.buttons[0]&&t.EventHandler.add(this.inputWrapper.buttons[0],"click",this.dropDownClick,this)}else t.detach(this.inputWrapper.buttons[0]),this.inputWrapper.buttons[0]=null;break;default:var h=this.getPropObject(o,i,s);e.prototype.onPropertyChanged.call(this,h.newProperty,h.oldProperty)}}},s.prototype.renderHightSearch=function(){if(this.highlight)for(var e=0;e<this.liCollections.length;e++){var t=this.ulElement.querySelector(".e-active");t||(f(this.liCollections[e]),c(this.liCollections[e],this.queryString,this.ignoreCase,this.filterType)),t=null}},s.prototype.getModuleName=function(){return"autocomplete"},s.prototype.render=function(){e.prototype.render.call(this)},ye([t.Complex({value:null,iconCss:null,groupBy:null},V)],s.prototype,"fields",void 0),ye([t.Property(!0)],s.prototype,"ignoreCase",void 0),ye([t.Property(!1)],s.prototype,"showPopupButton",void 0),ye([t.Property(!1)],s.prototype,"highlight",void 0),ye([t.Property(20)],s.prototype,"suggestionCount",void 0),ye([t.Property({})],s.prototype,"htmlAttributes",void 0),ye([t.Property(null)],s.prototype,"query",void 0),ye([t.Property(1)],s.prototype,"minLength",void 0),ye([t.Property("Contains")],s.prototype,"filterType",void 0),ye([t.Event()],s.prototype,"filtering",void 0),ye([t.Property(null)],s.prototype,"index",void 0),ye([t.Property("Never")],s.prototype,"floatLabelType",void 0),ye([t.Property(null)],s.prototype,"valueTemplate",void 0),ye([t.Property(null)],s.prototype,"filterBarPlaceholder",void 0),ye([t.Property(!1)],s.prototype,"allowFiltering",void 0),ye([t.Property(null)],s.prototype,"text",void 0),s=ye([t.NotifyPropertyChanges],s)}(ve),be="e-float-line",Se="e-float-text",Ee="e-label-top",Ie="e-label-bottom",xe=function(){var e=function(t,i){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(t,i)};return function(t,i){function s(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(s.prototype=i.prototype,new s)}}(),we=function(e,t,i,s){var l,n=arguments.length,a=n<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,i,s);else for(var o=e.length-1;o>=0;o--)(l=e[o])&&(a=(n<3?l(a):n>3?l(t,i,a):l(t,i))||a);return n>3&&a&&Object.defineProperty(t,i,a),a},Oe="e-input-focus",Ae="e-hide-listitem",ke="e-chips",De="e-chips-close",Ne="e-chip-selected",Le="e-zero-size",Be="e-chips-close e-close-hooker",Te="e-close-icon-hide",Pe="e-ddl-disable-icon",Ve="e-ms-spinner-icon",Ue="e-input-group-icon e-ddl-icon",Fe="e-delim-total",He="e-search-custom-width",We="e-input-filter",qe=function(e){function s(t,i){var s=e.call(this,t,i)||this;return s.clearIconWidth=0,s.previousFilterText="",s.isValidKey=!1,s.selectAllEventData=[],s.selectAllEventEle=[],s.resetMainList=null,s.resetFilteredData=!1,s.preventSetCurrentData=!1,s.isSelectAllLoop=!1,s.scrollFocusStatus=!1,s.keyDownStatus=!1,s.IsScrollerAtEnd=function(){return this.list&&this.list.scrollTop+this.list.clientHeight>=this.list.scrollHeight},s}return xe(s,e),s.prototype.enableRTL=function(e){e?this.overAllWrapper.classList.add("e-rtl"):this.overAllWrapper.classList.remove("e-rtl"),this.popupObj&&(this.popupObj.enableRtl=e,this.popupObj.dataBind())},s.prototype.requiredModules=function(){var e=[];if(this.enableVirtualization&&e.push({args:[this],member:"VirtualScroll"}),"CheckBox"===this.mode){if(this.isGroupChecking=this.enableGroupCheckBox,this.enableGroupCheckBox){var t=this.isProtectedOnChange;this.isProtectedOnChange=!0,this.enableSelectionOrder=!1,this.isProtectedOnChange=t}this.allowCustomValue=!1,this.hideSelectedItem=!1,this.closePopupOnSelect=!1,e.push({member:"CheckBoxSelection",args:[this]})}return e},s.prototype.updateHTMLAttribute=function(){if(Object.keys(this.htmlAttributes).length)for(var e=0,i=Object.keys(this.htmlAttributes);e<i.length;e++){var s=i[e];switch(s){case"class":var l=this.htmlAttributes[""+s].replace(/\s+/g," ").trim();""!==l&&(t.addClass([this.overAllWrapper],l.split(" ")),t.addClass([this.popupWrapper],l.split(" ")));break;case"disabled":this.enable(!1);break;case"placeholder":this.placeholder||(this.inputElement.setAttribute(s,this.htmlAttributes[""+s]),this.setProperties({placeholder:this.inputElement.placeholder},!0),this.refreshPlaceHolder());break;default:["id"].indexOf(s)>-1?this.element.setAttribute(s,this.htmlAttributes[""+s]):0===s.indexOf("data")||["name","required","aria-required","form"].indexOf(s)>-1?this.hiddenElement.setAttribute(s,this.htmlAttributes[""+s]):["title","role","style","class"].indexOf(s)>-1?this.overAllWrapper.setAttribute(s,this.htmlAttributes[""+s]):"size"===s||t.isNullOrUndefined(this.inputElement)||this.inputElement.setAttribute(s,this.htmlAttributes[""+s])}}},s.prototype.updateReadonly=function(e){t.isNullOrUndefined(this.inputElement)||(e||"CheckBox"===this.mode?this.inputElement.setAttribute("readonly","true"):this.inputElement.removeAttribute("readonly"))},s.prototype.updateClearButton=function(e){e?(this.overAllClear.parentNode?this.overAllClear.style.display="":this.componentWrapper.appendChild(this.overAllClear),this.componentWrapper.classList.remove(Te)):(this.overAllClear.style.display="none",this.componentWrapper.classList.add(Te))},s.prototype.updateCssClass=function(){if(!t.isNullOrUndefined(this.cssClass)&&""!==this.cssClass){var e=this.cssClass;""!==(e=this.cssClass.replace(/\s+/g," ").trim())&&(t.addClass([this.overAllWrapper],e.split(" ")),t.addClass([this.popupWrapper],e.split(" ")))}},s.prototype.updateOldPropCssClass=function(e){t.isNullOrUndefined(e)||""===e||""!==(e=e.replace(/\s+/g," ").trim())&&(t.removeClass([this.overAllWrapper],e.split(" ")),t.removeClass([this.popupWrapper],e.split(" ")))},s.prototype.onPopupShown=function(e){var i=this;if(t.Browser.isDevice&&"CheckBox"===this.mode&&this.allowFiltering){var s=this;window.onpopstate=function(){s.hidePopup(),s.inputElement.focus()},history.pushState({},"")}var l={popup:this.popupObj,event:e,cancel:!1,animation:{name:"FadeIn",duration:100}};this.trigger("open",l,function(e){e.cancel||(i.focusAtFirstListItem(),i.popupObj&&document.body.appendChild(i.popupObj.element),"CheckBox"===i.mode&&i.enableGroupCheckBox&&!t.isNullOrUndefined(i.fields.groupBy)&&i.updateListItems(i.list.querySelectorAll("li.e-list-item"),i.mainList.querySelectorAll("li.e-list-item")),("CheckBox"===i.mode||i.showDropDownIcon)&&t.addClass([i.overAllWrapper],["e-icon-anim"]),i.refreshPopup(),i.renderReactTemplates(),i.popupObj&&i.popupObj.show(e.animation,1e3===i.zIndex?i.element:null),t.attributes(i.inputElement,{"aria-expanded":"true","aria-owns":i.element.id+"_popup","aria-controls":i.element.id}),i.updateAriaActiveDescendant(),i.isFirstClick&&(i.enableVirtualization||i.loadTemplate()),"CheckBox"===i.mode&&i.showSelectAll&&t.EventHandler.add(i.popupObj.element,"click",i.clickHandler,i))})},s.prototype.updateVirtualReOrderList=function(e){var t=this.getForQuery(this.value,!0).clone();if(this.enableVirtualization&&this.dataSource instanceof i.DataManager?this.resetList(this.selectedListData,this.fields,t):this.resetList(this.dataSource,this.fields,t),this.UpdateSkeleton(),this.liCollections=this.list.querySelectorAll("."+U.li),this.virtualItemCount=this.itemCount,"CheckBox"!==this.mode&&(this.totalItemCount=this.value&&this.value.length?this.totalItemCount-this.value.length:this.totalItemCount),this.list.querySelector(".e-virtual-ddl"))this.list.getElementsByClassName("e-virtual-ddl")[0].style=this.GetVirtualTrackHeight();else{var s=this.createElement("div",{id:this.element.id+"_popup",className:"e-virtual-ddl",styles:this.GetVirtualTrackHeight()});this.popupWrapper.querySelector(".e-dropdownbase").appendChild(s)}this.list.querySelector(".e-virtual-ddl-content")&&(this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues()),e&&this.loadTemplate()},s.prototype.updateListItems=function(e,t){for(var i=0;i<e.length;i++)this.findGroupStart(e[i]),this.findGroupStart(t[i]);this.deselectHeader()},s.prototype.loadTemplate=function(){if(this.refreshListItems(null),this.enableVirtualization&&this.list&&"CheckBox"===this.mode){var e=this.list.querySelectorAll(".e-reorder")[0];this.list.querySelector(".e-virtual-ddl-content")&&e&&this.list.querySelector(".e-virtual-ddl-content").removeChild(e)}"CheckBox"===this.mode&&this.removeFocus(),this.notify("reOrder",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,e:this}),this.isPreventScrollAction=!0},s.prototype.setScrollPosition=function(){if((!this.hideSelectedItem&&"CheckBox"!==this.mode||"CheckBox"===this.mode&&!this.enableSelectionOrder)&&!t.isNullOrUndefined(this.value)&&this.value.length>0){var e=this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",this.value[this.value.length-1]):this.value[this.value.length-1],i=this.findListElement(this.hideSelectedItem?this.ulElement:this.list,"li","data-value",e);t.isNullOrUndefined(i)||this.scrollBottom(i)}if(this.enableVirtualization){var s=this.list.querySelector("."+U.focus);this.isKeyBoardAction=!1,this.scrollBottom(s)}},s.prototype.focusAtFirstListItem=function(){if(this.ulElement&&this.ulElement.querySelector("li."+U.li)){var e=void 0;if("CheckBox"===this.mode)return void this.removeFocus();null!==(e=this.enableVirtualization?this.ulElement.querySelector("li."+U.li+":not(.e-virtual-list):not(.e-hide-listitem)"):this.ulElement.querySelector("li."+U.li+":not(."+Ae+")"))&&(this.removeFocus(),this.addListFocus(e))}},s.prototype.focusAtLastListItem=function(e){var i;if(e)i=u(e,this.liCollections,"StartsWith",this.ignoreCase);else if(this.value&&this.value.length){u(this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",this.value[this.value.length-1]):this.value[this.value.length-1],this.liCollections,"StartsWith",this.ignoreCase)}else i=null;i&&null!==i.item&&(this.addListFocus(i.item),((this.allowCustomValue||this.allowFiltering)&&this.isPopupOpen()&&this.closePopupOnSelect&&!this.enableVirtualization||this.closePopupOnSelect&&!this.enableVirtualization)&&this.scrollBottom(i.item,i.index))},s.prototype.getAriaAttributes=function(){return{"aria-disabled":"false",role:"combobox","aria-expanded":"false"}},s.prototype.updateListARIA=function(){t.isNullOrUndefined(this.ulElement)||t.attributes(this.ulElement,{id:this.element.id+"_options",role:"listbox","aria-hidden":"false","aria-label":"list"});var e=!(t.isNullOrUndefined(this.inputElement)||!this.inputElement.disabled);this.isPopupOpen()||t.isNullOrUndefined(this.inputElement)||t.attributes(this.inputElement,this.getAriaAttributes()),e&&t.attributes(this.inputElement,{"aria-disabled":"true"}),this.ensureAriaDisabled(e?"true":"false")},s.prototype.ensureAriaDisabled=function(e){if(this.htmlAttributes&&this.htmlAttributes["aria-disabled"]){var i=this.htmlAttributes;t.extend(i,{"aria-disabled":e},i),this.setProperties({htmlAttributes:i},!0)}},s.prototype.removelastSelection=function(e){if(null===this.chipCollectionWrapper.querySelector("span."+Ne)){var i=this.chipCollectionWrapper.querySelectorAll("span."+ke),s=i[i.length-1].getAttribute("data-value");t.isNullOrUndefined(this.value)||(this.tempValues=(this.allowObjectBinding,this.value.slice()));var l=this.allowObjectBinding?this.getDataByValue(this.getFormattedValue(s)):this.getFormattedValue(s);this.allowCustomValue&&("false"!==s&&!1===l||!t.isNullOrUndefined(l)&&"NaN"===l.toString())&&(l=s),this.removeValue(l,e),this.removeChipSelection(),this.updateDelimeter(this.delimiterChar,e),this.makeTextBoxEmpty(),this.mainList&&this.listData&&this.refreshSelection(),this.checkPlaceholderSize()}else this.removeSelectedChip(e)},s.prototype.onActionFailure=function(t){e.prototype.onActionFailure.call(this,t),this.renderPopup(),this.onPopupShown()},s.prototype.targetElement=function(){return this.targetInputElement=this.inputElement,"CheckBox"===this.mode&&this.allowFiltering&&this.notify("targetElement",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode}),this.targetInputElement.value},s.prototype.getForQuery=function(e,s){var l,n=t.isNullOrUndefined(this.fields.value)?this.fields.text:this.fields.value;if(this.enableVirtualization&&e){if(s){for(var a=0;a<e.length;a++){var o=this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",e[a]):e[a];l=0===a?new i.Predicate(n,"equal",o):l.or(n,"equal",o)}return(new i.Query).where(l)}for(a=0;a<e.length;a++){o=this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",e[a]):e[a];l=0===a?new i.Predicate(n,"notequal",o):l.and(n,"notequal",o)}return(new i.Query).where(l)}for(a=0;a<e.length;a++)l=0===a?new i.Predicate(n,"equal",e[a]):l.or(n,"equal",e[a]);return this.dataSource instanceof i.DataManager&&this.dataSource.adaptor instanceof i.JsonAdaptor?(new i.Query).where(l):this.getQuery(this.query).clone().where(l)},s.prototype.onActionComplete=function(s,l,n,a){this.dataSource instanceof i.DataManager&&!t.isNullOrUndefined(n)&&!this.virtualGroupDataSource&&(this.totalItemCount=n.count),e.prototype.onActionComplete.call(this,s,l,n),this.skeletonCount=0!=this.totalItemCount&&this.totalItemCount<2*this.itemCount?0:this.skeletonCount,this.updateSelectElementData(this.allowFiltering);if(!t.isNullOrUndefined(this.value)&&!this.allowCustomValue&&!this.enableVirtualization&&this.listData&&this.listData.length>0)for(var o=0;o<this.value.length;o++){var r=this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",this.value[o]):this.value[o];this.findListElement(this.allowFiltering&&!t.isNullOrUndefined(this.mainList)?this.mainList:s,"li","data-value",r)||this.dataSource instanceof i.DataManager||(this.value.splice(o,1),o-=1)}var h=[];if(t.isNullOrUndefined(this.value)||(h=this.presentItemValue(this.ulElement)),h.length>0&&this.dataSource instanceof i.DataManager&&!t.isNullOrUndefined(this.value)&&null!=this.listData&&!this.enableVirtualization?this.addNonPresentItems(h,this.ulElement,this.listData):this.updateActionList(s,l,n),this.dataSource instanceof i.DataManager&&this.allowCustomValue&&!this.isCustomRendered&&this.inputElement.value&&""!==this.inputElement.value){var u=new i.Query;u=this.allowFiltering?u.where(this.fields.text,"startswith",this.inputElement.value,this.ignoreCase,this.ignoreAccent):u,this.checkForCustomValue(u,this.fields),this.isCustomRendered=!0,this.remoteCustomValue=!this.enableVirtualization&&this.remoteCustomValue}this.dataSource instanceof i.DataManager&&"CheckBox"===this.mode&&this.allowFiltering&&this.removeFocus()},s.prototype.updateActionList=function(e,s,l,n){"CheckBox"===this.mode&&this.showSelectAll&&this.notify("selectAll",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode}),this.mainList||this.mainData?(t.isNullOrUndefined(this.mainData)||0===this.mainData.length)&&(this.mainData=s):(this.mainList=e.cloneNode?e.cloneNode(!0):e,this.mainData=s,this.mainListCollection=this.liCollections),(this.remoteCustomValue||s.length<=0)&&this.allowCustomValue&&this.inputFocus&&this.allowFiltering&&this.inputElement.value&&""!==this.inputElement.value&&(this.checkForCustomValue(this.tempQuery,this.fields),this.isCustomRendered)||(this.value&&this.value.length&&("CheckBox"!==this.mode&&!t.isNullOrUndefined(this.inputElement)&&""!==this.inputElement.value.trim()||"CheckBox"===this.mode||(8===this.keyCode||46===this.keyCode)&&this.allowFiltering&&this.allowCustomValue&&this.dataSource instanceof i.DataManager&&""===this.inputElement.value)&&this.refreshSelection(),this.updateListARIA(),this.unwireListEvents(),this.wireListEvents(),t.isNullOrUndefined(this.setInitialValue)||this.setInitialValue(),t.isNullOrUndefined(this.selectAllAction)||this.selectAllAction(),this.setDynValue&&(t.isNullOrUndefined(this.text)||!t.isNullOrUndefined(this.value)&&0!==this.value.length||this.initialTextUpdate(),this.enableVirtualization&&(!this.enableVirtualization||this.dataSource instanceof i.DataManager)||this.initialValueUpdate(),this.initialUpdate(),this.refreshPlaceHolder(),"CheckBox"!==this.mode&&this.changeOnBlur&&this.updateValueState(null,this.value,null)),this.renderPopup(),this.beforePopupOpen&&(this.beforePopupOpen=!1,this.onPopupShown(l)))},s.prototype.refreshSelection=function(){var e,i,s=this.hideSelectedItem?Ae:U.selected;if(!t.isNullOrUndefined(this.value))for(var l=0;!t.isNullOrUndefined(this.value[l]);l++)if(e=this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",this.value[l]):this.value[l],i=this.findListElement(this.list,"li","data-value",e)){if(t.addClass([i],s),this.hideSelectedItem&&i.previousSibling&&i.previousElementSibling.classList.contains(U.group)&&(!i.nextElementSibling||i.nextElementSibling.classList.contains(U.group))&&t.addClass([i.previousElementSibling],s),this.hideSelectedItem&&this.fields.groupBy&&!i.previousElementSibling.classList.contains(Ae)&&this.hideGroupItem(e),this.hideSelectedItem&&i.classList.contains(U.focus)){t.removeClass([i],U.focus);var n=i.parentElement.querySelectorAll("."+U.li+":not(."+Ae+")");n.length>0?(t.addClass([n[0]],U.focus),this.updateAriaActiveDescendant()):this.list&&this.list.querySelectorAll("."+U.li).length>0||(this.l10nUpdate(),t.addClass([this.list],U.noData))}if(i.setAttribute("aria-selected","true"),"CheckBox"===this.mode&&i.classList.contains("e-active")){if(0===i.getElementsByClassName("e-check").length){var a={module:"CheckBoxSelection",enable:"CheckBox"===this.mode,li:i,e:null};this.notify("updatelist",a)}}}this.checkSelectAll(),this.checkMaxSelection()},s.prototype.hideGroupItem=function(e){var i,s,l=this.hideSelectedItem?Ae:U.selected;s=i=this.findListElement(this.ulElement,"li","data-value",e);var n=0,a=0,o=!0,r=!0;do{i&&i.previousElementSibling&&!i.previousElementSibling.classList.contains(Ae)&&i.previousElementSibling.classList.contains(U.li)&&(o=!1),!o||!i||i.previousElementSibling&&i.previousElementSibling.classList.contains(U.group)?n=10:i=i.previousElementSibling,s&&s.nextElementSibling&&!s.nextElementSibling.classList.contains(Ae)&&s.nextElementSibling.classList.contains(U.li)&&(r=!1),!r||!s||s.nextElementSibling&&s.nextElementSibling.classList.contains(U.group)?a=10:s=s.nextElementSibling}while(n<10||a<10);o&&r&&!i.previousElementSibling.classList.contains(Ae)?t.addClass([i.previousElementSibling],l):o&&r&&i.previousElementSibling.classList.contains(Ae)&&t.removeClass([i.previousElementSibling],l)},s.prototype.getValidLi=function(){var e=this.ulElement.querySelector("li."+U.li+":not(."+Ae+")");return t.isNullOrUndefined(e)?this.liCollections[0]:e},s.prototype.checkSelectAll=function(){var e=this.list.querySelectorAll("li.e-list-group-item.e-active").length,i=this.list.querySelectorAll("li.e-list-item"),s=this.enableVirtualization?this.list.querySelectorAll("li."+U.li+":not(.e-virtual-list)").length:this.list.querySelectorAll("li."+U.li).length,l=this.list.querySelectorAll("li."+U.selected).length;if(this.enableGroupCheckBox&&!t.isNullOrUndefined(this.fields.groupBy)&&(l-=e),!this.enableVirtualization&&(s===l||l===this.maximumSelectionLength)&&"CheckBox"===this.mode&&this.showSelectAll||this.enableVirtualization&&"CheckBox"===this.mode&&this.showSelectAll&&this.virtualSelectAll&&this.value&&this.value.length===this.totalItemCount?this.notify("checkSelectAll",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,value:"check"}):s!==l&&"CheckBox"===this.mode&&this.showSelectAll&&(!this.enableVirtualization||this.enableVirtualization&&!this.virtualSelectAll)&&this.notify("checkSelectAll",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,value:"uncheck"}),this.enableGroupCheckBox&&this.fields.groupBy&&!this.enableSelectionOrder){for(var n=0;n<i.length;n++)this.findGroupStart(i[n]);this.deselectHeader()}},s.prototype.openClick=function(e){this.openOnClick||"CheckBox"===this.mode||this.isPopupOpen()?this.openOnClick||"CheckBox"!==this.mode||this.isPopupOpen()||this.showPopup():""!==this.targetElement()?this.showPopup():this.hidePopup(e)},s.prototype.keyUp=function(e){if("CheckBox"===this.mode&&!this.openOnClick){var i=String.fromCharCode(e.keyCode).match(/\w/);t.isNullOrUndefined(i)||(this.isValidKey=!0)}this.isValidKey=this.isPopupOpen()&&8===e.keyCode||this.isValidKey,this.isValidKey=(!e.ctrlKey||86!==e.keyCode)&&this.isValidKey,this.isValidKey&&this.inputElement&&(this.isValidKey=!1,this.expandTextbox(),this.showOverAllClear(),e.keyCode,this.search(e))},s.prototype.filter=function(e,t,i){this.isFiltered=!0,this.remoteFilterAction=!0,this.dataUpdater(e,t,i)},s.prototype.getQuery=function(e){var s=e?e.clone():this.query?this.query.clone():new i.Query;if(this.isFiltered)if(this.enableVirtualization&&!t.isNullOrUndefined(this.customFilterQuery))s=this.customFilterQuery.clone();else if(!this.enableVirtualization)return s;if(this.filterAction){if(null!==this.targetElement()&&!this.enableVirtualization||this.enableVirtualization&&null!==this.targetElement()&&""!==this.targetElement().trim()){var l=this.typeOfData(this.dataSource).typeof;if((this.dataSource instanceof i.DataManager||"string"!==l)&&"number"!==l){if(this.enableVirtualization&&""!==this.targetElement()||!this.enableVirtualization){var n=this.fields;s.where(t.isNullOrUndefined(n.text)?"":n.text,this.filterType,this.targetElement(),this.ignoreCase,this.ignoreAccent)}}else s.where("",this.filterType,this.targetElement(),this.ignoreCase,this.ignoreAccent)}return this.enableVirtualization&&0!=this.viewPortInfo.endIndex&&!this.virtualSelectAll?this.virtualFilterQuery(s):s}return this.enableVirtualization&&0!=this.viewPortInfo.endIndex&&!this.virtualSelectAll?this.virtualFilterQuery(s):this.virtualSelectAll?e?e.take(this.maximumSelectionLength).requiresCount():this.query?this.query.take(this.maximumSelectionLength).requiresCount():(new i.Query).take(this.maximumSelectionLength).requiresCount():e||(this.query?this.query:new i.Query)},s.prototype.virtualFilterQuery=function(e){for(var t=this.getTakeValue(),i=!0,s=!0,l=0;l<e.queries.length;l++)"multiselect"===this.getModuleName()&&(e.queries[l].e&&"or"==e.queries[l].e.condition||e.queries[l].e&&"equal"==e.queries[l].e.operator)&&(i=!1),"onSkip"===e.queries[l].fn&&(s=!1),e.queries[l].fn;var n=0;if(e&&e.queries.length>0)for(l=0;l<e.queries.length;l++)"onTake"===e.queries[l].fn&&(n=t<=e.queries[l].e.nos?e.queries[l].e.nos:t);if(n<=0&&this.query&&this.query.queries.length>0)for(l=0;l<this.query.queries.length;l++)"onTake"===this.query.queries[l].fn&&(n=t<=this.query.queries[l].e.nos?this.query.queries[l].e.nos:t);if(e&&e.queries.length>0)for(l=0;l<e.queries.length;l++)"onTake"===e.queries[l].fn&&(n=e.queries[l].e.nos<=n?n:e.queries[l].e.nos,e.queries.splice(l,1),--l);return(this.allowFiltering&&s||!i||!this.allowFiltering&&s)&&(i?e.skip(this.virtualItemStartIndex):e.skip(this.viewPortInfo.startIndex)),this.isIncrementalRequest?e.take(this.incrementalEndIndex):n>0?e.take(n):e.take(t),e.requiresCount(),e},s.prototype.getTakeValue=function(){return this.allowFiltering&&t.Browser.isDevice?Math.round(window.outerHeight/this.listItemHeight):this.itemCount},s.prototype.dataUpdater=function(e,t,s){this.isDataFetched=!1;var l=this.list.classList.contains(U.noData);if(""===this.targetElement().trim()){var n=this.enableVirtualization?this.list.cloneNode(!0):this.mainList.cloneNode?this.mainList.cloneNode(!0):this.mainList;if(this.backCommand){if(this.remoteCustomValue=!1,this.allowCustomValue&&0==n.querySelectorAll("li").length&&this.mainData.length>0&&(this.mainData=[]),this.enableVirtualization&&(this.totalItemCount=this.dataSource&&this.dataSource.length?this.dataSource.length:0,this.resetList(e,s,t),"CheckBox"!==this.mode&&(this.totalItemCount=this.value&&this.value.length?this.totalItemCount-this.value.length:this.totalItemCount),this.UpdateSkeleton(),(l||this.allowCustomValue)&&!this.list.classList.contains(U.noData)&&(this.list.querySelector(".e-virtual-ddl-content")||this.list.appendChild(this.createElement("div",{className:"e-virtual-ddl-content",styles:this.getTransformValues()})).appendChild(this.list.querySelector(".e-list-parent")),!this.list.querySelector(".e-virtual-ddl")))){var a=this.createElement("div",{id:this.element.id+"_popup",className:"e-virtual-ddl",styles:this.GetVirtualTrackHeight()});document.getElementsByClassName("e-popup")[0].querySelector(".e-dropdownbase").appendChild(a)}this.onActionComplete(n,this.mainData),this.value&&this.value.length&&this.refreshSelection(),8!==this.keyCode&&this.focusAtFirstListItem(),this.notify("reOrder",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,e:this})}}else{if(this.enableVirtualization&&this.allowFiltering&&(this.isPreventScrollAction=!0,this.list.scrollTop=0,this.previousStartIndex=0,this.virtualListInfo=null),this.resetList(e,s,t),this.enableVirtualization&&(l||this.allowCustomValue)&&!this.list.classList.contains(U.noData)&&(this.list.querySelector(".e-virtual-ddl-content")||this.list.appendChild(this.createElement("div",{className:"e-virtual-ddl-content",styles:this.getTransformValues()})).appendChild(this.list.querySelector(".e-list-parent")),"CheckBox"!==this.mode&&(this.totalItemCount=this.value&&this.value.length?this.totalItemCount-this.value.length:this.totalItemCount),!this.list.querySelector(".e-virtual-ddl"))){a=this.createElement("div",{id:this.element.id+"_popup",className:"e-virtual-ddl",styles:this.GetVirtualTrackHeight()});document.getElementsByClassName("e-popup")[0].querySelector(".e-dropdownbase").appendChild(a)}this.allowCustomValue&&(e instanceof i.DataManager?(this.remoteCustomValue=!0,this.tempQuery=t):this.checkForCustomValue(t,s))}this.enableVirtualization&&this.allowFiltering&&this.getFilteringSkeletonCount(),this.refreshPopup(),"CheckBox"===this.mode&&this.removeFocus()},s.prototype.checkForCustomValue=function(e,s){var l=!this.getValueByText(this.inputElement.value,this.ignoreCase),n=s||this.fields;if(this.allowCustomValue&&l){var a=this.inputElement.value,o=!t.isNullOrUndefined(this.mainData)&&this.mainData.length>0?this.mainData[0]:this.mainData;if(o&&"string"!=typeof o&&"number"!=typeof o&&"boolean"!=typeof o){var r={};t.setValue(n.text,a,r),"number"==typeof t.getValue(this.fields.value?this.fields.value:"value",o)&&this.fields.value!==this.fields.text?t.setValue(n.value,Math.random(),r):t.setValue(n.value,a,r);var h={};if(this.allowObjectBinding){(this.listData&&this.listData.length>0?Object.keys(this.listData[0]):this.firstItem?Object.keys(this.firstItem):Object.keys(r)).forEach(function(e){h[e]=e===s.value||e===s.text?t.getValue(s.value,r):null})}if(r=this.allowObjectBinding?h:r,this.enableVirtualization){this.virtualCustomData=r;var p=this.dataSource instanceof i.DataManager?JSON.parse(JSON.stringify(this.listData)):JSON.parse(JSON.stringify(this.dataSource));this.virtualCustomSelectData&&this.virtualCustomSelectData.length>0&&p.concat(this.virtualCustomSelectData),p.splice(0,0,r),this.isCustomDataUpdated=!0;var d=this.totalItemCount;this.viewPortInfo.startIndex=this.virtualItemStartIndex=0,this.viewPortInfo.endIndex=this.virtualItemEndIndex=this.itemCount,this.resetList(p,n,e),this.isCustomDataUpdated=!1,this.totalItemCount=this.enableVirtualization&&this.dataSource instanceof i.DataManager?d:this.totalItemCount}else{this.dataSource instanceof i.DataManager&&this.allowCustomValue&&this.allowFiltering&&(this.remoteCustomValue=!1);(p=JSON.parse(JSON.stringify(this.listData))).splice(0,0,r),this.resetList(p,n,e)}}else if(this.listData){(p=JSON.parse(JSON.stringify(this.listData))).splice(0,0,this.inputElement.value),p[0]="number"!=typeof o||isNaN(parseFloat(p[0]))?p[0]:parseFloat(p[0]),p[0]="boolean"==typeof o?"true"===p[0]||"false"!==p[0]&&p[0]:p[0],this.resetList(p,n)}}else if(this.listData&&this.mainData&&!l&&this.allowCustomValue)if(this.allowFiltering&&this.isRemoteSelection&&this.remoteCustomValue)this.isRemoteSelection=!1,this.enableVirtualization||this.resetList(this.listData,n,e);else if(!this.allowFiltering&&this.list){var c=this.list.querySelectorAll("li."+U.li+":not(.e-hide-listitem)"),m=u(this.targetElement(),c,"StartsWith",this.ignoreCase);m&&null!==m.item&&this.addListFocus(m.item)}this.value&&this.value.length&&this.refreshSelection()},s.prototype.getNgDirective=function(){return"EJS-MULTISELECT"},s.prototype.wrapperClick=function(e){if(this.setDynValue=!1,this.keyboardEvent=null,this.isKeyBoardAction=!1,this.enabled)if(e.target!==this.overAllClear){if(this.inputFocus||this.inputElement.focus(),!this.readonly){if(e.target&&-1!==e.target.classList.toString().indexOf(De))return void(this.isPopupOpen()&&this.refreshPopup());!this.isPopupOpen()&&(this.openOnClick||this.showDropDownIcon&&e.target&&e.target.className===Ue)?this.showPopup(e):(this.hidePopup(e),"CheckBox"===this.mode&&(this.showOverAllClear(),this.inputFocus=!0,this.overAllWrapper.classList.contains(Oe)||this.overAllWrapper.classList.add(Oe)))}this.targetElement()&&""!==this.targetElement()||e.preventDefault()}else e.preventDefault()},s.prototype.enable=function(e){e?(this.overAllWrapper.classList.remove("e-disabled"),this.inputElement.removeAttribute("disabled"),t.attributes(this.inputElement,{"aria-disabled":"false"}),this.ensureAriaDisabled("false")):(this.overAllWrapper.classList.add("e-disabled"),this.inputElement.setAttribute("disabled","true"),t.attributes(this.inputElement,{"aria-disabled":"true"}),this.ensureAriaDisabled("true")),this.enabled!==e&&(this.enabled=e),this.hidePopup()},s.prototype.onBlurHandler=function(e,i){var s;if(t.isNullOrUndefined(e)||(s=e.relatedTarget),this.popupObj&&document.body.contains(this.popupObj.element)&&this.popupObj.element.contains(s))"CheckBox"!==this.mode?this.inputElement.focus():"Auto"===this.floatLabelType&&(this.overAllWrapper.classList.contains("e-outline")||this.overAllWrapper.classList.contains("e-filled"))&&t.addClass([this.overAllWrapper],"e-valid-input");else{if("Auto"===this.floatLabelType&&this.overAllWrapper.classList.contains("e-outline")&&"CheckBox"===this.mode&&(t.isNullOrUndefined(this.value)||0===this.value.length)&&t.removeClass([this.overAllWrapper],"e-valid-input"),"CheckBox"===this.mode&&t.Browser.isIE&&!t.isNullOrUndefined(e)&&!i)return this.inputFocus=!1,void this.overAllWrapper.classList.remove(Oe);if(this.scrollFocusStatus)return t.isNullOrUndefined(e)||e.preventDefault(),this.inputElement.focus(),void(this.scrollFocusStatus=!1);if(this.inputFocus=!1,this.overAllWrapper.classList.remove(Oe),this.addTagOnBlur){var l=this.getValueByText(this.inputElement.value,this.ignoreCase,this.ignoreAccent),n=this.findListElement(this.list,"li","data-value",l),o=this.hideSelectedItem?Ae:U.selected;!(!n||n.classList.contains(o))&&(this.updateListSelection(n,e),"Delimiter"===this.mode&&this.updateDelimeter(this.delimiterChar))}this.updateDataList(),this.resetMainList&&(this.mainList=this.resetMainList,this.resetMainList=null),this.refreshListItems(null),"Box"!==this.mode&&"CheckBox"!==this.mode&&this.updateDelimView(),this.changeOnBlur&&(this.updateValueState(e,this.value,this.tempValues),this.dispatchEvent(this.hiddenElement,"change")),this.overAllClear.style.display="none",this.isPopupOpen()&&this.hidePopup(e),this.makeTextBoxEmpty(),this.trigger("blur"),this.focused=!0,t.Browser.isDevice&&"Delimiter"!==this.mode&&"CheckBox"!==this.mode&&this.removeChipFocus(),this.removeChipSelection(),this.refreshInputHight(),S(this.overAllWrapper,this.componentWrapper,this.value,this.floatLabelType,this.placeholder),this.refreshPlaceHolder(),(this.allowFiltering||!0===this.enableSelectionOrder&&"CheckBox"===this.mode)&&!t.isNullOrUndefined(this.mainList)&&(this.ulElement=this.mainList),this.checkPlaceholderSize(),a.Input.createSpanElement(this.overAllWrapper,this.createElement),this.calculateWidth(),t.isNullOrUndefined(this.overAllWrapper)||t.isNullOrUndefined(this.overAllWrapper.getElementsByClassName("e-ddl-icon")[0]&&this.overAllWrapper.getElementsByClassName("e-float-text-content")[0]&&"Never"!==this.floatLabelType)||this.overAllWrapper.getElementsByClassName("e-float-text-content")[0].classList.add("e-icon")}},s.prototype.calculateWidth=function(){var e;if(this.overAllWrapper){if(!this.showDropDownIcon||this.overAllWrapper.querySelector(".e-label-top"))e=this.overAllWrapper.clientWidth-2*parseInt(getComputedStyle(this.inputElement).paddingRight);else{var t=this.dropIcon.offsetWidth+parseInt(getComputedStyle(this.dropIcon).marginRight);e=this.overAllWrapper.clientWidth-(t+2*parseInt(getComputedStyle(this.inputElement).paddingRight))}"Never"!==this.floatLabelType&&a.Input.calculateWidth(e,this.overAllWrapper,this.getModuleName())}},s.prototype.checkPlaceholderSize=function(){if(this.showDropDownIcon){var e=this.dropIcon.offsetWidth+parseInt(window.getComputedStyle(this.dropIcon).marginRight,10);this.setPlaceholderSize(e)}else t.isNullOrUndefined(this.dropIcon)||this.setPlaceholderSize(this.showDropDownIcon?this.dropIcon.offsetWidth:0)},s.prototype.setPlaceholderSize=function(e){t.isNullOrUndefined(this.value)||0===this.value.length?0!==this.dropIcon.offsetWidth?this.searchWrapper.style.width="calc(100% - "+(e+10)+"px":t.addClass([this.searchWrapper],He):t.isNullOrUndefined(this.value)||(this.searchWrapper.removeAttribute("style"),t.removeClass([this.searchWrapper],He))},s.prototype.refreshInputHight=function(){t.isNullOrUndefined(this.searchWrapper)||(this.value&&this.value.length||!t.isNullOrUndefined(this.text)&&""!==this.text?this.searchWrapper.classList.add(Le):this.searchWrapper.classList.remove(Le))},s.prototype.validateValues=function(e,t){return JSON.stringify(e.slice().sort())!==JSON.stringify(t.slice().sort())},s.prototype.updateValueState=function(e,t,i){var s=t||[],l=i||[];if(this.initStatus&&this.validateValues(s,l)){var n={e:e,oldValue:(this.allowObjectBinding,i),value:(this.allowObjectBinding,t),isInteracted:!!e,element:this.element,event:e};this.isAngular&&this.preventChange?this.preventChange=!1:this.trigger("change",n),this.updateTempValue(),this.changeOnBlur||this.dispatchEvent(this.hiddenElement,"change")}this.selectedValueInfo=this.viewPortInfo},s.prototype.updateTempValue=function(){this.value?this.tempValues=(this.allowObjectBinding,this.value.slice()):this.tempValues=this.value},s.prototype.updateAriaActiveDescendant=function(){t.isNullOrUndefined(this.ulElement)||t.isNullOrUndefined(this.ulElement.getElementsByClassName("e-item-focus")[0])||t.attributes(this.inputElement,{"aria-activedescendant":this.ulElement.getElementsByClassName("e-item-focus")[0].id})},s.prototype.pageUpSelection=function(e,i){var s=this.list.querySelectorAll("li."+U.li+":not(."+Ae+"):not(.e-reorder-hide)"),l=e>=0?s[e+1]:s[0];this.enableVirtualization&&i&&(l=this.liCollections.length>=e&&e>=0?this.liCollections[e]:this.liCollections[this.skeletonCount]),!t.isNullOrUndefined(l)&&l.classList.contains("e-virtual-list")&&(l=this.liCollections[this.skeletonCount]),this.enableVirtualization?(t.isNullOrUndefined(l)||l.classList.contains("e-item-focus")?0==this.viewPortInfo.startIndex&&(this.isKeyBoardAction=!0,this.scrollTop(l,this.getIndexByValue(l.getAttribute("data-value")),this.keyboardEvent.keyCode)):(this.isKeyBoardAction=!0,this.addListFocus(l),this.scrollTop(l,this.getIndexByValue(l.getAttribute("data-value")),this.keyboardEvent.keyCode)),this.previousFocusItem=l):(this.isKeyBoardAction=!0,this.addListFocus(l),this.scrollTop(l,this.getIndexByValue(l.getAttribute("data-value")),this.keyboardEvent.keyCode))},s.prototype.pageDownSelection=function(e,t){var i=this.getItems(),s=this.list.querySelectorAll("li."+U.li+":not(."+Ae+"):not(.e-reorder-hide)"),l=e<=s.length?s[e-1]:s[s.length-1];this.enableVirtualization&&this.skeletonCount>0&&(l=e<i.length?this.liCollections[e]:this.liCollections[i.length-1]),this.enableVirtualization&&t&&(l=e<=i.length?this.liCollections[e]:this.liCollections[i.length-1]),this.isKeyBoardAction=!0,this.addListFocus(l),this.previousFocusItem=l,this.scrollBottom(l,this.getIndexByValue(l.getAttribute("data-value")),!1,this.keyboardEvent.keyCode)},s.prototype.getItems=function(){return this.list||e.prototype.render.call(this),this.ulElement&&this.ulElement.querySelectorAll("."+U.li).length>0?this.ulElement.querySelectorAll("."+U.li+":not(."+Ae+")"):[]},s.prototype.focusInHandler=function(e){var t=this;if(this.enabled){if(this.showOverAllClear(),this.inputFocus=!0,this.value&&this.value.length&&("Delimiter"!==this.mode&&"CheckBox"!==this.mode?this.chipCollectionWrapper.style.display="":this.showDelimWrapper(),"CheckBox"!==this.mode&&(this.viewWrapper.style.display="none")),"CheckBox"!==this.mode&&this.searchWrapper.classList.remove(Le),this.checkPlaceholderSize(),this.focused){var i={isInteracted:!!e,event:e};this.trigger("focus",i),this.focused=!1}return this.overAllWrapper.classList.contains(Oe)||this.overAllWrapper.classList.add(Oe),b(this.overAllWrapper,this.componentWrapper),this.isPopupOpen()&&this.refreshPopup(),setTimeout(function(){t.calculateWidth()},150),!0}return!1},s.prototype.showDelimWrapper=function(){"CheckBox"===this.mode?this.viewWrapper.style.display="":this.delimiterWrapper.style.display="",this.componentWrapper.classList.add("e-delimiter")},s.prototype.hideDelimWrapper=function(){this.delimiterWrapper.style.display="none",this.componentWrapper.classList.remove("e-delimiter")},s.prototype.expandTextbox=function(){var e=5;this.placeholder&&(e=e>this.inputElement.placeholder.length?e:this.inputElement.placeholder.length),this.inputElement.value.length>e?this.inputElement.size=this.inputElement.value.length:this.inputElement.size=e},s.prototype.isPopupOpen=function(){return null!==this.popupWrapper&&null!==this.popupWrapper.parentElement},s.prototype.refreshPopup=function(){this.popupObj&&this.mobFilter&&(this.popupObj.setProperties({width:this.calcPopupWidth()}),this.popupObj.refreshPosition(this.overAllWrapper),this.popupObj.resolveCollision())},s.prototype.checkTextLength=function(){return this.targetElement().length<1},s.prototype.popupKeyActions=function(e){switch(e.keyCode){case 38:this.hidePopup(e),"CheckBox"===this.mode&&this.inputElement.focus(),e.preventDefault();break;case 40:this.isPopupOpen()||(this.showPopup(e),e.preventDefault())}},s.prototype.updateAriaAttribute=function(){var e=this.list.querySelector("."+U.focus);if(!t.isNullOrUndefined(e))if(this.inputElement.setAttribute("aria-activedescendant",e.id),this.allowFiltering){var i=this.popupWrapper.querySelector("."+We);i&&i.setAttribute("aria-activedescendant",e.id)}else"CheckBox"==this.mode&&this.overAllWrapper.setAttribute("aria-activedescendant",e.id)},s.prototype.homeNavigation=function(e,t){if(this.removeFocus(),this.enableVirtualization)if(e)this.enableVirtualization&&0!==this.viewPortInfo.startIndex&&(this.viewPortInfo.startIndex=0,this.viewPortInfo.endIndex=this.itemCount,this.updateVirtualItemIndex(),this.resetList(this.dataSource,this.fields,this.query));else if(this.enableVirtualization&&(!this.value&&this.viewPortInfo.endIndex!==this.totalItemCount||this.value&&this.value.length>0&&this.viewPortInfo.endIndex!==this.totalItemCount+this.value.length)){this.viewPortInfo.startIndex=this.totalItemCount-this.itemCount,this.viewPortInfo.endIndex=this.totalItemCount,this.updateVirtualItemIndex();var s=(new i.Query).clone();this.value&&this.value.length>0&&(s=(s=this.getForQuery(this.value).clone()).skip(this.totalItemCount-this.itemCount)),this.resetList(this.dataSource,this.fields,s)}this.UpdateSkeleton();var l=this.ulElement.querySelectorAll("li."+U.li+":not(."+Ae+"):not(.e-reorder-hide)");if(l.length>0){var n=l[e?0:l.length-1];this.enableVirtualization&&e&&(n=l[this.skeletonCount]),this.removeFocus(),n.classList.add(U.focus),this.enableVirtualization&&e?this.scrollTop(n,void 0,this.keyboardEvent.keyCode):t||this.scrollBottom(n,void 0,!1,this.keyboardEvent.keyCode),this.updateAriaActiveDescendant()}},s.prototype.updateSelectionList=function(){if(!t.isNullOrUndefined(this.value)&&this.value.length)for(var e=0;e<this.value.length;e++){var i=this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",this.value[e]):this.value[e],s=this.getElementByValue(i);s&&!s.classList.contains(U.selected)&&s.classList.add("e-active")}},s.prototype.handleVirtualKeyboardActions=function(e,t){var i,s=this.list.querySelector("."+U.focus);switch(this.isKeyBoardAction=!0,e.keyCode){case 40:this.arrowDown(e,!0);break;case 38:this.arrowUp(e,!0);break;case 33:e.preventDefault(),s&&(i=this.getIndexByValue(this.previousFocusItem.getAttribute("data-value"))-1,this.pageUpSelection(i,!0),this.updateAriaAttribute());break;case 34:e.preventDefault(),s&&(i=this.getIndexByValue(this.previousFocusItem.getAttribute("data-value")),this.pageDownSelection(i,!0),this.updateAriaAttribute());break;case 35:case 36:this.isMouseScrollAction=!0,this.homeNavigation(36===e.keyCode,!0),this.isPreventScrollAction=!0}this.keyboardEvent=null,this.isScrollChanged=!0,this.isKeyBoardAction=!1},s.prototype.onKeyDown=function(e){if(!this.readonly&&(this.enabled||"CheckBox"===this.mode)&&(this.preventSetCurrentData=!1,this.keyboardEvent=e,this.isPreventKeyAction&&this.enableVirtualization&&e.preventDefault(),this.keyCode=e.keyCode,this.keyDownStatus=!0,!(e.keyCode>111&&e.keyCode<124)))if(e.altKey)this.popupKeyActions(e);else{if(this.isPopupOpen()){var t=this.list.querySelector("."+U.focus),i=void 0;switch(e.keyCode){case 36:case 35:this.isMouseScrollAction=!0,this.isKeyBoardAction=!0,this.homeNavigation(36===e.keyCode);break;case 33:return e.preventDefault(),void(t&&(i=this.getIndexByValue(t.getAttribute("data-value")),this.pageUpSelection(i-this.getPageCount()-1),this.updateAriaAttribute()));case 34:return e.preventDefault(),void(t&&(i=this.getIndexByValue(t.getAttribute("data-value")),this.pageDownSelection(i+this.getPageCount()),this.updateAriaAttribute()));case 38:this.isKeyBoardAction=!0,this.arrowUp(e);break;case 40:this.isKeyBoardAction=!0,this.arrowDown(e);break;case 27:return e.preventDefault(),this.isKeyBoardAction=!0,this.hidePopup(e),void("CheckBox"===this.mode&&this.inputElement.focus());case 13:return e.preventDefault(),this.isKeyBoardAction=!0,"CheckBox"!==this.mode&&this.selectByKey(e),void this.checkPlaceholderSize();case 32:return this.isKeyBoardAction=!0,void this.spaceKeySelection(e);case 9:e.preventDefault(),this.isKeyBoardAction=!0,this.hidePopup(e),this.inputElement.focus(),this.overAllWrapper.classList.add(Oe)}}else switch(e.keyCode){case 13:case 9:case 16:case 17:case 20:return;case 40:this.openOnClick&&this.showPopup();break;case 27:return e.preventDefault(),void this.escapeAction()}this.checkTextLength()&&this.keyNavigation(e),"CheckBox"===this.mode&&this.enableSelectionOrder&&(this.allowFiltering&&(this.previousFilterText=this.targetElement()),this.checkBackCommand(e)),this.expandTextbox(),"CheckBox"===this.mode&&this.showSelectAll||this.refreshPopup(),this.isKeyBoardAction=!1}},s.prototype.arrowDown=function(e,i){e.preventDefault(),this.moveByList(1,i),this.keyAction=!0,(document.activeElement.classList.contains(We)||"CheckBox"===this.mode&&!this.allowFiltering&&document.activeElement!==this.list)&&t.EventHandler.add(this.list,"keydown",this.onKeyDown,this),this.updateAriaAttribute()},s.prototype.arrowUp=function(e,i){e.preventDefault(),this.keyAction=!0;var s=this.list.querySelectorAll("li."+U.li+":not(."+Ae+"):not(.e-reorder-hide)");this.enableGroupCheckBox&&"CheckBox"===this.mode&&!t.isNullOrUndefined(this.fields.groupBy)&&(s=this.list.querySelectorAll("li."+U.li+",li."+U.group+":not(."+Ae+"):not(.e-reorder-hide)"));var l=this.list.querySelector("li."+U.focus);this.focusFirstListItem=!t.isNullOrUndefined(this.liCollections[0])&&this.liCollections[0].classList.contains("e-item-focus");Array.prototype.slice.call(s).indexOf(l)<=0&&"CheckBox"===this.mode&&this.allowFiltering&&(this.keyAction=!1,this.notify("inputFocus",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,value:"focus"})),this.moveByList(-1,i),this.updateAriaAttribute()},s.prototype.spaceKeySelection=function(e){if("CheckBox"===this.mode){var i=this.list.querySelector("li."+U.focus),s=document.getElementsByClassName("e-selectall-parent")[0];if((!t.isNullOrUndefined(i)||s&&s.classList.contains("e-item-focus"))&&(e.preventDefault(),this.keyAction=!0),this.selectByKey(e),this.keyAction){var l=this.list.querySelector("li."+U.focus);!t.isNullOrUndefined(l)&&s&&s.classList.contains("e-item-focus")&&l.classList.remove("e-item-focus")}}this.checkPlaceholderSize()},s.prototype.checkBackCommand=function(e){(8===e.keyCode&&this.allowFiltering?this.targetElement()!==this.previousFilterText:""===this.targetElement())?this.backCommand=!1:this.backCommand=!0},s.prototype.keyNavigation=function(e){if("Delimiter"!==this.mode&&"CheckBox"!==this.mode&&this.value&&this.value.length)switch(e.keyCode){case 37:e.preventDefault(),this.moveBy(-1,e);break;case 39:e.preventDefault(),this.moveBy(1,e);break;case 8:this.removelastSelection(e);break;case 46:this.removeSelectedChip(e)}else if(8===e.keyCode&&"Delimiter"===this.mode&&this.value&&this.value.length){e.preventDefault();var i=this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",this.value[this.value.length-1]):this.value[this.value.length-1];this.removeValue(this.value[this.value.length-1],e),this.updateDelimeter(this.delimiterChar,e),this.focusAtLastListItem(i)}},s.prototype.selectByKey=function(e){this.removeChipSelection(),this.selectListByKey(e),this.hideSelectedItem&&this.focusAtFirstListItem()},s.prototype.escapeAction=function(){var e=this.tempValues?this.tempValues.slice():[];this.allowObjectBinding&&(e=this.tempValues?this.tempValues.slice():[]),this.value&&this.validateValues(this.value,e)&&("CheckBox"!==this.mode&&(this.value=e,this.initialValueUpdate()),"Delimiter"!==this.mode&&"CheckBox"!==this.mode?this.chipCollectionWrapper.style.display="":this.showDelimWrapper(),this.refreshPlaceHolder(),this.value.length?this.showOverAllClear():this.hideOverAllClear()),this.makeTextBoxEmpty()},s.prototype.scrollBottom=function(e,i,s,l){void 0===s&&(s=!1),void 0===l&&(l=null),(!t.isNullOrUndefined(e)&&e.classList.contains("e-virtual-list")||this.enableVirtualization&&t.isNullOrUndefined(e))&&(e=this.liCollections[this.skeletonCount]),this.isUpwardScrolling=!1;var n=this.list.querySelectorAll(".e-virtual-list").length,a=this.list.querySelector("li:last-of-type")?this.list.querySelector("li:last-of-type").getAttribute("data-value"):null,o=this.virtualListInfo&&this.virtualListInfo.startIndex?e.offsetTop+this.virtualListInfo.startIndex*e.offsetHeight:e.offsetTop,r=this.list.offsetHeight,h=o-n*e.offsetHeight+e.offsetHeight-this.list.scrollTop,u=this.list.scrollTop+h-r,p=!1,d=o-n*e.offsetHeight+e.offsetHeight-this.list.scrollTop;if(d=this.fields.groupBy&&!t.isNullOrUndefined(this.fixedHeaderElement)?d-this.fixedHeaderElement.offsetHeight:d,0!==i||this.enableVirtualization){if(h>r||!(d>0&&this.list.offsetHeight>d)){var c=e?e.getAttribute("data-value"):null,m=34==l?this.getPageCount()-1:1;!this.enableVirtualization||this.isKeyBoardAction||s?this.isKeyBoardAction&&this.enableVirtualization&&a&&c===a&&35!=l&&!this.isVirtualScrolling?(this.isPreventKeyAction=!0,this.list.scrollTop+=e.offsetHeight*m,this.isPreventKeyAction=!this.IsScrollerAtEnd()&&this.isPreventKeyAction,this.isKeyBoardAction=!1,this.isPreventScrollAction=!1):this.enableVirtualization&&35==l?(this.isPreventKeyAction=!1,this.isKeyBoardAction=!1,this.isPreventScrollAction=!1,this.list.scrollTop=this.list.scrollHeight):(34==l&&this.enableVirtualization&&!this.isVirtualScrolling&&(this.isPreventKeyAction=!1,this.isKeyBoardAction=!1,this.isPreventScrollAction=!1),this.list.scrollTop=u):this.list.scrollTop=this.virtualListInfo&&this.virtualListInfo.startIndex?this.virtualListInfo.startIndex*this.listItemHeight:0,p=this.isKeyBoardAction}}else this.list.scrollTop=0;this.isKeyBoardAction=p},s.prototype.scrollTop=function(e,i,s){void 0===s&&(s=null);var l=this.list.querySelectorAll(".e-virtual-list").length,n=this.virtualListInfo&&this.virtualListInfo.startIndex?e.offsetTop+this.virtualListInfo.startIndex*e.offsetHeight:e.offsetTop,a=n-l*e.offsetHeight-this.list.scrollTop,o=this.list.querySelector("li.e-list-item:not(.e-virtual-list)")?this.list.querySelector("li.e-list-item:not(.e-virtual-list)").getAttribute("data-value"):null;a=this.fields.groupBy&&!t.isUndefined(this.fixedHeaderElement)?a-this.fixedHeaderElement.offsetHeight:a;var r=n-l*e.offsetHeight+e.offsetHeight-this.list.scrollTop,h=this.enableVirtualization&&"autocomplete"===this.getModuleName()&&a<=0;if(0!==i||this.enableVirtualization)if(a<0||h){var u=e?e.getAttribute("data-value"):null,p=33==s?this.getPageCount()-2:1;this.enableVirtualization&&this.isKeyBoardAction&&o&&u===o&&36!=s&&!this.isVirtualScrolling?(this.isUpwardScrolling=!0,this.isPreventKeyAction=!0,this.isKeyBoardAction=!1,this.list.scrollTop-=e.offsetHeight*p,this.isPreventKeyAction=0!=this.list.scrollTop&&this.isPreventKeyAction,this.isPreventScrollAction=!1):this.enableVirtualization&&36==s?(this.isPreventScrollAction=!1,this.isPreventKeyAction=!0,this.isKeyBoardAction=!1,this.list.scrollTo(0,0)):(33==s&&this.enableVirtualization&&!this.isVirtualScrolling&&(this.isPreventKeyAction=!1,this.isKeyBoardAction=!1,this.isPreventScrollAction=!1),this.list.scrollTop=this.list.scrollTop+a)}else r>0&&this.list.offsetHeight>r||(this.list.scrollTop=e.offsetTop-(this.fields.groupBy&&!t.isNullOrUndefined(this.fixedHeaderElement)?this.fixedHeaderElement.offsetHeight:0));else this.list.scrollTop=0},s.prototype.selectListByKey=function(e){var i,s=this.list.querySelector("li."+U.focus),l=this.value&&this.value.length?this.value.length:0;null!==s&&(e.preventDefault(),s.classList.contains("e-active")&&(l-=1),this.isValidLI(s)&&l<this.maximumSelectionLength?(this.updateListSelection(s,e),this.addListFocus(s),"CheckBox"===this.mode?(this.updateDelimView(),this.updateDelimeter(this.delimiterChar,e),this.refreshInputHight(),this.checkPlaceholderSize(),this.enableGroupCheckBox&&!t.isNullOrUndefined(this.fields.groupBy)&&(i=s.firstElementChild.lastElementChild,this.findGroupStart(i),this.deselectHeader())):this.updateDelimeter(this.delimiterChar,e),this.makeTextBoxEmpty(),"CheckBox"!==this.mode&&this.refreshListItems(s.textContent),this.changeOnBlur||this.updateValueState(e,this.value,this.tempValues),this.refreshPopup()):!this.isValidLI(s)&&l<this.maximumSelectionLength&&((i=s.firstElementChild.lastElementChild).classList.contains("e-check")?this.selectAllItem(!1,e,s):this.selectAllItem(!0,e,s)),this.refreshSelection(),this.closePopupOnSelect&&this.hidePopup(e));var n=document.getElementsByClassName("e-selectall-parent")[0];if(n&&n.classList.contains("e-item-focus")){var a=n.childNodes[0];if(a.classList.contains("e-check")){a.classList.remove("e-check");o={module:"CheckBoxSelection",enable:"CheckBox"===this.mode,value:"check",name:"checkSelectAll"};this.notify("checkSelectAll",o),this.selectAllItem(!1,e,s)}else{a.classList.add("e-check");var o={module:"CheckBoxSelection",enable:"CheckBox"===this.mode,value:"check",name:"checkSelectAll"};this.notify("checkSelectAll",o),this.selectAllItem(!0,e,s)}}this.refreshPlaceHolder()},s.prototype.refreshListItems=function(e){if((this.allowFiltering||"CheckBox"===this.mode&&!0===this.enableSelectionOrder||this.allowCustomValue)&&this.mainList&&this.listData){var i=this.mainList.cloneNode?this.mainList.cloneNode(!0):this.mainList;this.enableVirtualization?this.allowCustomValue&&this.virtualCustomData&&null==e&&this.virtualCustomData&&this.viewPortInfo&&0===this.viewPortInfo.startIndex&&this.viewPortInfo.endIndex===this.itemCount?(this.virtualCustomData=null,this.renderItems(this.mainData,this.fields)):this.onActionComplete(this.list,this.listData):this.onActionComplete(i,this.mainData),this.focusAtLastListItem(e),this.value&&this.value.length&&this.refreshSelection()}else!t.isNullOrUndefined(this.fields.groupBy)&&this.value&&this.value.length&&this.refreshSelection()},s.prototype.removeSelectedChip=function(e){var i,s=this.chipCollectionWrapper.querySelector("span."+Ne);if(null!==s){t.isNullOrUndefined(this.value)||(this.tempValues=(this.allowObjectBinding,this.value.slice())),null!==(i=s.nextElementSibling)&&(this.removeChipSelection(),this.addChipSelection(i,e));var l=this.allowObjectBinding?this.getDataByValue(this.getFormattedValue(s.getAttribute("data-value"))):s.getAttribute("data-value");this.removeValue(l,e),this.makeTextBoxEmpty()}this.closePopupOnSelect&&this.hidePopup(e),this.checkPlaceholderSize()},s.prototype.moveByTop=function(e){var t,i=this.list.querySelectorAll("li."+U.li);i.length>1&&(this.removeFocus(),t=e?0:i.length-1,this.addListFocus(i[t]),this.scrollBottom(i[t],t)),this.updateAriaAttribute()},s.prototype.clickHandler=function(e){var t=e.target.className,i=document.getElementsByClassName("e-selectall-parent")[0];"e-input-filter e-input"!==t&&"e-input-group e-control-wrapper e-input-focus"!==t||!i.classList.contains("e-item-focus")||i.classList.remove("e-item-focus")},s.prototype.moveByList=function(e,i){if(this.list){var s=this.list.querySelectorAll("li."+U.li+":not(."+Ae+"):not(.e-reorder-hide)");"CheckBox"===this.mode&&this.enableGroupCheckBox&&!t.isNullOrUndefined(this.fields.groupBy)&&(s=this.list.querySelectorAll("li."+U.li+",li."+U.group+":not(."+Ae+"):not(.e-reorder-hide)"));var l=this.list.querySelector("li."+U.focus);this.enableVirtualization&&i&&!t.isNullOrUndefined(this.currentFocuedListElement)&&(l=this.getElementByValue(this.getFormattedValue(this.currentFocuedListElement.getAttribute("data-value"))));var n=-1,a=document.getElementsByClassName("e-selectall-parent")[0];if("CheckBox"===this.mode&&this.showSelectAll&&1==e&&!t.isNullOrUndefined(a)&&!a.classList.contains("e-item-focus")&&0==this.list.getElementsByClassName("e-item-focus").length&&this.liCollections.length>1)!this.focusFirstListItem&&a.classList.contains("e-item-focus")?a.classList.remove("e-item-focus"):a.classList.contains("e-item-focus")||a.classList.add("e-item-focus");else if(s.length){"CheckBox"===this.mode&&this.showSelectAll&&!t.isNullOrUndefined(a&&-1==e)&&(!this.focusFirstListItem&&a.classList.contains("e-item-focus")?a.classList.remove("e-item-focus"):this.focusFirstListItem&&!a.classList.contains("e-item-focus")&&a.classList.add("e-item-focus"));for(var o=0;o<s.length;o++)if(s[o]===l){n=o;break}if(e>0)n<s.length-1&&(this.removeFocus(),this.enableVirtualization&&i?this.addListFocus(s[n]):this.enableVirtualization&&s[n+1].classList.contains("e-virtual-list")?this.addListFocus(s[this.skeletonCount]):this.addListFocus(s[++n]),n>-1&&(this.updateCheck(s[n]),this.scrollBottom(s[n],n),this.currentFocuedListElement=s[n]));else if(n>0)if(this.enableVirtualization){var r=s[n-1].classList.contains("e-virtual-list"),h=i?n:n-1;!i&&r||this.removeFocus(),!i&&r||(this.addListFocus(s[h]),this.updateCheck(s[h]),this.scrollTop(s[h],n),this.currentFocuedListElement=s[h])}else this.removeFocus(),this.addListFocus(s[--n]),this.updateCheck(s[n]),this.scrollTop(s[n],n)}}},s.prototype.getElementByValue=function(e){for(var t,i=0,s=this.getItems();i<s.length;i++){var l=s[i];if(this.getFormattedValue(l.getAttribute("data-value"))===e){t=l;break}}return t},s.prototype.updateCheck=function(e){if("CheckBox"===this.mode&&this.enableGroupCheckBox&&!t.isNullOrUndefined(this.fields.groupBy)){e.firstElementChild.lastElementChild.classList.contains("e-check")?e.classList.add("e-active"):e.classList.remove("e-active")}},s.prototype.moveBy=function(e,t){var i,s=this.chipCollectionWrapper.querySelectorAll("span."+ke),l=this.chipCollectionWrapper.querySelector("span."+Ne);null===l?e<0&&this.addChipSelection(s[s.length-1],t):e<0?null!==(i=l.previousElementSibling)&&(this.removeChipSelection(),this.addChipSelection(i,t)):(i=l.nextElementSibling,this.removeChipSelection(),null!==i&&this.addChipSelection(i,t))},s.prototype.chipClick=function(e){if(this.enabled){var i=t.closest(e.target,"."+ke);this.removeChipSelection(),this.addChipSelection(i,e)}},s.prototype.removeChipSelection=function(){this.chipCollectionWrapper&&this.removeChipFocus()},s.prototype.addChipSelection=function(e,i){t.addClass([e],Ne),this.trigger("chipSelection",i)},s.prototype.onChipRemove=function(e){if(3!==e.which&&2!==e.button&&this.enabled&&!this.readonly){var i=e.target.parentElement.getAttribute("data-value"),s=this.allowObjectBinding?this.getDataByValue(this.getFormattedValue(i)):this.getFormattedValue(i);if(this.allowCustomValue&&("false"!==i&&!1===s||!t.isNullOrUndefined(s)&&"NaN"===s.toString())&&(s=i),this.isPopupOpen()&&"CheckBox"!==this.mode&&this.hidePopup(e),this.inputFocus||this.inputElement.focus(),this.removeValue(s,e),s=this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",s):s,t.isNullOrUndefined(this.findListElement(this.list,"li","data-value",s))&&this.mainList&&this.listData){var l=this.mainList.cloneNode?this.mainList.cloneNode(!0):this.mainList;this.onActionComplete(l,this.mainData)}this.updateDelimeter(this.delimiterChar,e),this.placeholder&&"Never"===this.floatLabelType?(this.makeTextBoxEmpty(),this.checkPlaceholderSize()):this.inputElement.value="",e.preventDefault()}},s.prototype.makeTextBoxEmpty=function(){this.inputElement.value="",this.refreshPlaceHolder()},s.prototype.refreshPlaceHolder=function(){this.placeholder&&"Never"===this.floatLabelType?this.value&&this.value.length||!t.isNullOrUndefined(this.text)&&""!==this.text?this.inputElement.placeholder="":this.inputElement.placeholder=E(this.placeholder):this.setFloatLabelType(),this.expandTextbox()},s.prototype.removeAllItems=function(e,i,s,l,n){var a=this.allowObjectBinding?this.indexOfObjectInArray(e,this.value):this.value.indexOf(e),o=this.value.slice(0);o.splice(a,1),this.setProperties({value:[].concat([],o)},!0),l.setAttribute("aria-selected","false");var r=this.hideSelectedItem?Ae:U.selected;t.removeClass([l],r),this.notify("activeList",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,li:l,e:this,index:a}),this.invokeCheckboxSelection(l,i,s);var h=this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",e):e;this.updateMainList(!0,h,n),this.updateChipStatus()},s.prototype.invokeCheckboxSelection=function(e,t,i){this.notify("updatelist",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,li:e,e:t}),this.updateAriaActiveDescendant(),this.value&&this.value.length!==this.mainData.length&&"CheckBox"===this.mode&&this.showSelectAll&&!this.isSelectAll&&!i&&this.notify("checkSelectAll",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,value:"uncheck"})},s.prototype.removeValue=function(i,s,l,n){var a=this,o=this.allowObjectBinding?this.indexOfObjectInArray(i,this.value):this.value.indexOf(this.getFormattedValue(i));-1===o&&this.allowCustomValue&&!t.isNullOrUndefined(i)&&(o=this.allowObjectBinding?this.indexOfObjectInArray(i,this.value):this.value.indexOf(i.toString()));var r=s&&s.target;n=!!(n||r&&r.classList.contains("e-close-hooker"))||null;var h=this.hideSelectedItem?Ae:U.selected;if(-1!==o){var u=this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",i):i,p=this.virtualSelectAll?null:this.findListElement(this.list,"li","data-value",u),d=this.allowObjectBinding?i:this.getDataByValue(i),c={e:s,item:p,itemData:d,isInteracted:!!s,cancel:!1};this.trigger("removing",c,function(r){if(r.cancel)a.removeIndex++;else{a.virtualSelectAll=!1;var u=a.value.slice(0);if(a.enableVirtualization&&n&&(u=[]),u.splice(o,1),a.enableVirtualization&&"CheckBox"===a.mode&&a.selectedListData.splice(o,1),a.setProperties({value:[].concat([],u)},!0),a.enableVirtualization){var c=0==o?a.text.replace(a.text.split(a.delimiterChar)[o]+a.delimiterChar,""):a.text.replace(a.delimiterChar+a.text.split(a.delimiterChar)[o],"");a.setProperties({text:c.toString()},!0)}if(null!==p){var m=a.allowObjectBinding?t.getValue(a.fields.value?a.fields.value:"",i):i,f=a.findListElement(a.mainList,"li","data-value",m);p.setAttribute("aria-selected","false"),t.removeClass([p],h),f&&(f.setAttribute("aria-selected","false"),t.removeClass([p,f],h)),a.notify("activeList",{module:"CheckBoxSelection",enable:"CheckBox"===a.mode,li:p,e:a,index:o}),a.invokeCheckboxSelection(p,s,n)}var v=a.allowObjectBinding?t.getValue(a.fields.value?a.fields.value:"",i):i;a.hideSelectedItem&&a.fields.groupBy&&p&&a.hideGroupItem(v),a.hideSelectedItem&&a.fixedHeaderElement&&a.fields.groupBy&&"CheckBox"!==a.mode&&a.isPopupOpen()&&e.prototype.scrollStop.call(a),a.updateMainList(!0,v),a.removeChip(v,n),a.updateChipStatus();if((a.value&&a.value.length?a.value.length:0)<a.maximumSelectionLength){var g=a.list.querySelectorAll("li."+U.li+":not(.e-active)");t.removeClass(g,"e-disable")}a.trigger("removed",r);var y=s&&s.currentTarget,C=!(!y||!y.classList.contains("e-selectall-parent"))||null;if(!a.changeOnBlur&&!n&&s&&l&&!C&&a.isSelectAllTarget&&a.updateValueState(s,a.value,a.tempValues),l&&(a.selectAllEventData.push(d),a.selectAllEventEle.push(p)),1===l){a.changeOnBlur||a.updateValueState(s,a.value,a.tempValues);var b={event:s,items:a.selectAllEventEle,itemData:a.selectAllEventData,isInteracted:!!s,isChecked:!1};a.trigger("selectedAll",b),a.selectAllEventData=[],a.selectAllEventEle=[]}!n||1!==l&&null!==l||a.clearAllCallback(s,n),a.isPopupOpen()&&p&&p.parentElement.classList.contains("e-reorder")&&(a.hideSelectedItem&&a.value&&Array.isArray(a.value)&&a.value.length>0&&a.totalItemsCount(),a.notify("setCurrentViewDataAsync",{module:"VirtualScroll"}))}})}},s.prototype.updateMainList=function(e,i,s){if(this.allowFiltering||"CheckBox"===this.mode){var l=s||this.findListElement(this.mainList,"li","data-value",i);l&&(e?(l.setAttribute("aria-selected","false"),t.removeClass([l],this.hideSelectedItem?Ae:U.selected),"CheckBox"===this.mode&&t.removeClass([l.firstElementChild.lastElementChild],"e-check")):(l.setAttribute("aria-selected","true"),t.addClass([l],this.hideSelectedItem?Ae:U.selected),"CheckBox"===this.mode&&t.addClass([l.firstElementChild.lastElementChild],"e-check")))}},s.prototype.removeChip=function(e,i){if(this.chipCollectionWrapper)if(this.enableVirtualization&&i)this.chipCollectionWrapper.querySelectorAll(".e-chips");else{var s=this.findListElement(this.chipCollectionWrapper,"span","data-value",e);s&&t.remove(s)}},s.prototype.setWidth=function(e){t.isNullOrUndefined(e)||("number"==typeof e?this.overAllWrapper.style.width=t.formatUnit(e):"string"==typeof e&&(this.overAllWrapper.style.width=e.match(/px|%|em/)?e:t.formatUnit(e)))},s.prototype.updateChipStatus=function(){this.value&&this.value.length?(t.isNullOrUndefined(this.chipCollectionWrapper)||(this.chipCollectionWrapper.style.display=""),"Delimiter"!==this.mode&&"CheckBox"!==this.mode||this.showDelimWrapper(),this.showOverAllClear()):(t.isNullOrUndefined(this.chipCollectionWrapper)||(this.chipCollectionWrapper.style.display="none"),t.isNullOrUndefined(this.delimiterWrapper)||(this.delimiterWrapper.style.display="none"),this.hideOverAllClear())},s.prototype.indexOfObjectInArray=function(e,t){for(var i=function(i){var s=t[i];if(Object.keys(e).every(function(t){return s.hasOwnProperty(t)&&s[t]===e[t]}))return{value:i}},s=0;s<t.length;s++){var l=i(s);if("object"==typeof l)return l.value}return-1},s.prototype.addValue=function(e,i,s){this.value||(this.value=[]);var l=this.allowObjectBinding?this.getDataByValue(e):e;if(this.allowObjectBinding&&!this.isObjectInArray(this.getDataByValue(e),this.value)||!this.allowObjectBinding&&this.value.indexOf(l)<0){if(this.setProperties({value:[].concat([],this.value,[l])},!0),this.enableVirtualization&&!this.isSelectAllLoop){var n=this.viewWrapper.innerHTML,a=void 0;n+=1===this.value.length?"":this.delimiterChar+" ",n+=a=this.getOverflowVal(this.value.length-1),a=this.viewWrapper.innerHTML,this.updateWrapperText(this.viewWrapper,n)}if(this.enableVirtualization&&"CheckBox"===this.mode){a=void 0;var o=[],r=this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",this.value[this.value.length-1]):this.value[this.value.length-1];a=this.getTextByValue(r);var h=null!=this.text&&""!=this.text?this.text+","+a:a;o.push(h),this.setProperties({text:o.toString()},!0)}}var u=this.findListElement(this.list,"li","data-value",e);this.removeFocus(),u&&(this.addListFocus(u),this.addListSelection(u)),"Delimiter"!==this.mode&&"CheckBox"!==this.mode&&this.addChip(i,e,s),this.hideSelectedItem&&this.fields.groupBy&&this.hideGroupItem(e),this.updateChipStatus(),this.checkMaxSelection()},s.prototype.checkMaxSelection=function(){if((this.value&&this.value.length?this.value.length:0)===this.maximumSelectionLength){var e=this.list.querySelectorAll("li."+U.li+":not(.e-active)");t.addClass(e,"e-disable")}},s.prototype.dispatchSelect=function(i,s,l,n,a){var o=this,r=this.listData;if(this.initStatus&&!n){i=this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",i):i;var h=this.getDataByValue(i),u={e:s,item:l,itemData:h,isInteracted:!!s,cancel:!1};this.trigger("select",u,function(n){if(!n.cancel){if(a&&(o.selectAllEventData.push(h),o.selectAllEventEle.push(l)),1===a){var u={event:s,items:o.selectAllEventEle,itemData:o.selectAllEventData,isInteracted:!!s,isChecked:!0};o.trigger("selectedAll",u),o.selectAllEventData=[]}o.allowCustomValue&&o.isServerRendered&&o.listData!==r&&(o.listData=r),i=o.allowObjectBinding?o.getDataByValue(i):i,o.enableVirtualization&&(t.isNullOrUndefined(o.selectedListData)?o.selectedListData=[o.getDataByValue(i)]:Array.isArray(o.selectedListData)?o.selectedListData.push(o.getDataByValue(i)):o.selectedListData=[o.selectedListData,o.getDataByValue(i)]),(o.enableVirtualization&&i||!o.enableVirtualization)&&o.updateListSelectEventCallback(i,l,s),o.hideSelectedItem&&o.fixedHeaderElement&&o.fields.groupBy&&"CheckBox"!==o.mode&&e.prototype.scrollStop.call(o)}})}},s.prototype.addChip=function(e,t,i){this.chipCollectionWrapper&&this.getChip(e,t,i)},s.prototype.removeChipFocus=function(){var e=this.chipCollectionWrapper.querySelectorAll("span.e-chips."+Ne);if(t.removeClass(e,Ne),t.Browser.isDevice)for(var i=this.chipCollectionWrapper.querySelectorAll("span."+De.split(" ")[0]),s=0;s<i.length;s++)i[s].style.display="none"},s.prototype.onMobileChipInteraction=function(e){var i=t.closest(e.target,"."+ke),s=i.querySelector("span."+De.split(" ")[0]);this.enabled&&!this.readonly&&(i.classList.contains(Ne)||(this.removeChipFocus(),s.style.display="",i.classList.add(Ne)),this.refreshPopup(),e.preventDefault())},s.prototype.multiCompiler=function(e){var i=!1;if("function"!=typeof e&&e)try{i=!!t.selectAll(e,document).length}catch(e){i=!1}return i},s.prototype.encodeHtmlEntities=function(e){return e.replace(/[\u00A0-\u9999<>&]/g,function(e){return"&#"+e.charCodeAt(0)+";"})},s.prototype.getChip=function(e,i,s){var l=this,n={text:i,value:i},a=this.createElement("span",{className:ke,attrs:{"data-value":i,title:e}}),o=this.createElement("span",{className:"e-chipcontent"}),r=this.createElement("span",{className:De});if(this.mainData&&(n=this.getDataByValue(i)),this.valueTemplate&&!t.isNullOrUndefined(n)){var h=this.multiCompiler(this.valueTemplate),u=("function"!=typeof this.valueTemplate&&h?t.compile(t.select(this.valueTemplate,document).innerHTML.trim()):t.compile(this.valueTemplate))(n,this,"valueTemplate",this.valueTemplateId,this.isStringTemplate,null,o);u&&u.length>0&&t.append(u,o),this.renderReactTemplates()}else this.enableHtmlSanitizer?o.innerText=e:o.innerHTML=this.encodeHtmlEntities(e.toString());a.appendChild(o);var p={isInteracted:!!s,itemData:n,e:s,setClass:function(e){t.addClass([a],e)},cancel:!1};this.isPreventChange=this.isAngular&&this.preventChange,this.trigger("tagging",p,function(e){e.cancel||(t.Browser.isDevice?(a.classList.add("e-mob-chip"),t.append([r],a),r.style.display="none",t.EventHandler.add(a,"click",l.onMobileChipInteraction,l)):(t.EventHandler.add(a,"mousedown",l.chipClick,l),l.showClearButton&&a.appendChild(r)),t.EventHandler.add(r,"mousedown",l.onChipRemove,l),l.chipCollectionWrapper.appendChild(a),!l.changeOnBlur&&s&&l.updateValueState(s,l.value,l.tempValues))})},s.prototype.calcPopupWidth=function(){var e=t.formatUnit(this.popupWidth);if(e.indexOf("%")>-1){e=(this.componentWrapper.offsetWidth*parseFloat(e)/100).toString()+"px"}return e},s.prototype.mouseIn=function(){this.enabled&&!this.readonly&&this.showOverAllClear()},s.prototype.mouseOut=function(){this.inputFocus||(this.overAllClear.style.display="none")},s.prototype.listOption=function(e,i){var s=!t.isNullOrUndefined(i.iconCss),l=t.isNullOrUndefined(i.properties)?i:i.properties;return this.listCurrentOptions=null!==i.text||null!==i.value?{fields:l,showIcon:s,ariaAttributes:{groupItemRole:"presentation"}}:{fields:{value:"text"}},t.extend(this.listCurrentOptions,this.listCurrentOptions,i,!0),"CheckBox"===this.mode&&this.notify("listoption",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,dataSource:e,fieldProperty:l}),this.listCurrentOptions},s.prototype.renderPopup=function(){var i=this;if(this.list||e.prototype.render.call(this),!this.popupObj&&!t.isNullOrUndefined(this.popupWrapper)){document.body.appendChild(this.popupWrapper);var s=this.popupWrapper.querySelector(".e-filter-parent");"CheckBox"===this.mode&&!this.allowFiltering&&s&&this.filterParent&&(s.remove(),this.filterParent=null);var l=parseInt(this.popupHeight,10);if(this.popupWrapper.style.visibility="hidden",this.headerTemplate&&(this.setHeaderTemplate(),l-=this.header.offsetHeight),t.append([this.list],this.popupWrapper),!this.list.classList.contains(U.noData)&&this.getItems()[1]&&(this.listItemHeight=this.getItems()[1].offsetHeight),this.enableVirtualization&&!this.list.classList.contains(U.noData))if(!this.list.querySelector(".e-virtual-ddl-content")&&this.list.querySelector(".e-list-parent")?this.list.appendChild(this.createElement("div",{className:"e-virtual-ddl-content",styles:this.getTransformValues()})).appendChild(this.list.querySelector(".e-list-parent")):this.list.querySelector(".e-virtual-ddl-content")&&(this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues()),this.UpdateSkeleton(),this.liCollections=this.list.querySelectorAll("."+U.li),this.virtualItemCount=this.itemCount,"CheckBox"!==this.mode&&this.totalItemsCount(),this.list.querySelector(".e-virtual-ddl"))this.list.getElementsByClassName("e-virtual-ddl")[0].style=this.GetVirtualTrackHeight();else{var a=this.createElement("div",{id:this.element.id+"_popup",className:"e-virtual-ddl",styles:this.GetVirtualTrackHeight()});this.popupWrapper.querySelector(".e-dropdownbase").appendChild(a)}if(this.footerTemplate&&(this.setFooterTemplate(),l-=this.footer.offsetHeight),"CheckBox"===this.mode&&this.showSelectAll?(this.notify("selectAll",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode}),l-=this.selectAllHeight):"CheckBox"!==this.mode||this.showSelectAll||this.headerTemplate||this.footerTemplate?"CheckBox"!==this.mode||this.showSelectAll||(this.notify("selectAll",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode}),l=parseInt(this.popupHeight,10),this.headerTemplate&&this.header&&(l-=this.header.offsetHeight),this.footerTemplate&&this.footer&&(l-=this.footer.offsetHeight)):(this.notify("selectAll",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode}),l=parseInt(this.popupHeight,10)),"CheckBox"===this.mode){var o={module:"CheckBoxSelection",enable:"CheckBox"===this.mode,popupElement:this.popupWrapper};this.allowFiltering&&(this.notify("searchBox",o),l-=this.searchBoxHeight),t.addClass([this.popupWrapper],"e-checkbox")}"auto"!==this.popupHeight?(this.list.style.maxHeight=t.formatUnit(l),this.popupWrapper.style.maxHeight=t.formatUnit(this.popupHeight)):this.list.style.maxHeight=t.formatUnit(this.popupHeight),this.popupObj=new n.Popup(this.popupWrapper,{width:this.calcPopupWidth(),targetType:"relative",position:this.enableRtl?{X:"right",Y:"bottom"}:{X:"left",Y:"bottom"},relateTo:this.overAllWrapper,collision:this.enableRtl?{X:"fit",Y:"flip"}:{X:"flip",Y:"flip"},offsetY:1,enableRtl:this.enableRtl,zIndex:this.zIndex,close:function(){if(i.popupObj.element.parentElement){i.popupObj.unwireScrollEvents();var e=i.popupWrapper.querySelector("."+We);"CheckBox"===i.mode&&e&&document.activeElement===e&&e.blur(),t.detach(i.popupObj.element)}},open:function(){if(i.popupObj.resolveCollision(),!i.isFirstClick){var e=i.list.querySelector("ul");e&&("CheckBox"!==i.mode&&(i.allowFiltering||i.allowCustomValue)&&""!==i.targetElement().trim()||(i.mainList=e.cloneNode?e.cloneNode(!0):e)),i.isFirstClick=!0}i.popupObj.wireScrollEvents(),"CheckBox"!==i.mode&&(i.allowFiltering||i.allowCustomValue)&&""!==i.targetElement().trim()||i.enableVirtualization||(i.loadTemplate(),i.enableVirtualization&&"CheckBox"===i.mode&&i.UpdateSkeleton()),i.isPreventScrollAction=!0,i.setScrollPosition(),!i.list.classList.contains(U.noData)&&i.getItems()[1]&&0!==i.getItems()[1].offsetHeight&&(i.listItemHeight=i.getItems()[1].offsetHeight,i.list.getElementsByClassName("e-virtual-ddl-content")[0]&&(i.list.getElementsByClassName("e-virtual-ddl-content")[0].style=i.getTransformValues())),i.allowFiltering&&i.notify("inputFocus",{module:"CheckBoxSelection",enable:"CheckBox"===i.mode,value:"focus"}),i.enableVirtualization&&(i.notify("bindScrollEvent",{module:"VirtualScroll",component:i.getModuleName(),enable:i.enableVirtualization}),setTimeout(function(){i.value?i.updateSelectionList():i.viewPortInfo&&i.viewPortInfo.offsets.top&&(i.list.scrollTop=i.viewPortInfo.offsets.top)},5))},targetExitViewport:function(){t.Browser.isDevice||i.hidePopup()}}),this.checkCollision(this.popupWrapper),this.popupContentElement=this.popupObj.element.querySelector(".e-content"),"CheckBox"===this.mode&&t.Browser.isDevice&&this.allowFiltering&&this.notify("deviceSearchBox",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode}),this.popupObj.close(),this.popupWrapper.style.visibility=""}},s.prototype.checkCollision=function(e){if("CheckBox"!==this.mode||!t.Browser.isDevice||!this.allowFiltering){n.isCollide(e).length>0&&(e.style.marginTop=-parseInt(getComputedStyle(e).marginTop,10)+"px"),this.popupObj.resolveCollision()}},s.prototype.setHeaderTemplate=function(){this.header&&this.header.remove(),this.header=this.createElement("div"),t.addClass([this.header],"e-ddl-header");var e=this.multiCompiler(this.headerTemplate),i=("function"!=typeof this.headerTemplate&&e?t.compile(t.select(this.headerTemplate,document).innerHTML.trim()):t.compile(this.headerTemplate))({},this,"headerTemplate",this.headerTemplateId,this.isStringTemplate,null,this.header);i&&i.length>0&&t.append(i,this.header),"CheckBox"===this.mode&&this.showSelectAll?t.prepend([this.header],this.popupWrapper):t.append([this.header],this.popupWrapper),t.EventHandler.add(this.header,"mousedown",this.onListMouseDown,this)},s.prototype.setFooterTemplate=function(){this.footer&&this.footer.remove(),this.footer=this.createElement("div"),t.addClass([this.footer],"e-ddl-footer");var e=this.multiCompiler(this.footerTemplate),i=("function"!=typeof this.footerTemplate&&e?t.compile(t.select(this.footerTemplate,document).innerHTML.trim()):t.compile(this.footerTemplate))({},this,"footerTemplate",this.footerTemplateId,this.isStringTemplate,null,this.footer);i&&i.length>0&&t.append(i,this.footer),t.append([this.footer],this.popupWrapper),t.EventHandler.add(this.footer,"mousedown",this.onListMouseDown,this)},s.prototype.updateInitialData=function(){var e=this.selectData;this.renderItems(e,this.fields);if(this.list.scrollTop=0,this.virtualListInfo={currentPageNumber:null,direction:null,sentinelInfo:{},offsets:{},startIndex:0,endIndex:this.itemCount},this.previousStartIndex=0,this.previousEndIndex=0,this.dataSource instanceof i.DataManager?this.remoteDataCount>=0?this.totalItemCount=this.dataCount=this.remoteDataCount:this.resetList(this.dataSource):this.totalItemCount=this.dataCount=this.dataSource&&this.dataSource.length?this.dataSource.length:0,"CheckBox"!==this.mode&&(this.totalItemCount=this.value&&this.value.length?this.totalItemCount-this.value.length:this.totalItemCount),this.getSkeletonCount(),this.UpdateSkeleton(),this.list.getElementsByClassName("e-virtual-ddl")[0])this.list.getElementsByClassName("e-virtual-ddl")[0].style=this.GetVirtualTrackHeight();else if(!this.list.querySelector(".e-virtual-ddl")&&this.skeletonCount>0){var t=this.createElement("div",{id:this.element.id+"_popup",className:"e-virtual-ddl",styles:this.GetVirtualTrackHeight()});this.popupWrapper.querySelector(".e-dropdownbase").appendChild(t)}this.listData=e,this.liCollections=this.list.querySelectorAll(".e-list-item"),this.list.getElementsByClassName("e-virtual-ddl-content")[0]&&(this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues())},s.prototype.clearAll=function(e){if(this.enabled&&!this.readonly){var t=void 0;if(this.value&&this.value.length>0){var i=this.list&&this.list.querySelectorAll("li.e-list-item");if(i&&i.length>0)this.selectAllItems(!1,e);else for(this.removeIndex=0,t=this.value[this.removeIndex];this.removeIndex<this.value.length;t=this.value[this.removeIndex])this.removeValue(t,e,null,!0);this.selectedElementID=null,this.inputElement.removeAttribute("aria-activedescendant")}else this.clearAllCallback(e);this.checkAndResetCache(),this.enableVirtualization&&(this.updateInitialData(),this.chipCollectionWrapper&&(this.chipCollectionWrapper.innerHTML=""),this.isCustomDataUpdated||this.notify("setGeneratedData",{module:"VirtualScroll"})),this.enableVirtualization&&(this.list.scrollTop=0,this.virtualListInfo=null,this.previousStartIndex=0,this.previousEndIndex=0)}},s.prototype.clearAllCallback=function(e,i){var s=this.value?this.value.slice():[];if(this.mainList&&this.listData&&(this.allowFiltering&&"CheckBox"!==this.mode||this.allowCustomValue)){var l=this.mainList.cloneNode?this.mainList.cloneNode(!0):this.mainList;this.onActionComplete(l,this.mainData)}this.focusAtFirstListItem(),this.updateDelimeter(this.delimiterChar,e),"Box"===this.mode||this.inputFocus&&"CheckBox"!==this.mode||this.updateDelimView(),""!==this.inputElement.value&&(this.makeTextBoxEmpty(),this.search(null)),this.checkPlaceholderSize(),this.isPopupOpen()&&this.refreshPopup(),this.inputFocus||(this.changeOnBlur&&this.updateValueState(e,this.value,s),"CheckBox"!==this.mode&&this.inputElement.focus()),"CheckBox"===this.mode&&(this.refreshPlaceHolder(),this.refreshInputHight(),this.changeOnBlur&&i&&(t.isNullOrUndefined(this.value)||0===this.value.length)&&this.updateValueState(e,this.value,this.tempValues)),this.changeOnBlur||!i||!t.isNullOrUndefined(this.value)&&0!==this.value.length||this.updateValueState(e,this.value,this.tempValues),"CheckBox"===this.mode&&this.enableGroupCheckBox&&!t.isNullOrUndefined(this.fields.groupBy)&&this.updateListItems(this.list.querySelectorAll("li.e-list-item"),this.mainList.querySelectorAll("li.e-list-item")),e.preventDefault()},s.prototype.windowResize=function(){this.refreshPopup(),this.inputFocus&&"CheckBox"!==this.mode||!this.viewWrapper||!this.viewWrapper.parentElement||this.updateDelimView()},s.prototype.resetValueHandler=function(e){var i=t.closest(this.inputElement,"form");if(i&&e.target===i){var s=this.element.tagName===this.getNgDirective()?null:this.element.getAttribute("data-initial-value");this.text=s}},s.prototype.wireEvent=function(){t.EventHandler.add(this.componentWrapper,"mousedown",this.wrapperClick,this),t.EventHandler.add(window,"resize",this.windowResize,this),t.EventHandler.add(this.inputElement,"focus",this.focusInHandler,this),t.EventHandler.add(this.inputElement,"keydown",this.onKeyDown,this),t.EventHandler.add(this.inputElement,"keyup",this.keyUp,this),"CheckBox"!==this.mode&&t.EventHandler.add(this.inputElement,"input",this.onInput,this),t.EventHandler.add(this.inputElement,"blur",this.onBlurHandler,this),t.EventHandler.add(this.componentWrapper,"mouseover",this.mouseIn,this);var e=t.closest(this.inputElement,"form");e&&t.EventHandler.add(e,"reset",this.resetValueHandler,this),t.EventHandler.add(this.componentWrapper,"mouseout",this.mouseOut,this),t.EventHandler.add(this.overAllClear,"mousedown",this.clearAll,this),t.EventHandler.add(this.inputElement,"paste",this.pasteHandler,this)},s.prototype.onInput=function(e){this.keyDownStatus?this.isValidKey=!0:this.isValidKey=!1,this.keyDownStatus=!1,t.Browser.isDevice&&"mozilla"===t.Browser.info.name&&this.search(e)},s.prototype.pasteHandler=function(e){var t=this;setTimeout(function(){t.expandTextbox(),t.search(e)})},s.prototype.search=function(e){var s=this;if(this.resetFilteredData=!0,this.preventSetCurrentData=!1,this.firstItem=this.dataSource&&this.dataSource.length>0?this.dataSource[0]:null,t.isNullOrUndefined(e)||(this.keyCode=e.keyCode),!this.isPopupOpen()&&this.openOnClick&&this.showPopup(e),this.openClick(e),!this.checkTextLength()||this.allowFiltering||t.isNullOrUndefined(e)||8===e.keyCode){var l=this.targetElement();if(this.allowFiltering){this.allowCustomValue&&(this.isRemoteSelection=!0),this.checkAndResetCache();var n={preventDefaultAction:!1,text:this.targetElement(),updateData:function(e,t,i){n.cancel||(s.isFiltered=!0,s.customFilterQuery=t,s.remoteFilterAction=!0,s.dataUpdater(e,t,i))},event:e,cancel:!1};this.trigger("filtering",n,function(e){e.cancel||s.isFiltered||e.preventDefaultAction||(s.filterAction=!0,s.dataSource instanceof i.DataManager&&s.allowCustomValue&&(s.isCustomRendered=!1),s.dataUpdater(s.dataSource,null,s.fields))})}else if(this.allowCustomValue){var a=new i.Query;a=this.allowFiltering&&""!==l?a.where(this.fields.text,"startswith",l,this.ignoreCase,this.ignoreAccent):a,this.enableVirtualization?this.dataUpdater(this.dataSource,a,this.fields):this.dataUpdater(this.mainData,a,this.fields),this.UpdateSkeleton()}else{var o=this.list.querySelectorAll("li."+U.li+":not(.e-hide-listitem)"),r=this.typeOfData(this.listData).typeof,h=u(this.targetElement(),o,"StartsWith",this.ignoreCase);if(this.enableVirtualization&&""!==this.targetElement().trim()&&!this.allowFiltering){var p=!1;for((this.viewPortInfo.endIndex>=this.incrementalEndIndex&&this.incrementalEndIndex<=this.totalItemCount||0==this.incrementalEndIndex)&&(p=!0,this.incrementalStartIndex=0,this.incrementalEndIndex=100>this.totalItemCount?this.totalItemCount:100,this.updateIncrementalInfo(this.incrementalStartIndex,this.incrementalEndIndex),p=!1),(0!==this.viewPortInfo.startIndex||p)&&this.updateIncrementalView(0,this.itemCount),h=u(this.targetElement(),this.incrementalLiCollections,this.filterType,!0,this.listData,this.fields,r);t.isNullOrUndefined(h)&&this.incrementalEndIndex<this.totalItemCount&&(this.incrementalStartIndex=this.incrementalEndIndex,this.incrementalEndIndex=this.incrementalEndIndex+100>this.totalItemCount?this.totalItemCount:this.incrementalEndIndex+100,this.updateIncrementalInfo(this.incrementalStartIndex,this.incrementalEndIndex),p=!0,(0!==this.viewPortInfo.startIndex||p)&&this.updateIncrementalView(0,this.itemCount),h=u(this.targetElement(),this.incrementalLiCollections,this.filterType,!0,this.listData,this.fields,r),t.isNullOrUndefined(h));)if(t.isNullOrUndefined(h)&&this.incrementalEndIndex>=this.totalItemCount){this.incrementalStartIndex=0,this.incrementalEndIndex=100>this.totalItemCount?this.totalItemCount:100;break}if(h.index&&!(this.viewPortInfo.startIndex>=h.index&&h.index>=this.viewPortInfo.endIndex)){var d=(c=h.index-(this.itemCount/2-2)>0?h.index-(this.itemCount/2-2):0)+this.itemCount>this.totalItemCount?this.totalItemCount:c+this.itemCount;c!=this.viewPortInfo.startIndex&&this.updateIncrementalView(c,d)}if(t.isNullOrUndefined(h.item))this.updateIncrementalView(0,this.itemCount),this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues(),this.list.scrollTop=0;else{if(this.getIndexByValue(h.item.getAttribute("data-value"))-this.skeletonCount>this.itemCount/2){var c=this.viewPortInfo.startIndex+(this.itemCount/2-2)<this.totalItemCount?this.viewPortInfo.startIndex+(this.itemCount/2-2):this.totalItemCount;d=this.viewPortInfo.startIndex+this.itemCount>this.totalItemCount?this.totalItemCount:this.viewPortInfo.startIndex+this.itemCount;this.updateIncrementalView(c,d)}h.item=this.getElementByValue(h.item.getAttribute("data-value"))}h&&h.item&&(h.item=this.getElementByValue(h.item.getAttribute("data-value")))}h&&h.item?(this.addListFocus(h.item),this.list.scrollTop=h.item.offsetHeight*h.index):""!==this.targetElement()?this.removeFocus():this.focusAtFirstListItem()}}else this.focusAtFirstListItem();this.enableVirtualization&&this.allowFiltering&&this.getFilteringSkeletonCount()},s.prototype.preRender=function(){null===this.allowFiltering&&(this.allowFiltering="CheckBox"===this.mode),this.preventSetCurrentData=!1,this.initializeData(),this.updateDataAttribute(this.htmlAttributes),e.prototype.preRender.call(this)},s.prototype.getLocaleName=function(){return"multi-select"},s.prototype.initializeData=function(){this.mainListCollection=[],this.beforePopupOpen=!1,this.filterAction=!1,this.remoteFilterAction=!1,this.isFirstClick=!1,this.mobFilter=!0,this.isFiltered=!1,this.focused=!0,this.initial=!0,this.backCommand=!0,this.isCustomRendered=!1,this.isRemoteSelection=!1,this.isSelectAllTarget=!0,this.viewPortInfo={currentPageNumber:null,direction:null,sentinelInfo:{},offsets:{},startIndex:0,endIndex:this.itemCount}},s.prototype.updateData=function(e,i){var s,l="",n="Delimiter"===this.mode||"CheckBox"===this.mode,a=[],o=this.listData;if(this.enableVirtualization||(this.listData=this.mainData),t.isNullOrUndefined(this.hiddenElement)||this.enableVirtualization||(this.hiddenElement.innerHTML=""),!t.isNullOrUndefined(this.value)){for(var r=this.value.length,h="",u=0;u<r;u++){var p=this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",this.value[u]):this.value[u],d=this.findListElement(t.isNullOrUndefined(this.mainList)?this.ulElement:this.mainList,"li","data-value",p);if(this.enableVirtualization&&(d=this.findListElement(t.isNullOrUndefined(this.list)?this.ulElement:this.list,"li","data-value",p)),t.isNullOrUndefined(d)&&!this.allowCustomValue&&!this.enableVirtualization&&this.listData&&this.listData.length>0)this.value.splice(u,1),u-=1,r-=1;else{if(this.listData){if(this.enableVirtualization){n&&(l=this.delimiterWrapper&&""==this.delimiterWrapper.innerHTML?l:this.delimiterWrapper.innerHTML);var c=this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",this.value[this.value.length-1]):this.value[this.value.length-1];s=this.getTextByValue(c);var m=null!=this.text&&""!=this.text?this.text+","+s:s;if(l+=s+e+" ",a.push(m),h=this.hiddenElement.innerHTML,i&&i.currentTarget&&i.currentTarget.classList.contains("e-chips-close")||i&&"Backspace"===i.key){var f=i.target.parentElement.getAttribute("data-value");if("Backspace"===i.key){var v=this.hiddenElement.lastChild;v&&this.hiddenElement.removeChild(v)}else this.hiddenElement.childNodes.forEach(function(e){e.value===f&&e.parentNode.removeChild(e)});h=this.hiddenElement.innerHTML}else h+='<option selected value="'+c+'">'+u+"</option>";break}s=this.getTextByValue(p)}else s=p;l+=s+e+" ",a.push(s)}h+='<option selected value="'+p+'">'+u+"</option>"}t.isNullOrUndefined(this.hiddenElement)||(this.hiddenElement.innerHTML=h)}var g=i&&i.target&&i.target.classList.contains("e-chips-close");(!this.enableVirtualization||this.enableVirtualization&&"CheckBox"!==this.mode&&!g)&&this.setProperties({text:a.toString()},!0),n&&(this.updateWrapperText(this.delimiterWrapper,l),this.delimiterWrapper.setAttribute("id",t.getUniqueID("delim_val")),this.inputElement.setAttribute("aria-describedby",this.delimiterWrapper.id));var y=i&&i.target,C=!(!y||!y.classList.contains("e-close-hooker"))||null;(!this.changeOnBlur&&i&&!C||this.isSelectAll)&&(this.isSelectAll=!1,this.updateValueState(i,this.value,this.tempValues)),this.listData=o,this.addValidInputClass()},s.prototype.initialTextUpdate=function(){if(t.isNullOrUndefined(this.text))this.setProperties({value:null},!0);else{for(var e=this.text.split(this.delimiterChar),i=[],s=0;e.length>s;s++){var l=this.getValueByText(e[s]);t.isNullOrUndefined(l)?this.allowCustomValue&&i.push(e[s]):i.push(l)}if(i&&i.length){var n=this.allowObjectBinding?this.getDataByValue(i):i;this.setProperties({value:n},!0)}}},s.prototype.renderList=function(t){!t&&this.allowCustomValue&&this.list&&(this.list.textContent===this.noRecordsTemplate||this.list.querySelector(".e-ul")&&0===this.list.querySelector(".e-ul").childElementCount)&&(t=!0),e.prototype.render.call(this,null,t),this.totalItemCount=this.dataSource&&this.dataSource.length?this.dataSource.length:0,this.unwireListEvents(),this.wireListEvents()},s.prototype.initialValueUpdate=function(e,s){if(this.list){var l=void 0,n=void 0,a=void 0;if(this.chipCollectionWrapper&&(this.chipCollectionWrapper.innerHTML=""),this.removeListSelection(),!t.isNullOrUndefined(this.value))for(var o=0;!t.isNullOrUndefined(this.value[o]);o++){a=this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",this.value[o]):this.value[o],n=this.findListElement(this.hideSelectedItem?this.ulElement:this.list,"li","data-value",a);var r=!1;if(this.enableVirtualization){if(l=null,null!=e&&e.length>0)for(var h=0;h<e.length;h++)if(t.getValue(this.fields.value?this.fields.value:"value",e[h])===a){l=t.getValue(this.fields.text,e[h]),this.enableVirtualization&&(t.isNullOrUndefined(this.selectedListData)?this.selectedListData=[e[h]]:Array.isArray(this.selectedListData)?this.selectedListData.push(e[h]):this.selectedListData=[this.selectedListData,e[h]]);break}t.isNullOrUndefined(l)&&this.allowCustomValue&&(!(this.dataSource instanceof i.DataManager)||this.dataSource instanceof i.DataManager&&s)&&(l=this.getTextByValue(a),r=!0)}else l=this.getTextByValue(a);if(n&&"true"!==n.getAttribute("aria-selected")||n&&"true"===n.getAttribute("aria-selected")&&this.hideSelectedItem&&("Box"===this.mode||"Default"===this.mode)||this.enableVirtualization&&null!=a&&null!=l&&!r){var u=[],p=null!=this.text&&""!=this.text?this.text+","+l:l;u.push(p),this.setProperties({text:u.toString()},!0),this.addChip(l,a),this.addListSelection(n)}else if(!this.enableVirtualization&&a&&this.allowCustomValue||this.enableVirtualization&&a&&this.allowCustomValue&&(!(this.dataSource instanceof i.DataManager)||this.dataSource instanceof i.DataManager&&s)){var d=this.listData.length,c={};t.setValue(this.fields.text,a,c),t.setValue(this.fields.value,a,c);var m=this.popupWrapper.querySelector("."+U.noData);this.enableVirtualization||this.addItem(c,d),this.enableVirtualization&&(this.virtualCustomSelectData&&this.virtualCustomSelectData.length>=0?this.virtualCustomSelectData.push(c):this.virtualCustomSelectData=[c]),n=n||this.findListElement(this.hideSelectedItem?this.ulElement:this.list,"li","data-value",a),this.popupWrapper.contains(m)&&(this.list.setAttribute("style",m.getAttribute("style")),this.popupWrapper.replaceChild(this.list,m),this.wireListEvents());u=[],p=null!=this.text&&""!=this.text?this.text+","+l:l;u.push(p),this.setProperties({text:u.toString()},!0),this.addChip(l,a),this.addListSelection(n)}}"CheckBox"===this.mode?(this.updateDelimView(),this.changeOnBlur&&this.updateValueState(null,this.value,this.tempValues),this.updateDelimeter(this.delimiterChar),this.refreshInputHight()):this.updateDelimeter(this.delimiterChar),"CheckBox"!==this.mode||!this.showSelectAll||!t.isNullOrUndefined(this.value)&&this.value.length||this.notify("checkSelectAll",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,value:"uncheck"}),"Box"===this.mode||"Default"===this.mode&&this.inputFocus?this.chipCollectionWrapper.style.display="":"Delimiter"!==this.mode&&"CheckBox"!==this.mode||this.showDelimWrapper()}},s.prototype.updateActionCompleteData=function(e,i){this.value&&(!this.allowObjectBinding&&this.value.indexOf(e.getAttribute("data-value"))>-1||this.allowObjectBinding&&this.isObjectInArray(this.getDataByValue(e.getAttribute("data-value")),this.value))&&(this.mainList=this.ulElement,this.hideSelectedItem&&t.addClass([e],Ae))},s.prototype.updateAddItemList=function(e,i){this.popupObj&&this.popupObj.element&&this.popupObj.element.querySelector("."+U.noData)&&e?(this.list=e,this.mainList=this.ulElement=e.querySelector("ul"),t.remove(this.popupWrapper.querySelector(".e-content")),this.popupObj=null,this.renderPopup()):this.allowCustomValue&&(this.list=e,this.mainList=this.ulElement=e.querySelector("ul"))},s.prototype.updateDataList=function(){if(this.mainList&&this.ulElement&&!(this.isFiltered||this.filterAction||this.targetElement().trim())){var e=this.mainList.childElementCount<this.ulElement.childElementCount,t=this.ulElement.childElementCount>0&&this.ulElement.children[0].childElementCount>0&&this.mainList.children[0]&&this.mainList.children[0].childElementCount<this.ulElement.children[0].childElementCount,i=this.itemTemplate&&this.ulElement.childElementCount>0&&!(this.ulElement.childElementCount<this.mainList.childElementCount)&&(this.ulElement.children[0].childElementCount>0||this.fields.groupBy&&this.ulElement.children[1]&&this.ulElement.children[1].childElementCount>0);(e||t||i)&&(this.mainList=this.ulElement)}},s.prototype.isValidLI=function(e){return e&&!e.classList.contains(U.disabled)&&!e.classList.contains(U.group)&&e.classList.contains(U.li)},s.prototype.updateListSelection=function(e,i,s){var l=e.getAttribute("data-value"),n=this.allowObjectBinding?this.getDataByValue(this.getFormattedValue(l)):this.getFormattedValue(l);this.allowCustomValue&&("false"!==l&&!1===n||!t.isNullOrUndefined(n)&&"NaN"===n.toString())&&(n=l),this.removeHover(),!this.value||!this.allowObjectBinding&&-1===this.value.indexOf(n)||this.allowObjectBinding&&-1===this.indexOfObjectInArray(n,this.value)?this.dispatchSelect(n,i,e,"true"===e.getAttribute("aria-selected"),s):this.removeValue(n,i,s)},s.prototype.updateListSelectEventCallback=function(e,i,s){var l=this;e=this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",e):e;var n=this.getTextByValue(e);if((this.allowCustomValue||this.allowFiltering)&&!this.findListElement(this.mainList,"li","data-value",e)&&(!this.enableVirtualization||this.enableVirtualization&&this.virtualCustomData)){var a=i?i.cloneNode(!0):i,o=this.fields.value?this.fields.value:"value";this.allowCustomValue&&this.mainData.length&&"number"==typeof t.getValue(o,this.mainData[0])&&(e=isNaN(parseFloat(e.toString()))?e:parseFloat(e.toString()));var r=this.getDataByValue(e),h={newData:r,cancel:!1};this.trigger("customValueSelection",h,function(i){i.cancel||(l.enableVirtualization&&l.virtualCustomData?(l.virtualCustomSelectData&&l.virtualCustomSelectData.length>=0?l.virtualCustomSelectData.push(r):l.virtualCustomSelectData=[r],l.remoteCustomValue=!1,l.addValue(e,n,s)):(t.append([a],l.mainList),l.mainData.push(r),l.remoteCustomValue=!1,l.addValue(e,n,s)))})}else this.remoteCustomValue=!1,this.addValue(e,n,s)},s.prototype.removeListSelection=function(){var e=this.hideSelectedItem?Ae:U.selected,i=this.list.querySelectorAll("."+e),s=i.length;if(i&&i.length)for(t.removeClass(i,e);s>0;)i[s-1].setAttribute("aria-selected","false"),s--;if(!t.isNullOrUndefined(this.mainList)){var l=this.mainList.querySelectorAll("."+e),n=l.length;if(l&&l.length)for(t.removeClass(l,e);n>0;)l[n-1].setAttribute("aria-selected","false"),"CheckBox"===this.mode&&(i&&i.length>n-1&&t.removeClass([i[n-1].firstElementChild.lastElementChild],"e-check"),t.removeClass([l[n-1].firstElementChild.lastElementChild],"e-check")),n--}},s.prototype.removeHover=function(){var e=this.list.querySelectorAll("."+U.hover);e&&e.length&&t.removeClass(e,U.hover)},s.prototype.removeFocus=function(){if(this.list&&this.mainList){var e=this.list.querySelectorAll("."+U.focus),i=this.mainList.querySelectorAll("."+U.focus);e&&e.length&&(t.removeClass(e,U.focus),t.removeClass(i,U.focus))}},s.prototype.addListHover=function(e){this.enabled&&this.isValidLI(e)?(this.removeHover(),t.addClass([e],U.hover)):null!==e&&e.classList.contains("e-list-group-item")&&this.enableGroupCheckBox&&"CheckBox"===this.mode&&!t.isNullOrUndefined(this.fields.groupBy)&&(this.removeHover(),t.addClass([e],U.hover))},s.prototype.addListFocus=function(e){this.enabled&&this.isValidLI(e)?(this.removeFocus(),t.addClass([e],U.focus),this.updateAriaActiveDescendant()):this.enableGroupCheckBox&&"CheckBox"===this.mode&&!t.isNullOrUndefined(this.fields.groupBy)&&(t.addClass([e],U.focus),this.updateAriaActiveDescendant())},s.prototype.addListSelection=function(e,i){var s=this.hideSelectedItem?Ae:U.selected;if(this.isValidLI(e)&&!e.classList.contains(U.hover)){if(t.addClass([e],s),this.updateMainList(!1,e.getAttribute("data-value"),i),e.setAttribute("aria-selected","true"),"CheckBox"===this.mode&&e.classList.contains("e-active")){0===e.getElementsByClassName("e-check").length&&this.notify("updatelist",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,li:e,e:this})}this.notify("activeList",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,li:e,e:this}),this.chipCollectionWrapper&&this.removeChipSelection(),this.selectedElementID=e.id}},s.prototype.updateDelimeter=function(e,t){this.updateData(e,t)},s.prototype.onMouseClick=function(e){var i=this;this.keyCode=null,this.scrollFocusStatus=!1,this.keyboardEvent=null;var s=e.target,l=t.closest(s,"."+U.li);if(!(this.enableVirtualization&&l&&l.classList.contains("e-virtual-list"))){if(t.closest(s,"."+U.group)&&this.enableGroupCheckBox&&"CheckBox"===this.mode&&this.fields.groupBy)(s=s.classList.contains("e-list-group-item")?s.firstElementChild.lastElementChild:e.target).classList.contains("e-check")?(this.selectAllItem(!1,e),s.classList.remove("e-check"),s.classList.remove("e-stop"),t.closest(s,".e-list-group-item").classList.remove("e-active"),s.setAttribute("aria-selected","false")):(this.selectAllItem(!0,e),s.classList.remove("e-stop"),s.classList.add("e-check"),t.closest(s,".e-list-group-item").classList.add("e-active"),s.setAttribute("aria-selected","true")),this.refreshSelection(),this.checkSelectAll();else{if(this.isValidLI(l)){var n=this.value&&this.value.length?this.value.length:0;l.classList.contains("e-active")&&(n-=1),n<this.maximumSelectionLength&&(this.updateListSelection(l,e),this.checkPlaceholderSize(),this.addListFocus(l),(this.allowCustomValue||this.allowFiltering)&&this.mainList&&this.listData?"CheckBox"!==this.mode&&(this.focusAtLastListItem(l.getAttribute("data-value")),this.refreshSelection()):this.makeTextBoxEmpty()),"CheckBox"===this.mode?(this.updateDelimView(),this.value&&this.value.length>50?setTimeout(function(){i.updateDelimeter(i.delimiterChar,e)},0):this.updateDelimeter(this.delimiterChar,e),this.refreshInputHight()):this.updateDelimeter(this.delimiterChar,e),this.checkSelectAll(),this.refreshPopup(),this.hideSelectedItem&&this.focusAtFirstListItem(),this.closePopupOnSelect?this.hidePopup(e):e.preventDefault(),this.makeTextBoxEmpty(),this.findGroupStart(s),"CheckBox"!==this.mode&&this.refreshListItems(t.isNullOrUndefined(l)?null:l.textContent)}else e.preventDefault();if(this.enableVirtualization&&this.hideSelectedItem){var a=this.list.querySelectorAll("li."+U.li+":not(."+Ae+"):not(.e-reorder-hide):not(.e-virtual-list)");if(a.length){var o=this.virtualListHeight>0?Math.floor(this.virtualListHeight/this.listItemHeight):0;if(a.length<o+2){var r=this.getForQuery(this.value).clone();if(r=r.skip(this.virtualItemStartIndex),this.resetList(this.dataSource,this.fields,r),this.UpdateSkeleton(),this.liCollections=this.list.querySelectorAll("."+U.li),this.virtualItemCount=this.itemCount,"CheckBox"!==this.mode&&(this.totalItemCount=this.value&&this.value.length?this.totalItemCount-this.value.length:this.totalItemCount),this.list.querySelector(".e-virtual-ddl"))this.list.getElementsByClassName("e-virtual-ddl")[0].style=this.GetVirtualTrackHeight();else{var h=this.createElement("div",{id:this.element.id+"_popup",className:"e-virtual-ddl",styles:this.GetVirtualTrackHeight()});this.popupWrapper.querySelector(".e-dropdownbase").appendChild(h)}this.list.querySelector(".e-virtual-ddl-content")&&(this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues())}}}this.refreshPlaceHolder(),this.deselectHeader()}}},s.prototype.findGroupStart=function(e){if(this.enableGroupCheckBox&&"CheckBox"===this.mode&&!t.isNullOrUndefined(this.fields.groupBy)){var i=void 0;if(this.itemTemplate&&!e.getElementsByClassName("e-frame").length)for(;!e.getElementsByClassName("e-frame").length;)e=e.parentElement;for(e.classList.contains("e-frame")&&(e=e.parentElement.parentElement),i=this.findGroupAttrtibutes(e,0,0,0,0),i=this.findGroupAttrtibutes(e,i[0],i[1],i[2],1);!e.classList.contains("e-list-group-item")&&(e.classList.contains("e-list-icon")&&(e=e.parentElement),null!=(e=e.previousElementSibling)););this.updateCheckBox(e,i[0],i[1],i[2])}},s.prototype.findGroupAttrtibutes=function(e,t,i,s,l){for(;!e.classList.contains("e-list-group-item")&&(e.classList.contains("e-list-icon")&&(e=e.parentElement),e.getElementsByClassName("e-frame")[0].classList.contains("e-check")&&e.classList.contains("e-list-item")?t++:e.classList.contains("e-list-item")&&i++,s++,null!=(e=l?e.nextElementSibling:e.previousElementSibling)););return[t,i,s]},s.prototype.updateCheckBox=function(e,i,s,l){if(null!==e){var n=e.getElementsByClassName("e-frame")[0];l===i?(n.classList.remove("e-stop"),n.classList.add("e-check"),t.closest(n,".e-list-group-item").classList.add("e-active"),e.setAttribute("aria-selected","true")):l===s?(n.classList.remove("e-check"),n.classList.remove("e-stop"),t.closest(n,".e-list-group-item").classList.remove("e-active"),e.setAttribute("aria-selected","false")):this.maximumSelectionLength===i-1?(n.classList.remove("e-stop"),e.setAttribute("aria-selected","true"),t.closest(n,".e-list-group-item").classList.add("e-active"),n.classList.add("e-check")):(n.classList.remove("e-check"),n.classList.add("e-stop"),t.closest(n,".e-list-group-item").classList.add("e-active"),e.setAttribute("aria-selected","false"))}},s.prototype.deselectHeader=function(){var e=this.value&&this.value.length?this.value.length:0,i=this.list.querySelectorAll("li.e-list-group-item:not(.e-active)");e<this.maximumSelectionLength&&t.removeClass(i,"e-disable"),e===this.maximumSelectionLength&&t.addClass(i,"e-disable")},s.prototype.onMouseOver=function(e){var i=t.closest(e.target,"."+U.li);null===i&&"CheckBox"===this.mode&&!t.isNullOrUndefined(this.fields.groupBy)&&this.enableGroupCheckBox&&(i=t.closest(e.target,"."+U.group)),this.addListHover(i)},s.prototype.onMouseLeave=function(){this.removeHover()},s.prototype.onListMouseDown=function(e){e.preventDefault(),this.scrollFocusStatus=!0},s.prototype.onDocumentClick=function(e){if("CheckBox"!==this.mode){var i=e.target;!t.isNullOrUndefined(this.popupObj)&&t.closest(i,'[id="'+this.popupObj.element.id+'"]')||this.overAllWrapper.contains(e.target)?this.scrollFocusStatus=(t.Browser.isIE||"edge"===t.Browser.info.name)&&document.activeElement===this.inputElement:this.scrollFocusStatus=!1}},s.prototype.wireListEvents=function(){t.isNullOrUndefined(this.list)||(t.EventHandler.add(document,"mousedown",this.onDocumentClick,this),t.EventHandler.add(this.list,"mousedown",this.onListMouseDown,this),t.EventHandler.add(this.list,"mouseup",this.onMouseClick,this),t.EventHandler.add(this.list,"mouseover",this.onMouseOver,this),t.EventHandler.add(this.list,"mouseout",this.onMouseLeave,this))},s.prototype.unwireListEvents=function(){t.EventHandler.remove(document,"mousedown",this.onDocumentClick),this.list&&(t.EventHandler.remove(this.list,"mousedown",this.onListMouseDown),t.EventHandler.remove(this.list,"mouseup",this.onMouseClick),t.EventHandler.remove(this.list,"mouseover",this.onMouseOver),t.EventHandler.remove(this.list,"mouseout",this.onMouseLeave))},s.prototype.hideOverAllClear=function(){this.value&&this.value.length&&""!==this.inputElement.value||(this.overAllClear.style.display="none")},s.prototype.showOverAllClear=function(){(this.value&&this.value.length||""!==this.inputElement.value)&&this.showClearButton&&!0!==this.readonly?this.overAllClear.style.display="":this.overAllClear.style.display="none"},s.prototype.focusIn=function(){document.activeElement!==this.inputElement&&this.enabled&&this.inputElement.focus()},s.prototype.focusOut=function(){document.activeElement===this.inputElement&&this.enabled&&this.inputElement.blur()},s.prototype.showSpinner=function(){if(t.isNullOrUndefined(this.spinnerElement)){var e=this.filterParent&&this.filterParent.querySelector(".e-clear-icon.e-icons");"none"!==this.overAllClear.style.display||e?this.spinnerElement=e||this.overAllClear:(this.spinnerElement=this.createElement("span",{className:Be+" "+Ve}),this.componentWrapper.appendChild(this.spinnerElement)),n.createSpinner({target:this.spinnerElement,width:t.Browser.isDevice?"16px":"14px"},this.createElement),t.addClass([this.spinnerElement],Pe),n.showSpinner(this.spinnerElement)}},s.prototype.hideSpinner=function(){t.isNullOrUndefined(this.spinnerElement)||(n.hideSpinner(this.spinnerElement),t.removeClass([this.spinnerElement],Pe),this.spinnerElement.classList.contains(Ve)?t.detach(this.spinnerElement):this.spinnerElement.innerHTML="",this.spinnerElement=null)},s.prototype.updateWrapperText=function(e,t){this.valueTemplate||!this.enableHtmlSanitizer?e.innerHTML=this.encodeHtmlEntities(t):e.innerText=t},s.prototype.updateDelimView=function(){if(this.delimiterWrapper&&this.hideDelimWrapper(),this.chipCollectionWrapper&&(this.chipCollectionWrapper.style.display="none"),t.isNullOrUndefined(this.viewWrapper)||(this.viewWrapper.style.display="",this.viewWrapper.style.width="",this.viewWrapper.classList.remove(Fe)),this.value&&this.value.length){var e="",i=void 0,s=void 0,l=1,n=void 0,a=void 0,o=0,r=void 0;this.enableVirtualization||this.updateWrapperText(this.viewWrapper,e);var h={noRecordsTemplate:"No records found",actionFailureTemplate:"Request failed",overflowCountTemplate:"+${count} more..",totalCountTemplate:"${count} selected"},u=new t.L10n(this.getLocaleName(),h,this.locale);""===u.getConstant("actionFailureTemplate")&&(u=new t.L10n("dropdowns",h,this.locale)),""===u.getConstant("noRecordsTemplate")&&(u=new t.L10n("dropdowns",h,this.locale));var p=u.getConstant("overflowCountTemplate"),d=u.getConstant("totalCountTemplate"),c=this.createElement("span",{className:"e-remain"}),m=p.replace("${count}",this.value.length.toString());c.innerText=m,this.viewWrapper.appendChild(c),this.renderReactTemplates();var f=c.offsetWidth;if(t.remove(c),this.showDropDownIcon&&(o=this.dropIcon.offsetWidth+parseInt(window.getComputedStyle(this.dropIcon).marginRight,10)),this.checkClearIconWidth(),!t.isNullOrUndefined(this.value)&&(this.allowCustomValue||this.listData&&this.listData.length>0))for(var v=0;!t.isNullOrUndefined(this.value[v]);v++){var g=this.text&&this.text.split(this.delimiterChar);if(this.enableVirtualization?g&&(e+=0===v?"":this.delimiterChar+" ",e+=i=g[v],i=this.viewWrapper.innerHTML,this.updateWrapperText(this.viewWrapper,e)):(e+=0===v?"":this.delimiterChar+" ",e+=i=this.getOverflowVal(v),i=this.viewWrapper.innerHTML,this.updateWrapperText(this.viewWrapper,e)),n=this.viewWrapper.offsetWidth+parseInt(window.getComputedStyle(this.viewWrapper).paddingRight,10),r=this.componentWrapper.offsetWidth-parseInt(window.getComputedStyle(this.componentWrapper).paddingLeft,10)-parseInt(window.getComputedStyle(this.componentWrapper).paddingRight,10),n+o+this.clearIconWidth>r){for(void 0!==s&&""!==s&&(i=s,v=l+1),this.updateWrapperText(this.viewWrapper,i),a=this.value.length-v,n=this.viewWrapper.offsetWidth+parseInt(window.getComputedStyle(this.viewWrapper).paddingRight,10);n+f+o+this.clearIconWidth>r&&0!==n&&""!==this.viewWrapper.innerHTML;){this.viewWrapper.innerHTML=[].join(this.delimiterChar),a=this.value.length,n=this.viewWrapper.offsetWidth+parseInt(window.getComputedStyle(this.viewWrapper).paddingRight,10)}break}n+f+o+this.clearIconWidth<=r?(s=e,l=v):0===v&&(s="",l=-1)}if(a>0){var y=r-o-this.clearIconWidth;this.viewWrapper.appendChild(this.updateRemainTemplate(c,this.viewWrapper,a,p,d,y)),this.updateRemainWidth(this.viewWrapper,y),this.updateRemainingText(c,o,a,p,d)}}else t.isNullOrUndefined(this.viewWrapper)||(this.viewWrapper.innerHTML="",this.viewWrapper.style.display="none")},s.prototype.checkClearIconWidth=function(){this.showClearButton&&(this.clearIconWidth=this.overAllClear.offsetWidth)},s.prototype.updateRemainWidth=function(e,t){e.classList.contains(Fe)&&t<e.offsetWidth+parseInt(window.getComputedStyle(e).paddingLeft,10)+parseInt(window.getComputedStyle(e).paddingLeft,10)&&(e.style.width=t+"px")},s.prototype.updateRemainTemplate=function(e,t,i,s,l,n){t.firstChild&&3===t.firstChild.nodeType&&""===t.firstChild.nodeValue&&t.removeChild(t.firstChild),e.innerHTML="";var a=s.replace("${count}",i.toString()),o=l.replace("${count}",i.toString());return e.innerText=t.firstChild&&3===t.firstChild.nodeType?a:o,t.firstChild&&3===t.firstChild.nodeType?t.classList.remove(Fe):(t.classList.add(Fe),this.updateRemainWidth(t,n)),e},s.prototype.updateRemainingText=function(e,t,i,s,l){var n=this.componentWrapper.offsetWidth-parseInt(window.getComputedStyle(this.componentWrapper).paddingLeft,10)-parseInt(window.getComputedStyle(this.componentWrapper).paddingRight,10),a=this.viewWrapper.offsetWidth+parseInt(window.getComputedStyle(this.viewWrapper).paddingRight,10);if(a+t>=n&&0!==a&&this.viewWrapper.firstChild&&3===this.viewWrapper.firstChild.nodeType){for(;a+t>n&&0!==a&&this.viewWrapper.firstChild&&3===this.viewWrapper.firstChild.nodeType;){var o=this.viewWrapper.firstChild.nodeValue.split(this.delimiterChar);o.pop(),this.viewWrapper.firstChild.nodeValue=o.join(this.delimiterChar),""===this.viewWrapper.firstChild.nodeValue&&this.viewWrapper.removeChild(this.viewWrapper.firstChild),i++,a=this.viewWrapper.offsetWidth}var r=n-t;this.updateRemainTemplate(e,this.viewWrapper,i,s,l,r)}},s.prototype.getOverflowVal=function(e){var i;if(this.mainData&&this.mainData.length){var s=this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",this.value[e]):this.value[e];if("CheckBox"===this.mode){var l=this.listData;this.listData=this.mainData,i=this.getTextByValue(s),this.listData=l}else i=this.getTextByValue(s)}else i=this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",this.value[e]):this.value[e];return i},s.prototype.unWireEvent=function(){if(t.isNullOrUndefined(this.componentWrapper)||t.EventHandler.remove(this.componentWrapper,"mousedown",this.wrapperClick),t.EventHandler.remove(window,"resize",this.windowResize),!t.isNullOrUndefined(this.inputElement)){t.EventHandler.remove(this.inputElement,"focus",this.focusInHandler),t.EventHandler.remove(this.inputElement,"keydown",this.onKeyDown),"CheckBox"!==this.mode&&t.EventHandler.remove(this.inputElement,"input",this.onInput),t.EventHandler.remove(this.inputElement,"keyup",this.keyUp);var e=t.closest(this.inputElement,"form");e&&t.EventHandler.remove(e,"reset",this.resetValueHandler),t.EventHandler.remove(this.inputElement,"blur",this.onBlurHandler)}t.isNullOrUndefined(this.componentWrapper)||(t.EventHandler.remove(this.componentWrapper,"mouseover",this.mouseIn),t.EventHandler.remove(this.componentWrapper,"mouseout",this.mouseOut)),t.isNullOrUndefined(this.overAllClear)||t.EventHandler.remove(this.overAllClear,"mousedown",this.clearAll),t.isNullOrUndefined(this.inputElement)||t.EventHandler.remove(this.inputElement,"paste",this.pasteHandler)},s.prototype.selectAllItem=function(e,i,s){var l;if(t.isNullOrUndefined(this.list)||(l=this.list.querySelectorAll(e?'li.e-list-item:not([aria-selected="true"]):not(.e-reorder-hide):not(.e-virtual-list)':'li.e-list-item[aria-selected="true"]:not(.e-reorder-hide):not(.e-virtual-list)')),this.value&&this.value.length&&i&&i.target&&t.closest(i.target,".e-close-hooker")&&this.allowFiltering&&(l=this.mainList.querySelectorAll(e?'li.e-list-item:not([aria-selected="true"]):not(.e-reorder-hide):not(.e-virtual-list)':'li.e-list-item[aria-selected="true"]:not(.e-reorder-hide):not(.e-virtual-list)')),this.enableGroupCheckBox&&"CheckBox"===this.mode&&!t.isNullOrUndefined(this.fields.groupBy)){var n=i?this.groupTemplate?t.closest(i.target,".e-list-group-item"):i.target:null;if(n=i&&32===i.keyCode?s:n,(n=n&&n.classList.contains("e-frame")?n.parentElement.parentElement:n)&&n.classList.contains("e-list-group-item")){var a=n.nextElementSibling;if(t.isNullOrUndefined(a))return;for(;a.classList.contains("e-list-item");){if(e){if(!a.firstElementChild.lastElementChild.classList.contains("e-check")){var o=this.value&&this.value.length?this.value.length:0;a.classList.contains("e-active")&&(o-=1),o<this.maximumSelectionLength&&this.updateListSelection(a,i)}}else a.firstElementChild.lastElementChild.classList.contains("e-check")&&this.updateListSelection(a,i);if(null==(a=a.nextElementSibling))break}if(n.classList.contains("e-list-group-item")){var r=this.list.getElementsByClassName("e-item-focus")[0];r&&r.classList.remove("e-item-focus"),e?n.classList.add("e-active"):n.classList.remove("e-active"),n.classList.add("e-item-focus"),this.updateAriaActiveDescendant()}this.textboxValueUpdate(),this.checkPlaceholderSize(),!this.changeOnBlur&&i&&this.updateValueState(i,this.value,this.tempValues)}else this.updateValue(i,l,e)}else this.updateValue(i,l,e);this.addValidInputClass()},s.prototype.virtualSelectionAll=function(e,i,s){var l=this,n=0,a=i.length,o=this.maximumSelectionLength;if(e){a=this.virtualSelectAllData&&0!=this.virtualSelectAllData.length?this.virtualSelectAllData.length:a,this.listData=this.virtualSelectAllData;var r=this.createListItems(this.virtualSelectAllData.slice(0,30),this.fields).querySelectorAll("li"),h=document.createDocumentFragment();r.forEach(function(e){h.appendChild(e.cloneNode(!0))}),i.forEach(function(e){h.appendChild(e.cloneNode(!0))});var u=h.childNodes;if(this.virtualSelectAllData instanceof Array){for(;n<a&&n<=50&&n<o;){if(this.isSelectAllTarget=a===n+1,u[n]){var p=this.allowObjectBinding?this.getDataByValue(u[n].getAttribute("data-value")):this.getFormattedValue(u[n].getAttribute("data-value"));if(!this.allowObjectBinding&&this.value&&this.value.indexOf(p)>=0||this.allowObjectBinding&&this.indexOfObjectInArray(p,this.value)>=0){n++;continue}this.updateListSelection(u[n],s,a-n)}else{p=t.getValue(this.fields.value?this.fields.value:"",this.virtualSelectAllData[n]);if(p=this.allowObjectBinding?this.getDataByValue(p):p,!this.allowObjectBinding&&this.value&&this.value.indexOf(p)>=0||this.allowObjectBinding&&this.indexOfObjectInArray(p,this.value)>=0){n++;continue}this.value&&null!=p&&Array.isArray(this.value)&&(!this.allowObjectBinding&&this.value.indexOf(p)<0||this.allowObjectBinding&&!this.isObjectInArray(p,this.value))&&this.dispatchSelect(p,s,null,!1,a)}n++}a>50&&setTimeout(function(){if(l.virtualSelectAllData&&l.virtualSelectAllData.length>0&&l.virtualSelectAllData.map(function(e){l.value&&null!=e[l.fields.value]&&Array.isArray(l.value)&&(!l.allowObjectBinding&&l.value.indexOf(e[l.fields.value])<0||l.allowObjectBinding&&!l.isObjectInArray(e[l.fields.value],l.value))&&l.dispatchSelect(e[l.fields.value],s,null,!1,a)}),l.updatedataValueItems(s),l.isSelectAllLoop=!1,l.changeOnBlur||(l.updateValueState(s,l.value,l.tempValues),l.isSelectAll=l.isSelectAll?!l.isSelectAll:l.isSelectAll),l.updateHiddenElement(),l.popupWrapper&&i[n-1]&&i[n-1].classList.contains("e-item-focus")){var e=document.getElementsByClassName("e-selectall-parent")[0];e&&e.classList.contains("e-item-focus")&&i[n-1].classList.remove("e-item-focus")}},0)}}else this.virtualSelectAllData&&this.virtualSelectAllData.length>0&&this.virtualSelectAllData.map(function(e){l.virtualSelectAll=!0,l.removeValue(l.value[n],s,l.value.length-n)}),this.updatedataValueItems(s),this.changeOnBlur||(this.updateValueState(s,this.value,this.tempValues),this.isSelectAll=this.isSelectAll?!this.isSelectAll:this.isSelectAll),this.updateHiddenElement(),this.value=[],this.virtualSelectAll=!1,t.isNullOrUndefined(this.viewPortInfo.startIndex)||t.isNullOrUndefined(this.viewPortInfo.endIndex)||this.notify("setCurrentViewDataAsync",{component:this.getModuleName(),module:"VirtualScroll"});var d=this.list.getElementsByClassName("e-virtual-ddl")[0];d&&(d.style=this.GetVirtualTrackHeight()),this.UpdateSkeleton();var c=this.list.getElementsByClassName("e-virtual-ddl-content")[0];c&&(c.style=this.getTransformValues())},s.prototype.updateValue=function(e,s,l){var n=this,a=s.length,o={event:e,items:l?s:[],itemData:l?this.listData:[],isInteracted:!!e,isChecked:l,preventSelectEvent:!1};if(this.trigger("beforeSelectAll",o),s&&s.length||this.enableVirtualization&&!l){var r=0,h=0;if(h=this.enableGroupCheckBox?l?this.maximumSelectionLength-(this.value?this.value.length:0):s.length:l?this.maximumSelectionLength-(this.value?this.value.length:0):this.maximumSelectionLength,o.preventSelectEvent){for(var u=0;u<s.length&&u<h;u++){this.removeHover();var p=s[u].getAttribute("data-value"),d=this.getFormattedValue(p);d=this.allowObjectBinding?this.getDataByValue(d):d;var c=this.mainList?this.mainList.querySelectorAll(l?'li.e-list-item:not([aria-selected="true"]):not(.e-reorder-hide)':'li.e-list-item[aria-selected="true"]:not(.e-reorder-hide)')[u]:null;l?(this.value=this.value?this.value:[],(!this.allowObjectBinding&&this.value.indexOf(d)<0||this.allowObjectBinding&&!this.isObjectInArray(d,this.value))&&this.setProperties({value:[].concat([],this.value,[d])},!0),this.removeFocus(),this.addListSelection(s[u],c),this.updateChipStatus(),this.checkMaxSelection()):this.removeAllItems(d,e,!1,s[u],c),this.enableGroupCheckBox&&this.findGroupStart(s[u])}if(!l){if((this.value&&this.value.length?this.value.length:0)<this.maximumSelectionLength){var m=this.list.querySelectorAll("li."+U.li+":not(.e-active)");t.removeClass(m,"e-disable")}}var f={event:e,items:l?s:[],itemData:l?this.listData:[],isInteracted:!!e,isChecked:l};this.trigger("selectedAll",f)}else if(this.enableVirtualization)this.virtualSelectAll=!0,this.virtualSelectAllState=l,this.CurrentEvent=e,this.virtualSelectAllData||this.resetList(this.dataSource,this.fields,new i.Query),this.virtualSelectAllData&&this.virtualSelectionAll(l,s,e);else{for(;r<a&&r<=50&&r<h;)this.isSelectAllTarget=a===r+1,this.updateListSelection(s[r],e,a-r),this.enableGroupCheckBox&&this.findGroupStart(s[r]),r++;a>50&&setTimeout(function(){for(;r<a&&r<h;)n.isSelectAllTarget=a===r+1,n.updateListSelection(s[r],e,a-r),n.enableGroupCheckBox&&n.findGroupStart(s[r]),r++;if(n.updatedataValueItems(e),n.changeOnBlur||(n.updateValueState(e,n.value,n.tempValues),n.isSelectAll=n.isSelectAll?!n.isSelectAll:n.isSelectAll),n.updateHiddenElement(),n.popupWrapper&&s[r-1].classList.contains("e-item-focus")){var t=document.getElementsByClassName("e-selectall-parent")[0];t&&t.classList.contains("e-item-focus")&&s[r-1].classList.remove("e-item-focus")}},0)}}this.updatedataValueItems(e),this.checkPlaceholderSize(),a<=50&&!o.preventSelectEvent&&(this.changeOnBlur||(this.updateValueState(e,this.value,this.tempValues),this.isSelectAll=this.isSelectAll?!this.isSelectAll:this.isSelectAll),(this.enableVirtualization&&this.value&&this.value.length>0||!this.enableVirtualization)&&this.updateHiddenElement())},s.prototype.updateHiddenElement=function(){var e=this,i="",s="",l="",n=[];"CheckBox"===this.mode&&(this.value.map(function(t,a){i+='<option selected value ="'+t+'">'+a+"</option>",l=e.listData?e.getTextByValue(t):t,s+=l+e.delimiterChar+" ",n.push(l)}),this.hiddenElement.innerHTML=i,this.updateWrapperText(this.delimiterWrapper,s),this.delimiterWrapper.setAttribute("id",t.getUniqueID("delim_val")),this.inputElement.setAttribute("aria-describedby",this.delimiterWrapper.id),this.setProperties({text:n.toString()},!0),this.refreshInputHight(),this.refreshPlaceHolder())},s.prototype.updatedataValueItems=function(e){this.deselectHeader(),this.textboxValueUpdate(e)},s.prototype.textboxValueUpdate=function(e){var i=e&&e.target&&(t.closest(e.target,".e-selectall-parent")||t.closest(e.target,".e-close-hooker"));"Box"===this.mode||this.isPopupOpen()||"CheckBox"===this.mode&&(this.isSelectAll||i)?this.searchWrapper.classList.remove(Le):this.updateDelimView(),"CheckBox"===this.mode?(this.updateDelimView(),i||this.isSelectAll||!this.isSelectAllTarget||this.updateDelimeter(this.delimiterChar,e),this.refreshInputHight()):this.updateDelimeter(this.delimiterChar,e),this.refreshPlaceHolder()},s.prototype.setZIndex=function(){this.popupObj&&this.popupObj.setProperties({zIndex:this.zIndex})},s.prototype.updateDataSource=function(e){t.isNullOrUndefined(this.list)?this.renderPopup():this.resetList(this.dataSource),this.value&&this.value.length&&(this.setProperties({value:this.value}),this.refreshSelection())},s.prototype.onLoadSelect=function(){this.setDynValue=!0,this.renderPopup()},s.prototype.selectAllItems=function(s,l){var n=this;if(t.isNullOrUndefined(this.list))this.selectAllAction=function(){if("CheckBox"===n.mode&&n.showSelectAll){var e={module:"CheckBoxSelection",enable:"CheckBox"===n.mode,value:s?"check":"uncheck"};n.notify("checkSelectAll",e)}n.selectAllItem(s,l),n.selectAllAction=null},e.prototype.render.call(this);else{if(this.selectAllAction=null,"CheckBox"===this.mode&&this.showSelectAll){var a={value:s?"check":"uncheck",enable:"CheckBox"===this.mode,module:"CheckBoxSelection"};this.notify("checkSelectAll",a)}this.selectAllItem(s,l)}this.dataSource instanceof i.DataManager&&!(this.dataSource instanceof i.DataManager&&this.virtualSelectAllData)||(this.virtualSelectAll=!1)},s.prototype.getPersistData=function(){return this.addOnPersist(["value"])},s.prototype.onPropertyChanged=function(i,s){(i.dataSource&&!t.isNullOrUndefined(Object.keys(i.dataSource))||i.query&&!t.isNullOrUndefined(Object.keys(i.query)))&&(this.resetFilteredData&&(this.resetMainList=this.resetMainList?this.resetMainList:this.mainList,this.resetFilteredData=!1),this.mainList=null,this.mainData=null,this.isFirstClick=!1,this.isDynamicDataChange=!0),"multiselect"===this.getModuleName()&&(this.filterAction=!1,this.setUpdateInitial(["fields","query","dataSource"],i));for(var l=0,n=Object.keys(i);l<n.length;l++){var o=n[l];switch(o){case"query":case"dataSource":"CheckBox"===this.mode&&this.showSelectAll&&(t.isNullOrUndefined(this.popupObj)||(this.popupObj.destroy(),this.popupObj=null),this.renderPopup());break;case"htmlAttributes":this.updateHTMLAttribute();break;case"showClearButton":this.updateClearButton(i.showClearButton);break;case"text":this.updateVal(this.value,this.value,"text");break;case"value":this.updateVal(this.value,s.value,"value"),this.addValidInputClass(),!this.closePopupOnSelect&&this.isPopupOpen()&&this.refreshPopup(),this.preventChange=this.isAngular&&this.preventChange?!this.preventChange:this.preventChange;break;case"width":this.setWidth(i.width),this.popupObj.setProperties({width:this.calcPopupWidth()});break;case"placeholder":this.refreshPlaceHolder();break;case"filterBarPlaceholder":this.allowFiltering&&this.notify("filterBarPlaceholder",{filterBarPlaceholder:i.filterBarPlaceholder});break;case"delimiterChar":"Box"!==this.mode&&this.updateDelimView(),this.updateData(i.delimiterChar);break;case"cssClass":this.updateOldPropCssClass(s.cssClass),this.updateCssClass(),this.calculateWidth();break;case"enableRtl":this.enableRTL(i.enableRtl),e.prototype.onPropertyChanged.call(this,i,s);break;case"readonly":this.updateReadonly(i.readonly),this.hidePopup();break;case"enabled":this.hidePopup(),this.enable(i.enabled);break;case"showSelectAll":this.popupObj&&(this.popupObj.destroy(),this.popupObj=null),this.renderPopup();break;case"showDropDownIcon":this.dropDownIcon();break;case"floatLabelType":this.setFloatLabelType(),this.addValidInputClass(),a.Input.createSpanElement(this.overAllWrapper,this.createElement),this.calculateWidth(),t.isNullOrUndefined(this.overAllWrapper)||t.isNullOrUndefined(this.overAllWrapper.getElementsByClassName("e-ddl-icon")[0]&&this.overAllWrapper.getElementsByClassName("e-float-text-content")[0]&&"Never"!==this.floatLabelType)||this.overAllWrapper.getElementsByClassName("e-float-text-content")[0].classList.add("e-icon");break;case"enableSelectionOrder":break;case"selectAllText":this.notify("selectAllText",!1);break;case"popupHeight":if(this.popupObj){var r=parseInt(this.popupHeight,10);"auto"!==this.popupHeight?(this.list.style.maxHeight=t.formatUnit(r),this.popupWrapper.style.maxHeight=t.formatUnit(this.popupHeight)):this.list.style.maxHeight=t.formatUnit(this.popupHeight)}break;case"headerTemplate":case"footerTemplate":this.reInitializePoup();break;case"allowFiltering":"CheckBox"===this.mode&&this.popupObj&&this.reInitializePoup(),this.updateSelectElementData(this.allowFiltering);break;case"fields":t.isNullOrUndefined(this.fields.groupBy)&&this.removeScrollEvent();break;default:var h=this.getPropObject(o,i,s);e.prototype.onPropertyChanged.call(this,h.newProperty,h.oldProperty)}}},s.prototype.reInitializePoup=function(){this.popupObj&&(this.popupObj.destroy(),this.popupObj=null),this.renderPopup()},s.prototype.totalItemsCount=function(){var e;if(this.dataSource instanceof i.DataManager?this.remoteDataCount>=0?e=this.totalItemCount=this.dataCount=this.remoteDataCount:this.resetList(this.dataSource):e=this.dataSource&&this.dataSource.length?this.dataSource.length:0,"CheckBox"===this.mode)this.totalItemCount=0!=e?e:this.totalItemCount;else if(this.hideSelectedItem){if(this.totalItemCount=0!=e&&this.value?e-this.value.length:this.totalItemCount,this.allowCustomValue&&this.virtualCustomSelectData&&this.virtualCustomSelectData.length>0)for(var s=0;s<this.virtualCustomSelectData.length;s++)for(var l=0;l<this.value.length;l++){(this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",this.value[l]):this.value[l])===t.getValue(this.fields.value?this.fields.value:"",this.virtualCustomSelectData[s])&&(this.totalItemCount+=1)}}else this.totalItemCount=0!=e?e:this.totalItemCount,this.allowCustomValue&&this.virtualCustomSelectData&&this.virtualCustomSelectData.length>0&&(this.totalItemCount+=this.virtualCustomSelectData.length)},s.prototype.presentItemValue=function(e){for(var i=[],s=0;s<this.value.length;s++){var l=this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",this.value[s]):this.value[s];if(!this.findListElement(this.allowFiltering&&!t.isNullOrUndefined(this.mainList)?this.mainList:e,"li","data-value",l)){var n=this.allowObjectBinding?this.getDataByValue(this.value[s]):this.value[s];i.push(n)}}return i},s.prototype.addNonPresentItems=function(e,t,i,s){var l=this;this.dataSource.executeQuery(this.getForQuery(e)).then(function(e){e.result.length>0&&l.addItem(e.result,i.length),l.updateActionList(t,i,s)})},s.prototype.updateVal=function(e,s,l){if(this.list)if(!(this.dataSource instanceof i.DataManager)||this.listData&&this.mainList&&this.mainData){var n=[];if(t.isNullOrUndefined(this.value)||this.allowCustomValue||(n=this.presentItemValue(this.ulElement)),"value"==l&&n.length>0&&this.dataSource instanceof i.DataManager&&!t.isNullOrUndefined(this.value)&&null!=this.listData&&!this.enableVirtualization)this.mainData=null,this.setDynValue=!0,this.addNonPresentItems(n,this.ulElement,this.listData);else{if("text"===l&&(this.initialTextUpdate(),e=this.value),(t.isNullOrUndefined(this.value)||0===this.value.length)&&(this.tempValues=s),this.allowCustomValue&&("Default"===this.mode||"Box"===this.mode)&&this.isReact&&this.inputFocus&&this.isPopupOpen()&&this.mainData!==this.listData){var a=this.mainList.cloneNode?this.mainList.cloneNode(!0):this.mainList;this.onActionComplete(a,this.mainData)}this.enableVirtualization&&(!this.enableVirtualization||this.dataSource instanceof i.DataManager)||this.initialValueUpdate(),"Box"===this.mode||this.inputFocus||this.updateDelimView(),this.inputFocus||this.refreshInputHight(),this.refreshPlaceHolder(),"CheckBox"!==this.mode&&this.changeOnBlur&&this.updateValueState(null,e,s),this.checkPlaceholderSize()}}else this.onLoadSelect();else this.onLoadSelect();this.changeOnBlur||this.updateValueState(null,e,s)},s.prototype.addItem=function(t,i){e.prototype.addItem.call(this,t,i)},s.prototype.hidePopup=function(e){var s=this;if(this.isPopupOpen()){var l={name:"FadeOut",duration:100,delay:100};this.customFilterQuery=null;var n={popup:this.popupObj,cancel:!1,animation:l,event:e||null};this.trigger("close",n,function(e){if(!e.cancel){s.fields.groupBy&&"CheckBox"!==s.mode&&s.fixedHeaderElement&&(t.remove(s.fixedHeaderElement),s.fixedHeaderElement=null),s.beforePopupOpen=!1,s.overAllWrapper.classList.remove("e-icon-anim");var l="CheckBox"==s.mode?s.targetElement():null;s.popupObj.hide(new t.Animation(e.animation)),t.attributes(s.inputElement,{"aria-expanded":"false"}),s.inputElement.removeAttribute("aria-owns"),s.inputElement.removeAttribute("aria-activedescendant"),s.allowFiltering&&s.notify("inputFocus",{module:"CheckBoxSelection",enable:"CheckBox"===s.mode,value:"clear"}),s.popupObj.hide(),t.removeClass([document.body,s.popupObj.element],"e-popup-full-page"),t.EventHandler.remove(s.list,"keydown",s.onKeyDown),"CheckBox"===s.mode&&s.showSelectAll&&t.EventHandler.remove(s.popupObj.element,"click",s.clickHandler),s.enableVirtualization&&"CheckBox"===s.mode&&s.value&&s.value.length>0&&s.enableSelectionOrder&&(s.viewPortInfo.startIndex=s.virtualItemStartIndex=0,s.viewPortInfo.endIndex=s.virtualItemEndIndex=s.viewPortInfo.startIndex>0?s.viewPortInfo.endIndex:s.itemCount,s.virtualListInfo=s.viewPortInfo,s.previousStartIndex=0,s.previousEndIndex=0);var n=void 0;s.dataSource instanceof i.DataManager?s.remoteDataCount>=0?s.totalItemCount=s.dataCount=s.remoteDataCount:s.resetList(s.dataSource):n=s.dataSource&&s.dataSource.length?s.dataSource.length:0,s.enableVirtualization&&(s.allowFiltering||s.allowCustomValue)&&(s.targetElement()||l)&&s.totalItemCount!==n&&(s.updateInitialData(),s.checkAndResetCache()),s.virtualCustomData&&s.viewPortInfo&&0===s.viewPortInfo.startIndex&&s.viewPortInfo.endIndex===s.itemCount&&s.renderItems(s.mainData,s.fields),s.virtualCustomData=null,s.isVirtualTrackHeight=!1}})}},s.prototype.showPopup=function(i){var s=this;if(this.enabled){this.firstItem=this.dataSource&&this.dataSource.length>0?this.dataSource[0]:null;this.trigger("beforeOpen",{cancel:!1},function(l){if(!l.cancel){if(!s.ulElement)return s.beforePopupOpen=!0,"CheckBox"===s.mode&&t.Browser.isDevice&&s.allowFiltering&&s.notify("popupFullScreen",{module:"CheckBoxSelection",enable:"CheckBox"===s.mode}),void e.prototype.render.call(s,i);"CheckBox"===s.mode&&t.Browser.isDevice&&s.allowFiltering&&s.notify("popupFullScreen",{module:"CheckBoxSelection",enable:"CheckBox"===s.mode});var n=s.ulElement.querySelectorAll("li.e-list-item").length,a=s.ulElement.querySelectorAll("li."+U.li+"."+Ae).length;if(n>0&&n===a&&a===s.mainData.length&&(""===s.targetElement()||!s.allowCustomValue))return void(s.beforePopupOpen=!1);if(s.onPopupShown(i),s.enableVirtualization&&s.listData&&s.listData.length&&(t.isNullOrUndefined(s.value)||"dropdownlist"!==s.getModuleName()&&"combobox"!==s.getModuleName()||s.removeHover(),s.beforePopupOpen||(s.hideSelectedItem&&s.value&&Array.isArray(s.value)&&s.value.length>0&&s.totalItemsCount(),s.preventSetCurrentData||t.isNullOrUndefined(s.viewPortInfo.startIndex)||t.isNullOrUndefined(s.viewPortInfo.endIndex)||s.notify("setCurrentViewDataAsync",{component:s.getModuleName(),module:"VirtualScroll"}))),s.enableVirtualization&&!s.allowFiltering&&null!=s.selectedValueInfo&&s.selectedValueInfo.startIndex>0&&null!=s.value&&s.notify("dataProcessAsync",{module:"VirtualScroll",isOpen:!0}),s.enableVirtualization)s.updatevirtualizationList();else if(s.value&&s.value.length)for(var o=void 0,r=(s.getItems(),0),h=s.value;r<h.length;r++){var u=h[r],p=s.allowObjectBinding?t.getValue(s.fields.value?s.fields.value:"",u):u;(o=s.getElementByValue(p))&&s.addListSelection(o)}s.preventSetCurrentData=!0}})}},s.prototype.selectAll=function(e){this.isSelectAll=!0,this.selectAllItems(e)},s.prototype.getModuleName=function(){return"multiselect"},s.prototype.clear=function(){var e=this;this.selectAll(!1),this.value&&this.value.length?setTimeout(function(){e.setProperties({value:null},!0)},0):this.setProperties({value:null},!0)},s.prototype.render=function(){t.isNullOrUndefined(this.value)||(this.value=this.value.slice()),this.setDynValue=this.initStatus=!1,this.isSelectAll=!1,this.selectAllEventEle=[],this.searchWrapper=this.createElement("span",{className:"e-searcher "+("Box"===this.mode?"e-multiselect-box":"")}),this.viewWrapper=this.createElement("span",{className:"e-delim-view e-delim-values",styles:"display:none;"}),this.overAllClear=this.createElement("span",{className:Be,styles:"display:none;"}),this.componentWrapper=this.createElement("div",{className:"e-multi-select-wrapper"}),this.overAllWrapper=this.createElement("div",{className:"e-multiselect e-input-group e-control-wrapper"}),"CheckBox"===this.mode&&t.addClass([this.overAllWrapper],"e-checkbox"),t.Browser.isDevice&&this.componentWrapper.classList.add("e-mob-wrapper"),this.setWidth(this.width),this.overAllWrapper.appendChild(this.componentWrapper),this.popupWrapper=this.createElement("div",{id:this.element.id+"_popup",className:"e-ddl e-popup e-multi-select-list-wrapper"}),this.popupWrapper.setAttribute("aria-label",this.element.id),this.popupWrapper.setAttribute("role","dialog"),"Delimiter"===this.mode||"CheckBox"===this.mode?(this.delimiterWrapper=this.createElement("span",{className:"e-delim-values",styles:"display:none"}),this.componentWrapper.appendChild(this.delimiterWrapper)):(this.chipCollectionWrapper=this.createElement("span",{className:"e-chips-collection",styles:"display:none"}),"Default"===this.mode?this.chipCollectionWrapper.setAttribute("id",t.getUniqueID("chip_default")):"Box"===this.mode&&this.chipCollectionWrapper.setAttribute("id",t.getUniqueID("chip_box")),this.componentWrapper.appendChild(this.chipCollectionWrapper)),"Box"!==this.mode&&this.componentWrapper.appendChild(this.viewWrapper),this.componentWrapper.appendChild(this.searchWrapper),this.showClearButton&&!t.Browser.isDevice?this.componentWrapper.appendChild(this.overAllClear):this.componentWrapper.classList.add(Te),this.dropDownIcon(),this.inputElement=this.createElement("input",{className:"e-dropdownbase",attrs:{spellcheck:"false",type:"text",autocomplete:"off",tabindex:"0",role:"combobox"}}),"Default"!==this.mode&&"Box"!==this.mode||this.inputElement.setAttribute("aria-describedby",this.chipCollectionWrapper.id),t.isNullOrUndefined(this.inputElement)||t.attributes(this.inputElement,{"aria-expanded":"false","aria-label":this.getModuleName()}),this.element.tagName!==this.getNgDirective()&&(this.element.style.display="none"),this.element.tagName===this.getNgDirective()?(this.element.appendChild(this.overAllWrapper),this.searchWrapper.appendChild(this.inputElement)):(this.element.parentElement.insertBefore(this.overAllWrapper,this.element),this.searchWrapper.appendChild(this.inputElement),this.searchWrapper.appendChild(this.element),this.element.removeAttribute("tabindex")),"Never"!==this.floatLabelType?v(this.overAllWrapper,this.searchWrapper,this.element,this.inputElement,this.value,this.floatLabelType,this.placeholder):"Never"===this.floatLabelType&&this.refreshPlaceHolder(),this.addValidInputClass(),this.element.style.opacity="";var e=this.element.getAttribute("id")?this.element.getAttribute("id"):t.getUniqueID("ej2_dropdownlist");this.element.id=e,this.hiddenElement=this.createElement("select",{attrs:{"aria-hidden":"true",class:"e-multi-hidden",tabindex:"-1",multiple:""}}),this.componentWrapper.appendChild(this.hiddenElement),this.validationAttribute(this.element,this.hiddenElement),"CheckBox"!==this.mode&&this.hideOverAllClear(),!t.isNullOrUndefined(t.closest(this.element,"fieldset"))&&t.closest(this.element,"fieldset").disabled&&(this.enabled=!1),this.wireEvent(),this.enable(this.enabled),this.enableRTL(this.enableRtl),this.enableVirtualization&&this.updateVirtualizationProperties(this.itemCount,this.allowFiltering,"CheckBox"===this.mode),this.listItemHeight=this.getListHeight(),this.getSkeletonCount(),this.viewPortInfo.startIndex=this.virtualItemStartIndex=0,this.viewPortInfo.endIndex=this.virtualItemEndIndex=this.viewPortInfo.startIndex>0?this.viewPortInfo.endIndex:this.itemCount,this.checkInitialValue(),this.element.hasAttribute("data-val")&&this.element.setAttribute("data-val","false"),a.Input.createSpanElement(this.overAllWrapper,this.createElement),this.calculateWidth(),t.isNullOrUndefined(this.overAllWrapper)||t.isNullOrUndefined(this.overAllWrapper.getElementsByClassName("e-ddl-icon")[0]&&this.overAllWrapper.getElementsByClassName("e-float-text-content")[0]&&"Never"!==this.floatLabelType)||this.overAllWrapper.getElementsByClassName("e-float-text-content")[0].classList.add("e-icon"),this.renderComplete()},s.prototype.getListHeight=function(){var e=this.createElement("div",{className:"e-dropdownbase"}),i=this.createElement("li",{className:"e-list-item"}),s=t.formatUnit(this.popupHeight);e.style.height=parseInt(s,10).toString()+"px",e.appendChild(i),document.body.appendChild(e),this.virtualListHeight=e.getBoundingClientRect().height;var l=Math.ceil(i.getBoundingClientRect().height);return e.remove(),l},s.prototype.checkInitialValue=function(){var s=this,l=this.dataSource instanceof Array?this.dataSource.length>0:!t.isNullOrUndefined(this.dataSource);if((!this.value||!this.value.length)&&t.isNullOrUndefined(this.text)&&!l&&"SELECT"===this.element.tagName&&this.element.options.length>0){for(var n=this.element.options,a=[],o="",r=0,h=n.length;r<h;r++){var u=n[r];if(!t.isNullOrUndefined(u.getAttribute("selected")))if(u.getAttribute("value")){var p=this.allowObjectBinding?this.getDataByValue(u.getAttribute("value")):u.getAttribute("value");a.push(p)}else o+=u.text+this.delimiterChar}a.length>0?this.setProperties({value:a},!0):""!==o&&this.setProperties({text:o},!0),(a.length>0||""!==o)&&(this.refreshInputHight(),this.refreshPlaceHolder())}if((this.value&&this.value.length||!t.isNullOrUndefined(this.text))&&(this.list||e.prototype.render.call(this)),t.isNullOrUndefined(this.text)||!t.isNullOrUndefined(this.value)&&0!==this.value.length||this.initialTextUpdate(),this.value&&this.value.length){var d;if(this.enableVirtualization){for(var c=this.fields.value?this.fields.value:"",m=void 0,f=0;f<this.value.length;f++){p=this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",this.value[f]):this.value[f];m=0===f?new i.Predicate(c,"equal",p):m.or(c,"equal",p)}this.dataSource instanceof i.DataManager?this.dataSource.executeQuery((new i.Query).where(m)).then(function(e){e.result.length>0&&(d=e.result,s.initStatus=!1,s.initialValueUpdate(d,!0),s.initialUpdate(),s.initStatus=!0)}):d=new i.DataManager(this.dataSource).executeLocal((new i.Query).where(m))}this.dataSource instanceof i.DataManager?this.setInitialValue=function(){s.initStatus=!1,s.enableVirtualization&&(!s.enableVirtualization||s.dataSource instanceof i.DataManager)||s.initialValueUpdate(d),s.initialUpdate(),s.setInitialValue=null,s.initStatus=!0}:(this.initialValueUpdate(d),this.initialUpdate()),this.updateTempValue()}else this.initialUpdate();this.initStatus=!0,this.checkAutoFocus(),t.isNullOrUndefined(this.text)||this.element.setAttribute("data-initial-value",this.text)},s.prototype.checkAutoFocus=function(){this.element.hasAttribute("autofocus")&&this.inputElement.focus()},s.prototype.updatevirtualizationList=function(){if(this.value&&this.value.length){for(var e=void 0,i=(this.getItems(),0),s=this.value;i<s.length;i++){var l=s[i],n=this.allowObjectBinding?t.getValue(this.fields.value?this.fields.value:"",l):l;(e=this.getElementByValue(n))&&this.addListSelection(e)}if(this.enableVirtualization&&this.hideSelectedItem){var a=this.list.querySelectorAll("li."+U.li+":not(."+Ae+"):not(.e-reorder-hide):not(.e-virtual-list)");if(a.length){var o=this.virtualListHeight>0?Math.floor(this.virtualListHeight/this.listItemHeight):0;if(a.length<o+2){var r=this.getForQuery(this.value).clone();r=r.skip(this.viewPortInfo.startIndex),this.resetList(this.dataSource,this.fields,r)}}}}},s.prototype.setFloatLabelType=function(){y(this.overAllWrapper,this.componentWrapper,this.searchWrapper,this.inputElement,this.value,this.floatLabelType,this.placeholder),"Never"!==this.floatLabelType&&v(this.overAllWrapper,this.searchWrapper,this.element,this.inputElement,this.value,this.floatLabelType,this.placeholder)},s.prototype.addValidInputClass=function(){t.isNullOrUndefined(this.overAllWrapper)||(!t.isNullOrUndefined(this.value)&&this.value.length||"Always"===this.floatLabelType?t.addClass([this.overAllWrapper],"e-valid-input"):t.removeClass([this.overAllWrapper],"e-valid-input"))},s.prototype.dropDownIcon=function(){this.showDropDownIcon?(this.dropIcon=this.createElement("span",{className:Ue}),this.componentWrapper.appendChild(this.dropIcon),t.addClass([this.componentWrapper],["e-down-icon"])):t.isNullOrUndefined(this.dropIcon)||(this.dropIcon.parentElement.removeChild(this.dropIcon),t.removeClass([this.componentWrapper],["e-down-icon"]))},s.prototype.initialUpdate=function(){"Box"===this.mode||this.setDynValue&&"Default"===this.mode&&this.inputFocus||this.updateDelimView(),this.viewPortInfo.startIndex=this.virtualItemStartIndex=0,this.viewPortInfo.endIndex=this.virtualItemEndIndex=this.itemCount,this.updateCssClass(),this.updateHTMLAttribute(),this.updateReadonly(this.readonly),this.refreshInputHight(),this.checkPlaceholderSize()},s.prototype.destroy=function(){this.isReact&&this.clearTemplate(),this.popupObj&&this.popupObj.hide(),this.notify("destroy",{}),this.unwireListEvents(),this.unWireEvent(),this.list=null,this.popupObj=null,this.mainList=null,this.mainData=null,this.filterParent=null,this.ulElement=null,this.mainListCollection=null,e.prototype.destroy.call(this);var i=["readonly","aria-disabled","placeholder","aria-label","aria-expanded"],s=i.length;if(!t.isNullOrUndefined(this.inputElement))for(;s>0;)this.inputElement.removeAttribute(i[s-1]),s--;t.isNullOrUndefined(this.element)||(this.element.removeAttribute("data-initial-value"),this.element.style.display="block"),this.overAllWrapper&&this.overAllWrapper.parentElement&&(this.overAllWrapper.parentElement.tagName===this.getNgDirective()?t.remove(this.overAllWrapper):(this.overAllWrapper.parentElement.insertBefore(this.element,this.overAllWrapper),t.remove(this.overAllWrapper))),this.componentWrapper=null,this.overAllClear=null,this.overAllWrapper=null,this.hiddenElement=null,this.searchWrapper=null,this.viewWrapper=null,this.chipCollectionWrapper=null,this.targetInputElement=null,this.popupWrapper=null,this.inputElement=null,this.delimiterWrapper=null,this.popupObj=null,this.popupWrapper=null,this.liCollections=null,this.header=null,this.mainList=null,this.mainListCollection=null,this.footer=null,this.selectAllEventEle=null},we([t.Complex({text:null,value:null,iconCss:null,groupBy:null},V)],s.prototype,"fields",void 0),we([t.Property(!1)],s.prototype,"enablePersistence",void 0),we([t.Property(null)],s.prototype,"groupTemplate",void 0),we([t.Property("No records found")],s.prototype,"noRecordsTemplate",void 0),we([t.Property("Request failed")],s.prototype,"actionFailureTemplate",void 0),we([t.Property("None")],s.prototype,"sortOrder",void 0),we([t.Property(!0)],s.prototype,"enabled",void 0),we([t.Property(!0)],s.prototype,"enableHtmlSanitizer",void 0),we([t.Property(!1)],s.prototype,"enableVirtualization",void 0),we([t.Property([])],s.prototype,"dataSource",void 0),we([t.Property(null)],s.prototype,"query",void 0),we([t.Property("StartsWith")],s.prototype,"filterType",void 0),we([t.Property(1e3)],s.prototype,"zIndex",void 0),we([t.Property(!1)],s.prototype,"ignoreAccent",void 0),we([t.Property()],s.prototype,"locale",void 0),we([t.Property(!1)],s.prototype,"enableGroupCheckBox",void 0),we([t.Property(null)],s.prototype,"cssClass",void 0),we([t.Property("100%")],s.prototype,"width",void 0),we([t.Property("300px")],s.prototype,"popupHeight",void 0),we([t.Property("100%")],s.prototype,"popupWidth",void 0),we([t.Property(null)],s.prototype,"placeholder",void 0),we([t.Property(null)],s.prototype,"filterBarPlaceholder",void 0),we([t.Property({})],s.prototype,"htmlAttributes",void 0),we([t.Property(null)],s.prototype,"valueTemplate",void 0),we([t.Property(null)],s.prototype,"headerTemplate",void 0),we([t.Property(null)],s.prototype,"footerTemplate",void 0),we([t.Property(null)],s.prototype,"itemTemplate",void 0),we([t.Property(null)],s.prototype,"allowFiltering",void 0),we([t.Property(!0)],s.prototype,"changeOnBlur",void 0),we([t.Property(!1)],s.prototype,"allowCustomValue",void 0),we([t.Property(!0)],s.prototype,"showClearButton",void 0),we([t.Property(1e3)],s.prototype,"maximumSelectionLength",void 0),we([t.Property(!1)],s.prototype,"readonly",void 0),we([t.Property(null)],s.prototype,"text",void 0),we([t.Property(null)],s.prototype,"value",void 0),we([t.Property(!1)],s.prototype,"allowObjectBinding",void 0),we([t.Property(!0)],s.prototype,"hideSelectedItem",void 0),we([t.Property(!0)],s.prototype,"closePopupOnSelect",void 0),we([t.Property("Default")],s.prototype,"mode",void 0),we([t.Property(",")],s.prototype,"delimiterChar",void 0),we([t.Property(!0)],s.prototype,"ignoreCase",void 0),we([t.Property(!1)],s.prototype,"showDropDownIcon",void 0),we([t.Property("Never")],s.prototype,"floatLabelType",void 0),we([t.Property(!1)],s.prototype,"showSelectAll",void 0),we([t.Property("Select All")],s.prototype,"selectAllText",void 0),we([t.Property("Unselect All")],s.prototype,"unSelectAllText",void 0),we([t.Property(!0)],s.prototype,"enableSelectionOrder",void 0),we([t.Property(!0)],s.prototype,"openOnClick",void 0),we([t.Property(!1)],s.prototype,"addTagOnBlur",void 0),we([t.Event()],s.prototype,"change",void 0),we([t.Event()],s.prototype,"removing",void 0),we([t.Event()],s.prototype,"removed",void 0),we([t.Event()],s.prototype,"beforeSelectAll",void 0),we([t.Event()],s.prototype,"selectedAll",void 0),we([t.Event()],s.prototype,"beforeOpen",void 0),we([t.Event()],s.prototype,"open",void 0),we([t.Event()],s.prototype,"close",void 0),we([t.Event()],s.prototype,"blur",void 0),we([t.Event()],s.prototype,"focus",void 0),we([t.Event()],s.prototype,"chipSelection",void 0),we([t.Event()],s.prototype,"filtering",void 0),we([t.Event()],s.prototype,"tagging",void 0),we([t.Event()],s.prototype,"customValueSelection",void 0),s=we([t.NotifyPropertyChanges],s)}(F),je="e-check",Me="e-checkbox-wrapper",Re="e-input-group-icon e-clear-icon e-icons",ze="e-clear-icon",Ke="e-popup-full-page",_e=function(){function e(e){this.activeLi=[],this.activeEle=[],this.parent=e,this.removeEventListener(),this.addEventListener()}return e.prototype.getModuleName=function(){return"CheckBoxSelection"},e.prototype.addEventListener=function(){this.parent.isDestroyed||(this.parent.on("updatelist",this.listSelection,this),this.parent.on("listoption",this.listOption,this),this.parent.on("selectAll",this.setSelectAll,this),this.parent.on("checkSelectAll",this.checkSelectAll,this),this.parent.on("searchBox",this.setSearchBox,this),this.parent.on("blur",this.onBlurHandler,this),this.parent.on("targetElement",this.targetElement,this),this.parent.on("deviceSearchBox",this.setDeviceSearchBox,this),this.parent.on("inputFocus",this.getFocus,this),this.parent.on("reOrder",this.setReorder,this),this.parent.on("activeList",this.getActiveList,this),this.parent.on("selectAllText",this.setLocale,this),this.parent.on("filterBarPlaceholder",this.setPlaceholder,this),t.EventHandler.add(document,"mousedown",this.onDocumentClick,this),this.parent.on("addItem",this.checboxCreate,this),this.parent.on("popupFullScreen",this.setPopupFullScreen,this))},e.prototype.removeEventListener=function(){this.parent.isDestroyed||(this.parent.off("updatelist",this.listSelection),this.parent.off("listoption",this.listOption),this.parent.off("selectAll",this.setSelectAll),this.parent.off("checkSelectAll",this.checkSelectAll),this.parent.off("searchBox",this.setSearchBox),this.parent.off("blur",this.onBlurHandler),this.parent.off("targetElement",this.targetElement),this.parent.off("deviceSearchBox",this.setDeviceSearchBox),this.parent.off("inputFocus",this.getFocus),this.parent.off("reOrder",this.setReorder),this.parent.off("activeList",this.getActiveList),this.parent.off("selectAllText",this.setLocale),this.parent.off("filterBarPlaceholder",this.setPlaceholder),this.parent.off("addItem",this.checboxCreate),this.parent.off("popupFullScreen",this.setPopupFullScreen))},e.prototype.listOption=function(e){var i=this;if(t.isNullOrUndefined(this.parent.listCurrentOptions.itemCreated))this.parent.listCurrentOptions.itemCreated=function(e){i.checboxCreate(e)};else{var s=this.parent.listCurrentOptions.itemCreated;this.parent.listCurrentOptions.itemCreated=function(e){i.checboxCreate(e),s.apply(i,[e])}}},e.prototype.setPlaceholder=function(e){a.Input.setPlaceholder(e.filterBarPlaceholder,this.filterInput)},e.prototype.checboxCreate=function(e){var i;if(i=t.isNullOrUndefined(e.item)?e:e.item,this.parent.enableGroupCheckBox||"e-list-group-item "!==i.className&&"e-list-group-item"!==i.className){var s=o.createCheckBox(this.parent.createElement,!0),l=t.select("div.e-icons",i);return i.insertBefore(s,i.childNodes[t.isNullOrUndefined(l)?0:1]),t.select(".e-frame",s),this.parent.enableGroupCheckBox&&this.parent.popupWrapper.classList.add("e-multiselect-group"),i}return i},e.prototype.setSelectAll=function(){this.parent.showSelectAll?(t.isNullOrUndefined(this.checkAllParent)&&(this.checkAllParent=this.parent.createElement("div",{className:"e-selectall-parent"}),this.selectAllSpan=this.parent.createElement("span",{className:"e-all-text"}),this.selectAllSpan.textContent="",this.checkAllParent.appendChild(this.selectAllSpan),this.setLocale(),this.checboxCreate(this.checkAllParent),this.parent.headerTemplate&&(t.isNullOrUndefined(this.parent.filterParent)?t.append([this.checkAllParent],this.parent.popupWrapper):t.append([this.checkAllParent],this.parent.filterParent)),this.parent.headerTemplate||(t.isNullOrUndefined(this.parent.filterParent)?t.prepend([this.checkAllParent],this.parent.popupWrapper):this.parent.filterParent.parentNode.insertBefore(this.checkAllParent,this.parent.filterParent.nextSibling)),t.EventHandler.add(this.checkAllParent,"mousedown",this.clickHandler,this)),this.parent.list.classList.contains("e-nodata")||this.parent.listData&&this.parent.listData.length<=1&&!this.parent.enableVirtualization&&!this.parent.isDynamicDataChange||this.parent.isDynamicDataChange&&this.parent.listData&&this.parent.listData.length<=1?this.checkAllParent.style.display="none":this.checkAllParent.style.display="block",this.parent.selectAllHeight=this.checkAllParent.getBoundingClientRect().height):t.isNullOrUndefined(this.checkAllParent)||(this.checkAllParent.parentElement.removeChild(this.checkAllParent),this.checkAllParent=null)},e.prototype.destroy=function(){this.removeEventListener(),t.EventHandler.remove(document,"mousedown",this.onDocumentClick),this.checkAllParent=null,this.clearIconElement=null,this.filterInput=null,this.filterInputObj=null,this.checkWrapper=null,this.selectAllSpan=null},e.prototype.listSelection=function(e){var i;if(t.isNullOrUndefined(e.e)){var s=e.li.querySelector(".e-checkbox-wrapper");i=s?s.childNodes[1]:e.li.lastElementChild.childNodes[1]}else{e.li.querySelector(".e-checkbox-wrapper .e-frame");i=t.isNullOrUndefined(e.e.target)?e.li.querySelector(".e-checkbox-wrapper").childNodes[1]:e.e.target.classList.contains("e-frame")&&(!this.parent.showSelectAll||this.checkAllParent&&!this.checkAllParent.contains(e.e.target))?e.e.target:e.li.querySelector(".e-checkbox-wrapper").childNodes[1]}if((this.parent.itemTemplate||this.parent.enableGroupCheckBox)&&(i=e.li.firstElementChild.childNodes[1]),t.isNullOrUndefined(i)||(this.checkWrapper=t.closest(i,"."+Me)),!t.isNullOrUndefined(this.checkWrapper)){var l=t.select(".e-frame",this.checkWrapper);this.validateCheckNode(this.checkWrapper,l.classList.contains(je),e.li,e.e,!1)}},e.prototype.validateCheckNode=function(e,t,i,s,l){this.changeState(e,t?"uncheck":"check",s,!0,l)},e.prototype.clickHandler=function(e){var i;i=e.currentTarget.classList.contains(this.checkAllParent.className)||e.currentTarget.classList.value===this.checkAllParent.className?e.currentTarget.firstElementChild.lastElementChild:e.currentTarget,this.checkWrapper=t.closest(i,"."+Me);if(!t.isNullOrUndefined(this.checkWrapper)){var s=t.select(".e-frame",this.checkWrapper);this.validateCheckNode(this.checkWrapper,s.classList.contains(je),null,e,!0)}e.preventDefault()},e.prototype.changeState=function(e,i,s,l,n){var a=e.getElementsByClassName("e-frame")[0];"check"!==i||a.classList.contains(je)?"uncheck"===i&&(a.classList.contains(je)||a.classList.contains("e-stop"))?(t.removeClass([a],[je,"e-stop"]),n&&(this.parent.selectAllItems(!1,s),this.setLocale())):"indeterminate"!==i||a.classList.contains("e-stop")||(t.removeClass([a],[je]),a.classList.add("e-stop"),n&&(this.parent.selectAllItems(!1,s),this.setLocale())):(a.classList.remove("e-stop"),a.classList.add(je),n&&(this.parent.selectAllItems(!0,s),this.setLocale(!0)))},e.prototype.setSearchBox=function(e){if(t.isNullOrUndefined(this.parent.filterParent)){this.parent.filterParent=this.parent.createElement("span",{className:"e-filter-parent"}),this.filterInput=this.parent.createElement("input",{attrs:{type:"text"},className:"e-input-filter"}),this.parent.element.parentNode.insertBefore(this.filterInput,this.parent.element);var i=!1;return t.Browser.isDevice&&(i=!0,this.parent.mobFilter=!1),this.filterInputObj=a.Input.createInput({element:this.filterInput,buttons:i?["e-input-group-icon e-back-icon e-icons",Re]:[Re],properties:{placeholder:this.parent.filterBarPlaceholder}},this.parent.createElement),t.isNullOrUndefined(this.parent.cssClass)||(-1!==this.parent.cssClass.split(" ").indexOf("e-outline")?t.addClass([this.filterInputObj.container],"e-outline"):-1!==this.parent.cssClass.split(" ").indexOf("e-filled")&&t.addClass([this.filterInputObj.container],"e-filled")),t.append([this.filterInputObj.container],this.parent.filterParent),t.prepend([this.parent.filterParent],e.popupElement),t.attributes(this.filterInput,{"aria-disabled":"false",role:"combobox",autocomplete:"off",autocapitalize:"off",spellcheck:"false","aria-label":"multiselect","aria-expanded":"true","aria-controls":e.popupElement.id}),this.clearIconElement=this.filterInput.parentElement.querySelector("."+ze),!t.Browser.isDevice&&this.clearIconElement&&(t.EventHandler.add(this.clearIconElement,"mousedown",this.clearText,this),this.clearIconElement.style.visibility="hidden"),t.EventHandler.add(this.filterInput,"input",this.parent.onInput,this.parent),t.EventHandler.add(this.filterInput,"keyup",this.parent.keyUp,this.parent),t.EventHandler.add(this.filterInput,"keydown",this.parent.onKeyDown,this.parent),t.EventHandler.add(this.filterInput,"blur",this.onBlurHandler,this),t.EventHandler.add(this.filterInput,"paste",this.parent.pasteHandler,this.parent),this.parent.searchBoxHeight=this.filterInputObj.container.parentElement.getBoundingClientRect().height,this.filterInputObj}},e.prototype.clickOnBackIcon=function(e){this.parent.hidePopup(),t.removeClass([document.body,this.parent.popupObj.element],Ke),this.parent.inputElement.focus()},e.prototype.clearText=function(e){this.parent.targetInputElement.value="",this.parent.allowFiltering&&""===this.parent.targetInputElement.value&&this.parent.search(null),this.parent.refreshListItems(null),this.parent.refreshPopup(),this.clearIconElement.style.visibility="hidden",this.filterInput.focus(),this.setReorder(e),this.boundPreventListSelection=this.preventListSelection.bind(this),this.parent.popupWrapper.addEventListener("mouseup",this.boundPreventListSelection,!0),e.preventDefault()},e.prototype.preventListSelection=function(e){e.stopPropagation(),this.parent.popupWrapper.removeEventListener("mouseup",this.boundPreventListSelection,!0),this.boundPreventListSelection=null},e.prototype.setDeviceSearchBox=function(){this.parent.popupObj.element.classList.add("e-ddl-device"),this.parent.popupObj.element.classList.add("e-ddl-device-filter"),this.parent.popupObj.position={X:0,Y:0},this.parent.popupObj.dataBind(),this.setSearchBoxPosition(),this.backIconElement=this.filterInputObj.container.querySelector(".e-back-icon"),this.clearIconElement=this.filterInputObj.container.querySelector("."+ze),this.clearIconElement.style.visibility="hidden",t.EventHandler.add(this.backIconElement,"click",this.clickOnBackIcon,this),t.EventHandler.add(this.clearIconElement,"click",this.clearText,this)},e.prototype.setSearchBoxPosition=function(){var e=this.filterInput.parentElement.getBoundingClientRect().height,i=0;this.checkAllParent&&(i=this.checkAllParent.getBoundingClientRect().height),this.parent.popupObj.element.style.maxHeight="100%",this.parent.popupObj.element.style.width="100%",this.parent.list.style.maxHeight=window.innerHeight-e-i+"px",this.parent.list.style.height=window.innerHeight-e-i+"px";var s=this.filterInput.parentElement.querySelector("."+ze);t.detach(this.filterInput),s.parentElement.insertBefore(this.filterInput,s)},e.prototype.setPopupFullScreen=function(){this.parent&&this.parent.popupObj&&(t.attributes(this.parent.popupObj.element,{style:"left:0px;right:0px;top:0px;bottom:0px;"}),t.addClass([document.body,this.parent.popupObj.element],Ke),this.parent.popupObj.element.style.maxHeight="100%",this.parent.popupObj.element.style.width="100%")},e.prototype.targetElement=function(){return t.isNullOrUndefined(this.clearIconElement)||(this.parent.targetInputElement=this.filterInput,this.clearIconElement.style.visibility=""===this.parent.targetInputElement.value?"hidden":"visible"),this.parent.targetInputElement.value},e.prototype.onBlurHandler=function(e){if(!this.parent.element.classList.contains("e-listbox")){var i=void 0;if(this.parent.keyAction)return;if(t.Browser.isIE&&(i=!t.isNullOrUndefined(e)&&e.target),t.Browser.isIE||(i=!t.isNullOrUndefined(e)&&e.relatedTarget),this.parent.popupObj&&document.body.contains(this.parent.popupObj.element)&&this.parent.popupObj.element.contains(i)&&!t.Browser.isIE&&this.filterInput)return void this.filterInput.focus();if(this.parent.scrollFocusStatus&&this.filterInput)return e.preventDefault(),this.filterInput.focus(),void(this.parent.scrollFocusStatus=!1);this.parent.popupObj&&document.body.contains(this.parent.popupObj.element)&&!this.parent.popupObj.element.classList.contains("e-popup-close")&&(this.parent.inputFocus=!1,this.parent.updateValueState(e,this.parent.value,this.parent.tempValues),this.parent.dispatchEvent(this.parent.hiddenElement,"change")),this.parent.popupObj&&document.body.contains(this.parent.popupObj.element)&&!this.parent.popupObj.element.classList.contains("e-popup-close")&&(this.parent.inputFocus=!1,this.parent.overAllWrapper.classList.remove("e-input-focus"),this.parent.trigger("blur"),this.parent.focused=!0),this.parent.popupObj&&document.body.contains(this.parent.popupObj.element)&&!this.parent.popupObj.element.classList.contains("e-popup-close")&&!t.Browser.isDevice&&this.parent.hidePopup()}},e.prototype.onDocumentClick=function(e){if("listbox"!==this.parent.getLocaleName()){var i=e.target;!t.isNullOrUndefined(this.parent.popupObj)&&t.closest(i,'[id="'+this.parent.popupObj.element.id+'"]')&&(this.filterInput&&""!==this.filterInput.value||e.preventDefault()),!t.isNullOrUndefined(this.parent.popupObj)&&t.closest(i,'[id="'+this.parent.popupObj.element.id+'"]')||t.isNullOrUndefined(this.parent.overAllWrapper)||this.parent.overAllWrapper.contains(e.target)?this.parent.scrollFocusStatus=(t.Browser.isIE||"edge"===t.Browser.info.name)&&document.activeElement===this.filterInput:(this.parent.overAllWrapper.classList.contains(U.focus)||this.parent.isPopupOpen())&&(this.parent.inputFocus=!1,this.parent.scrollFocusStatus=!1,this.parent.hidePopup(),this.parent.onBlurHandler(e,!0),this.parent.focused=!0),t.isNullOrUndefined(this.parent.overAllWrapper)||this.parent.overAllWrapper.contains(e.target)||!this.parent.overAllWrapper.classList.contains("e-input-focus")||this.parent.isPopupOpen()||(t.Browser.isIE?this.parent.onBlurHandler():this.parent.onBlurHandler(e)),this.filterInput===i&&this.filterInput.focus()}},e.prototype.getFocus=function(e){this.parent.overAllWrapper.classList.remove("e-input-focus"),this.parent.keyAction&&"clear"!==e.value&&"focus"!==e.value?this.parent.keyAction=!1:("focus"===e.value&&(this.filterInput.focus(),this.parent.removeFocus(),t.EventHandler.remove(this.parent.list,"keydown",this.parent.onKeyDown)),"clear"===e.value&&(this.filterInput.value="",this.clearIconElement.style.visibility="hidden"))},e.prototype.checkSelectAll=function(e){"check"===e.value&&(this.changeState(this.checkAllParent,e.value,null,null,!1),this.setLocale(!0)),"uncheck"===e.value&&(this.changeState(this.checkAllParent,e.value,null,null,!1),this.setLocale()),"indeterminate"===e.value&&(this.changeState(this.checkAllParent,e.value,null,null,!1),this.setLocale())},e.prototype.setLocale=function(e){if("Select All"!==this.parent.selectAllText||"Unselect All"!==this.parent.unSelectAllText){var i=e?this.parent.unSelectAllText:this.parent.selectAllText;this.selectAllSpan.textContent="";for(var s=t.compile(i),l=e?"unSelectAllText":"selectAllText",n=0,a=s({},this.parent,l,null,!this.parent.isStringTemplate);n<a.length;n++){var o=a[n];this.selectAllSpan.textContent=o.textContent}}else{var r=new t.L10n(this.parent.getLocaleName(),{},this.parent.locale);""===r.getConstant("selectAllText")&&(r=new t.L10n("dropdowns",{selectAllText:"Select All",unSelectAllText:"Unselect All"},this.parent.locale)),this.selectAllSpan.textContent=e?r.getConstant("unSelectAllText"):r.getConstant("selectAllText")}},e.prototype.getActiveList=function(e){e.li.classList.contains("e-active")?this.activeLi.push(e.li.cloneNode(!0)):this.activeLi.splice(e.index,1)},e.prototype.setReorder=function(e){if(this.parent.enableSelectionOrder&&!t.isNullOrUndefined(this.parent.value)){var i=this.parent.ulElement.querySelectorAll("li.e-active").length,s=void 0,l=this.parent.createElement("ul",{className:"e-list-parent e-ul e-reorder"});if(i>0){if(this.parent.ulElement.querySelectorAll("li.e-active").forEach(function(e){l.appendChild(e)}),s=this.parent.ulElement.querySelectorAll("li.e-active"),t.addClass(s,"e-reorder-hide"),this.parent.enableVirtualization){var n=this.parent.list.querySelector(".e-virtual-ddl-content");t.prepend([l],n)}else t.prepend([l],this.parent.list)}this.parent.focusAtFirstListItem()}},e}(),Ge=function(){var e=function(t,i){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(t,i)};return function(t,i){function s(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(s.prototype=i.prototype,new s)}}(),Qe=function(e,t,i,s){var l,n=arguments.length,a=n<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,i,s);else for(var o=e.length-1;o>=0;o--)(l=e[o])&&(a=(n<3?l(a):n>3?l(t,i,a):l(t,i))||a);return n>3&&a&&Object.defineProperty(t,i,a),a},Xe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ge(i,e),Qe([t.Property("Multiple")],i.prototype,"mode",void 0),Qe([t.Property(!1)],i.prototype,"showCheckbox",void 0),Qe([t.Property(!1)],i.prototype,"showSelectAll",void 0),Qe([t.Property("Left")],i.prototype,"checkboxPosition",void 0),i}(t.ChildProperty),Je=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ge(i,e),Qe([t.Property([])],i.prototype,"items",void 0),Qe([t.Property("Right")],i.prototype,"position",void 0),i}(t.ChildProperty),Ye=function(e){function l(t,i){var s=e.call(this,t,i)||this;return s.isValidKey=!1,s.isDataSourceUpdate=!1,s.keyDownStatus=!1,s}Ge(l,e),r=l,l.prototype.addItem=function(t,i){e.prototype.addItem.call(this,t,i)},l.prototype.render=function(){if(this.isAngular&&this.allowFiltering){var i=this.element,s=i.cloneNode(!0);i.parentNode.replaceChild(s,i),this.element=s,t.setValue("ej2_instances",[this],this.element)}this.inputString="",this.initLoad=!0,this.isCustomFiltering=!1,this.initialSelectedOptions=this.value,this.inputFormName=this.element.getAttribute("name"),e.prototype.render.call(this),this.setEnabled(),this.renderComplete()},l.prototype.initWrapper=function(){var e=this.createElement("select",{className:"e-hidden-select",attrs:{multiple:""}});e.style.visibility="hidden",this.list.classList.add("e-listbox-wrapper"),this.list.querySelector(".e-list-parent").setAttribute("role","presentation");for(var i=this.list.querySelectorAll(".e-list-group-item"),s=0;s<i.length;s++)i[s].removeAttribute("tabindex"),i[s].setAttribute("role","option");this.itemTemplate&&this.list.classList.add("e-list-template"),this.list.classList.add("e-wrapper"),this.list.classList.add("e-lib"),"EJS-LISTBOX"===this.element.tagName?(this.element.setAttribute("tabindex","0"),this.initLoad&&this.element.appendChild(this.list)):(this.initLoad&&this.element.parentElement.insertBefore(this.list,this.element),this.list.insertBefore(this.element,this.list.firstChild),this.element.style.display="none"),this.list.insertBefore(e,this.list.firstChild),this.list.getElementsByClassName("e-list-item")[0]&&this.list.getElementsByClassName("e-list-item")[0].classList.remove(U.focus),this.itemTemplate&&this.renderReactTemplates(),t.removeClass([this.list],[U.content,U.root]),this.validationAttribute(this.element,e),this.list.setAttribute("role","listbox"),t.attributes(this.list,{role:"listbox","aria-label":"listbox","aria-multiselectable":"Multiple"===this.selectionSettings.mode?"true":"false"}),this.updateSelectionSettings()},l.prototype.updateSelectionSettings=function(){if(this.selectionSettings.showCheckbox&&this.selectionSettings.showSelectAll&&this.liCollections.length){var e=new t.L10n(this.getModuleName(),{selectAllText:"Select All",unSelectAllText:"Unselect All"},this.locale);this.showSelectAll=!0,this.selectAllText=e.getConstant("selectAllText"),this.unSelectAllText=e.getConstant("unSelectAllText"),this.popupWrapper=this.list,this.checkBoxSelectionModule.checkAllParent=null,this.notify("selectAll",{})}},l.prototype.initDraggable=function(){var e=this;this.ulElement&&(this.ulElement.id=this.element.id+"_parent"),this.allowDragAndDrop&&new s.Sortable(this.ulElement,{scope:this.scope,itemClass:"e-list-item",dragStart:this.triggerDragStart.bind(this),drag:this.triggerDrag.bind(this),beforeDrop:this.beforeDragEnd.bind(this),drop:this.dragEnd.bind(this),placeHolder:function(){return e.createElement("span",{className:"e-placeholder"})},helper:function(t){var i=e.list.cloneNode(),s=t.sender.cloneNode(!0);i.appendChild(s);var l=e.getItems()[0];return i.style.width=l.offsetWidth+"px",i.style.height=l.offsetHeight+"px",(e.value&&e.value.length)>1&&e.isSelected(s)&&s.appendChild(e.createElement("span",{className:"e-list-badge",innerHTML:e.value.length+""})),i.style.zIndex=n.getZindexPartial(e.element)+"",i}})},l.prototype.updateActionCompleteData=function(e,t,i){this.jsonData.splice(null===i?this.jsonData.length:i,0,t)},l.prototype.initToolbar=function(){var e=this.toolbarSettings.position,i=this.element.getAttribute("data-value");if(this.toolbarSettings.items.length){var s=this.createElement("div",{className:"e-listbox-tool",attrs:{role:"toolbar"}}),l=this.createElement("div",{className:"e-listboxtool-wrapper e-lib e-"+e.toLowerCase()});this.list.parentElement.insertBefore(l,this.list),l.appendChild("Right"===e?this.list:s),l.appendChild("Right"===e?s:this.list),this.createButtons(s),this.element.id||(this.element.id=t.getUniqueID("e-"+this.getModuleName())),this.scope?document.querySelector(this.scope).setAttribute("data-value",this.element.id):this.updateToolBarState()}var n=this.element.getAttribute("data-value");i&&n&&i!==n?(this.tBListBox=t.getComponent(document.getElementById(i),this.getModuleName()),this.tBListBox.updateToolBarState()):n&&(this.tBListBox=t.getComponent(document.getElementById(n),this.getModuleName()),this.tBListBox.updateToolBarState())},l.prototype.createButtons=function(e){var i,s,l=this,n=new t.L10n(this.getModuleName(),{moveUp:"Move Up",moveDown:"Move Down",moveTo:"Move To",moveFrom:"Move From",moveAllTo:"Move All To",moveAllFrom:"Move All From"},this.locale);this.toolbarSettings.items.forEach(function(t){s=n.getConstant(t),i=l.createElement("button",{attrs:{type:"button","data-value":t,title:s,"aria-label":s}}),e.appendChild(i),new o.Button({iconCss:"e-icons e-"+t.toLowerCase()},i).createElement=l.createElement})},l.prototype.validationAttribute=function(t,i){this.inputFormName&&t.setAttribute("name",this.inputFormName),e.prototype.validationAttribute.call(this,t,i),i.required=t.required,t.required=!1},l.prototype.setHeight=function(){(this.toolbarSettings.items.length?this.list.parentElement:this.list).style.height=t.formatUnit(this.height),this.allowFiltering&&this.height.toString().indexOf("%")<0?t.addClass([this.list],"e-filter-list"):t.removeClass([this.list],"e-filter-list")},l.prototype.setCssClass=function(){var e=this.toolbarSettings.items.length?this.list.parentElement:this.list;this.cssClass&&t.addClass([e],this.cssClass.replace(/\s+/g," ").trim().split(" ")),this.enableRtl&&t.addClass([this.list],"e-rtl")},l.prototype.setEnable=function(){var e=this.toolbarSettings.items.length?this.list.parentElement:this.list;this.enabled?t.removeClass([e],s.cssClass.disabled):t.addClass([e],s.cssClass.disabled)},l.prototype.showSpinner=function(){this.spinner||(this.spinner=this.createElement("div",{className:"e-listbox-wrapper"})),this.spinner.style.height=t.formatUnit(this.height),this.element.parentElement.insertBefore(this.spinner,this.element.nextSibling),n.createSpinner({target:this.spinner},this.createElement),n.showSpinner(this.spinner)},l.prototype.hideSpinner=function(){this.spinner.querySelector(".e-spinner-pane")&&n.hideSpinner(this.spinner),this.spinner.parentElement&&t.detach(this.spinner)},l.prototype.onInput=function(){this.isDataSourceUpdate=!1,this.keyDownStatus?this.isValidKey=!0:this.isValidKey=!1,this.keyDownStatus=!1,this.refreshClearIcon()},l.prototype.clearText=function(){this.filterInput.value="",this.refreshClearIcon();var e=document.createEvent("KeyboardEvent");this.isValidKey=!0,this.KeyUp(e)},l.prototype.refreshClearIcon=function(){if(this.filterInput.parentElement.querySelector("."+$e.clearIcon)){this.filterInput.parentElement.querySelector("."+$e.clearIcon).style.visibility=""===this.filterInput.value?"hidden":"visible"}},l.prototype.onActionComplete=function(i,s,l){var n,a,o;if(this.allowFiltering&&this.list.getElementsByClassName("e-filter-parent")[0]&&(n=this.list.getElementsByClassName("e-filter-parent")[0].cloneNode(!0)),0===s.length){var r=i.childNodes[0];r&&i.removeChild(r)}if(this.allowFiltering&&(a=this.list.getElementsByClassName("e-input-filter")[0])&&(o=a.selectionStart),e.prototype.onActionComplete.call(this,i,s,l),this.allowFiltering&&!t.isNullOrUndefined(n)){this.list.insertBefore(n,this.list.firstElementChild),this.filterParent=this.list.getElementsByClassName("e-filter-parent")[0],this.filterWireEvents(n);var h=n.querySelector(".e-input-filter");h&&(h.addEventListener("focus",function(){n.childNodes[0].classList.contains("e-input-focus")||n.childNodes[0].classList.add("e-input-focus")}),h.addEventListener("blur",function(){n.childNodes[0].classList.contains("e-input-focus")&&n.childNodes[0].classList.remove("e-input-focus")}))}if(this.initWrapper(),this.setSelection(this.value,!0,!1,!this.isRendered),this.initDraggable(),this.mainList=this.ulElement,this.initLoad?(this.jsonData=[],t.extend(this.jsonData,s,[]),this.initToolbarAndStyles(),this.wireEvents(),this.showCheckbox&&this.setCheckboxPosition(),this.allowFiltering&&this.setFiltering()):(this.isDataSourceUpdate&&(this.jsonData=[],t.extend(this.jsonData,s,[]),this.isDataSourceUpdate=!1),this.allowFiltering&&((a=this.list.getElementsByClassName("e-input-filter")[0]).selectionStart=o,a.selectionEnd=o,a.focus())),this.toolbarSettings.items.length&&this.scope&&this.scope.indexOf("#")>-1&&!t.isNullOrUndefined(l)){var u=this.scope.replace("#","");t.getComponent(document.getElementById(u),this.getModuleName()).initToolbar()}this.initLoad=!1},l.prototype.initToolbarAndStyles=function(){this.initToolbar(),this.setCssClass(),this.setEnable(),this.setHeight()},l.prototype.triggerDragStart=function(e){var i,s=this;e=t.extend(this.getDragArgs(e),{dragSelected:!0}),t.Browser.isIos&&(this.list.style.overflow="hidden"),this.trigger("dragStart",e,function(e){s.allowDragAll=e.dragSelected,s.allowDragAll||(i=s.ulElement.getElementsByClassName("e-list-badge")[0])&&t.detach(i)})},l.prototype.triggerDrag=function(e){var t,i,s=this,l=10;if(this.itemTemplate&&e.target)if(e.target&&e.target.closest(".e-list-item"))l=e.target.closest(".e-list-item").scrollHeight;else{var n=e.element.querySelector(".e-list-item");n&&(l=n.scrollHeight)}var a,o=e.event;this.stopTimer(),e.target&&(e.target.classList.contains("e-listbox-wrapper")||e.target.classList.contains("e-list-item")||e.target.classList.contains("e-filter-parent")||e.target.classList.contains("e-input-group")||e.target.closest(".e-list-item"))&&(a=e.target.classList.contains("e-list-item")||e.target.classList.contains("e-filter-parent")||e.target.classList.contains("e-input-group")||e.target.closest(".e-list-item")?e.target.closest(".e-listbox-wrapper"):e.target,(t=this.allowFiltering?a.querySelector(".e-list-parent"):a)&&((i=t.getBoundingClientRect()).y+t.offsetHeight-(o.clientY+36)<1?this.timer=window.setInterval(function(){s.setScrollDown(t,l,!0)},70):o.clientY-36-i.y<1&&(this.timer=window.setInterval(function(){s.setScrollDown(t,l,!1)},70)))),null!==e.target&&this.trigger("drag",this.getDragArgs(e))},l.prototype.setScrollDown=function(e,t,i){e.scrollTop=i?e.scrollTop+t:e.scrollTop-t},l.prototype.stopTimer=function(){window.clearInterval(this.timer)},l.prototype.beforeDragEnd=function(e){this.stopTimer();var i=[];this.dragValue=this.getFormattedValue(e.droppedElement.getAttribute("data-value")),this.value.indexOf(this.dragValue)>-1?e.items=this.getDataByValues(this.value):e.items=this.getDataByValues([this.dragValue]),t.extend(i,e.items),this.trigger("beforeDrop",e),e.items!==i&&(this.customDraggedItem=e.items)},l.prototype.dragEnd=function(e){var i,s,l,n,a,o,r=this,h=this.getFormattedValue(e.droppedElement.getAttribute("data-value")),u=this.getComponent(e.droppedElement),p=this.getDragArgs({target:e.droppedElement},!0),d={previousData:this.dataSource},c={previousData:u.dataSource},m=t.extend({},p,{target:e.target,source:{previousData:this.dataSource},previousIndex:e.previousIndex,currentIndex:e.currentIndex});if(u!==this){var f=t.extend(d,{currentData:this.listData});m=t.extend(m,{source:f,destination:c})}t.Browser.isIos&&(this.list.style.overflow="");var v=this.getComponent(e.target);if(v&&0===v.listData.length){var g=v.ulElement.childNodes[0];g&&v.ulElement.removeChild(g)}if(u===this){var y=this.ulElement;i=[].slice.call(this.listData),s=[].slice.call(this.liCollections),l=[].slice.call(this.jsonData),o=[].slice.call(this.sortedData);var C=e.currentIndex,b=e.currentIndex=this.getCurIdx(this,e.currentIndex),S=i.indexOf(this.getDataByValue(h)),E=l.indexOf(this.getDataByValue(h)),I=o.indexOf(this.getDataByValue(h));i.splice(b,0,i.splice(S,1)[0]),o.splice(C,0,o.splice(I,1)[0]),l.splice(b,0,l.splice(E,1)[0]),s.splice(b,0,s.splice(S,1)[0]),this.allowDragAll&&(a=this.value&&Array.prototype.indexOf.call(this.value,h)>-1?this.value:[h],t.isNullOrUndefined(this.customDraggedItem)||(a=[],this.customDraggedItem.forEach(function(e){a.push(t.getValue(r.fields.value,e))})),a.forEach(function(e){if(e!==h){var t=i.indexOf(r.getDataByValue(e)),n=l.indexOf(r.getDataByValue(e)),a=o.indexOf(r.getDataByValue(e));t>b&&b++,l.splice(b,0,l.splice(n,1)[0]),i.splice(b,0,i.splice(t,1)[0]),o.splice(C,0,o.splice(a,1)[0]),s.splice(b,0,s.splice(t,1)[0]),y.insertBefore(r.getItems()[r.getIndexByValue(e)],y.getElementsByClassName("e-placeholder")[0])}})),this.listData=i,this.jsonData=l,this.sortedData=o,this.liCollections=s}else{var x,w=[].slice.call(this.liCollections),O=e.currentIndex=this.getCurIdx(u,e.currentIndex),A=u.ulElement;i=[].slice.call(u.listData),s=[].slice.call(u.liCollections),l=[].slice.call(u.jsonData),o=[].slice.call(u.sortedData),a=this.value&&Array.prototype.indexOf.call(this.value,h)>-1&&this.allowDragAll?this.value:[h],t.isNullOrUndefined(this.customDraggedItem)||(a=[],this.customDraggedItem.forEach(function(e){a.push(t.getValue(r.fields.value,e))}));var k=[].slice.call(this.listData),D=[].slice.call(this.sortedData);if(a.forEach(function(t,a){n=r.getDataByValue(t);var u=r.listData.indexOf(n),p=r.jsonData.indexOf(n),d=r.sortedData.indexOf(n);k.splice(u,1),r.jsonData.splice(p,1),D.splice(d,1),r.listData=k,r.sortedData=D;var c=t===h?e.currentIndex:O;if(i.splice(c,0,n),l.splice(c,0,n),o.splice(c,0,n),s.splice(c,0,w.splice(u,1)[0]),t)x=r.getItems()[r.getIndexByValue(t)];else for(var m=r.getItems(),f=0;f<m.length;f++)if(null===m[f].getAttribute("data-value")&&m[f].classList.contains("e-list-item")){x=m[f];break}x||(x=e.helper),r.removeSelected(r,t===h?[e.droppedElement]:[x]),A.insertBefore(x,A.getElementsByClassName("e-placeholder")[0]),O++}),this.fields.groupBy){var N=this.renderItems(this.listData,this.fields);this.updateListItems(N,this.ulElement),this.setSelection()}if("None"!==u.sortOrder||this.selectionSettings.showCheckbox!==u.selectionSettings.showCheckbox||u.fields.groupBy||u.itemTemplate||this.itemTemplate){var L=t.getComponent(A,"sortable");N=u.renderItems(i,u.fields);u.updateListItems(N,A),this.setSelection(),L.placeHolderElement&&A.appendChild(L.placeHolderElement),A.appendChild(e.helper),u.setSelection()}this.liCollections=w,u.liCollections=s,u.jsonData=t.extend([],[],l,!1),u.listData=t.extend([],[],i,!1),u.sortedData=t.extend([],[],o,!1),0===this.listData.length&&this.l10nUpdate()}if(this===u){f=t.extend(d,{currentData:i});m=t.extend(m,{source:f})}else{var B=t.extend(c,{currentData:i});m=t.extend(m,{destination:B})}t.isNullOrUndefined(this.customDraggedItem)||(m.items=this.customDraggedItem),this.trigger("drop",m);var T=m.elements;if(T.length)for(var P=0;P<T.length;P++)T[P].classList.remove("e-grabbed")},l.prototype.updateListItems=function(e,t){for(t.innerHTML="";0<e.childNodes.length;)t.appendChild(e.childNodes[0])},l.prototype.removeSelected=function(e,i){e.selectionSettings.showCheckbox?i.forEach(function(e){e.getElementsByClassName("e-frame")[0].classList.remove("e-check")}):t.removeClass(i,s.cssClass.selected)},l.prototype.getCurIdx=function(e,t){return e.fields.groupBy&&(t-=[].slice.call(e.ulElement.children).slice(0,t).filter(function(e){return e.classList.contains(s.cssClass.group)}).length),t},l.prototype.getComponent=function(e){var i,s="EJS-LISTBOX"===this.element.tagName?t.closest(e,".e-listbox"):t.closest(e,".e-listbox-wrapper")&&t.closest(e,".e-listbox-wrapper").querySelector(".e-listbox");return s&&(i=t.getComponent(s,this.getModuleName())),i},l.prototype.setEnabled=function(){this.element.setAttribute("aria-disabled",this.enabled?"false":"true")},l.prototype.listOption=function(i,s){return this.listCurrentOptions=e.prototype.listOption.call(this,i,s),this.listCurrentOptions=t.extend({},this.listCurrentOptions,{itemCreated:this.triggerBeforeItemRender.bind(this)},!0),this.notify("listoption",{module:"CheckBoxSelection"}),this.listCurrentOptions},l.prototype.triggerBeforeItemRender=function(e){e.item.setAttribute("tabindex","-1"),this.trigger("beforeItemRender",{element:e.item,item:e.curData})},l.prototype.requiredModules=function(){var e=[];return this.selectionSettings.showCheckbox&&e.push({member:"CheckBoxSelection",args:[this]}),e},l.prototype.enableItems=function(e,i,l){var n=this;void 0===i&&(i=!0);var a;e.forEach(function(e){var o=e;(a=n.findListElement(n.list,"li","data-value",l?o:n.getValueByText(o)))&&(i?(t.removeClass([a],s.cssClass.disabled),a.removeAttribute("aria-disabled")):(t.addClass([a],s.cssClass.disabled),a.setAttribute("aria-disabled","true")))})},l.prototype.selectItems=function(e,i,l){void 0===i&&(i=!0),i&&!this.selectionSettings.showCheckbox&&"Single"===this.selectionSettings.mode&&this.getSelectedItems().forEach(function(e){e.classList.remove("e-active"),e.removeAttribute("aria-selected"),t.removeClass([e],s.cssClass.selected)}),this.setSelection(e,i,!l),this.updateSelectedOptions();for(var n=[],a=0;a<e.length;a++)for(var o=this.list.querySelectorAll('[aria-selected="true"]'),r=0;r<o.length;r++)e[a]===this.getFormattedValue(o[r].getAttribute("data-value"))&&n.push(o[r]);this.triggerChange(n,null)},l.prototype.selectAll=function(e){void 0===e&&(e=!0),this.selectAllItems(e)},l.prototype.addItems=function(t,i){e.prototype.addItem.call(this,t,i)},l.prototype.removeItems=function(e,t){this.removeItem(e,t)},l.prototype.removeItem=function(e,i){var s=[],l=this.list.querySelectorAll("."+U.li);if(e){e=e instanceof Array?e:[e];var n=this.fields,a=void 0,o=[],r=void 0;t.extend(o,[],this.jsonData);for(var h=[],u=[],p=0;p<e.length;p++){a=e[p]instanceof Object?t.getValue(n.value,e[p]):e[p].toString();for(var d=0,c=o.length;d<c;d++)if((o[d]instanceof Object?t.getValue(n.value,o[d]):o[d].toString())===a){var m=(r=this.getIndexByValue(a))===d?r:d;s.push(l[m]),h.push(m),u.push(m)}}for(var f=h.length-1;f>=0;f--)this.listData.splice(h[f],1);for(f=h.length-1;f>=0;f--)this.jsonData.splice(h[f],1);for(f=u.length-1;f>=0;f--)this.updateLiCollection(u[f])}else i=i||0,s.push(l[i]),this.listData.splice(i,1),this.jsonData.splice(i,1),this.updateLiCollection(i);for(d=0;d<s.length;d++)this.ulElement.removeChild(s[d]);0===this.listData.length&&this.l10nUpdate(),this.listData.length!==this.sortedData.length&&(this.sortedData=this.listData),this.value=[],this.updateToolBarState()},l.prototype.getDataByValues=function(e){for(var t=[],i=0;i<e.length;i++)t.push(this.getDataByValue(e[i]));return t},l.prototype.moveUp=function(e){var t=e?this.getElemByValue(e):this.getSelectedItems();this.moveUpDown(!0,!1,t)},l.prototype.moveDown=function(e){var t=e?this.getElemByValue(e):this.getSelectedItems();this.moveUpDown(!1,!1,t)},l.prototype.moveTop=function(e){var t=e?this.getElemByValue(e):this.getSelectedItems();this.moveUpDown(null,!1,t,!0)},l.prototype.moveBottom=function(e){var t=e?this.getElemByValue(e):this.getSelectedItems();this.moveUpDown(!0,!1,t,!1,!0)},l.prototype.moveTo=function(e,i,s){var l=e?this.getElemByValue(e):this.getSelectedItems(),n=s?t.getComponent(s,r):this.getScopedListBox();this.moveData(this,n,!1,l,i)},l.prototype.moveAllTo=function(e,i){if(this.listData.length>0){var s=e?t.getComponent(e,r):this.getScopedListBox();this.moveAllData(this,s,!1,i)}},l.prototype.getDataList=function(){return this.jsonData},l.prototype.getSortedList=function(){var e,t;if(e=t=this.sortedData,this.fields.groupBy){e=[];for(var i=0;i<t.length;i++)t[i].isHeader||e.push(t[i])}return e},l.prototype.getElemByValue=function(e){for(var t=[],i=0;i<e.length;i++)t.push(this.ulElement.querySelector('[data-value ="'+e[i]+'"]'));return t},l.prototype.updateLiCollection=function(e){var t=[].slice.call(this.liCollections);t.splice(e,1),this.liCollections=t},l.prototype.selectAllItems=function(e,t){var i=this;if([].slice.call(this.getItems()).forEach(function(t){if(!t.classList.contains(s.cssClass.disabled))if(i.selectionSettings.showCheckbox){var l=t.getElementsByClassName("e-check")[0];(!l&&e||l&&!e)&&(i.notify("updatelist",{li:t,module:"listbox"}),i.maximumSelectionLength>=i.list.querySelectorAll(".e-list-item span.e-check").length&&i.checkMaxSelection())}else e?t.classList.add(s.cssClass.selected):t.classList.remove(s.cssClass.selected)}),this.updateSelectedOptions(),this.allowFiltering&&this.selectionSettings.showCheckbox){var l=this.list.getElementsByTagName("li"),n=0;if(e){var a=function(){var e=o.getFormattedValue(l[n].getAttribute("data-value"));o.value.some(function(t){return t===e})||o.value.push(o.getFormattedValue(l[n].getAttribute("data-value")))},o=this;for(n=0;n<l.length;n++)a()}else{var r=function(){var e=h.getFormattedValue(l[n].getAttribute("data-value"));h.value=h.value.filter(function(t){return t!==e})},h=this;for(n=0;n<l.length;n++)r()}document.querySelectorAll("ul").length<2&&this.updateMainList()}this.triggerChange(this.getSelectedItems(),t)},l.prototype.updateMainList=function(){var e=this.mainList.querySelectorAll(".e-list-item"),t=this.ulElement.querySelectorAll(".e-list-item"),i=e.length,s=t.length;if(this.selectionSettings.showCheckbox||document.querySelectorAll("ul").length>1||i!==s)for(var l=0,n=0,a=0;l<i;){if(this.value)for(;n<this.value.length;n++)e[l].getAttribute("data-value")===this.value[n]&&a++;!a&&this.selectionSettings.showCheckbox&&e[l].getElementsByClassName("e-frame")[0].classList.remove("e-check"),document.querySelectorAll("ul").length>1&&a&&i!==s?(this.mainList.removeChild(this.mainList.getElementsByTagName("li")[l]),l=0):l++,a=0,n=0}},l.prototype.wireEvents=function(){var e=t.closest(this.element,"form"),i="EJS-LISTBOX"===this.element.tagName?this.element:this.list;t.EventHandler.add(this.list,"click",this.clickHandler,this),t.EventHandler.add(i,"keydown",this.keyDownHandler,this),t.EventHandler.add(i,"focusout",this.focusOutHandler,this),this.wireToolbarEvent(),this.selectionSettings.showCheckbox&&t.EventHandler.remove(document,"mousedown",this.checkBoxSelectionModule.onDocumentClick),(this.fields.groupBy||this.element.querySelector("select>optgroup"))&&t.EventHandler.remove(this.list,"scroll",this.setFloatingHeader),e&&t.EventHandler.add(e,"reset",this.formResetHandler,this)},l.prototype.wireToolbarEvent=function(){this.toolbarSettings.items.length&&t.EventHandler.add(this.getToolElem(),"click",this.toolbarClickHandler,this)},l.prototype.unwireEvents=function(){var e=t.closest(this.element,"form"),i="EJS-LISTBOX"===this.element.tagName?this.element:this.list;t.EventHandler.remove(this.list,"click",this.clickHandler),t.EventHandler.remove(i,"keydown",this.keyDownHandler),t.EventHandler.remove(i,"focusout",this.focusOutHandler),this.allowFiltering&&this.clearFilterIconElem&&t.EventHandler.remove(this.clearFilterIconElem,"click",this.clearText),this.toolbarSettings.items.length&&t.EventHandler.remove(this.getToolElem(),"click",this.toolbarClickHandler),e&&t.EventHandler.remove(e,"reset",this.formResetHandler)},l.prototype.clickHandler=function(e){this.selectHandler(e)},l.prototype.checkSelectAll=function(){for(var e=0,t=this.list.querySelectorAll("li."+U.li),i=0;i<t.length;i++)t[i].classList.contains("e-disabled")||e++;var s=this.getSelectedItems().length;this.showSelectAll&&e&&this.notify("checkSelectAll",{module:"CheckBoxSelection",value:e===s?"check":0===s?"uncheck":"indeterminate"})},l.prototype.getQuery=function(e){var t=e?e.clone():this.query?this.query.clone():new i.Query;if(this.allowFiltering){var s=""===this.inputString?"contains":this.filterType,l=this.typeOfData(this.dataSource).typeof;if(null===l&&(l=this.typeOfData(this.jsonData).typeof),(this.dataSource instanceof i.DataManager||"string"!==l)&&"number"!==l){var n=this.fields.text?this.fields.text:"";t.where(n,s,this.inputString,this.ignoreCase,this.ignoreAccent)}else t.where("",s,this.inputString,this.ignoreCase,this.ignoreAccent)}else t=e||(this.query?this.query:new i.Query);return t},l.prototype.setFiltering=function(){var e;if(this.initLoad||t.isNullOrUndefined(this.filterParent))return this.filterParent=this.createElement("span",{className:$e.filterParent}),this.filterInput=this.createElement("input",{attrs:{type:"text"},className:$e.filterInput}),this.element.parentNode.insertBefore(this.filterInput,this.element),e=a.Input.createInput({element:this.filterInput,buttons:[$e.filterBarClearIcon],properties:{placeholder:this.filterBarPlaceholder}},this.createElement),t.append([e.container],this.filterParent),t.prepend([this.filterParent],this.list),t.attributes(this.filterInput,{"aria-disabled":"false","aria-label":"search list item",autocomplete:"off",autocorrect:"off",autocapitalize:"off",spellcheck:"false",role:"textbox"}),this.height.toString().indexOf("%")<0&&t.addClass([this.list],"e-filter-list"),this.inputString=this.filterInput.value,this.filterWireEvents(),e},l.prototype.filterWireEvents=function(e){e&&(this.filterInput=e.querySelector(".e-input-filter")),this.clearFilterIconElem=this.filterInput.parentElement.querySelector("."+$e.clearIcon),this.clearFilterIconElem&&(t.EventHandler.add(this.clearFilterIconElem,"click",this.clearText,this),e||(this.clearFilterIconElem.style.visibility="hidden")),t.EventHandler.add(this.filterInput,"input",this.onInput,this),t.EventHandler.add(this.filterInput,"keyup",this.KeyUp,this),t.EventHandler.add(this.filterInput,"keydown",this.onKeyDown,this)},l.prototype.selectHandler=function(e,i){var l,n=!0,a=t.closest(e.target,".e-list-item"),o=[a];if(a&&a.parentElement){if(l=[].slice.call(a.parentElement.children).indexOf(a),this.selectionSettings.showCheckbox?n=!a.getElementsByClassName("e-frame")[0].classList.contains("e-check"):(e.ctrlKey||e.metaKey||t.Browser.isDevice)&&this.isSelected(a)?(a.classList.remove(s.cssClass.selected),a.removeAttribute("aria-selected"),n=!1):"Multiple"===this.selectionSettings.mode&&(e.ctrlKey||e.metaKey||t.Browser.isDevice)||(this.getSelectedItems().forEach(function(e){e.removeAttribute("aria-selected")}),t.removeClass(this.getSelectedItems(),s.cssClass.selected)),e.shiftKey&&!this.selectionSettings.showCheckbox&&"Single"!==this.selectionSettings.mode?o=[].slice.call(a.parentElement.children).slice(Math.min(l,this.prevSelIdx),Math.max(l,this.prevSelIdx)+1).filter(function(e){return e.classList.contains("e-list-item")}):this.prevSelIdx=[].slice.call(a.parentElement.children).indexOf(a),n?(this.selectionSettings.showCheckbox||t.addClass(o,s.cssClass.selected),o.forEach(function(e){e.setAttribute("aria-selected","true")}),this.list.setAttribute("aria-activedescendant",a.id)):o.forEach(function(e){e.setAttribute("aria-selected","false")}),i||!(this.maximumSelectionLength>(this.value&&this.value.length))&&n||!(this.maximumSelectionLength>=(this.value&&this.value.length))&&n||this.maximumSelectionLength<(this.value&&this.value.length)||this.notify("updatelist",{li:a,e:e,module:"listbox"}),this.allowFiltering&&!i){var r=this.getFormattedValue(a.getAttribute("data-value"));if(n){var h=[];t.extend(h,this.value),h.push(r),this.value=h}else this.value=this.value.filter(function(e){return e!==r});document.querySelectorAll("ul").length<2&&this.updateMainList()}this.updateSelectedOptions(),this.triggerChange(this.getSelectedItems(),e),this.list&&this.checkMaxSelection()}},l.prototype.triggerChange=function(e,t){this.trigger("change",{elements:e,items:this.getDataByElements(e),value:this.value,event:t})},l.prototype.getDataByElems=function(e){for(var t=[],i=0,s=e.length;i<s;i++)t.push(this.getDataByValue(this.getFormattedValue(e[i].getAttribute("data-value"))));return t},l.prototype.getDataByElements=function(e){var i,s=[],l=0;if(!t.isNullOrUndefined(this.listData)){var n=this.typeOfData(this.listData).typeof;if("string"===n||"number"===n||"boolean"===n)for(var a=0,o=this.listData;a<o.length;a++){for(var r=o[a],h=l,u=e.length;h<u;h++)if(i=this.getFormattedValue(e[h].getAttribute("data-value")),!t.isNullOrUndefined(r)&&r===i){l=h,s.push(r);break}if(e.length===s.length)break}else for(var p=0,d=this.listData;p<d.length;p++){for(r=d[p],h=l,u=e.length;h<u;h++)if(i=this.getFormattedValue(e[h].getAttribute("data-value")),!t.isNullOrUndefined(r)&&t.getValue(this.fields.value?this.fields.value:"value",r)===i){l=h,s.push(r);break}if(e.length===s.length)break}return s}return null},l.prototype.checkMaxSelection=function(){var e=this.list.querySelectorAll(".e-list-item span.e-check").length;if(this.selectionSettings.showCheckbox)for(var t=0,i=this.list.getElementsByClassName("e-list-item");t<i.length;t++)i[t].querySelector(".e-frame.e-check")||(e===this.maximumSelectionLength?i[t].classList.add("e-disable"):i[t].classList.contains("e-disable")&&i[t].classList.remove("e-disable"))},l.prototype.toolbarClickHandler=function(e){var i=t.closest(e.target,"button");if(i){if(this.toolbarAction=i.getAttribute("data-value"),i.disabled)return;switch(this.toolbarAction){case"moveUp":this.moveUpDown(!0);break;case"moveDown":this.moveUpDown();break;case"moveTo":this.moveItemTo();break;case"moveFrom":this.moveItemFrom();break;case"moveAllTo":this.moveAllItemTo();break;case"moveAllFrom":this.moveAllItemFrom();break;default:this.trigger("actionBegin",{cancel:!1,items:this.getDataByElems(this.getSelectedItems()),eventName:this.toolbarAction})}}},l.prototype.moveUpDown=function(e,t,i,l,n){var a=this,o=this.getSelectedItems();if(i&&(o=i),!(e&&this.isSelected(this.ulElement.firstElementChild)||!e&&this.isSelected(this.ulElement.lastElementChild))||i){var r=this.getDataByElems(o),h={cancel:!1,items:r,eventName:this.toolbarAction};this.trigger("actionBegin",h),h.cancel||((e?o:o.reverse()).forEach(function(t){var i=Array.prototype.indexOf.call(a.ulElement.querySelectorAll(".e-list-item"),t),o=Array.prototype.indexOf.call(a.ulElement.children,t);l?(s.moveTo(a.ulElement,a.ulElement,[o],0),a.changeData(o,0,i,t)):n?(s.moveTo(a.ulElement,a.ulElement,[o],a.ulElement.querySelectorAll(".e-list-item").length),a.changeData(o,a.ulElement.querySelectorAll(".e-list-item").length,i,t)):(s.moveTo(a.ulElement,a.ulElement,[o],e?o-1:o+2),a.changeData(o,e?o-1:o+1,e?i-1:i+1,t))}),this.trigger("actionComplete",{items:r,eventName:this.toolbarAction}),o[0].focus(),!t&&this.toolbarSettings.items.length&&this.getToolElem().querySelector("[data-value="+(e?"moveUp":"moveDown")+"]").focus(),this.updateToolBarState())}},l.prototype.moveItemTo=function(){this.moveData(this,this.getScopedListBox())},l.prototype.moveItemFrom=function(){this.moveData(this.getScopedListBox(),this)},l.prototype.moveData=function(e,i,l,n,a){var o=[],r=[],h=[],u=[],p=[].slice.call(e.listData),d=[].slice.call(i.listData),c=[].slice.call(e.sortedData),m=[].slice.call(i.sortedData),f=[].slice.call(e.liCollections),v=[],g=[].slice.call(i.liCollections),y=[],C=[],b=e.getSelectedItems();n&&(b=n);var S="None"!==i.sortOrder||i.selectionSettings.showCheckbox!==e.selectionSettings.showCheckbox||i.fields.groupBy||i.itemTemplate||e.itemTemplate;if(e.value=[],b.length){this.removeSelected(e,b),b.forEach(function(t){o.push(Array.prototype.indexOf.call(e.ulElement.children,t)),v.push(Array.prototype.indexOf.call(e.ulElement.querySelectorAll(".e-list-item"),t)),r.push(Array.prototype.indexOf.call(e.listData,e.getDataByElems([t])[0])),u.push(Array.prototype.indexOf.call(e.sortedData,e.getDataByElems([t])[0])),h.push(Array.prototype.indexOf.call(e.jsonData,e.getDataByElems([t])[0]))}),"None"!==this.sortOrder?u.forEach(function(t){y.push(e.sortedData[t])}):h.forEach(function(t){y.push(e.jsonData[t])});var E={cancel:!1,items:y,eventName:this.toolbarAction};if(e.trigger("actionBegin",E),E.cancel)return;var I=[];if(v.sort(function(e,t){return e-t}).reverse().forEach(function(e){I.push(f.splice(e,1)[0])}),e.liCollections=f,a){var x=g.splice(0,a);i.liCollections=x.concat(I.reverse()).concat(g)}else i.liCollections=g.concat(I.reverse());if(0===i.listData.length){var w=i.ulElement.childNodes[0];w&&i.ulElement.removeChild(w)}if(r.sort(function(e,t){return t-e}).forEach(function(e){p.splice(e,1)[0]}),u.sort(function(e,t){return t-e}).forEach(function(e){c.splice(e,1)[0]}),h.slice().reverse().forEach(function(t){C.push(e.jsonData.splice(t,1)[0])}),S)if(e.fields.groupBy){var O=e.renderItems(p,e.fields);e.updateListItems(O,e.ulElement)}else b.forEach(function(e){t.detach(e)});else s.moveTo(e.ulElement,i.ulElement,o,a),e.trigger("actionComplete",{items:y,eventName:this.toolbarAction});i.mainList.childElementCount!==i.jsonData.length&&(i.mainList=i.ulElement);var A=[].slice.call(i.jsonData);m=[].slice.call(i.sortedData),this.selectNextList(b,v,r,e),l&&this.list.focus(),e.listData=p,e.sortedData=c,a=a||d.length;for(var k=y.length-1;k>=0;k--)d.splice(a,0,y[k]),A.splice(a,0,y[k]),m.splice(a,0,y[k]);if(i.listData=d,i.jsonData=A,i.sortedData=m,S){O=i.renderItems(d,i.fields);i.updateListItems(O,i.ulElement),i.setSelection(),e.trigger("actionComplete",{items:y,eventName:this.toolbarAction})}e.updateSelectedOptions(),0===e.listData.length&&e.l10nUpdate()}1===e.value.length&&e.getSelectedItems().length&&(e.value[0]=e.getFormattedValue(e.getSelectedItems()[0].getAttribute("data-value")))},l.prototype.selectNextList=function(e,t,i,l){var n,a,o=l.ulElement.querySelectorAll(".e-list-item").length,r=-1;1===e.length&&o&&!l.selectionSettings.showCheckbox&&(a=o<=t[0]?o-1:t[0],n=l.ulElement.querySelectorAll(".e-list-item")[a],(r=l.getValidIndex(n,a,o===i[0]?38:40))>-1&&l.ulElement.querySelectorAll(".e-list-item")[r].classList.add(s.cssClass.selected))},l.prototype.moveAllItemTo=function(){this.moveAllData(this,this.getScopedListBox())},l.prototype.moveAllItemFrom=function(){this.moveAllData(this.getScopedListBox(),this)},l.prototype.moveAllData=function(e,t,i,l){var n=[].slice.call(t.listData),a=[].slice.call(t.jsonData),o="None"!==t.sortOrder||t.selectionSettings.showCheckbox!==e.selectionSettings.showCheckbox||t.fields.groupBy||t.itemTemplate||e.itemTemplate,r=[],h=[],u=[];this.removeSelected(e,e.getSelectedItems());var p=[].slice.call(e.listData),d={cancel:!1,items:p,eventName:this.toolbarAction};if(e.trigger("actionBegin",d),!d.cancel){if(0===t.listData.length){var c=t.ulElement.childNodes[0];c&&t.ulElement.removeChild(c)}e.listData.length>0&&(u=Array.apply(null,{length:e.ulElement.childElementCount}).map(Number.call,Number));for(var m=function(t){e.ulElement.childNodes[t].classList.contains("e-disabled")&&(u=u.filter(function(e){return e!==t}),r.push(e.ulElement.childNodes[t]),h.push(e.listData[t]))},f=0;f<e.ulElement.childElementCount;f++)m(f);s.moveTo(e.ulElement,t.ulElement,u,l),this.trigger("actionComplete",{items:p,eventName:this.toolbarAction}),i&&this.list.focus(),l=l||n.length;for(f=0;f<u.length;f++)n.splice(l+f,0,e.listData[u[f]]);for(f=0;f<u.length;f++)a.splice(l+f,0,e.jsonData[u[f]]);var v=[];r.length>0?(e.liCollections=r,v=[].slice.call(e.liCollections)):(v=[].slice.call(e.liCollections),e.liCollections=[]);var g=[].slice.call(t.liCollections);if(l){var y=g.splice(0,l);t.liCollections=y.concat(v).concat(g)}else t.liCollections=g.concat(v);e.value=[];var C=(n=(n=n.filter(function(e){return void 0!==e})).filter(function(e){return!0!==e.isHeader})).filter(function(e){return-1===t.jsonData.indexOf(e)});for(f=0;f<C.length;f++)t.jsonData.splice(l+f,0,C[f]);if(t.listData=n,e.listData.length===e.jsonData.length)e.listData=e.sortedData=e.jsonData=h;else if(e.allowFiltering){for(f=0;f<e.listData.length;f++)for(var b=0;b<e.jsonData.length;b++)e.listData[f]===e.jsonData[b]&&e.jsonData.splice(b,1);e.listData=e.sortedData=[]}if(o){var S=t.renderItems(n,t.fields);t.updateListItems(S,t.ulElement),this.trigger("actionComplete",{items:p,eventName:this.toolbarAction})}else t.sortedData=n;if(e.updateSelectedOptions(),r.length>0){this.list.parentElement.getElementsByClassName("e-listbox-tool")[0].querySelector('[data-value="'+this.toolbarAction+'"]').disabled=!0}0===e.listData.length&&e.l10nUpdate()}},l.prototype.changeData=function(e,t,i,s){var l=[].slice.call(this.listData),n=[].slice.call(this.jsonData),a=[].slice.call(this.sortedData),o=Array.prototype.indexOf.call(this.jsonData,this.getDataByElems([s])[0]),r=Array.prototype.indexOf.call(this.sortedData,this.getDataByElems([s])[0]),h=[].slice.call(this.liCollections);l.splice(t,0,l.splice(e,1)[0]),n.splice(i,0,n.splice(o,1)[0]),a.splice(t,0,a.splice(r,1)[0]),h.splice(t,0,h.splice(e,1)[0]),this.listData=l,this.jsonData=n,this.liCollections=h,this.sortedData=a},l.prototype.getSelectedItems=function(){var e=[];return this.selectionSettings.showCheckbox?[].slice.call(this.ulElement.getElementsByClassName("e-check")).forEach(function(i){e.push(t.closest(i,".e-list-item"))}):e=[].slice.call(this.ulElement.getElementsByClassName(s.cssClass.selected)),e},l.prototype.getScopedListBox=function(){var e,i=this;return this.scope&&[].slice.call(document.querySelectorAll(this.scope)).forEach(function(s){t.getComponent(s,i.getModuleName())&&(e=t.getComponent(s,i.getModuleName()))}),e},l.prototype.getGrabbedItems=function(e){for(var t=!1,i=0;i<this.value.length;i++)if(this.value[i]===this.getFormattedValue(e.target.getAttribute("data-value"))){t=!0;break}if(t)for(i=0;i<this.value.length;i++)for(var s=this.list.querySelectorAll('[aria-selected="true"]'),l=0;l<s.length;l++)this.value[i]===this.getFormattedValue(s[l].getAttribute("data-value"))&&s[l].classList.add("e-grabbed");return this.isAngular?Array.prototype.slice.call(this.element.getElementsByClassName("e-list-parent")[0].querySelectorAll(".e-grabbed")):Array.prototype.slice.call(this.element.nextElementSibling.querySelectorAll(".e-grabbed"))},l.prototype.getDragArgs=function(e,t){var i=this.getGrabbedItems(e);return i.length?t&&i.push(e.target):i=[e.target],{elements:i,items:this.getDataByElems(i)}},l.prototype.onKeyDown=function(e){this.keyDownHandler(e),e.stopPropagation()},l.prototype.keyDownHandler=function(e){if([32,35,36,37,38,39,40,65].indexOf(e.keyCode)>-1&&(!this.allowFiltering||this.allowFiltering&&e.target!==this.filterInput)){if(e.target&&e.target.className.indexOf("e-edit-template")>-1)return;if(e.preventDefault(),32===e.keyCode&&this.ulElement.children.length)this.selectHandler({target:this.ulElement.getElementsByClassName("e-focused")[0],ctrlKey:e.ctrlKey,shiftKey:e.shiftKey});else if(65===e.keyCode&&e.ctrlKey)this.selectAll();else if((38===e.keyCode||40===e.keyCode)&&e.ctrlKey&&e.shiftKey)this.moveUpDown(38===e.keyCode,!0);else if(!this.toolbarSettings.items.length&&!this.tBListBox||39!==e.keyCode&&37!==e.keyCode||!e.ctrlKey)37!==e.keyCode&&39!==e.keyCode&&"KeyA"!==e.code&&this.upDownKeyHandler(e);else{var t=this.tBListBox||this.getScopedListBox();39===e.keyCode?e.shiftKey?this.moveAllData(this,t,!0):this.moveData(this,t,!0):e.shiftKey?this.moveAllData(t,this,!0):this.moveData(t,this,!0)}}else this.allowFiltering&&(40!==e.keyCode&&38!==e.keyCode||this.upDownKeyHandler(e))},l.prototype.upDownKeyHandler=function(e){var i=this.ulElement,l=40===e.keyCode||36===e.keyCode?0:i.childElementCount-1,n=i.getElementsByClassName("e-focused")[0]||i.getElementsByClassName(s.cssClass.selected)[0];if(n){if(35!==e.keyCode&&36!==e.keyCode&&(l=Array.prototype.indexOf.call(i.children,n),40===e.keyCode?l++:l--,l<0||l>i.childElementCount-1))return;t.removeClass([n],"e-focused")}var a=i.children[l];if(a){if(-1===(l=this.getValidIndex(a,l,e.keyCode)))return void t.addClass([n],"e-focused");if(i.children[l].focus(),i.children[l].classList.add("e-focused"),e.ctrlKey&&(this.selectionSettings.showCheckbox||!e.shiftKey||36!==e.keyCode&&35!==e.keyCode)||this.selectHandler({target:i.children[l],ctrlKey:e.ctrlKey,shiftKey:e.shiftKey},!0),this.selectionSettings.showCheckbox&&e.ctrlKey&&e.shiftKey&&(36===e.keyCode||35===e.keyCode))for(var o=Array.prototype.indexOf.call(i.children,n),r="Home"===e.code?0:o,h="Home"===e.code?o:i.children.length-1,u=r;u<=h;u++){var p=i.children[u];this.notify("updatelist",{li:p,e:{target:this.ulElement.getElementsByClassName("e-focused")[0],ctrlKey:e.ctrlKey,shiftKey:e.shiftKey},module:"listbox"})}}},l.prototype.KeyUp=function(e){var s=this;if(this.allowFiltering&&e.ctrlKey&&65===e.keyCode)e.preventDefault();else{var l=String.fromCharCode(e.keyCode).match(/\w/);if(t.isNullOrUndefined(l)||(this.isValidKey=!0),this.isValidKey=8===e.keyCode||46===e.keyCode||this.isValidKey,this.isValidKey&&(this.isValidKey=!1,e.keyCode,this.allowFiltering)){var n={preventDefaultAction:!1,text:this.targetElement(),updateData:function(e,t,i){n.cancel||(s.isFiltered=!0,s.remoteFilterAction=!0,s.dataUpdater(e,t,i))},event:e,cancel:!1};this.trigger("filtering",n,function(e){s.isDataFetched=!1,e.cancel||""!==s.filterInput.value&&s.isFiltered||(e.cancel||s.isCustomFiltering||e.preventDefaultAction||(s.inputString=s.filterInput.value,s.filteringAction(s.jsonData,new i.Query,s.fields),s.toolbarSettings.items.length>0&&s.updateToolBarState()),s.isFiltered||s.isCustomFiltering||e.preventDefaultAction||s.dataUpdater(s.jsonData,new i.Query,s.fields))})}}},l.prototype.filter=function(e,t,i){this.isCustomFiltering=!0,this.filteringAction(e,t,i)},l.prototype.filteringAction=function(e,t,i){this.resetList(e,i,t)},l.prototype.targetElement=function(){return this.targetInputElement=this.list.getElementsByClassName("e-input-filter")[0],this.targetInputElement.value},l.prototype.dataUpdater=function(e,t,i){this.isDataFetched=!1;if(""===this.targetElement().trim()){var s=this.mainList.cloneNode?this.mainList.cloneNode(!0):this.mainList;this.remoteCustomValue=!1,this.isAngular&&this.itemTemplate&&(s=this.renderItems(this.listData,i)),this.onActionComplete(s,this.jsonData),this.notify("reOrder",{module:"CheckBoxSelection",enable:this.selectionSettings.showCheckbox,e:this})}else this.resetList(e,i,t)},l.prototype.focusOutHandler=function(){var e=this.list.getElementsByClassName("e-focused")[0];e&&e.classList.remove("e-focused"),this.allowFiltering&&this.refreshClearIcon()},l.prototype.getValidIndex=function(e,t,i){var l=this.ulElement;return(e.classList.contains("e-disabled")||e.classList.contains(s.cssClass.group))&&(40===i||36===i?t++:t--),t<0||t===l.childElementCount?-1:(((e=l.childNodes[t]).classList.contains("e-disabled")||e.classList.contains(s.cssClass.group))&&(t=this.getValidIndex(e,t,i)),t)},l.prototype.updateSelectedOptions=function(){var e=this,i=[],s=[];if(t.extend(s,this.value),this.getSelectedItems().forEach(function(t){t.classList.contains("e-grabbed")||i.push(e.getFormattedValue(t.getAttribute("data-value")))}),this.mainList.childElementCount===this.ulElement.childElementCount)if(this.allowFiltering&&this.selectionSettings.showCheckbox){for(var l=0;l<i.length;l++)s.indexOf(i[l])>-1||s.push(i[l]);this.setProperties({value:s},!0)}else this.setProperties({value:i},!0);this.updateSelectTag(),this.updateToolBarState(),this.tBListBox&&this.tBListBox.updateToolBarState()},l.prototype.clearSelection=function(e){var t=this;if(void 0===e&&(e=this.value),this.selectionSettings.showCheckbox){var i;this.getSelectedItems().forEach(function(s){i=t.getFormattedValue(s.getAttribute("data-value")),e.indexOf(i)<0&&(s.getElementsByClassName("e-check")[0].classList.remove("e-check"),s.removeAttribute("aria-selected"))})}},l.prototype.setSelection=function(e,t,i,l){var n=this;void 0===e&&(e=this.value),void 0===t&&(t=!0),void 0===i&&(i=!1),void 0===l&&(l=!0);var a,o;e&&e.forEach(function(e){var r;"string"==typeof(r=i?n.getValueByText(e):e)?(r=r.split("\\").join("\\\\"),a=n.list.querySelector('[data-value="'+r.replace(/"/g,'\\"')+'"]')):a=n.list.querySelector('[data-value="'+r+'"]'),a&&(o=n.selectionSettings.showCheckbox?a.getElementsByClassName("e-frame")[0].classList.contains("e-check"):a.classList.contains("e-selected"),(!t&&o||t&&!o&&a)&&(n.selectionSettings.showCheckbox?(n.notify("updatelist",{li:a,module:"listbox"}),l&&a.focus()):t?(a.classList.add(s.cssClass.selected),a.setAttribute("aria-selected","true"),l&&a.focus()):(a.classList.remove(s.cssClass.selected),a.removeAttribute("aria-selected"))))}),this.updateSelectTag()},l.prototype.updateSelectTag=function(){var e=this.getSelectTag(),t="";if(e.innerHTML="",this.value){for(var i=0,s=this.value.length;i<s;i++)t+="<option selected>"+this.value[i]+"</option>";e.innerHTML+=t;for(i=0,s=e.childNodes.length;i<s;i++)e.childNodes[i].setAttribute("value",this.value[i].toString())}this.checkSelectAll()},l.prototype.checkDisabledState=function(e){return 0===e.ulElement.querySelectorAll("."+s.cssClass.li).length},l.prototype.updateToolBarState=function(){var e=this;if(this.toolbarSettings.items.length){var t=this.getScopedListBox(),i=this.list.parentElement.getElementsByClassName("e-listbox-tool")[0];this.toolbarSettings.items.forEach(function(s){var l=i.querySelector('[data-value="'+s+'"]');switch(s){case"moveAllTo":l.disabled=e.checkDisabledState(e);break;case"moveAllFrom":l.disabled=e.checkDisabledState(t);break;case"moveFrom":l.disabled=!t.value||!t.value.length;break;case"moveUp":l.disabled=!(e.value&&e.value.length&&!e.isSelected(e.ulElement.children[0]));break;case"moveDown":l.disabled=!(e.value&&e.value.length&&!e.isSelected(e.ulElement.children[e.ulElement.childElementCount-1]));break;default:l.disabled=!e.value||!e.value.length}})}},l.prototype.setCheckboxPosition=function(){var e=this.list;this.initLoad||"Left"!==this.selectionSettings.checkboxPosition||e.classList.remove("e-right"),"Right"===this.selectionSettings.checkboxPosition&&e.classList.add("e-right")},l.prototype.showCheckbox=function(e){var i=0,s=this.list.lastElementChild.querySelectorAll("li"),l=this.list.lastElementChild.getElementsByClassName("e-list-item").length;if(e){if(this.ulElement=this.renderItems(this.listData,this.fields),this.mainList=this.ulElement,this.list.removeChild(this.list.getElementsByTagName("ul")[0]),this.list.appendChild(this.ulElement),this.selectionSettings.showSelectAll&&!this.list.getElementsByClassName("e-selectall-parent")[0]){var n=new t.L10n(this.getModuleName(),{selectAllText:"Select All",unSelectAllText:"Unselect All"},this.locale);this.showSelectAll=!0,this.selectAllText=n.getConstant("selectAllText"),this.unSelectAllText=n.getConstant("unSelectAllText"),this.popupWrapper=this.list,this.checkBoxSelectionModule.checkAllParent=null,this.notify("selectAll",{}),this.checkSelectAll()}}else{for(this.list.getElementsByClassName("e-selectall-parent")[0]&&this.list.removeChild(this.list.getElementsByClassName("e-selectall-parent")[0]);i<l;i++)s[i].classList.contains("e-list-item")&&s[i].removeChild(s[i].getElementsByClassName("e-checkbox-wrapper")[0]),s[i].hasAttribute("aria-selected")&&s[i].removeAttribute("aria-selected");this.mainList=this.ulElement}this.value=[]},l.prototype.isSelected=function(e){return!t.isNullOrUndefined(e)&&(e.classList.contains(s.cssClass.selected)||null!==e.querySelector(".e-check"))},l.prototype.getSelectTag=function(){return this.list.getElementsByClassName("e-hidden-select")[0]},l.prototype.getToolElem=function(){return this.list.parentElement.getElementsByClassName("e-listbox-tool")[0]},l.prototype.formResetHandler=function(){this.value=this.initialSelectedOptions},l.prototype.getModuleName=function(){return"listbox"},l.prototype.getPersistData=function(){return this.addOnPersist(["value"])},l.prototype.getLocaleName=function(){return"listbox"},l.prototype.destroy=function(){this.unwireEvents(),"EJS-LISTBOX"===this.element.tagName?this.element.innerHTML="":(this.element.style.display="inline-block",this.toolbarSettings.items.length&&(this.list.parentElement.parentElement.insertBefore(this.list,this.list.parentElement),t.detach(this.list.nextElementSibling)),this.list.parentElement.insertBefore(this.element,this.list)),e.prototype.destroy.call(this),this.enableRtlElements=[],this.liCollections=null,this.list=null,this.ulElement=null,this.mainList=null,this.spinner=null,this.rippleFun=null,this.itemTemplate&&this.clearTemplate()},l.prototype.onPropertyChanged=function(i,l){var n=this.toolbarSettings.items.length?this.list.parentElement:this.list;e.prototype.onPropertyChanged.call(this,i,l),this.setUpdateInitial(["fields","query","dataSource"],i);for(var o=0,r=Object.keys(i);o<r.length;o++){switch(r[o]){case"cssClass":l.cssClass&&t.removeClass([n],l.cssClass.split(" ")),i.cssClass&&t.addClass([n],i.cssClass.replace(/\s+/g," ").trim().split(" "));break;case"enableRtl":i.enableRtl?this.list.classList.add("e-rtl"):this.list.classList.remove("e-rtl");break;case"value":t.removeClass(this.list.querySelectorAll("."+s.cssClass.selected),s.cssClass.selected),this.clearSelection(this.value),this.setSelection();break;case"height":this.setHeight();break;case"enabled":this.setEnable();break;case"allowDragAndDrop":i.allowDragAndDrop?this.initDraggable():t.getComponent(this.ulElement,"sortable").destroy();break;case"allowFiltering":this.allowFiltering?this.setFiltering():(this.list.removeChild(this.list.getElementsByClassName("e-filter-parent")[0]),this.filterParent=null,t.removeClass([this.list],"e-filter-list"));break;case"filterBarPlaceholder":this.allowFiltering&&this.filterInput&&a.Input.setPlaceholder(i.filterBarPlaceholder,this.filterInput);break;case"scope":this.allowDragAndDrop&&(t.getComponent(this.ulElement,"sortable").scope=i.scope),this.toolbarSettings.items.length&&(l.scope&&(t.getComponent(document.querySelector(l.scope),this.getModuleName()).tBListBox=null),i.scope&&(t.getComponent(document.querySelector(i.scope),this.getModuleName()).tBListBox=this));break;case"toolbarSettings":var h=void 0,u=i.toolbarSettings.position,p=this.getToolElem();u&&(t.removeClass([n],["e-right","e-left"]),n.classList.add("e-"+u.toLowerCase()),"Left"===u?n.insertBefore(p,this.list):n.appendChild(p)),i.toolbarSettings.items&&(l.toolbarSettings&&l.toolbarSettings.items.length&&((h=this.list.parentElement).parentElement.insertBefore(this.list,h),t.detach(h)),this.initToolbarAndStyles(),this.wireToolbarEvent());break;case"selectionSettings":var d=i.selectionSettings.showSelectAll,c=i.selectionSettings.showCheckbox;if(!t.isNullOrUndefined(d)){if(this.showSelectAll=d,this.showSelectAll){var m=new t.L10n(this.getModuleName(),{selectAllText:"Select All",unSelectAllText:"Unselect All"},this.locale);this.checkBoxSelectionModule.checkAllParent=null,this.showSelectAll=!0,this.selectAllText=m.getConstant("selectAllText"),this.unSelectAllText=m.getConstant("selectAllText"),this.popupWrapper=this.list}this.notify("selectAll",{}),this.checkSelectAll()}t.isNullOrUndefined(c)||this.showCheckbox(c),this.selectionSettings.showCheckbox&&this.setCheckboxPosition();break;case"dataSource":this.isDataSourceUpdate=!0,this.jsonData=[].slice.call(this.dataSource)}}};var r;return Qe([t.Property("")],l.prototype,"cssClass",void 0),Qe([t.Property([])],l.prototype,"value",void 0),Qe([t.Property("")],l.prototype,"height",void 0),Qe([t.Property(!0)],l.prototype,"enabled",void 0),Qe([t.Property(!1)],l.prototype,"enablePersistence",void 0),Qe([t.Property(!1)],l.prototype,"allowDragAndDrop",void 0),Qe([t.Property(1e3)],l.prototype,"maximumSelectionLength",void 0),Qe([t.Property(!1)],l.prototype,"allowFiltering",void 0),Qe([t.Property("")],l.prototype,"scope",void 0),Qe([t.Property(!0)],l.prototype,"ignoreCase",void 0),Qe([t.Property(null)],l.prototype,"filterBarPlaceholder",void 0),Qe([t.Property("None")],l.prototype,"sortOrder",void 0),Qe([t.Event()],l.prototype,"beforeItemRender",void 0),Qe([t.Event()],l.prototype,"filtering",void 0),Qe([t.Event()],l.prototype,"select",void 0),Qe([t.Event()],l.prototype,"change",void 0),Qe([t.Event()],l.prototype,"beforeDrop",void 0),Qe([t.Event()],l.prototype,"dragStart",void 0),Qe([t.Event()],l.prototype,"drag",void 0),Qe([t.Event()],l.prototype,"drop",void 0),Qe([t.Event()],l.prototype,"dataBound",void 0),Qe([t.Property(null)],l.prototype,"groupTemplate",void 0),Qe([t.Property("Request failed")],l.prototype,"actionFailureTemplate",void 0),Qe([t.Property(1e3)],l.prototype,"zIndex",void 0),Qe([t.Property(!1)],l.prototype,"ignoreAccent",void 0),Qe([t.Complex({},Je)],l.prototype,"toolbarSettings",void 0),Qe([t.Complex({},Xe)],l.prototype,"selectionSettings",void 0),l=r=Qe([t.NotifyPropertyChanges],l)}(F),$e={backIcon:"e-input-group-icon e-back-icon e-icons",filterBarClearIcon:"e-input-group-icon e-clear-icon e-icons",filterInput:"e-input-filter",filterParent:"e-filter-parent",clearIcon:"e-clear-icon"},Ze=function(){var e=function(t,i){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(t,i)};return function(t,i){function s(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(s.prototype=i.prototype,new s)}}(),et=function(e,t,i,s){var l,n=arguments.length,a=n<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,i,s);else for(var o=e.length-1;o>=0;o--)(l=e[o])&&(a=(n<3?l(a):n>3?l(t,i,a):l(t,i))||a);return n>3&&a&&Object.defineProperty(t,i,a),a},tt=function(e){function s(t,i){return e.call(this,t,i)||this}return Ze(s,e),s.prototype.onPropertyChanged=function(e,t){for(var i=0,s=Object.keys(e);i<s.length;i++){switch(s[i]){case"minLength":this.minLength=e.minLength;break;case"suffixText":this.suffixText=e.suffixText;break;case"allowSpaces":this.allowSpaces=e.allowSpaces;break;case"mentionChar":this.mentionChar=e.mentionChar;break;case"showMentionChar":this.showMentionChar=e.showMentionChar;break;case"cssClass":this.updateCssClass(e.cssClass,t.cssClass)}}},s.prototype.updateCssClass=function(e,i){t.isNullOrUndefined(i)||(i=i.replace(/\s+/g," ").trim()),t.isNullOrUndefined(e)||(e=e.replace(/\s+/g," ").trim()),this.setCssClass(e,[this.inputElement],i),this.popupObj&&this.setCssClass(e,[this.popupObj.element],i)},s.prototype.setCssClass=function(e,i,s){t.isNullOrUndefined(s)||""===s||t.removeClass(i,s.split(" ")),t.isNullOrUndefined(e)||""===e||t.addClass(i,e.split(" "))},s.prototype.initializeData=function(){this.isSelected=!1,this.isFiltered=!1,this.beforePopupOpen=!1,this.initRemoteRender=!1,this.isListResetted=!1,this.isPopupOpen=!1,this.isCollided=!1,this.lineBreak=!1,this.isRTE=!1,this.keyEventName="mousedown"},s.prototype.preRender=function(){this.initializeData(),e.prototype.preRender.call(this)},s.prototype.render=function(){var e="string"==typeof this.target;this.inputElement=t.isNullOrUndefined(this.target)?this.element:this.checkAndUpdateInternalComponent(e?document.querySelector(this.target):this.target),this.isContentEditable(this.inputElement)&&(this.inputElement.setAttribute("contenteditable","true"),t.addClass([this.inputElement],["e-mention"]),t.isNullOrUndefined(this.target)&&t.addClass([this.inputElement],["e-editable-element"])),this.inputElement.setAttribute("role","textbox"),this.inputElement.setAttribute("aria-label","mention"),this.queryString=this.elementValue(),this.wireEvent()},s.prototype.wireEvent=function(){t.EventHandler.add(this.inputElement,"keyup",this.onKeyUp,this),this.bindCommonEvent()},s.prototype.unWireEvent=function(){t.EventHandler.remove(this.inputElement,"keyup",this.onKeyUp),this.unBindCommonEvent()},s.prototype.bindCommonEvent=function(){t.Browser.isDevice||this.inputElement.addEventListener("keydown",this.keyDownHandler.bind(this),!this.isRTE)},s.prototype.hideSpinner=function(){this.hideWaitingSpinner()},s.prototype.hideWaitingSpinner=function(){t.isNullOrUndefined(this.spinnerElement)||n.hideSpinner(this.spinnerElement),t.isNullOrUndefined(this.spinnerTemplate)||t.isNullOrUndefined(this.spinnerTemplateElement)||t.detach(this.spinnerTemplateElement)},s.prototype.checkAndUpdateInternalComponent=function(e){if(!this.isVue&&e.classList.contains("e-richtexteditor"))return e.querySelector(".e-content");if(this.isVue&&"TEXTAREA"===e.nodeName&&e.classList.contains("e-rte-hidden")){var t=e.parentElement;if(t&&t.classList.contains("e-richtexteditor"))return t.querySelector(".e-content")}return e&&e.parentElement&&e.parentElement.classList.contains("e-rte-content")&&(this.isRTE=!0,this.keyEventName="click"),e},s.prototype.showWaitingSpinner=function(){t.isNullOrUndefined(this.popupObj)||(t.isNullOrUndefined(this.spinnerTemplate)&&t.isNullOrUndefined(this.spinnerElement)&&(this.spinnerElement=this.popupObj.element,n.createSpinner({target:this.spinnerElement,width:t.Browser.isDevice?"16px":"14px"},this.createElement),n.showSpinner(this.spinnerElement)),t.isNullOrUndefined(this.spinnerTemplate)||this.setSpinnerTemplate())},s.prototype.keyDownHandler=function(e){var t=!0;switch(e.keyCode){case 38:e.action=e.altKey?"hide":"up";break;case 40:e.action=e.altKey?"open":"down";break;case 33:e.action="pageUp";break;case 34:e.action="pageDown";break;case 36:e.action="home";break;case 35:e.action="end";break;case 9:e.action=e.shiftKey?"close":"tab";break;case 27:e.action="escape";break;case 32:e.action="space";break;case 13:e.action="enter";break;default:t=!1}t&&this.keyActionHandler(e)},s.prototype.keyActionHandler=function(e){var i="down"===e.action||"up"===e.action||"pageUp"===e.action||"pageDown"===e.action||"home"===e.action||"end"===e.action,s="tab"===e.action||"close"===e.action;if(void 0!==this.list||this.isRequested||s||"escape"===e.action||"space"===e.action||this.renderList(),!(t.isNullOrUndefined(this.list)||!t.isNullOrUndefined(this.liCollections)&&i&&0===this.liCollections.length||this.isRequested))switch("escape"===e.action&&e.preventDefault(),this.isSelected="escape"!==e.action&&this.isSelected,e.action){case"down":case"up":this.isUpDownKey=!0,this.updateUpDownAction(e);break;case"tab":if(this.isPopupOpen){e.preventDefault();var l=this.list.querySelector("."+U.selected);l&&this.setSelection(l,e),this.isPopupOpen&&this.hidePopup(e)}break;case"enter":this.isPopupOpen&&(e.preventDefault(),this.popupObj&&this.popupObj.element.contains(this.selectedLI)&&this.updateSelectedItem(this.selectedLI,e,!1,!0));break;case"escape":this.isPopupOpen&&this.hidePopup(e)}},s.prototype.updateUpDownAction=function(e){var i=this.list.querySelector("."+U.focus);if(this.isSelectFocusItem(i))this.setSelection(i,e);else if(!t.isNullOrUndefined(this.liCollections)){var s=this.list.querySelector("."+U.selected);if(!t.isNullOrUndefined(s)){var l=this.getFormattedValue(s.getAttribute("data-value"));this.activeIndex=this.getIndexByValue(l)}var n="down"===e.action?this.activeIndex+1:this.activeIndex-1,a=0;a="down"===e.action&&t.isNullOrUndefined(this.activeIndex)?0:this.liCollections.length-1,n=n<0?this.liCollections.length-1:n===this.liCollections.length?0:n;var o=t.isNullOrUndefined(this.activeIndex)?this.liCollections[a]:this.liCollections[n];t.isNullOrUndefined(o)||this.setSelection(o,e)}this.isPopupOpen&&e.preventDefault()},s.prototype.isSelectFocusItem=function(e){return!t.isNullOrUndefined(e)},s.prototype.unBindCommonEvent=function(){t.Browser.isDevice||this.inputElement.removeEventListener("keydown",this.keyDownHandler.bind(this),!this.isRTE)},s.prototype.onKeyUp=function(e){var i;if(this.isUpDownKey&&this.isPopupOpen&&229===e.keyCode)this.isUpDownKey=!1;else{this.isTyped="Enter"!==e.code&&"Space"!==e.code&&"ArrowDown"!==e.code&&"ArrowUp"!==e.code;var s=!(!document.activeElement.parentElement||!document.activeElement.parentElement.querySelector(".e-rte-image"));document.activeElement!=this.inputElement&&s&&this.inputElement.focus(),this.isContentEditable(this.inputElement)&&(this.range=this.getCurrentRange(),i=this.range.startContainer.textContent.split(""));var l=this.getTextRange(),n=this.getLastLetter(l),a=this.mentionChar.toString()+this.mentionChar.toString(),o=new RegExp(this.mentionChar.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"),"g"),r=new RegExp("[a-zA-Z]","g");"Shift"!==e.key&&37!==e.keyCode&&39!==e.keyCode&&(this.beforePopupOpen&&this.isPopupOpen&&n==a?this.hidePopup():!l||!n||"Enter"===e.code||27===e.keyCode||n.match(o)&&n.match(o).length>1||this.isContentEditable(this.inputElement)&&this.range.startContainer&&this.range.startContainer.previousElementSibling&&"BR"!==this.range.startContainer.previousElementSibling.tagName&&this.range.startContainer.textContent.split("").length>0&&(1===i.length||-1===i[i.length-2].indexOf("")||1===this.range.startContainer.nodeType)?this.isPopupOpen&&this.allowSpaces&&l&&""!==l.trim()&&r.test(l)&&-1!==l.indexOf(this.mentionChar)&&!this.isMatchedText()&&l.length>1&&" "!==l.replace(/\u00A0/g," ").charAt(l.length-2)&&this.list&&this.list.querySelectorAll("ul").length>0&&"Enter"!==e.code?(this.queryString=l.substring(l.lastIndexOf(this.mentionChar)+1).replace(" "," "),this.searchLists(e)):!this.isPopupOpen||this.allowSpaces&&n||"ArrowDown"===e.code||"ArrowUp"===e.code||(this.hidePopup(),this.lineBreak=!0):(n.includes(this.mentionChar)&&(this.queryString=n.replace(this.mentionChar,"")),this.mentionChar.charCodeAt(0)!==n.charCodeAt(0)||""===this.queryString||38===e.keyCode||40===e.keyCode||this.lineBreak?0===n.indexOf(this.mentionChar)&&!this.isPopupOpen&&8!==e.keyCode&&(!this.popupObj||t.isNullOrUndefined(this.target)&&!document.body.contains(this.popupObj.element)||!t.isNullOrUndefined(this.target)&&document.body.contains(this.popupObj.element))?(this.initRemoteRender&&this.list&&this.list.classList.contains("e-nodata")&&this.searchLists(e),this.resetList(this.dataSource,this.fields),t.isNullOrUndefined(this.list)&&this.initValue(),!this.isPopupOpen&&38!==e.keyCode&&40!==e.keyCode&&this.queryString.length>=this.minLength&&(this.didPopupOpenByTypingInitialChar=!0,this.showPopup(),this.initRemoteRender&&0===this.list.querySelectorAll("li").length&&this.showWaitingSpinner(),this.lineBreak=!1)):this.allowSpaces&&""!==this.queryString&&l&&""!==l.trim()&&l.replace(" "," ").lastIndexOf(" ")<l.length-1&&38!==e.keyCode&&40!==e.keyCode&&8!==e.keyCode&&(this.mentionChar.charCodeAt(0)===n.charCodeAt(0)||this.liCollections&&this.liCollections.length>0)?(this.queryString=l.substring(l.lastIndexOf(this.mentionChar)+1).replace(" "," "),this.searchLists(e)):""===this.queryString&&this.isPopupOpen&&38!==e.keyCode&&40!==e.keyCode&&this.mentionChar.charCodeAt(0)===n.charCodeAt(0)&&(this.searchLists(e),this.isListResetted||this.resetList(this.dataSource,this.fields)):(this.searchLists(e),!this.isPopupOpen&&this.queryString.length>=this.minLength&&(this.isContentEditable(this.inputElement)?this.isContentEditable(this.inputElement)&&this.range&&this.range.startContainer!==this.inputElement&&9!==e.keyCode&&this.showPopup():this.showPopup())),this.isListResetted=!1))}},s.prototype.isMatchedText=function(){for(var e=!1,t=0;t<(this.liCollections&&this.liCollections.length);t++)this.getTextRange()&&this.getTextRange().substring(this.getTextRange().lastIndexOf(this.mentionChar)+1).replace(" "," ").trim()===this.liCollections[t].getAttribute("data-value").toLowerCase()&&(e=!0);return e},s.prototype.getCurrentRange=function(){return this.range=this.inputElement.ownerDocument.getSelection().getRangeAt(0),this.range},s.prototype.searchLists=function(i){var s=this;if(this.isDataFetched=!1,t.isNullOrUndefined(this.list)&&(e.prototype.render.call(this),this.unWireListEvents(),this.wireListEvents()),"mousedown"!==i.type&&(40===i.keyCode||38===i.keyCode))return this.queryString=""===this.queryString?null:this.queryString,this.beforePopupOpen=!0,void this.resetList(this.dataSource,this.fields);this.isSelected=!1,this.activeIndex=null;var l={preventDefaultAction:!1,text:this.queryString,updateData:function(e,t,i){l.cancel||(s.isFiltered=!0,s.filterAction(e,t,i))},cancel:!1};this.trigger("filtering",l,function(e){e.cancel||s.isFiltered||e.preventDefaultAction||s.filterAction(s.dataSource,null,s.fields)})},s.prototype.filterAction=function(e,t,i){this.beforePopupOpen=!0,this.queryString.length>=this.minLength?(this.resetList(e,i,t),this.isListResetted=!0):(this.isPopupOpen&&this.hidePopup(),this.beforePopupOpen=!1),this.setDataIndex(),this.renderReactTemplates()},s.prototype.onActionComplete=function(i,s,l,n){if(e.prototype.onActionComplete.call(this,i,s,l),this.isActive){t.isNullOrUndefined(i)||t.attributes(i,{id:this.inputElement.id+"_options",role:"listbox","aria-hidden":"false"});var a=i.querySelector("."+U.li);if(a){a.classList.add(U.selected),this.selectedLI=a;var o=this.getFormattedValue(a.getAttribute("data-value"));this.selectEventCallback(a,this.getDataByValue(o),o,!0)}this.beforePopupOpen&&this.isPopupOpen&&(t.isNullOrUndefined(this.popupObj.element)||this.popupObj.element.remove(),this.renderPopup())}},s.prototype.setDataIndex=function(){for(var e=0;this.liCollections&&e<this.liCollections.length;e++)this.liCollections[e].setAttribute("data-index",e.toString())},s.prototype.listOption=function(i,s){var l=this,n=e.prototype.listOption.call(this,i,s);if(t.isNullOrUndefined(n.itemCreated))n.itemCreated=function(e){l.highlight&&(l.inputElement.tagName===l.getNgDirective()&&l.itemTemplate?setTimeout(function(){c(e.item,l.queryString,l.ignoreCase,l.filterType)},0):c(e.item,l.queryString,l.ignoreCase,l.filterType))};else{var a=n.itemCreated;n.itemCreated=function(e){l.highlight&&c(e.item,l.queryString,l.ignoreCase,l.filterType),a.apply(l,[e])}}return n},s.prototype.elementValue=function(){return this.isContentEditable(this.inputElement)?this.inputElement.textContent.replace(this.mentionChar,""):this.inputElement.value.replace(this.mentionChar,"")},s.prototype.getQuery=function(e){var s=e?e.clone():this.query?this.query.clone():new i.Query,l=""!==this.queryString||t.isNullOrUndefined(this.elementValue())?this.filterType:"equal",n=""!==this.queryString||t.isNullOrUndefined(this.elementValue())?this.queryString:this.elementValue();if(this.isFiltered)return s;if(null!==this.queryString&&""!==this.queryString){var a=this.typeOfData(this.dataSource).typeof;if((this.dataSource instanceof i.DataManager||"string"!==a)&&"number"!==a){var o=t.isNullOrUndefined(this.fields.text)?"":this.fields.text;s.where(o,l,n,this.ignoreCase,this.ignoreAccent)}else s.where("",l,n,this.ignoreCase,this.ignoreAccent)}if(!t.isNullOrUndefined(this.suggestionCount)){if(25!==this.suggestionCount)for(var r=0;r<s.queries.length;r++)"onTake"===s.queries[r].fn&&s.queries.splice(r,1);s.take(this.suggestionCount)}return s},s.prototype.renderHightSearch=function(){if(this.highlight)for(var e=0;e<this.liCollections.length;e++){this.ulElement.querySelector(".e-active")||(f(this.liCollections[e]),c(this.liCollections[e],this.queryString,this.ignoreCase,this.filterType))}},s.prototype.getTextRange=function(){var e;if(this.isContentEditable(this.inputElement)){if(this.range){var i=this.range.startContainer;if(!t.isNullOrUndefined(i)){var s=i.textContent,l=this.range.startOffset;s&&l>=0&&(e=s.substring(0,l))}}}else{var n=this.inputElement;if(!t.isNullOrUndefined(n)){var a=n.selectionStart;n.value&&a>=0&&(e=n.value.substring(0,a))}}return e},s.prototype.getLastLetter=function(e){if(t.isNullOrUndefined(e))return"";var i=e.replace(/\u00A0/g," ").split(/\s+/);return i[i.length-1].trim()},s.prototype.isContentEditable=function(e){return e&&"INPUT"!==e.nodeName&&"TEXTAREA"!==e.nodeName},s.prototype.showPopup=function(){this.beforePopupOpen=!0,document.activeElement!=this.inputElement&&this.inputElement.focus(),this.queryString=this.didPopupOpenByTypingInitialChar?this.queryString:"",this.didPopupOpenByTypingInitialChar=!1,this.isContentEditable(this.inputElement)&&(this.range=this.getCurrentRange()),this.isTyped||this.resetList(this.dataSource,this.fields),t.isNullOrUndefined(this.list)&&this.initValue(),this.renderPopup(),t.attributes(this.inputElement,{"aria-activedescendant":this.selectedElementID}),null==this.selectedElementID&&this.inputElement.removeAttribute("aria-activedescendant")},s.prototype.hidePopup=function(e){this.removeSelection(),this.closePopup(0,e)},s.prototype.closePopup=function(e,i){var s=this;if(this.popupObj&&document.body.contains(this.popupObj.element)&&this.beforePopupOpen){t.EventHandler.remove(document,"mousedown",this.onDocumentClick),this.inputElement.removeAttribute("aria-owns"),this.inputElement.removeAttribute("aria-activedescendant"),this.beforePopupOpen=!1;var l={name:"FadeOut",duration:100,delay:e||0},n={popup:this.popupObj,cancel:!1,animation:l,event:i||null};this.trigger("closed",n,function(e){!e.cancel&&s.popupObj&&(s.isPopupOpen?s.popupObj.hide(new t.Animation(e.animation)):s.destroyPopup())})}},s.prototype.renderPopup=function(){var e=this;this.trigger("beforeOpen",{cancel:!1},function(i){if(i.cancel)e.beforePopupOpen=!1;else{var s;if(t.isNullOrUndefined(e.target)?s=e.createElement("div",{id:e.inputElement.id+"_popup",className:"e-mention e-popup "+(null!=e.cssClass?e.cssClass:"")}):(s=e.element,null!=e.cssClass&&t.addClass([s],e.cssClass.split(" "))),t.isNullOrUndefined(e.target)||(s.id=e.inputElement.id+"_popup"),e.listHeight=t.formatUnit(e.popupHeight),!t.isNullOrUndefined(e.list.querySelector("li"))&&!e.initRemoteRender){var l=e.list.querySelector("."+U.focus);if(!t.isNullOrUndefined(l)){e.selectedLI=l;var a=e.getFormattedValue(l.getAttribute("data-value"));e.selectEventCallback(l,e.getDataByValue(a),a,!0)}}t.append([e.list],s),e.inputElement.parentElement&&e.inputElement.parentElement.parentElement&&e.inputElement.parentElement.parentElement.classList.contains("e-richtexteditor")&&s.firstElementChild&&s.firstElementChild.childElementCount>0&&(s.firstElementChild.setAttribute("aria-owns",e.inputElement.parentElement.parentElement.id),t.addClass([s],"e-rte-elements")),e.popupObj&&document.body.contains(e.popupObj.element)&&(document.contains(s)||!t.isNullOrUndefined(e.target))||document.body.appendChild(s);var o;s.style.visibility="hidden",e.setHeight(s);e.initializePopup(s,0,0),e.checkCollision(s),s.style.visibility="visible";var r=s.parentElement.offsetWidth-s.offsetWidth,h=s.offsetHeight;t.addClass([s],["e-mention","e-popup","e-popup-close"]),t.isNullOrUndefined(e.list)||(e.unWireListEvents(),e.wireListEvents()),e.selectedElementID=e.selectedLI?e.selectedLI.id:null,t.attributes(e.inputElement,{"aria-owns":e.inputElement.id+"_options","aria-activedescendant":e.selectedElementID}),null==e.selectedElementID&&e.inputElement.removeAttribute("aria-activedescendant");e.beforePopupOpen=!0;var u={popup:e.popupObj,cancel:!1,animation:{name:"FadeIn",duration:100}};e.trigger("opened",u,function(i){if(i.cancel)e.beforePopupOpen=!1,e.destroyPopup();else{if(e.renderReactTemplates(),e.popupObj&&e.popupObj.show(new t.Animation(i.animation),1e3===e.zIndex?e.inputElement:null),t.isNullOrUndefined(e.getTriggerCharPosition()))return;o=e.getCoordinates(e.inputElement,e.getTriggerCharPosition()),e.isCollided?(e.collision.length>0&&e.collision.indexOf("right")>-1&&-1===e.collision.indexOf("bottom")?s.style.cssText="top: ".concat(o.top.toString(),"px;\n left: ").concat(r.toString(),"px;\nposition: absolute;\n display: block;"):e.collision&&e.collision.length>0&&e.collision.indexOf("bottom")>-1&&-1===e.collision.indexOf("right")?(s.style.left=t.formatUnit(o.left),s.style.top=t.formatUnit(o.top-parseInt(h.toString()))):e.collision&&e.collision.length>0&&e.collision.indexOf("bottom")>-1&&e.collision.indexOf("right")>-1?(s.style.left=t.formatUnit(r),s.style.top=t.formatUnit(o.top-parseInt(h.toString()))):(s.style.left=t.formatUnit(o.left),s.style.top=t.formatUnit(o.top-parseInt(e.popupHeight.toString()))),e.isCollided=!1,e.collision=[]):s.style.cssText="top: ".concat(o.top.toString(),"px;\n left: ").concat(o.left.toString(),"px;\nposition: absolute;\n display: block;"),s.style.width="100%"===e.popupWidth||t.isNullOrUndefined(e.popupWidth)?"auto":t.formatUnit(e.popupWidth),e.setHeight(s),s.style.zIndex=1e3===e.zIndex?n.getZindexPartial(s).toString():e.zIndex.toString()}})}})},s.prototype.setHeight=function(e){"auto"!==this.popupHeight&&this.list?(this.list.style.maxHeight=(parseInt(this.listHeight,10)-2).toString()+"px",e.style.maxHeight=t.formatUnit(this.popupHeight)):e.style.height="auto"},s.prototype.checkCollision=function(e){if(!t.Browser.isDevice||t.Browser.isDevice&&"mention"!==this.getModuleName()){var i=this.getCoordinates(this.inputElement,this.getTriggerCharPosition());this.collision=n.isCollide(e,null,i.left,i.top),this.collision.length>0&&(e.style.marginTop=-parseInt(getComputedStyle(e).marginTop,10)+"px",this.isCollided=!0),this.popupObj.resolveCollision()}},s.prototype.getTriggerCharPosition=function(){var e,t=this.getTextRange();if(void 0!==t&&null!==t){e=0;var i=t.lastIndexOf(this.mentionChar);i>=e&&(e=i)}return e||0},s.prototype.initializePopup=function(e,i,s){var l=this;this.popupObj=new n.Popup(e,{width:this.setWidth(),targetType:"relative",relateTo:this.inputElement,collision:{X:"flip",Y:"flip"},offsetY:i,enableRtl:this.enableRtl,offsetX:s,position:{X:"left",Y:"bottom"},actionOnScroll:"hide",zIndex:this.zIndex,close:function(){l.destroyPopup()},open:function(){t.EventHandler.add(document,"mousedown",l.onDocumentClick,l),l.isPopupOpen=!0,l.setDataIndex()}})},s.prototype.setWidth=function(){var e=t.formatUnit(this.popupWidth);if(e.indexOf("%")>-1){e=(this.inputElement.offsetWidth*parseFloat(e)/100).toString()+"px"}return e},s.prototype.destroyPopup=function(){this.isPopupOpen=!1,this.popupObj.destroy(),t.isNullOrUndefined(this.target)?t.detach(this.popupObj.element):(this.popupObj.element.innerHTML="",this.popupObj.element.removeAttribute("style"),this.popupObj.element.removeAttribute("aria-disabled")),this.list.classList.contains("e-nodata")&&(this.list=null)},s.prototype.onDocumentClick=function(e){var i=e.target;!t.isNullOrUndefined(this.popupObj)&&t.closest(i,"#"+this.popupObj.element.id)||this.hidePopup(e)},s.prototype.getCoordinates=function(e,i){var s,l,n,a,o,r,h;if(this.isContentEditable(this.inputElement)){var u=this.getTriggerCharPosition();a=this.range,n=document.createRange(),this.getTextRange()&&-1!==this.getTextRange().lastIndexOf(this.mentionChar)?(n.setStart(a.startContainer,u),n.setEnd(a.startContainer,u)):(n.setStart(a.startContainer,a.startOffset),n.setEnd(a.startContainer,a.endOffset)),this.isTyped=!1,n.collapse(!1),h=0===n.getBoundingClientRect().top?n.startContainer.getClientRects()[0]:n.getBoundingClientRect()}else s=this.createElement("div",{className:"e-form-mirror-div"}),document.body.appendChild(s),r=getComputedStyle(e),s.style.position="absolute",s.style.visibility="hidden",["direction","boxSizing","width","height","overflowX","overflowY","borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth","paddingTop","paddingRight","paddingBottom","paddingLeft","fontStyle","fontVariant","fontWeight","fontStretch","fontSize","fontSizeAdjust","lineHeight","fontFamily","textAlign","textTransform","textIndent","textDecoration","letterSpacing","wordSpacing"].forEach(function(e){s.style[e]=r[e]}),s.textContent=e.value.substring(0,i),"INPUT"===this.inputElement.nodeName&&(s.textContent=s.textContent.replace(/\s/g," ")),(l=this.createElement("span")).textContent=e.value.substring(i)||".",s.appendChild(l),h=e.getBoundingClientRect();var p=h.top,d=h.left,c=document.querySelectorAll("iframe");if(c.length>0)for(var m=0;m<c.length;m++){var f=c[m];if(f.contentDocument&&f.contentDocument.contains(e)){var v=f.getBoundingClientRect();p+=v.top,d+=v.left}}var g=document.documentElement,y=(window.pageXOffset||g.scrollLeft)-(g.clientLeft||0),C=(window.pageYOffset||g.scrollTop)-(g.clientTop||0),b=0;if(!t.isNullOrUndefined(n)&&0===n.getBoundingClientRect().top)for(m=0;m<this.range.startContainer.childNodes.length;m++)if(this.range.startContainer.childNodes[m].nodeType!==Node.TEXT_NODE&&""!==this.range.startContainer.childNodes[m].textContent.trim())b+=this.range.startContainer.childNodes[m].getClientRects()[0].width;else if(""!==this.range.startContainer.childNodes[m].textContent){var S=document.createElement("span");S.innerHTML=this.range.startContainer.childNodes[m].nodeValue,document.body.appendChild(S);var E=S.offsetWidth;document.body.removeChild(S),b+=E}return this.isContentEditable(this.inputElement)?o=this.collision&&this.collision.length>0&&this.collision.indexOf("right")>-1&&-1===this.collision.indexOf("bottom")?{top:p+C+parseInt(getComputedStyle(this.inputElement).fontSize,10),left:d+y+b}:{top:p+C+parseInt(getComputedStyle(this.inputElement).fontSize,10)-(this.isCollided?10:0),left:d+y+b}:(o={top:p+C+l.offsetTop+parseInt(r.borderTopWidth,10)+parseInt(r.fontSize,10)+3-e.scrollTop-(this.isCollided?10:0),left:d+y+l.offsetLeft+parseInt(r.borderLeftWidth,10)},document.body.removeChild(s)),o},s.prototype.initValue=function(){this.isDataFetched=!1,this.renderList(),this.dataSource instanceof i.DataManager?this.initRemoteRender=!0:this.updateValues()},s.prototype.updateValues=function(){var e=this.list.querySelector("."+U.focus);t.isNullOrUndefined(e)||this.setSelection(e,null)},s.prototype.renderList=function(){e.prototype.render.call(this),this.unWireListEvents(),this.wireListEvents()},s.prototype.wireListEvents=function(){t.EventHandler.add(this.list,this.keyEventName,this.onMouseClick,this),t.EventHandler.add(this.list,"mouseover",this.onMouseOver,this),t.EventHandler.add(this.list,"mouseout",this.onMouseLeave,this)},s.prototype.unWireListEvents=function(){t.EventHandler.remove(this.list,this.keyEventName,this.onMouseClick),t.EventHandler.remove(this.list,"mouseover",this.onMouseOver),t.EventHandler.remove(this.list,"mouseout",this.onMouseLeave)},s.prototype.onMouseClick=function(e){var i=e.target,s=t.closest(i,"."+U.li);if(this.isValidLI(s)){this.isSelected=!0,this.setSelection(s,e);this.closePopup(100,e),this.inputElement.focus(),this.isRTE||e.preventDefault()}},s.prototype.updateSelectedItem=function(e,i,s,l){var n=this;this.removeSelection(),e.classList.add(U.selected),this.removeHover();var a=this.getFormattedValue(e.getAttribute("data-value")),o=this.getDataByValue(a);if(s||t.isNullOrUndefined(i)||"down"===i.action||"up"===i.action)this.selectEventCallback(e,o,a),l&&this.setSelectOptions(e,i);else{var r=this.detachChanges(o);this.isSelected=!0;var h={e:i,item:e,itemData:r,isInteracted:!!i,cancel:!1};this.trigger("select",h,function(t){t.cancel?(e.classList.remove(U.selected),n.isSelected=!1,n.isSelectCancel=!0):(n.selectEventCallback(e,o,a),l&&n.setSelectOptions(e,i))})}},s.prototype.setSelection=function(e,t){this.isValidLI(e)&&(!e.classList.contains(U.selected)||this.isPopupOpen&&this.isSelected&&e.classList.contains(U.selected))?this.updateSelectedItem(e,t,!1,!0):this.setSelectOptions(e,t)},s.prototype.setSelectOptions=function(e,i){this.list&&this.removeHover(),this.previousSelectedLI=t.isNullOrUndefined(this.selectedLI)?null:this.selectedLI,this.selectedLI=e,this.isPopupOpen&&!t.isNullOrUndefined(this.selectedLI)&&this.setScrollPosition(i),(!i||38!==i.keyCode&&40!==i.keyCode)&&!t.isNullOrUndefined(i)&&this.setValue(i)},s.prototype.setScrollPosition=function(e){if(t.isNullOrUndefined(e))this.scrollBottom(!0);else switch(e.action){case"pageDown":case"down":case"end":this.scrollBottom();break;default:this.scrollTop()}},s.prototype.scrollBottom=function(e){if(!t.isNullOrUndefined(this.selectedLI)){var i=this.list.offsetHeight,s=this.selectedLI.offsetTop+this.selectedLI.offsetHeight-this.list.scrollTop,l=this.list.scrollTop+s-i;l=e?l+2*parseInt(getComputedStyle(this.list).paddingTop,10):l;var n=this.selectedLI.offsetTop+this.selectedLI.offsetHeight-this.list.scrollTop;0===this.activeIndex?this.list.scrollTop=0:(s>i||!(n>0&&this.list.offsetHeight>n))&&(this.list.scrollTop=l)}},s.prototype.scrollTop=function(){if(!t.isNullOrUndefined(this.selectedLI)){var e=this.selectedLI.offsetTop-this.list.scrollTop;e=this.fields.groupBy&&e;var i=this.selectedLI.offsetTop+this.selectedLI.offsetHeight-this.list.scrollTop;0===this.activeIndex?this.list.scrollTop=0:e<0?this.list.scrollTop=this.list.scrollTop+e:i>0&&this.list.offsetHeight>i||(this.list.scrollTop=this.selectedLI.offsetTop)}},s.prototype.selectEventCallback=function(e,i,s,l){this.previousItemData=t.isNullOrUndefined(this.itemData)?null:this.itemData,this.item=e,this.itemData=i;var n=this.list.querySelector("."+U.focus);n&&t.removeClass([n],U.focus),l&&t.addClass([e],U.selected),e.setAttribute("aria-selected","true"),this.activeIndex=this.getIndexByValue(s)},s.prototype.detachChanges=function(e){return"string"==typeof e||"boolean"==typeof e||"number"==typeof e?Object.defineProperties({},{value:{value:e,enumerable:!0},text:{value:e,enumerable:!0}}):e},s.prototype.setValue=function(e){return this.isReact?(t.isNullOrUndefined(this.displayTemplate)?this.updateMentionValue(e):this.setDisplayTemplate(e),!0):(t.isNullOrUndefined(this.displayTemplate)||this.setDisplayTemplate(),this.updateMentionValue(e),!0)},s.prototype.updateMentionValue=function(e){var i,s,l,n,a,o=this.getItemData(),r=this.inputElement.ownerDocument.getSelection(),h=this.getTriggerCharPosition();if(i="string"==typeof this.suffixText?this.suffixText:"",this.isSelectCancel)this.isSelectCancel=!1;else if(null!==o.text&&(s=this.mentionVal(o.text)),this.isContentEditable(this.inputElement)){l=this.getTriggerCharPosition()+this.mentionChar.length,this.range&&this.range.startContainer.textContent.trim()!==this.mentionChar&&(l=this.range.endOffset),a=this.range,n=document.createRange(),this.getTextRange()&&-1!==this.getTextRange().lastIndexOf(this.mentionChar)||this.getTextRange()&&this.getTextRange().trim()===this.mentionChar?(n.setStart(a.startContainer,h),n.setEnd(a.startContainer,l)):""!==a.commonAncestorContainer.textContent.trim()&&!t.isNullOrUndefined(a.commonAncestorContainer.textContent.trim())&&this.getTextRange()&&-1!==this.getTextRange().lastIndexOf(this.mentionChar)?(n.setStart(a.startContainer,a.startOffset-1),n.setEnd(a.startContainer,a.endOffset-1)):(n.setStart(a.startContainer,a.startOffset),n.setEnd(a.startContainer,a.endOffset)),this.isTyped=!1,n.deleteContents();var u=this.createElement("div");u.innerHTML=s;for(var p=document.createDocumentFragment(),d=void 0,c=void 0;d=u.firstChild;)c=p.appendChild(d);if(n.insertNode(p),c&&((n=n.cloneRange()).setStartAfter(c),n.collapse(!0),r.removeAllRanges(),r.addRange(n)),this.isPopupOpen&&this.hidePopup(),!t.isNullOrUndefined(e.pointerType)&&"mouse"===e.pointerType){var m=new CustomEvent("content-changed",{detail:{click:!0}});this.inputElement.dispatchEvent(m)}this.onChangeEvent(e)}else{var f=this.inputElement,v=this.getTextRange().substring(h+this.mentionChar.length,this.getTextRange().length);s+=i,l=h+this.mentionChar.length,l+=v.length,f.value=f.value.substring(0,h)+s+f.value.substring(l,f.value.length),f.selectionStart=h+s.length,f.selectionEnd=h+s.length,this.isPopupOpen&&this.hidePopup(),this.onChangeEvent(e)}},s.prototype.mentionVal=function(e){var i=this.showMentionChar?this.mentionChar:"";return t.isNullOrUndefined(this.displayTemplate)||t.isNullOrUndefined(this.displayTempElement)||(e=this.displayTempElement.innerHTML),this.isContentEditable(this.inputElement)?t.Browser.isAndroid?'<span contenteditable="true" class="e-mention-chip">'+i+e+"</span>".concat("string"==typeof this.suffixText?this.suffixText:" "):'<span contenteditable="false" class="e-mention-chip">'+i+e+"</span>".concat("string"==typeof this.suffixText?this.suffixText:" "):i+e},s.prototype.setDisplayTemplate=function(e){var i=this;this.isReact&&(this.clearTemplate(["displayTemplate"]),this.displayTempElement&&(t.detach(this.displayTempElement),this.displayTempElement=null)),this.displayTempElement||(this.displayTempElement=this.createElement("div")),this.isReact||(this.displayTempElement.innerHTML="");var s=t.compile(this.displayTemplate)(this.itemData,this,"displayTemplate",this.displayTemplateId,this.isStringTemplate,null,this.displayTempElement);s&&s.length>0&&t.append(s,this.displayTempElement),this.isReact?this.renderTemplates(function(){i.updateMentionValue(e)}):this.renderTemplates()},s.prototype.renderTemplates=function(e){this.renderReactTemplates(e)},s.prototype.setSpinnerTemplate=function(){var e=this;this.isReact&&(this.clearTemplate(["spinnerTemplate"]),this.spinnerTemplateElement&&(t.detach(this.spinnerTemplateElement),this.spinnerTemplateElement=null)),this.spinnerTemplateElement||(this.spinnerTemplateElement=this.createElement("div")),this.isReact||(this.spinnerTemplateElement.innerHTML="");var i=t.compile(this.spinnerTemplate)(null,this,"spinnerTemplate",this.spinnerTemplateId,this.isStringTemplate,null,this.spinnerTemplateElement);if(i&&i.length>0)for(var s=0;s<i.length;s++)this.spinnerTemplateElement.appendChild(i[s]);this.isReact?this.renderTemplates(function(){e.popupObj.element.appendChild(e.spinnerTemplateElement)}):(this.renderTemplates(),this.popupObj.element.appendChild(this.spinnerTemplateElement))},s.prototype.onChangeEvent=function(e){this.isSelected=!1;var t,i=this.detachMentionChanges(this.itemData);t="string"==typeof this.previousItemData||"boolean"==typeof this.previousItemData||"number"==typeof this.previousItemData?Object.defineProperties({},{value:{value:this.previousItemData,enumerable:!0},text:{value:this.previousItemData,enumerable:!0}}):this.previousItemData;var s={e:e,item:this.item,itemData:i,previousItem:this.previousSelectedLI,previousItemData:t,isInteracted:!!e,value:this.item.innerHTML,element:this.inputElement};this.trigger("change",s)},s.prototype.detachMentionChanges=function(e){return"string"==typeof e||"boolean"==typeof e||"number"==typeof e?Object.defineProperties({},{value:{value:e,enumerable:!0},text:{value:e,enumerable:!0}}):e},s.prototype.getItemData=function(){var e=this.fields,i=null;i=this.itemData;var s,l;t.isNullOrUndefined(i)||(s=t.getValue(e.value,i),l=t.getValue(e.text,i));return{value:t.isNullOrUndefined(i)||t.isUndefined(s)?i:s,text:t.isNullOrUndefined(i)||t.isUndefined(s)?i:l}},s.prototype.removeSelection=function(){if(this.list){var e=this.list.querySelectorAll("."+U.selected);e.length&&(t.removeClass(e,U.selected),e[0].removeAttribute("aria-selected"))}},s.prototype.onMouseOver=function(e){var i=t.closest(e.target,"."+U.li);this.setHover(i)},s.prototype.setHover=function(e){this.isValidLI(e)&&!e.classList.contains(U.hover)&&(this.removeHover(),t.addClass([e],U.hover))},s.prototype.removeHover=function(){if(this.list){var e=this.list.querySelectorAll("."+U.hover);e&&e.length&&t.removeClass(e,U.hover)}},s.prototype.isValidLI=function(e){return e&&e.hasAttribute("role")&&"option"===e.getAttribute("role")},s.prototype.onMouseLeave=function(){this.removeHover()},s.prototype.search=function(e,i,s){this.isContentEditable(this.inputElement)&&(this.range=this.getCurrentRange());var l=this.getTextRange(),n=this.getLastLetter(l);this.ignoreCase&&(e===n||e===n.toLowerCase())||!this.ignoreCase&&e===n?(this.resetList(this.dataSource,this.fields),t.isNullOrUndefined(this.list)?(this.renderList(),this.renderPopup()):this.showPopup(),this.popupObj.element.style.left=t.formatUnit(i),this.popupObj.element.style.top=t.formatUnit(s)):this.isPopupOpen&&this.hidePopup()},s.prototype.destroy=function(){this.hidePopup(),this.unWireEvent(),this.list&&this.unWireListEvents(),this.inputElement&&!this.inputElement.classList.contains("e-"+this.getModuleName())||(this.previousSelectedLI=null,this.item=null,this.selectedLI=null,this.popupObj=null,e.prototype.destroy.call(this))},s.prototype.getLocaleName=function(){return"mention"},s.prototype.getNgDirective=function(){return"EJS-MENTION"},s.prototype.getModuleName=function(){return"mention"},et([t.Property(null)],s.prototype,"cssClass",void 0),et([t.Property("@")],s.prototype,"mentionChar",void 0),et([t.Property(!1)],s.prototype,"showMentionChar",void 0),et([t.Property(!1)],s.prototype,"allowSpaces",void 0),et([t.Property(null)],s.prototype,"suffixText",void 0),et([t.Property(25)],s.prototype,"suggestionCount",void 0),et([t.Property(0)],s.prototype,"minLength",void 0),et([t.Property("None")],s.prototype,"sortOrder",void 0),et([t.Property(!0)],s.prototype,"ignoreCase",void 0),et([t.Property(!1)],s.prototype,"highlight",void 0),et([t.Property()],s.prototype,"locale",void 0),et([t.Property("auto")],s.prototype,"popupWidth",void 0),et([t.Property("300px")],s.prototype,"popupHeight",void 0),et([t.Property(null)],s.prototype,"displayTemplate",void 0),et([t.Property(null)],s.prototype,"itemTemplate",void 0),et([t.Property("No records found")],s.prototype,"noRecordsTemplate",void 0),et([t.Property(null)],s.prototype,"spinnerTemplate",void 0),et([t.Property()],s.prototype,"target",void 0),et([t.Property([])],s.prototype,"dataSource",void 0),et([t.Property(null)],s.prototype,"query",void 0),et([t.Property("Contains")],s.prototype,"filterType",void 0),et([t.Complex({text:null,value:null,iconCss:null,groupBy:null},V)],s.prototype,"fields",void 0),et([t.Event()],s.prototype,"actionBegin",void 0),et([t.Event()],s.prototype,"actionComplete",void 0),et([t.Event()],s.prototype,"actionFailure",void 0),et([t.Event()],s.prototype,"change",void 0),et([t.Event()],s.prototype,"beforeOpen",void 0),et([t.Event()],s.prototype,"opened",void 0),et([t.Event()],s.prototype,"closed",void 0),et([t.Event()],s.prototype,"select",void 0),et([t.Event()],s.prototype,"filtering",void 0),et([t.Event()],s.prototype,"created",void 0),et([t.Event()],s.prototype,"destroyed",void 0),s=et([t.NotifyPropertyChanges],s)}(F);e.incrementalSearch=h,e.Search=u,e.escapeCharRegExp=p,e.resetIncrementalSearchValues=d,e.highlightSearch=c,e.revertHighlightSearch=f,e.VirtualScroll=B,e.FieldSettings=V,e.dropDownBaseClasses=U,e.DropDownBase=F,e.dropDownListClasses=q,e.DropDownList=M,e.Fields=he,e.TreeSettings=ue,e.DropDownTree=pe,e.ComboBox=ve,e.AutoComplete=Ce,e.MultiSelect=qe,e.CheckBoxSelection=_e,e.createFloatLabel=v,e.updateFloatLabelState=g,e.removeFloating=y,e.setPlaceHolder=C,e.floatLabelFocus=b,e.floatLabelBlur=S,e.encodePlaceholder=E,e.SelectionSettings=Xe,e.ToolbarSettings=Je,e.ListBox=Ye,e.Mention=tt,Object.defineProperty(e,"__esModule",{value:!0})});
|
|
1
|
+
/*!
|
|
2
|
+
* filename: ej2-dropdowns.umd.min.js
|
|
3
|
+
* version : 26.1.35
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2023. 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(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@syncfusion/ej2-base"),require("@syncfusion/ej2-data"),require("@syncfusion/ej2-lists"),require("@syncfusion/ej2-notifications"),require("@syncfusion/ej2-popups"),require("@syncfusion/ej2-inputs"),require("@syncfusion/ej2-buttons"),require("@syncfusion/ej2-navigations")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-base","@syncfusion/ej2-data","@syncfusion/ej2-lists","@syncfusion/ej2-notifications","@syncfusion/ej2-popups","@syncfusion/ej2-inputs","@syncfusion/ej2-buttons","@syncfusion/ej2-navigations"],e):e((t=t||self).ej={},t.ej2Base,t.ej2Data,t.ej2Lists,t.ej2Notifications,t.ej2Popups,t.ej2Inputs,t.ej2Buttons,t.ej2Navigations)}(this,function(t,k,m,x,U,o,h,F,H){"use strict";var v="",W="",q="",g=[],j="";function M(t,e,i,s,l,n,a,o,r){var h;if(n&&""!==v?v==W&&(q=String.fromCharCode(t)):""!=q?(v=q+String.fromCharCode(t),q=""):v+=String.fromCharCode(t),o?(setTimeout(function(){q=""},700),setTimeout(function(){v=""},3e3)):setTimeout(function(){v=""},1e3),v=s?v.toLowerCase():v,j!==l||W!==v||r){var u=e,p=v.length,d=void 0,c=i=i?i+1:0;for(g=[];d=u[h=-1===(c=c===u.length?-1:c)?0:c],(s?d.innerText.toLowerCase():d.innerText).substr(0,p)===v&&g.push(u[h]),++c!==i;);if(W=v,j=l,o){for(var m=!1,f=0;f<g.length;f++)if(a&&g[f].textContent.toLowerCase()===a.toLowerCase()){h=f,m=!0;break}return a&&m&&(h+=1),g[h]||g[0]}return g[0]}for(var c=0;c<g.length;c++){if(g[c].classList.contains("e-active")){h=c;break}if(a&&g[c].textContent.toLowerCase()===a.toLowerCase()){h=c;break}}return h+=1,o?g[h]&&g.length-1!=h?g[h]:g[g.length]:g[h]||g[0]}function u(t,a,o,r,h,u,p){var e=a,d=(r=null==r||r,{item:null,index:null});if(t&&t.length)for(var c=t.length,m=R(r?t.toLocaleLowerCase():t),i=0,s=e;i<s.length;i++){var l=function(t,e){var i,s,l,e=e[t],n=void 0;if(a&&h&&(s=e,l=u.text.split("."),h.filter(function(e){Array.prototype.slice.call(l).forEach(function(t){("object"===p&&!e.isHeader&&-1!==s.textContent.toString().indexOf(e[t])&&s.getAttribute("data-value")===e[u.value].toString()||"string"===p&&-1!==s.textContent.toString().indexOf(e))&&(i="object"===p?e[t]:e)})})),n=(h&&i?r?i.toString().toLocaleLowerCase():i:r?e.textContent.toLocaleLowerCase():e.textContent).replace(/^\s+|\s+$/g,""),"Equal"===o&&n===m||"StartsWith"===o&&n.substr(0,c)===m||"EndsWith"===o&&n.substr(n.length-m.length)===m||"Contains"===o&&new RegExp(m,"g").test(n))return{value:{item:d.item=e,index:d.index=t}}}(i,s);if("object"==typeof l)return l.value}return d}function R(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function z(t){j===t&&(v=W=j="",g=[])}function K(t,e,i,s){/<[^>]*>/g.test(t.innerText)&&(t.innerText=t.innerText.replace(/[\u00A0-\u9999<>&]/g,function(t){return"&#"+t.charCodeAt(0)+";"})),""!==e&&(i=i?"gim":"gm",e=/^[a-zA-Z0-9- ]*$/.test(e)?e:e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"),function t(e,i){for(var s=0;e.childNodes&&s<e.childNodes.length;s++){if(3===e.childNodes[s].nodeType&&""!==e.childNodes[s].textContent.trim()){var l=e.childNodes[s].nodeValue.trim().replace(i,'<span class="e-highlight">$1</span>');e.childNodes[s].nodeValue="",e.innerHTML=e.innerHTML.trim()+l;break}t(e.childNodes[s],i)}}(t,new RegExp("StartsWith"===s?"^("+e+")":"EndsWith"===s?"("+e+")$":"("+e+")",i)))}function _(t){for(var e=t.querySelectorAll(".e-highlight"),i=e.length-1;0<=i;i--){var s=e[i].parentNode,l=document.createTextNode(e[i].textContent);s.replaceChild(l,e[i])}}var G=function(){return(G=Object.assign||function(t){for(var e,i=1,s=arguments.length;i<s;i++)for(var l in e=arguments[i])Object.prototype.hasOwnProperty.call(e,l)&&(t[l]=e[l]);return t}).apply(this,arguments)},Q=function(n,a,o,r){return new(o=o||Promise)(function(t,e){function i(t){try{l(r.next(t))}catch(t){e(t)}}function s(t){try{l(r.throw(t))}catch(t){e(t)}}function l(e){e.done?t(e.value):new o(function(t){t(e.value)}).then(i,s)}l((r=r.apply(n,a||[])).next())})},J=function(s,l){var n,a,o,r={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},t={next:e(0),throw:e(1),return:e(2)};return"function"==typeof Symbol&&(t[Symbol.iterator]=function(){return this}),t;function e(i){return function(t){var e=[i,t];if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,a&&(o=2&e[0]?a.return:e[0]?a.throw||((o=a.return)&&o.call(a),0):a.next)&&!(o=o.call(a,e[1])).done)return o;switch(a=0,(e=o?[2&e[0],o.value]:e)[0]){case 0:case 1:o=e;break;case 4:return r.label++,{value:e[1],done:!1};case 5:r.label++,a=e[1],e=[0];continue;case 7:e=r.ops.pop(),r.trys.pop();continue;default:if(!(o=0<(o=r.trys).length&&o[o.length-1])&&(6===e[0]||2===e[0])){r=0;continue}if(3===e[0]&&(!o||e[1]>o[0]&&e[1]<o[3]))r.label=e[1];else if(6===e[0]&&r.label<o[1])r.label=o[1],o=e;else{if(!(o&&r.label<o[2])){o[2]&&r.ops.pop(),r.trys.pop();continue}r.label=o[2],r.ops.push(e)}}e=l.call(s,r)}catch(t){e=[6,t],a=0}finally{n=o=0}if(5&e[0])throw e[1];return{value:e[0]?e[1]:void 0,done:!0}}}},X=(e.prototype.addEventListener=function(){this.parent.isDestroyed||(this.parent.on("observe",this.observe,this),this.parent.on("setGeneratedData",this.setGeneratedData,this),this.parent.on("dataProcessAsync",this.dataProcessAsync,this),this.parent.on("setCurrentViewDataAsync",this.setCurrentViewDataAsync,this),this.parent.on("bindScrollEvent",this.bindScrollEvent,this))},e.prototype.removeEventListener=function(){this.parent.isDestroyed||(this.parent.off("observe",this.observe),this.parent.off("setGeneratedData",this.setGeneratedData),this.parent.off("dataProcessAsync",this.dataProcessAsync),this.parent.off("setCurrentViewDataAsync",this.setCurrentViewDataAsync),this.parent.off("bindScrollEvent",this.bindScrollEvent))},e.prototype.bindScrollEvent=function(t){var e=this;this.component=t.component,this.observe(function(t){return e.scrollListener(t)})},e.prototype.observe=function(t){this.containerElementRect=this.parent.popupContentElement.getBoundingClientRect(),k.EventHandler.add(this.parent.popupContentElement,"wheel mousedown",this.popupScrollHandler,this),this.touchModule=new k.Touch(this.parent.popupContentElement,{scroll:this.popupScrollHandler.bind(this)}),k.EventHandler.add(this.parent.popupContentElement,"scroll",this.virtualScrollHandler(t),this)},e.prototype.getModuleName=function(){return"VirtualScroll"},e.prototype.popupScrollHandler=function(t){this.parent.isMouseScrollAction=!0,this.parent.isPreventScrollAction=!1},e.prototype.getPageQuery=function(t,e,i){return t=0===i||this.parent.allowFiltering||"autocomplete"===this.component?t:t.skip(e)},e.prototype.setGeneratedData=function(t,e){for(var i,s=0,l=this.parent.listData.length+this.parent.virtualItemStartIndex,n=this.parent.virtualItemStartIndex;n<l;n++)this.parent.generatedDataObject[n]||null!==e&&0<this.parent.listData.slice(s,s+1).length&&0<(i=this.parent.listData.slice(s,s+1)).length&&(this.parent.generatedDataObject[n]=i),s++},e.prototype.generateAndExecuteQueryAsync=function(t,e,i,s){void 0===e&&(e=0),void 0===i&&(i=0);var l=this.parent.dataSource,s=((s=void 0===s?!1:s)||(t=k.isNullOrUndefined(this.parent.query)?this.getPageQuery(t,e,i):(s=this.removeSkipAndTakeEvents(this.parent.query.clone()),this.getPageQuery(s,e,i))),this.parent.isCustomFilter);"combobox"===this.component&&(e=0,this.parent.dataSource instanceof m.DataManager?e=this.parent.dataSource.dataSource.json.length:this.parent.dataSource&&0<this.parent.dataSource.length&&(e=this.parent.dataSource.length),0<e)&&(this.parent.isCustomFilter=e==this.parent.totalItemCount&&this.parent.queryString!=this.parent.typedString||this.parent.isCustomFilter),this.parent.resetList(l,this.parent.fields,t),this.parent.isCustomFilter=s},e.prototype.removeSkipAndTakeEvents=function(t){return t.queries=t.queries.filter(function(t){return"onSkip"!==t.fn&&"onTake"!==t.fn}),t},e.prototype.setCurrentViewDataAsync=function(t){var e=[],i=!1,s=!0,l=(k.isNullOrUndefined(this.component)&&(this.component=t.component),this.parent.viewPortInfo.endIndex);if("multiselect"===this.component&&"CheckBox"===this.parent.mode&&this.parent.value&&Array.isArray(this.parent.value)&&0<this.parent.value.length&&this.parent.enableSelectionOrder&&(this.parent.viewPortInfo.startIndex<this.parent.value.length?(l=this.parent.viewPortInfo.endIndex-this.parent.value.length,0===this.parent.viewPortInfo.startIndex?(this.parent.updateVirtualReOrderList(!0),this.parent.value.length<this.parent.itemCount?((u=this.parent.list.querySelector(".e-list-parent:not(.e-reorder)"))&&this.parent.list.querySelector(".e-virtual-ddl-content").removeChild(u),h=(h=this.parent.getForQuery(this.parent.value).clone()).skip(0).take(this.parent.itemCount-(this.parent.value.length-this.parent.viewPortInfo.startIndex)),this.parent.appendUncheckList=!0,this.parent.setCurrentView=!1,this.parent.resetList(this.parent.dataSource,this.parent.fields,h),s=!1,this.parent.appendUncheckList=this.parent.dataSource instanceof m.DataManager&&this.parent.appendUncheckList,s=!1):(u=this.parent.list.querySelector(".e-list-parent:not(.e-reorder)"))&&this.parent.list.querySelector(".e-virtual-ddl-content").removeChild(u),s=!1):0!=this.parent.viewPortInfo.startIndex&&(this.parent.updateVirtualReOrderList(!0),(u=this.parent.list.querySelector(".e-list-parent:not(.e-reorder)"))&&this.parent.list.querySelector(".e-virtual-ddl-content").removeChild(u),s=!1),0!=this.parent.viewPortInfo.startIndex&&this.parent.viewPortInfo.startIndex-this.parent.value.length!=this.parent.itemCount&&this.parent.viewPortInfo.startIndex+this.parent.itemCount>this.parent.value.length&&(h=(h=this.parent.getForQuery(this.parent.value).clone()).skip(0).take(this.parent.itemCount-(this.parent.value.length-this.parent.viewPortInfo.startIndex)),this.parent.appendUncheckList=!0,this.parent.setCurrentView=!1,this.parent.resetList(this.parent.dataSource,this.parent.fields,h),s=!1,this.parent.appendUncheckList=this.parent.dataSource instanceof m.DataManager&&this.parent.appendUncheckList)):(t=this.parent.list.querySelectorAll(".e-reorder")[0],this.parent.list.querySelector(".e-virtual-ddl-content")&&t&&this.parent.list.querySelector(".e-virtual-ddl-content").removeChild(t),h=this.parent.getForQuery(this.parent.value).clone(),u=0<=this.parent.viewPortInfo.startIndex-this.parent.value.length?this.parent.viewPortInfo.startIndex-this.parent.value.length:0,h=h.skip(u),this.parent.setCurrentView=!1,this.parent.resetList(this.parent.dataSource,this.parent.fields,h),s=!1),this.parent.totalItemsCount()),s)for(var n=this.parent.viewPortInfo.startIndex;n<l;n++){var a=n,o=this.parent.generatedDataObject[a];if("multiselect"===this.component&&this.parent.hideSelectedItem){if(o){var r=k.getValue(this.parent.fields.value,o[0]);if(this.parent.value&&null!=r&&Array.isArray(this.parent.value)&&0<this.parent.value.length&&this.parent.value.indexOf(r)<0){var h=this.parent.getForQuery(this.parent.value).clone();h=this.parent.viewPortInfo.endIndex==this.parent.totalItemCount+this.parent.value.length&&this.parent.hideSelectedItem?h.skip(this.parent.totalItemCount-this.parent.itemCount):h.skip(this.parent.viewPortInfo.startIndex),this.parent.setCurrentView=!1,this.parent.resetList(this.parent.dataSource,this.parent.fields,h),i=!0;break}(null===this.parent.value||this.parent.value&&0===this.parent.value.length)&&e.push(o[0])}a===l-1&&e.length!=this.parent.itemCount&&this.parent.hideSelectedItem&&(h=this.parent.getForQuery(this.parent.value).clone(),h=this.parent.viewPortInfo.endIndex==this.parent.totalItemCount+this.parent.value.length&&this.parent.hideSelectedItem?h.skip(this.parent.totalItemCount-this.parent.itemCount):h.skip(this.parent.viewPortInfo.startIndex),this.parent.setCurrentView=!1,this.parent.resetList(this.parent.dataSource,this.parent.fields,h),i=!0)}else o&&e.push(o[0]);this.parent.setCurrentView=!1}!i&&s&&("multiselect"===this.component&&this.parent.allowCustomValue&&0==this.parent.viewPortInfo.startIndex&&this.parent.virtualCustomData&&e.splice(0,0,this.parent.virtualCustomData),"multiselect"===this.component&&this.parent.allowCustomValue&&this.parent.viewPortInfo.endIndex==this.parent.totalItemCount&&this.parent.virtualCustomSelectData&&0<this.parent.virtualCustomSelectData.length&&(e=e.concat(this.parent.virtualCustomSelectData)),this.parent.renderItems(e,this.parent.fields,"multiselect"===this.component&&"CheckBox"===this.parent.mode)),"multiselect"===this.component&&this.parent.updatevirtualizationList(),this.parent.getSkeletonCount(),this.parent.skeletonCount=0!=this.parent.totalItemCount&&this.parent.totalItemCount<2*this.parent.itemCount?0:this.parent.skeletonCount;var u,t=this.parent.list.getElementsByClassName("e-virtual-ddl")[0],s=(t?t.style=this.parent.GetVirtualTrackHeight():!t&&0<this.parent.skeletonCount&&this.parent.popupWrapper&&(u=this.parent.createElement("div",{id:this.parent.element.id+"_popup",className:"e-virtual-ddl",styles:this.parent.GetVirtualTrackHeight()}),this.parent.popupWrapper.querySelector(".e-dropdownbase").appendChild(u)),this.parent.UpdateSkeleton(),this.parent.liCollections=this.parent.list.querySelectorAll(".e-list-item"),this.parent.list.getElementsByClassName("e-virtual-ddl-content")[0]);s&&(s.style=this.parent.getTransformValues()),this.parent.fields.groupBy&&this.parent.scrollStop(),40==this.parent.keyCode&&this.parent.isScrollChanged&&this.parent.hideSelectedItem&&!k.isNullOrUndefined(this.parent.currentFocuedListElement)&&(t=this.parent.getElementByValue(this.parent.currentFocuedListElement.getAttribute("data-value")),this.parent.addListFocus(t),this.parent.isScrollChanged=!1)},e.prototype.generateQueryAndSetQueryIndexAsync=function(t,e){var i=!1,s=0,l=0,n=this.parent.viewPortInfo.endIndex;if(!e&&0!==n)for(var a=this.parent.viewPortInfo.startIndex;a<=n;a++)a in this.parent.generatedDataObject||(i?l=a===n?a:a+1:(i=!0,s=l=a));!i||this.parent.totalItemCount==s&&this.parent.totalItemCount==l||(this.parent.virtualItemStartIndex=s,this.parent.virtualItemEndIndex=l,this.parent.setCurrentView=!0,this.generateAndExecuteQueryAsync(t,s,l),"multiselect"===this.component&&this.parent.hideSelectedItem&&this.parent.value&&Array.isArray(this.parent.value)&&0<this.parent.value.length&&this.parent.totalItemsCount(),"multiselect"===this.component&&this.parent.virtualItemStartIndex===this.parent.virtualItemEndIndex&&(this.parent.virtualItemStartIndex=this.parent.viewPortInfo.startIndex,this.parent.virtualItemEndIndex=this.parent.viewPortInfo.endIndex)),this.parent.dataSource instanceof m.DataManager&&(!(this.parent.dataSource instanceof m.DataManager)||this.parent.isRequesting)||this.setCurrentViewDataAsync()},e.prototype.dataProcessAsync=function(t){this.parent.selectedValueInfo=null,this.parent.virtualItemStartIndex=this.parent.viewPortInfo.startIndex,this.parent.virtualItemEndIndex=this.parent.viewPortInfo.endIndex,this.generateQueryAndSetQueryIndexAsync(new m.Query,t)},e.prototype.virtualScrollRefreshAsync=function(){return Q(this,void 0,void 0,function(){return J(this,function(t){switch(t.label){case 0:return this.parent.isCustomFilter=!(this.parent.isTyped||"combobox"===this.component&&this.parent.allowFiltering&&this.parent.queryString!=this.parent.typedString||!k.isNullOrUndefined(this.parent.filterInput)&&!k.isNullOrUndefined(this.parent.filterInput.value)&&""!==this.parent.filterInput.value&&"combobox"!==this.component)&&!("autocomplete"===this.component&&null!=this.parent.value)||this.parent.isCustomFilter,!this.parent.allowFiltering&&"autocomplete"!==this.component||(k.isNullOrUndefined(this.parent.typedString)||"combobox"===this.component&&!k.isNullOrUndefined(this.parent.typedString)&&this.parent.allowFiltering?(this.parent.getSkeletonCount(!0),"combobox"===this.component&&(this.parent.skeletonCount=0!=this.parent.totalItemCount&&this.parent.totalItemCount<2*this.parent.itemCount?0:this.parent.skeletonCount)):(this.parent.viewPortInfo.endIndex>=this.parent.dataCount&&(this.parent.viewPortInfo.endIndex=this.parent.dataCount),this.parent.viewPortInfo.startIndex>=this.parent.dataCount&&(this.parent.viewPortInfo.startIndex=this.parent.dataCount-this.parent.itemCount))),[4,this.dataProcessAsync()];case 1:return t.sent(),null==this.parent.keyboardEvent||this.parent.dataSource instanceof m.DataManager&&(!(this.parent.dataSource instanceof m.DataManager)||this.parent.isRequesting)||this.parent.handleVirtualKeyboardActions(this.parent.keyboardEvent,this.parent.pageCount),this.parent.customFilterQuery||(this.parent.isCustomFilter=!1),[2]}})})},e.prototype.scrollListener=function(t){var e,i,s=this;this.parent.isPreventScrollAction||this.parent.isVirtualTrackHeight||(this.parent.preventSetCurrentData=!1,e=t.sentinel,i=this.parent.previousStartIndex,this.parent.viewPortInfo=this.getInfoFromView(t.direction,e,t.offset,!1),this.parent.isUpwardScrolling=!1,this.parent.previousStartIndex===i||this.parent.isKeyBoardAction?this.parent.isScrollActionTriggered&&(this.parent.isPreventKeyAction=!1,this.parent.isScrollActionTriggered=!1,e=this.parent.list.querySelectorAll(".e-virtual-list").length,i=this.parent.list.querySelector(".e-list-item"),t=t.offset.top-i.offsetHeight*e,this.parent.list.getElementsByClassName("e-virtual-ddl-content")[0].style.transform="translate(0px,"+t+"px)"):(this.parent.isScrollActionTriggered=!1,this.parent.currentPageNumber=this.parent.viewPortInfo.currentPageNumber,this.parent.virtualListInfo=G({},this.parent.viewPortInfo),this.parent.isPreventKeyAction=!0,this.parent.isVirtualScrolling=!0,setTimeout(function(){s.parent.pageCount=s.parent.getPageCount(),s.virtualScrollRefreshAsync().then(function(){s.parent.popupObj&&(s.parent.list=s.parent.popupObj.element.querySelector(".e-content")||k.select(".e-content"),s.parent.updateSelectionList(),s.parent.liCollections=s.parent.getItems()),s.parent.isKeyBoardAction=!1,s.parent.isVirtualScrolling=!1,s.parent.isPreventKeyAction=!1})},5)),this.parent.previousInfo=this.parent.viewPortInfo)},e.prototype.getInfoFromView=function(t,e,i,s){var l,n,t={direction:t,sentinelInfo:e,offsets:i,startIndex:this.parent.previousStartIndex,endIndex:this.parent.previousEndIndex},e=this.parent.popupContentElement.getBoundingClientRect().height,a=this.parent.listItemHeight,i=i.top/a,e=e/a,o=i+e,r=this.parent.virtualItemCount/4,h=this.parent.totalItemCount;return"down"===t.direction?(n=Math.round(o)-Math.round(r),(k.isNullOrUndefined(t.startIndex)||o>t.startIndex+Math.round(this.parent.virtualItemCount/2+r)&&t.endIndex!==h)&&(t.startIndex=0<=n?Math.round(n):0,t.startIndex=t.startIndex>i?Math.floor(i):t.startIndex,l=t.startIndex+this.parent.virtualItemCount,t.startIndex=l<o?Math.ceil(o)-this.parent.virtualItemCount:t.startIndex,t.endIndex=l<h?l:h,t.startIndex=h<=l?0<t.endIndex-this.parent.virtualItemCount?t.endIndex-this.parent.virtualItemCount:0:t.startIndex,t.currentPageNumber=Math.ceil(t.endIndex/this.parent.virtualItemCount))):"up"===t.direction&&t.startIndex&&t.endIndex&&i<Math.round((t.startIndex*a+r*a)/a)&&(l=Math.round(i+(e<r?r:e+e/4)),t.endIndex=l<h||"multiselect"==this.component?l:h,n=t.endIndex-this.parent.virtualItemCount,t.startIndex=0<n?n:0,t.endIndex=n<0?this.parent.virtualItemCount:t.endIndex,t.currentPageNumber=Math.ceil(t.startIndex/this.parent.virtualItemCount)),s?this.parent.scrollPreStartIndex=t.startIndex:(this.parent.previousStartIndex=t.startIndex,this.parent.startIndex=t.startIndex,this.parent.previousEndIndex=t.endIndex),t},e.prototype.virtualScrollHandler=function(t){var a=this,e="chrome"===k.Browser.info.name?200:100,o=0,r=k.debounce(t,e),h=k.debounce(t,50);return function(t){var e=t.target.scrollTop,t=t.target.scrollLeft,i=o<e&&!a.parent.isUpwardScrolling?"down":"up",s=(o=e,a.sentinelInfo[i]),l=a.parent.scrollPreStartIndex,n={top:e,left:t},n=(a.parent.list&&0<a.parent.list.querySelectorAll(".e-virtual-list").length&&(a.getInfoFromView(i,s,n,!0),a.parent.scrollPreStartIndex==l||a.parent.isPreventScrollAction||(a.parent.isScrollActionTriggered=!0,a.parent.list.querySelector(".e-virtual-ddl-content").style.transform="translate(0px,"+e+"px)")),r);(n="X"===s.axis?h:n)({direction:i,sentinel:s,offset:{top:e,left:t},focusElement:document.activeElement})}},e.prototype.destroy=function(){this.removeEventListener()},e);function e(t){var s=this;this.sentinelInfo={up:{check:function(t,e){t=t.top-s.containerElementRect.top;return e.entered=0<=t,0<=t+s.parent.listItemHeight*s.parent.virtualItemCount/2},axis:"Y"},down:{check:function(t,e){s.parent.popupContentElement.clientHeight;var i=t.bottom;return e.entered=t.bottom<=s.containerElementRect.bottom,i-s.parent.listItemHeight*s.parent.virtualItemCount/2<=s.parent.listItemHeight*s.parent.virtualItemCount/2},axis:"Y"}},this.parent=t,this.removeEventListener(),this.addEventListener()}Y=function(t,e){return(Y=Object.setPrototypeOf||({__proto__:[]}instanceof Array?function(t,e){t.__proto__=e}:function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])}))(t,e)};var Y,$,Z=function(t,e){function i(){this.constructor=t}Y(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)},i=function(t,e,i,s){var l,n=arguments.length,a=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,i,s);else for(var o=t.length-1;0<=o;o--)(l=t[o])&&(a=(n<3?l(a):3<n?l(e,i,a):l(e,i))||a);return 3<n&&a&&Object.defineProperty(e,i,a),a},tt=($=k.ChildProperty,Z(et,$),i([k.Property()],et.prototype,"text",void 0),i([k.Property()],et.prototype,"value",void 0),i([k.Property()],et.prototype,"iconCss",void 0),i([k.Property()],et.prototype,"groupBy",void 0),i([k.Property()],et.prototype,"htmlAttributes",void 0),i([k.Property()],et.prototype,"disabled",void 0),et);function et(){return null!==$&&$.apply(this,arguments)||this}var it,y={root:"e-dropdownbase",rtl:"e-rtl",content:"e-content",selected:"e-active",hover:"e-hover",noData:"e-nodata",fixedHead:"e-fixed-head",focus:"e-item-focus",li:"e-list-item",group:"e-list-group-item",disabled:"e-disabled",grouping:"e-dd-group",virtualList:"e-list-item e-virtual-list"},Z=(it=k.Component,Z(s,it),s.prototype.getPropObject=function(t,e,i){var s=new Object,l=new Object,e=(s[t]=e[t],l[t]=i[t],new Object);return e.newProperty=s,e.oldProperty=l,e},s.prototype.getValueByText=function(t,e,i){var s=null;return s=k.isNullOrUndefined(this.listData)?s:e?this.checkValueCase(t,!0,i):this.checkValueCase(t,!1,i)},s.prototype.checkValueCase=function(i,t,e,s){var l,n=this,a=null,o=(s&&(a=i),this.listData),r=this.fields,h=this.typeOfData(o).typeof;if("string"===h||"number"===h||"boolean"===h)for(var u=0,p=o;u<p.length;u++){var d=p[u];k.isNullOrUndefined(d)||(e?a=this.checkingAccent(String(d),i,t):t?this.checkIgnoreCase(String(d),i)&&(a=this.getItemValue(String(d),i,t)):this.checkNonIgnoreCase(String(d),i)&&(a=this.getItemValue(String(d),i,t,s)))}else t?o.filter(function(t){var e=k.getValue(r.value,t);!k.isNullOrUndefined(e)&&n.checkIgnoreCase(k.getValue(r.text,t).toString(),i)&&(a=k.getValue(r.value,t))}):s?(l=null,l=a,o.filter(function(t){var e=k.getValue(r.value,t);k.isNullOrUndefined(e)||k.isNullOrUndefined(a)||e.toString()!==l.toString()||(a=k.getValue(r.text,t))})):o.filter(function(t){n.checkNonIgnoreCase(k.getValue(r.text,t),i)&&(a=k.getValue(r.value,t))});return a},s.prototype.checkingAccent=function(t,e,i){var s=m.DataUtil.ignoreDiacritics(String(t)),l=m.DataUtil.ignoreDiacritics(e.toString()),n=null;return i?this.checkIgnoreCase(s,l)&&(n=this.getItemValue(String(t),e,i)):this.checkNonIgnoreCase(String(t),e)&&(n=this.getItemValue(String(t),e,i)),n},s.prototype.checkIgnoreCase=function(t,e){return String(t).toLowerCase()===e.toString().toLowerCase()},s.prototype.checkNonIgnoreCase=function(t,e){return String(t)===e.toString()},s.prototype.getItemValue=function(t,e,i,s){var l=this.listData,l=this.typeOfData(l).typeof;return s?t.toString():i?"string"===l?String(t):this.getFormattedValue(String(t)):"string"===l?e:this.getFormattedValue(e)},s.prototype.templateCompiler=function(t){var e=!1;if("function"!=typeof t&&t)try{e=!!k.selectAll(t,document).length}catch(t){e=!1}return e},s.prototype.l10nUpdate=function(t){var e="listbox"===this.getModuleName()?this.ulElement:this.list;if(!k.isNullOrUndefined(this.noRecordsTemplate)&&"No records found"!==this.noRecordsTemplate||"Request failed"!==this.actionFailureTemplate){var i=t?this.actionFailureTemplate:this.noRecordsTemplate,s=void 0,l=t?this.actionFailureTemplateId:this.noRecordsTemplateId,n=(e.innerHTML="",this.templateCompiler(i)),s="function"!=typeof i&&n?k.compile(k.select(i,document).innerHTML.trim()):k.compile(i),a=t?"actionFailureTemplate":"noRecordsTemplate",o=void 0;if((o=this.isReact&&"function"==typeof i?s({},this,a,l,this.isStringTemplate,null):s({},this,a,l,this.isStringTemplate,null,e))&&0<o.length)for(var r=0;r<o.length;r++)"listbox"===this.getModuleName()&&"noRecordsTemplate"==a?"#text"===o[r].nodeName?((h=this.createElement("li")).textContent=o[r].textContent,h.classList.add("e-list-nrt"),h.setAttribute("role","option"),e.appendChild(h)):(o[r].classList.add("e-list-nr-template"),e.appendChild(o[r])):(o[r]instanceof HTMLElement||o[r]instanceof Text)&&e.appendChild(o[r]);this.renderReactTemplates()}else{var h,n=new k.L10n(this.getLocaleName(),{},this.locale),i=(""!==n.getConstant("actionFailureTemplate")||""!==n.getConstant("noRecordsTemplate")?this.l10n=n:this.l10n=new k.L10n("listbox"===this.getModuleName()?"listbox":"mention"===this.getModuleName()?"mention":"dropdowns",{noRecordsTemplate:"No records found",actionFailureTemplate:"Request failed"},this.locale),t?this.l10n.getConstant("actionFailureTemplate"):this.l10n.getConstant("noRecordsTemplate"));"listbox"===this.getModuleName()?((h=this.createElement("li")).textContent=i,e.appendChild(h),h.classList.add("e-list-nrt"),h.setAttribute("role","option")):k.isNullOrUndefined(e)||(e.innerHTML=i)}},s.prototype.checkAndResetCache=function(){this.isVirtualizationEnabled&&(this.generatedDataObject={},this.virtualItemStartIndex=this.virtualItemEndIndex=0,this.viewPortInfo={currentPageNumber:null,direction:null,sentinelInfo:{},offsets:{},startIndex:0,endIndex:this.itemCount},this.selectedValueInfo=null)},s.prototype.updateIncrementalInfo=function(t,e){this.viewPortInfo.startIndex=t,this.viewPortInfo.endIndex=e,this.updateVirtualItemIndex(),this.isIncrementalRequest=!0,this.resetList(this.dataSource,this.fields,this.query),this.isIncrementalRequest=!1},s.prototype.updateIncrementalView=function(t,e){this.viewPortInfo.startIndex=t,this.viewPortInfo.endIndex=e,this.updateVirtualItemIndex(),this.resetList(this.dataSource,this.fields,this.query),this.UpdateSkeleton(),this.liCollections=this.list.querySelectorAll("."+y.li),this.ulElement=this.list.querySelector("ul")},s.prototype.updateVirtualItemIndex=function(){this.virtualItemStartIndex=this.viewPortInfo.startIndex,this.virtualItemEndIndex=this.viewPortInfo.endIndex,this.virtualListInfo=this.viewPortInfo},s.prototype.getFilteringSkeletonCount=function(){var t=this.skeletonCount,e=(this.getSkeletonCount(!0),this.skeletonCount=this.dataCount>2*this.itemCount?this.skeletonCount:0,!0);("autocomplete"===this.getModuleName()||"multiselect"===this.getModuleName())&&this.totalItemCount<2*this.itemCount&&(this.skeletonCount=0,e=!1),this.list.classList.contains(y.noData)||(this.skeletonCount,t!==this.skeletonCount&&e?this.UpdateSkeleton(!0,Math.abs(t-this.skeletonCount)):this.UpdateSkeleton(),this.liCollections=this.list.querySelectorAll(".e-list-item"),0<this.list.getElementsByClassName("e-virtual-ddl").length?this.list.getElementsByClassName("e-virtual-ddl")[0].style=this.GetVirtualTrackHeight():!this.list.querySelector(".e-virtual-ddl")&&0<this.skeletonCount&&this.list.querySelector(".e-dropdownbase")&&(e=this.createElement("div",{id:this.element.id+"_popup",className:"e-virtual-ddl",styles:this.GetVirtualTrackHeight()}),this.list.querySelector(".e-dropdownbase").appendChild(e)),0<this.list.getElementsByClassName("e-virtual-ddl-content").length&&(this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues()))},s.prototype.getSkeletonCount=function(t){this.virtualListHeight=null!=this.listContainerHeight?parseInt(this.listContainerHeight,10):this.virtualListHeight;var e=0<this.virtualListHeight?Math.floor(this.virtualListHeight/this.listItemHeight):0;this.skeletonCount=4*e<this.itemCount?this.itemCount:4*e,this.itemCount=t?this.itemCount:this.skeletonCount,this.virtualItemCount=this.itemCount,this.skeletonCount=Math.floor(this.skeletonCount/2)},s.prototype.GetVirtualTrackHeight=function(){var t=this.totalItemCount===this.viewPortInfo.endIndex?this.totalItemCount*this.listItemHeight-this.itemCount*this.listItemHeight:this.totalItemCount*this.listItemHeight,t="height: "+((this.isVirtualTrackHeight?0:t)-this.itemCount*this.listItemHeight)+"px;";return"autocomplete"!==this.getModuleName()&&"multiselect"!==this.getModuleName()||0!==this.skeletonCount?t:"height: 0px;"},s.prototype.getTransformValues=function(){var t=this.viewPortInfo.startIndex*this.listItemHeight;return t-=this.skeletonCount*this.listItemHeight,"transform: translate(0px, "+(t=0===this.viewPortInfo.startIndex&&this.listData&&0===this.listData.length||0===this.skeletonCount?0:t)+"px);"},s.prototype.UpdateSkeleton=function(t,e){var i=this.list.querySelector(".e-virtual-ddl-content"),s=this.list.querySelector(".e-virtual-list");if(i&&(!s||t)&&this.isVirtualizationEnabled)for(var l=t?e:this.skeletonCount,n=0;n<l;n++){var a=this.createElement("li",{className:y.virtualList,styles:"overflow: inherit"}),o=(this.isVirtualizationEnabled&&this.itemTemplate&&(a.style.height=this.listItemHeight+"px"),new U.Skeleton({shape:"Text",height:"10px",width:"95%",cssClass:"e-skeleton-text"}));o.appendTo(this.createElement("div")),a.appendChild(o.element),i.firstChild&&i.firstChild.insertBefore(a,i.firstChild.children[0])}},s.prototype.getLocaleName=function(){return"drop-down-base"},s.prototype.getTextByValue=function(t){return this.checkValueCase(t,!1,!1,!0)},s.prototype.getFormattedValue=function(t){if(this.listData&&this.listData.length){var e=void 0,e=this.properties.allowCustomValue&&this.properties.value&&this.properties.value instanceof Array&&0<this.properties.value.length?this.typeOfData(this.properties.value):this.typeOfData(this.listData);if("number"==typeof k.getValue(this.fields.value||"value",e.item)||"number"===e.typeof)return parseFloat(t);if("boolean"==typeof k.getValue(this.fields.value||"value",e.item)||"boolean"===e.typeof)return"true"===t||""+t=="true"}return t},s.prototype.setEnableRtl=function(){k.isNullOrUndefined(this.enableRtlElements)||(this.list&&this.enableRtlElements.push(this.list),this.enableRtl?k.addClass(this.enableRtlElements,y.rtl):k.removeClass(this.enableRtlElements,y.rtl))},s.prototype.initialize=function(t){var e;this.bindEvent=!0,this.preventPopupOpen=!0,this.actionFailureTemplateId=this.element.id+"ActionFailureTemplate","UL"===this.element.tagName?(e=x.ListBase.createJsonFromElement(this.element),this.setProperties({fields:{text:"text",value:"text"}},!0),this.resetList(e,this.fields)):"SELECT"===this.element.tagName?(this.dataSource instanceof Array?0<this.dataSource.length:!k.isNullOrUndefined(this.dataSource))?this.isDynamicDataChange&&this.setListData(this.dataSource,this.fields,this.query):this.renderItemsBySelect():this.setListData(this.dataSource,this.fields,this.query,t)},s.prototype.getPersistData=function(){return this.addOnPersist([])},s.prototype.updateDataAttribute=function(t){for(var e=["class","style","id","type","aria-expanded","aria-autocomplete","aria-readonly"],i={},s=0;s<this.element.attributes.length;s++)-1!==e.indexOf(this.element.attributes[s].name)||"dropdownlist"===this.getModuleName()&&"readonly"===this.element.attributes[s].name||(i[this.element.attributes[s].name]=this.element.getAttribute(this.element.attributes[s].name));k.extend(i,t,i),this.setProperties({htmlAttributes:i},!0)},s.prototype.renderItemsBySelect=function(){var t=this.element,e={value:"value",text:"text"},i=[],s=t.querySelectorAll("select>optgroup"),l=t.querySelectorAll("select>option");if(this.getJSONfromOption(i,l,e),s.length){for(var n=0;n<s.length;n++){var a=s[n],o={},a=(o[e.text]=a.label,o.isHeader=!0,a.querySelectorAll("option"));i.push(o),this.getJSONfromOption(i,a,e)}t.querySelectorAll("select>option")}this.updateFields(e.text,e.value,this.fields.groupBy,this.fields.htmlAttributes,this.fields.iconCss,this.fields.disabled),this.resetList(i,e)},s.prototype.updateFields=function(t,e,i,s,l,n){t={fields:{text:t,value:e,groupBy:k.isNullOrUndefined(i)?this.fields&&this.fields.groupBy:i,htmlAttributes:k.isNullOrUndefined(s)?this.fields&&this.fields.htmlAttributes:s,iconCss:k.isNullOrUndefined(l)?this.fields&&this.fields.iconCss:l,disabled:k.isNullOrUndefined(n)?this.fields&&this.fields.disabled:n}};this.setProperties(t,!0)},s.prototype.getJSONfromOption=function(t,e,i){for(var s=0,l=e;s<l.length;s++){var n=l[s],a={};a[i.text]=n.innerText,a[i.value]=k.isNullOrUndefined(n.getAttribute(i.value))?n.innerText:n.getAttribute(i.value),t.push(a)}},s.prototype.preRender=function(){this.scrollTimer=-1,this.enableRtlElements=[],this.isRequested=!1,this.isDataFetched=!1,this.itemTemplateId=this.element.id+"ItemTemplate",this.displayTemplateId=this.element.id+"DisplayTemplate",this.spinnerTemplateId=this.element.id+"SpinnerTemplate",this.valueTemplateId=this.element.id+"ValueTemplate",this.groupTemplateId=this.element.id+"GroupTemplate",this.headerTemplateId=this.element.id+"HeaderTemplate",this.footerTemplateId=this.element.id+"FooterTemplate",this.noRecordsTemplateId=this.element.id+"NoRecordsTemplate"},s.prototype.setListData=function(r,h,u,p){var d,c=this,t=(h=h||this.fields,{cancel:!(this.isActive=!0),data:r,query:u});this.isPreventChange=!(!this.isAngular||!this.preventChange)||this.isPreventChange,this.isRequesting||this.trigger("actionBegin",t,function(l){if(!l.cancel)if(c.isRequesting=!0,c.showSpinner(),r instanceof m.DataManager){var n=!(c.isRequested=!0);c.isDataFetched?c.emptyDataRequest(h):l.data.executeQuery(c.getQuery(l.query)).then(function(t){c.isPreventChange=!(!c.isAngular||!c.preventChange)||c.isPreventChange;var e=!0;if(!c.virtualSelectAll){for(var i=c.getQuery(l.query),s=0;s<i.queries.length;s++)"onWhere"===i.queries[s].fn&&(n=!0);if(c.isVirtualizationEnabled&&0!=t.count&&t.count<2*c.itemCount){if(i)for(s=0;s<i.queries.length;s++)"onTake"===i.queries[s].fn&&(i.queries[s].e.nos=t.count),"multiselect"!==c.getModuleName()||"or"!=i.queries[s].e.condition&&"equal"!=i.queries[s].e.operator||(e=!1)}else if(c.isVirtualTrackHeight=!1,i)for(s=0;s<i.queries.length;s++)"multiselect"===c.getModuleName()&&(i.queries[s].e&&"or"==i.queries[s].e.condition||i.queries[s].e&&"equal"==i.queries[s].e.operator)&&(e=!1)}e&&(c.dataCount=c.totalItemCount=t.count),c.trigger("actionComplete",t,function(t){var e;t.cancel||(c.isRequesting=!1,e=t.result,c.isIncrementalRequest?d=c.renderItems(e,h):((!c.isVirtualizationEnabled&&0===e.length||c.isVirtualizationEnabled&&0===e.length&&!n)&&(c.isDataFetched=!0),n||(c.remoteDataCount=t.count),c.dataCount=c.virtualSelectAll?c.dataCount:t.count,c.totalItemCount=c.virtualSelectAll?c.totalItemCount:t.count,d=c.renderItems(e,h),c.appendUncheckList=!1,c.onActionComplete(d,e,t),c.groupTemplate&&c.renderGroupTemplate(d),c.isRequested=!1,c.bindChildItems(e,d,h,t),c.getInitialData?(c.setListData(r,h,u,p),c.getInitialData=!1,c.preventPopupOpen=!1):(c.isVirtualizationEnabled&&c.setCurrentView&&c.notify("setCurrentViewDataAsync",{module:"VirtualScroll"}),null!=c.keyboardEvent&&c.handleVirtualKeyboardActions(c.keyboardEvent,c.pageCount),c.isVirtualizationEnabled&&c.getFilteringSkeletonCount(),c.virtualSelectAll&&c.virtualSelectAllData&&(c.virtualSelectionAll(c.virtualSelectAllState,c.liCollections,c.CurrentEvent),c.virtualSelectAllState=!1,c.CurrentEvent=null,c.virtualSelectAll=!1))))})}).catch(function(t){c.isRequested=!1,c.isRequesting=!1,c.onActionFailure(t),c.hideSpinner()})}else{var t=!(c.isRequesting=!1),e=void 0,i=(c.isVirtualizationEnabled&&!c.virtualGroupDataSource&&c.fields.groupBy&&(o=new m.DataManager(c.dataSource).executeLocal((new m.Query).group(c.fields.groupBy)),c.virtualGroupDataSource=o.records),c.isVirtualizationEnabled&&c.virtualGroupDataSource&&!c.isCustomDataUpdated?new m.DataManager(c.virtualGroupDataSource):new m.DataManager(l.data)),e=c.getQuery(l.query).executeLocal(i);if(!c.virtualSelectAll){var s=c.getQuery(l.query);if(c.isVirtualizationEnabled&&0!=e.count&&e.count<2*c.itemCount){if(s){for(var a=0;a<s.queries.length;a++)"onTake"===s.queries[a].fn&&(s.queries[a].e.nos=e.count,e=s.executeLocal(i)),"multiselect"!==c.getModuleName()||"or"!=s.queries[a].e.condition&&"equal"!=s.queries[a].e.operator||(t=!1);t&&(e=s.executeLocal(i),c.isVirtualTrackHeight=!(c.dataSource instanceof m.DataManager||c.isCustomDataUpdated))}}else if(c.isVirtualTrackHeight=!1,s)for(a=0;a<s.queries.length;a++)"multiselect"===c.getModuleName()&&(s.queries[a].e&&"or"==s.queries[a].e.condition||s.queries[a].e&&"equal"==s.queries[a].e.operator)&&(t=!1)}!t||c.dataSource instanceof m.DataManager||c.isCustomDataUpdated||c.virtualSelectAll||(c.dataCount=c.totalItemCount=c.virtualSelectAll?e.length:e.count);var o={cancel:!1,result:e=c.isVirtualizationEnabled?e.result:e};c.isPreventChange=!(!c.isAngular||!c.preventChange)||c.isPreventChange,c.trigger("actionComplete",o,function(t){c.isIncrementalRequest?d=c.renderItems(t.result,h):t.cancel||(d=c.renderItems(t.result,h),c.onActionComplete(d,t.result,p),c.groupTemplate&&c.renderGroupTemplate(d),c.bindChildItems(t.result,d,h),c.getInitialData?(c.getInitialData=!1,c.preventPopupOpen=!1):setTimeout(function(){"multiselect"===c.getModuleName()&&null!=c.itemTemplate&&0<d.childElementCount&&(0<d.children[0].childElementCount||c.fields.groupBy&&d.children[1]&&0<d.children[1].childElementCount)&&c.updateDataList()}))})}})},s.prototype.handleVirtualKeyboardActions=function(t,e){},s.prototype.updatePopupState=function(){},s.prototype.virtualSelectionAll=function(t,e,i){},s.prototype.updateRemoteData=function(){this.setListData(this.dataSource,this.fields,this.query)},s.prototype.bindChildItems=function(e,i,s,l){var n=this;100<=e.length&&"autocomplete"===this.getModuleName()?setTimeout(function(){var t=n.remainingItems(n.sortedData,s);k.append(t,i),n.liCollections=n.list.querySelectorAll("."+y.li),n.updateListValues(),n.raiseDataBound(e,l)},0):this.raiseDataBound(e,l)},s.prototype.isObjectInArray=function(i,t){return t.some(function(e){return Object.keys(i).every(function(t){return e.hasOwnProperty(t)&&e[t]===i[t]})})},s.prototype.updateListValues=function(){},s.prototype.findListElement=function(t,e,i,s){var l=null;if(t)for(var n=[].slice.call(t.querySelectorAll(e)),a=0;a<n.length;a++)if(n[a].getAttribute(i)===s+""){l=n[a];break}return l},s.prototype.raiseDataBound=function(t,e){this.hideSpinner(),this.trigger("dataBound",{items:t,e:e})},s.prototype.remainingItems=function(t,e){var i,t=new m.DataManager(t).executeLocal((new m.Query).skip(100));return this.itemTemplate?(i=this.templateListItem(t,e),[].slice.call(i.childNodes)):"string"===(i=this.typeOfData(t).typeof)||"number"===i||"boolean"===i?x.ListBase.createListItemFromArray(this.createElement,t,!0,this.listOption(t,e),this):x.ListBase.createListItemFromJson(this.createElement,t,this.listOption(t,e),1,!0,this)},s.prototype.emptyDataRequest=function(t){var e=[];this.onActionComplete(this.renderItems(e,t),e),this.isRequested=!1,this.isRequesting=!1,this.hideSpinner()},s.prototype.showSpinner=function(){},s.prototype.hideSpinner=function(){},s.prototype.onActionFailure=function(t){this.liCollections=[],this.trigger("actionFailure",t),this.l10nUpdate(!0),k.isNullOrUndefined(this.list)||k.addClass([this.list],y.noData)},s.prototype.onActionComplete=function(t,e,i){if(this.listData=e,!this.isVirtualizationEnabled||this.isCustomDataUpdated||this.virtualSelectAll||this.notify("setGeneratedData",{module:"VirtualScroll"}),"listbox"!==this.getModuleName()&&t.setAttribute("tabindex","0"),this.isReact&&this.clearTemplate(["itemTemplate","groupTemplate","actionFailureTemplate","noRecordsTemplate"]),this.isVirtualizationEnabled||(this.fixedHeaderElement=k.isNullOrUndefined(this.fixedHeaderElement)?this.fixedHeaderElement:null),"multiselect"===this.getModuleName()&&this.properties.allowCustomValue&&this.fields.groupBy)for(var s=0;s<t.childElementCount;s++)t.children[s].classList.contains("e-list-group-item")&&(k.isNullOrUndefined(t.children[s].innerHTML)||""==t.children[s].innerHTML)&&k.addClass([t.children[s]],"e-hide-group-header"),t.children[0].classList.contains("e-hide-group-header")&&k.setStyleAttribute(t.children[1],{zIndex:11});k.isNullOrUndefined(this.list)||this.isVirtualizationEnabled||(this.list.innerHTML="",this.list.appendChild(t),this.liCollections=this.list.querySelectorAll("."+y.li),this.ulElement=this.list.querySelector("ul"),this.postRender(this.list,e,this.bindEvent))},s.prototype.postRender=function(t,e,i){if(this.fields.disabled)for(var s=t.querySelectorAll("."+y.li),l=0;l<s.length;l++)JSON.parse(JSON.stringify(this.listData[l]))[this.fields.disabled]&&this.disableListItem(s[l]);var n=this.fields.disabled?t.querySelector("."+y.li+":not(.e-disabled"):t.querySelector("."+y.li),a=t.querySelector("."+y.selected);n&&!a&&n.classList.add(y.focus),e.length<=0?(this.l10nUpdate(),k.addClass([t],y.noData)):t.classList.remove(y.noData)},s.prototype.getQuery=function(t){return t||this.query||new m.Query},s.prototype.updateVirtualizationProperties=function(t,e,i){this.isVirtualizationEnabled=!0,this.virtualizedItemsCount=t,this.isAllowFiltering=e,this.isCheckBoxSelection=i},s.prototype.renderGroupTemplate=function(t){if(null!==this.fields.groupBy&&this.dataSource||this.element.querySelector("."+y.group)){var e,i=this.dataSource,s={groupTemplateID:this.groupTemplateId,isStringTemplate:this.isStringTemplate},t=t.querySelectorAll("."+y.group),l=this.templateCompiler(this.groupTemplate);if(e="function"!=typeof this.groupTemplate&&l?(l=k.select(this.groupTemplate,document).innerHTML.trim(),x.ListBase.renderGroupTemplate(l,i,this.fields.properties,t,s,this)):x.ListBase.renderGroupTemplate(this.groupTemplate,i,this.fields.properties,t,s,this),this.isGroupChecking)for(var n=0;n<e.length;n++)this.notify("addItem",{module:"CheckBoxSelection",item:e[n]});this.renderReactTemplates()}},s.prototype.createListItems=function(t,e){var i;return t?(e.groupBy||this.element.querySelector("optgroup")?(e.groupBy&&("None"!==this.sortOrder&&(t=this.getSortedDataSource(t)),t=x.ListBase.groupDataSource(t,e.properties,this.sortOrder)),k.addClass([this.list],y.grouping)):t=this.getSortedDataSource(t),e=this.listOption(t,e),i=100<t.length?new m.DataManager(t).executeLocal((new m.Query).take(100)):t,this.sortedData=t,x.ListBase.createList(this.createElement,"autocomplete"===this.getModuleName()?i:t,e,!0,this)):null},s.prototype.listOption=function(t,e){var i=!k.isNullOrUndefined(e.iconCss),s=k.isNullOrUndefined(e.properties)?e:e.properties,s=null!==e.text||null!==e.value?{fields:s,showIcon:i,ariaAttributes:{groupItemRole:"presentation"}}:{fields:{value:"text"}};return k.extend({},s,e,!0)},s.prototype.setFloatingHeader=function(t){k.isNullOrUndefined(this.list)||this.list.classList.contains(y.noData)||(k.isNullOrUndefined(this.fixedHeaderElement)&&(this.fixedHeaderElement=this.createElement("div",{className:y.fixedHead}),k.isNullOrUndefined(this.list)||this.list.querySelector("li").classList.contains(y.group)||(this.fixedHeaderElement.style.display="none"),k.isNullOrUndefined(this.fixedHeaderElement)||k.isNullOrUndefined(this.list)||k.prepend([this.fixedHeaderElement],this.list),this.setFixedHeader()),k.isNullOrUndefined(this.fixedHeaderElement)||"0"!==this.fixedHeaderElement.style.zIndex||this.setFixedHeader(),this.scrollStop(t))},s.prototype.scrollStop=function(t,e){for(var i=k.isNullOrUndefined(t)?this.list:t.target,t=parseInt(getComputedStyle(this.getValidLi(),null).getPropertyValue("height"),10),t=Math.round(i.scrollTop/t),s=this.list.querySelectorAll("li:not(.e-hide-listitem)"),l=this.list.querySelectorAll(".e-virtual-list").length,n=t;-1<n;n--){var a=this.isVirtualizationEnabled?n+l:n;if(this.isVirtualizationEnabled){if(this.fixedHeaderElement&&this.updateGroupHeader(a,s,i))break;!e||!k.isNullOrUndefined(s[a])&&s[a].classList.contains(y.selected)&&"autocomplete"!==this.getModuleName()||!k.isNullOrUndefined(s[a])&&s[a].classList.contains(y.focus)&&this.getModuleName()}else if(this.updateGroupHeader(a,s,i))break}},s.prototype.getPageCount=function(t){var e=this.list.classList.contains(y.noData)?null:getComputedStyle(this.getItems()[0],null).getPropertyValue("height"),e=Math.round(this.list.getBoundingClientRect().height/parseInt(e,10));return t?e:Math.round(e)},s.prototype.updateGroupHeader=function(t,e,i){return!k.isNullOrUndefined(e[t])&&e[t].classList.contains(y.group)?(this.updateGroupFixedHeader(e[t],i),!0):(this.fixedHeaderElement.style.display="none",!(this.fixedHeaderElement.style.top="none"))},s.prototype.updateGroupFixedHeader=function(t,e){this.fixedHeaderElement&&(k.isNullOrUndefined(t.innerHTML)||(this.fixedHeaderElement.innerHTML=t.innerHTML),this.fixedHeaderElement.style.position="fixed",this.fixedHeaderElement.style.top=this.list.parentElement.offsetTop+this.list.offsetTop-window.scrollY+"px",this.fixedHeaderElement.style.display="block")},s.prototype.getValidLi=function(){return this.isVirtualizationEnabled&&this.liCollections[0].classList.contains("e-virtual-list")?this.liCollections[this.skeletonCount]:this.liCollections[0]},s.prototype.renderItems=function(t,e,i){if(this.itemTemplate&&t){var s,l,n=(n=t)&&e.groupBy?("None"!==this.sortOrder&&(n=this.getSortedDataSource(n)),x.ListBase.groupDataSource(n,e.properties,this.sortOrder)):this.getSortedDataSource(n),a=100<(this.sortedData=n).length?new m.DataManager(n).executeLocal((new m.Query).take(100)):n,a=this.templateListItem("autocomplete"===this.getModuleName()?a:n,e);this.isVirtualizationEnabled&&(s=this.list.querySelector(".e-list-parent"),l=this.list.querySelector(".e-virtual-ddl-content"),t.length>=this.virtualizedItemsCount&&s&&l||s&&l&&this.isAllowFiltering||s&&l&&"autocomplete"===this.getModuleName()?(l.replaceChild(a,s),n=this.list.querySelectorAll(".e-reorder"),this.list.querySelector(".e-virtual-ddl-content")&&n&&0<n.length&&!i&&this.list.querySelector(".e-virtual-ddl-content").removeChild(n[0]),this.updateListElements(t)):l||(this.list.innerHTML="",this.createVirtualContent(),this.list.querySelector(".e-virtual-ddl-content").appendChild(a),this.updateListElements(t)))}else{if("multiselect"===this.getModuleName()&&this.virtualSelectAll&&(t=(this.virtualSelectAllData=t).slice(this.virtualItemStartIndex,this.virtualItemEndIndex)),a=this.createListItems(t,e),this.isIncrementalRequest)return this.incrementalLiCollections=a.querySelectorAll("."+y.li),this.incrementalUlElement=a,this.incrementalListData=t,a;this.isVirtualizationEnabled&&(s=this.list.querySelector(".e-list-parent:not(.e-reorder)"),l=this.list.querySelector(".e-virtual-ddl-content"),!s&&this.list.querySelector(".e-list-parent.e-reorder")&&(s=this.list.querySelector(".e-list-parent.e-reorder")),t.length>=this.virtualizedItemsCount&&s&&l||s&&l&&this.isAllowFiltering||s&&l&&("autocomplete"===this.getModuleName()||"multiselect"===this.getModuleName())?(this.appendUncheckList?l.appendChild(a):l.replaceChild(a,s),this.updateListElements(t)):l&&l.firstChild||(this.list.innerHTML="",this.createVirtualContent(),this.list.querySelector(".e-virtual-ddl-content").appendChild(a),this.updateListElements(t)))}return a},s.prototype.createVirtualContent=function(){this.list.querySelector(".e-virtual-ddl-content")||this.list.appendChild(this.createElement("div",{className:"e-virtual-ddl-content"}))},s.prototype.updateListElements=function(t){this.liCollections=this.list.querySelectorAll("."+y.li),this.ulElement=this.list.querySelector("ul"),this.listData=t,this.postRender(this.list,t,this.bindEvent)},s.prototype.templateListItem=function(t,e){var i=this.listOption(t,e),s=(i.templateID=this.itemTemplateId,i.isStringTemplate=this.isStringTemplate,this.templateCompiler(this.itemTemplate));return"function"!=typeof this.itemTemplate&&s?(s=k.select(this.itemTemplate,document).innerHTML.trim(),x.ListBase.renderContentTemplate(this.createElement,s,t,e.properties,i,this)):x.ListBase.renderContentTemplate(this.createElement,this.itemTemplate,t,e.properties,i,this)},s.prototype.typeOfData=function(t){for(var e={typeof:null,item:null},i=0;!k.isNullOrUndefined(t)&&i<t.length;i++)if(!k.isNullOrUndefined(t[i])&&!("string"==typeof t[i]||"number"==typeof t[i]||"boolean"==typeof t[i]?k.isNullOrUndefined(t[i]):k.isNullOrUndefined(k.getValue(this.fields.value||"value",t[i]))))return{typeof:typeof t[i],item:t[i]};return e},s.prototype.setFixedHeader=function(){k.isNullOrUndefined(this.list)||(this.list.parentElement.style.display="block");var t=0,t=(this.list&&this.list.parentElement&&(t=parseInt(document.defaultView.getComputedStyle(this.list.parentElement,null).getPropertyValue("border-width"),10),isNaN(t))&&(t=parseInt(document.defaultView.getComputedStyle(this.list.parentElement,null).getPropertyValue("border-top-width"),10)+parseInt(document.defaultView.getComputedStyle(this.list.parentElement,null).getPropertyValue("border-bottom-width"),10)+parseInt(document.defaultView.getComputedStyle(this.list.parentElement,null).getPropertyValue("border-left-width"),10)+parseInt(document.defaultView.getComputedStyle(this.list.parentElement,null).getPropertyValue("border-right-width"),10)),k.isNullOrUndefined(this.liCollections)||(t=this.getValidLi().offsetWidth-t,this.fixedHeaderElement.style.width=t.toString()+"px"),k.setStyleAttribute(this.fixedHeaderElement,{zIndex:10}),this.ulElement.querySelector("."+y.group+":not(.e-hide-listitem)"));this.fixedHeaderElement.innerHTML=t.innerHTML},s.prototype.getSortedDataSource=function(t){var e;return t&&"None"!==this.sortOrder&&(e=this.fields.text||"text","string"!==this.typeOfData(t).typeof&&"number"!==this.typeOfData(t).typeof&&"boolean"!==this.typeOfData(t).typeof||(e=""),t=x.ListBase.getDataSource(t,x.ListBase.addSorting(this.sortOrder,e))),t},s.prototype.getIndexByValue=function(t){for(var e,i=[],i=this.fields.disabled&&"multiselect"===this.getModuleName()&&this.liCollections?this.liCollections:this.getItems(),s=0;s<i.length;s++)if(!k.isNullOrUndefined(t)&&i[s].getAttribute("data-value")===t.toString()){e=s;break}return e},s.prototype.getIndexByValueFilter=function(t,e){var i;if(!e)return null;var s=e.querySelectorAll("li:not(.e-list-group-item)");if(s)for(var l=0;l<s.length;l++)if(!k.isNullOrUndefined(t)&&s[l].getAttribute("data-value")===t.toString()){i=l;break}return i},s.prototype.dispatchEvent=function(t,e){var i=document.createEvent("HTMLEvents");i.initEvent(e,!1,!0),t&&t.dispatchEvent(i)},s.prototype.setFields=function(){this.fields.value&&!this.fields.text?this.updateFields(this.fields.value,this.fields.value):!this.fields.value&&this.fields.text?this.updateFields(this.fields.text,this.fields.text):this.fields.value||this.fields.text||this.updateFields("text","text")},s.prototype.resetList=function(t,e,i,s){this.list&&(("SELECT"===this.element.tagName&&0<this.element.options.length||"UL"===this.element.tagName&&0<this.element.childNodes.length)&&!(t instanceof Array?0<t.length:!k.isNullOrUndefined(t))&&this.selectData&&0<this.selectData.length&&(t=this.selectData),t="combobox"===this.getModuleName()&&this.selectData&&t instanceof Array&&t.length<this.selectData.length&&this.addedNewItem?this.selectData:t,this.addedNewItem=!1,this.setListData(t,e,i,s))},s.prototype.updateSelectElementData=function(t){(t||this.isVirtualizationEnabled)&&k.isNullOrUndefined(this.selectData)&&this.listData&&0<this.listData.length&&(this.selectData=this.listData)},s.prototype.updateSelection=function(){},s.prototype.renderList=function(){this.render()},s.prototype.updateDataSource=function(t,e){this.resetList(this.dataSource),this.totalItemCount=this.dataSource instanceof m.DataManager?this.dataSource.dataSource.json.length:0},s.prototype.setUpdateInitial=function(t,e,i){this.isDataFetched=!1;for(var s={},l=0;t.length>l;l++)e[t[l]]&&"fields"===t[l]?(this.setFields(),s[t[l]]=e[t[l]]):e[t[l]]&&(s[t[l]]=e[t[l]]);0<Object.keys(s).length&&(-1===Object.keys(s).indexOf("dataSource")&&(s.dataSource=this.dataSource),this.updateDataSource(s,i))},s.prototype.onPropertyChanged=function(t,e){"dropdownbase"===this.getModuleName()&&this.setUpdateInitial(["fields","query","dataSource"],t),this.setUpdateInitial(["sortOrder","itemTemplate"],t);for(var i,s=0,l=Object.keys(t);s<l.length;s++)switch(l[s]){case"query":case"sortOrder":case"dataSource":case"itemTemplate":break;case"enableRtl":this.setEnableRtl();break;case"groupTemplate":this.renderGroupTemplate(this.list),this.ulElement&&this.fixedHeaderElement&&(i=this.ulElement.querySelector("."+y.group),this.fixedHeaderElement.innerHTML=i.innerHTML);break;case"locale":this.list&&!k.isNullOrUndefined(this.liCollections)&&0===this.liCollections.length&&this.l10nUpdate();break;case"zIndex":this.setProperties({zIndex:t.zIndex},!0),this.setZIndex()}},s.prototype.render=function(t,e){"listbox"===this.getModuleName()?this.list=this.createElement("div",{className:y.content,attrs:{tabindex:"0"}}):this.list=this.createElement("div",{className:y.content}),this.list.classList.add(y.root),this.setFields();this.rippleFun=k.rippleEffect(this.list,{duration:300,selector:"."+y.li});var i=this.element.querySelector("select>optgroup");!this.fields.groupBy&&k.isNullOrUndefined(i)||this.isGroupChecking||(k.EventHandler.add(this.list,"scroll",this.setFloatingHeader,this),k.EventHandler.add(document,"scroll",this.updateGroupFixedHeader,this)),"dropdownbase"===this.getModuleName()&&(this.element.getAttribute("tabindex")&&this.list.setAttribute("tabindex",this.element.getAttribute("tabindex")),k.removeClass([this.element],y.root),this.element.style.display="none",i=this.createElement("div"),this.element.parentElement.insertBefore(i,this.element),i.appendChild(this.element),i.appendChild(this.list)),this.setEnableRtl(),e||this.initialize(t)},s.prototype.removeScrollEvent=function(){this.list&&k.EventHandler.remove(this.list,"scroll",this.setFloatingHeader)},s.prototype.getModuleName=function(){return"dropdownbase"},s.prototype.getItems=function(){return this.ulElement.querySelectorAll("."+y.li)},s.prototype.addItem=function(t,e){this.list&&(this.list.textContent!==this.noRecordsTemplate||"listbox"===this.getModuleName())||this.renderList(),"None"!==this.sortOrder&&k.isNullOrUndefined(e)&&((s=[].slice.call(this.listData)).push(t),s=this.getSortedDataSource(s),e=(this.fields.groupBy?s=x.ListBase.groupDataSource(s,this.fields.properties,this.sortOrder):s).indexOf(t));for(var i,s=this.getItems().length,l=0===s,n=this.list.querySelector("."+y.selected),a=(t=t instanceof Array?t:[t],i=k.isNullOrUndefined(e)||e<0||s-1<e?s:e,this.fields),o=(t&&a.groupBy&&(t=x.ListBase.groupDataSource(t,a.properties)),[]),r=0;r<t.length;r++){var h,u=t[r],p=u.isHeader,d=this.createElement("li",{className:p?y.group:y.li,id:"option-add-"+r}),c=u instanceof Object?k.getValue(a.text,u):u;p&&(d.innerText=c),this.itemTemplate&&!p?(h=this.templateCompiler(this.itemTemplate),(h=("function"!=typeof this.itemTemplate&&h?k.compile(k.select(this.itemTemplate,document).innerHTML.trim()):k.compile(this.itemTemplate))(u,this,"itemTemplate",this.itemTemplateId,this.isStringTemplate,null,d))&&k.append(h,d)):p||d.appendChild(document.createTextNode(c)),d.setAttribute("data-value",u instanceof Object?k.getValue(a.value,u):u),d.setAttribute("role","option"),this.notify("addItem",{module:"CheckBoxSelection",item:d}),o.push(d),"listbox"===this.getModuleName()?(u.disabled&&d.classList.add("e-disabled"),this.listData.splice(l?this.listData.length:i,0,u),this.listData.length!==this.sortedData.length&&(this.sortedData=this.listData)):this.listData.push(u),"None"===this.sortOrder&&k.isNullOrUndefined(e)&&0===i&&(i=null),"listbox"===this.getModuleName()?(this.updateActionCompleteData(d,u,l?null:i),l=!0):this.updateActionCompleteData(d,u,i),this.trigger("beforeItemRender",{element:d,item:u})}if(0===s&&k.isNullOrUndefined(this.list.querySelector("ul")))k.isNullOrUndefined(this.list)||(this.list.innerHTML="",this.list.classList.remove(y.noData),this.isAddNewItemTemplate=!0,k.isNullOrUndefined(this.ulElement))||this.list.appendChild(this.ulElement),this.liCollections=o,k.isNullOrUndefined(o)||k.isNullOrUndefined(this.ulElement)||k.append(o,this.ulElement),this.updateAddItemList(this.list,s);else{"listbox"===this.getModuleName()&&0===s&&(this.ulElement.innerHTML="");for(var m=[],r=0;r<t.length;r++){for(var f=this.ulElement.querySelectorAll(".e-list-group-item"),v=0;v<f.length;v++)m[v]=f[v].innerText;if(-1<m.indexOf(o[r].innerText)&&a.groupBy){for(v=0;v<f.length;v++)if(m[v]===o[r].innerText){"None"===this.sortOrder?this.ulElement.insertBefore(o[r+1],f[v+1]):this.ulElement.insertBefore(o[r+1],this.ulElement.childNodes[e]),r+=1;break}}else this.liCollections[i]&&this.liCollections[i].parentNode?this.liCollections[i].parentNode.insertBefore(o[r],this.liCollections[i]):this.ulElement.appendChild(o[r]);var g=[].slice.call(this.liCollections);g.splice(i,0,o[r]),this.liCollections=g,i+=1,"multiselect"===this.getModuleName()&&this.updateDataList()}}"listbox"===this.getModuleName()&&this.isReact&&this.renderReactTemplates(),!n&&0!==e||this.updateSelection(),this.addedNewItem=!0},s.prototype.isDisabledElement=function(t){return!(!t||!t.classList.contains("e-disabled"))},s.prototype.isDisabledItemByIndex=function(t){return!(!this.fields.disabled||!this.liCollections)&&this.isDisabledElement(this.liCollections[t])},s.prototype.disableListItem=function(t){t.classList.add("e-disabled"),t.setAttribute("aria-disabled","true"),t.setAttribute("aria-selected","false")},s.prototype.validationAttribute=function(t,e){for(var i,s=t.getAttribute("name")?t.getAttribute("name"):t.getAttribute("id"),l=(e.setAttribute("name",s),t.removeAttribute("name"),["required","aria-required","form"]),n=0;n<l.length;n++)t.getAttribute(l[n])&&(i=t.getAttribute(l[n]),e.setAttribute(l[n],i),t.removeAttribute(l[n]))},s.prototype.setZIndex=function(){},s.prototype.updateActionCompleteData=function(t,e,i){},s.prototype.updateAddItemList=function(t,e){},s.prototype.updateDataList=function(){},s.prototype.getDataByValue=function(t){if(!k.isNullOrUndefined(this.listData)){var e=this.typeOfData(this.listData).typeof;if("string"===e||"number"===e||"boolean"===e)for(var i=0,s=this.listData;i<s.length;i++){var l=s[i];if(!k.isNullOrUndefined(l)&&l===t)return l}else for(var n=0,a=this.listData;n<a.length;n++){l=a[n];if(!k.isNullOrUndefined(l)&&k.getValue(this.fields.value||"value",l)===t)return l}}return null},s.prototype.destroy=function(){document&&(k.EventHandler.remove(document,"scroll",this.updateGroupFixedHeader),document.body.contains(this.list))&&(k.EventHandler.remove(this.list,"scroll",this.setFloatingHeader),k.isNullOrUndefined(this.rippleFun)||this.rippleFun(),k.detach(this.list)),this.liCollections=null,this.ulElement=null,this.list=null,this.enableRtlElements=null,this.rippleFun=null,it.prototype.destroy.call(this)},i([k.Complex({text:null,value:null,iconCss:null,groupBy:null,disabled:null},tt)],s.prototype,"fields",void 0),i([k.Property(null)],s.prototype,"itemTemplate",void 0),i([k.Property(null)],s.prototype,"groupTemplate",void 0),i([k.Property("No records found")],s.prototype,"noRecordsTemplate",void 0),i([k.Property("Request failed")],s.prototype,"actionFailureTemplate",void 0),i([k.Property("None")],s.prototype,"sortOrder",void 0),i([k.Property([])],s.prototype,"dataSource",void 0),i([k.Property(null)],s.prototype,"query",void 0),i([k.Property("StartsWith")],s.prototype,"filterType",void 0),i([k.Property(!0)],s.prototype,"ignoreCase",void 0),i([k.Property(1e3)],s.prototype,"zIndex",void 0),i([k.Property(!1)],s.prototype,"ignoreAccent",void 0),i([k.Property()],s.prototype,"locale",void 0),i([k.Event()],s.prototype,"actionBegin",void 0),i([k.Event()],s.prototype,"actionComplete",void 0),i([k.Event()],s.prototype,"actionFailure",void 0),i([k.Event()],s.prototype,"select",void 0),i([k.Event()],s.prototype,"dataBound",void 0),i([k.Event()],s.prototype,"created",void 0),i([k.Event()],s.prototype,"destroyed",void 0),i([k.NotifyPropertyChanges],s));function s(t,e){t=it.call(this,t,e)||this;return t.preventChange=!1,t.isPreventChange=!1,t.isDynamicDataChange=!1,t.addedNewItem=!1,t.isAddNewItemTemplate=!1,t.isRequesting=!1,t.isVirtualizationEnabled=!1,t.isCustomDataUpdated=!1,t.isAllowFiltering=!1,t.virtualizedItemsCount=0,t.isCheckBoxSelection=!1,t.totalItemCount=0,t.dataCount=0,t.remoteDataCount=-1,t.isRemoteDataUpdated=!1,t.isIncrementalRequest=!1,t.itemCount=30,t.virtualListHeight=0,t.isVirtualScrolling=!1,t.isPreventScrollAction=!1,t.scrollPreStartIndex=0,t.isScrollActionTriggered=!1,t.previousStartIndex=0,t.isMouseScrollAction=!1,t.isKeyBoardAction=!1,t.isScrollChanged=!1,t.isUpwardScrolling=!1,t.startIndex=0,t.currentPageNumber=0,t.pageCount=0,t.isPreventKeyAction=!1,t.generatedDataObject={},t.skeletonCount=32,t.isVirtualTrackHeight=!1,t.virtualSelectAll=!1,t.incrementalQueryString="",t.incrementalEndIndex=0,t.incrementalStartIndex=0,t.incrementalPreQueryString="",t.isObjectCustomValue=!1,t.appendUncheckList=!1,t.getInitialData=!1,t.preventPopupOpen=!0,t.virtualSelectAllState=!1,t.CurrentEvent=null,t.virtualListInfo={currentPageNumber:null,direction:null,sentinelInfo:{},offsets:{},startIndex:0,endIndex:0},t.viewPortInfo={currentPageNumber:null,direction:null,sentinelInfo:{},offsets:{},startIndex:0,endIndex:0},t.selectedValueInfo={currentPageNumber:null,direction:null,sentinelInfo:{},offsets:{},startIndex:0,endIndex:0},t}st=function(t,e){return(st=Object.setPrototypeOf||({__proto__:[]}instanceof Array?function(t,e){t.__proto__=e}:function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])}))(t,e)};var st,p,i=function(t,e){function i(){this.constructor=t}st(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)},l=function(t,e,i,s){var l,n=arguments.length,a=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,i,s);else for(var o=t.length-1;0<=o;o--)(l=t[o])&&(a=(n<3?l(a):3<n?l(e,i,a):l(e,i))||a);return 3<n&&a&&Object.defineProperty(e,i,a),a},d={root:"e-dropdownlist",hover:y.hover,selected:y.selected,rtl:y.rtl,li:y.li,disable:y.disabled,base:y.root,focus:y.focus,content:y.content,input:"e-input-group",inputFocus:"e-input-focus",icon:"e-input-group-icon e-ddl-icon",iconAnimation:"e-icon-anim",value:"e-input-value",device:"e-ddl-device",backIcon:"e-input-group-icon e-back-icon e-icons",filterBarClearIcon:"e-input-group-icon e-clear-icon e-icons",filterInput:"e-input-filter",filterParent:"e-filter-parent",mobileFilter:"e-ddl-device-filter",footer:"e-ddl-footer",header:"e-ddl-header",clearIcon:"e-clear-icon",clearIconHide:"e-clear-icon-hide",popupFullScreen:"e-popup-full-page",disableIcon:"e-ddl-disable-icon",hiddenElement:"e-ddl-hidden",virtualList:"e-list-item e-virtual-list"},lt={container:null,buttons:[]},i=(i(n,p=Z),n.prototype.preRender=function(){this.valueTempElement=null,this.element.style.opacity="0",this.initializeData(),p.prototype.preRender.call(this),this.activeIndex=this.index,this.queryString=""},n.prototype.initializeData=function(){this.isPopupOpen=!1,this.isDocumentClick=!1,this.isInteracted=!1,this.isFilterFocus=!1,this.beforePopupOpen=!1,this.initial=!0,this.initialRemoteRender=!1,this.isNotSearchList=!1,this.isTyped=!1,this.isSelected=!1,this.preventFocus=!1,this.preventAutoFill=!1,this.isValidKey=!1,this.typedString="",this.isEscapeKey=!1,this.isPreventBlur=!1,this.isTabKey=!1,this.actionCompleteData={isUpdated:!1},this.actionData={isUpdated:!1},this.prevSelectPoints={},this.isSelectCustom=!1,this.isDropDownClick=!1,this.preventAltUp=!1,this.isCustomFilter=!1,this.isSecondClick=!1,this.previousValue=null,this.keyConfigure={tab:"tab",enter:"13",escape:"27",end:"35",home:"36",down:"40",up:"38",pageUp:"33",pageDown:"34",open:"alt+40",close:"shift+tab",hide:"alt+38",space:"32"},this.viewPortInfo={currentPageNumber:null,direction:null,sentinelInfo:{},offsets:{},startIndex:0,endIndex:this.itemCount}},n.prototype.setZIndex=function(){this.popupObj&&this.popupObj.setProperties({zIndex:this.zIndex})},n.prototype.requiredModules=function(){var t=[];return this.enableVirtualization&&t.push({args:[this],member:"VirtualScroll"}),t},n.prototype.renderList=function(t,e){p.prototype.render.call(this,t,e),this.dataSource instanceof m.DataManager||(this.totalItemCount=this.dataSource&&this.dataSource.length?this.dataSource.length:0),this.enableVirtualization&&this.isFiltering()&&"combobox"===this.getModuleName()&&(this.UpdateSkeleton(),this.liCollections=this.list.querySelectorAll("."+y.li),this.ulElement=this.list.querySelector("ul")),this.unWireListEvents(),this.wireListEvents()},n.prototype.floatLabelChange=function(){var t;"dropdownlist"===this.getModuleName()&&"Auto"===this.floatLabelType&&(t=this.inputWrapper.container.querySelector(".e-float-text"),""!==this.inputElement.value||this.isInteracted?k.classList(t,["e-label-top"],["e-label-bottom"]):k.classList(t,["e-label-bottom"],["e-label-top"]))},n.prototype.resetHandler=function(t){t.preventDefault(),this.clearAll(t),this.enableVirtualization&&(this.list.scrollTop=0,this.virtualListInfo=null,this.previousStartIndex=0,this.previousEndIndex=0)},n.prototype.resetFocusElement=function(){var t;this.removeHover(),this.removeSelection(),this.removeFocus(),this.list.scrollTop=0,"autocomplete"!==this.getModuleName()&&!k.isNullOrUndefined(this.ulElement)&&(t=this.fields.disabled?this.ulElement.querySelector("."+d.li+":not(.e-disabled)"):this.ulElement.querySelector("."+d.li),t=this.enableVirtualization?this.liCollections[this.skeletonCount]:t)&&t.classList.add(d.focus)},n.prototype.clearAll=function(t,e){this.previousItemData=k.isNullOrUndefined(this.itemData)?null:this.itemData,!k.isNullOrUndefined(e)&&(k.isNullOrUndefined(e)||!k.isNullOrUndefined(e.dataSource)&&(e.dataSource instanceof m.DataManager||0!==e.dataSource.length))||(this.isActive=!0,this.resetSelection(e));e=this.getItemData();!this.allowObjectBinding&&this.previousValue===e.value||this.allowObjectBinding&&this.previousValue&&this.isObjectInArray(this.previousValue,[this.allowCustom?this.value||e:e.value?this.getDataByValue(e.value):e])||(this.onChangeEvent(t),this.checkAndResetCache(),this.enableVirtualization&&this.updateInitialData())},n.prototype.resetSelection=function(t){this.list&&(k.isNullOrUndefined(t)||!k.isNullOrUndefined(t.dataSource)&&(t.dataSource instanceof m.DataManager||0!==t.dataSource.length)?(this.allowFiltering&&"autocomplete"!==this.getModuleName()&&!k.isNullOrUndefined(this.actionCompleteData.ulElement)&&!k.isNullOrUndefined(this.actionCompleteData.list)&&0<this.actionCompleteData.list.length&&this.onActionComplete(this.actionCompleteData.ulElement.cloneNode(!0),this.actionCompleteData.list),this.resetFocusElement()):(this.selectedLI=null,this.actionCompleteData.isUpdated=!1,this.actionCompleteData.ulElement=null,this.actionCompleteData.list=null,this.resetList(t.dataSource))),k.isNullOrUndefined(this.hiddenElement)||(this.hiddenElement.innerHTML=""),k.isNullOrUndefined(this.inputElement)||(this.inputElement.value=""),this.value=null,this.itemData=null,this.text=null,this.index=null,this.activeIndex=null,this.item=null,this.queryString="",this.valueTempElement&&(k.detach(this.valueTempElement),this.inputElement.style.display="block",this.valueTempElement=null),this.setSelection(null,null),this.isSelectCustom=!1,this.updateIconState(),this.cloneElements()},n.prototype.setHTMLAttributes=function(){if(Object.keys(this.htmlAttributes).length)for(var t=0,e=Object.keys(this.htmlAttributes);t<e.length;t++){var i,s=e[t];"class"===s?""!==(i=this.htmlAttributes[""+s].replace(/\s+/g," ").trim())&&k.addClass([this.inputWrapper.container],i.split(" ")):"disabled"===s&&"disabled"===this.htmlAttributes[""+s]?(this.enabled=!1,this.setEnable()):"readonly"!==s||k.isNullOrUndefined(this.htmlAttributes[""+s])?"style"===s?this.inputWrapper.container.setAttribute("style",this.htmlAttributes[""+s]):"aria-label"===s?"autocomplete"!==this.getModuleName()&&"combobox"!==this.getModuleName()||this.readonly?"dropdownlist"===this.getModuleName()&&this.inputWrapper.container.setAttribute("aria-label",this.htmlAttributes[""+s]):this.inputElement.setAttribute("aria-label",this.htmlAttributes[""+s]):(i=["title","id","placeholder","role","autocomplete","autocapitalize","spellcheck","minlength","maxlength"],"autocomplete"!==this.getModuleName()&&"combobox"!==this.getModuleName()||i.push("tabindex"),-1<["name","required"].indexOf(s)||0===s.indexOf("data")?this.hiddenElement.setAttribute(s,this.htmlAttributes[""+s]):-1<i.indexOf(s)?"placeholder"===s?h.Input.setPlaceholder(this.htmlAttributes[""+s],this.inputElement):this.inputElement.setAttribute(s,this.htmlAttributes[""+s]):this.inputWrapper.container.setAttribute(s,this.htmlAttributes[""+s])):(this.readonly=!0,this.dataBind())}"autocomplete"!==this.getModuleName()&&"combobox"!==this.getModuleName()||this.inputWrapper.container.removeAttribute("tabindex")},n.prototype.getAriaAttributes=function(){return{"aria-disabled":"false",role:"combobox","aria-expanded":"false","aria-live":"polite","aria-labelledby":this.hiddenElement.id}},n.prototype.setEnableRtl=function(){h.Input.setEnableRtl(this.enableRtl,[this.inputElement.parentElement]),this.popupObj&&(this.popupObj.enableRtl=this.enableRtl,this.popupObj.dataBind())},n.prototype.setEnable=function(){h.Input.setEnabled(this.enabled,this.inputElement),this.enabled?(k.removeClass([this.inputWrapper.container],d.disable),this.inputElement.setAttribute("aria-disabled","false"),this.targetElement().setAttribute("tabindex",this.tabIndex)):(this.hidePopup(),k.addClass([this.inputWrapper.container],d.disable),this.inputElement.setAttribute("aria-disabled","true"),this.targetElement().tabIndex=-1)},n.prototype.getPersistData=function(){return this.addOnPersist(["value"])},n.prototype.getLocaleName=function(){return"drop-down-list"},n.prototype.preventTabIndex=function(t){"dropdownlist"===this.getModuleName()&&(t.tabIndex=-1)},n.prototype.targetElement=function(){return k.isNullOrUndefined(this.inputWrapper)?null:this.inputWrapper.container},n.prototype.getNgDirective=function(){return"EJS-DROPDOWNLIST"},n.prototype.getElementByText=function(t){return this.getElementByValue(this.getValueByText(t))},n.prototype.getElementByValue=function(t){for(var e,i=0,s=this.getItems();i<s.length;i++){var l=s[i];if(this.getFormattedValue(l.getAttribute("data-value"))===t){e=l;break}}return e},n.prototype.initValue=function(){this.viewPortInfo.startIndex=this.virtualItemStartIndex=0,this.viewPortInfo.endIndex=this.virtualItemEndIndex=this.itemCount,this.renderList(),this.dataSource instanceof m.DataManager?this.initialRemoteRender=!0:this.updateValues()},n.prototype.isDisableItemValue=function(t){var e;return"object"==typeof t?(e=JSON.parse(JSON.stringify(t))[this.fields.value],this.isDisabledItemByIndex(this.getIndexByValue(e))):this.isDisabledItemByIndex(this.getIndexByValue(t))},n.prototype.updateValues=function(){if(this.fields.disabled&&(null!=this.value&&(this.value=this.isDisableItemValue(this.value)?null:this.value),null!=this.text&&(this.text=this.isDisabledItemByIndex(this.getIndexByValue(this.getValueByText(this.text)))?null:this.text),null!=this.index)&&(this.index=this.isDisabledItemByIndex(this.index)?null:this.index,this.activeIndex=this.index),this.selectedValueInfo=this.viewPortInfo,k.isNullOrUndefined(this.value))if(this.text&&k.isNullOrUndefined(this.value)){var t=this.getElementByText(this.text);if(k.isNullOrUndefined(t))return void this.setProperties({text:null});this.setSelection(t,null)}else this.setSelection(this.liCollections[this.activeIndex],null);else{t=this.allowObjectBinding&&!k.isNullOrUndefined(this.value)?k.getValue(this.fields.value||"",this.value):this.value;this.setSelection(this.getElementByValue(t),null)}this.setHiddenValue(),h.Input.setValue(this.text,this.inputElement,this.floatLabelType,this.showClearButton)},n.prototype.onBlurHandler=function(t){var e,i,s;this.enabled&&(e=t.relatedTarget,i=t.target,s=this.isPreventBlur,this.isPreventBlur=!1,s&&!this.isDocumentClick&&this.isPopupOpen&&(!k.isNullOrUndefined(i)||!this.isFilterLayout()&&k.isNullOrUndefined(e))?("dropdownlist"===this.getModuleName()&&this.allowFiltering&&this.isPopupOpen?this.filterInput:this.targetElement()).focus():this.isDocumentClick||!k.isNullOrUndefined(this.popupObj)&&document.body.contains(this.popupObj.element)&&this.popupObj.element.classList.contains(d.mobileFilter)?this.beforePopupOpen||(this.isDocumentClick=!1):(("dropdownlist"===this.getModuleName()&&!this.isFilterFocus&&e!==this.inputElement&&(document.activeElement!==e||document.activeElement===e&&i.classList.contains(d.inputFocus))||k.isNullOrUndefined(e)&&"dropdownlist"===this.getModuleName()&&this.allowFiltering&&i!==this.inputWrapper.container||"dropdownlist"!==this.getModuleName()&&!this.inputWrapper.container.contains(e)||this.isTabKey)&&(this.isDocumentClick=!!this.isPopupOpen,this.focusOutAction(t),this.isTabKey=!1),!this.isRequested||this.isPopupOpen||this.isPreventBlur||(this.isActive=!1,this.beforePopupOpen=!1)))},n.prototype.focusOutAction=function(t){this.isInteracted=!1,this.focusOut(t),this.onFocusOut(t)},n.prototype.onFocusOut=function(t){this.enabled&&(this.isSelected&&(this.isSelectCustom=!1,this.onChangeEvent(t)),this.floatLabelChange(),this.dispatchEvent(this.hiddenElement,"change"),"dropdownlist"===this.getModuleName()&&"INPUT"!==this.element.tagName&&this.dispatchEvent(this.inputElement,"blur"),this.inputWrapper.clearButton&&k.addClass([this.inputWrapper.clearButton],d.clearIconHide),this.trigger("blur"))},n.prototype.onFocus=function(t){this.isInteracted||(this.isInteracted=!0,this.trigger("focus",{isInteracted:!!t,event:t})),this.updateIconState()},n.prototype.resetValueHandler=function(t){var e=k.closest(this.inputElement,"form");e&&t.target===e&&(t=this.element.tagName===this.getNgDirective()?null:this.inputElement.getAttribute("value"),this.text=t)},n.prototype.wireEvent=function(){k.EventHandler.add(this.inputWrapper.container,"mousedown",this.dropDownClick,this),k.EventHandler.add(this.inputWrapper.container,"focus",this.focusIn,this),k.EventHandler.add(this.inputWrapper.container,"keypress",this.onSearch,this),k.EventHandler.add(window,"resize",this.windowResize,this),this.bindCommonEvent()},n.prototype.bindCommonEvent=function(){k.EventHandler.add(this.targetElement(),"blur",this.onBlurHandler,this);var t=k.closest(this.inputElement,"form");t&&k.EventHandler.add(t,"reset",this.resetValueHandler,this),k.Browser.isDevice?this.keyboardModule=new k.KeyboardEvents(this.targetElement(),{keyAction:this.mobileKeyActionHandler.bind(this),keyConfigs:this.keyConfigure,eventName:"keydown"}):this.keyboardModule=new k.KeyboardEvents(this.targetElement(),{keyAction:this.keyActionHandler.bind(this),keyConfigs:this.keyConfigure,eventName:"keydown"}),this.bindClearEvent()},n.prototype.windowResize=function(){this.isPopupOpen&&this.popupObj.refreshPosition(this.inputWrapper.container)},n.prototype.bindClearEvent=function(){this.showClearButton&&k.EventHandler.add(this.inputWrapper.clearButton,"mousedown",this.resetHandler,this)},n.prototype.unBindCommonEvent=function(){!k.isNullOrUndefined(this.inputWrapper)&&this.targetElement()&&k.EventHandler.remove(this.targetElement(),"blur",this.onBlurHandler);var t=this.inputElement&&k.closest(this.inputElement,"form");t&&k.EventHandler.remove(t,"reset",this.resetValueHandler),k.Browser.isDevice||this.keyboardModule.destroy(),this.showClearButton&&k.EventHandler.remove(this.inputWrapper.clearButton,"mousedown",this.resetHandler)},n.prototype.updateIconState=function(){this.showClearButton&&(""===this.inputElement.value||this.readonly?k.addClass([this.inputWrapper.clearButton],d.clearIconHide):k.removeClass([this.inputWrapper.clearButton],d.clearIconHide))},n.prototype.wireListEvents=function(){k.isNullOrUndefined(this.list)||(k.EventHandler.add(this.list,"click",this.onMouseClick,this),k.EventHandler.add(this.list,"mouseover",this.onMouseOver,this),k.EventHandler.add(this.list,"mouseout",this.onMouseLeave,this))},n.prototype.onSearch=function(t){32!==t.charCode&&13!==t.charCode&&(void 0===this.list&&this.renderList(),this.searchKeyEvent=t,this.onServerIncrementalSearch(t))},n.prototype.onServerIncrementalSearch=function(t){this.isRequested||k.isNullOrUndefined(this.list)||k.isNullOrUndefined(this.list.querySelector("li"))||!this.enabled||this.readonly||this.incrementalSearch(t)},n.prototype.onMouseClick=function(t){var e=t.target,e=(this.keyboardEvent=null,k.closest(e,"."+y.li));this.isValidLI(e)&&!this.isDisabledElement(e)&&(this.setSelection(e,t),k.Browser.isDevice&&this.isFilterLayout()?history.back():this.closePopup(100,t))},n.prototype.onMouseOver=function(t){t=k.closest(t.target,"."+y.li);this.setHover(t)},n.prototype.setHover=function(t){this.enabled&&this.isValidLI(t)&&!t.classList.contains(y.hover)&&(this.removeHover(),k.addClass([t],y.hover))},n.prototype.onMouseLeave=function(){this.removeHover()},n.prototype.removeHover=function(){var t;this.list&&(t=this.list.querySelectorAll("."+y.hover))&&t.length&&k.removeClass(t,y.hover)},n.prototype.isValidLI=function(t){return t&&t.hasAttribute("role")&&"option"===t.getAttribute("role")},n.prototype.updateIncrementalItemIndex=function(t,e){this.incrementalStartIndex=t,this.incrementalEndIndex=e},n.prototype.incrementalSearch=function(t){if(0<this.liCollections.length)if(this.enableVirtualization){for(var e=!1,i=!1,s=this.ulElement.getElementsByClassName("e-active")[0],l=s?s.textContent:null,n=(""==this.incrementalQueryString?(this.incrementalQueryString=String.fromCharCode(t.charCode),this.incrementalPreQueryString=this.incrementalQueryString):String.fromCharCode(t.charCode).toLocaleLowerCase()==this.incrementalPreQueryString.toLocaleLowerCase()?i=!0:this.incrementalQueryString=String.fromCharCode(t.charCode),(this.viewPortInfo.endIndex>=this.incrementalEndIndex&&this.incrementalEndIndex<=this.totalItemCount||0==this.incrementalEndIndex)&&(e=!0,this.incrementalStartIndex=this.incrementalEndIndex,0==this.incrementalEndIndex?this.incrementalEndIndex=this.totalItemCount<100?this.totalItemCount:100:this.incrementalEndIndex=this.incrementalEndIndex+100>this.totalItemCount?this.totalItemCount:this.incrementalEndIndex+100,this.updateIncrementalInfo(this.incrementalStartIndex,this.incrementalEndIndex),e=!0),0===this.viewPortInfo.startIndex&&!e||this.updateIncrementalView(0,this.itemCount),M(t.charCode,this.incrementalLiCollections,this.activeIndex,!0,this.element.id,i,l,!0));k.isNullOrUndefined(n)&&this.incrementalEndIndex<this.totalItemCount&&(this.updateIncrementalItemIndex(this.incrementalEndIndex,this.incrementalEndIndex+100>this.totalItemCount?this.totalItemCount:this.incrementalEndIndex+100),this.updateIncrementalInfo(this.incrementalStartIndex,this.incrementalEndIndex),e=!0,0===this.viewPortInfo.startIndex&&!e||this.updateIncrementalView(0,this.itemCount),n=M(t.charCode,this.incrementalLiCollections,0,!0,this.element.id,i,l,!0,!0),k.isNullOrUndefined(n));)if(k.isNullOrUndefined(n)&&this.incrementalEndIndex>=this.totalItemCount){this.updateIncrementalItemIndex(0,this.totalItemCount<100?this.totalItemCount:100);break}k.isNullOrUndefined(n)&&this.incrementalEndIndex>=this.totalItemCount&&(this.updateIncrementalItemIndex(0,this.totalItemCount<100?this.totalItemCount:100),this.updateIncrementalInfo(this.incrementalStartIndex,this.incrementalEndIndex),e=!0,0===this.viewPortInfo.startIndex&&!e||this.updateIncrementalView(0,this.itemCount),n=M(t.charCode,this.incrementalLiCollections,0,!0,this.element.id,i,l,!0,!0));var a,o=n&&this.getIndexByValue(n.getAttribute("data-value"));if(o)o-=this.skeletonCount;else for(var r=0;r<this.incrementalLiCollections.length;r++)if(!k.isNullOrUndefined(n)&&!k.isNullOrUndefined(n.getAttribute("data-value"))&&this.incrementalLiCollections[r].getAttribute("data-value")===n.getAttribute("data-value").toString()){o=r,o=this.incrementalStartIndex+o;break}!o||this.viewPortInfo.startIndex>=o&&o>=this.viewPortInfo.endIndex||(h=0<o-(this.itemCount/2-2)?o-(this.itemCount/2-2):0,a=this.viewPortInfo.startIndex+this.itemCount>this.totalItemCount?this.totalItemCount:this.viewPortInfo.startIndex+this.itemCount,this.updateIncrementalView(h,a)),k.isNullOrUndefined(n)?(this.updateIncrementalView(0,this.itemCount),this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues(),this.list.scrollTop=0):(this.getIndexByValue(n.getAttribute("data-value"))-this.skeletonCount>this.itemCount/2&&(h=this.viewPortInfo.startIndex+(this.itemCount/2-2)<this.totalItemCount?this.viewPortInfo.startIndex+(this.itemCount/2-2):this.totalItemCount,a=this.viewPortInfo.startIndex+this.itemCount>this.totalItemCount?this.totalItemCount:this.viewPortInfo.startIndex+this.itemCount,this.updateIncrementalView(h,a)),n=this.getElementByValue(n.getAttribute("data-value")),this.setSelection(n,t),this.setScrollPosition(),this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues(),this.enableVirtualization&&!this.fields.groupBy&&(s=this.virtualListInfo&&this.virtualListInfo.startIndex?this.selectedLI.offsetTop+this.virtualListInfo.startIndex*this.selectedLI.offsetHeight:this.selectedLI.offsetTop,this.list.scrollTop=s-this.list.querySelectorAll(".e-virtual-list").length*this.selectedLI.offsetHeight),this.incrementalPreQueryString=this.incrementalQueryString)}else{var h,n=void 0;n=this.fields.disabled?(h=this.list.querySelectorAll("."+y.li+":not(.e-disabled)"),M(t.charCode,h,this.activeIndex,!0,this.element.id)):M(t.charCode,this.liCollections,this.activeIndex,!0,this.element.id),k.isNullOrUndefined(n)||(this.setSelection(n,t),this.setScrollPosition())}},n.prototype.hideSpinner=function(){k.isNullOrUndefined(this.spinnerElement)||(o.hideSpinner(this.spinnerElement),k.removeClass([this.spinnerElement],d.disableIcon),this.spinnerElement.innerHTML="",this.spinnerElement=null)},n.prototype.showSpinner=function(){k.isNullOrUndefined(this.spinnerElement)&&(this.spinnerElement=k.Browser.isDevice&&!k.isNullOrUndefined(this.filterInputObj)&&this.filterInputObj.buttons[1]||!k.isNullOrUndefined(this.filterInputObj)&&this.filterInputObj.buttons[0]||this.inputWrapper.buttons[0],k.addClass([this.spinnerElement],d.disableIcon),o.createSpinner({target:this.spinnerElement,width:k.Browser.isDevice?"16px":"14px"},this.createElement),o.showSpinner(this.spinnerElement))},n.prototype.keyActionHandler=function(t){if(this.enabled){this.keyboardEvent=t,this.isPreventKeyAction&&this.enableVirtualization&&t.preventDefault();var e="pageUp"===t.action||"pageDown"===t.action,i="dropdownlist"!==this.getModuleName()&&("home"===t.action||"end"===t.action),s=(this.isEscapeKey="escape"===t.action,this.isTabKey=!this.isPopupOpen&&"tab"===t.action,"down"===t.action||"up"===t.action||"pageUp"===t.action||"pageDown"===t.action||"home"===t.action||"end"===t.action);if((!(this.isEditTextBox()||e||i)||this.isPopupOpen)&&!this.readonly){e="tab"===t.action||"close"===t.action;if(!k.isNullOrUndefined(this.list)||this.isRequested||e||"escape"===t.action||(this.searchKeyEvent=t,this.enableVirtualization&&(!this.enableVirtualization||"autocomplete"===this.getModuleName()||"mousedown"===t.type||40!==t.keyCode&&38!==t.keyCode))||(this.renderList(t),this.UpdateSkeleton(),this.liCollections=this.list.querySelectorAll("."+y.li),this.ulElement=this.list.querySelector("ul")),!(k.isNullOrUndefined(this.list)||!k.isNullOrUndefined(this.liCollections)&&s&&0===this.liCollections.length||this.isRequested))switch((e&&"autocomplete"!==this.getModuleName()&&this.isPopupOpen||"escape"===t.action)&&t.preventDefault(),this.isSelected="escape"!==t.action&&this.isSelected,this.isTyped=!s&&"escape"!==t.action&&this.isTyped,t.action){case"down":case"up":this.updateUpDownAction(t);break;case"pageUp":this.pageUpSelection(this.activeIndex-this.getPageCount(),t),t.preventDefault();break;case"pageDown":this.pageDownSelection(this.activeIndex+this.getPageCount(),t),t.preventDefault();break;case"home":case"end":this.isMouseScrollAction=!0,this.updateHomeEndAction(t);break;case"space":"dropdownlist"!==this.getModuleName()||this.beforePopupOpen||(this.showPopup(),t.preventDefault());break;case"open":this.showPopup(t);break;case"hide":this.preventAltUp=this.isPopupOpen,this.hidePopup(t),this.focusDropDown(t);break;case"enter":this.selectCurrentItem(t);break;case"tab":this.selectCurrentValueOnTab(t);break;case"escape":case"close":this.isPopupOpen&&(this.hidePopup(t),this.focusDropDown(t))}}}},n.prototype.updateUpDownAction=function(t,e){if(!this.fields.disabled||!this.list||0!==this.list.querySelectorAll(".e-list-item:not(.e-disabled)").length){this.allowFiltering&&!this.enableVirtualization&&"autocomplete"!==this.getModuleName()&&(a=this.getItemData().value,k.isNullOrUndefined(a)&&(a="null"),a=this.getIndexByValue(a),k.isNullOrUndefined(a)||(this.activeIndex=a));var i,s,l,n,a,o,r=this.list.querySelector("."+d.focus);this.isSelectFocusItem(r)&&!e?(this.setSelection(r,t),this.enableVirtualization&&(n=this.virtualListInfo&&this.virtualListInfo.startIndex?this.selectedLI.offsetTop+this.virtualListInfo.startIndex*this.selectedLI.offsetHeight:this.selectedLI.offsetTop,this.fields.groupBy&&(n=this.virtualListInfo&&0==this.virtualListInfo.startIndex?this.selectedLI.offsetHeight-n:n-this.selectedLI.offsetHeight),this.list.scrollTop=n-this.list.querySelectorAll(".e-virtual-list").length*this.selectedLI.offsetHeight)):k.isNullOrUndefined(this.liCollections)||(r=this.activeIndex,h="down"===t.action?this.activeIndex+1:this.activeIndex-1,h=e?r:h,r=0,i=void("autocomplete"===this.getModuleName()&&(r="down"===t.action&&k.isNullOrUndefined(this.activeIndex)?0:this.liCollections.length-1,h=h<0?this.liCollections.length-1:h===this.liCollections.length?0:h)),("autocomplete"!==this.getModuleName()||"autocomplete"===this.getModuleName()&&this.isPopupOpen)&&(i=this.enableVirtualization?e?"autocomplete"===this.getModuleName()?(l=this.getFormattedValue(this.selectedLI.getAttribute("data-value")),this.getElementByValue(l)):this.getElementByValue(this.getItemData().value):(i=k.isNullOrUndefined(this.activeIndex)?this.liCollections[this.skeletonCount]:this.liCollections[h],k.isNullOrUndefined(i)||i.classList.contains("e-virtual-list")?null:i):k.isNullOrUndefined(this.activeIndex)?this.liCollections[r]:this.liCollections[h]),k.isNullOrUndefined(i)?this.enableVirtualization&&!this.isPopupOpen&&"autocomplete"!==this.getModuleName()&&(this.viewPortInfo.endIndex!==this.totalItemCount&&"down"===t.action||0!==this.viewPortInfo.startIndex&&"up"===t.action)&&("down"===t.action?(this.viewPortInfo.startIndex=this.viewPortInfo.startIndex+this.itemCount<this.totalItemCount-this.itemCount?this.viewPortInfo.startIndex+this.itemCount:this.totalItemCount-this.itemCount,this.viewPortInfo.endIndex=this.viewPortInfo.startIndex+this.itemCount,this.updateVirtualItemIndex(),this.isCustomFilter="combobox"===this.getModuleName()||this.isCustomFilter,this.resetList(this.dataSource,this.fields,this.query),this.isCustomFilter="combobox"!==this.getModuleName()&&this.isCustomFilter,l="null"!==this.liCollections[0].getAttribute("data-value")?this.getFormattedValue(this.liCollections[0].getAttribute("data-value")):null,(s=this.getDataByValue(l))&&(this.itemData=s)):"up"===t.action&&(this.viewPortInfo.startIndex=0<this.viewPortInfo.startIndex-this.itemCount?this.viewPortInfo.startIndex-this.itemCount:0,this.viewPortInfo.endIndex=this.viewPortInfo.startIndex+this.itemCount,this.updateVirtualItemIndex(),this.isCustomFilter="combobox"===this.getModuleName()||this.isCustomFilter,this.resetList(this.dataSource,this.fields,this.query),this.isCustomFilter="combobox"!==this.getModuleName()&&this.isCustomFilter,r="null"!==this.liCollections[this.liCollections.length-1].getAttribute("data-value")?this.getFormattedValue(this.liCollections[this.liCollections.length-1].getAttribute("data-value")):null,s=this.getDataByValue(r))&&(this.itemData=s),this.UpdateSkeleton(),this.liCollections=this.list.querySelectorAll("."+y.li),this.ulElement=this.list.querySelector("ul"),this.handleVirtualKeyboardActions(t,this.pageCount)):(l=this.liCollections[this.skeletonCount]&&this.liCollections[this.skeletonCount].classList.contains("e-item-focus"),this.setSelection(i,t),l&&this.enableVirtualization&&"autocomplete"===this.getModuleName()&&!e&&(n=this.virtualListInfo&&this.virtualListInfo.startIndex?this.selectedLI.offsetTop+this.virtualListInfo.startIndex*this.selectedLI.offsetHeight:this.selectedLI.offsetTop,n=this.virtualListInfo&&0==this.virtualListInfo.startIndex&&this.fields.groupBy?this.selectedLI.offsetHeight-n:n-this.selectedLI.offsetHeight,this.list.scrollTop=n-this.list.querySelectorAll(".e-virtual-list").length*this.selectedLI.offsetHeight))),this.allowFiltering&&!this.enableVirtualization&&"autocomplete"!==this.getModuleName()&&(r=this.getItemData().value,a=this.getIndexByValueFilter(r,this.actionCompleteData.ulElement),k.isNullOrUndefined(a)||(this.activeIndex=a)),this.allowFiltering&&"dropdownlist"===this.getModuleName()&&this.filterInput&&(k.isNullOrUndefined(this.ulElement)||k.isNullOrUndefined(this.ulElement.getElementsByClassName("e-item-focus")[0])?k.isNullOrUndefined(this.ulElement)||k.isNullOrUndefined(this.ulElement.getElementsByClassName("e-active")[0])||k.attributes(this.filterInput,{"aria-activedescendant":this.ulElement.getElementsByClassName("e-active")[0].id}):k.attributes(this.filterInput,{"aria-activedescendant":this.ulElement.getElementsByClassName("e-item-focus")[0].id}));for(var h=0;h<this.liCollections.length;h++)if(this.liCollections[h].classList.contains(d.focus)||this.liCollections[h].classList.contains(d.selected)){o=h;break}null!=o&&this.isDisabledElement(this.liCollections[o])&&("autocomplete"!==this.getModuleName()&&(this.liCollections.length-1===o&&"down"===t.action&&(t.action="up"),0===o)&&"up"===t.action&&(t.action="down"),this.updateUpDownAction(t)),t.preventDefault()}},n.prototype.updateHomeEndAction=function(t,e){var i;"dropdownlist"===this.getModuleName()&&(i=0,"home"===t.action?(i=0,this.enableVirtualization&&this.isPopupOpen?i=this.skeletonCount:this.enableVirtualization&&!this.isPopupOpen&&0!==this.viewPortInfo.startIndex&&(this.viewPortInfo.startIndex=0,this.viewPortInfo.endIndex=this.itemCount,this.updateVirtualItemIndex(),this.resetList(this.dataSource,this.fields,this.query))):(this.enableVirtualization&&!this.isPopupOpen&&this.viewPortInfo.endIndex!==this.totalItemCount&&(this.viewPortInfo.startIndex=this.totalItemCount-this.itemCount,this.viewPortInfo.endIndex=this.totalItemCount,this.updateVirtualItemIndex(),this.resetList(this.dataSource,this.fields,this.query)),i=this.getItems().length-1),t.preventDefault(),this.activeIndex!==i||e)&&this.setSelection(this.liCollections[i],t)},n.prototype.selectCurrentValueOnTab=function(t){"autocomplete"===this.getModuleName()?this.selectCurrentItem(t):this.isPopupOpen&&(this.hidePopup(t),this.focusDropDown(t))},n.prototype.mobileKeyActionHandler=function(t){!this.enabled||this.isEditTextBox()&&!this.isPopupOpen||this.readonly||(void 0!==this.list||this.isRequested||(this.searchKeyEvent=t,this.renderList()),k.isNullOrUndefined(this.list))||!k.isNullOrUndefined(this.liCollections)&&0===this.liCollections.length||this.isRequested||"enter"===t.action&&this.selectCurrentItem(t)},n.prototype.handleVirtualKeyboardActions=function(t,e){switch(t.action){case"down":case"up":null==this.itemData&&"autocomplete"!==this.getModuleName()||this.updateUpDownAction(t,!0);break;case"pageUp":this.activeIndex="autocomplete"===this.getModuleName()?this.getIndexByValue(this.selectedLI.getAttribute("data-value"))+this.getPageCount()-1:this.getIndexByValue(this.previousValue),this.pageUpSelection(this.activeIndex-this.getPageCount(),t,!0),t.preventDefault();break;case"pageDown":this.activeIndex="autocomplete"===this.getModuleName()?this.getIndexByValue(this.selectedLI.getAttribute("data-value"))-this.getPageCount():this.getIndexByValue(this.previousValue),this.pageDownSelection(k.isNullOrUndefined(this.activeIndex)?2*this.getPageCount():this.activeIndex+this.getPageCount(),t,!0),t.preventDefault();break;case"home":case"end":this.isMouseScrollAction=!0,this.updateHomeEndAction(t,!0)}this.keyboardEvent=null},n.prototype.selectCurrentItem=function(t){var e;this.isPopupOpen?(e=this.list.querySelector("."+d.focus),this.isDisabledElement(e)||(e&&(this.setSelection(e,t),this.isTyped=!1),this.isSelected&&(this.isSelectCustom=!1,this.onChangeEvent(t)),this.hidePopup(t),this.focusDropDown(t))):this.showPopup()},n.prototype.isSelectFocusItem=function(t){return!k.isNullOrUndefined(t)},n.prototype.pageUpSelection=function(t,e,i){var s=0<=t?this.liCollections[t+1]:this.liCollections[0];this.enableVirtualization&&null==this.activeIndex&&(s=this.liCollections.length>=t&&0<=t?this.liCollections[t+this.skeletonCount+1]:this.liCollections[0]),!k.isNullOrUndefined(s)&&s.classList.contains("e-virtual-list")&&(s=this.liCollections[this.skeletonCount]),this.PageUpDownSelection(s,e),this.allowFiltering&&"dropdownlist"===this.getModuleName()&&(k.isNullOrUndefined(this.ulElement)||k.isNullOrUndefined(this.ulElement.getElementsByClassName("e-item-focus")[0])?k.isNullOrUndefined(this.ulElement)||k.isNullOrUndefined(this.ulElement.getElementsByClassName("e-active")[0])||k.attributes(this.filterInput,{"aria-activedescendant":this.ulElement.getElementsByClassName("e-active")[0].id}):k.attributes(this.filterInput,{"aria-activedescendant":this.ulElement.getElementsByClassName("e-item-focus")[0].id}))},n.prototype.PageUpDownSelection=function(t,e){this.enableVirtualization&&(k.isNullOrUndefined(t)||("autocomplete"===this.getModuleName()||t.classList.contains("e-active"))&&("autocomplete"!==this.getModuleName()||t.classList.contains("e-item-focus")))||this.setSelection(t,e)},n.prototype.pageDownSelection=function(t,e,i){var s=this.getItems(),l=t<=s.length?this.liCollections[t-1]:this.liCollections[s.length-1];this.enableVirtualization&&0<this.skeletonCount&&(l=(t="dropdownlist"===this.getModuleName()&&this.allowFiltering?t+1:t)<s.length?this.liCollections[t]:this.liCollections[s.length-1]),this.enableVirtualization&&null==this.activeIndex&&(l=t<=s.length?this.liCollections[t+this.skeletonCount-1]:this.liCollections[s.length-1]),this.PageUpDownSelection(l,e),this.allowFiltering&&"dropdownlist"===this.getModuleName()&&(k.isNullOrUndefined(this.ulElement)||k.isNullOrUndefined(this.ulElement.getElementsByClassName("e-item-focus")[0])?k.isNullOrUndefined(this.ulElement)||k.isNullOrUndefined(this.ulElement.getElementsByClassName("e-active")[0])||k.attributes(this.filterInput,{"aria-activedescendant":this.ulElement.getElementsByClassName("e-active")[0].id}):k.attributes(this.filterInput,{"aria-activedescendant":this.ulElement.getElementsByClassName("e-item-focus")[0].id}))},n.prototype.unWireEvent=function(){k.isNullOrUndefined(this.inputWrapper)||(k.EventHandler.remove(this.inputWrapper.container,"mousedown",this.dropDownClick),k.EventHandler.remove(this.inputWrapper.container,"keypress",this.onSearch),k.EventHandler.remove(this.inputWrapper.container,"focus",this.focusIn),k.EventHandler.remove(window,"resize",this.windowResize)),this.unBindCommonEvent()},n.prototype.unWireListEvents=function(){this.list&&(k.EventHandler.remove(this.list,"click",this.onMouseClick),k.EventHandler.remove(this.list,"mouseover",this.onMouseOver),k.EventHandler.remove(this.list,"mouseout",this.onMouseLeave))},n.prototype.checkSelector=function(t){return'[id="'+t.replace(/(:|\.|\[|\]|,|=|@|\\|\/|#)/g,"\\$1")+'"]'},n.prototype.onDocumentClick=function(t){var e=t.target;!k.isNullOrUndefined(this.popupObj)&&k.closest(e,this.checkSelector(this.popupObj.element.id))||k.isNullOrUndefined(this.inputWrapper)||this.inputWrapper.container.contains(t.target)?e===this.inputElement||this.allowFiltering&&e===this.filterInput||"combobox"===this.getModuleName()&&!this.allowFiltering&&k.Browser.isDevice&&e===this.inputWrapper.buttons[0]||(this.isPreventBlur=(k.Browser.isIE||"edge"===k.Browser.info.name)&&(document.activeElement===this.targetElement()||document.activeElement===this.filterInput),t.preventDefault()):(this.inputWrapper.container.classList.contains(d.inputFocus)||this.isPopupOpen)&&(this.isDocumentClick=!0,e=this.isRequested,"combobox"===this.getModuleName()&&this.isTyped&&(this.isInteracted=!1),this.hidePopup(t),this.isInteracted=!1,e||(this.onFocusOut(t),this.inputWrapper.container.classList.remove(d.inputFocus)))},n.prototype.activeStateChange=function(){this.isDocumentClick&&(this.hidePopup(),this.onFocusOut(),this.inputWrapper.container.classList.remove(d.inputFocus))},n.prototype.focusDropDown=function(t){!this.initial&&this.isFilterLayout()&&this.focusIn(t)},n.prototype.dropDownClick=function(t){var e,i;3===t.which||2===t.button||(this.keyboardEvent=null,this.targetElement().classList.contains(d.disable))||this.inputWrapper.clearButton===t.target||((i=t.target)===this.inputElement||this.allowFiltering&&i===this.filterInput||"combobox"===this.getModuleName()||t.preventDefault(),this.readonly?this.focusIn(t):(this.isPopupOpen?(this.hidePopup(t),this.isFilterLayout()&&this.focusDropDown(t)):(this.focusIn(t),this.floatLabelChange(),this.queryString=""===this.inputElement.value.trim()?null:this.inputElement.value,this.isDropDownClick=!0,this.showPopup(t)),i=(e=this).element.tagName===this.getNgDirective()&&this.itemTemplate?500:100,this.isSecondClick||setTimeout(function(){e.cloneElements(),e.isSecondClick=!0},i)))},n.prototype.cloneElements=function(){var t;this.list&&(t=this.list.querySelector("ul"))&&(t=t.cloneNode?t.cloneNode(!0):t,this.actionCompleteData.ulElement=t)},n.prototype.updateSelectedItem=function(e,i,s,l){var t,n=this,a=(this.removeSelection(),e.classList.add(y.selected),this.removeHover(),"null"!==e.getAttribute("data-value")?this.getFormattedValue(e.getAttribute("data-value")):null),o=this.getDataByValue(a);this.initial||s||k.isNullOrUndefined(i)?(this.selectEventCallback(e,i,s,o,a),l&&this.setSelectOptions(e,i)):(t=this.detachChanges(o),this.isSelected=!0,this.trigger("select",{e:i,item:e,itemData:t,isInteracted:!!i,cancel:!1},function(t){t.cancel?e.classList.remove(y.selected):(n.selectEventCallback(e,i,s,o,a),l&&n.setSelectOptions(e,i))}))},n.prototype.selectEventCallback=function(t,e,i,s,l){this.previousItemData=k.isNullOrUndefined(this.itemData)?null:this.itemData,this.itemData!=s&&(this.previousValue=k.isNullOrUndefined(this.itemData)?null:"object"!=typeof this.itemData||this.allowObjectBinding?this.itemData:this.checkFieldValue(this.itemData,this.fields.value.split("."))),this.item=t,this.itemData=s;var s=this.list.querySelector("."+y.focus);s&&k.removeClass([s],y.focus),t.setAttribute("aria-selected","true"),k.isNullOrUndefined(l)&&(l="null"),this.allowFiltering&&!this.enableVirtualization&&"autocomplete"!==this.getModuleName()?(s=this.getIndexByValueFilter(l,this.actionCompleteData.ulElement),k.isNullOrUndefined(s)?this.activeIndex=this.getIndexByValue(l):this.activeIndex=s):(this.enableVirtualization&&null==this.activeIndex&&this.dataSource instanceof m.DataManager&&(this.UpdateSkeleton(),this.liCollections=this.list.querySelectorAll("."+y.li),this.ulElement=this.list.querySelector("ul")),this.activeIndex=this.getIndexByValue(l))},n.prototype.activeItem=function(t){this.isValidLI(t)&&!t.classList.contains(y.selected)&&(this.removeSelection(),t.classList.add(y.selected),this.removeHover(),t.setAttribute("aria-selected","true"))},n.prototype.setValue=function(t){var e=this.getItemData(),i=(null===e.value?h.Input.setValue(null,this.inputElement,this.floatLabelType,this.showClearButton):h.Input.setValue(e.text,this.inputElement,this.floatLabelType,this.showClearButton),this.valueTemplate&&null!==this.itemData?this.setValueTemplate():k.isNullOrUndefined(this.valueTempElement)||this.inputElement.previousSibling!==this.valueTempElement||(k.detach(this.valueTempElement),this.inputElement.style.display="block"),k.isNullOrUndefined(e.value)||this.enableVirtualization||!this.allowFiltering||(this.activeIndex=this.getIndexByValueFilter(e.value,this.actionCompleteData.ulElement)),d.clearIcon),i=this.isFiltering()&&this.filterInput&&"combobox"===this.getModuleName()&&this.filterInput.parentElement.querySelector("."+i);return this.isFiltering()&&i&&i.style.removeProperty("visibility"),!this.allowObjectBinding&&this.previousValue===e.value||this.allowObjectBinding&&null!=this.previousValue&&this.isObjectInArray(this.previousValue,[this.allowCustom&&this.isObjectCustomValue?this.value||e:e.value?this.getDataByValue(e.value):e])?!(this.isSelected=!1):(this.isSelected=!this.initial,this.isSelectCustom=!1,"dropdownlist"===this.getModuleName()&&this.updateIconState(),!1)},n.prototype.setSelection=function(t,e){var i,s,l;this.isValidLI(t)&&(!t.classList.contains(y.selected)||this.isPopupOpen&&this.isSelected&&t.classList.contains(y.selected))?this.updateSelectedItem(t,e,!1,!0):(this.setSelectOptions(t,e),this.enableVirtualization&&this.value&&(t=this.fields.value||"",e=this.allowObjectBinding&&!k.isNullOrUndefined(this.value)?k.getValue(this.fields.value||"",this.value):this.value,this.dataSource instanceof m.DataManager?(i=new m.DataManager(this.virtualGroupDataSource).executeLocal((new m.Query).where(new m.Predicate(t,"equal",e))))&&0<i.length&&(this.itemData=i[0],s=this.getItemData(),l=this.allowObjectBinding?this.getDataByValue(s.value):s.value,this.value===s.value&&this.text!==s.text||this.value!==s.value&&this.text===s.text)&&this.setProperties({text:s.text,value:l}):(i=new m.DataManager(this.dataSource).executeLocal((new m.Query).where(new m.Predicate(t,"equal",e))))&&0<i.length&&(this.itemData=i[0],s=this.getItemData(),l=this.allowObjectBinding?this.getDataByValue(s.value):s.value,this.value===s.value&&this.text!==s.text||this.value!==s.value&&this.text===s.text)&&this.setProperties({text:s.text,value:l})))},n.prototype.setSelectOptions=function(t,e){this.list&&this.removeHover(),this.previousSelectedLI=k.isNullOrUndefined(this.selectedLI)?null:this.selectedLI,this.selectedLI=t,this.setValue(e)||((!this.isPopupOpen&&!k.isNullOrUndefined(t)||this.isPopupOpen&&!k.isNullOrUndefined(e)&&("keydown"!==e.type||"keydown"===e.type&&"enter"===e.action))&&(this.isSelectCustom=!1,this.onChangeEvent(e)),!this.isPopupOpen||k.isNullOrUndefined(this.selectedLI)||null===this.itemData||e&&"click"===e.type||this.setScrollPosition(e),"mozilla"!==k.Browser.info.name&&this.targetElement()&&(k.attributes(this.targetElement(),{"aria-describedby":(""!==this.inputElement.id?this.inputElement:this.element).id}),this.targetElement().removeAttribute("aria-live")),!this.isPopupOpen||k.isNullOrUndefined(this.ulElement)||k.isNullOrUndefined(this.ulElement.getElementsByClassName("e-item-focus")[0])?!this.isPopupOpen||k.isNullOrUndefined(this.ulElement)||k.isNullOrUndefined(this.ulElement.getElementsByClassName("e-active")[0])||k.attributes(this.targetElement(),{"aria-activedescendant":this.ulElement.getElementsByClassName("e-active")[0].id}):k.attributes(this.targetElement(),{"aria-activedescendant":this.ulElement.getElementsByClassName("e-item-focus")[0].id}))},n.prototype.dropdownCompiler=function(t){var e=!1;if("function"!=typeof t&&t)try{e=!!document.querySelectorAll(t).length}catch(t){e=!1}return e},n.prototype.setValueTemplate=function(){this.isReact&&(this.clearTemplate(["valueTemplate"]),this.valueTempElement)&&(k.detach(this.valueTempElement),this.inputElement.style.display="block",this.valueTempElement=null),this.valueTempElement||(this.valueTempElement=this.createElement("span",{className:d.value}),this.inputElement.parentElement.insertBefore(this.valueTempElement,this.inputElement),this.inputElement.style.display="none"),this.isReact||(this.valueTempElement.innerHTML="");var t=this.dropdownCompiler(this.valueTemplate),t="function"!=typeof this.valueTemplate&&t?k.compile(document.querySelector(this.valueTemplate).innerHTML.trim()):k.compile(this.valueTemplate),t=t(this.itemData,this,"valueTemplate",this.valueTemplateId,this.isStringTemplate,null,this.valueTempElement);t&&0<t.length&&k.append(t,this.valueTempElement),this.renderReactTemplates()},n.prototype.removeSelection=function(){var t;this.list&&(t=this.list.querySelectorAll("."+y.selected)).length&&(k.removeClass(t,y.selected),t[0].removeAttribute("aria-selected"))},n.prototype.getItemData=function(){var t,e,i=this.fields,s=this.itemData;return k.isNullOrUndefined(s)||(t=k.getValue(i.value,s),e=k.getValue(i.text,s)),{value:k.isNullOrUndefined(s)||k.isUndefined(t)?s:t,text:k.isNullOrUndefined(s)||k.isUndefined(t)?s:e}},n.prototype.onChangeEvent=function(t,e){var i=this,s=this.getItemData(),l=this.isSelectCustom?null:this.activeIndex,n=(this.enableVirtualization&&(n=this.dataSource instanceof m.DataManager?this.virtualGroupDataSource:this.dataSource,s.value)&&n&&0<n.length&&-1!==(n=n.findIndex(function(t){return!k.isNullOrUndefined(s.value)&&k.getValue(i.fields.value,t)===s.value}))&&(l=n),this.allowObjectBinding?e?this.value:this.getDataByValue(s.value):s.value);this.setProperties({index:l,text:s.text,value:n},!0),this.detachChangeEvent(t)},n.prototype.detachChanges=function(t){t="string"==typeof t||"boolean"==typeof t||"number"==typeof t?Object.defineProperties({},{value:{value:t,enumerable:!0},text:{value:t,enumerable:!0}}):t;return t},n.prototype.detachChangeEvent=function(t){var e,i;this.isSelected=!1,this.previousValue=this.value,this.activeIndex=this.enableVirtualization?this.getIndexByValue(this.value):this.index,this.typedString=k.isNullOrUndefined(this.text)?"":this.text,this.initial||(i=this.detachChanges(this.itemData),e=void 0,e="string"==typeof this.previousItemData||"boolean"==typeof this.previousItemData||"number"==typeof this.previousItemData?Object.defineProperties({},{value:{value:this.previousItemData,enumerable:!0},text:{value:this.previousItemData,enumerable:!0}}):this.previousItemData,this.setHiddenValue(),i={e:t,item:this.item,itemData:i,previousItem:this.previousSelectedLI,previousItemData:e,isInteracted:!!t,value:this.value,element:this.element,event:t},this.isAngular&&this.preventChange?this.preventChange=!1:this.trigger("change",i)),!k.isNullOrUndefined(this.value)&&""!==this.value||"Always"===this.floatLabelType||k.removeClass([this.inputWrapper.container],"e-valid-input")},n.prototype.setHiddenValue=function(){var t,e;k.isNullOrUndefined(this.value)?this.hiddenElement.innerHTML="":(t=this.allowObjectBinding&&!k.isNullOrUndefined(this.value)?k.getValue(this.fields.value||"",this.value):this.value,this.hiddenElement.querySelector("option")?((e=this.hiddenElement.querySelector("option")).textContent=this.text,e.setAttribute("value",t.toString())):k.isNullOrUndefined(this.hiddenElement)||(this.hiddenElement.innerHTML="<option selected>"+this.text+"</option>",(e=this.hiddenElement.querySelector("option")).setAttribute("value",t.toString())))},n.prototype.onFilterUp=function(t){if(t.ctrlKey&&86===t.keyCode||!this.isValidKey&&40!==t.keyCode&&38!==t.keyCode)this.isValidKey=!1;else switch(this.isValidKey=!1,this.firstItem=this.dataSource&&0<this.dataSource.length?this.dataSource[0]:null,t.keyCode){case 38:case 40:"autocomplete"!==this.getModuleName()||this.isPopupOpen||this.preventAltUp||this.isRequested?this.preventAutoFill=!1:(this.preventAutoFill=!0,this.searchLists(t)),this.preventAltUp=!1,"autocomplete"!==this.getModuleName()||k.isNullOrUndefined(this.ulElement)||k.isNullOrUndefined(this.ulElement.getElementsByClassName("e-item-focus")[0])||k.attributes(this.targetElement(),{"aria-activedescendant":this.ulElement.getElementsByClassName("e-item-focus")[0].id}),t.preventDefault();break;case 46:case 8:this.typedString=this.filterInput.value,!this.isPopupOpen&&""!==this.typedString||this.isPopupOpen&&0<this.queryString.length||""===this.typedString&&""===this.queryString&&"autocomplete"!==this.getModuleName()?(this.preventAutoFill=!0,this.searchLists(t)):""===this.typedString&&(this.list&&this.resetFocusElement(),this.activeIndex=null,"dropdownlist"!==this.getModuleName())&&(this.preventAutoFill=!0,this.searchLists(t),"autocomplete"===this.getModuleName())&&this.hidePopup(),t.preventDefault();break;default:this.isFiltering()&&"combobox"===this.getModuleName()&&k.isNullOrUndefined(this.list)&&(this.getInitialData=!0,this.renderList()),this.typedString=this.filterInput.value,this.preventAutoFill=!1,this.searchLists(t),(this.enableVirtualization&&"autocomplete"!==this.getModuleName()||"autocomplete"===this.getModuleName()&&!(this.dataSource instanceof m.DataManager)||"autocomplete"===this.getModuleName()&&this.dataSource instanceof m.DataManager&&0!=this.totalItemCount)&&this.getFilteringSkeletonCount()}},n.prototype.onFilterDown=function(t){switch(t.keyCode){case 13:break;case 40:case 38:this.queryString=this.filterInput.value,t.preventDefault();break;case 9:this.isPopupOpen&&"autocomplete"!==this.getModuleName()&&t.preventDefault();break;default:this.prevSelectPoints=this.getSelectionPoints(),this.queryString=this.filterInput.value}},n.prototype.removeFillSelection=function(){var t;this.isInteracted&&(t=this.getSelectionPoints(),this.inputElement.setSelectionRange(t.end,t.end))},n.prototype.getQuery=function(t){var e,i,s;if(!this.isCustomFilter&&this.allowFiltering&&this.filterInput?(e=t?t.clone():this.query?this.query.clone():new m.Query,i=""===this.typedString?"contains":this.filterType,s=this.typeOfData(this.dataSource).typeof,(this.dataSource instanceof m.DataManager||"string"!==s)&&"number"!==s?("combobox"!==this.getModuleName()||this.isFiltering()&&"combobox"===this.getModuleName()&&""!==this.typedString)&&(s=this.fields.text||"",e.where(s,i,this.typedString,this.ignoreCase,this.ignoreAccent)):e.where("",i,this.typedString,this.ignoreCase,this.ignoreAccent)):e=this.enableVirtualization&&!k.isNullOrUndefined(this.customFilterQuery)?this.customFilterQuery.clone():t?t.clone():this.query?this.query.clone():new m.Query,this.enableVirtualization&&0!=this.viewPortInfo.endIndex){var l=this.getTakeValue(),n=!1;if(e)for(var a=0;a<e.queries.length;a++)if("onSkip"===e.queries[a].fn){n=!0;break}var o=0,r=0;if(e&&0<e.queries.length)for(var h=0;h<e.queries.length;h++)"onSkip"===e.queries[h].fn&&(r=e.queries[h].e.nos),"onTake"===e.queries[h].fn&&(o=l<=e.queries[h].e.nos?e.queries[h].e.nos:l);if(o<=0&&this.query&&0<this.query.queries.length)for(var u=0;u<this.query.queries.length;u++)"onTake"===this.query.queries[u].fn&&(o=l<=this.query.queries[u].e.nos?this.query.queries[u].e.nos:l);if(e&&0<e.queries.length)for(var p=0;p<e.queries.length;p++)"onSkip"===e.queries[p].fn?(r=e.queries[p].e.nos,e.queries.splice(p,1),--p):"onTake"===e.queries[p].fn&&(o=e.queries[p].e.nos<=o?o:e.queries[p].e.nos,e.queries.splice(p,1),--p);!this.allowFiltering&&this.isPopupOpen&&n||(0<r?e.skip(r):e.skip(this.virtualItemStartIndex)),this.isIncrementalRequest?e.take(this.incrementalEndIndex):0<o?e.take(o):e.take(l),e.requiresCount()}return e},n.prototype.getSelectionPoints=function(){var t=this.inputElement;return{start:Math.abs(t.selectionStart),end:Math.abs(t.selectionEnd)}},n.prototype.searchLists=function(t){var s,l=this;this.isTyped=!0,this.activeIndex=null,this.isListSearched=!0,this.filterInput.parentElement.querySelector("."+d.clearIcon)&&(this.filterInput.parentElement.querySelector("."+d.clearIcon).style.visibility=""===this.filterInput.value?"hidden":"visible"),this.isDataFetched=!1,this.isFiltering()&&(this.checkAndResetCache(),s={preventDefaultAction:!1,text:this.filterInput.value,updateData:function(t,e,i){s.cancel||(l.isCustomFilter=!0,l.customFilterQuery=e.clone(),l.filteringAction(t,e,i))},baseEventArgs:t,cancel:!1},this.trigger("filtering",s,function(t){t.cancel||l.isCustomFilter||t.preventDefaultAction||l.filteringAction(l.dataSource,null,l.fields)}))},n.prototype.filter=function(t,e,i){this.isCustomFilter=!0,this.filteringAction(t,e,i)},n.prototype.filteringAction=function(t,e,i){var s,l;k.isNullOrUndefined(this.filterInput)||(this.beforePopupOpen=!(!this.isPopupOpen&&"combobox"===this.getModuleName()&&""===this.filterInput.value||this.getInitialData),s=this.list.classList.contains(y.noData),""!==this.filterInput.value.trim()||this.itemTemplate?(this.isNotSearchList=!1,e=""===this.filterInput.value.trim()?null:e,this.enableVirtualization&&this.isFiltering()&&this.isTyped&&(this.isPreventScrollAction=!0,this.list.scrollTop=0,this.previousStartIndex=0,this.virtualListInfo=null),this.resetList(t,i,e),"dropdownlist"===this.getModuleName()&&this.list.classList.contains(y.noData)&&(this.popupContentElement.setAttribute("role","status"),this.popupContentElement.setAttribute("id","no-record"),k.attributes(this.filterInputObj.container,{"aria-activedescendant":"no-record"})),this.enableVirtualization&&s&&!this.list.classList.contains(y.noData)&&(this.list.querySelector(".e-virtual-ddl-content")||this.list.appendChild(this.createElement("div",{className:"e-virtual-ddl-content",styles:this.getTransformValues()})).appendChild(this.list.querySelector(".e-list-parent")),this.list.querySelector(".e-virtual-ddl")||(l=this.createElement("div",{id:this.element.id+"_popup",className:"e-virtual-ddl",styles:this.GetVirtualTrackHeight()}),document.getElementsByClassName("e-popup")[0].querySelector(".e-dropdownbase").appendChild(l)))):(this.actionCompleteData.isUpdated=!1,this.isTyped=!1,k.isNullOrUndefined(this.actionCompleteData.ulElement)||k.isNullOrUndefined(this.actionCompleteData.list)||(this.enableVirtualization&&(this.isFiltering()&&(this.isPreventScrollAction=!0,this.list.scrollTop=0,this.previousStartIndex=0,this.virtualListInfo=null),this.totalItemCount=this.dataSource&&this.dataSource.length?this.dataSource.length:0,this.resetList(t,i,e),s)&&!this.list.classList.contains(y.noData)&&(this.list.querySelector(".e-virtual-ddl-content")||this.list.appendChild(this.createElement("div",{className:"e-virtual-ddl-content",styles:this.getTransformValues()})).appendChild(this.list.querySelector(".e-list-parent")),this.list.querySelector(".e-virtual-ddl")||(l=this.createElement("div",{id:this.element.id+"_popup",className:"e-virtual-ddl",styles:this.GetVirtualTrackHeight()}),document.getElementsByClassName("e-popup")[0].querySelector(".e-dropdownbase").appendChild(l))),this.onActionComplete(this.actionCompleteData.ulElement,this.actionCompleteData.list)),this.isTyped=!0,k.isNullOrUndefined(this.itemData)||"dropdownlist"!==this.getModuleName()||(this.focusIndexItem(),this.setScrollPosition()),this.isNotSearchList=!0),this.enableVirtualization&&this.getFilteringSkeletonCount(),this.renderReactTemplates())},n.prototype.setSearchBox=function(t){var e,i;return this.isFiltering()?(e=t.querySelector("."+d.filterParent)?t.querySelector("."+d.filterParent):this.createElement("span",{className:d.filterParent}),this.filterInput=this.createElement("input",{attrs:{type:"text"},className:d.filterInput}),this.element.parentNode.insertBefore(this.filterInput,this.element),i=!1,k.Browser.isDevice&&(i=!0),this.filterInputObj=h.Input.createInput({element:this.filterInput,buttons:i?[d.backIcon,d.filterBarClearIcon]:[d.filterBarClearIcon],properties:{placeholder:this.filterBarPlaceholder}},this.createElement),k.isNullOrUndefined(this.cssClass)||(-1!==this.cssClass.split(" ").indexOf("e-outline")?k.addClass([this.filterInputObj.container],"e-outline"):-1!==this.cssClass.split(" ").indexOf("e-filled")&&k.addClass([this.filterInputObj.container],"e-filled")),k.append([this.filterInputObj.container],e),k.prepend([e],t),k.attributes(this.filterInput,{"aria-disabled":"false",role:"combobox",autocomplete:"off",autocapitalize:"off",spellcheck:"false"}),this.clearIconElement=this.filterInput.parentElement.querySelector("."+d.clearIcon),!k.Browser.isDevice&&this.clearIconElement&&(k.EventHandler.add(this.clearIconElement,"click",this.clearText,this),this.clearIconElement.style.visibility="hidden"),k.Browser.isDevice?this.searchKeyModule=new k.KeyboardEvents(this.filterInput,{keyAction:this.mobileKeyActionHandler.bind(this),keyConfigs:this.keyConfigure,eventName:"keydown"}):this.searchKeyModule=new k.KeyboardEvents(this.filterInput,{keyAction:this.keyActionHandler.bind(this),keyConfigs:this.keyConfigure,eventName:"keydown"}),k.EventHandler.add(this.filterInput,"input",this.onInput,this),k.EventHandler.add(this.filterInput,"keyup",this.onFilterUp,this),k.EventHandler.add(this.filterInput,"keydown",this.onFilterDown,this),k.EventHandler.add(this.filterInput,"blur",this.onBlurHandler,this),k.EventHandler.add(this.filterInput,"paste",this.pasteHandler,this),this.filterInputObj):lt},n.prototype.onInput=function(t){this.isValidKey=!0,"combobox"===this.getModuleName()&&this.updateIconState(),k.Browser.isDevice&&"mozilla"===k.Browser.info.name&&(this.typedString=this.filterInput.value,this.preventAutoFill=!0,this.searchLists(t))},n.prototype.pasteHandler=function(t){var e=this;setTimeout(function(){e.typedString=e.filterInput.value,e.searchLists(t)})},n.prototype.onActionFailure=function(t){p.prototype.onActionFailure.call(this,t),this.beforePopupOpen&&this.renderPopup()},n.prototype.getTakeValue=function(){return this.allowFiltering&&"dropdownlist"===this.getModuleName()&&k.Browser.isDevice?Math.round(window.outerHeight/this.listItemHeight):this.itemCount},n.prototype.onActionComplete=function(t,e,i,s){var l,n,a,o,r,h,u=this;this.dataSource instanceof m.DataManager&&!k.isNullOrUndefined(i)&&!this.virtualGroupDataSource&&(this.totalItemCount=i.count),this.isNotSearchList&&!this.enableVirtualization?this.isNotSearchList=!1:(this.getInitialData&&this.updateActionCompleteDataValues(t,e),this.preventPopupOpen||"combobox"!==this.getModuleName()||(this.beforePopupOpen=!0,this.preventPopupOpen=!0),l=this.itemCount,!this.isActive&&k.isNullOrUndefined(t)||(h=this.selectedLI?this.selectedLI.cloneNode(!0):null,p.prototype.onActionComplete.call(this,t,e,i),this.skeletonCount=0!=this.totalItemCount&&this.totalItemCount<2*this.itemCount?0:this.skeletonCount,this.updateSelectElementData(this.allowFiltering),this.isRequested&&!k.isNullOrUndefined(this.searchKeyEvent)&&"keydown"===this.searchKeyEvent.type&&(this.isRequested=!1,this.keyActionHandler(this.searchKeyEvent),this.searchKeyEvent=null),this.isRequested&&!k.isNullOrUndefined(this.searchKeyEvent)&&(this.incrementalSearch(this.searchKeyEvent),this.searchKeyEvent=null),this.enableVirtualization||(this.list.scrollTop=0),k.isNullOrUndefined(t)||k.attributes(t,{id:this.element.id+"_options",role:"listbox","aria-hidden":"false","aria-label":"listbox"}),this.initialRemoteRender?(this.initial=!0,this.activeIndex=this.index,this.initialRemoteRender=!1,!(this.value&&this.dataSource instanceof m.DataManager)||(n=k.isNullOrUndefined(this.fields.value)?this.fields.text:this.fields.value,a=this.allowObjectBinding&&!k.isNullOrUndefined(this.value)?k.getValue(n,this.value):this.value,o=this.fields.value.split("."),r=e.some(function(t){return k.isNullOrUndefined(t[n])&&1<o.length?u.checkFieldValue(t,o)===a:t[n]===a}),r=this.enableVirtualization&&this.virtualGroupDataSource?this.virtualGroupDataSource.some(function(t){return k.isNullOrUndefined(t[n])&&1<o.length?u.checkFieldValue(t,o)===a:t[n]===a}):r)?this.updateValues():this.dataSource.executeQuery(this.getQuery(this.query).where(new m.Predicate(n,"equal",a))).then(function(t){0<t.result.length&&u.addItem(t.result,e.length),u.updateValues()}),this.initial=!1):"autocomplete"===this.getModuleName()&&this.value&&this.setInputValue(),"autocomplete"!==this.getModuleName()&&this.isFiltering()&&!this.isTyped?((!this.actionCompleteData.isUpdated||!this.isCustomFilter&&!this.isFilterFocus||k.isNullOrUndefined(this.itemData)&&this.allowFiltering&&(this.dataSource instanceof m.DataManager||!k.isNullOrUndefined(this.dataSource)&&!k.isNullOrUndefined(this.dataSource.length)&&0!==this.dataSource.length))&&(this.itemTemplate&&"EJS-COMBOBOX"===this.element.tagName&&this.allowFiltering?setTimeout(function(){u.updateActionCompleteDataValues(t,e)},0):this.updateActionCompleteDataValues(t,e)),((this.allowCustom||this.allowFiltering&&!this.isValueInList(e,this.value)&&this.dataSource instanceof m.DataManager)&&!this.enableVirtualization||(this.allowCustom||this.allowFiltering&&this.isValueInList(e,this.value))&&!this.enableVirtualization)&&this.addNewItem(e,h),(!k.isNullOrUndefined(this.itemData)||k.isNullOrUndefined(this.itemData)&&this.enableVirtualization)&&(this.getSkeletonCount(),this.skeletonCount=0!=this.totalItemCount&&this.totalItemCount<2*this.itemCount?0:this.skeletonCount,this.UpdateSkeleton(),this.focusIndexItem()),this.enableVirtualization&&this.updateActionCompleteDataValues(t,e)):this.enableVirtualization&&"autocomplete"!==this.getModuleName()&&!this.isFiltering()?(r=this.getItemData().value,this.activeIndex=this.getIndexByValue(r),h=this.findListElement(this.list,"li","data-value",r),this.selectedLI=h):this.enableVirtualization&&"autocomplete"===this.getModuleName()&&(this.activeIndex=this.skeletonCount),this.beforePopupOpen&&(this.renderPopup(i),this.enableVirtualization&&!this.list.querySelector(".e-virtual-list")&&(this.UpdateSkeleton(),this.liCollections=this.list.querySelectorAll(".e-list-item")),this.enableVirtualization)&&l!=this.itemCount&&this.resetList(this.dataSource,this.fields)))},n.prototype.isValueInList=function(t,e){if(Array.isArray(t)){for(var i=0;i<t.length;i++)if(t[i]===e)return!0}else if("object"==typeof t&&null!==t)for(var s in t)if(Object.prototype.hasOwnProperty.call(t,s)&&t[s]===e)return!0;return!1},n.prototype.checkFieldValue=function(t,e){var i=t;return e.forEach(function(t){i=i[t]}),i},n.prototype.updateActionCompleteDataValues=function(t,e){this.actionCompleteData={ulElement:t.cloneNode(!0),list:e,isUpdated:!0},this.actionData.list!==this.actionCompleteData.list&&this.actionCompleteData.ulElement&&this.actionCompleteData.list&&(this.actionData=this.actionCompleteData)},n.prototype.addNewItem=function(t,e){var i,s=this;k.isNullOrUndefined(this.itemData)||k.isNullOrUndefined(e)||(i=this.getItemData().value,t.some(function(t){return("string"==typeof t||"number"==typeof t)&&t===i||k.getValue(s.fields.value,t)===i}))||this.addItem(this.itemData)},n.prototype.updateActionCompleteData=function(t,e,i){var s=this;"autocomplete"!==this.getModuleName()&&this.actionCompleteData.ulElement&&(this.itemTemplate&&"EJS-COMBOBOX"===this.element.tagName&&this.allowFiltering?setTimeout(function(){s.actionCompleteDataUpdate(t,e,i)},0):this.actionCompleteDataUpdate(t,e,i))},n.prototype.actionCompleteDataUpdate=function(t,e,i){null!==i?this.actionCompleteData.ulElement.insertBefore(t.cloneNode(!0),this.actionCompleteData.ulElement.childNodes[i]):this.actionCompleteData.ulElement.appendChild(t.cloneNode(!0)),this.isFiltering()&&this.actionCompleteData.list&&this.actionCompleteData.list.indexOf(e)<0&&this.actionCompleteData.list.push(e)},n.prototype.focusIndexItem=function(){var t=this.getItemData().value,t=(this.activeIndex=this.enableVirtualization&&!k.isNullOrUndefined(t)||!this.enableVirtualization?this.getIndexByValue(t):this.activeIndex,this.findListElement(this.list,"li","data-value",t));this.selectedLI=t,this.activeItem(t),this.enableVirtualization&&k.isNullOrUndefined(t)||this.removeFocus()},n.prototype.updateSelection=function(){var t=this.list.querySelector("."+y.selected);t?(this.setProperties({index:this.getIndexByValue(t.getAttribute("data-value"))}),this.activeIndex=this.index):(this.removeFocus(),this.list.querySelector("."+y.li).classList.add(d.focus))},n.prototype.updateSelectionList=function(){var t;this.list&&this.list.querySelector(".e-active")||k.isNullOrUndefined(this.value)||(t=this.allowObjectBinding?k.getValue(this.fields.value||"",this.value):this.value,!(t=this.findListElement(this.list,"li","data-value",t)))||t.classList.add("e-active")},n.prototype.removeFocus=function(){var t=this.list.querySelectorAll("."+d.focus);t&&t.length&&k.removeClass(t,d.focus)},n.prototype.renderPopup=function(r){var h=this;this.popupObj&&document.body.contains(this.popupObj.element)?this.refreshPopup():this.trigger("beforeOpen",{cancel:!1},function(t){if(t.cancel)h.beforePopupOpen=!1;else{var t=h.createElement("div",{id:h.element.id+"_popup",className:"e-ddl e-popup "+(null!==h.cssClass?h.cssClass:"")}),e=(t.setAttribute("aria-label",h.element.id),t.setAttribute("role","dialog"),h.setSearchBox(t)),i=(h.listContainerHeight=h.allowFiltering&&"dropdownlist"===h.getModuleName()&&k.Browser.isDevice?k.formatUnit(Math.round(window.outerHeight).toString()+"px"):k.formatUnit(h.popupHeight),h.headerTemplate&&h.setHeaderTemplate(t),k.append([h.list],t),h.footerTemplate&&h.setFooterTemplate(t),document.body.appendChild(t),t.style.top="0px",h.enableVirtualization&&h.itemTemplate&&(i=t.querySelectorAll("li.e-list-item:not(.e-virtual-list)"),h.listItemHeight=0<i.length?Math.ceil(i[0].getBoundingClientRect().height):0),h.enableVirtualization&&!h.list.classList.contains(y.noData)&&(h.getSkeletonCount(),h.skeletonCount=h.totalItemCount<2*h.itemCount?0:h.skeletonCount,h.list.querySelector(".e-virtual-ddl-content")?h.list.getElementsByClassName("e-virtual-ddl-content")[0].style=h.getTransformValues():h.list.appendChild(h.createElement("div",{className:"e-virtual-ddl-content",styles:h.getTransformValues()})).appendChild(h.list.querySelector(".e-list-parent")),h.UpdateSkeleton(),h.liCollections=h.list.querySelectorAll("."+y.li),h.virtualItemCount=h.itemCount,h.list.querySelector(".e-virtual-ddl")?h.list.getElementsByClassName("e-virtual-ddl")[0].style=h.GetVirtualTrackHeight():(i=h.createElement("div",{id:h.element.id+"_popup",className:"e-virtual-ddl",styles:h.GetVirtualTrackHeight()}),t.querySelector(".e-dropdownbase").appendChild(i))),t.style.visibility="hidden","auto"!==h.popupHeight?(h.searchBoxHeight=0,k.isNullOrUndefined(e.container)||"combobox"===h.getModuleName()||"autocomplete"===h.getModuleName()||(h.searchBoxHeight=e.container.parentElement.getBoundingClientRect().height,h.listContainerHeight=(parseInt(h.listContainerHeight,10)-h.searchBoxHeight).toString()+"px"),h.headerTemplate&&(h.header=h.header||t.querySelector(".e-ddl-header"),s=Math.round(h.header.getBoundingClientRect().height),h.listContainerHeight=(parseInt(h.listContainerHeight,10)-(s+h.searchBoxHeight)).toString()+"px"),h.footerTemplate&&(h.footer=h.footer||t.querySelector(".e-ddl-footer"),s=Math.round(h.footer.getBoundingClientRect().height),h.listContainerHeight=(parseInt(h.listContainerHeight,10)-(s+h.searchBoxHeight)).toString()+"px"),h.list.style.maxHeight=(parseInt(h.listContainerHeight,10)-2).toString()+"px",t.style.maxHeight=k.formatUnit(h.popupHeight)):t.style.height="auto",0),s=void 0;h.isPreventScrollAction=!0,!k.isNullOrUndefined(h.selectedLI)&&!k.isNullOrUndefined(h.activeIndex)&&0<=h.activeIndex||h.enableVirtualization?h.setScrollPosition():h.list.scrollTop=0,k.Browser.isDevice&&!h.allowFiltering&&("dropdownlist"===h.getModuleName()||h.isDropDownClick&&"combobox"===h.getModuleName())&&(i=h.getOffsetValue(t),o=h.isEmptyList()?h.list:h.liCollections[0],k.isNullOrUndefined(h.inputElement)||(s=-(parseInt(getComputedStyle(o).textIndent,10)-parseInt(getComputedStyle(h.inputElement).paddingLeft,10)+parseInt(getComputedStyle(h.inputElement.parentElement).borderLeftWidth,10)))),h.createPopup(t,i,s),h.popupContentElement=h.popupObj.element.querySelector(".e-content"),h.getFocusElement(),h.checkCollision(t),k.Browser.isDevice&&(parseInt(h.popupWidth.toString(),10)>window.outerWidth&&("dropdownlist"!==h.getModuleName()||!h.allowFiltering)&&h.popupObj.element.classList.add("e-wide-popup"),h.popupObj.element.classList.add(d.device),("dropdownlist"===h.getModuleName()||"combobox"===h.getModuleName()&&!h.allowFiltering&&h.isDropDownClick)&&(h.popupObj.collision={X:"fit",Y:"fit"}),h.isFilterLayout())&&(h.popupObj.element.classList.add(d.mobileFilter),h.popupObj.position={X:0,Y:0},h.popupObj.dataBind(),k.attributes(h.popupObj.element,{style:"left:0px;right:0px;top:0px;bottom:0px;"}),k.addClass([document.body,h.popupObj.element],d.popupFullScreen),h.setSearchBoxPosition(),h.backIconElement=e.container.querySelector(".e-back-icon"),h.clearIconElement=e.container.querySelector("."+d.clearIcon),k.EventHandler.add(h.backIconElement,"click",h.clickOnBackIcon,h),k.EventHandler.add(h.clearIconElement,"click",h.clearText,h)),t.style.visibility="visible",k.addClass([t],"e-popup-close");for(var l=0,n=h.popupObj.getScrollableParent(h.inputWrapper.container);l<n.length;l++){var a=n[l];k.EventHandler.add(a,"scroll",h.scrollHandler,h)}k.isNullOrUndefined(h.list)||(h.unWireListEvents(),h.wireListEvents()),h.selectedElementID=h.selectedLI?h.selectedLI.id:null,h.enableVirtualization&&(h.notify("bindScrollEvent",{module:"VirtualScroll",component:h.getModuleName(),enable:h.enableVirtualization}),setTimeout(function(){(h.value||h.list.querySelector(".e-active"))&&(h.updateSelectionList(),h.selectedValueInfo&&h.viewPortInfo&&h.viewPortInfo.offsets.top?h.list.scrollTop=h.viewPortInfo.offsets.top:h.scrollBottom(!0,!0))},5)),k.attributes(h.targetElement(),{"aria-expanded":"true","aria-owns":h.element.id+"_popup","aria-controls":h.element.id}),"dropdownlist"!==h.getModuleName()&&h.list.classList.contains("e-nodata")&&(k.attributes(h.targetElement(),{"aria-activedescendant":"no-record"}),h.popupContentElement.setAttribute("role","status"),h.popupContentElement.setAttribute("id","no-record")),h.inputElement.setAttribute("aria-expanded","true"),h.inputElement.setAttribute("aria-controls",h.element.id+"_popup");var o=h.isFiltering()?h.filterInput.parentElement:h.inputWrapper.container,i=(k.addClass([o],[d.inputFocus]),h.beforePopupOpen=!0,h.popupObj);h.trigger("open",{popup:i,event:r,cancel:!1,animation:{name:"FadeIn",duration:100}},function(t){t.cancel?(h.beforePopupOpen=!1,h.destroyPopup()):(k.isNullOrUndefined(h.inputWrapper)||k.addClass([h.inputWrapper.container],[d.iconAnimation]),h.renderReactTemplates(),k.isNullOrUndefined(h.popupObj)||h.popupObj.show(new k.Animation(t.animation),1e3===h.zIndex?h.element:null))})}})},n.prototype.checkCollision=function(t){k.Browser.isDevice&&(!k.Browser.isDevice||"dropdownlist"===this.getModuleName()||this.isDropDownClick)||(0<o.isCollide(t).length&&(t.style.marginTop=-parseInt(getComputedStyle(t).marginTop,10)+"px"),this.popupObj.resolveCollision())},n.prototype.getOffsetValue=function(t){var t=getComputedStyle(t),e=parseInt(t.borderTopWidth,10),t=parseInt(t.borderBottomWidth,10);return this.setPopupPosition(e+t)},n.prototype.createPopup=function(t,e,i){var s=this;this.popupObj=new o.Popup(t,{width:this.setWidth(),targetType:"relative",relateTo:this.inputWrapper.container,collision:this.enableRtl?{X:"fit",Y:"flip"}:{X:"flip",Y:"flip"},offsetY:e,enableRtl:this.enableRtl,offsetX:i,position:this.enableRtl?{X:"right",Y:"bottom"}:{X:"left",Y:"bottom"},zIndex:this.zIndex,close:function(){s.isDocumentClick||s.focusDropDown(),s.isReact&&s.clearTemplate(["headerTemplate","footerTemplate"]),s.isNotSearchList=!1,s.isDocumentClick=!1,s.destroyPopup(),s.isFiltering()&&s.actionCompleteData.list&&s.actionCompleteData.list[0]&&(s.isActive=!0,s.enableVirtualization?s.onActionComplete(s.ulElement,s.listData,null,!0):s.onActionComplete(s.actionCompleteData.ulElement,s.actionCompleteData.list,null,!0))},open:function(){k.EventHandler.add(document,"mousedown",s.onDocumentClick,s),s.isPopupOpen=!0;var t=s.actionCompleteData&&s.actionCompleteData.ulElement&&s.actionCompleteData.ulElement.querySelector("li"),e=s.list.querySelector("ul li");k.isNullOrUndefined(s.ulElement)||k.isNullOrUndefined(s.ulElement.getElementsByClassName("e-item-focus")[0])?k.isNullOrUndefined(s.ulElement)||k.isNullOrUndefined(s.ulElement.getElementsByClassName("e-active")[0])||k.attributes(s.targetElement(),{"aria-activedescendant":s.ulElement.getElementsByClassName("e-active")[0].id}):k.attributes(s.targetElement(),{"aria-activedescendant":s.ulElement.getElementsByClassName("e-item-focus")[0].id}),s.isFiltering()&&s.itemTemplate&&s.element.tagName===s.getNgDirective()&&t&&e&&t.textContent!==e.textContent&&"EJS-COMBOBOX"!==s.element.tagName&&s.cloneElements(),s.isFilterLayout()&&(k.removeClass([s.inputWrapper.container],[d.inputFocus]),s.isFilterFocus=!0,s.filterInput.focus(),s.inputWrapper.clearButton)&&k.addClass([s.inputWrapper.clearButton],d.clearIconHide),s.activeStateChange()},targetExitViewport:function(){k.Browser.isDevice||s.hidePopup()}})},n.prototype.isEmptyList=function(){return!k.isNullOrUndefined(this.liCollections)&&0===this.liCollections.length},n.prototype.getFocusElement=function(){},n.prototype.isFilterLayout=function(){return"dropdownlist"===this.getModuleName()&&this.allowFiltering},n.prototype.scrollHandler=function(){k.Browser.isDevice&&("dropdownlist"===this.getModuleName()&&!this.isFilterLayout()||"combobox"===this.getModuleName()&&!this.allowFiltering&&this.isDropDownClick)&&this.element&&!this.isElementInViewport(this.element)&&this.hidePopup()},n.prototype.isElementInViewport=function(t){t=t.getBoundingClientRect();return 0<=t.top&&0<=t.left&&t.bottom<=window.innerHeight&&t.right<=window.innerWidth},n.prototype.setSearchBoxPosition=function(){var t=this.filterInput.parentElement.getBoundingClientRect().height,t=(this.popupObj.element.style.maxHeight="100%",this.popupObj.element.style.width="100%",this.list.style.maxHeight=window.innerHeight-t+"px",this.list.style.height=window.innerHeight-t+"px",this.filterInput.parentElement.querySelector("."+d.clearIcon));k.detach(this.filterInput),t.parentElement.insertBefore(this.filterInput,t)},n.prototype.setPopupPosition=function(t){var e,i=this.list.querySelector("."+d.focus)||this.selectedLI,s=this.isEmptyList()?this.list:this.liCollections[0],l=this.isEmptyList()?this.list:this.liCollections[this.getItems().length-1],n=s.getBoundingClientRect().height,a=(this.listItemHeight=n,this.list.offsetHeight/2),s=(k.isNullOrUndefined(i)?s:i).offsetTop,l=(l.offsetTop-a<s&&!k.isNullOrUndefined(this.liCollections)&&0<this.liCollections.length&&!k.isNullOrUndefined(i)?(l=this.list.offsetHeight/n,e=parseInt(getComputedStyle(this.list).paddingBottom,10),e=(l-(this.liCollections.length-this.activeIndex))*n-t+e,this.list.scrollTop=i.offsetTop):a<s&&!this.enableVirtualization?(e=a-n/2,this.list.scrollTop=s-a+n/2):e=s,this.inputWrapper.container.offsetHeight);return-(e=e+n+t-(n-l)/2)},n.prototype.setWidth=function(){var t,e=k.formatUnit(this.popupWidth);return-1<e.indexOf("%")&&(e=(this.inputWrapper.container.offsetWidth*parseFloat(e)/100).toString()+"px"),k.Browser.isDevice&&-1<e.indexOf("px")&&!this.allowFiltering&&("dropdownlist"===this.getModuleName()||this.isDropDownClick&&"combobox"===this.getModuleName())&&(t=this.isEmptyList()?this.list:this.liCollections[0],e=parseInt(e,10)+2*(parseInt(getComputedStyle(t).textIndent,10)-parseInt(getComputedStyle(this.inputElement).paddingLeft,10)+parseInt(getComputedStyle(this.inputElement.parentElement).borderLeftWidth,10))+"px"),e},n.prototype.scrollBottom=function(t,e,i){var s,l,n,a,o,r,h,u=this;void 0===e&&(e=!1),void 0===i&&(i=null),k.isNullOrUndefined(this.selectedLI)&&this.enableVirtualization&&(this.selectedLI=this.list.querySelector("."+y.li),!k.isNullOrUndefined(this.selectedLI))&&this.selectedLI.classList.contains("e-virtual-list")&&(this.selectedLI=this.liCollections[this.skeletonCount]),k.isNullOrUndefined(this.selectedLI)||(this.isUpwardScrolling=!1,h=this.list.querySelectorAll(".e-virtual-list").length,s=this.list.querySelector("li:last-of-type")?this.list.querySelector("li:last-of-type").getAttribute("data-value"):null,r=this.virtualListInfo&&this.virtualListInfo.startIndex?this.selectedLI.offsetTop+this.virtualListInfo.startIndex*this.selectedLI.offsetHeight:this.selectedLI.offsetTop,l=this.list.offsetHeight,n=r-h*this.selectedLI.offsetHeight+this.selectedLI.offsetHeight-this.list.scrollTop,o=this.list.scrollTop+n-l,a=!1,o=t?o+2*parseInt(getComputedStyle(this.list).paddingTop,10):o+parseInt(getComputedStyle(this.list).paddingTop,10),t=r-h*this.selectedLI.offsetHeight+this.selectedLI.offsetHeight-this.list.scrollTop,t=this.fields.groupBy&&!k.isNullOrUndefined(this.fixedHeaderElement)?t-this.fixedHeaderElement.offsetHeight:t,0!==this.activeIndex||this.enableVirtualization?(l<n||!(0<t&&this.list.offsetHeight>t))&&(r=this.selectedLI?this.selectedLI.getAttribute("data-value"):null,h="pageDown"==i?this.getPageCount()-2:1,!this.enableVirtualization||this.isKeyBoardAction||e?this.isKeyBoardAction&&this.enableVirtualization&&s&&r===s&&"end"!=i&&!this.isVirtualScrolling?(this.isPreventKeyAction=!0,this.enableVirtualization&&this.itemTemplate?this.list.scrollTop+=o:(this.enableVirtualization&&(h="pageDown"==i?this.getPageCount()+1:h),this.list.scrollTop+=this.selectedLI.offsetHeight*h),this.isPreventKeyAction=!this.IsScrollerAtEnd()&&this.isPreventKeyAction,this.isKeyBoardAction=!1,this.isPreventScrollAction=!1):this.enableVirtualization&&"end"==i?(this.isPreventKeyAction=!1,this.isKeyBoardAction=!1,this.isPreventScrollAction=!1,this.list.scrollTop=this.list.scrollHeight):("pageDown"==i&&this.enableVirtualization&&!this.isVirtualScrolling&&(this.isPreventKeyAction=!1,this.isKeyBoardAction=!1,this.isPreventScrollAction=!1),this.list.scrollTop=o):this.list.scrollTop=this.virtualListInfo&&this.virtualListInfo.startIndex?this.virtualListInfo.startIndex*this.listItemHeight:0,a=this.isKeyBoardAction):(this.list.scrollTop=0,a=this.isKeyBoardAction),this.isKeyBoardAction=a,this.enableVirtualization&&this.fields.groupBy&&this.fixedHeaderElement&&"down"==i&&setTimeout(function(){u.scrollStop(null,!0)},100))},n.prototype.scrollTop=function(t){var e,i,s,l,n;void 0===t&&(t=null),k.isNullOrUndefined(this.selectedLI)||(l=this.list.querySelectorAll(".e-virtual-list").length,i=(s=this.virtualListInfo&&this.virtualListInfo.startIndex?this.selectedLI.offsetTop+this.virtualListInfo.startIndex*this.selectedLI.offsetHeight:this.selectedLI.offsetTop)-l*this.selectedLI.offsetHeight-this.list.scrollTop,e=this.list.querySelector("li.e-list-item:not(.e-virtual-list)")?this.list.querySelector("li.e-list-item:not(.e-virtual-list)").getAttribute("data-value"):null,i=this.fields.groupBy&&!k.isNullOrUndefined(this.fixedHeaderElement)?i-this.fixedHeaderElement.offsetHeight:i,s=s-l*this.selectedLI.offsetHeight+this.selectedLI.offsetHeight-this.list.scrollTop,l=this.enableVirtualization&&"autocomplete"===this.getModuleName()&&i<=0,0!==this.activeIndex||this.enableVirtualization?i<0||l?(l=this.selectedLI?this.selectedLI.getAttribute("data-value"):null,n="pageUp"==t?this.getPageCount()-2:1,this.enableVirtualization&&(n="pageUp"==t?this.getPageCount():n),this.enableVirtualization&&this.isKeyBoardAction&&e&&l===e&&"home"!=t&&!this.isVirtualScrolling?(this.isUpwardScrolling=!0,this.isPreventKeyAction=!0,this.list.scrollTop-=this.selectedLI.offsetHeight*n,this.isPreventKeyAction=0!=this.list.scrollTop&&this.isPreventKeyAction,this.isKeyBoardAction=!1,this.isPreventScrollAction=!1):this.enableVirtualization&&"home"==t?(this.isPreventScrollAction=!1,this.isPreventKeyAction=!0,this.isKeyBoardAction=!1,this.list.scrollTo(0,0)):("pageUp"==t&&this.enableVirtualization&&!this.isVirtualScrolling&&(this.isPreventKeyAction=!1,this.isKeyBoardAction=!1,this.isPreventScrollAction=!1),this.list.scrollTop=this.list.scrollTop+i)):0<s&&this.list.offsetHeight>s||(this.list.scrollTop=this.selectedLI.offsetTop-(this.fields.groupBy&&!k.isNullOrUndefined(this.fixedHeaderElement)?this.fixedHeaderElement.offsetHeight:0)):this.list.scrollTop=0)},n.prototype.isEditTextBox=function(){return!1},n.prototype.isFiltering=function(){return this.allowFiltering},n.prototype.isPopupButton=function(){return!0},n.prototype.setScrollPosition=function(t){if(this.isPreventScrollAction=!0,k.isNullOrUndefined(t))this.scrollBottom(!0);else switch(t.action){case"pageDown":case"down":case"end":this.isKeyBoardAction=!0,this.scrollBottom(!1,!1,t.action);break;default:this.isKeyBoardAction="up"==t.action||"pageUp"==t.action||"open"==t.action,this.scrollTop(t.action)}this.isKeyBoardAction=!1},n.prototype.clearText=function(){this.filterInput.value=this.typedString="",this.searchLists(null),this.enableVirtualization&&(this.list.scrollTop=0,this.totalItemCount=this.dataCount=this.dataSource&&this.dataSource.length?this.dataSource.length:0,this.list.getElementsByClassName("e-virtual-ddl")[0]&&(this.list.getElementsByClassName("e-virtual-ddl")[0].style=this.GetVirtualTrackHeight()),this.getSkeletonCount(),this.UpdateSkeleton(),this.liCollections=this.list.querySelectorAll(".e-list-item"),this.list.getElementsByClassName("e-virtual-ddl-content")[0])&&(this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues())},n.prototype.setEleWidth=function(t){k.isNullOrUndefined(t)||("number"==typeof t?this.inputWrapper.container.style.width=k.formatUnit(t):"string"==typeof t&&(this.inputWrapper.container.style.width=t.match(/px|%|em/)?t:k.formatUnit(t)))},n.prototype.closePopup=function(t,e){var i=this,s=!k.isNullOrUndefined(this.filterInput)&&!k.isNullOrUndefined(this.filterInput.value)&&""!==this.filterInput.value;"combobox"===this.getModuleName()&&this.typedString;if(this.isTyped=!1,this.isVirtualTrackHeight=!1,this.popupObj&&document.body.contains(this.popupObj.element)&&this.beforePopupOpen){this.keyboardEvent=null,k.EventHandler.remove(document,"mousedown",this.onDocumentClick),this.isActive=!1,"dropdownlist"===this.getModuleName()&&h.Input.destroy({element:this.filterInput,floatLabelType:this.floatLabelType,properties:{placeholder:this.filterBarPlaceholder},buttons:this.clearIconElement},this.clearIconElement),this.filterInputObj=null,this.isDropDownClick=!1,this.preventAutoFill=!1;for(var l=0,n=this.popupObj.getScrollableParent(this.inputWrapper.container);l<n.length;l++){var a=n[l];k.EventHandler.remove(a,"scroll",this.scrollHandler)}k.Browser.isDevice&&this.isFilterLayout()&&k.removeClass([document.body,this.popupObj.element],d.popupFullScreen),this.isFilterLayout()&&(k.Browser.isDevice||(this.searchKeyModule.destroy(),this.clearIconElement&&k.EventHandler.remove(this.clearIconElement,"click",this.clearText)),this.backIconElement&&(k.EventHandler.remove(this.backIconElement,"click",this.clickOnBackIcon),k.EventHandler.remove(this.clearIconElement,"click",this.clearText)),k.isNullOrUndefined(this.filterInput)||(k.EventHandler.remove(this.filterInput,"input",this.onInput),k.EventHandler.remove(this.filterInput,"keyup",this.onFilterUp),k.EventHandler.remove(this.filterInput,"keydown",this.onFilterDown),k.EventHandler.remove(this.filterInput,"blur",this.onBlurHandler),k.EventHandler.remove(this.filterInput,"paste",this.pasteHandler)),this.allowFiltering&&"dropdownlist"===this.getModuleName()&&(this.filterInput.removeAttribute("aria-activedescendant"),this.filterInput.removeAttribute("aria-disabled"),this.filterInput.removeAttribute("role"),this.filterInput.removeAttribute("autocomplete"),this.filterInput.removeAttribute("autocapitalize"),this.filterInput.removeAttribute("spellcheck")),this.filterInput=null),k.attributes(this.targetElement(),{"aria-expanded":"false"}),this.inputElement.setAttribute("aria-expanded","false"),this.targetElement().removeAttribute("aria-owns"),this.targetElement().removeAttribute("aria-activedescendant"),this.inputWrapper.container.classList.remove(d.iconAnimation),this.isFiltering()&&(this.actionCompleteData.isUpdated=!1),this.enableVirtualization&&(null==this.value||this.isTyped?(this.viewPortInfo.endIndex=this.viewPortInfo&&0<this.viewPortInfo.endIndex?this.viewPortInfo.endIndex:this.itemCount,("autocomplete"===this.getModuleName()||"dropdownlist"===this.getModuleName()&&!k.isNullOrUndefined(this.typedString)&&""!=this.typedString||"combobox"===this.getModuleName()&&this.allowFiltering&&!k.isNullOrUndefined(this.typedString)&&""!=this.typedString)&&this.checkAndResetCache()):"autocomplete"===this.getModuleName()&&this.checkAndResetCache(),"dropdownlist"!==this.getModuleName()&&"combobox"!==this.getModuleName()||0==this.skeletonCount||this.getSkeletonCount(!0)),this.beforePopupOpen=!1;t={popup:this.popupObj,cancel:!1,animation:{name:"FadeOut",duration:100,delay:t||0},event:e||null};this.trigger("close",t,function(t){var e;k.isNullOrUndefined(i.popupObj)||k.isNullOrUndefined(i.popupObj.element.querySelector(".e-fixed-head"))||((e=i.popupObj.element.querySelector(".e-fixed-head")).parentNode.removeChild(e),i.fixedHeaderElement=null),t.cancel||("autocomplete"===i.getModuleName()&&i.rippleFun(),i.isPopupOpen?i.popupObj.hide(new k.Animation(t.animation)):i.destroyPopup())}),k.Browser.isDevice&&!t.cancel&&this.popupObj.element.classList.contains("e-wide-popup")&&this.popupObj.element.classList.remove("e-wide-popup"),e=this.dataSource instanceof m.DataManager?this.virtualGroupDataSource&&this.virtualGroupDataSource.length?this.virtualGroupDataSource.length:0:this.dataSource&&this.dataSource.length?this.dataSource.length:0,this.enableVirtualization&&this.isFiltering()&&s&&this.totalItemCount!==e&&(this.updateInitialData(),this.checkAndResetCache())}},n.prototype.updateInitialData=function(){var t=this.selectData,e=this.renderItems(t,this.fields);this.list.scrollTop=0,this.virtualListInfo={currentPageNumber:null,direction:null,sentinelInfo:{},offsets:{},startIndex:0,endIndex:this.itemCount},"combobox"===this.getModuleName()&&(this.typedString=""),this.previousStartIndex=0,this.previousEndIndex=0,this.dataSource instanceof m.DataManager?0<=this.remoteDataCount?this.totalItemCount=this.dataCount=this.remoteDataCount:this.resetList(this.dataSource):this.totalItemCount=this.dataCount=this.dataSource&&this.dataSource.length?this.dataSource.length:0,this.list.getElementsByClassName("e-virtual-ddl")[0]&&(this.list.getElementsByClassName("e-virtual-ddl")[0].style=this.GetVirtualTrackHeight()),"autocomplete"!==this.getModuleName()&&0!=this.totalItemCount&&this.totalItemCount>2*this.itemCount&&this.getSkeletonCount(),this.UpdateSkeleton(),this.listData=t,this.updateActionCompleteDataValues(e,t),this.liCollections=this.list.querySelectorAll(".e-list-item"),this.list.getElementsByClassName("e-virtual-ddl-content")[0]&&(this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues())},n.prototype.destroyPopup=function(){this.isPopupOpen=!1,this.isFilterFocus=!1,this.inputElement.removeAttribute("aria-controls"),this.popupObj&&(this.popupObj.destroy(),k.detach(this.popupObj.element))},n.prototype.clickOnBackIcon=function(){this.hidePopup(),this.focusIn()},n.prototype.render=function(){this.preselectedIndex=k.isNullOrUndefined(this.index)?null:this.index,"INPUT"===this.element.tagName?(this.inputElement=this.element,k.isNullOrUndefined(this.inputElement.getAttribute("role"))&&this.inputElement.setAttribute("role","combobox"),k.isNullOrUndefined(this.inputElement.getAttribute("type"))&&this.inputElement.setAttribute("type","text"),this.inputElement.setAttribute("aria-expanded","false")):(this.inputElement=this.createElement("input",{attrs:{role:"combobox",type:"text"}}),this.element.tagName!==this.getNgDirective()&&(this.element.style.display="none"),this.element.parentElement.insertBefore(this.inputElement,this.element),this.preventTabIndex(this.inputElement));var t=this.cssClass,t=(k.isNullOrUndefined(this.cssClass)||""===this.cssClass||(t=this.cssClass.replace(/\s+/g," ").trim()),!k.isNullOrUndefined(k.closest(this.element,"fieldset"))&&k.closest(this.element,"fieldset").disabled&&(this.enabled=!1),this.inputWrapper=h.Input.createInput({element:this.inputElement,buttons:this.isPopupButton()?[d.icon]:null,floatLabelType:this.floatLabelType,properties:{readonly:"dropdownlist"===this.getModuleName()||this.readonly,placeholder:this.placeholder,cssClass:t,enabled:this.enabled,enableRtl:this.enableRtl,showClearButton:this.showClearButton}},this.createElement),this.element.tagName===this.getNgDirective()?this.element.appendChild(this.inputWrapper.container):this.inputElement.parentElement.insertBefore(this.element,this.inputElement),this.hiddenElement=this.createElement("select",{attrs:{"aria-hidden":"true","aria-label":this.getModuleName(),tabindex:"-1",class:d.hiddenElement}}),k.prepend([this.hiddenElement],this.inputWrapper.container),this.validationAttribute(this.element,this.hiddenElement),this.setReadOnly(),this.setFields(),this.inputWrapper.container.style.width=k.formatUnit(this.width),this.inputWrapper.container.classList.add("e-ddl"),"Never"!==this.floatLabelType&&h.Input.calculateWidth(this.inputElement,this.inputWrapper.container),!k.isNullOrUndefined(this.inputWrapper.buttons[0])&&this.inputWrapper.container.getElementsByClassName("e-float-text-content")[0]&&"Never"!==this.floatLabelType&&this.inputWrapper.container.getElementsByClassName("e-float-text-content")[0].classList.add("e-icon"),this.wireEvent(),this.tabIndex=this.element.hasAttribute("tabindex")?this.element.getAttribute("tabindex"):"0",this.element.removeAttribute("tabindex"),this.element.getAttribute("id")?this.element.getAttribute("id"):k.getUniqueID("ej2_dropdownlist")),t=(this.element.id=t,this.hiddenElement.id=t+"_hidden",this.targetElement().setAttribute("tabindex",this.tabIndex),"autocomplete"!==this.getModuleName()&&"combobox"!==this.getModuleName()||this.readonly?"dropdownlist"===this.getModuleName()&&(k.attributes(this.targetElement(),{"aria-label":this.getModuleName()}),this.inputElement.setAttribute("aria-label",this.getModuleName()),this.inputElement.setAttribute("aria-expanded","false")):this.inputElement.setAttribute("aria-label",this.getModuleName()),k.attributes(this.targetElement(),this.getAriaAttributes()),this.updateDataAttribute(this.htmlAttributes),this.setHTMLAttributes(),this.targetElement()===this.inputElement&&this.inputElement.removeAttribute("aria-labelledby"),null!==this.value||null!==this.activeIndex||null!==this.text?(this.enableVirtualization&&(this.listItemHeight=this.getListHeight(),this.getSkeletonCount(),this.updateVirtualizationProperties(this.itemCount,this.allowFiltering),null!==this.index)&&(this.activeIndex=this.index+this.skeletonCount),this.initValue(),this.selectedValueInfo=this.viewPortInfo,this.enableVirtualization&&(this.activeIndex=this.activeIndex+this.skeletonCount)):"SELECT"===this.element.tagName&&this.element.options[0]&&(t=this.element,this.value=this.allowObjectBinding?this.getDataByValue(t.options[t.selectedIndex].value):t.options[t.selectedIndex].value,this.text=k.isNullOrUndefined(this.value)?null:t.options[t.selectedIndex].textContent,this.initValue()),this.setEnabled(),this.preventTabIndex(this.element),this.enabled||(this.targetElement().tabIndex=-1),this.initial=!1,this.element.style.opacity="",this.inputElement.onselect=function(t){t.stopImmediatePropagation()},this.inputElement.onchange=function(t){t.stopImmediatePropagation()},this.element.hasAttribute("autofocus")&&this.focusIn(),k.isNullOrUndefined(this.text)||this.inputElement.setAttribute("value",this.text),this.element.hasAttribute("data-val")&&this.element.setAttribute("data-val","false"),this.inputWrapper.container.getElementsByClassName("e-float-text")[0]);k.isNullOrUndefined(this.element.id)||""===this.element.id||k.isNullOrUndefined(t)||(t.id="label_"+this.element.id.replace(/ /g,"_"),k.attributes(this.inputElement,{"aria-labelledby":t.id})),this.renderComplete(),this.listItemHeight=this.getListHeight(),this.getSkeletonCount(),this.enableVirtualization&&this.updateVirtualizationProperties(this.itemCount,this.allowFiltering),this.viewPortInfo.startIndex=this.virtualItemStartIndex=0,this.viewPortInfo.endIndex=this.virtualItemEndIndex=0<this.viewPortInfo.startIndex?this.viewPortInfo.endIndex:this.itemCount},n.prototype.getListHeight=function(){var t=this.createElement("div",{className:"e-dropdownbase"}),e=this.createElement("li",{className:"e-list-item"}),i=k.formatUnit(this.popupHeight),i=(t.style.height=parseInt(i,10).toString()+"px",t.appendChild(e),document.body.appendChild(t),this.virtualListHeight=t.getBoundingClientRect().height,Math.ceil(e.getBoundingClientRect().height));return t.remove(),i},n.prototype.setFooterTemplate=function(t){this.footer?this.isReact&&"function"==typeof this.footerTemplate?this.clearTemplate(["footerTemplate"]):this.footer.innerHTML="":(this.footer=this.createElement("div"),k.addClass([this.footer],d.footer));var e=this.dropdownCompiler(this.footerTemplate),e="function"!=typeof this.footerTemplate&&e?k.compile(k.select(this.footerTemplate,document).innerHTML.trim()):k.compile(this.footerTemplate),e=e({},this,"footerTemplate",this.footerTemplateId,this.isStringTemplate,null,this.footer);e&&0<e.length&&k.append(e,this.footer),k.append([this.footer],t)},n.prototype.setHeaderTemplate=function(t){this.header?this.header.innerHTML="":(this.header=this.createElement("div"),k.addClass([this.header],d.header));var e=this.dropdownCompiler(this.headerTemplate),e="function"!=typeof this.headerTemplate&&e?k.compile(k.select(this.headerTemplate,document).innerHTML.trim()):k.compile(this.headerTemplate),e=e({},this,"headerTemplate",this.headerTemplateId,this.isStringTemplate,null,this.header),e=(e&&e.length&&k.append(e,this.header),t.querySelector("div.e-content"));t.insertBefore(this.header,e)},n.prototype.setEnabled=function(){this.element.setAttribute("aria-disabled",this.enabled?"false":"true")},n.prototype.setOldText=function(t){this.text=t},n.prototype.setOldValue=function(t){this.value=t},n.prototype.refreshPopup=function(){k.isNullOrUndefined(this.popupObj)||!document.body.contains(this.popupObj.element)||(!this.allowFiltering||k.Browser.isDevice&&this.isFilterLayout())&&"autocomplete"!==this.getModuleName()||(k.removeClass([this.popupObj.element],"e-popup-close"),this.popupObj.refreshPosition(this.inputWrapper.container),this.popupObj.resolveCollision())},n.prototype.checkData=function(t){!t.dataSource||k.isNullOrUndefined(Object.keys(t.dataSource))||!this.itemTemplate||!this.allowFiltering||this.isListSearched&&t.dataSource instanceof m.DataManager||(this.list=null,this.actionCompleteData={ulElement:null,list:null,isUpdated:!1}),this.isListSearched=!1;var e=-1!==Object.keys(t).indexOf("value")&&k.isNullOrUndefined(t.value),i=-1!==Object.keys(t).indexOf("text")&&k.isNullOrUndefined(t.text);"autocomplete"!==this.getModuleName()&&this.allowFiltering&&(e||i)&&(this.itemData=null),this.allowFiltering&&t.dataSource&&!k.isNullOrUndefined(Object.keys(t.dataSource))?(this.actionCompleteData={ulElement:null,list:null,isUpdated:!1},this.actionData=this.actionCompleteData):this.allowFiltering&&t.query&&!k.isNullOrUndefined(Object.keys(t.query))&&(this.actionCompleteData="combobox"===this.getModuleName()?{ulElement:null,list:null,isUpdated:!1}:this.actionCompleteData,this.actionData=this.actionCompleteData)},n.prototype.updateDataSource=function(t,e){""===this.inputElement.value&&(k.isNullOrUndefined(t)||!k.isNullOrUndefined(t.dataSource)&&(t.dataSource instanceof m.DataManager||0!==t.dataSource.length))||this.clearAll(null,t),this.fields.groupBy&&t.fields&&!this.isGroupChecking&&this.list&&(k.EventHandler.remove(this.list,"scroll",this.setFloatingHeader),k.EventHandler.add(this.list,"scroll",this.setFloatingHeader,this)),(k.isNullOrUndefined(t)||!k.isNullOrUndefined(t.dataSource)&&(t.dataSource instanceof m.DataManager||0!==t.dataSource.length)||t.dataSource instanceof m.DataManager||!k.isNullOrUndefined(t)&&Array.isArray(t.dataSource)&&!k.isNullOrUndefined(e)&&Array.isArray(e.dataSource)&&t.dataSource.length!==e.dataSource.length)&&(this.typedString="",this.resetList(this.dataSource)),this.isCustomFilter||this.isFilterFocus||document.activeElement===this.filterInput||this.checkCustomValue()},n.prototype.checkCustomValue=function(){var t=this.allowObjectBinding&&!k.isNullOrUndefined(this.value)?k.getValue(this.fields.value||"",this.value):this.value,t=(this.itemData=this.getDataByValue(t),this.getItemData()),e=this.allowObjectBinding?this.itemData:t.value;this.setProperties({text:t.text,value:e})},n.prototype.updateInputFields=function(){"dropdownlist"===this.getModuleName()&&h.Input.setValue(this.text,this.inputElement,this.floatLabelType,this.showClearButton)},n.prototype.onPropertyChanged=function(n,a){for(var o=this,r=(k.isNullOrUndefined(n.dataSource)||this.isTouched||!k.isNullOrUndefined(n.value)||!k.isNullOrUndefined(n.index)||k.isNullOrUndefined(this.preselectedIndex)||k.isNullOrUndefined(this.index)||(n.index=this.index),k.isNullOrUndefined(n.value)&&k.isNullOrUndefined(n.index)||(this.isTouched=!0),"dropdownlist"===this.getModuleName()&&(this.checkData(n),this.setUpdateInitial(["fields","query","dataSource"],n)),this),t=0,e=Object.keys(n);t<e.length;t++){var i=function(t){switch(t){case"query":case"dataSource":r.getSkeletonCount(),r.checkAndResetCache();break;case"htmlAttributes":r.setHTMLAttributes();break;case"width":r.setEleWidth(n.width),h.Input.calculateWidth(r.inputElement,r.inputWrapper.container);break;case"placeholder":h.Input.setPlaceholder(n.placeholder,r.inputElement);break;case"filterBarPlaceholder":r.filterInput&&h.Input.setPlaceholder(n.filterBarPlaceholder,r.filterInput);break;case"readonly":"dropdownlist"!==r.getModuleName()&&h.Input.setReadonly(n.readonly,r.inputElement),r.setReadOnly();break;case"cssClass":r.setCssClass(n.cssClass,a.cssClass),h.Input.calculateWidth(r.inputElement,r.inputWrapper.container);break;case"enableRtl":r.setEnableRtl();break;case"enabled":r.setEnable();break;case"text":var e;r.fields.disabled&&(n.text=n.text&&!r.isDisabledItemByIndex(r.getIndexByValue(r.getValueByText(n.text)))?n.text:null),null===n.text?r.clearAll():r.enableVirtualization?(r.updateValues(),r.updateInputFields(),r.notify("setCurrentViewDataAsync",{module:"VirtualScroll"})):(r.list||(r.dataSource instanceof m.DataManager&&(r.initialRemoteRender=!0),r.renderList()),r.initialRemoteRender||(l=r.getElementByText(n.text),r.checkValidLi(l)||(r.liCollections&&100===r.liCollections.length&&"autocomplete"===r.getModuleName()&&100<r.listData.length?r.setSelectionData(n.text,a.text,"text"):n.text&&r.dataSource instanceof m.DataManager?(e=r.getItems().length,s=k.isNullOrUndefined(r.fields.text)?r.fields.value:r.fields.text,r.typedString="",r.dataSource.executeQuery(r.getQuery(r.query).where(new m.Predicate(s,"equal",n.text))).then(function(t){0<t.result.length?(o.addItem(t.result,e),o.updateValues()):o.setOldText(a.text)})):"autocomplete"===r.getModuleName()?r.setInputValue(n,a):r.setOldText(a.text)),r.updateInputFields()));break;case"value":if(r.fields.disabled&&(n.value=null==n.value||r.isDisableItemValue(n.value)?null:n.value),null===n.value)r.clearAll();else{if(r.allowObjectBinding&&!k.isNullOrUndefined(n.value)&&!k.isNullOrUndefined(a.value)&&r.isObjectInArray(n.value,[a.value]))return{value:void 0};var i;r.enableVirtualization?(r.updateValues(),r.updateInputFields(),r.notify("setCurrentViewDataAsync",{module:"VirtualScroll"}),r.preventChange=r.isAngular&&r.preventChange?!r.preventChange:r.preventChange):(r.notify("beforeValueChange",{newProp:n}),r.list||(r.dataSource instanceof m.DataManager&&(r.initialRemoteRender=!0),r.renderList()),r.initialRemoteRender||(l=r.allowObjectBinding&&!k.isNullOrUndefined(n.value)?k.getValue(r.fields.value||"",n.value):n.value,l=r.getElementByValue(l),r.checkValidLi(l)||(r.liCollections&&100===r.liCollections.length&&"autocomplete"===r.getModuleName()&&100<r.listData.length?r.setSelectionData(n.value,a.value,"value"):n.value&&r.dataSource instanceof m.DataManager?(i=r.getItems().length,s=k.isNullOrUndefined(r.fields.value)?r.fields.text:r.fields.value,r.typedString="",l=r.allowObjectBinding&&!k.isNullOrUndefined(n.value)?k.getValue(s,n.value):n.value,r.dataSource.executeQuery(r.getQuery(r.query).where(new m.Predicate(s,"equal",l))).then(function(t){0<t.result.length?(o.addItem(t.result,i),o.updateValues()):o.setOldValue(a.value)})):"autocomplete"===r.getModuleName()?r.setInputValue(n,a):r.setOldValue(a.value)),r.updateInputFields(),r.preventChange=r.isAngular&&r.preventChange?!r.preventChange:r.preventChange))}break;case"index":var s;r.fields.disabled&&(n.index=null==n.index||r.isDisabledItemByIndex(n.index)?null:n.index),null===n.index?r.clearAll():(r.list||(r.dataSource instanceof m.DataManager&&(r.initialRemoteRender=!0),r.renderList()),!r.initialRemoteRender&&r.liCollections&&(s=r.liCollections[n.index],r.checkValidLi(s)||(r.liCollections&&100===r.liCollections.length&&"autocomplete"===r.getModuleName()&&100<r.listData.length?r.setSelectionData(n.index,a.index,"index"):r.index=a.index),r.updateInputFields()));break;case"footerTemplate":r.popupObj&&r.setFooterTemplate(r.popupObj.element);break;case"headerTemplate":r.popupObj&&r.setHeaderTemplate(r.popupObj.element);break;case"valueTemplate":k.isNullOrUndefined(r.itemData)||null===r.valueTemplate||r.setValueTemplate();break;case"allowFiltering":r.allowFiltering&&(r.actionCompleteData={ulElement:r.ulElement,list:r.listData,isUpdated:!0},r.actionData=r.actionCompleteData,r.updateSelectElementData(r.allowFiltering));break;case"floatLabelType":h.Input.removeFloating(r.inputWrapper),h.Input.addFloating(r.inputElement,n.floatLabelType,r.placeholder,r.createElement),!k.isNullOrUndefined(r.inputWrapper.buttons[0])&&r.inputWrapper.container.getElementsByClassName("e-float-text-overflow")[0]&&"Never"!==r.floatLabelType&&r.inputWrapper.container.getElementsByClassName("e-float-text-overflow")[0].classList.add("e-icon");break;case"showClearButton":r.inputWrapper.clearButton||(h.Input.setClearButton(n.showClearButton,r.inputElement,r.inputWrapper,null,r.createElement),r.bindClearEvent());break;default:var l=r.getPropObject(t,n,a);p.prototype.onPropertyChanged.call(r,l.newProperty,l.oldProperty)}}(e[t]);if("object"==typeof i)return i.value}},n.prototype.checkValidLi=function(t){return!!this.isValidLI(t)&&(this.setSelection(t,null),!0)},n.prototype.setSelectionData=function(e,i,s){var l,n=this;this.updateListValues=function(){var t;"text"===s?(l=n.getElementByText(e),n.checkValidLi(l)||n.setOldText(i)):"value"===s?(t=n.fields.value||"",n.allowObjectBinding&&!k.isNullOrUndefined(e)&&k.getValue(t,e),l=n.getElementByValue(e),n.checkValidLi(l)||n.setOldValue(i)):"index"===s&&(l=n.liCollections[e],n.checkValidLi(l)||(n.index=i))}},n.prototype.updatePopupState=function(){this.beforePopupOpen&&(this.beforePopupOpen=!1,this.showPopup())},n.prototype.setReadOnly=function(){this.readonly?k.addClass([this.inputWrapper.container],["e-readonly"]):k.removeClass([this.inputWrapper.container],["e-readonly"])},n.prototype.setInputValue=function(t,e){},n.prototype.setCssClass=function(t,e){k.isNullOrUndefined(e)||(e=e.replace(/\s+/g," ").trim()),k.isNullOrUndefined(t)||(t=t.replace(/\s+/g," ").trim()),h.Input.setCssClass(t,[this.inputWrapper.container],e),this.popupObj&&h.Input.setCssClass(t,[this.popupObj.element],e)},n.prototype.getModuleName=function(){return"dropdownlist"},n.prototype.showPopup=function(t){this.enabled&&(this.firstItem=this.dataSource&&0<this.dataSource.length?this.dataSource[0]:null,this.isReact&&"combobox"===this.getModuleName()&&this.itemTemplate&&this.isCustomFilter&&this.isAddNewItemTemplate&&(this.renderList(),this.isAddNewItemTemplate=!1),this.isFiltering()&&this.dataSource instanceof m.DataManager&&this.actionData.list!==this.actionCompleteData.list&&this.actionData.list&&this.actionData.ulElement&&(this.actionCompleteData=this.actionData,this.onActionComplete(this.actionCompleteData.ulElement,this.actionCompleteData.list,null,!0)),this.beforePopupOpen?this.refreshPopup():(this.beforePopupOpen=!0,this.isFiltering()&&!this.isActive&&this.actionCompleteData.list&&this.actionCompleteData.list[0]?(this.isActive=!0,this.onActionComplete(this.actionCompleteData.ulElement,this.actionCompleteData.list,null,!0)):(k.isNullOrUndefined(this.list)||!k.isUndefined(this.list)&&(this.list.classList.contains(y.noData)||this.list.querySelectorAll("."+y.li).length<=0))&&(this.isReact&&this.isFiltering()&&null!=this.itemTemplate&&(this.isSecondClick=!1),this.renderList(t)),this.enableVirtualization&&this.listData&&this.listData.length&&(k.isNullOrUndefined(this.value)||"dropdownlist"!==this.getModuleName()&&"combobox"!==this.getModuleName()||this.removeHover(),this.beforePopupOpen||this.notify("setCurrentViewDataAsync",{module:"VirtualScroll"})),this.beforePopupOpen&&this.invokeRenderPopup(t),this.enableVirtualization&&!this.allowFiltering&&null!=this.selectedValueInfo&&0<this.selectedValueInfo.startIndex&&null!=this.value&&this.notify("dataProcessAsync",{module:"VirtualScroll",isOpen:!0})))},n.prototype.invokeRenderPopup=function(t){var e;k.Browser.isDevice&&this.isFilterLayout()&&(e=this,window.onpopstate=function(){e.hidePopup()},history.pushState({},"")),k.isNullOrUndefined(this.list)||k.isNullOrUndefined(this.list.children[0])&&!this.list.classList.contains(y.noData)||this.renderPopup(t)},n.prototype.renderHightSearch=function(){},n.prototype.hidePopup=function(t){this.isEscapeKey&&"dropdownlist"===this.getModuleName()&&(k.isNullOrUndefined(this.inputElement)||h.Input.setValue(this.text,this.inputElement,this.floatLabelType,this.showClearButton),this.isEscapeKey=!1,k.isNullOrUndefined(this.index)?this.resetSelection():(e=this.allowObjectBinding?k.getValue(this.fields.value||"",this.value):this.value,e=this.findListElement(this.ulElement,"li","data-value",e),this.selectedLI=this.liCollections[this.index]||e,this.selectedLI&&(this.updateSelectedItem(this.selectedLI,null,!0),this.valueTemplate)&&null!==this.itemData&&this.setValueTemplate())),this.isVirtualTrackHeight=!1,this.customFilterQuery=null,this.closePopup(0,t);var e=this.getItemData(),i=!k.isNullOrUndefined(this.selectedLI);i&&this.enableVirtualization&&this.selectedLI.classList&&(i=this.selectedLI.classList.contains("e-active")),this.inputElement&&""===this.inputElement.value.trim()&&!this.isInteracted&&(this.isSelectCustom||i&&this.inputElement.value!==e.text)&&(this.isSelectCustom=!1,this.clearAll(t))},n.prototype.focusIn=function(t){var e;this.enabled&&!this.targetElement().classList.contains(d.disable)&&(e=!1,this.preventFocus&&k.Browser.isDevice&&(this.inputWrapper.container.tabIndex=1,this.inputWrapper.container.focus(),e=!(this.preventFocus=!1)),e||this.targetElement().focus(),k.addClass([this.inputWrapper.container],[d.inputFocus]),this.onFocus(t),"Never"!==this.floatLabelType)&&h.Input.calculateWidth(this.inputElement,this.inputWrapper.container)},n.prototype.focusOut=function(t){this.enabled&&(this.enableVirtualization||"combobox"!==this.getModuleName()&&"autocomplete"!==this.getModuleName()||(this.isTyped=!0),this.hidePopup(t),this.targetElement()&&this.targetElement().blur(),k.removeClass([this.inputWrapper.container],[d.inputFocus]),"Never"!==this.floatLabelType)&&h.Input.calculateWidth(this.inputElement,this.inputWrapper.container)},n.prototype.disableItem=function(t){if(this.fields.disabled){this.list||this.renderList();var e,i,s=-1;if(this.liCollections&&0<this.liCollections.length&&this.listData&&this.fields.disabled){if("string"==typeof t)s=this.getIndexByValue(t);else if("object"==typeof t){if(t instanceof HTMLLIElement){for(var l=0;l<this.liCollections.length;l++)if(this.liCollections[l]===t){s=this.getIndexByValue(t.getAttribute("data-value"));break}}else for(var n=JSON.parse(JSON.stringify(t))[this.fields.value],l=0;l<this.listData.length;l++)if(JSON.parse(JSON.stringify(this.listData[l]))[this.fields.value]===n){s=this.getIndexByValue(n);break}}else s=t;s<this.liCollections.length&&-1<s&&!JSON.parse(JSON.stringify(this.listData[s]))[this.fields.disabled]&&(e=this.liCollections[s])&&(this.disableListItem(e),(i=JSON.parse(JSON.stringify(this.listData[s])))[this.fields.disabled]=!0,this.listData[s]=i,this.dataSource=this.listData,e.classList.contains(d.focus)&&this.removeFocus(),e.classList.contains(d.selected))&&this.clear()}}},n.prototype.destroy=function(){if(this.isActive=!1,this.showClearButton&&(this.clearButton=document.getElementsByClassName("e-clear-icon")[0]),z(this.element.id),this.isReact&&this.clearTemplate(),this.hidePopup(),this.popupObj&&this.popupObj.hide(),this.unWireEvent(),this.list&&this.unWireListEvents(),!this.element||this.element.classList.contains("e-"+this.getModuleName())){if(this.inputElement){for(var t=["readonly","aria-disabled","placeholder","aria-labelledby","aria-expanded","autocomplete","aria-readonly","autocapitalize","spellcheck","aria-autocomplete","aria-live","aria-describedby","aria-label"],e=0;e<t.length;e++)this.inputElement.removeAttribute(t[e]);this.inputElement.setAttribute("tabindex",this.tabIndex),this.inputElement.classList.remove("e-input"),h.Input.setValue("",this.inputElement,this.floatLabelType,this.showClearButton)}this.element.style.display="block",this.inputWrapper.container.parentElement.tagName===this.getNgDirective()||this.inputWrapper.container.parentElement.insertBefore(this.element,this.inputWrapper.container),k.detach(this.inputWrapper.container),delete this.hiddenElement,this.filterInput=null,this.keyboardModule=null,this.ulElement=null,this.list=null,this.clearIconElement=null,this.popupObj=null,this.popupContentElement=null,this.rippleFun=null,this.selectedLI=null,this.liCollections=null,this.item=null,this.footer=null,this.header=null,this.previousSelectedLI=null,this.valueTempElement=null,this.actionData.ulElement=null,this.inputElement&&!k.isNullOrUndefined(this.inputElement.onchange)&&(this.inputElement.onchange=null),this.inputElement&&!k.isNullOrUndefined(this.inputElement.onselect)&&(this.inputElement.onselect=null),h.Input.destroy({element:this.inputElement,floatLabelType:this.floatLabelType,properties:this.properties,buttons:this.inputWrapper.container.querySelectorAll(".e-input-group-icon")[0]},this.clearButton),this.clearButton=null,this.inputElement=null,this.inputWrapper=null,p.prototype.destroy.call(this)}},n.prototype.getItems=function(){return this.list||(this.dataSource instanceof m.DataManager&&(this.initialRemoteRender=!0),this.renderList()),this.ulElement?p.prototype.getItems.call(this):[]},n.prototype.getDataByValue=function(t){return p.prototype.getDataByValue.call(this,t)},n.prototype.clear=function(){this.value=null},l([k.Property(null)],n.prototype,"cssClass",void 0),l([k.Property("100%")],n.prototype,"width",void 0),l([k.Property(!0)],n.prototype,"enabled",void 0),l([k.Property(!1)],n.prototype,"enablePersistence",void 0),l([k.Property("300px")],n.prototype,"popupHeight",void 0),l([k.Property("100%")],n.prototype,"popupWidth",void 0),l([k.Property(null)],n.prototype,"placeholder",void 0),l([k.Property(null)],n.prototype,"filterBarPlaceholder",void 0),l([k.Property({})],n.prototype,"htmlAttributes",void 0),l([k.Property(null)],n.prototype,"query",void 0),l([k.Property(null)],n.prototype,"valueTemplate",void 0),l([k.Property(null)],n.prototype,"headerTemplate",void 0),l([k.Property(null)],n.prototype,"footerTemplate",void 0),l([k.Property(!1)],n.prototype,"allowFiltering",void 0),l([k.Property(!1)],n.prototype,"readonly",void 0),l([k.Property(!1)],n.prototype,"enableVirtualization",void 0),l([k.Property(null)],n.prototype,"text",void 0),l([k.Property(null)],n.prototype,"value",void 0),l([k.Property(!1)],n.prototype,"allowObjectBinding",void 0),l([k.Property(null)],n.prototype,"index",void 0),l([k.Property("Never")],n.prototype,"floatLabelType",void 0),l([k.Property(!1)],n.prototype,"showClearButton",void 0),l([k.Event()],n.prototype,"filtering",void 0),l([k.Event()],n.prototype,"change",void 0),l([k.Event()],n.prototype,"beforeOpen",void 0),l([k.Event()],n.prototype,"open",void 0),l([k.Event()],n.prototype,"close",void 0),l([k.Event()],n.prototype,"blur",void 0),l([k.Event()],n.prototype,"focus",void 0),l([k.NotifyPropertyChanges],n));function n(t,e){t=p.call(this,t,e)||this;return t.isListSearched=!1,t.preventChange=!1,t.isTouched=!1,t.IsScrollerAtEnd=function(){return this.list&&this.list.scrollTop+this.list.clientHeight>=this.list.scrollHeight},t}nt=function(t,e){return(nt=Object.setPrototypeOf||({__proto__:[]}instanceof Array?function(t,e){t.__proto__=e}:function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])}))(t,e)};var nt,at,l=function(t,e){function i(){this.constructor=t}nt(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)},a=function(t,e,i,s){var l,n=arguments.length,a=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,i,s);else for(var o=t.length-1;0<=o;o--)(l=t[o])&&(a=(n<3?l(a):3<n?l(e,i,a):l(e,i))||a);return 3<n&&a&&Object.defineProperty(e,i,a),a},ot="e-rtl",rt="e-ddt-hidden",ht="e-input-group-icon e-ddt-icon e-icons",r="e-show-chip",ut="e-show-clear",pt="e-show-dd-icon",c="e-chip-input",dt="e-input-focus",ct="e-input-group",mt="e-icon-anim",ft="e-chips",vt="e-chipcontent",gt="e-chips-close",C="e-icon-hide",yt="e-ddt-icon-hide",Ct="e-list-parent",bt="e-dropdown",St="e-disabled",Et="e-selectall-parent",It="e-hide-selectall",xt="e-all-text",wt="e-frame",Ot="e-check",At="e-checkbox-wrapper",Dt="e-filter-wrap",kt="e-ddt-icon",Nt="e-ddt-footer",Lt="e-ddt-header",Bt="e-no-data",Tt="e-remain",Vt="e-overflow",Pt="e-show-text",Ut="e-total-count",Ft="e-wrap-count",Ht=(at=k.ChildProperty,l(f,at),a([k.Property("child")],f.prototype,"child",void 0),a([k.Property([])],f.prototype,"dataSource",void 0),a([k.Property("expanded")],f.prototype,"expanded",void 0),a([k.Property("hasChildren")],f.prototype,"hasChildren",void 0),a([k.Property("htmlAttributes")],f.prototype,"htmlAttributes",void 0),a([k.Property("iconCss")],f.prototype,"iconCss",void 0),a([k.Property("imageUrl")],f.prototype,"imageUrl",void 0),a([k.Property("parentValue")],f.prototype,"parentValue",void 0),a([k.Property(null)],f.prototype,"query",void 0),a([k.Property("selectable")],f.prototype,"selectable",void 0),a([k.Property("selected")],f.prototype,"selected",void 0),a([k.Property(null)],f.prototype,"tableName",void 0),a([k.Property("text")],f.prototype,"text",void 0),a([k.Property("tooltip")],f.prototype,"tooltip",void 0),a([k.Property("value")],f.prototype,"value",void 0),f);function f(){return null!==at&&at.apply(this,arguments)||this}Wt=k.ChildProperty,l(jt,Wt),a([k.Property(!1)],jt.prototype,"autoCheck",void 0),a([k.Property("Auto")],jt.prototype,"expandOn",void 0),a([k.Property(!1)],jt.prototype,"loadOnDemand",void 0);var Wt,qt=jt;function jt(){return null!==Wt&&Wt.apply(this,arguments)||this}Mt=k.Component,l(b,Mt),b.prototype.getPersistData=function(){return this.addOnPersist(["value"])},b.prototype.getLocaleName=function(){return"drop-down-tree"},b.prototype.preRender=function(){this.inputFocus=!1,this.isPopupOpen=!1,this.isFirstRender=!0,this.isInitialized=!1,this.currentText=null,this.currentValue=null,this.oldValue=null,this.removeValue=!1,this.selectedText=[],this.treeItems=[],this.dataValue=null,this.isNodeSelected=!1,this.isDynamicChange=!1,this.clearIconWidth=0,this.headerTemplateId=this.element.id+"HeaderTemplate",this.footerTemplateId=this.element.id+"FooterTemplate",this.actionFailureTemplateId=this.element.id+"ActionFailureTemplate",this.noRecordsTemplateId=this.element.id+"NoRecordsTemplate",this.customTemplateId=this.element.id+"CustomTemplate",this.keyConfigs={escape:"escape",altUp:"alt+uparrow",altDown:"alt+downarrow",tab:"tab",shiftTab:"shift+tab",end:"end",enter:"enter",home:"home",moveDown:"downarrow",moveLeft:"leftarrow",moveRight:"rightarrow",moveUp:"uparrow",ctrlDown:"ctrl+downarrow",ctrlUp:"ctrl+uparrow",ctrlEnter:"ctrl+enter",ctrlHome:"ctrl+home",ctrlEnd:"ctrl+end",shiftDown:"shift+downarrow",shiftUp:"shift+uparrow",shiftEnter:"shift+enter",shiftHome:"shift+home",shiftEnd:"shift+end",csDown:"ctrl+shift+downarrow",csUp:"ctrl+shift+uparrow",csEnter:"ctrl+shift+enter",csHome:"ctrl+shift+home",csEnd:"ctrl+shift+end",space:"space",ctrlA:"ctrl+A"}},b.prototype.render=function(){var t=k.select("#"+this.element.id+"_tree",document),e=(t&&(e=k.select("#"+this.element.id+"_options",document),k.detach(e||t.parentElement)),"INPUT"===this.element.tagName?(this.inputEle=this.element,k.isNullOrUndefined(this.inputEle.getAttribute("role"))&&(this.inputEle.setAttribute("aria-expanded","false"),this.inputEle.setAttribute("role","combobox"),this.inputEle.setAttribute("aria-haspopup","tree"),this.inputEle.setAttribute("aria-controls",this.element.id+"_options")),k.isNullOrUndefined(this.inputEle.getAttribute("type"))&&this.inputEle.setAttribute("type","text")):(this.inputEle=this.createElement("input",{attrs:{role:"textbox",type:"text"}}),this.element.parentElement.insertBefore(this.inputEle,this.element)),this.inputObj=h.Input.createInput({element:this.inputEle,floatLabelType:this.floatLabelType,buttons:this.showDropDownIcon?[ht]:null,properties:{readonly:!0,placeholder:this.placeholder,enabled:this.enabled,cssClass:this.cssClass,enableRtl:this.enableRtl}},this.createElement),this.inputWrapper=this.inputObj.container,this.inputWrapper.classList.contains(ct)||this.inputWrapper.classList.add(ct),this.showDropDownIcon&&this.inputWrapper.classList.add(pt),this.element.tagName===this.getDirective()&&this.element.appendChild(this.inputWrapper),this.createHiddenElement(),this.createClearIcon(),this.inputWrapper.classList.add("e-ddt"),this.setElementWidth(this.width),this.updateDataAttribute(),this.setHTMLAttributes(),this.setAttributes(),this.popupDiv=this.createElement("div",{className:"e-popup-content"}),this.popupDiv.classList.add(bt),this.tree=this.createElement("div",{id:this.element.id+"_tree"}),this.popupDiv.appendChild(this.tree),this.destroyPopupOnHide||document.body.appendChild(this.popupDiv),this.wireTreeEvents(),k.addClass([this.popupDiv],yt),this.renderTree(),this.isRemoteData=this.fields.dataSource instanceof m.DataManager,(this.allowMultiSelection||this.showCheckBox)&&("Delimiter"!==this.mode&&this.createChip(),this.wrapText||"Custom"===this.mode||(this.overFlowWrapper=this.createElement("span",{className:Vt+" "+C}),this.inputWrapper.insertBefore(this.overFlowWrapper,this.hiddenElement),"Box"!==this.mode&&k.addClass([this.overFlowWrapper],Pt))),this.isRemoteData||(this.setTreeValue(),this.setTreeText(),this.updateHiddenValue(),this.setSelectedValue(),this.wrapText)||this.updateView(),this.wireEvents(),k.select("."+Ct,this.treeObj.element));e&&e.getAttribute("aria-multiselectable")&&e.removeAttribute("aria-multiselectable"),this.oldValue=this.value,this.isInitialized=!0,this.hasTemplate=this.itemTemplate||this.headerTemplate||this.footerTemplate||this.actionFailureTemplate||this.noRecordsTemplate||this.customTemplate,this.renderComplete()},b.prototype.hideCheckAll=function(t){var e=k.isNullOrUndefined(this.popupEle)?null:this.popupEle.querySelector("."+Et);k.isNullOrUndefined(e)||(t&&!e.classList.contains(It)?k.addClass([e],It):!t&&e.classList.contains(It)&&k.removeClass([e],It))},b.prototype.renderFilter=function(){this.filterContainer=this.createElement("div",{id:this.element.id+"_filter_wrap",className:Dt});var t=this.createElement("input",{id:this.element.id+"_filter",attrs:{autocomplete:"off","aria-label":this.filterBarPlaceholder}});this.filterContainer.appendChild(t),k.prepend([this.filterContainer],this.popupEle),this.filterObj=new h.TextBox({value:"",showClearButton:!0,placeholder:this.filterBarPlaceholder,input:this.filterChangeHandler.bind(this)}),this.filterObj.appendTo("#"+this.element.id+"_filter")},b.prototype.filterChangeHandler=function(t){var e=this;k.isNullOrUndefined(t.value)||(window.clearTimeout(this.filterTimer),this.filterTimer=window.setTimeout(function(){e.filterHandler(t.value,t.event)},this.filterDelayTime))},b.prototype.isChildObject=function(){return"object"==typeof this.treeObj.fields.child},b.prototype.filterHandler=function(t,e){var l=this,i=(this.isFromFilterChange=!0,this.isFilteredData||(this.isRemoteData&&(this.treeObj.expandedNodes=[]),this.treeData=this.treeObj.getTreeData()),this.cloneFields(this.fields)),e={cancel:!1,preventDefaultAction:!1,event:e,text:t.trim(),fields:i};this.trigger("filtering",e,function(t){if(!t.cancel){var e=!1,i=void 0;if(l.isFilteredData=!0,""===t.text?(l.isFilteredData=!1,l.isFilterRestore=!0,i=l.cloneFields(l.fields)):t.preventDefaultAction?i=t.fields:1===l.treeDataType?i=l.selfReferencefilter(t.text,t.fields):l.fields.dataSource instanceof m.DataManager?((i=l.remoteDataFilter(t.text,t.fields)).child=l.fields.child,l.treeObj.fields=l.getTreeFields(t.fields),l.treeObj.dataBind(),e=!0):i=l.nestedFilter(t.text,t.fields),l.hideCheckAll(l.isFilteredData),!e&&(l.isRemoteData&&(l.isChildObject()?i.child=l.fields.child:i=t.fields),l.treeObj.fields=l.getTreeFields(i),l.treeObj.dataBind(),l.hasTemplate&&l.portals&&l.treeObj.portals)){for(var s=0;s<l.treeObj.portals.length;s++)-1===l.portals.indexOf(l.treeObj.portals[s])&&l.portals.push(l.treeObj.portals[s]);l.isReact&&l.renderReactTemplates()}}})},b.prototype.remoteDataFilter=function(e,t){var i=this;return t.dataSource=this.treeData.map(function(t){return i.remoteChildFilter(e,t)}).filter(function(t){return!k.isNullOrUndefined(t)}),t},b.prototype.remoteChildFilter=function(t,e,i,s){var l=this.isChildObject()?e.child:e[this.fields.child];if(k.isNullOrUndefined(l))return this.isMatchedNode(t,e,i,s)?e:null;for(var n=[],a=0;a<l.length;a++){var o=this.remoteChildFilter(t,l[a],!0,!0);k.isNullOrUndefined(o)||n.push(o)}i=Object.assign({},e);return s=!1,0!==n.length?i.child=n:(i.child=null,i=this.isMatchedNode(t,i)?i:null),i},b.prototype.nestedFilter=function(t,e){for(var i=[],s=0;s<this.treeData.length;s++){var l=this.nestedChildFilter(t,this.treeData[parseInt(s.toString(),10)]);k.isNullOrUndefined(l)||i.push(l)}return e.dataSource=i,e},b.prototype.nestedChildFilter=function(t,e){var i=e[this.fields.child];if(k.isNullOrUndefined(i))return this.isMatchedNode(t,e)?e:null;for(var s=[],l=0;l<i.length;l++){var n=this.nestedChildFilter(t,i[parseInt(l.toString(),10)]);k.isNullOrUndefined(n)||s.push(n)}e=Object.assign({},e);return 0!==s.length?(e[this.fields.child]=s,e):(e[this.fields.child]=null,this.isMatchedNode(t,e)?e:null)},b.prototype.selfReferencefilter=function(t,e){for(var i=[],s=[],l=0;l<this.treeData.length;l++)this.isMatchedNode(t,this.treeData[l])&&i.push(this.treeData[l]);for(l=0;l<i.length;l++)if(-1===s.indexOf(i[l])){s.push(i[l]);for(var n=i[parseInt(l.toString(),10)][this.fields.parentValue];!k.isNullOrUndefined(n);){for(var a=null,o=0;o<this.treeData.length;o++){var r=this.treeData[parseInt(o.toString(),10)][this.fields.value];if(!k.isNullOrUndefined(r)&&r===n){a=this.treeData[o];break}}if(k.isNullOrUndefined(a)||-1!==s.indexOf(a))break;s.push(a),n=a[this.fields.parentValue]}}return e.dataSource=s,e},b.prototype.isMatchedNode=function(t,e,i,s){i=i&&s&&this.isChildObject()?e[this.fields.child.text]:e[this.fields.text];if(!i){for(var l=this.fields.child;!e[l.text];)l=l.child;i=e[l.text]}return this.ignoreCase&&(i=i.toLowerCase(),t=t.toLowerCase()),this.ignoreAccent&&(i=m.DataUtil.ignoreDiacritics(i),t=m.DataUtil.ignoreDiacritics(t)),"StartsWith"===this.filterType?i.slice(0,t.length)===t:"EndsWith"===this.filterType?i.slice(-t.length)===t:-1!==i.indexOf(t)},b.prototype.wireEvents=function(){k.EventHandler.add(this.inputWrapper,"mouseup",this.dropDownClick,this),k.EventHandler.add(this.inputWrapper,"focus",this.focusIn,this),k.EventHandler.add(this.inputWrapper,"blur",this.focusOut,this),k.EventHandler.add(this.inputWrapper,"mousemove",this.mouseIn,this),k.EventHandler.add(this.inputWrapper,"mouseout",this.onMouseLeave,this),k.EventHandler.add(this.overAllClear,"mousedown",this.clearAll,this),k.EventHandler.add(window,"resize",this.windowResize,this);var t=k.closest(this.inputWrapper,"form");t&&k.EventHandler.add(t,"reset",this.resetValueHandler,this),this.keyboardModule=new k.KeyboardEvents(this.inputWrapper,{keyAction:this.keyActionHandler.bind(this),keyConfigs:this.keyConfigs,eventName:"keydown"})},b.prototype.wireTreeEvents=function(){this.keyboardModule=new k.KeyboardEvents(this.tree,{keyAction:this.treeAction.bind(this),keyConfigs:this.keyConfigs,eventName:"keydown"})},b.prototype.wireCheckAllWrapperEvents=function(){this.keyboardModule=new k.KeyboardEvents(this.checkAllParent,{keyAction:this.checkAllAction.bind(this),keyConfigs:this.keyConfigs,eventName:"keydown"})},b.prototype.unWireEvents=function(){k.EventHandler.remove(this.inputWrapper,"mouseup",this.dropDownClick),k.EventHandler.remove(this.inputWrapper,"focus",this.focusIn),k.EventHandler.remove(this.inputWrapper,"blur",this.focusOut),k.EventHandler.remove(this.inputWrapper,"mousemove",this.mouseIn),k.EventHandler.remove(this.inputWrapper,"mouseout",this.onMouseLeave),k.EventHandler.remove(this.overAllClear,"mousedown",this.clearAll),k.EventHandler.remove(window,"resize",this.windowResize);var t=k.closest(this.inputWrapper,"form");t&&k.EventHandler.remove(t,"reset",this.resetValueHandler),this.keyboardModule.destroy(),this.showSelectAll&&this.checkAllParent&&k.EventHandler.remove(this.checkAllParent,"mouseup",this.clickHandler),k.EventHandler.remove(document,"mousedown",this.onDocumentClick)},b.prototype.dropDownClick=function(t){this.enabled&&!this.readonly&&(this.isClearButtonClick?this.isClearButtonClick=!1:(this.isPopupOpen?this.hidePopup():(this.focusIn(t),this.renderPopup()),this.showOverAllClear()))},b.prototype.mouseIn=function(){!this.enabled&&this.readonly||this.showOverAllClear()},b.prototype.onMouseLeave=function(){this.inputFocus||(k.addClass([this.overAllClear],C),k.removeClass([this.inputWrapper],ut))},b.prototype.getDirective=function(){return"EJS-DROPDOWNTREE"},b.prototype.focusOut=function(t){var e;!this.enabled||this.readonly||!this.inputFocus||(k.Browser.isIE||"edge"===k.Browser.info.name)&&t.target===this.inputWrapper||(e=t.relatedTarget)===this.inputEle||!k.isNullOrUndefined(e)||t.target===this.inputWrapper&&this.isPopupOpen||this.onFocusOut(t)},b.prototype.onFocusOut=function(t){var e;this.inputFocus=!1,this.isPopupOpen&&this.hidePopup(),this.isClearButtonClick&&(this.isClearButtonClick=!1),this.showClearButton&&(this.clearIconWidth=k.select(".e-clear-icon",this.inputWrapper).offsetWidth,k.addClass([this.overAllClear],C),k.removeClass([this.inputWrapper],ut)),k.removeClass([this.inputWrapper],[dt]),(this.allowMultiSelection||this.showCheckBox)&&(e=!!this.value&&!!this.value.length,"Delimiter"!==this.mode&&"Custom"!==this.mode&&this.chipWrapper&&"Default"===this.mode&&(k.addClass([this.chipWrapper],C),k.removeClass([this.inputWrapper],r),k.removeClass([this.inputEle],c)),!this.wrapText)&&e&&this.updateView(),this.changeOnBlur&&this.triggerChangeEvent(t),this.removeValue=!1,this.oldValue=this.value,this.trigger("blur")},b.prototype.updateView=function(){!this.showCheckBox&&!this.allowMultiSelection||"Custom"===this.mode||this.inputFocus||("Box"!==this.mode?k.addClass([this.inputWrapper,this.overFlowWrapper],Pt):k.addClass([this.inputWrapper],r),this.value&&0!==this.value.length&&(this.inputWrapper.contains(this.chipWrapper)&&k.addClass([this.chipWrapper],C),k.addClass([this.inputEle],c),this.updateOverFlowView(),this.ensurePlaceHolder()))},b.prototype.triggerChangeEvent=function(t){this.ddtCompareValues(this.oldValue,this.value)&&!this.isChipDelete||this.removeValue||(t={e:t,oldValue:this.oldValue,value:this.value,isInteracted:!!t,element:this.element},this.trigger("change",t),this.oldValue=this.value)},b.prototype.ddtCompareValues=function(t,e){if(null===t||null===e)return(null===t||0===t.length)&&e===t;if(t.length!==e.length)return!1;for(var i=0;i<t.length;i++)if(t[i]!==e[i])return!1;return!0},b.prototype.focusIn=function(t){!this.enabled||this.readonly||this.inputFocus||(this.showOverAllClear(),this.inputFocus=!0,k.addClass([this.inputWrapper],[dt]),(this.allowMultiSelection||this.showCheckBox)&&("Delimiter"!==this.mode&&this.inputFocus&&(this.chipWrapper&&this.value&&0!==this.value.length&&(k.removeClass([this.chipWrapper],C),k.addClass([this.inputEle],c)),k.addClass([this.inputWrapper],r),this.popupObj)&&this.popupObj.refreshPosition(),this.wrapText||"Custom"===this.mode||(this.inputWrapper.contains(this.overFlowWrapper)&&k.addClass([this.overFlowWrapper],C),"Delimiter"===this.mode?(k.removeClass([this.inputWrapper],r),k.removeClass([this.inputEle],c)):k.addClass([this.inputWrapper],r),k.removeClass([this.inputWrapper],Pt),this.ensurePlaceHolder())),this.trigger("focus",{isInteracted:!!t,event:t}))},b.prototype.treeAction=function(e){var i=this;this.trigger("keyPress",{cancel:!1,event:e},function(t){if(t.cancel)e.stopImmediatePropagation();else switch(e.action){case"escape":case"altUp":i.inputWrapper.focus(),e.preventDefault(),i.isPopupOpen&&i.hidePopup();break;case"tab":i.isPopupOpen&&i.hidePopup();break;case"enter":case"ctrlEnter":case"shiftEnter":case"csEnter":i.showCheckBox||(i.isValueChange=!0,i.keyEventArgs=e);break;case"space":i.isValueChange=!0,i.keyEventArgs=e;break;case"ctrlA":i.allowMultiSelection&&i.selectAll(!0)}})},b.prototype.keyActionHandler=function(e){var i=this;this.trigger("keyPress",{cancel:!1,event:e},function(t){if(!t.cancel)switch(e.action){case"escape":case"altUp":i.isPopupOpen&&i.hidePopup();break;case"shiftTab":case"tab":i.isPopupOpen&&i.hidePopup(),i.inputFocus&&i.onFocusOut();break;case"altDown":i.isPopupOpen||(i.showPopup(),e.preventDefault());break;case"moveDown":i.showSelectAll&&i.showCheckBox&&i.checkAllParent.focus()}})},b.prototype.checkAllAction=function(e){var i,s=this;this.trigger("keyPress",{cancel:!1,event:e},function(t){if(!t.cancel)switch(e.action){case"space":s.clickHandler(e);break;case"moveDown":(i=s.treeObj.element.querySelector("li")).focus(),k.addClass([i],["e-node-focus"])}})},b.prototype.windowResize=function(){this.popupObj&&(this.popupObj.setProperties({width:this.setWidth()}),this.popupObj.refreshPosition())},b.prototype.resetValueHandler=function(t){var e=k.closest(this.inputWrapper,"form");e&&t.target===e&&(this.isDynamicChange=!0,this.setProperties({value:null},!0),this.resetValue(!0),this.isDynamicChange=!1)},b.prototype.getAriaAttributes=function(){return{}},b.prototype.updateOverFlowView=function(){if(this.overFlowWrapper.classList.remove(Ut),k.removeClass([this.overFlowWrapper],C),this.value&&this.value.length){var t="",e=void 0,i=void 0,s=void 0,l=1,n=void 0,a=void 0,o=0,r=(this.overFlowWrapper.innerHTML="",this.l10n=new k.L10n(this.getLocaleName(),{overflowCountTemplate:"+${count} more..",totalCountTemplate:"${count} selected"},this.locale),this.l10n.getConstant("overflowCountTemplate")),h=this.l10n.getConstant("totalCountTemplate"),u=this.createElement("span",{className:Tt}),p=(this.overFlowWrapper.appendChild(u),u.innerText=r.replace("${count}",this.value.length.toString()),u.offsetWidth);if(k.remove(u),this.showDropDownIcon&&(o=k.select("."+kt,this.inputWrapper).offsetWidth),!k.isNullOrUndefined(this.value))if("Box"!==this.mode)for(var d=0;!k.isNullOrUndefined(this.value[d]);d++){if(t=(t+=0===d?"":this.delimiterChar+" ")+(i=this.getOverflowVal(d)),i=this.overFlowWrapper.innerHTML,this.enableHtmlSanitizer?this.overFlowWrapper.innerText=k.SanitizeHtmlHelper.sanitize(t):this.overFlowWrapper.innerHTML=t,n=this.overFlowWrapper.offsetWidth,e=this.inputWrapper.offsetWidth,n+o+this.clearIconWidth>e){for(void 0!==s&&""!==s&&(i=s,d=l+1),this.overFlowWrapper.innerHTML=i,a=this.value.length-d,n=this.overFlowWrapper.offsetWidth;n+p+o+this.clearIconWidth>=e&&0!==n&&""!==this.overFlowWrapper.innerHTML;){var c=this.overFlowWrapper.innerHTML.split(this.delimiterChar);c.pop(),this.overFlowWrapper.innerHTML=c.join(this.delimiterChar),a++,n=this.overFlowWrapper.offsetWidth}break}n+p+o+this.clearIconWidth<=e?(s=t,l=d):0===d&&(s="",l=-1)}else{k.addClass([this.chipWrapper],C);for(var m=this.chipWrapper.cloneNode(!0),f=k.selectAll("."+ft,m),v=0;v<f.length;v++){if(i=this.overFlowWrapper.innerHTML,this.overFlowWrapper.appendChild(f[v]),t=this.overFlowWrapper.innerHTML,n=this.overFlowWrapper.offsetWidth,e=this.inputWrapper.offsetWidth,n+o+this.clearIconWidth>e){for(void 0!==s&&""!==s&&(i=s,v=l+1),this.overFlowWrapper.innerHTML=i,a=this.value.length-v,n=this.overFlowWrapper.offsetWidth;n+p+o+this.clearIconWidth>=e&&0!==n&&""!==this.overFlowWrapper.innerHTML;)this.overFlowWrapper.removeChild(this.overFlowWrapper.lastChild),a++,n=this.overFlowWrapper.offsetWidth;break}n+p+o+this.clearIconWidth<=e?(s=t,l=v):0===v&&(s="",l=-1)}}0<a&&this.overFlowWrapper.appendChild(this.updateRemainTemplate(u,a,r,h)),"Box"!==this.mode||this.overFlowWrapper.classList.contains(Ut)||k.addClass([u],Ft)}else this.overFlowWrapper.innerHTML="",k.addClass([this.overFlowWrapper],C);this.updateDelimMode()},b.prototype.updateRemainTemplate=function(t,e,i,s){return this.overFlowWrapper.firstChild&&3===this.overFlowWrapper.firstChild.nodeType&&""===this.overFlowWrapper.firstChild.nodeValue&&this.overFlowWrapper.removeChild(this.overFlowWrapper.firstChild),t.innerHTML="",t.innerText=(!this.overFlowWrapper.firstChild||3!==this.overFlowWrapper.firstChild.nodeType&&"Box"!==this.mode?s:i).replace("${count}",e.toString()),!this.overFlowWrapper.firstChild||3!==this.overFlowWrapper.firstChild.nodeType&&"Box"!==this.mode?(k.addClass([this.overFlowWrapper],Ut),k.removeClass([this.overFlowWrapper],Ft)):k.removeClass([this.overFlowWrapper],Ut),t},b.prototype.getOverflowVal=function(t){t=this.getSelectedData(this.value[parseInt(t.toString(),10)]);return k.getValue(this.treeSettings.loadOnDemand?this.fields.text:"text",t)},b.prototype.updateDelimMode=function(){"Box"!==this.mode?k.select("."+Tt,this.overFlowWrapper)&&!this.overFlowWrapper.classList.contains(Ut)?(k.addClass([this.overFlowWrapper],Ft),k.addClass([this.overFlowWrapper],Pt)):(this.overFlowWrapper.classList.remove(Ft),k.removeClass([this.overFlowWrapper],Ft)):k.select("."+Tt,this.overFlowWrapper)&&this.overFlowWrapper.classList.remove(Ft)},b.prototype.createHiddenElement=function(){this.allowMultiSelection||this.showCheckBox?this.hiddenElement=this.createElement("select",{attrs:{"aria-hidden":"true",class:rt,tabindex:"-1",multiple:"","aria-label":this.getModuleName()}}):this.hiddenElement=this.createElement("select",{attrs:{"aria-hidden":"true",tabindex:"-1",class:rt,"aria-label":this.getModuleName()}}),k.prepend([this.hiddenElement],this.inputWrapper),this.validationAttribute()},b.prototype.createClearIcon=function(){this.overAllClear=this.createElement("span",{className:"e-clear-icon e-icons"}),k.addClass([this.overAllClear],C),k.removeClass([this.inputWrapper],ut),this.showClearButton&&this.inputWrapper.insertBefore(this.overAllClear,this.inputObj.buttons[0])},b.prototype.validationAttribute=function(){for(var t=this.inputEle.getAttribute("name")?this.inputEle.getAttribute("name"):this.inputEle.getAttribute("id"),e=(this.hiddenElement.setAttribute("name",t),this.inputEle.removeAttribute("name"),["required","aria-required","form"]),i=0;i<e.length;i++){var s=this.inputEle.getAttribute(e[i]);s&&(this.hiddenElement.setAttribute(e[i],s),this.inputEle.removeAttribute(e[i]))}},b.prototype.createChip=function(){this.inputWrapper.contains(this.chipWrapper)||(this.chipWrapper=this.createElement("span",{className:"e-chips-wrapper"}),this.chipCollection=this.createElement("span",{className:"e-chips-collection"}),this.chipWrapper.appendChild(this.chipCollection),this.inputWrapper.insertBefore(this.chipWrapper,this.hiddenElement),k.addClass([this.inputWrapper],r),this.getValidMode()&&null!==this.value&&this.value&&0!==this.value.length?k.addClass([this.inputEle],c):(null===this.value||this.value&&0===this.value.length||this.checkWrapper)&&k.addClass([this.chipWrapper],C))},b.prototype.getValidMode=function(){return!(!this.allowMultiSelection&&!this.showCheckBox||"Box"!==this.mode&&("Default"!==this.mode||!this.inputFocus))},b.prototype.createSelectAllWrapper=function(){this.checkAllParent=this.createElement("div",{className:Et,attrs:{tabindex:"0"}}),this.selectAllSpan=this.createElement("span",{className:xt}),this.selectAllSpan.textContent="";var t=k.closest(this.element,".e-bigger"),t=k.isNullOrUndefined(t)?"":"e-small";this.checkBoxElement=F.createCheckBox(this.createElement,!0,{cssClass:t}),this.checkBoxElement.setAttribute("role","checkbox"),this.checkAllParent.appendChild(this.checkBoxElement),this.checkAllParent.appendChild(this.selectAllSpan),this.setLocale(),k.EventHandler.add(this.checkAllParent,"mouseup",this.clickHandler,this),this.wireCheckAllWrapperEvents()},b.prototype.clickHandler=function(t){var e=t.currentTarget&&t.currentTarget.classList.contains(Et)?t.currentTarget.firstElementChild.lastElementChild:t.target;this.checkWrapper=k.closest(e,"."+At),k.isNullOrUndefined(this.checkWrapper)||(this.isClicked=!0,e=k.select("."+wt,this.checkWrapper),this.changeState(this.checkWrapper,e.classList.contains(Ot)?"uncheck":"check",t),this.isClicked=!1),t.preventDefault()},b.prototype.changeState=function(t,e,i){var s,l=t.getElementsByClassName(wt)[0];"check"!==e||l.classList.contains(Ot)?"uncheck"===e&&l.classList.contains(Ot)&&(l.classList.remove(Ot),s="false",this.isReverseUpdate||(this.treeObj.uncheckAll(),this.changeOnBlur)||this.triggerChangeEvent(i),this.setLocale(!1)):(l.classList.add(Ot),s="true",this.isReverseUpdate||(this.isCheckAllCalled=!0,this.treeObj.checkAll(),this.changeOnBlur)||this.triggerChangeEvent(i),this.setLocale(!0)),this.setMultiSelect(),this.ensurePlaceHolder(),k.isNullOrUndefined(s="check"===e?"true":"false")||t.parentElement.setAttribute("aria-checked",s)},b.prototype.setLocale=function(t){if(this.selectAllSpan)if("Select All"!==this.selectAllText||"Unselect All"!==this.unSelectAllText){var e=t?this.unSelectAllText:this.selectAllText;this.selectAllSpan.textContent="";for(var i=0,s=k.compile(e)({},this,t?"unSelectAllText":"selectAllText",null,!this.isStringTemplate);i<s.length;i++){var l=s[i];this.selectAllSpan.textContent=l.textContent}}else this.selectAllSpan.textContent=t?this.unSelectAllText:this.selectAllText},b.prototype.setAttributes=function(){this.inputEle.setAttribute("tabindex","-1"),this.inputEle.setAttribute("aria-label",this.getModuleName());var t=this.element.getAttribute("id");this.hiddenElement.id=t+"_hidden",this.inputWrapper.setAttribute("tabindex","0"),this.inputWrapper.setAttribute("aria-label",this.getModuleName()),k.attributes(this.inputWrapper,this.getAriaAttributes())},b.prototype.setHTMLAttributes=function(){if(Object.keys(this.htmlAttributes).length)for(var t=0,e=Object.keys(this.htmlAttributes);t<e.length;t++){var i=e[t];"class"===i?this.inputWrapper.classList.add(this.htmlAttributes[""+i]):"disabled"===i?(this.setProperties({enabled:!1},!0),this.setEnable()):"readonly"===i?(this.setProperties({readonly:!0},!0),this.dataBind()):"style"===i?this.inputWrapper.setAttribute("style",this.htmlAttributes[""+i]):0===i.indexOf("data")||-1<["name","required"].indexOf(i)?this.hiddenElement.setAttribute(i,this.htmlAttributes[""+i]):-1<["title","id","placeholder","aria-placeholder","role","autocorrect","autocomplete","autocapitalize","spellcheck","minlength","maxlength"].indexOf(i)&&"placeholder"===i?h.Input.setPlaceholder(this.htmlAttributes[""+i],this.inputEle):this.inputEle.setAttribute(i,this.htmlAttributes[""+i])}},b.prototype.updateDataAttribute=function(){for(var t=this.htmlAttributes,e=["class","style","id","type"],i={},s=0;s<this.element.attributes.length;s++)-1===e.indexOf(this.element.attributes[s].name)&&"readonly"!==this.element.attributes[s].name&&(i[this.element.attributes[s].name]=this.element.getAttribute(this.element.attributes[s].name));k.extend(i,t,i),this.setProperties({htmlAttributes:i},!0)},b.prototype.showOverAllClear=function(){this.enabled&&!this.readonly&&this.overAllClear&&(!!this.value&&!!this.value.length&&this.showClearButton?(k.removeClass([this.overAllClear],C),k.addClass([this.inputWrapper],ut)):(k.addClass([this.overAllClear],C),k.removeClass([this.inputWrapper],ut)))},b.prototype.setTreeValue=function(){if(null!==this.value&&0!==this.value.length){var t=void 0;if(this.showCheckBox||this.allowMultiSelection){for(var e=0;e<this.value.length;e++)t=this.treeObj.getTreeData(this.value[e])[0],k.isNullOrUndefined(t)&&this.value.splice(this.value.indexOf(this.value[e]),1);0!==this.value.length&&this.setValidValue()}else t=this.treeObj.getTreeData(this.value[0])[0],k.isNullOrUndefined(t)?this.setProperties({value:this.currentValue},!0):(this.setProperties({text:t[this.fields.text]},!0),this.setValidValue())}},b.prototype.setTreeText=function(){if((null===this.value||this.isInitialized)&&null!==this.text){var t=void 0,e=[];if(this.showCheckBox||this.allowMultiSelection){for(var i=this.text.split(this.delimiterChar),s=0;s<i.length;s++)t=this.getItems(i[s]),k.isNullOrUndefined(t)||e.push(t[this.fields.value].toString());0!==e.length?(this.oldValue=this.value,this.setProperties({value:e},!0),this.setValidValue()):this.setProperties({text:this.currentText},!0)}else t=this.getItems(this.text),k.isNullOrUndefined(t)?this.setProperties({text:this.currentText},!0):(this.oldValue=this.value,this.setProperties({value:[t[this.fields.value].toString()]},!0),this.setValidValue())}},b.prototype.setSelectedValue=function(){null!=this.value||this.isInitialized||(this.oldValue=this.value,0<this.treeObj.selectedNodes.length&&!this.showCheckBox?(this.setProperties({value:this.treeObj.selectedNodes},!0),this.allowMultiSelection&&this.updateMode()):this.showCheckBox&&this.treeObj.checkedNodes&&0<this.treeObj.checkedNodes.length&&(this.setProperties({value:this.treeObj.checkedNodes},!0),k.setValue("selectedNodes",[],this.treeObj),this.treeObj.dataBind(),this.updateMode()),this.updateSelectedValues(),this.currentText=this.text,this.currentValue=this.value)},b.prototype.setValidValue=function(){var t,e=this;this.showCheckBox||this.allowMultiSelection?(this.showCheckBox?(0<this.value.filter(function(t){return-1===e.treeObj.checkedNodes.indexOf(t)}).length||this.treeSettings.autoCheck)&&(this.treeObj.checkedNodes=this.value.slice(),this.treeObj.dataBind(),this.setMultiSelect()):(this.treeObj.selectedNodes=this.value.slice(),this.selectedText=[],this.updateSelectedValues()),this.treeObj.dataBind()):(h.Input.setValue(this.text,this.inputEle,this.floatLabelType),t=this.value[0].toString(),this.treeObj.selectedNodes[0]!==t&&k.setValue("selectedNodes",[t],this.treeObj)),this.currentText=this.text,this.currentValue=this.value,this.isInitialized&&this.triggerChangeEvent()},b.prototype.getItems=function(t){var e;if(1===this.treeDataType)for(var i=0;i<this.treeItems.length;i++){var s=k.getValue(this.fields.text,this.treeItems[parseInt(i.toString(),10)]);if(!k.isNullOrUndefined(this.treeItems[i])&&!k.isNullOrUndefined(s)&&s===t){e=this.treeItems[i];break}}else e=this.getNestedItems(this.treeItems,this.fields,t);return e},b.prototype.getNestedItems=function(t,e,i){for(var s=0,l=t.length;s<l;s++){var n=k.getValue(this.fields.text,t[parseInt(s.toString(),10)]);if(t[s]&&n&&n.toString()===i)return t[s];if("string"!=typeof e.child||k.isNullOrUndefined(k.getValue(e.child,t[s]))){if(this.fields.dataSource instanceof m.DataManager&&!k.isNullOrUndefined(k.getValue("child",t[s])))if(void 0!==(a=this.getNestedItems(k.getValue("child",t[parseInt(s.toString(),10)]),this.getChildType(e),i)))break}else{var a,n=k.getValue(e.child,t[parseInt(s.toString(),10)]);if(void 0!==(a=this.getNestedItems(n,this.getChildType(e),i)))break}}return a},b.prototype.getChildType=function(t){return"string"==typeof t.child||k.isNullOrUndefined(t.child)?t:t.child},b.prototype.renderTree=function(){this.treeObj=new H.TreeView({fields:this.getTreeFields(this.fields),enableRtl:this.enableRtl,nodeSelected:this.onNodeSelected.bind(this),nodeChecked:this.onNodeChecked.bind(this),nodeChecking:this.beforeCheck.bind(this),nodeExpanded:this.onNodeExpanded.bind(this),actionFailure:this.onActionFailure.bind(this),nodeClicked:this.onNodeClicked.bind(this),dataBound:this.OnDataBound.bind(this),allowMultiSelection:this.allowMultiSelection,enableHtmlSanitizer:this.enableHtmlSanitizer,showCheckBox:this.showCheckBox,autoCheck:this.treeSettings.autoCheck,sortOrder:this.sortOrder,expandOn:this.treeSettings.expandOn,loadOnDemand:this.treeSettings.loadOnDemand,nodeSelecting:this.onBeforeSelect.bind(this),nodeTemplate:this.itemTemplate}),this.treeObj.root=this.root||this,this.treeObj.appendTo(this.tree)},b.prototype.renderPopup=function(){var i=this,s=(this.isFilteredData&&(this.filterObj.value="",this.treeObj.fields=this.getTreeFields(this.fields),this.isFilterRestore=!0,this.isFilteredData=!1,this.hideCheckAll(!1)),!1);this.trigger("beforeOpen",{cancel:!1},function(t){var e;t.cancel?s=!0:(k.addClass([i.inputWrapper],[mt]),i.isFirstRender?(i.popupEle=i.createElement("div",{id:i.element.id+"_options",className:"e-ddt e-popup "+(null!=i.cssClass?i.cssClass:"")}),i.popupEle.setAttribute("role","region"),i.popupEle.setAttribute("aria-label",i.element.id),document.body.appendChild(i.popupEle),i.createPopup(i.popupEle)):(i.popupEle=i.popupObj.element,i.isReact&&i.isFilterRestore&&(i.treeObj.refresh(),i.isFilteredData=!0,i.popupEle.removeChild(i.filterContainer)))),(i.isFirstRender&&!s||i.isFilteredData)&&(i.isFilteredData=!1,k.prepend([i.popupDiv],i.popupEle),k.removeClass([i.popupDiv],yt),i.allowFiltering&&i.renderFilter(),i.showCheckBox&&i.showSelectAll&&!i.popupDiv.classList.contains(Bt)&&(i.createSelectAllWrapper(),i.popupEle.insertBefore(i.checkAllParent,i.popupDiv)),i.headerTemplate&&i.setHeaderTemplate(),i.footerTemplate&&i.setFooterTemplate(),i.isFirstRender=!1,i.hasTemplate)&&i.portals&&(i.treeObj.portals&&(i.portals=i.portals.concat(i.treeObj.portals.filter(function(t){return!i.portals.includes(t)}))),i.isReact)&&i.renderReactTemplates(i.reactCallBack),s||(k.attributes(i.inputEle,{"aria-expanded":"true"}),i.popupObj.show(null,1e3===i.zIndex?i.inputEle:null),k.removeClass([i.popupEle],yt),i.updatePopupHeight(),i.popupObj.refreshPosition(),!(i.showCheckBox&&i.showSelectAll||i.popupDiv.classList.contains(Bt))&&0<i.treeItems.length&&(t=void 0,null!=i.value&&null!=i.text?(i.treeObj.element.querySelector("li").setAttribute("tabindex","-1"),(t=i.treeObj.element.querySelector('[data-uid="'+i.value[0]+'"]')).setAttribute("tabindex","0")):(e=i.treeObj.element.querySelector(".e-node-focus"),t=i.treeObj.element.querySelector("li:not(.e-disable):not(.e-prevent)"),e&&e!==t&&(e.setAttribute("tabindex","-1"),k.removeClass([e],"e-node-focus"))),t.focus(),k.addClass([t],["e-node-focus"])),0<i.treeObj.checkedNodes.length&&(e=i.treeObj.element.querySelectorAll("li"),i.treeObj.element.querySelectorAll("li[aria-checked=true]").length===e.length||i.checkSelectAll)&&i.checkBoxElement&&(t=k.closest(i.checkBoxElement,"."+At),i.changeState(t,"check"),i.checkSelectAll=!1),i.allowFiltering&&(k.removeClass([i.inputWrapper],[dt]),i.filterObj.element.focus()),e={popup:i.popupObj},i.trigger("open",e))})},b.prototype.reactCallBack=function(){this.updatePopupHeight(),this.popupObj.refreshPosition()},b.prototype.updatePopupHeight=function(){var t,e;this.isFirstRender||(t=this.getHeight(),this.popupEle.style.maxHeight=t,this.allowFiltering&&(e=Math.round(this.filterContainer.getBoundingClientRect().height),t=k.formatUnit(parseInt(t,10)-e+"px")),this.headerTemplate&&(e=Math.round(this.header.getBoundingClientRect().height),t=k.formatUnit(parseInt(t,10)-e+"px")),this.showCheckBox&&this.showSelectAll&&!this.popupDiv.classList.contains(Bt)&&(e=Math.round(this.checkAllParent.getBoundingClientRect().height),t=k.formatUnit(parseInt(t,10)-e+"px")),this.footerTemplate&&(e=Math.round(this.footer.getBoundingClientRect().height),t=k.formatUnit(parseInt(t,10)-e+"px")),e=parseInt(window.getComputedStyle(this.popupEle).borderTopWidth,10),e+=parseInt(window.getComputedStyle(this.popupEle).borderBottomWidth,10),t=k.formatUnit(parseInt(t,10)-e+"px"),this.popupDiv.style.maxHeight=t)},b.prototype.createPopup=function(t){var e=this;this.isFirstRender&&(this.popupObj=new o.Popup(t,{width:this.setWidth(),targetType:"relative",collision:{X:"flip",Y:"flip"},relateTo:this.inputWrapper,zIndex:this.zIndex,enableRtl:this.enableRtl,position:{X:"left",Y:"bottom"},close:function(){e.isPopupOpen=!1},open:function(){k.EventHandler.add(document,"mousedown",e.onDocumentClick,e),e.isPopupOpen=!0},targetExitViewport:function(){k.Browser.isDevice||e.hidePopup()}}))},b.prototype.setElementWidth=function(t){var e=this.inputWrapper;k.isNullOrUndefined(t)||("number"==typeof t?e.style.width=k.formatUnit(t):"string"==typeof t&&(e.style.width=t.match(/px|%|em/)?t:k.formatUnit(t)))},b.prototype.setWidth=function(){var t=k.formatUnit(this.popupWidth);return-1<t.indexOf("%")?t=(this.inputWrapper.offsetWidth*parseFloat(t)/100).toString()+"px":"string"==typeof this.popupWidth&&(t=this.popupWidth.match(/px|em/)?this.popupWidth:t),t},b.prototype.getHeight=function(){var t=k.formatUnit(this.popupHeight);return-1<t.indexOf("%")?t=(document.documentElement.clientHeight*parseFloat(t)/100).toString()+"px":"string"==typeof this.popupHeight&&(t=this.popupHeight.match(/px|em/)?this.popupHeight:t),t},b.prototype.onDocumentClick=function(t){var e=t.target,i=k.closest(e,"."+Ct),s=k.closest(e,"."+Dt),l=k.closest(e,"."+Lt),n=k.closest(e,"."+Nt),a=!!e.classList.contains(bt)||k.matches(e,".e-ddt .e-popup")||k.matches(e,".e-ddt .e-treeview");this.isPopupOpen&&(!k.isNullOrUndefined(this.inputWrapper)&&this.inputWrapper.contains(e)||i||a||l||n)||(this.allowMultiSelection||this.showCheckBox)&&(this.isPopupOpen&&e.classList.contains(gt)||this.isPopupOpen&&(e.classList.contains(Et)||e.classList.contains(xt)||e.classList.contains(wt)))?(this.isDocumentClick=!1,t.preventDefault()):k.isNullOrUndefined(this.inputWrapper)||this.inputWrapper.contains(e)||!this.inputFocus||s||this.focusOut(t)},b.prototype.onActionFailure=function(t){this.trigger("actionFailure",t),this.l10nUpdate(!0),k.addClass([this.popupDiv],Bt)},b.prototype.OnDataBound=function(t){this.treeItems=t.data,this.treeItems.length<=0?(this.l10nUpdate(),k.addClass([this.popupDiv],Bt),this.hideCheckAll(!0)):this.popupDiv.classList.contains(Bt)&&1<=this.treeItems.length&&(k.removeClass([this.popupDiv],Bt),this.hideCheckAll(!1)),this.isFilteredData||(this.treeDataType=this.getTreeDataType(this.treeItems,this.fields)),this.isFirstRender&&this.isRemoteData&&(this.setTreeValue(),this.setTreeText(),this.updateHiddenValue(),this.setSelectedValue(),this.wrapText||this.updateView(),this.treeObj.element.focus());t={data:t.data};this.trigger("dataBound",t),null===this.filterObj&&(this.isFilteredData=!1),this.isFilteredData&&this.treeObj.expandAll(),this.isFilterRestore&&(this.restoreFilterSelection(),this.isFilterRestore=!1)},b.prototype.restoreFilterSelection=function(){this.showCheckBox?this.treeObj.checkedNodes=this.value||[]:this.treeObj.selectedNodes=this.value||[]},b.prototype.setCssClass=function(t,e){var i=this.popupObj?[this.inputWrapper,this.popupObj.element]:[this.inputWrapper];k.isNullOrUndefined(e)||""===e||k.removeClass(i,e.split(" ")),k.isNullOrUndefined(t)||""===t||k.addClass(i,t.split(" "))},b.prototype.setEnableRTL=function(t){t?this.inputWrapper.classList.add(ot):this.inputWrapper.classList.remove(ot),this.popupObj&&(this.popupObj.enableRtl=t,this.popupObj.dataBind()),this.treeObj&&(this.treeObj.enableRtl=t,this.treeObj.dataBind())},b.prototype.setEnable=function(){h.Input.setEnabled(this.enabled,this.inputEle),this.enabled?(k.removeClass([this.inputWrapper],St),this.inputEle.setAttribute("aria-disabled","false"),this.inputWrapper.setAttribute("aria-disabled","false")):(this.isPopupOpen&&this.hidePopup(),k.addClass([this.inputWrapper],St),this.inputWrapper&&this.inputWrapper.classList.contains(dt)&&k.removeClass([this.inputWrapper],[dt]),this.inputEle.setAttribute("aria-disabled","true"),this.inputWrapper.setAttribute("aria-disabled","true"))},b.prototype.cloneFields=function(t){return{dataSource:t.dataSource,value:t.value,text:t.text,parentValue:t.parentValue,child:this.cloneChildField(t.child),hasChildren:t.hasChildren,expanded:t.expanded,iconCss:t.iconCss,imageUrl:t.imageUrl,htmlAttributes:t.htmlAttributes,query:t.query,selected:t.selected,selectable:t.selectable,tableName:t.tableName,tooltip:t.tooltip}},b.prototype.cloneChildField=function(t){return"string"==typeof t?t:{dataSource:t.dataSource,value:t.value,text:t.text,parentValue:t.parentValue,child:t.child?this.cloneChildField(t.child):null,hasChildren:t.hasChildren,expanded:t.expanded,iconCss:t.iconCss,imageUrl:t.imageUrl,htmlAttributes:t.htmlAttributes,query:t.query,selected:t.selected,selectable:t.selectable,tableName:t.tableName,tooltip:t.tooltip}},b.prototype.getTreeFields=function(t){return{dataSource:t.dataSource,id:t.value,text:t.text,parentID:t.parentValue,child:this.getTreeChildren(t.child),hasChildren:t.hasChildren,expanded:t.expanded,iconCss:t.iconCss,imageUrl:t.imageUrl,isChecked:t.selected,htmlAttributes:t.htmlAttributes,query:t.query,selectable:t.selectable,selected:t.selected,tableName:t.tableName,tooltip:t.tooltip}},b.prototype.getTreeChildren=function(t){var e;return"string"==typeof t?t:k.isNullOrUndefined(t)?null:(e=t=this.getActualProperties(t),t.value&&(e.id=t.value),t.parentValue&&(e.parentID=t.parentValue),t.child&&(e.child=this.getTreeChildren(t.child)),t.selected&&this.showCheckBox&&(e.isChecked=t.selected),e)},b.prototype.getTreeDataType=function(t,e){if(this.fields.dataSource instanceof m.DataManager){for(var i=0;i<t.length;i++)if("string"==typeof e.child&&k.isNullOrUndefined(k.getValue(e.child,t[i])))return 1;return 2}k.isNullOrUndefined(this.fields.dataSource)&&(this.fields.dataSource=[]);for(var i=0,s=this.fields.dataSource.length;i<s;i++){if("string"==typeof e.child&&!k.isNullOrUndefined(k.getValue(e.child,this.fields.dataSource[i])))return 2;if(!k.isNullOrUndefined(k.getValue(e.parentValue,this.fields.dataSource[i]))||!k.isNullOrUndefined(k.getValue(e.hasChildren,this.fields.dataSource[i])))return 1}return 1},b.prototype.setFields=function(){this.resetValue(),this.hasTemplate&&this.updateTemplate(),this.treeObj.fields=this.getTreeFields(this.fields),this.treeObj.dataBind()},b.prototype.getEventArgs=function(t){var e,i=t.data,s=t.nodeData;return this.showCheckBox&&("check"===t.action?e="select":"uncheck"===t.action&&(e="un-select")),{action:this.showCheckBox?e:t.action,isInteracted:!!this.isClicked||t.isInteracted,item:t.node,itemData:this.showCheckBox?i[0]:s}},b.prototype.onBeforeSelect=function(t){t.isInteracted&&(this.oldValue=this.value&&this.value.slice(),null===this.value)&&this.setProperties({value:[]},!0)},b.prototype.updateHiddenValue=function(){this.allowMultiSelection||this.showCheckBox||(this.value&&this.value.length?this.hiddenElement.innerHTML='<option selected value ="'+this.value[0]+'">'+this.text+"</option>":this.hiddenElement.innerHTML="")},b.prototype.onNodeSelected=function(t){var e;this.showCheckBox||(e=this.getEventArgs(t),this.trigger("select",e),t.isInteracted&&(e=k.getValue("id",t.nodeData).toString(),this.allowMultiSelection?this.allowMultiSelection&&this.setMultiSelect():(this.hiddenElement.innerHTML="",this.setProperties({value:[e]},!0),t=this.itemTemplate?k.getValue("text",this.treeObj.getNode(e)):k.getValue("text",t.nodeData).toString(),h.Input.setValue(t,this.inputEle,this.floatLabelType),this.setProperties({text:t},!0),this.currentText=this.text,this.currentValue=this.value,k.attributes(this.inputWrapper,{"aria-describedby":this.element.id}),k.attributes(this.inputWrapper,{"aria-activedescendant":e.toString()}),this.updateHiddenValue(),this.showOverAllClear(),this.hidePopup(),this.isNodeSelected=!0)),this.isValueChange&&!this.changeOnBlur&&(this.triggerChangeEvent(this.keyEventArgs),this.isValueChange=!1))},b.prototype.onNodeClicked=function(t){!this.changeOnBlur&&this.isNodeSelected&&(this.triggerChangeEvent(t.event),this.isNodeSelected=!1);var e=t.event.target;(e.classList.contains("e-fullrow")||e.classList.contains("e-list-text"))&&this.showCheckBox&&(this.isClicked=!0,"true"===this.treeObj.getNode(t.node).isChecked?this.treeObj.uncheckAll([t.node]):this.treeObj.checkAll([t.node]),this.isClicked=!1,this.setMultiSelect(),this.ensurePlaceHolder()),this.changeOnBlur||!this.allowMultiSelection&&!this.showCheckBox||this.triggerChangeEvent(t.event)},b.prototype.onNodeChecked=function(t){var e,i,s=this.getEventArgs(t);this.trigger("select",s),this.isFilteredData&&"uncheck"===t.action&&(s=k.getValue("id",t.data[0]).toString(),this.removeSelectedData(s,!0)),!this.isChipDelete&&t.isInteracted&&(this.setMultiSelect(),this.ensurePlaceHolder()),this.showSelectAll&&this.checkBoxElement&&(s=this.treeObj.element.querySelectorAll("li"),e=this.treeObj.element.querySelectorAll("li[aria-checked=true]"),(i=k.closest(this.checkBoxElement,"."+At))&&"uncheck"===t.action&&(t.isInteracted||0===e.length||!k.isNullOrUndefined(t.data[0])&&"false"===t.data[0].isChecked)?(this.isReverseUpdate=!0,this.changeState(i,"uncheck"),this.isReverseUpdate=!1):i&&"check"===t.action&&e.length===s.length&&(t.isInteracted||this.isCheckAllCalled||!k.isNullOrUndefined(t.data[0])&&"true"===t.data[0].isChecked)&&(this.isReverseUpdate=!0,this.isCheckAllCalled=!1,this.changeState(i,"check"),this.isReverseUpdate=!1))},b.prototype.beforeCheck=function(t){t.isInteracted&&(this.oldValue=this.value&&this.value.slice())},b.prototype.onNodeExpanded=function(){if(this.hasTemplate&&this.portals&&this.treeObj.portals){for(var t=0;t<this.treeObj.portals.length;t++)-1===this.portals.indexOf(this.treeObj.portals[t])&&this.portals.push(this.treeObj.portals[t]);this.renderReactTemplates()}},b.prototype.updateClearButton=function(t){if(t?this.inputWrapper.contains(this.overAllClear)?(k.removeClass([this.overAllClear],C),k.addClass([this.inputWrapper],ut)):this.inputEle.parentElement.insertBefore(this.overAllClear,this.inputEle.nextSibling):(k.addClass([this.overAllClear],C),k.removeClass([this.inputWrapper],ut)),(this.allowMultiSelection||this.showCheckBox)&&this.chipWrapper)for(var e=k.selectAll("."+gt,this.chipWrapper),i=0;i<e.length;i++)t?k.removeClass([e[i]],C):k.addClass([e[i]],C)},b.prototype.updateDropDownIconState=function(t){var e=k.select("."+kt,this.inputWrapper);t?(e?k.removeClass([e],C):h.Input.appendSpan(ht,this.inputWrapper,this.createElement),k.addClass([this.inputWrapper],pt)):(k.addClass([e],C),k.removeClass([this.inputWrapper],pt))},b.prototype.updateMode=function(){var t,e;"Custom"!==this.mode&&("Delimiter"!==this.mode?(this.inputWrapper.contains(this.chipWrapper)||this.createChip(),t=this.getValidMode(),this.chipWrapper.classList.contains(C)&&t?(k.removeClass([this.chipWrapper],C),k.addClass([this.inputWrapper],r)):t||(k.addClass([this.chipWrapper],C),k.removeClass([this.inputWrapper],r)),e=null!==this.value&&0!==this.value.length,t&&e?k.addClass([this.inputEle],c):k.removeClass([this.inputEle],c)):this.inputEle.classList.contains(c)&&(k.removeClass([this.inputEle],c),this.chipWrapper)&&(k.addClass([this.chipWrapper],C),k.removeClass([this.inputWrapper],r)))},b.prototype.ensurePlaceHolder=function(){(k.isNullOrUndefined(this.value)||this.value&&0===this.value.length)&&(k.removeClass([this.inputEle],c),this.chipWrapper)&&k.addClass([this.chipWrapper],C)},b.prototype.ensureClearIconPosition=function(t){"Never"!==t&&this.inputWrapper.insertBefore(this.overAllClear,this.inputObj.buttons[0])},b.prototype.setMultiSelectValue=function(t){if(this.isFilteredData){for(var e=k.isNullOrUndefined(this.value)?[]:this.value,i=0;i<t.length;i++)!k.isNullOrUndefined(this.value)&&-1!==this.value.indexOf(t[i])||e.push(t[i]);this.setProperties({value:e},!0)}else this.setProperties({value:this.isFromFilterChange&&t&&0===t.length?this.value:t},!0),this.isFromFilterChange=!1,!t||0===t.length||this.showCheckBox||this.ddtCompareValues(this.treeObj.selectedNodes,this.value.slice())||(this.treeObj.selectedNodes=this.value.slice(),this.treeObj.dataBind())},b.prototype.setMultiSelect=function(){this.showCheckBox&&!this.isDynamicChange?this.setMultiSelectValue(this.treeObj.checkedNodes.slice()):(t=this.allowMultiSelection?this.showCheckBox?this.treeObj.checkedNodes:this.treeObj.selectedNodes:this.value?this.showCheckBox?this.value:[this.value[0]]:null,this.setMultiSelectValue(t),this.showCheckBox&&null!==this.value&&(this.treeObj.checkedNodes=this.value,this.treeObj.dataBind())),this.selectedText=[];var t=!!this.allowMultiSelection||!!this.showCheckBox;this.inputWrapper.contains(this.chipWrapper)&&!t&&(k.removeClass([this.inputEle],c),k.detach(this.chipWrapper));this.getValidMode()&&null!==this.value&&(k.addClass([this.inputEle],c),this.chipWrapper)&&k.removeClass([this.chipWrapper],C);t=!!this.value&&!!this.value.length;this.chipWrapper&&"Box"===this.mode&&!t&&(k.addClass([this.chipWrapper],C),k.removeClass([this.inputEle],c)),this.updateSelectedValues()},b.prototype.getSelectedData=function(t){var e=null;if(this.isFilteredData)for(var i=0;i<this.selectedData.length;i++)if(k.getValue(this.treeSettings.loadOnDemand?this.fields.value:"id",this.selectedData[i]).toString()===t){e=this.selectedData[i];break}return k.isNullOrUndefined(e)&&(e=this.treeSettings.loadOnDemand?this.getNodeData(t):this.treeObj.getNode(t),k.isNullOrUndefined(e)||this.selectedData.push(e)),e},b.prototype.getNodeData=function(t){if(!k.isNullOrUndefined(t)){if(1!==this.treeDataType)return this.getChildNodeData(this.treeItems,this.fields,t);for(var e=0,i=this.treeItems.length;e<i;e++){var s=k.getValue(this.fields.value,this.treeItems[e]);if(!k.isNullOrUndefined(this.treeItems[e])&&!k.isNullOrUndefined(s)&&s.toString()===t)return this.treeItems[e]}}},b.prototype.getChildNodeData=function(t,e,i){if(!k.isNullOrUndefined(t))for(var s=0,l=t.length;s<l;s++){var n=k.getValue(e.value,t[s]);if(t[s]&&n&&n.toString()===i)return t[s];if("string"!=typeof e.child||k.isNullOrUndefined(k.getValue(e.child,t[s]))){if(this.fields.dataSource instanceof m.DataManager&&!k.isNullOrUndefined(k.getValue("child",t[s])))if(void 0!==(a=this.getChildNodeData(k.getValue("child",t[s]),this.getChildMapperFields(e),i)))break}else{var a,n=k.getValue(e.child,t[s]);if(void 0!==(a=this.getChildNodeData(n,this.getChildMapperFields(e),i)))break}}return a},b.prototype.getChildMapperFields=function(t){return"string"==typeof t.child||k.isNullOrUndefined(t.child)?t:t.child},b.prototype.removeSelectedData=function(t,e){var i=k.isNullOrUndefined(this.value)?[]:this.value.slice();i.splice(i.indexOf(t),1),this.setProperties({value:i},e);for(var s=0;s<this.selectedData.length;s++)if(k.getValue(this.treeSettings.loadOnDemand?this.fields.value:"id",this.selectedData[s]).toString()===t){this.selectedData.splice(s,1);break}},b.prototype.updateSelectedValues=function(){var t,e=this.dataValue="",i=this.hiddenElement.innerHTML="";if(this.isChipDelete&&!this.treeSettings.autoCheck||!this.inputWrapper.contains(this.chipWrapper)||(this.chipCollection.innerHTML=""),this.isFilteredData||(this.selectedData=[]),!k.isNullOrUndefined(this.value)){for(var s=0,l=this.value.length;s<l;s++)t=this.getSelectedData(this.value[s]),t=k.getValue(this.treeSettings.loadOnDemand?this.fields.text:"text",t),this.selectedText.push(t),t=this.selectedText[this.selectedText.length-1],1<this.selectedText.length?(this.dataValue+=this.delimiterChar+" "+t,e+=","+t):(this.dataValue+=t,e+=t),"Custom"===this.mode||"Delimiter"===this.mode||this.isChipDelete&&!this.treeSettings.autoCheck||!this.allowMultiSelection&&!this.showCheckBox||this.setChipValues(t,this.value[s]),i+='<option selected value ="'+this.value[s]+'">'+this.selectedText[this.selectedText.length-1]+"</option>";1<=this.selectedText.length&&this.setProperties({text:e},!0),this.hiddenElement.innerHTML=i,"Custom"===this.mode&&(this.allowMultiSelection||this.showCheckBox)&&this.setTagValues()}var n=this.getValidMode();"Custom"===this.mode||"Box"===this.mode||!this.allowMultiSelection&&!this.showCheckBox||n||this.chipWrapper&&(k.addClass([this.chipWrapper],C),k.removeClass([this.inputWrapper],r)),h.Input.setValue(this.dataValue,this.inputEle,this.floatLabelType),""===e?this.setProperties({text:null},!0):this.setProperties({text:e},!0),this.showClearButton&&this.inputFocus&&this.showOverAllClear(),(this.allowMultiSelection||this.showCheckBox)&&this.popupObj&&this.popupObj.refreshPosition(),this.currentText=this.text,this.currentValue=this.value},b.prototype.setChipValues=function(t,e){this.inputWrapper.contains(this.chipWrapper)||this.createChip();var e=this.createElement("span",{className:ft,attrs:{"data-value":e}}),i=this.createElement("span",{className:vt}),s=this.createElement("span",{className:gt+" e-icons"});this.enableHtmlSanitizer?i.innerText=k.SanitizeHtmlHelper.sanitize(t):i.innerHTML=t,e.appendChild(i),this.chipCollection.appendChild(e),this.showClearButton&&(e.appendChild(s),k.EventHandler.add(s,"mousedown",this.removeChip,this))},b.prototype.setTagValues=function(){var t,e,i,s;null!==this.value&&null!=this.text&&(this.inputWrapper.contains(this.chipWrapper)||this.createChip(),this.inputWrapper.classList.contains(r)||k.addClass([this.inputWrapper],r),t=this.createElement("span",{className:ft}),this.inputEle.classList.contains(c)||k.addClass([this.inputEle],c),this.chipWrapper.classList.contains(C)&&k.removeClass([this.chipWrapper],C),e=this.createElement("span",{className:vt}),s=this.customTemplate,i=this.customTemplateId,(s=this.templateComplier(s)({value:this.value,text:this.text},this,"customTemplate",i,this.isStringTemplate,void 0,e))&&(s=Array.prototype.slice.call(s),k.append(s,e)),t.appendChild(e),this.chipCollection.appendChild(t))},b.prototype.setSelectAllWrapper=function(t){this.isFirstRender||(t&&!this.popupEle.contains(this.checkAllParent)&&this.showCheckBox?(this.createSelectAllWrapper(),this.popupEle.insertBefore(this.checkAllParent,this.popupDiv)):this.popupEle.contains(this.checkAllParent)&&(k.detach(this.checkAllParent),this.checkAllParent=null))},b.prototype.setHeaderTemplate=function(){this.header?this.header.innerHTML="":(this.header=this.createElement("div"),k.addClass([this.header],Lt));var t=this.templateComplier(this.headerTemplate)({},this,"headerTemplate",this.headerTemplateId,this.isStringTemplate,void 0,this.header);t&&(t=Array.prototype.slice.call(t),k.append(t,this.header)),this.popupEle.insertBefore(this.header,this.checkAllParent||this.popupDiv)},b.prototype.templateComplier=function(t){if(t)try{return"function"!=typeof t&&document.querySelectorAll(t).length?k.compile(document.querySelector(t).innerHTML.trim()):k.compile(t)}catch(t){}return k.compile(t)},b.prototype.setFooterTemplate=function(){this.footer?this.isReact&&"function"==typeof this.footerTemplate?this.clearTemplate(["footerTemplate"]):this.footer.innerHTML="":(this.footer=this.createElement("div"),k.addClass([this.footer],Nt));var t=this.templateComplier(this.footerTemplate)({},this,"footerTemplate",this.footerTemplateId,this.isStringTemplate,void 0,this.footer);t&&(t=Array.prototype.slice.call(t),k.append(t,this.footer)),k.append([this.footer],this.popupEle)},b.prototype.clearAll=function(t){!this.enabled||this.readonly||(this.resetValue(),this.showOverAllClear(),(this.allowMultiSelection||this.showCheckBox)&&(this.popupObj&&this.popupObj.refreshPosition(),this.wrapText||this.updateOverflowWrapper(!0)),t&&(this.isClearButtonClick=!0),this.changeOnBlur)||this.triggerChangeEvent(t)},b.prototype.removeChip=function(t){var e,i;this.enabled&&!this.readonly&&(i=(e=t.target.parentElement).getAttribute("data-value"),this.chipCollection&&e&&k.remove(e),this.isChipDelete=!0,this.isClearButtonClick=!0,this.removeSelectedData(i,!0),this.selectedText=[],this.allowMultiSelection&&(this.treeObj.selectedNodes=this.value.slice(),this.updateSelectedValues()),this.showCheckBox&&(this.treeObj.uncheckAll([i]),this.clearCheckAll(),this.setMultiSelect()),this.triggerChangeEvent(t),this.isChipDelete=!1,this.ensurePlaceHolder())},b.prototype.resetValue=function(t){Array.isArray(this.value)&&0===this.value.length&&null==this.text||(h.Input.setValue(null,this.inputEle,this.floatLabelType),t||(this.oldValue=this.value,this.setProperties({value:[]},!0)),this.dataValue=null,this.setProperties({text:null},!0),this.selectedData=[],k.setValue("selectedNodes",[],this.treeObj),this.hiddenElement.innerHTML="",this.showCheckBox&&(this.treeObj.uncheckAll(),this.setMultiSelect(),this.clearCheckAll()),null!==this.oldValue||t?t&&this.triggerChangeEvent():this.removeValue=!0,(this.allowMultiSelection||this.showCheckBox)&&this.chipWrapper&&(this.chipCollection.innerHTML="",this.wrapText||this.updateOverflowWrapper(!0),this.ensurePlaceHolder()))},b.prototype.clearCheckAll=function(){this.showSelectAll&&this.value&&0===this.value.length&&this.setLocale(!1)},b.prototype.selectAllItems=function(t){if(this.showCheckBox)t?(this.isCheckAllCalled=!0,this.treeObj.checkAll()):this.treeObj.uncheckAll(),this.checkSelectAll=t;else if(this.allowMultiSelection)if(t){for(var e,i=k.selectAll("li",this.treeObj.element),s=[],l=0;l<i.length;l++)e=i[l].getAttribute("data-uid").toString(),s.push(e);this.treeObj.selectedNodes=s}else this.treeObj.selectedNodes=[];this.updateMode(),this.setMultiSelect(),this.wrapText||(t?this.updateView():this.updateOverflowWrapper(!0))},b.prototype.updateTreeSettings=function(t){t=Object.keys(t.treeSettings)[0];if("autoCheck"===t)this.treeObj.autoCheck=this.treeSettings.autoCheck;else if("loadOnDemand"===t)this.treeObj.loadOnDemand=this.treeSettings.loadOnDemand;else if("expandOn"===t)return this.treeObj.expandOn=this.treeSettings.expandOn,void this.treeObj.dataBind();this.treeObj.dataBind(),this.setMultiSelect(),this.updateValue(this.value)},b.prototype.updateCheckBoxState=function(t){this.hasTemplate&&this.updateTemplate(),this.wrapText||this.updateOverflowWrapper(!1),this.treeObj.showCheckBox=t,this.treeObj.dataBind(),this.isDynamicChange=!0,this.setSelectAllWrapper(this.showSelectAll),this.showSelectAll&&this.setLocale(),this.showCheckBox&&this.updateMode(),this.setMultiSelect(),this.isDynamicChange=!1},b.prototype.updateTemplate=function(){this.popupObj&&(this.clearTemplate(),this.portals=[],this.popupObj.destroy(),this.isPopupOpen?(this.hidePopup(),this.isFirstRender=!0,this.renderPopup()):this.isFirstRender=!0)},b.prototype.l10nUpdate=function(t){var e,i,s;this.noRecord?this.noRecord.innerHTML="":this.noRecord=this.createElement("div"),"No Records Found"!==this.noRecordsTemplate||"The Request Failed"!==this.actionFailureTemplate?(s=t?this.actionFailureTemplate:this.noRecordsTemplate,e=t?this.actionFailureTemplateId:this.noRecordsTemplateId,i=t?"actionFailureTemplate":"noRecordsTemplate",(s=this.templateComplier(s)({},this,i,e,this.isStringTemplate,void 0,this.noRecord))&&(s=Array.prototype.slice.call(s),k.append(s,this.noRecord))):(this.l10n=new k.L10n(this.getLocaleName(),{noRecordsTemplate:"No Records Found",actionFailureTemplate:"The Request Failed"},this.locale),this.noRecord.innerHTML=t?this.l10n.getConstant("actionFailureTemplate"):this.l10n.getConstant("noRecordsTemplate")),k.addClass([this.noRecord],"e-ddt-nodata"),k.prepend([this.noRecord],this.popupDiv)},b.prototype.updateRecordTemplate=function(t){this.treeItems&&this.treeItems.length<=0&&(this.l10nUpdate(t),this.hasTemplate)&&this.updateTemplate()},b.prototype.updateOverflowWrapper=function(t){t?this.inputWrapper.contains(this.overFlowWrapper)&&t&&(this.overFlowWrapper.innerHTML=""):this.inputWrapper.contains(this.overFlowWrapper)||(this.overFlowWrapper=this.createElement("span",{className:Vt+" "+C}),this.inputWrapper.insertBefore(this.overFlowWrapper,this.hiddenElement))},b.prototype.updateMultiSelection=function(t){this.wrapText||this.updateOverflowWrapper(!1),this.treeObj.allowMultiSelection=t,this.treeObj.dataBind(),this.updateOption(),this.allowMultiSelection&&this.updateMode(),this.setMultiSelect()},b.prototype.updateAllowFiltering=function(t){this.isFirstRender||(t?this.renderFilter():this.destroyFilter())},b.prototype.updateFilterPlaceHolder=function(){this.filterObj&&(this.filterObj.placeholder=this.filterBarPlaceholder,this.filterObj.element.setAttribute("aria-label",this.filterBarPlaceholder))},b.prototype.updateValue=function(t){this.isDynamicChange=!0,k.isNullOrUndefined(t)||0===t.length?this.resetValue(!0):(this.setTreeValue(),!this.allowMultiSelection&&!this.showCheckBox||this.wrapText||(this.updateOverflowWrapper(!1),this.updateView())),this.updateHiddenValue(),this.isDynamicChange=!1},b.prototype.updateText=function(t){k.isNullOrUndefined(t)?this.resetValue():(this.setTreeText(),!this.allowMultiSelection&&!this.showCheckBox||this.wrapText||(this.updateOverflowWrapper(!1),this.updateView())),this.updateHiddenValue()},b.prototype.updateModelMode=function(){var t;!this.allowMultiSelection&&!this.showCheckBox||(this.wrapText||(t=k.select("."+Vt,this.inputWrapper))&&(t.innerHTML=""),this.updateMode(),this.setMultiSelect(),this.wrapText)||!this.value||0===this.value.length||(this.updateOverFlowView(),k.addClass([this.inputEle],c),"Box"===this.mode?k.removeClass([this.overFlowWrapper,this.inputWrapper],Pt):k.addClass([this.overFlowWrapper,this.inputWrapper],Pt))},b.prototype.updateOption=function(){this.hiddenElement.hasAttribute("multiple")||!this.allowMultiSelection&&!this.showCheckBox?!this.hiddenElement.hasAttribute("multiple")||this.allowMultiSelection||this.showCheckBox||this.hiddenElement.removeAttribute("multiple"):this.hiddenElement.setAttribute("multiple","")},b.prototype.onPropertyChanged=function(t,e){for(var i=0,s=Object.keys(t);i<s.length;i++)switch(s[i]){case"width":this.setElementWidth(t.width),this.popupObj&&(this.popupObj.element.style.width=this.setWidth());break;case"placeholder":h.Input.setPlaceholder(t.placeholder,this.inputEle);break;case"cssClass":this.setCssClass(t.cssClass,e.cssClass);break;case"enableRtl":this.setEnableRTL(this.enableRtl);break;case"fields":this.setFields();break;case"readonly":h.Input.setReadonly(t.readonly,this.inputEle);break;case"enabled":this.setEnable();break;case"floatLabelType":h.Input.removeFloating(this.inputObj),h.Input.addFloating(this.inputEle,t.floatLabelType,this.placeholder,this.createElement),this.ensureClearIconPosition(t.floatLabelType);break;case"showClearButton":this.updateClearButton(t.showClearButton);break;case"allowFiltering":this.updateAllowFiltering(t.allowFiltering);break;case"filterBarPlaceholder":this.updateFilterPlaceHolder();break;case"value":this.oldValue=e.value,this.updateValue(t.value);break;case"text":this.updateText(t.text);break;case"allowMultiSelection":this.updateMultiSelection(t.allowMultiSelection);break;case"mode":if(!this.showCheckBox&&!this.allowMultiSelection)return;"Custom"===this.mode?(this.overFlowWrapper&&k.detach(this.overFlowWrapper),this.chipWrapper&&k.detach(this.chipWrapper),this.setTagValues()):("Custom"===e.mode&&this.updateOverflowWrapper(this.wrapText),this.updateModelMode());break;case"delimiterChar":if("Box"===this.mode)return;(this.showCheckBox||this.allowMultiSelection)&&this.setMultiSelect();break;case"selectAllText":this.showCheckBox&&this.showSelectAll&&this.setLocale();break;case"unSelectAllText":this.showCheckBox&&this.showSelectAll&&this.setLocale(!1);break;case"showSelectAll":this.showCheckBox&&(this.setSelectAllWrapper(t.showSelectAll),this.updatePopupHeight());break;case"showCheckBox":this.updateCheckBoxState(t.showCheckBox),this.wrapText||this.updateOverflowWrapper(!0),this.updatePopupHeight(),this.updateOption();break;case"treeSettings":this.updateTreeSettings(t);break;case"customTemplate":if("Custom"!==this.mode)return;this.chipCollection.innerHTML="",this.setTagValues();break;case"sortOrder":this.hasTemplate&&this.updateTemplate(),this.treeObj.sortOrder=t.sortOrder,this.treeObj.dataBind(),this.updateValue(this.value);break;case"showDropDownIcon":this.updateDropDownIconState(t.showDropDownIcon);break;case"popupWidth":this.popupObj&&(this.popupObj.element.style.width=this.setWidth());break;case"popupHeight":this.popupObj&&this.updatePopupHeight();break;case"zIndex":this.popupObj&&(this.popupObj.zIndex=t.zIndex,this.popupObj.dataBind());break;case"headerTemplate":case"footerTemplate":this.updateTemplate();break;case"itemTemplate":this.updateTemplate(),this.treeObj.nodeTemplate=t.itemTemplate,this.treeObj.dataBind();break;case"noRecordsTemplate":this.updateRecordTemplate();break;case"actionFailureTemplate":this.updateRecordTemplate(!0);break;case"htmlAttributes":this.setHTMLAttributes();break;case"wrapText":this.updateOverflowWrapper(this.wrapText),!this.allowMultiSelection&&!this.showCheckBox||this.wrapText?(k.addClass([this.overFlowWrapper],C),this.chipWrapper&&"Box"===this.mode?k.removeClass([this.chipWrapper],C):(k.removeClass([this.inputWrapper],r),k.removeClass([this.inputEle],c)),this.ensurePlaceHolder()):this.updateView()}},b.prototype.clear=function(){this.clearAll(),this.inputFocus?this.onFocusOut():(this.changeOnBlur&&this.triggerChangeEvent(),this.removeValue=!1)},b.prototype.destroy=function(){for(this.clearTemplate(),this.unWireEvents(),this.setCssClass(null,this.cssClass),this.setProperties({text:null},!0),this.treeObj.destroy(),this.destroyFilter(),this.popupObj&&(this.popupObj.destroy(),k.detach(this.popupObj.element)),this.element.tagName!==this.getDirective()&&this.inputWrapper.parentElement.insertBefore(this.element,this.inputWrapper),h.Input.setValue(null,this.inputEle,this.floatLabelType),k.detach(this.inputWrapper),k.detach(this.popupDiv),k.detach(this.hiddenElement),h.Input.setRipple(!1,[this.inputObj]),this.element.classList.remove("e-input"),(this.showCheckBox||this.allowMultiSelection)&&this.element.classList.remove(c),k.detach(this.inputObj.container),this.inputObj.buttons.length&&k.detach(this.inputObj.buttons[0]),this.inputObj=null;0<this.hiddenElement.options.length;)this.hiddenElement.remove(0);if(this.hiddenElement.innerHTML="",this.hiddenElement=null,this.inputWrapper.innerHTML="",this.inputWrapper=null,this.popupDiv=null,this.tree=null,this.popupObj=null,this.treeObj=null,this.overAllClear=null,this.chipCollection)for(var t=0,e=k.selectAll(".e-chips-close",this.chipCollection);t<e.length;t++){var i=e[t];k.EventHandler.remove(i,"mousedown",this.removeChip)}this.chipWrapper=null,this.chipCollection=null,this.checkAllParent=null,this.selectAllSpan=null,this.checkBoxElement=null,this.checkWrapper=null,this.popupEle=null,this.header=null,this.footer=null,this.overFlowWrapper=null,this.keyboardModule=null,Mt.prototype.destroy.call(this),this.setProperties({value:[]},!0)},b.prototype.destroyFilter=function(){this.filterObj&&(this.filterObj.destroy(),k.detach(this.filterObj.element),k.detach(this.filterContainer),this.filterObj=null)},b.prototype.destroyPopup=function(){this.isPopupOpen=!1,this.isReact&&this.clearTemplate(),this.popupObj&&(this.popupObj.destroy(),k.detach(this.popupObj.element))},b.prototype.ensureVisible=function(t){this.treeObj.ensureVisible(t)},b.prototype.getData=function(t){return this.treeObj.getTreeData(t)},b.prototype.hidePopup=function(){var t={popup:this.popupObj,cancel:!1};this.trigger("close",t),t.cancel||(this.inputWrapper.classList.remove(mt),this.popupEle&&k.addClass([this.popupEle],yt),k.attributes(this.inputEle,{"aria-expanded":"false"}),this.popupObj&&this.isPopupOpen&&(this.popupObj.hide(),this.inputFocus&&(this.inputWrapper.focus(),this.allowFiltering)&&k.addClass([this.inputWrapper],[dt]),this.destroyPopupOnHide)&&(this.isFirstRender=!0,this.destroyPopup()))},b.prototype.selectAll=function(t){this.selectAllItems(t)},b.prototype.showPopup=function(){!this.enabled||this.readonly||this.isPopupOpen||(this.renderPopup(),this.focusIn())},b.prototype.getModuleName=function(){return"dropdowntree"},a([k.Property("The Request Failed")],b.prototype,"actionFailureTemplate",void 0),a([k.Property(!1)],b.prototype,"allowFiltering",void 0),a([k.Property(!1)],b.prototype,"allowMultiSelection",void 0),a([k.Property(!0)],b.prototype,"changeOnBlur",void 0),a([k.Property("")],b.prototype,"cssClass",void 0),a([k.Property("${value.length} item(s) selected")],b.prototype,"customTemplate",void 0),a([k.Property(",")],b.prototype,"delimiterChar",void 0),a([k.Property(!0)],b.prototype,"enabled",void 0),a([k.Complex({},Ht)],b.prototype,"fields",void 0),a([k.Property(null)],b.prototype,"filterBarPlaceholder",void 0),a([k.Property("StartsWith")],b.prototype,"filterType",void 0),a([k.Property("Never")],b.prototype,"floatLabelType",void 0),a([k.Property(null)],b.prototype,"footerTemplate",void 0),a([k.Property(!1)],b.prototype,"ignoreAccent",void 0),a([k.Property(!0)],b.prototype,"ignoreCase",void 0),a([k.Property(null)],b.prototype,"headerTemplate",void 0),a([k.Property({})],b.prototype,"htmlAttributes",void 0),a([k.Property(null)],b.prototype,"itemTemplate",void 0),a([k.Property("Default")],b.prototype,"mode",void 0),a([k.Property("No Records Found")],b.prototype,"noRecordsTemplate",void 0),a([k.Property(null)],b.prototype,"placeholder",void 0),a([k.Property("300px")],b.prototype,"popupHeight",void 0),a([k.Property("100%")],b.prototype,"popupWidth",void 0),a([k.Property(!1)],b.prototype,"readonly",void 0),a([k.Property(!1)],b.prototype,"showSelectAll",void 0),a([k.Property("Select All")],b.prototype,"selectAllText",void 0),a([k.Property(!1)],b.prototype,"showCheckBox",void 0),a([k.Property(!0)],b.prototype,"destroyPopupOnHide",void 0),a([k.Property(!0)],b.prototype,"enableHtmlSanitizer",void 0),a([k.Property(!0)],b.prototype,"showClearButton",void 0),a([k.Property(!0)],b.prototype,"showDropDownIcon",void 0),a([k.Property("None")],b.prototype,"sortOrder",void 0),a([k.Property(null)],b.prototype,"text",void 0),a([k.Complex({},qt)],b.prototype,"treeSettings",void 0),a([k.Property("Unselect All")],b.prototype,"unSelectAllText",void 0),a([k.Property(null)],b.prototype,"value",void 0),a([k.Property("100%")],b.prototype,"width",void 0),a([k.Property(1e3)],b.prototype,"zIndex",void 0),a([k.Property(!1)],b.prototype,"wrapText",void 0),a([k.Event()],b.prototype,"actionFailure",void 0),a([k.Event()],b.prototype,"beforeOpen",void 0),a([k.Event()],b.prototype,"change",void 0),a([k.Event()],b.prototype,"close",void 0),a([k.Event()],b.prototype,"blur",void 0),a([k.Event()],b.prototype,"created",void 0),a([k.Event()],b.prototype,"dataBound",void 0),a([k.Event()],b.prototype,"destroyed",void 0),a([k.Event()],b.prototype,"filtering",void 0),a([k.Event()],b.prototype,"focus",void 0),a([k.Event()],b.prototype,"keyPress",void 0),a([k.Event()],b.prototype,"open",void 0),a([k.Event()],b.prototype,"select",void 0);var Mt,l=a([k.NotifyPropertyChanges],b);function b(t,e){t=Mt.call(this,t,e)||this;return t.filterTimer=null,t.isFilteredData=!1,t.isFilterRestore=!1,t.selectedData=[],t.filterDelayTime=300,t.isClicked=!1,t.isCheckAllCalled=!1,t.isFromFilterChange=!1,t}Rt=function(t,e){return(Rt=Object.setPrototypeOf||({__proto__:[]}instanceof Array?function(t,e){t.__proto__=e}:function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])}))(t,e)};var Rt,S,a=function(t,e){function i(){this.constructor=t}Rt(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)},E=function(t,e,i,s){var l,n=arguments.length,a=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,i,s);else for(var o=t.length-1;0<=o;o--)(l=t[o])&&(a=(n<3?l(a):3<n?l(e,i,a):l(e,i))||a);return 3<n&&a&&Object.defineProperty(e,i,a),a},zt="e-atc-spinner-icon",Kt=(d.root="e-combobox",{container:null,buttons:[]}),a=(a(I,S=i),I.prototype.preRender=function(){S.prototype.preRender.call(this)},I.prototype.getLocaleName=function(){return"combo-box"},I.prototype.wireEvent=function(){"combobox"===this.getModuleName()&&(k.EventHandler.add(this.inputWrapper.buttons[0],"mousedown",this.preventBlur,this),k.EventHandler.add(this.inputWrapper.container,"blur",this.onBlurHandler,this)),k.isNullOrUndefined(this.inputWrapper.buttons[0])||k.EventHandler.add(this.inputWrapper.buttons[0],"mousedown",this.dropDownClick,this),k.EventHandler.add(this.inputElement,"focus",this.targetFocus,this),this.readonly||(k.EventHandler.add(this.inputElement,"input",this.onInput,this),k.EventHandler.add(this.inputElement,"keyup",this.onFilterUp,this),k.EventHandler.add(this.inputElement,"keydown",this.onFilterDown,this),k.EventHandler.add(this.inputElement,"paste",this.pasteHandler,this),k.EventHandler.add(window,"resize",this.windowResize,this)),this.bindCommonEvent()},I.prototype.preventBlur=function(t){(this.allowFiltering||document.activeElement===this.inputElement||document.activeElement.classList.contains(d.input)||!k.Browser.isDevice)&&k.Browser.isDevice||t.preventDefault()},I.prototype.onBlurHandler=function(t){var e=this.inputElement&&""===this.inputElement.value?null:this.inputElement&&this.inputElement.value;k.isNullOrUndefined(this.listData)||k.isNullOrUndefined(e)||e===this.text||this.customValue(t),S.prototype.onBlurHandler.call(this,t)},I.prototype.targetElement=function(){return this.inputElement},I.prototype.setOldText=function(t){h.Input.setValue(this.text,this.inputElement,this.floatLabelType,this.showClearButton),this.customValue(),this.removeSelection()},I.prototype.setOldValue=function(t){this.allowCustom?this.valueMuteChange(this.value):this.valueMuteChange(null),this.removeSelection(),this.setHiddenValue()},I.prototype.valueMuteChange=function(t){t=this.allowObjectBinding&&!k.isNullOrUndefined(t)?k.getValue(this.fields.value||"",t):t;var e=k.isNullOrUndefined(t)?null:t.toString(),e=(h.Input.setValue(e,this.inputElement,this.floatLabelType,this.showClearButton),this.allowObjectBinding&&(t=this.getDataByValue(t)),this.setProperties({value:t,text:t,index:null},!0),this.activeIndex=this.index,this.fields),i={};i[e.text]=k.isNullOrUndefined(t)?null:t.toString(),i[e.value]=k.isNullOrUndefined(t)?null:t.toString(),this.itemData=i,this.item=null,(!this.allowObjectBinding&&this.previousValue!==this.value||this.allowObjectBinding&&this.previousValue&&this.value&&!this.isObjectInArray(this.previousValue,[this.value]))&&this.detachChangeEvent(null)},I.prototype.updateValues=function(){var t,e,i,s,l,n,a;this.fields.disabled&&(null!=this.value&&(this.value=this.isDisableItemValue(this.value)?null:this.value),null!=this.text&&(this.text=this.isDisabledItemByIndex(this.getIndexByValue(this.getValueByText(this.text)))?null:this.text),null!=this.index)&&(this.index=this.isDisabledItemByIndex(this.index)?null:this.index,this.activeIndex=this.index),k.isNullOrUndefined(this.value)?this.text&&k.isNullOrUndefined(this.value)?(t=this.getElementByText(this.text))?this.setSelection(t,null):(h.Input.setValue(this.text,this.inputElement,this.floatLabelType,this.showClearButton),this.customValue()):this.setSelection(this.liCollections[this.activeIndex],null):(s=this.allowObjectBinding&&!k.isNullOrUndefined(this.value)?k.getValue(this.fields.value||"",this.value):this.value,t=this.getElementByValue(s),s=!k.isNullOrUndefined(t),this.enableVirtualization&&this.value&&(e=this.fields.value||"",i=this.allowObjectBinding&&!k.isNullOrUndefined(this.value)?k.getValue(this.fields.value||"",this.value):this.value,this.dataSource instanceof m.DataManager?(l=new m.DataManager(this.virtualGroupDataSource).executeLocal((new m.Query).where(new m.Predicate(e,"equal",i))))&&0<l.length&&(this.itemData=l[0],s=!0,n=this.getItemData(),a=this.allowObjectBinding?this.getDataByValue(n.value):n.value,this.value===n.value&&this.text!==n.text||this.value!==n.value&&this.text===n.text)&&this.setProperties({text:n.text,value:a}):(l=new m.DataManager(this.dataSource).executeLocal((new m.Query).where(new m.Predicate(e,"equal",i))))&&0<l.length&&(this.itemData=l[0],s=!0,n=this.getItemData(),a=this.allowObjectBinding?this.getDataByValue(n.value):n.value,this.value===n.value&&this.text!==n.text||this.value!==n.value&&this.text===n.text)&&this.setProperties({text:n.text,value:a})),t?this.setSelection(t,null):!this.enableVirtualization&&this.allowCustom||this.allowCustom&&this.enableVirtualization&&!s?this.valueMuteChange(this.value):this.enableVirtualization&&(!this.enableVirtualization||s)||this.valueMuteChange(null)),this.setHiddenValue(),h.Input.setValue(this.text,this.inputElement,this.floatLabelType,this.showClearButton)},I.prototype.updateIconState=function(){this.showClearButton&&(this.inputElement&&""!==this.inputElement.value&&!this.readonly?k.removeClass([this.inputWrapper.clearButton],d.clearIconHide):k.addClass([this.inputWrapper.clearButton],d.clearIconHide))},I.prototype.getAriaAttributes=function(){return{role:"combobox","aria-autocomplete":"both","aria-labelledby":this.hiddenElement.id,"aria-expanded":"false","aria-readonly":this.readonly.toString(),autocomplete:"off",autocapitalize:"off",spellcheck:"false"}},I.prototype.searchLists=function(t){this.isTyped=!0,this.isFiltering()?(S.prototype.searchLists.call(this,t),this.ulElement&&""===this.filterInput.value.trim()&&this.setHoverList(this.ulElement.querySelector("."+d.li))):(this.ulElement&&""===this.inputElement.value&&this.preventAutoFill&&this.setHoverList(this.ulElement.querySelector("."+d.li)),this.incrementalSearch(t))},I.prototype.getNgDirective=function(){return"EJS-COMBOBOX"},I.prototype.setSearchBox=function(){return this.filterInput=this.inputElement,this.isFiltering()||this.isReact&&"combobox"===this.getModuleName()?this.inputWrapper:Kt},I.prototype.onActionComplete=function(t,e,i,s){var l=this;S.prototype.onActionComplete.call(this,t,e,i),this.isSelectCustom&&this.removeSelection(),this.preventAutoFill||"combobox"!==this.getModuleName()||!this.isTyped||this.enableVirtualization||setTimeout(function(){l.inlineSearch()})},I.prototype.getFocusElement=function(){var t=this.isSelectCustom?{text:""}:this.getItemData(),e=k.isNullOrUndefined(this.list)?this.list:this.list.querySelector("."+d.selected);if(t.text&&t.text.toString()===this.inputElement.value&&!k.isNullOrUndefined(e))return e;if((k.Browser.isDevice&&!this.isDropDownClick||!k.Browser.isDevice)&&!k.isNullOrUndefined(this.liCollections)&&0<this.liCollections.length){var i=this.inputElement.value,s=this.sortedData,l=this.typeOfData(s).typeof,n=u(i,this.liCollections,this.filterType,!0,s,this.fields,l);if(this.enableVirtualization&&""!==i&&"autocomplete"!==this.getModuleName()&&this.isTyped&&!this.allowFiltering){var a=!1;for((this.viewPortInfo.endIndex>=this.incrementalEndIndex&&this.incrementalEndIndex<=this.totalItemCount||0==this.incrementalEndIndex)&&(a=!0,this.incrementalStartIndex=this.incrementalEndIndex,0==this.incrementalEndIndex?this.incrementalEndIndex=this.totalItemCount<100?this.totalItemCount:100:this.incrementalEndIndex=this.incrementalEndIndex+100>this.totalItemCount?this.totalItemCount:this.incrementalEndIndex+100,this.updateIncrementalInfo(this.incrementalStartIndex,this.incrementalEndIndex),a=!0),0===this.viewPortInfo.startIndex&&!a||this.updateIncrementalView(0,this.itemCount),n=u(i,this.incrementalLiCollections,this.filterType,!0,s,this.fields,l);k.isNullOrUndefined(n.item)&&this.incrementalEndIndex<this.totalItemCount;){if(this.incrementalStartIndex=this.incrementalEndIndex,this.incrementalEndIndex=this.incrementalEndIndex+100>this.totalItemCount?this.totalItemCount:this.incrementalEndIndex+100,this.updateIncrementalInfo(this.incrementalStartIndex,this.incrementalEndIndex),a=!0,0===this.viewPortInfo.startIndex&&!a||this.updateIncrementalView(0,this.itemCount),n=u(i,this.incrementalLiCollections,this.filterType,!0,s,this.fields,l),!k.isNullOrUndefined(n)){n.index=n.index+this.incrementalStartIndex;break}if(k.isNullOrUndefined(n)&&this.incrementalEndIndex>=this.totalItemCount){this.incrementalStartIndex=0,this.incrementalEndIndex=this.totalItemCount<100?this.totalItemCount:100;break}}!n.index||this.viewPortInfo.startIndex>=n.index&&n.index>=this.viewPortInfo.endIndex||(o=0<n.index-(this.itemCount/2-2)?n.index-(this.itemCount/2-2):0,r=this.viewPortInfo.startIndex+this.itemCount>this.totalItemCount?this.totalItemCount:this.viewPortInfo.startIndex+this.itemCount,o!=this.viewPortInfo.startIndex&&this.updateIncrementalView(o,r)),k.isNullOrUndefined(n.item)?(this.updateIncrementalView(0,this.itemCount),this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues(),this.list.scrollTop=0):(this.getIndexByValue(n.item.getAttribute("data-value"))-this.skeletonCount>this.itemCount/2&&(o=this.viewPortInfo.startIndex+(this.itemCount/2-2)<this.totalItemCount?this.viewPortInfo.startIndex+(this.itemCount/2-2):this.totalItemCount,r=this.viewPortInfo.startIndex+this.itemCount>this.totalItemCount?this.totalItemCount:this.viewPortInfo.startIndex+this.itemCount,this.updateIncrementalView(o,r)),n.item=this.getElementByValue(n.item.getAttribute("data-value"))),n&&n.item&&(n.item=this.getElementByValue(n.item.getAttribute("data-value")))}var o,r,h,t=n.item;return k.isNullOrUndefined(t)?this.isSelectCustom&&""!==this.inputElement.value.trim()&&(this.removeFocus(),this.enableVirtualization||(this.list.scrollTop=0)):(e=this.getIndexByValue(t.getAttribute("data-value"))-1,o=parseInt(getComputedStyle(this.liCollections[0],null).getPropertyValue("height"),10),isNaN(o)||"autocomplete"===this.getModuleName()||(this.removeFocus(),r=this.fields.groupBy?this.liCollections[0].offsetHeight:0,this.enableVirtualization?(this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues(),this.enableVirtualization&&!this.fields.groupBy&&(h=this.virtualListInfo&&this.virtualListInfo.startIndex?t.offsetTop+this.virtualListInfo.startIndex*t.offsetHeight:t.offsetTop,this.list.scrollTop=h-this.list.querySelectorAll(".e-virtual-list").length*t.offsetHeight)):this.list.scrollTop=e*o+r,k.addClass([t],d.focus))),t}return null},I.prototype.setValue=function(t){return(t&&"keydown"===t.type&&"enter"===t.action||t&&"click"===t.type)&&this.removeFillSelection(),this.autofill&&"combobox"===this.getModuleName()&&t&&"keydown"===t.type&&"enter"!==t.action?(this.preventAutoFill=!1,this.inlineSearch(t),!1):S.prototype.setValue.call(this,t)},I.prototype.checkCustomValue=function(){var t=this.allowObjectBinding&&!k.isNullOrUndefined(this.value)?k.getValue(this.fields.value||"",this.value):this.value,t=(this.itemData=this.getDataByValue(t),this.getItemData()),e=this.allowObjectBinding?this.itemData:t.value;this.allowCustom&&k.isNullOrUndefined(t.value)&&k.isNullOrUndefined(t.text)||this.setProperties({value:e},!this.allowCustom)},I.prototype.showSpinner=function(){k.isNullOrUndefined(this.spinnerElement)&&(this.spinnerElement="autocomplete"===this.getModuleName()?this.inputWrapper.buttons[0]||this.inputWrapper.clearButton||h.Input.appendSpan("e-input-group-icon "+zt,this.inputWrapper.container,this.createElement):this.inputWrapper.buttons[0]||this.inputWrapper.clearButton,k.addClass([this.spinnerElement],d.disableIcon),o.createSpinner({target:this.spinnerElement,width:k.Browser.isDevice?"16px":"14px"},this.createElement),o.showSpinner(this.spinnerElement))},I.prototype.hideSpinner=function(){k.isNullOrUndefined(this.spinnerElement)||(o.hideSpinner(this.spinnerElement),k.removeClass([this.spinnerElement],d.disableIcon),this.spinnerElement.classList.contains(zt)?k.detach(this.spinnerElement):this.spinnerElement.innerHTML="",this.spinnerElement=null)},I.prototype.setAutoFill=function(t,e){var i,s;e||this.setHoverList(t),this.autofill&&!this.preventAutoFill&&(i=this.getTextByValue(t.getAttribute("data-value")).toString(),s=this.getFormattedValue(t.getAttribute("data-value")),"combobox"===this.getModuleName()&&(!this.isSelected&&!this.allowObjectBinding&&this.previousValue!==s||this.allowObjectBinding&&this.previousValue&&s&&!this.isObjectInArray(this.previousValue,[this.getDataByValue(s)])?(this.updateSelectedItem(t,null),this.isSelected=!0,this.previousValue=this.allowObjectBinding?this.getDataByValue(this.getFormattedValue(t.getAttribute("data-value"))):this.getFormattedValue(t.getAttribute("data-value"))):this.updateSelectedItem(t,null,!0)),this.isAndroidAutoFill(i)||this.setAutoFillSelection(i,e))},I.prototype.isAndroidAutoFill=function(t){var e,i,s,l;return!!k.Browser.isAndroid&&(l=this.getSelectionPoints(),e=this.prevSelectPoints.end,i=l.end,s=this.prevSelectPoints.start,l=l.start,0!==e)&&(e===t.length&&s===t.length||l<s&&i<e||e===i&&s===l)},I.prototype.clearAll=function(t,e){(k.isNullOrUndefined(e)||!k.isNullOrUndefined(e)&&k.isNullOrUndefined(e.dataSource))&&S.prototype.clearAll.call(this,t),this.isFiltering()&&!k.isNullOrUndefined(t)&&t.target===this.inputWrapper.clearButton&&this.searchLists(t)},I.prototype.isSelectFocusItem=function(t){return!k.isNullOrUndefined(t)},I.prototype.inlineSearch=function(t){var e,t=t&&("down"===t.action||"up"===t.action||"home"===t.action||"end"===t.action||"pageUp"===t.action||"pageDown"===t.action),i=t?this.liCollections[this.activeIndex]:this.getFocusElement();k.isNullOrUndefined(i)?k.isNullOrUndefined(this.inputElement)||""!==this.inputElement.value?(this.activeIndex=null,this.removeSelection(),this.liCollections&&0<this.liCollections.length&&!this.isCustomFilter&&this.removeFocus()):(this.activeIndex=null,k.isNullOrUndefined(this.list)||(this.enableVirtualization||(this.list.scrollTop=0),e=this.list.querySelector("."+d.li),this.setHoverList(e))):(t||(e=this.getFormattedValue(i.getAttribute("data-value")),this.activeIndex=this.getIndexByValue(e),this.activeIndex=k.isNullOrUndefined(this.activeIndex)?null:this.activeIndex),this.preventAutoFill=""!==this.inputElement.value&&this.preventAutoFill,this.setAutoFill(i,t))},I.prototype.incrementalSearch=function(t){this.showPopup(t),k.isNullOrUndefined(this.listData)||(this.inlineSearch(t),t.preventDefault())},I.prototype.setAutoFillSelection=function(t,e){void 0===e&&(e=!1);var i=this.getSelectionPoints(),s=this.inputElement.value.substr(0,i.start);s&&s.toLowerCase()===t.substr(0,i.start).toLowerCase()?(s=s+t.substr(s.length,t.length),h.Input.setValue(s,this.inputElement,this.floatLabelType,this.showClearButton),this.inputElement.setSelectionRange(i.start,this.inputElement.value.length)):e&&(h.Input.setValue(t,this.inputElement,this.floatLabelType,this.showClearButton),this.inputElement.setSelectionRange(0,this.inputElement.value.length))},I.prototype.getValueByText=function(t){return S.prototype.getValueByText.call(this,t,!0,this.ignoreAccent)},I.prototype.unWireEvent=function(){"combobox"===this.getModuleName()&&(k.EventHandler.remove(this.inputWrapper.buttons[0],"mousedown",this.preventBlur),k.EventHandler.remove(this.inputWrapper.container,"blur",this.onBlurHandler)),k.isNullOrUndefined(this.inputWrapper.buttons[0])||k.EventHandler.remove(this.inputWrapper.buttons[0],"mousedown",this.dropDownClick),this.inputElement&&(k.EventHandler.remove(this.inputElement,"focus",this.targetFocus),this.readonly||(k.EventHandler.remove(this.inputElement,"input",this.onInput),k.EventHandler.remove(this.inputElement,"keyup",this.onFilterUp),k.EventHandler.remove(this.inputElement,"keydown",this.onFilterDown),k.EventHandler.remove(this.inputElement,"paste",this.pasteHandler),k.EventHandler.remove(window,"resize",this.windowResize))),this.unBindCommonEvent()},I.prototype.setSelection=function(t,e){S.prototype.setSelection.call(this,t,e),k.isNullOrUndefined(t)||this.autofill||this.isDropDownClick||this.removeFocus()},I.prototype.selectCurrentItem=function(t){var e;if(this.isPopupOpen){if(e=this.isSelected?this.list.querySelector("."+d.selected):this.list.querySelector("."+d.focus),this.isDisabledElement(e))return;e&&(this.setSelection(e,t),this.isTyped=!1),this.isSelected&&(this.isSelectCustom=!1,this.onChangeEvent(t))}"enter"===t.action&&""===this.inputElement.value.trim()?this.clearAll(t):this.isTyped&&!this.isSelected&&k.isNullOrUndefined(e)&&this.customValue(t),this.hidePopup(t)},I.prototype.setHoverList=function(t){this.removeSelection(),this.isValidLI(t)&&!t.classList.contains(d.selected)&&(this.removeFocus(),t.classList.add(d.focus))},I.prototype.targetFocus=function(t){k.Browser.isDevice&&!this.allowFiltering&&(this.preventFocus=!1),this.onFocus(t),h.Input.calculateWidth(this.inputElement,this.inputWrapper.container)},I.prototype.dropDownClick=function(t){t.preventDefault(),k.Browser.isDevice&&!this.isFiltering()&&(this.preventFocus=!0),S.prototype.dropDownClick.call(this,t)},I.prototype.customValue=function(e){var i,s,t,l,n=this,a=this.getValueByText(this.inputElement.value);this.allowCustom||""===this.inputElement.value?""!==this.inputElement.value.trim()?(i=this.value,k.isNullOrUndefined(a)?(t={text:s=""===this.inputElement.value?null:this.inputElement.value,item:{}},this.isObjectCustomValue=!0,this.initial?this.updateCustomValueCallback(s,t,i):this.trigger("customValueSpecifier",t,function(t){n.updateCustomValueCallback(s,t,i,e)})):(this.isSelectCustom=!1,a=this.allowObjectBinding?this.getDataByValue(a):a,this.setProperties({value:a}),(!this.allowObjectBinding&&i!==this.value||this.allowObjectBinding&&i&&this.value&&!this.isObjectInArray(i,[this.value]))&&this.onChangeEvent(e))):this.allowCustom&&(this.isSelectCustom=!0):(t=this.previousValue,l=this.value,a=this.allowObjectBinding?this.getDataByValue(a):a,this.setProperties({value:a}),k.isNullOrUndefined(this.value)&&h.Input.setValue("",this.inputElement,this.floatLabelType,this.showClearButton),this.allowObjectBinding&&!k.isNullOrUndefined(this.value)?k.getValue(this.fields.value||"",this.value):this.value,this.autofill&&(!this.allowObjectBinding&&t===this.value||this.allowObjectBinding&&t&&this.isObjectInArray(t,[this.value]))&&(!this.allowObjectBinding&&l!==this.value||this.allowObjectBinding&&l&&!this.isObjectInArray(l,[this.value]))&&this.onChangeEvent(null))},I.prototype.updateCustomValueCallback=function(t,e,i,s){var l=this,n=this.fields,e=e.item,a={},o=(e&&k.getValue(n.text,e)&&k.getValue(n.value,e)?a=e:(k.setValue(n.text,t,a),k.setValue(n.value,t,a)),this.itemData=a,{}),t=(this.allowObjectBinding&&(e=this.listData&&0<this.listData.length?Object.keys(this.listData[0]):Object.keys(this.itemData),(e=this.listData&&0<this.listData.length||!("autocomplete"===this.getModuleName()||"combobox"===this.getModuleName()&&this.allowFiltering)?e:this.firstItem?Object.keys(this.firstItem):Object.keys(this.itemData)).forEach(function(t){o[t]=t===n.value||t===n.text?k.getValue(n.value,l.itemData):null})),{text:k.getValue(n.text,this.itemData),value:this.allowObjectBinding?o:k.getValue(n.value,this.itemData),index:null});this.setProperties(t,!0),this.setSelection(null,null),this.isSelectCustom=!0,this.isObjectCustomValue=!1,(!this.allowObjectBinding&&i!==this.value||this.allowObjectBinding&&(null==i&&null!==this.value||i&&!this.isObjectInArray(i,[this.value])))&&this.onChangeEvent(s,!0)},I.prototype.onPropertyChanged=function(t,e){"combobox"===this.getModuleName()&&(this.checkData(t),this.setUpdateInitial(["fields","query","dataSource"],t,e));for(var i=0,s=Object.keys(t);i<s.length;i++){var l=s[i];switch(l){case"readonly":h.Input.setReadonly(this.readonly,this.inputElement),this.readonly?(k.EventHandler.remove(this.inputElement,"input",this.onInput),k.EventHandler.remove(this.inputElement,"keyup",this.onFilterUp),k.EventHandler.remove(this.inputElement,"keydown",this.onFilterDown)):(k.EventHandler.add(this.inputElement,"input",this.onInput,this),k.EventHandler.add(this.inputElement,"keyup",this.onFilterUp,this),k.EventHandler.add(this.inputElement,"keydown",this.onFilterDown,this)),this.setReadOnly();break;case"allowFiltering":this.setSearchBox(),this.isFiltering()&&"combobox"===this.getModuleName()&&k.isNullOrUndefined(this.list)&&S.prototype.renderList.call(this);break;case"allowCustom":break;default:var n=this.getPropObject(l,t,e);S.prototype.onPropertyChanged.call(this,n.newProperty,n.oldProperty),this.isFiltering()&&"dataSource"===l&&k.isNullOrUndefined(this.list)&&this.itemTemplate&&"combobox"===this.getModuleName()&&S.prototype.renderList.call(this)}}},I.prototype.render=function(){S.prototype.render.call(this),this.setSearchBox(),this.renderComplete()},I.prototype.getModuleName=function(){return"combobox"},I.prototype.addItem=function(t,e){S.prototype.addItem.call(this,t,e)},I.prototype.filter=function(t,e,i){S.prototype.filter.call(this,t,e,i)},I.prototype.showPopup=function(t){S.prototype.showPopup.call(this,t)},I.prototype.hidePopup=function(t){var e=this.inputElement&&""===this.inputElement.value?null:this.inputElement&&this.inputElement.value;if(!k.isNullOrUndefined(this.listData)){var i,s=this.isEscapeKey,l=(this.isEscapeKey&&(h.Input.setValue(this.typedString,this.inputElement,this.floatLabelType,this.showClearButton),this.isEscapeKey=!1),this.autofill&&this.removeFillSelection(),this.isSelectCustom?{text:""}:this.getItemData()),n=k.isNullOrUndefined(this.list)?null:this.list.querySelector("."+d.selected);if(this.inputElement&&l.text===this.inputElement.value&&!k.isNullOrUndefined(n))return this.isSelected&&(this.onChangeEvent(t),this.isSelectCustom=!1),void S.prototype.hidePopup.call(this,t);"combobox"===this.getModuleName()&&""!==this.inputElement.value.trim()&&(l=this.sortedData,n=this.typeOfData(l).typeof,i=u(this.inputElement.value,this.liCollections,"Equal",!0,l,this.fields,n),this.selectedLI=i.item,k.isNullOrUndefined(i.index)&&(i.index=u(this.inputElement.value,this.liCollections,"StartsWith",!0,l,this.fields,n).index),this.activeIndex=i.index,k.isNullOrUndefined(this.selectedLI)?s&&(this.isSelectCustom=!0,this.removeSelection()):this.updateSelectedItem(this.selectedLI,null,!0)),this.isEscapeKey||!this.isTyped||this.isInteracted||this.customValue(t)}l=this.allowObjectBinding&&!k.isNullOrUndefined(this.value)?k.getValue(this.fields.value||"",this.value):this.value;k.isNullOrUndefined(this.listData)&&this.allowCustom&&!k.isNullOrUndefined(e)&&e!==l&&this.customValue(),S.prototype.hidePopup.call(this,t)},I.prototype.focusIn=function(){this.enabled&&(k.Browser.isDevice&&!this.isFiltering()&&(this.preventFocus=!0),S.prototype.focusIn.call(this))},I.prototype.clear=function(){this.value=null},I.prototype.focusOut=function(t){S.prototype.focusOut.call(this,t)},I.prototype.getItems=function(){return S.prototype.getItems.call(this)},I.prototype.getDataByValue=function(t){return S.prototype.getDataByValue.call(this,t)},E([k.Property(!(I.prototype.renderHightSearch=function(){}))],I.prototype,"autofill",void 0),E([k.Property(!0)],I.prototype,"allowCustom",void 0),E([k.Property({})],I.prototype,"htmlAttributes",void 0),E([k.Property(!1)],I.prototype,"allowFiltering",void 0),E([k.Property(null)],I.prototype,"query",void 0),E([k.Property(null)],I.prototype,"index",void 0),E([k.Property(!0)],I.prototype,"showClearButton",void 0),E([k.Property(!1)],I.prototype,"enableRtl",void 0),E([k.Event()],I.prototype,"customValueSpecifier",void 0),E([k.Event()],I.prototype,"filtering",void 0),E([k.Property(null)],I.prototype,"valueTemplate",void 0),E([k.Property("Never")],I.prototype,"floatLabelType",void 0),E([k.Property(null)],I.prototype,"filterBarPlaceholder",void 0),E([k.Property(null)],I.prototype,"cssClass",void 0),E([k.Property(null)],I.prototype,"headerTemplate",void 0),E([k.Property(null)],I.prototype,"footerTemplate",void 0),E([k.Property(null)],I.prototype,"placeholder",void 0),E([k.Property("100%")],I.prototype,"width",void 0),E([k.Property("300px")],I.prototype,"popupHeight",void 0),E([k.Property("100%")],I.prototype,"popupWidth",void 0),E([k.Property(!1)],I.prototype,"readonly",void 0),E([k.Property(null)],I.prototype,"text",void 0),E([k.Property(null)],I.prototype,"value",void 0),E([k.Property(!1)],I.prototype,"allowObjectBinding",void 0),E([k.NotifyPropertyChanges],I));function I(t,e){return S.call(this,t,e)||this}_t=function(t,e){return(_t=Object.setPrototypeOf||({__proto__:[]}instanceof Array?function(t,e){t.__proto__=e}:function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])}))(t,e)};var _t,w,E=function(t,e){function i(){this.constructor=t}_t(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)},O=function(t,e,i,s){var l,n=arguments.length,a=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,i,s);else for(var o=t.length-1;0<=o;o--)(l=t[o])&&(a=(n<3?l(a):3<n?l(e,i,a):l(e,i))||a);return 3<n&&a&&Object.defineProperty(e,i,a),a},E=(d.root="e-autocomplete",d.icon="e-input-group-icon e-ddl-icon e-search-icon",E(A,w=a),A.prototype.preRender=function(){w.prototype.preRender.call(this)},A.prototype.getLocaleName=function(){return"auto-complete"},A.prototype.getNgDirective=function(){return"EJS-AUTOCOMPLETE"},A.prototype.getQuery=function(t){var e,i=t?t.clone():this.query?this.query.clone():new m.Query,t=this.allowObjectBinding&&!k.isNullOrUndefined(this.value)?k.getValue(this.fields.value||"",this.value):this.value,s=""!==this.queryString||k.isNullOrUndefined(t)?this.filterType:"equal",t=""!==this.queryString||k.isNullOrUndefined(t)?this.queryString:t;if(this.isFiltered)if(this.enableVirtualization&&!k.isNullOrUndefined(this.customFilterQuery))i=this.customFilterQuery.clone();else if(!this.enableVirtualization)return i;if(null!==this.queryString&&""!==this.queryString&&(e=this.typeOfData(this.dataSource).typeof,(this.dataSource instanceof m.DataManager||"string"!==e)&&"number"!==e?(e=k.isNullOrUndefined(this.fields.value)?"":this.fields.value,i.where(e,s,t,this.ignoreCase,this.ignoreAccent)):i.where("",s,t,this.ignoreCase,this.ignoreAccent)),!k.isNullOrUndefined(this.suggestionCount)&&!this.enableVirtualization){if(20!==this.suggestionCount)for(var l=0;l<i.queries.length;l++)"onTake"===i.queries[l].fn&&i.queries.splice(l,1);i.take(this.suggestionCount)}if(this.enableVirtualization){var n=0,a=0,o=this.getTakeValue();if(i&&0<i.queries.length)for(l=0;l<i.queries.length;l++)"onSkip"===i.queries[l].fn&&(a=i.queries[l].e.nos),"onTake"===i.queries[l].fn&&(n=o<=i.queries[l].e.nos?i.queries[l].e.nos:o);if(n<=0&&this.query&&0<this.query.queries.length)for(l=0;l<this.query.queries.length;l++)"onTake"===this.query.queries[l].fn&&(n=o<=this.query.queries[l].e.nos?this.query.queries[l].e.nos:o);if(i&&0<i.queries.length)for(l=0;l<i.queries.length;l++)"onSkip"===i.queries[l].fn?(a=i.queries[l].e.nos,i.queries.splice(l,1),--l):"onTake"===i.queries[l].fn&&(n=i.queries[l].e.nos<=n?n:i.queries[l].e.nos,i.queries.splice(l,1),--l);0<a&&this.virtualItemStartIndex<=a?i.skip(a):i.skip(this.virtualItemStartIndex),0<n&&o<=n?i.take(n):i.take(o),i.requiresCount()}return i},A.prototype.searchLists=function(e){var s,l=this;this.isTyped=!0,this.isDataFetched=this.isSelectCustom=!1,this.firstItem=this.dataSource&&0<this.dataSource.length?this.dataSource[0]:null,this.checkAndResetCache(),k.isNullOrUndefined(this.list)&&w.prototype.renderList.call(this,e,!0),this.queryString=this.filterInput.value,"mousedown"===e.type||40!==e.keyCode&&38!==e.keyCode?(this.isSelected=!1,this.activeIndex=null,s={preventDefaultAction:!1,text:this.filterInput.value,updateData:function(t,e,i){s.cancel||(l.isFiltered=!0,l.customFilterQuery=e,l.filterAction(t,e,i))},cancel:!1},this.trigger("filtering",s,function(t){t.cancel||l.isFiltered||t.preventDefaultAction||(l.searchList=!0,l.filterAction(l.dataSource,null,l.fields,e))})):(this.queryString=""===this.queryString?null:this.queryString,this.beforePopupOpen=!0,this.resetList(this.dataSource,this.fields,null,e))},A.prototype.filter=function(t,e,i){this.isFiltered=!0,this.filterAction(t,e,i)},A.prototype.filterAction=function(t,e,i,s){this.beforePopupOpen=!0;var l=this.list.classList.contains("e-nodata");""!==this.queryString&&this.queryString.length>=this.minLength?(this.enableVirtualization&&this.isFiltering()&&this.isTyped&&(this.isPreventScrollAction=!0,this.list.scrollTop=0,this.previousStartIndex=0,this.virtualListInfo=null),this.resetList(t,i,e,s),this.enableVirtualization&&l&&!this.list.classList.contains("e-nodata")&&(this.list.querySelector(".e-virtual-ddl-content")||this.list.appendChild(this.createElement("div",{className:"e-virtual-ddl-content",styles:this.getTransformValues()})).appendChild(this.list.querySelector(".e-list-parent")),this.list.querySelector(".e-virtual-ddl")||(t=this.createElement("div",{id:this.element.id+"_popup",className:"e-virtual-ddl",styles:this.GetVirtualTrackHeight()}),document.getElementsByClassName("e-popup")[0].querySelector(".e-dropdownbase").appendChild(t))),("autocomplete"===this.getModuleName()&&!(this.dataSource instanceof m.DataManager)||"autocomplete"===this.getModuleName()&&this.dataSource instanceof m.DataManager&&0!=this.totalItemCount)&&this.getFilteringSkeletonCount()):(this.hidePopup(s),this.beforePopupOpen=!1),this.renderReactTemplates()},A.prototype.clearAll=function(t,e){(k.isNullOrUndefined(e)||!k.isNullOrUndefined(e)&&k.isNullOrUndefined(e.dataSource))&&(w.prototype.clearAll.call(this,t),this.checkAndResetCache()),this.beforePopupOpen&&this.hidePopup()},A.prototype.onActionComplete=function(t,e,i,s){this.enableVirtualization||(this.fixedHeaderElement=null),("autocomplete"===this.getModuleName()&&!(this.dataSource instanceof m.DataManager)||"autocomplete"===this.getModuleName()&&this.dataSource instanceof m.DataManager&&0!=this.totalItemCount)&&this.getFilteringSkeletonCount(),w.prototype.onActionComplete.call(this,t,e,i);t=this.list.querySelector("."+d.li);k.isNullOrUndefined(t)||k.removeClass([t],d.focus),this.postBackAction()},A.prototype.postBackAction=function(){var t,e,i;this.autofill&&!k.isNullOrUndefined(this.liCollections[0])&&this.searchList&&(i=[this.liCollections[0]],t=this.listData,e=this.typeOfData(t).typeof,i=u(this.inputElement.value,i,"StartsWith",this.ignoreCase,t,this.fields,e),this.searchList=!1,k.isNullOrUndefined(i.item)||w.prototype.setAutoFill.call(this,this.liCollections[0],!0))},A.prototype.setSelection=function(t,e){var i;this.isValidLI(t)?!k.isNullOrUndefined(e)&&"keydown"===e.type&&"enter"!==e.action&&"tab"!==e.action&&this.isValidLI(t)?(i=this.getFormattedValue(t.getAttribute("data-value")),this.activeIndex=this.getIndexByValue(i),this.setHoverList(t),this.selectedLI=t,this.setScrollPosition(e),this.autofill&&this.isPopupOpen&&(this.preventAutoFill=!1,i=e&&"down"===e.action||"up"===e.action||"home"===e.action||"end"===e.action||"pageUp"===e.action||"pageDown"===e.action,w.prototype.setAutoFill.call(this,t,i))):w.prototype.setSelection.call(this,t,e):this.selectedLI=t},A.prototype.listOption=function(t,e){var i,s=this,t=w.prototype.listOption.call(this,t,e);return k.isNullOrUndefined(t.itemCreated)?t.itemCreated=function(t){s.highlight&&(s.element.tagName===s.getNgDirective()&&s.itemTemplate?setTimeout(function(){K(t.item,s.queryString,s.ignoreCase,s.filterType)},0):K(t.item,s.queryString,s.ignoreCase,s.filterType))}:(i=t.itemCreated,t.itemCreated=function(t){s.highlight&&K(t.item,s.queryString,s.ignoreCase,s.filterType),i.apply(s,[t])}),t},A.prototype.isFiltering=function(){return!0},A.prototype.renderPopup=function(t){this.enableVirtualization||(this.list.scrollTop=0),w.prototype.renderPopup.call(this,t)},A.prototype.isEditTextBox=function(){return!1},A.prototype.isPopupButton=function(){return this.showPopupButton},A.prototype.isSelectFocusItem=function(t){return!1},A.prototype.setInputValue=function(e,t){var i,s,l,n,a=t&&t.text?t.text:t&&t.value,t=e&&e.text?e.text:(e&&e.value?e:this).value;this.allowObjectBinding&&(a=k.isNullOrUndefined(a)?a:k.getValue(this.fields.value||"",a),t=k.isNullOrUndefined(t)?t:k.getValue(this.fields.value||"",t)),!t||""!==this.typedString||this.allowCustom||this.dataSource instanceof m.DataManager?e&&(e.text?this.setOldText(a):this.setOldValue(a)):(i="string"===this.typeOfData(this.dataSource).typeof?"":this.fields.value,s=this.getItems().length,l=new m.Query,new m.DataManager((n=this).dataSource).executeQuery(l.where(new m.Predicate(i,"equal",t))).then(function(t){0<t.result.length?(n.value=""!==i?n.allowObjectBinding?t.result[0]:t.result[0][n.fields.value].toString():t.result[0].toString(),n.addItem(t.result,s),n.updateValues()):e&&e.text?n.setOldText(a):e&&e.value?n.setOldValue(a):n.updateValues()}))},A.prototype.showPopup=function(t){this.enabled&&(this.beforePopupOpen?this.refreshPopup():(this.beforePopupOpen=!0,this.preventAutoFill=!0,k.isNullOrUndefined(this.list)?this.renderList(t):this.resetList(this.dataSource,this.fields,null,t)))},A.prototype.hidePopup=function(t){w.prototype.hidePopup.call(this,t),this.activeIndex=null,this.virtualListInfo=this.viewPortInfo,this.previousStartIndex=this.viewPortInfo.startIndex,this.startIndex=this.viewPortInfo.startIndex,this.previousEndIndex=this.viewPortInfo.endIndex},A.prototype.onPropertyChanged=function(t,e){"autocomplete"===this.getModuleName()&&this.setUpdateInitial(["fields","query","dataSource"],t);for(var i=0,s=Object.keys(t);i<s.length;i++){var l,n=s[i];"showPopupButton"===n?this.showPopupButton?(l=h.Input.appendSpan(d.icon,this.inputWrapper.container,this.createElement),this.inputWrapper.buttons[0]=l,h.Input.calculateWidth(this.inputElement,this.inputWrapper.container),k.isNullOrUndefined(this.inputWrapper.buttons[0])||k.isNullOrUndefined(this.inputWrapper.container.getElementsByClassName("e-float-text-overflow")[0])||"Never"===this.floatLabelType||this.inputWrapper.container.getElementsByClassName("e-float-text-overflow")[0].classList.add("e-icon"),this.inputWrapper&&this.inputWrapper.buttons&&this.inputWrapper.buttons[0]&&k.EventHandler.add(this.inputWrapper.buttons[0],"click",this.dropDownClick,this)):(k.detach(this.inputWrapper.buttons[0]),this.inputWrapper.buttons[0]=null):(l=this.getPropObject(n,t,e),w.prototype.onPropertyChanged.call(this,l.newProperty,l.oldProperty))}},A.prototype.renderHightSearch=function(){if(this.highlight)for(var t=0;t<this.liCollections.length;t++)this.ulElement.querySelector(".e-active")||(_(this.liCollections[t]),K(this.liCollections[t],this.queryString,this.ignoreCase,this.filterType)),0},A.prototype.getModuleName=function(){return"autocomplete"},A.prototype.render=function(){w.prototype.render.call(this)},O([k.Complex({value:null,iconCss:null,groupBy:null,disabled:null},tt)],A.prototype,"fields",void 0),O([k.Property(!0)],A.prototype,"ignoreCase",void 0),O([k.Property(!1)],A.prototype,"showPopupButton",void 0),O([k.Property(!1)],A.prototype,"highlight",void 0),O([k.Property(20)],A.prototype,"suggestionCount",void 0),O([k.Property({})],A.prototype,"htmlAttributes",void 0),O([k.Property(null)],A.prototype,"query",void 0),O([k.Property(1)],A.prototype,"minLength",void 0),O([k.Property("Contains")],A.prototype,"filterType",void 0),O([k.Event()],A.prototype,"filtering",void 0),O([k.Property(null)],A.prototype,"index",void 0),O([k.Property("Never")],A.prototype,"floatLabelType",void 0),O([k.Property(null)],A.prototype,"valueTemplate",void 0),O([k.Property(null)],A.prototype,"filterBarPlaceholder",void 0),O([k.Property(!1)],A.prototype,"allowFiltering",void 0),O([k.Property(null)],A.prototype,"text",void 0),O([k.NotifyPropertyChanges],A));function A(t,e){t=w.call(this,t,e)||this;return t.isFiltered=!1,t.searchList=!1,t}var Gt="e-float-line",Qt="e-float-text",Jt="e-label-top",Xt="e-label-bottom";function Yt(t,e,i,s,l,n,a){var o=k.createElement("span",{className:Gt}),r=k.createElement("label",{className:Qt}),h=i.getAttribute("id")?i.getAttribute("id"):k.getUniqueID("ej2_multiselect");i.id=h,k.isNullOrUndefined(i.id)||""===i.id||(r.id="label_"+i.id.replace(/ /g,"_"),r.setAttribute("for",i.id),k.attributes(s,{"aria-labelledby":r.id})),k.isNullOrUndefined(s.placeholder)||""===s.placeholder||(r.innerText=se(s.placeholder),s.removeAttribute("placeholder")),r.innerText=se(a),e.appendChild(o),e.appendChild(r),t.classList.add("e-float-input"),$t(l,r),"Always"===n&&(r.classList.contains(Xt)&&k.removeClass([r],Xt),k.addClass([r],Jt))}function $t(t,e){t&&0<t.length?(k.addClass([e],Jt),k.removeClass([e],Xt)):(k.removeClass([e],Jt),k.addClass([e],Xt))}function Zt(t,e,i,s,l,n,a){var o,r=e.querySelector("."+Qt),e=e.querySelector("."+Gt);k.isNullOrUndefined(r)?te(l,s,o=null!==a?a:""):(o=r.innerText,k.detach(i.querySelector("."+Qt)),te(l,s,o),k.isNullOrUndefined(e)||k.detach(i.querySelector("."+Gt))),t.classList.remove("e-float-input")}function te(t,e,i){t&&t.length?e.placeholder="":e.placeholder=i}function ee(t,e){t.classList.add("e-input-focus");t=e.querySelector("."+Qt);k.isNullOrUndefined(t)||(k.addClass([t],Jt),t.classList.contains(Xt)&&k.removeClass([t],Xt))}function ie(t,e,i,s,l){t.classList.remove("e-input-focus");t=e.querySelector("."+Qt);i&&i.length<=0&&"Auto"===s&&!k.isNullOrUndefined(t)&&(t.classList.contains(Jt)&&k.removeClass([t],Jt),k.addClass([t],Xt))}function se(t){var e,i="";return k.isNullOrUndefined(t)||""===t||((e=document.createElement("span")).innerHTML='<input placeholder="'+t+'"/>',i=e.children[0].placeholder),i}le=function(t,e){return(le=Object.setPrototypeOf||({__proto__:[]}instanceof Array?function(t,e){t.__proto__=e}:function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])}))(t,e)};var le,D,O=function(t,e,i,s){var l,n=arguments.length,a=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,i,s);else for(var o=t.length-1;0<=o;o--)(l=t[o])&&(a=(n<3?l(a):3<n?l(e,i,a):l(e,i))||a);return 3<n&&a&&Object.defineProperty(e,i,a),a},ne="e-input-focus",ae="e-disabled",N="e-hide-listitem",oe="e-chips",re="e-chips-close",he="e-chip-selected",ue="e-delimiter",pe="e-zero-size",de="e-chips-close e-close-hooker",ce="e-delim-values",me="e-close-icon-hide",fe="e-ddl-disable-icon",ve="e-ms-spinner-icon",ge="e-input-group-icon e-ddl-icon",ye="e-icon-anim",Ce="e-delim-total",be="e-search-custom-width",Se="e-input-filter",O=(function(t,e){function i(){this.constructor=t}le(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)}(L,D=Z),L.prototype.enableRTL=function(t){t?this.overAllWrapper.classList.add("e-rtl"):this.overAllWrapper.classList.remove("e-rtl"),this.popupObj&&(this.popupObj.enableRtl=t,this.popupObj.dataBind())},L.prototype.requiredModules=function(){var t,e=[];return this.enableVirtualization&&e.push({args:[this],member:"VirtualScroll"}),"CheckBox"===this.mode&&(this.isGroupChecking=this.enableGroupCheckBox,this.enableGroupCheckBox&&(t=this.isProtectedOnChange,this.isProtectedOnChange=!0,this.enableSelectionOrder=!1,this.isProtectedOnChange=t),this.allowCustomValue=!1,this.hideSelectedItem=!1,this.closePopupOnSelect=!1,e.push({member:"CheckBoxSelection",args:[this]})),e},L.prototype.updateHTMLAttribute=function(){if(Object.keys(this.htmlAttributes).length)for(var t=0,e=Object.keys(this.htmlAttributes);t<e.length;t++){var i=e[t];switch(i){case"class":var s=this.htmlAttributes[""+i].replace(/\s+/g," ").trim();""!==s&&(k.addClass([this.overAllWrapper],s.split(" ")),k.addClass([this.popupWrapper],s.split(" ")));break;case"disabled":this.enable(!1);break;case"placeholder":this.placeholder||(this.inputElement.setAttribute(i,this.htmlAttributes[""+i]),this.setProperties({placeholder:this.inputElement.placeholder},!0),this.refreshPlaceHolder());break;default:-1<["id"].indexOf(i)?this.element.setAttribute(i,this.htmlAttributes[""+i]):0===i.indexOf("data")||-1<["name","required","aria-required","form"].indexOf(i)?this.hiddenElement.setAttribute(i,this.htmlAttributes[""+i]):-1<["title","role","style","class"].indexOf(i)?this.overAllWrapper.setAttribute(i,this.htmlAttributes[""+i]):"size"===i||k.isNullOrUndefined(this.inputElement)||this.inputElement.setAttribute(i,this.htmlAttributes[""+i])}}},L.prototype.updateReadonly=function(t){k.isNullOrUndefined(this.inputElement)||(t||"CheckBox"===this.mode?this.inputElement.setAttribute("readonly","true"):this.inputElement.removeAttribute("readonly"))},L.prototype.updateClearButton=function(t){t?(this.overAllClear.parentNode?this.overAllClear.style.display="":this.componentWrapper.appendChild(this.overAllClear),this.componentWrapper.classList.remove(me)):(this.overAllClear.style.display="none",this.componentWrapper.classList.add(me))},L.prototype.updateCssClass=function(){var t;k.isNullOrUndefined(this.cssClass)||""===this.cssClass||(t=this.cssClass,""!==(t=this.cssClass.replace(/\s+/g," ").trim())&&(k.addClass([this.overAllWrapper],t.split(" ")),k.addClass([this.popupWrapper],t.split(" "))))},L.prototype.updateOldPropCssClass=function(t){k.isNullOrUndefined(t)||""===t||""!==(t=t.replace(/\s+/g," ").trim())&&(k.removeClass([this.overAllWrapper],t.split(" ")),k.removeClass([this.popupWrapper],t.split(" ")))},L.prototype.onPopupShown=function(t){var e,i=this,t=(k.Browser.isDevice&&"CheckBox"===this.mode&&this.allowFiltering&&(e=this,window.onpopstate=function(){e.hidePopup(),e.inputElement.focus()},history.pushState({},"")),{popup:this.popupObj,event:t,cancel:!1,animation:{name:"FadeIn",duration:100}});this.trigger("open",t,function(t){t.cancel||(i.focusAtFirstListItem(),i.popupObj&&document.body.appendChild(i.popupObj.element),"CheckBox"===i.mode&&i.enableGroupCheckBox&&!k.isNullOrUndefined(i.fields.groupBy)&&i.updateListItems(i.list.querySelectorAll("li.e-list-item"),i.mainList.querySelectorAll("li.e-list-item")),"CheckBox"!==i.mode&&!i.showDropDownIcon||k.addClass([i.overAllWrapper],[ye]),i.refreshPopup(),i.renderReactTemplates(),i.popupObj&&i.popupObj.show(t.animation,1e3===i.zIndex?i.element:null),k.attributes(i.inputElement,{"aria-expanded":"true","aria-owns":i.element.id+"_popup","aria-controls":i.element.id}),i.updateAriaActiveDescendant(),i.isFirstClick&&!i.enableVirtualization&&i.loadTemplate(),"CheckBox"===i.mode&&i.showSelectAll&&k.EventHandler.add(i.popupObj.element,"click",i.clickHandler,i))})},L.prototype.updateVirtualReOrderList=function(t){var e=this.getForQuery(this.value,!0).clone();this.enableVirtualization&&this.dataSource instanceof m.DataManager?this.resetList(this.selectedListData,this.fields,e):this.resetList(this.dataSource,this.fields,e),this.UpdateSkeleton(),this.liCollections=this.list.querySelectorAll("."+y.li),this.virtualItemCount=this.itemCount,"CheckBox"!==this.mode&&(this.totalItemCount=this.value&&this.value.length?this.totalItemCount-this.value.length:this.totalItemCount),this.list.querySelector(".e-virtual-ddl")?this.list.getElementsByClassName("e-virtual-ddl")[0].style=this.GetVirtualTrackHeight():(e=this.createElement("div",{id:this.element.id+"_popup",className:"e-virtual-ddl",styles:this.GetVirtualTrackHeight()}),this.popupWrapper.querySelector(".e-dropdownbase").appendChild(e)),this.list.querySelector(".e-virtual-ddl-content")&&(this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues()),t&&this.loadTemplate()},L.prototype.updateListItems=function(t,e){for(var i=0;i<t.length;i++)this.findGroupStart(t[i]),this.findGroupStart(e[i]);this.deselectHeader()},L.prototype.loadTemplate=function(){var t;this.refreshListItems(null),this.enableVirtualization&&this.list&&"CheckBox"===this.mode&&(t=this.list.querySelectorAll(".e-reorder")[0],this.list.querySelector(".e-virtual-ddl-content"))&&t&&this.list.querySelector(".e-virtual-ddl-content").removeChild(t),"CheckBox"===this.mode&&this.removeFocus(),this.notify("reOrder",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,e:this}),this.isPreventScrollAction=!0},L.prototype.setScrollPosition=function(){var t;(!this.hideSelectedItem&&"CheckBox"!==this.mode||"CheckBox"===this.mode&&!this.enableSelectionOrder)&&!k.isNullOrUndefined(this.value)&&0<this.value.length&&(t=this.allowObjectBinding?k.getValue(this.fields.value||"",this.value[this.value.length-1]):this.value[this.value.length-1],t=this.findListElement(this.hideSelectedItem?this.ulElement:this.list,"li","data-value",t),k.isNullOrUndefined(t)||this.scrollBottom(t)),this.enableVirtualization&&(t=this.list.querySelector("."+y.focus),this.isKeyBoardAction=!1,this.scrollBottom(t))},L.prototype.focusAtFirstListItem=function(){var t;this.ulElement&&this.ulElement.querySelector("li."+y.li)&&(t=void 0,"CheckBox"===this.mode?this.removeFocus():null!==(t=this.enableVirtualization?this.fields.disabled?this.ulElement.querySelector("li."+y.li+":not(.e-virtual-list):not(.e-hide-listitem):not(."+ae+")"):this.ulElement.querySelector("li."+y.li+":not(.e-virtual-list):not(.e-hide-listitem)"):this.fields.disabled?this.ulElement.querySelector("li."+y.li+":not(."+N+"):not(."+ae+")"):this.ulElement.querySelector("li."+y.li+":not(."+N+")"))&&(this.removeFocus(),this.addListFocus(t)))},L.prototype.focusAtLastListItem=function(t){var e;t?e=u(t,this.liCollections,"StartsWith",this.ignoreCase):this.value&&this.value.length?u(this.allowObjectBinding?k.getValue(this.fields.value||"",this.value[this.value.length-1]):this.value[this.value.length-1],this.liCollections,"StartsWith",this.ignoreCase):e=null,e&&null!==e.item&&(this.addListFocus(e.item),(this.allowCustomValue||this.allowFiltering)&&this.isPopupOpen()&&this.closePopupOnSelect&&!this.enableVirtualization||this.closePopupOnSelect&&!this.enableVirtualization)&&this.scrollBottom(e.item,e.index)},L.prototype.getAriaAttributes=function(){return{"aria-disabled":"false",role:"combobox","aria-expanded":"false"}},L.prototype.updateListARIA=function(){k.isNullOrUndefined(this.ulElement)||k.attributes(this.ulElement,{id:this.element.id+"_options",role:"listbox","aria-hidden":"false","aria-label":"list"});var t=!(k.isNullOrUndefined(this.inputElement)||!this.inputElement.disabled);this.isPopupOpen()||k.isNullOrUndefined(this.inputElement)||k.attributes(this.inputElement,this.getAriaAttributes()),t&&k.attributes(this.inputElement,{"aria-disabled":"true"}),this.ensureAriaDisabled(t?"true":"false")},L.prototype.ensureAriaDisabled=function(t){var e;this.htmlAttributes&&this.htmlAttributes["aria-disabled"]&&(e=this.htmlAttributes,k.extend(e,{"aria-disabled":t},e),this.setProperties({htmlAttributes:e},!0))},L.prototype.removelastSelection=function(t){var e,i;null!==this.chipCollectionWrapper.querySelector("span."+he)?this.removeSelectedChip(t):(e=(e=this.chipCollectionWrapper.querySelectorAll("span."+oe))[e.length-1].getAttribute("data-value"),k.isNullOrUndefined(this.value)||(this.tempValues=(this.allowObjectBinding,this.value.slice())),i=this.allowObjectBinding?this.getDataByValue(this.getFormattedValue(e)):this.getFormattedValue(e),this.allowCustomValue&&("false"!==e&&!1===i||!k.isNullOrUndefined(i)&&"NaN"===i.toString())&&(i=e),this.removeValue(i,t),this.removeChipSelection(),this.updateDelimeter(this.delimiterChar,t),this.makeTextBoxEmpty(),this.mainList&&this.listData&&this.refreshSelection(),this.checkPlaceholderSize())},L.prototype.onActionFailure=function(t){D.prototype.onActionFailure.call(this,t),this.renderPopup(),this.onPopupShown()},L.prototype.targetElement=function(){return this.targetInputElement=this.inputElement,"CheckBox"===this.mode&&this.allowFiltering&&this.notify("targetElement",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode}),this.targetInputElement.value},L.prototype.getForQuery=function(t,e){var i=k.isNullOrUndefined(this.fields.value)?this.fields.text:this.fields.value;if(this.enableVirtualization&&t){if(e)for(var s=0;s<t.length;s++)var l=this.allowObjectBinding?k.getValue(this.fields.value||"",t[s]):t[s],n=0===s?new m.Predicate(i,"equal",l):n.or(i,"equal",l);else for(s=0;s<t.length;s++){l=this.allowObjectBinding?k.getValue(this.fields.value||"",t[s]):t[s];n=0===s?new m.Predicate(i,"notequal",l):n.and(i,"notequal",l)}return(new m.Query).where(n)}for(s=0;s<t.length;s++)n=0===s?new m.Predicate(i,"equal",t[s]):n.or(i,"equal",t[s]);return(this.dataSource instanceof m.DataManager&&this.dataSource.adaptor instanceof m.JsonAdaptor?new m.Query:this.getQuery(this.query).clone()).where(n)},L.prototype.onActionComplete=function(t,e,i,s){this.dataSource instanceof m.DataManager&&!k.isNullOrUndefined(i)&&!this.virtualGroupDataSource&&(this.totalItemCount=i.count),D.prototype.onActionComplete.call(this,t,e,i),this.skeletonCount=0!=this.totalItemCount&&this.totalItemCount<2*this.itemCount?0:this.skeletonCount,this.updateSelectElementData(this.allowFiltering);if(!k.isNullOrUndefined(this.value)&&!this.allowCustomValue&&!this.enableVirtualization&&this.listData&&0<this.listData.length)for(var l=0;l<this.value.length;l++){var n=this.allowObjectBinding?k.getValue(this.fields.value||"",this.value[l]):this.value[l];this.findListElement(this.allowFiltering&&!k.isNullOrUndefined(this.mainList)?this.mainList:t,"li","data-value",n)||this.dataSource instanceof m.DataManager||(this.value.splice(l,1),--l)}var a=[];0<(a=k.isNullOrUndefined(this.value)?a:this.presentItemValue(this.ulElement)).length&&this.dataSource instanceof m.DataManager&&!k.isNullOrUndefined(this.value)&&null!=this.listData&&!this.enableVirtualization?this.addNonPresentItems(a,this.ulElement,this.listData):this.updateActionList(t,e,i),this.dataSource instanceof m.DataManager&&this.allowCustomValue&&!this.isCustomRendered&&this.inputElement.value&&""!==this.inputElement.value&&(a=new m.Query,a=this.allowFiltering?a.where(this.fields.text,"startswith",this.inputElement.value,this.ignoreCase,this.ignoreAccent):a,this.checkForCustomValue(a,this.fields),this.isCustomRendered=!0,this.remoteCustomValue=!this.enableVirtualization&&this.remoteCustomValue),this.dataSource instanceof m.DataManager&&"CheckBox"===this.mode&&this.allowFiltering&&this.removeFocus()},L.prototype.updateActionList=function(t,e,i,s){"CheckBox"===this.mode&&this.showSelectAll&&this.notify("selectAll",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode}),this.mainList||this.mainData?!k.isNullOrUndefined(this.mainData)&&0!==this.mainData.length||(this.mainData=e):(this.mainList=t.cloneNode?t.cloneNode(!0):t,this.mainData=e,this.mainListCollection=this.liCollections),(this.remoteCustomValue||e.length<=0)&&this.allowCustomValue&&this.inputFocus&&this.allowFiltering&&this.inputElement.value&&""!==this.inputElement.value&&(this.checkForCustomValue(this.tempQuery,this.fields),this.isCustomRendered)||(this.value&&this.value.length&&("CheckBox"!==this.mode&&!k.isNullOrUndefined(this.inputElement)&&""!==this.inputElement.value.trim()||"CheckBox"===this.mode||(8===this.keyCode||46===this.keyCode)&&this.allowFiltering&&this.allowCustomValue&&this.dataSource instanceof m.DataManager&&""===this.inputElement.value)&&this.refreshSelection(),this.updateListARIA(),this.unwireListEvents(),this.wireListEvents(),k.isNullOrUndefined(this.setInitialValue)||this.setInitialValue(),k.isNullOrUndefined(this.selectAllAction)||this.selectAllAction(),this.setDynValue&&(k.isNullOrUndefined(this.text)||!k.isNullOrUndefined(this.value)&&0!==this.value.length||this.initialTextUpdate(),this.enableVirtualization&&(!this.enableVirtualization||this.dataSource instanceof m.DataManager)||this.initialValueUpdate(),this.initialUpdate(),this.refreshPlaceHolder(),"CheckBox"!==this.mode)&&this.changeOnBlur&&this.updateValueState(null,this.value,null),this.renderPopup(),this.beforePopupOpen&&(this.beforePopupOpen=!1,this.onPopupShown(i)))},L.prototype.refreshSelection=function(){var t=this.hideSelectedItem?N:y.selected;if(!k.isNullOrUndefined(this.value))for(var e=0;!k.isNullOrUndefined(this.value[e]);e++){var i,s=this.allowObjectBinding?k.getValue(this.fields.value||"",this.value[e]):this.value[e];(i=this.findListElement(this.list,"li","data-value",s))&&(k.addClass([i],t),this.hideSelectedItem&&i.previousSibling&&i.previousElementSibling.classList.contains(y.group)&&(!i.nextElementSibling||i.nextElementSibling.classList.contains(y.group))&&k.addClass([i.previousElementSibling],t),this.hideSelectedItem&&this.fields.groupBy&&!i.previousElementSibling.classList.contains(N)&&this.hideGroupItem(s),this.hideSelectedItem&&i.classList.contains(y.focus)&&(k.removeClass([i],y.focus),0<(s=i.parentElement.querySelectorAll("."+y.li+":not(."+N+")")).length?(k.addClass([s[0]],y.focus),this.updateAriaActiveDescendant()):this.list&&0<this.list.querySelectorAll("."+y.li).length||(this.l10nUpdate(),k.addClass([this.list],y.noData))),i.setAttribute("aria-selected","true"),"CheckBox"===this.mode)&&i.classList.contains("e-active")&&0===i.getElementsByClassName("e-check").length&&(s={module:"CheckBoxSelection",enable:"CheckBox"===this.mode,li:i,e:null},this.notify("updatelist",s))}this.checkSelectAll(),this.checkMaxSelection()},L.prototype.hideGroupItem=function(t){for(var e,i=this.hideSelectedItem?N:y.selected,s=e=this.findListElement(this.ulElement,"li","data-value",t),l=0,n=0,a=!0,o=!0;!(a=e&&e.previousElementSibling&&!e.previousElementSibling.classList.contains(N)&&e.previousElementSibling.classList.contains(y.li)?!1:a)||!e||e.previousElementSibling&&e.previousElementSibling.classList.contains(y.group)?l=10:e=e.previousElementSibling,!(o=s&&s.nextElementSibling&&!s.nextElementSibling.classList.contains(N)&&s.nextElementSibling.classList.contains(y.li)?!1:o)||!s||s.nextElementSibling&&s.nextElementSibling.classList.contains(y.group)?n=10:s=s.nextElementSibling,l<10||n<10;);a&&o&&!e.previousElementSibling.classList.contains(N)?k.addClass([e.previousElementSibling],i):a&&o&&e.previousElementSibling.classList.contains(N)&&k.removeClass([e.previousElementSibling],i)},L.prototype.getValidLi=function(){var t=this.ulElement.querySelector("li."+y.li+":not(."+N+")");return k.isNullOrUndefined(t)?this.liCollections[0]:t},L.prototype.checkSelectAll=function(){var t=this.list.querySelectorAll("li.e-list-group-item.e-active").length,e=this.list.querySelectorAll("li.e-list-item"),i=(this.enableVirtualization?this.list.querySelectorAll("li."+y.li+":not(.e-virtual-list)"):this.list.querySelectorAll("li."+y.li)).length,s=this.list.querySelectorAll("li."+y.selected).length;if(this.enableGroupCheckBox&&!k.isNullOrUndefined(this.fields.groupBy)&&(s-=t),!this.enableVirtualization&&(i===s||s===this.maximumSelectionLength)&&"CheckBox"===this.mode&&this.showSelectAll||this.enableVirtualization&&"CheckBox"===this.mode&&this.showSelectAll&&this.virtualSelectAll&&this.value&&this.value.length===this.totalItemCount?this.notify("checkSelectAll",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,value:"check"}):i!==s&&"CheckBox"===this.mode&&this.showSelectAll&&(!this.enableVirtualization||this.enableVirtualization&&!this.virtualSelectAll)&&this.notify("checkSelectAll",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,value:"uncheck"}),this.enableGroupCheckBox&&this.fields.groupBy&&!this.enableSelectionOrder){for(var l=0;l<e.length;l++)this.findGroupStart(e[l]);this.deselectHeader()}},L.prototype.openClick=function(t){this.openOnClick||"CheckBox"===this.mode||this.isPopupOpen()?this.openOnClick||"CheckBox"!==this.mode||this.isPopupOpen()||this.showPopup():""!==this.targetElement()?this.showPopup():this.hidePopup(t)},L.prototype.keyUp=function(t){var e;"CheckBox"!==this.mode||this.openOnClick||(e=String.fromCharCode(t.keyCode).match(/\w/),k.isNullOrUndefined(e))||(this.isValidKey=!0),this.isValidKey=this.isPopupOpen()&&8===t.keyCode||this.isValidKey,this.isValidKey=(!t.ctrlKey||86!==t.keyCode)&&this.isValidKey,this.isValidKey&&this.inputElement&&(this.isValidKey=!1,this.expandTextbox(),this.showOverAllClear(),t.keyCode,this.search(t))},L.prototype.filter=function(t,e,i){this.isFiltered=!0,this.remoteFilterAction=!0,this.dataUpdater(t,e,i)},L.prototype.getQuery=function(t){var e,i=t?t.clone():this.query?this.query.clone():new m.Query;if(this.isFiltered)if(this.enableVirtualization&&!k.isNullOrUndefined(this.customFilterQuery))i=this.customFilterQuery.clone();else if(!this.enableVirtualization)return i;return this.filterAction?((null!==this.targetElement()&&!this.enableVirtualization||this.enableVirtualization&&null!==this.targetElement()&&""!==this.targetElement().trim())&&(e=this.typeOfData(this.dataSource).typeof,(this.dataSource instanceof m.DataManager||"string"!==e)&&"number"!==e?(this.enableVirtualization&&""!==this.targetElement()||!this.enableVirtualization)&&(e=this.fields,i.where(k.isNullOrUndefined(e.text)?"":e.text,this.filterType,this.targetElement(),this.ignoreCase,this.ignoreAccent)):i.where("",this.filterType,this.targetElement(),this.ignoreCase,this.ignoreAccent)),this.enableVirtualization&&0!=this.viewPortInfo.endIndex&&!this.virtualSelectAll?this.virtualFilterQuery(i):i):this.enableVirtualization&&0!=this.viewPortInfo.endIndex&&!this.virtualSelectAll?this.virtualFilterQuery(i):this.virtualSelectAll?(t||this.query||new m.Query).take(this.maximumSelectionLength).requiresCount():t||this.query||new m.Query},L.prototype.virtualFilterQuery=function(t){for(var e=this.getTakeValue(),i=!0,s=!0,l=0;l<t.queries.length;l++)"multiselect"===this.getModuleName()&&(t.queries[l].e&&"or"==t.queries[l].e.condition||t.queries[l].e&&"equal"==t.queries[l].e.operator)&&(i=!1),"onSkip"===t.queries[l].fn&&(s=!1),t.queries[l].fn;var n=0;if(t&&0<t.queries.length)for(l=0;l<t.queries.length;l++)"onTake"===t.queries[l].fn&&(n=e<=t.queries[l].e.nos?t.queries[l].e.nos:e);if(n<=0&&this.query&&0<this.query.queries.length)for(l=0;l<this.query.queries.length;l++)"onTake"===this.query.queries[l].fn&&(n=e<=this.query.queries[l].e.nos?this.query.queries[l].e.nos:e);if(t&&0<t.queries.length)for(l=0;l<t.queries.length;l++)"onTake"===t.queries[l].fn&&(n=t.queries[l].e.nos<=n?n:t.queries[l].e.nos,t.queries.splice(l,1),--l);return(this.allowFiltering&&s||!i||!this.allowFiltering&&s)&&(i?t.skip(this.virtualItemStartIndex):t.skip(this.viewPortInfo.startIndex)),this.isIncrementalRequest?t.take(this.incrementalEndIndex):0<n?t.take(n):t.take(e),t.requiresCount(),t},L.prototype.getTakeValue=function(){return this.allowFiltering&&k.Browser.isDevice?Math.round(window.outerHeight/this.listItemHeight):this.itemCount},L.prototype.dataUpdater=function(t,e,i){this.isDataFetched=!1;var s,l,n=this.list.classList.contains(y.noData);""===this.targetElement().trim()?(s=this.enableVirtualization?this.list.cloneNode(!0):this.mainList.cloneNode?this.mainList.cloneNode(!0):this.mainList,this.backCommand&&(this.remoteCustomValue=!1,this.allowCustomValue&&0==s.querySelectorAll("li").length&&0<this.mainData.length&&(this.mainData=[]),this.enableVirtualization&&(this.totalItemCount=this.dataSource&&this.dataSource.length?this.dataSource.length:0,this.resetList(t,i,e),"CheckBox"!==this.mode&&(this.totalItemCount=this.value&&this.value.length?this.totalItemCount-this.value.length:this.totalItemCount),this.UpdateSkeleton(),!n&&!this.allowCustomValue||this.list.classList.contains(y.noData)||(this.list.querySelector(".e-virtual-ddl-content")||this.list.appendChild(this.createElement("div",{className:"e-virtual-ddl-content",styles:this.getTransformValues()})).appendChild(this.list.querySelector(".e-list-parent")),this.list.querySelector(".e-virtual-ddl"))||(l=this.createElement("div",{id:this.element.id+"_popup",className:"e-virtual-ddl",styles:this.GetVirtualTrackHeight()}),document.getElementsByClassName("e-popup")[0].querySelector(".e-dropdownbase").appendChild(l))),this.onActionComplete(s,this.mainData),this.value&&this.value.length&&this.refreshSelection(),8!==this.keyCode&&this.focusAtFirstListItem(),this.notify("reOrder",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,e:this}))):(this.enableVirtualization&&this.allowFiltering&&(this.isPreventScrollAction=!0,this.list.scrollTop=0,this.previousStartIndex=0,this.virtualListInfo=null),this.resetList(t,i,e),this.enableVirtualization&&(n||this.allowCustomValue)&&!this.list.classList.contains(y.noData)&&(this.list.querySelector(".e-virtual-ddl-content")||this.list.appendChild(this.createElement("div",{className:"e-virtual-ddl-content",styles:this.getTransformValues()})).appendChild(this.list.querySelector(".e-list-parent")),"CheckBox"!==this.mode&&(this.totalItemCount=this.value&&this.value.length?this.totalItemCount-this.value.length:this.totalItemCount),this.list.querySelector(".e-virtual-ddl")||(l=this.createElement("div",{id:this.element.id+"_popup",className:"e-virtual-ddl",styles:this.GetVirtualTrackHeight()}),document.getElementsByClassName("e-popup")[0].querySelector(".e-dropdownbase").appendChild(l))),this.allowCustomValue&&(t instanceof m.DataManager?(this.remoteCustomValue=!0,this.tempQuery=e):this.checkForCustomValue(e,i))),this.enableVirtualization&&this.allowFiltering&&this.getFilteringSkeletonCount(),this.refreshPopup(),"CheckBox"===this.mode&&this.removeFocus()},L.prototype.checkForCustomValue=function(t,e){var i,s,l,n,a,o=!this.getValueByText(this.inputElement.value,this.ignoreCase),r=e||this.fields;this.allowCustomValue&&o?(n=this.inputElement.value,(a=!k.isNullOrUndefined(this.mainData)&&0<this.mainData.length?this.mainData[0]:this.mainData)&&"string"!=typeof a&&"number"!=typeof a&&"boolean"!=typeof a?(i={},k.setValue(r.text,n,i),"number"==typeof k.getValue(this.fields.value||"value",a)&&this.fields.value!==this.fields.text?k.setValue(r.value,Math.random(),i):k.setValue(r.value,n,i),s={},this.allowObjectBinding&&(this.listData&&0<this.listData.length?Object.keys(this.listData[0]):this.firstItem?Object.keys(this.firstItem):Object.keys(i)).forEach(function(t){s[t]=t===e.value||t===e.text?k.getValue(e.value,i):null}),i=this.allowObjectBinding?s:i,this.enableVirtualization?(this.virtualCustomData=i,l=this.dataSource instanceof m.DataManager?JSON.parse(JSON.stringify(this.listData)):JSON.parse(JSON.stringify(this.dataSource)),this.virtualCustomSelectData&&0<this.virtualCustomSelectData.length&&l.concat(this.virtualCustomSelectData),l.splice(0,0,i),this.isCustomDataUpdated=!0,n=this.totalItemCount,this.viewPortInfo.startIndex=this.virtualItemStartIndex=0,this.viewPortInfo.endIndex=this.virtualItemEndIndex=this.itemCount,this.resetList(l,r,t),this.isCustomDataUpdated=!1,this.totalItemCount=this.enableVirtualization&&this.dataSource instanceof m.DataManager?n:this.totalItemCount):(this.dataSource instanceof m.DataManager&&this.allowCustomValue&&this.allowFiltering&&(this.remoteCustomValue=!1),(l=JSON.parse(JSON.stringify(this.listData))).splice(0,0,i),this.resetList(l,r,t))):this.listData&&((l=JSON.parse(JSON.stringify(this.listData))).splice(0,0,this.inputElement.value),l[0]="number"!=typeof a||isNaN(parseFloat(l[0]))?l[0]:parseFloat(l[0]),l[0]="boolean"==typeof a?"true"===l[0]||"false"!==l[0]&&l[0]:l[0],this.resetList(l,r))):this.listData&&this.mainData&&!o&&this.allowCustomValue&&(this.allowFiltering&&this.isRemoteSelection&&this.remoteCustomValue?(this.isRemoteSelection=!1,this.enableVirtualization||this.resetList(this.listData,r,t)):!this.allowFiltering&&this.list&&(n=this.list.querySelectorAll("li."+y.li+":not(.e-hide-listitem)"),a=u(this.targetElement(),n,"StartsWith",this.ignoreCase))&&null!==a.item&&this.addListFocus(a.item)),this.value&&this.value.length&&this.refreshSelection()},L.prototype.getNgDirective=function(){return"EJS-MULTISELECT"},L.prototype.wrapperClick=function(t){if(this.setDynValue=!1,this.keyboardEvent=null,this.isKeyBoardAction=!1,this.enabled)if(t.target===this.overAllClear)t.preventDefault();else{if(this.inputFocus||this.inputElement.focus(),!this.readonly){if(t.target&&-1!==t.target.classList.toString().indexOf(re))return void(this.isPopupOpen()&&this.refreshPopup());!this.isPopupOpen()&&(this.openOnClick||this.showDropDownIcon&&t.target&&t.target.className===ge)?this.showPopup(t):(this.hidePopup(t),"CheckBox"===this.mode&&(this.showOverAllClear(),this.inputFocus=!0,this.overAllWrapper.classList.contains(ne)||this.overAllWrapper.classList.add(ne)))}this.targetElement()&&""!==this.targetElement()||t.preventDefault()}},L.prototype.enable=function(t){t?(this.overAllWrapper.classList.remove(ae),this.inputElement.removeAttribute("disabled"),k.attributes(this.inputElement,{"aria-disabled":"false"}),this.ensureAriaDisabled("false")):(this.overAllWrapper.classList.add(ae),this.inputElement.setAttribute("disabled","true"),k.attributes(this.inputElement,{"aria-disabled":"true"}),this.ensureAriaDisabled("true")),this.enabled!==t&&(this.enabled=t),this.hidePopup()},L.prototype.onBlurHandler=function(t,e){var i;k.isNullOrUndefined(t)||(i=t.relatedTarget),this.popupObj&&document.body.contains(this.popupObj.element)&&this.popupObj.element.contains(i)?"CheckBox"!==this.mode?this.inputElement.focus():"Auto"===this.floatLabelType&&(this.overAllWrapper.classList.contains("e-outline")||this.overAllWrapper.classList.contains("e-filled"))&&k.addClass([this.overAllWrapper],"e-valid-input"):("Auto"===this.floatLabelType&&this.overAllWrapper.classList.contains("e-outline")&&"CheckBox"===this.mode&&(k.isNullOrUndefined(this.value)||0===this.value.length)&&k.removeClass([this.overAllWrapper],"e-valid-input"),"CheckBox"!==this.mode||!k.Browser.isIE||k.isNullOrUndefined(t)||e?this.scrollFocusStatus?(k.isNullOrUndefined(t)||t.preventDefault(),this.inputElement.focus(),this.scrollFocusStatus=!1):(this.inputFocus=!1,this.overAllWrapper.classList.remove(ne),this.addTagOnBlur&&(i=this.getValueByText(this.inputElement.value,this.ignoreCase,this.ignoreAccent),e=this.findListElement(this.list,"li","data-value",i),i=this.hideSelectedItem?N:y.selected,e)&&!e.classList.contains(i)&&(this.updateListSelection(e,t),"Delimiter"===this.mode)&&this.updateDelimeter(this.delimiterChar),this.updateDataList(),this.resetMainList&&(this.mainList=this.resetMainList,this.resetMainList=null),this.refreshListItems(null),"Box"!==this.mode&&"CheckBox"!==this.mode&&this.updateDelimView(),this.changeOnBlur&&(this.updateValueState(t,this.value,this.tempValues),this.dispatchEvent(this.hiddenElement,"change")),this.overAllClear.style.display="none",this.isPopupOpen()&&this.hidePopup(t),this.makeTextBoxEmpty(),this.trigger("blur"),this.focused=!0,k.Browser.isDevice&&"Delimiter"!==this.mode&&"CheckBox"!==this.mode&&this.removeChipFocus(),this.removeChipSelection(),this.refreshInputHight(),ie(this.overAllWrapper,this.componentWrapper,this.value,this.floatLabelType,this.placeholder),this.refreshPlaceHolder(),(this.allowFiltering||!0===this.enableSelectionOrder&&"CheckBox"===this.mode)&&!k.isNullOrUndefined(this.mainList)&&(this.ulElement=this.mainList),this.checkPlaceholderSize(),h.Input.createSpanElement(this.overAllWrapper,this.createElement),this.calculateWidth(),k.isNullOrUndefined(this.overAllWrapper)||k.isNullOrUndefined(this.overAllWrapper.getElementsByClassName("e-ddl-icon")[0]&&this.overAllWrapper.getElementsByClassName("e-float-text-content")[0]&&"Never"!==this.floatLabelType)||this.overAllWrapper.getElementsByClassName("e-float-text-content")[0].classList.add("e-icon")):(this.inputFocus=!1,this.overAllWrapper.classList.remove(ne)))},L.prototype.calculateWidth=function(){var t;this.overAllWrapper&&(t=!this.showDropDownIcon||this.overAllWrapper.querySelector(".e-label-top")?this.overAllWrapper.clientWidth-2*parseInt(getComputedStyle(this.inputElement).paddingRight):(t=this.dropIcon.offsetWidth+parseInt(getComputedStyle(this.dropIcon).marginRight),this.overAllWrapper.clientWidth-(t+2*parseInt(getComputedStyle(this.inputElement).paddingRight))),"Never"!==this.floatLabelType)&&h.Input.calculateWidth(t,this.overAllWrapper,this.getModuleName())},L.prototype.checkPlaceholderSize=function(){var t;this.showDropDownIcon?(t=this.dropIcon.offsetWidth+parseInt(window.getComputedStyle(this.dropIcon).marginRight,10),this.setPlaceholderSize(t)):k.isNullOrUndefined(this.dropIcon)||this.setPlaceholderSize(this.showDropDownIcon?this.dropIcon.offsetWidth:0)},L.prototype.setPlaceholderSize=function(t){k.isNullOrUndefined(this.value)||0===this.value.length?0!==this.dropIcon.offsetWidth?this.searchWrapper.style.width="calc(100% - "+(t+10)+"px":k.addClass([this.searchWrapper],be):k.isNullOrUndefined(this.value)||(this.searchWrapper.removeAttribute("style"),k.removeClass([this.searchWrapper],be))},L.prototype.refreshInputHight=function(){k.isNullOrUndefined(this.searchWrapper)||(this.value&&this.value.length||!k.isNullOrUndefined(this.text)&&""!==this.text?this.searchWrapper.classList.add(pe):this.searchWrapper.classList.remove(pe))},L.prototype.validateValues=function(t,e){return JSON.stringify(t.slice().sort())!==JSON.stringify(e.slice().sort())},L.prototype.updateValueState=function(t,e,i){this.initStatus&&this.validateValues(e||[],i||[])&&(i={e:t,oldValue:(this.allowObjectBinding,i),value:(this.allowObjectBinding,e),isInteracted:!!t,element:this.element,event:t},this.isAngular&&this.preventChange?this.preventChange=!1:this.trigger("change",i),this.updateTempValue(),this.changeOnBlur||this.dispatchEvent(this.hiddenElement,"change")),this.selectedValueInfo=this.viewPortInfo},L.prototype.updateTempValue=function(){this.value?this.tempValues=(this.allowObjectBinding,this.value.slice()):this.tempValues=this.value},L.prototype.updateAriaActiveDescendant=function(){k.isNullOrUndefined(this.ulElement)||k.isNullOrUndefined(this.ulElement.getElementsByClassName("e-item-focus")[0])||k.attributes(this.inputElement,{"aria-activedescendant":this.ulElement.getElementsByClassName("e-item-focus")[0].id})},L.prototype.pageUpSelection=function(t,e){var i=this.list.querySelectorAll("li."+y.li+":not(."+N+"):not(.e-reorder-hide)"),i=0<=t?i[t+1]:i[0];this.enableVirtualization&&e&&(i=this.liCollections.length>=t&&0<=t?this.liCollections[t]:this.liCollections[this.skeletonCount]),!k.isNullOrUndefined(i)&&i.classList.contains("e-virtual-list")&&(i=this.liCollections[this.skeletonCount]),this.enableVirtualization?(k.isNullOrUndefined(i)||i.classList.contains("e-item-focus")?0==this.viewPortInfo.startIndex&&(this.isKeyBoardAction=!0,this.scrollTop(i,this.getIndexByValue(i.getAttribute("data-value")),this.keyboardEvent.keyCode)):(this.isKeyBoardAction=!0,this.addListFocus(i),this.scrollTop(i,this.getIndexByValue(i.getAttribute("data-value")),this.keyboardEvent.keyCode)),this.previousFocusItem=i):(this.isKeyBoardAction=!0,this.addListFocus(i),this.scrollTop(i,this.getIndexByValue(i.getAttribute("data-value")),this.keyboardEvent.keyCode))},L.prototype.pageDownSelection=function(t,e){var i=this.getItems(),s=this.list.querySelectorAll("li."+y.li+":not(."+N+"):not(.e-reorder-hide)"),s=t<=s.length?s[t-1]:s[s.length-1];this.enableVirtualization&&0<this.skeletonCount&&(s=t<i.length?this.liCollections[t]:this.liCollections[i.length-1]),this.enableVirtualization&&e&&(s=t<=i.length?this.liCollections[t]:this.liCollections[i.length-1]),this.isKeyBoardAction=!0,this.addListFocus(s),this.previousFocusItem=s,this.scrollBottom(s,this.getIndexByValue(s.getAttribute("data-value")),!1,this.keyboardEvent.keyCode)},L.prototype.getItems=function(){return this.list||D.prototype.render.call(this),this.ulElement&&0<this.ulElement.querySelectorAll("."+y.li).length?this.ulElement.querySelectorAll("."+y.li+":not(."+N+")"):[]},L.prototype.focusInHandler=function(t){var e=this;return!!this.enabled&&(this.showOverAllClear(),this.inputFocus=!0,this.value&&this.value.length&&("Delimiter"!==this.mode&&"CheckBox"!==this.mode?this.chipCollectionWrapper.style.display="":this.showDelimWrapper(),"CheckBox"!==this.mode)&&(this.viewWrapper.style.display="none"),"CheckBox"!==this.mode&&this.searchWrapper.classList.remove(pe),this.checkPlaceholderSize(),this.focused&&(this.trigger("focus",{isInteracted:!!t,event:t}),this.focused=!1),this.overAllWrapper.classList.contains(ne)||this.overAllWrapper.classList.add(ne),ee(this.overAllWrapper,this.componentWrapper),this.isPopupOpen()&&this.refreshPopup(),setTimeout(function(){e.calculateWidth()},150),!0)},L.prototype.showDelimWrapper=function(){"CheckBox"===this.mode?this.viewWrapper.style.display="":this.delimiterWrapper.style.display="",this.componentWrapper.classList.add(ue)},L.prototype.hideDelimWrapper=function(){this.delimiterWrapper.style.display="none",this.componentWrapper.classList.remove(ue)},L.prototype.expandTextbox=function(){var t=5;this.placeholder&&(t=t>this.inputElement.placeholder.length?t:this.inputElement.placeholder.length),this.inputElement.value.length>t?this.inputElement.size=this.inputElement.value.length:this.inputElement.size=t},L.prototype.isPopupOpen=function(){return null!==this.popupWrapper&&null!==this.popupWrapper.parentElement},L.prototype.refreshPopup=function(){this.popupObj&&this.mobFilter&&(this.popupObj.setProperties({width:this.calcPopupWidth()}),this.popupObj.refreshPosition(this.overAllWrapper),this.popupObj.resolveCollision())},L.prototype.checkTextLength=function(){return this.targetElement().length<1},L.prototype.popupKeyActions=function(t){switch(t.keyCode){case 38:this.hidePopup(t),"CheckBox"===this.mode&&this.inputElement.focus(),t.preventDefault();break;case 40:this.isPopupOpen()||(this.showPopup(t),t.preventDefault())}},L.prototype.updateAriaAttribute=function(){var t,e=this.list.querySelector("."+y.focus);k.isNullOrUndefined(e)||(this.inputElement.setAttribute("aria-activedescendant",e.id),this.allowFiltering?(t=this.popupWrapper.querySelector("."+Se))&&t.setAttribute("aria-activedescendant",e.id):"CheckBox"==this.mode&&this.overAllWrapper.setAttribute("aria-activedescendant",e.id))},L.prototype.homeNavigation=function(t,e){this.removeFocus(),this.enableVirtualization&&(t?this.enableVirtualization&&0!==this.viewPortInfo.startIndex&&(this.viewPortInfo.startIndex=0,this.viewPortInfo.endIndex=this.itemCount,this.updateVirtualItemIndex(),this.resetList(this.dataSource,this.fields,this.query)):this.enableVirtualization&&(!this.value&&this.viewPortInfo.endIndex!==this.totalItemCount||this.value&&0<this.value.length&&this.viewPortInfo.endIndex!==this.totalItemCount+this.value.length)&&(this.viewPortInfo.startIndex=this.totalItemCount-this.itemCount,this.viewPortInfo.endIndex=this.totalItemCount,this.updateVirtualItemIndex(),s=(new m.Query).clone(),this.value&&0<this.value.length&&(s=(s=this.getForQuery(this.value).clone()).skip(this.totalItemCount-this.itemCount)),this.resetList(this.dataSource,this.fields,s))),this.UpdateSkeleton();var i,s=this.ulElement.querySelectorAll("li."+y.li+":not(."+N+"):not(.e-reorder-hide)");0<s.length&&(i=s[t?0:s.length-1],this.enableVirtualization&&t&&(i=s[this.skeletonCount]),this.removeFocus(),i.classList.add(y.focus),this.enableVirtualization&&t?this.scrollTop(i,void 0,this.keyboardEvent.keyCode):e||this.scrollBottom(i,void 0,!1,this.keyboardEvent.keyCode),this.updateAriaActiveDescendant())},L.prototype.updateSelectionList=function(){if(!k.isNullOrUndefined(this.value)&&this.value.length)for(var t=0;t<this.value.length;t++){var e=this.allowObjectBinding?k.getValue(this.fields.value||"",this.value[t]):this.value[t],e=this.getElementByValue(e);e&&!e.classList.contains(y.selected)&&e.classList.add("e-active")}},L.prototype.handleVirtualKeyboardActions=function(t,e){var i,s=this.list.querySelector("."+y.focus);switch(this.isKeyBoardAction=!0,t.keyCode){case 40:this.arrowDown(t,!0);break;case 38:this.arrowUp(t,!0);break;case 33:t.preventDefault(),s&&(i=this.getIndexByValue(this.previousFocusItem.getAttribute("data-value"))-1,this.pageUpSelection(i,!0),this.updateAriaAttribute());break;case 34:t.preventDefault(),s&&(i=this.getIndexByValue(this.previousFocusItem.getAttribute("data-value")),this.pageDownSelection(i,!0),this.updateAriaAttribute());break;case 35:case 36:this.isMouseScrollAction=!0,this.homeNavigation(36===t.keyCode,!0),this.isPreventScrollAction=!0}this.keyboardEvent=null,this.isScrollChanged=!0,this.isKeyBoardAction=!1},L.prototype.onKeyDown=function(t){if(!this.readonly&&(this.enabled||"CheckBox"===this.mode)&&(this.preventSetCurrentData=!1,this.keyboardEvent=t,this.isPreventKeyAction&&this.enableVirtualization&&t.preventDefault(),this.keyCode=t.keyCode,this.keyDownStatus=!0,!(111<t.keyCode&&t.keyCode<124)))if(t.altKey)this.popupKeyActions(t);else{if(this.isPopupOpen()){var e=this.list.querySelector("."+y.focus),i=void 0;switch(t.keyCode){case 36:case 35:this.isMouseScrollAction=!0,this.isKeyBoardAction=!0,this.homeNavigation(36===t.keyCode);break;case 33:return t.preventDefault(),void(e&&(i=this.getIndexByValue(e.getAttribute("data-value")),this.pageUpSelection(i-this.getPageCount()-1),this.updateAriaAttribute()));case 34:return t.preventDefault(),void(e&&(i=this.getIndexByValue(e.getAttribute("data-value")),this.pageDownSelection(i+this.getPageCount()),this.updateAriaAttribute()));case 38:this.isKeyBoardAction=!0,this.arrowUp(t);break;case 40:this.isKeyBoardAction=!0,this.arrowDown(t);break;case 27:return t.preventDefault(),this.isKeyBoardAction=!0,this.hidePopup(t),void("CheckBox"===this.mode&&this.inputElement.focus());case 13:return t.preventDefault(),this.isKeyBoardAction=!0,"CheckBox"!==this.mode&&this.selectByKey(t),void this.checkPlaceholderSize();case 32:return this.isKeyBoardAction=!0,void this.spaceKeySelection(t);case 9:t.preventDefault(),this.isKeyBoardAction=!0,this.hidePopup(t),this.inputElement.focus(),this.overAllWrapper.classList.add(ne)}}else switch(t.keyCode){case 13:case 9:case 16:case 17:case 20:return;case 40:this.openOnClick&&this.showPopup();break;case 27:return t.preventDefault(),void this.escapeAction()}this.checkTextLength()&&this.keyNavigation(t),"CheckBox"===this.mode&&this.enableSelectionOrder&&(this.allowFiltering&&(this.previousFilterText=this.targetElement()),this.checkBackCommand(t)),this.expandTextbox(),"CheckBox"===this.mode&&this.showSelectAll||this.refreshPopup(),this.isKeyBoardAction=!1}},L.prototype.arrowDown=function(t,e){t.preventDefault(),this.moveByList(1,e),this.keyAction=!0,(document.activeElement.classList.contains(Se)||"CheckBox"===this.mode&&!this.allowFiltering&&document.activeElement!==this.list)&&k.EventHandler.add(this.list,"keydown",this.onKeyDown,this),this.updateAriaAttribute()},L.prototype.arrowUp=function(t,e){t.preventDefault(),this.keyAction=!0;var t=this.list.querySelectorAll("li."+y.li+":not(."+N+"):not(.e-reorder-hide)"),i=(this.enableGroupCheckBox&&"CheckBox"===this.mode&&!k.isNullOrUndefined(this.fields.groupBy)&&(t=this.list.querySelectorAll("li."+y.li+",li."+y.group+":not(."+N+"):not(.e-reorder-hide)")),this.list.querySelector("li."+y.focus));this.focusFirstListItem=!k.isNullOrUndefined(this.liCollections[0])&&this.liCollections[0].classList.contains("e-item-focus"),Array.prototype.slice.call(t).indexOf(i)<=0&&"CheckBox"===this.mode&&this.allowFiltering&&(this.keyAction=!1,this.notify("inputFocus",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,value:"focus"})),this.moveByList(-1,e),this.updateAriaAttribute()},L.prototype.spaceKeySelection=function(t){var e,i;"CheckBox"===this.mode&&(i=this.list.querySelector("li."+y.focus),e=document.getElementsByClassName("e-selectall-parent")[0],(!k.isNullOrUndefined(i)||e&&e.classList.contains("e-item-focus"))&&(t.preventDefault(),this.keyAction=!0),this.selectByKey(t),this.keyAction)&&(i=this.list.querySelector("li."+y.focus),!k.isNullOrUndefined(i))&&e&&e.classList.contains("e-item-focus")&&i.classList.remove("e-item-focus"),this.checkPlaceholderSize()},L.prototype.checkBackCommand=function(t){(8===t.keyCode&&this.allowFiltering?this.targetElement()!==this.previousFilterText:""===this.targetElement())?this.backCommand=!1:this.backCommand=!0},L.prototype.keyNavigation=function(t){var e;if("Delimiter"!==this.mode&&"CheckBox"!==this.mode&&this.value&&this.value.length)switch(t.keyCode){case 37:t.preventDefault(),this.moveBy(-1,t);break;case 39:t.preventDefault(),this.moveBy(1,t);break;case 8:this.removelastSelection(t);break;case 46:this.removeSelectedChip(t)}else 8===t.keyCode&&"Delimiter"===this.mode&&this.value&&this.value.length&&(t.preventDefault(),e=this.allowObjectBinding?k.getValue(this.fields.value||"",this.value[this.value.length-1]):this.value[this.value.length-1],this.removeValue(this.value[this.value.length-1],t),this.updateDelimeter(this.delimiterChar,t),this.focusAtLastListItem(e))},L.prototype.selectByKey=function(t){this.removeChipSelection(),this.selectListByKey(t),this.hideSelectedItem&&this.focusAtFirstListItem()},L.prototype.escapeAction=function(){var t=this.tempValues?this.tempValues.slice():[];this.allowObjectBinding&&(t=this.tempValues?this.tempValues.slice():[]),this.value&&this.validateValues(this.value,t)&&("CheckBox"!==this.mode&&(this.value=t,this.initialValueUpdate()),"Delimiter"!==this.mode&&"CheckBox"!==this.mode?this.chipCollectionWrapper.style.display="":this.showDelimWrapper(),this.refreshPlaceHolder(),this.value.length?this.showOverAllClear():this.hideOverAllClear()),this.makeTextBoxEmpty()},L.prototype.scrollBottom=function(t,e,i,s){void 0===i&&(i=!1),void 0===s&&(s=null),(!k.isNullOrUndefined(t)&&t.classList.contains("e-virtual-list")||this.enableVirtualization&&k.isNullOrUndefined(t))&&(t=this.liCollections[this.skeletonCount]),this.isUpwardScrolling=!1;var l=this.list.querySelectorAll(".e-virtual-list").length,n=this.list.querySelector("li:last-of-type")?this.list.querySelector("li:last-of-type").getAttribute("data-value"):null,a=this.virtualListInfo&&this.virtualListInfo.startIndex?t.offsetTop+this.virtualListInfo.startIndex*t.offsetHeight:t.offsetTop,o=this.list.offsetHeight,r=a-l*t.offsetHeight+t.offsetHeight-this.list.scrollTop,h=this.list.scrollTop+r-o,u=!1,a=a-l*t.offsetHeight+t.offsetHeight-this.list.scrollTop,a=this.fields.groupBy&&!k.isNullOrUndefined(this.fixedHeaderElement)?a-this.fixedHeaderElement.offsetHeight:a;0!==e||this.enableVirtualization?(o<r||!(0<a&&this.list.offsetHeight>a))&&(l=t?t.getAttribute("data-value"):null,e=34==s?this.getPageCount()-1:1,!this.enableVirtualization||this.isKeyBoardAction||i?this.isKeyBoardAction&&this.enableVirtualization&&n&&l===n&&35!=s&&!this.isVirtualScrolling?(this.isPreventKeyAction=!0,this.list.scrollTop+=t.offsetHeight*e,this.isPreventKeyAction=!this.IsScrollerAtEnd()&&this.isPreventKeyAction,this.isKeyBoardAction=!1,this.isPreventScrollAction=!1):this.enableVirtualization&&35==s?(this.isPreventKeyAction=!1,this.isKeyBoardAction=!1,this.isPreventScrollAction=!1,this.list.scrollTop=this.list.scrollHeight):(34==s&&this.enableVirtualization&&!this.isVirtualScrolling&&(this.isPreventKeyAction=!1,this.isKeyBoardAction=!1,this.isPreventScrollAction=!1),this.list.scrollTop=h):this.list.scrollTop=this.virtualListInfo&&this.virtualListInfo.startIndex?this.virtualListInfo.startIndex*this.listItemHeight:0,u=this.isKeyBoardAction):this.list.scrollTop=0,this.isKeyBoardAction=u},L.prototype.scrollTop=function(t,e,i){void 0===i&&(i=null);var s=this.list.querySelectorAll(".e-virtual-list").length,l=this.virtualListInfo&&this.virtualListInfo.startIndex?t.offsetTop+this.virtualListInfo.startIndex*t.offsetHeight:t.offsetTop,n=l-s*t.offsetHeight-this.list.scrollTop,a=this.list.querySelector("li.e-list-item:not(.e-virtual-list)")?this.list.querySelector("li.e-list-item:not(.e-virtual-list)").getAttribute("data-value"):null,n=this.fields.groupBy&&!k.isUndefined(this.fixedHeaderElement)?n-this.fixedHeaderElement.offsetHeight:n,l=l-s*t.offsetHeight+t.offsetHeight-this.list.scrollTop,s=this.enableVirtualization&&"autocomplete"===this.getModuleName()&&n<=0;0!==e||this.enableVirtualization?n<0||s?(e=t?t.getAttribute("data-value"):null,s=33==i?this.getPageCount()-2:1,this.enableVirtualization&&this.isKeyBoardAction&&a&&e===a&&36!=i&&!this.isVirtualScrolling?(this.isUpwardScrolling=!0,this.isPreventKeyAction=!0,this.isKeyBoardAction=!1,this.list.scrollTop-=t.offsetHeight*s,this.isPreventKeyAction=0!=this.list.scrollTop&&this.isPreventKeyAction,this.isPreventScrollAction=!1):this.enableVirtualization&&36==i?(this.isPreventScrollAction=!1,this.isPreventKeyAction=!0,this.isKeyBoardAction=!1,this.list.scrollTo(0,0)):(33==i&&this.enableVirtualization&&!this.isVirtualScrolling&&(this.isPreventKeyAction=!1,this.isKeyBoardAction=!1,this.isPreventScrollAction=!1),this.list.scrollTop=this.list.scrollTop+n)):0<l&&this.list.offsetHeight>l||(this.list.scrollTop=t.offsetTop-(this.fields.groupBy&&!k.isNullOrUndefined(this.fixedHeaderElement)?this.fixedHeaderElement.offsetHeight:0)):this.list.scrollTop=0},L.prototype.selectListByKey=function(t){var e,i,s=this.list.querySelector("li."+y.focus),l=this.value&&this.value.length?this.value.length:0,l=(null!==s&&(t.preventDefault(),s.classList.contains("e-active")&&(l-=1),this.isValidLI(s)&&l<this.maximumSelectionLength?(this.updateListSelection(s,t),this.addListFocus(s),"CheckBox"===this.mode?(this.updateDelimView(),this.updateDelimeter(this.delimiterChar,t),this.refreshInputHight(),this.checkPlaceholderSize(),this.enableGroupCheckBox&&!k.isNullOrUndefined(this.fields.groupBy)&&(e=s.firstElementChild.lastElementChild,this.findGroupStart(e),this.deselectHeader())):this.updateDelimeter(this.delimiterChar,t),this.makeTextBoxEmpty(),"CheckBox"!==this.mode&&this.refreshListItems(s.textContent),this.changeOnBlur||this.updateValueState(t,this.value,this.tempValues),this.refreshPopup()):!this.isValidLI(s)&&l<this.maximumSelectionLength&&((e=s.firstElementChild.lastElementChild).classList.contains("e-check")?this.selectAllItem(!1,t,s):this.selectAllItem(!0,t,s)),this.refreshSelection(),this.closePopupOnSelect)&&this.hidePopup(t),document.getElementsByClassName("e-selectall-parent")[0]);l&&l.classList.contains("e-item-focus")&&((e=l.childNodes[0]).classList.contains("e-check")?(e.classList.remove("e-check"),i={module:"CheckBoxSelection",enable:"CheckBox"===this.mode,value:"check",name:"checkSelectAll"},this.notify("checkSelectAll",i),this.selectAllItem(!1,t,s)):(e.classList.add("e-check"),i={module:"CheckBoxSelection",enable:"CheckBox"===this.mode,value:"check",name:"checkSelectAll"},this.notify("checkSelectAll",i),this.selectAllItem(!0,t,s))),this.refreshPlaceHolder()},L.prototype.refreshListItems=function(t){var e;(this.allowFiltering||"CheckBox"===this.mode&&!0===this.enableSelectionOrder||this.allowCustomValue)&&this.mainList&&this.listData?(e=this.mainList.cloneNode?this.mainList.cloneNode(!0):this.mainList,this.enableVirtualization?this.allowCustomValue&&this.virtualCustomData&&null==t&&this.virtualCustomData&&this.viewPortInfo&&0===this.viewPortInfo.startIndex&&this.viewPortInfo.endIndex===this.itemCount?(this.virtualCustomData=null,this.renderItems(this.mainData,this.fields)):this.onActionComplete(this.list,this.listData):this.onActionComplete(e,this.mainData),this.focusAtLastListItem(t),this.value&&this.value.length&&this.refreshSelection()):!k.isNullOrUndefined(this.fields.groupBy)&&this.value&&this.value.length&&this.refreshSelection()},L.prototype.removeSelectedChip=function(t){var e,i=this.chipCollectionWrapper.querySelector("span."+he);null!==i&&(k.isNullOrUndefined(this.value)||(this.tempValues=(this.allowObjectBinding,this.value.slice())),null!==(e=i.nextElementSibling)&&(this.removeChipSelection(),this.addChipSelection(e,t)),e=this.allowObjectBinding?this.getDataByValue(this.getFormattedValue(i.getAttribute("data-value"))):i.getAttribute("data-value"),this.removeValue(e,t),this.makeTextBoxEmpty()),this.closePopupOnSelect&&this.hidePopup(t),this.checkPlaceholderSize()},L.prototype.moveByTop=function(t){var e=this.list.querySelectorAll("li."+y.li);1<e.length&&(this.removeFocus(),t=t?0:e.length-1,this.addListFocus(e[t]),this.scrollBottom(e[t],t)),this.updateAriaAttribute()},L.prototype.clickHandler=function(t){var t=t.target.className,e=document.getElementsByClassName("e-selectall-parent")[0];"e-input-filter e-input"!==t&&"e-input-group e-control-wrapper e-input-focus"!==t||!e.classList.contains("e-item-focus")||e.classList.remove("e-item-focus")},L.prototype.moveByList=function(t,e){if(this.list){var i=this.list.querySelectorAll("li."+y.li+":not(."+N+"):not(.e-reorder-hide)"),s=("CheckBox"===this.mode&&this.enableGroupCheckBox&&!k.isNullOrUndefined(this.fields.groupBy)&&(i=this.list.querySelectorAll("li."+y.li+",li."+y.group+":not(."+N+"):not(.e-reorder-hide)")),this.list.querySelector("li."+y.focus)),l=(this.enableVirtualization&&e&&!k.isNullOrUndefined(this.currentFocuedListElement)&&(s=this.getElementByValue(this.getFormattedValue(this.currentFocuedListElement.getAttribute("data-value")))),-1),n=document.getElementsByClassName("e-selectall-parent")[0];if("CheckBox"===this.mode&&this.showSelectAll&&1==t&&!k.isNullOrUndefined(n)&&!n.classList.contains("e-item-focus")&&0==this.list.getElementsByClassName("e-item-focus").length&&1<this.liCollections.length)!this.focusFirstListItem&&n.classList.contains("e-item-focus")?n.classList.remove("e-item-focus"):n.classList.contains("e-item-focus")||n.classList.add("e-item-focus");else if(i.length){"CheckBox"===this.mode&&this.showSelectAll&&!k.isNullOrUndefined(n&&-1==t)&&(!this.focusFirstListItem&&n.classList.contains("e-item-focus")?n.classList.remove("e-item-focus"):this.focusFirstListItem&&!n.classList.contains("e-item-focus")&&n.classList.add("e-item-focus"));for(var a,o=0;o<i.length;o++)if(i[o]===s){l=o;break}0<t?l<i.length-1&&(this.removeFocus(),this.enableVirtualization&&e?this.addListFocus(i[l]):this.enableVirtualization&&i[l+1].classList.contains("e-virtual-list")?this.addListFocus(i[this.skeletonCount]):this.addListFocus(i[++l]),-1<l)&&(this.updateCheck(i[l]),this.scrollBottom(i[l],l),this.currentFocuedListElement=i[l]):0<l&&(this.enableVirtualization?(n=i[l-1].classList.contains("e-virtual-list"),a=e?l:l-1,!e&&n||this.removeFocus(),!e&&n||(this.addListFocus(i[a]),this.updateCheck(i[a]),this.scrollTop(i[a],l),this.currentFocuedListElement=i[a])):(this.removeFocus(),this.addListFocus(i[--l]),this.updateCheck(i[l]),this.scrollTop(i[l],l)))}}e=this.list?this.list.querySelector(".e-item-focus"):null;this.isDisabledElement(e)&&(0===this.list.querySelectorAll(".e-list-item:not(.e-hide-listitem):not(.e-disabled)").length?this.removeFocus():(0===(o=this.getIndexByValue(e.getAttribute("data-value")))&&"CheckBox"!==this.mode&&(t=1),o===this.list.querySelectorAll(".e-list-item:not(.e-hide-listitem)").length-1&&(t=-1),this.moveByList(t)))},L.prototype.getElementByValue=function(t){for(var e,i=0,s=this.getItems();i<s.length;i++){var l=s[i];if(this.getFormattedValue(l.getAttribute("data-value"))===t){e=l;break}}return e},L.prototype.updateCheck=function(t){"CheckBox"===this.mode&&this.enableGroupCheckBox&&!k.isNullOrUndefined(this.fields.groupBy)&&(t.firstElementChild.lastElementChild.classList.contains("e-check")?t.classList.add("e-active"):t.classList.remove("e-active"))},L.prototype.moveBy=function(t,e){var i,s=this.chipCollectionWrapper.querySelectorAll("span."+oe),l=this.chipCollectionWrapper.querySelector("span."+he);null===l?t<0&&this.addChipSelection(s[s.length-1],e):t<0?null!==(i=l.previousElementSibling)&&(this.removeChipSelection(),this.addChipSelection(i,e)):(i=l.nextElementSibling,this.removeChipSelection(),null!==i&&this.addChipSelection(i,e))},L.prototype.chipClick=function(t){var e;this.enabled&&(e=k.closest(t.target,"."+oe),this.removeChipSelection(),this.addChipSelection(e,t))},L.prototype.removeChipSelection=function(){this.chipCollectionWrapper&&this.removeChipFocus()},L.prototype.addChipSelection=function(t,e){k.addClass([t],he),this.trigger("chipSelection",e)},L.prototype.onChipRemove=function(t){var e,i;3!==t.which&&2!==t.button&&this.enabled&&!this.readonly&&(i=t.target.parentElement.getAttribute("data-value"),e=this.allowObjectBinding?this.getDataByValue(this.getFormattedValue(i)):this.getFormattedValue(i),this.allowCustomValue&&("false"!==i&&!1===e||!k.isNullOrUndefined(e)&&"NaN"===e.toString())&&(e=i),this.isPopupOpen()&&"CheckBox"!==this.mode&&this.hidePopup(t),this.inputFocus||this.inputElement.focus(),this.removeValue(e,t),e=this.allowObjectBinding?k.getValue(this.fields.value||"",e):e,k.isNullOrUndefined(this.findListElement(this.list,"li","data-value",e))&&this.mainList&&this.listData&&(i=this.mainList.cloneNode?this.mainList.cloneNode(!0):this.mainList,this.onActionComplete(i,this.mainData)),this.updateDelimeter(this.delimiterChar,t),this.placeholder&&"Never"===this.floatLabelType?(this.makeTextBoxEmpty(),this.checkPlaceholderSize()):this.inputElement.value="",t.preventDefault())},L.prototype.makeTextBoxEmpty=function(){this.inputElement.value="",this.refreshPlaceHolder()},L.prototype.refreshPlaceHolder=function(){this.placeholder&&"Never"===this.floatLabelType?this.value&&this.value.length||!k.isNullOrUndefined(this.text)&&""!==this.text?this.inputElement.placeholder="":this.inputElement.placeholder=se(this.placeholder):this.setFloatLabelType(),this.expandTextbox()},L.prototype.removeAllItems=function(t,e,i,s,l){var n=this.allowObjectBinding?this.indexOfObjectInArray(t,this.value):this.value.indexOf(t),a=this.value.slice(0),a=(a.splice(n,1),this.setProperties({value:[].concat([],a)},!0),s.setAttribute("aria-selected","false"),this.hideSelectedItem?N:y.selected),a=(k.removeClass([s],a),this.notify("activeList",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,li:s,e:this,index:n}),this.invokeCheckboxSelection(s,e,i),this.allowObjectBinding?k.getValue(this.fields.value||"",t):t);this.updateMainList(!0,a,l),this.updateChipStatus()},L.prototype.invokeCheckboxSelection=function(t,e,i){this.notify("updatelist",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,li:t,e:e}),this.updateAriaActiveDescendant(),this.value&&this.value.length!==this.mainData.length&&"CheckBox"===this.mode&&this.showSelectAll&&!this.isSelectAll&&!i&&this.notify("checkSelectAll",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,value:"uncheck"})},L.prototype.removeValue=function(i,s,l,n){var a,o,r=this,h=this.allowObjectBinding?this.indexOfObjectInArray(i,this.value):this.value.indexOf(this.getFormattedValue(i)),t=(-1===h&&this.allowCustomValue&&!k.isNullOrUndefined(i)&&(h=this.allowObjectBinding?this.indexOfObjectInArray(i,this.value):this.value.indexOf(i.toString())),s&&s.target),u=(n=!!(n||t&&t.classList.contains("e-close-hooker"))||null,this.hideSelectedItem?N:y.selected);-1!==h&&(t=this.allowObjectBinding?k.getValue(this.fields.value||"",i):i,a=this.virtualSelectAll?null:this.findListElement(this.list,"li","data-value",t),o=this.allowObjectBinding?i:this.getDataByValue(i),this.trigger("removing",{e:s,item:a,itemData:o,isInteracted:!!s,cancel:!1},function(t){var e;t.cancel?r.removeIndex++:(r.virtualSelectAll=!1,e=r.value.slice(0),(e=r.enableVirtualization&&n?[]:e).splice(h,1),r.enableVirtualization&&"CheckBox"===r.mode&&r.selectedListData.splice(h,1),r.setProperties({value:[].concat([],e)},!0),r.enableVirtualization&&(e=0==h&&r.text.split(r.delimiterChar)&&1==r.text.split(r.delimiterChar).length?r.text.replace(r.text.split(r.delimiterChar)[h],""):0==h?r.text.replace(r.text.split(r.delimiterChar)[h]+r.delimiterChar,""):r.text.replace(r.delimiterChar+r.text.split(r.delimiterChar)[h],""),r.setProperties({text:e.toString()},!0)),null!==a&&(e=r.allowObjectBinding?k.getValue(r.fields.value||"",i):i,e=r.findListElement(r.mainList,"li","data-value",e),a.setAttribute("aria-selected","false"),k.removeClass([a],u),e&&(e.setAttribute("aria-selected","false"),k.removeClass([a,e],u)),r.notify("activeList",{module:"CheckBoxSelection",enable:"CheckBox"===r.mode,li:a,e:r,index:h}),r.invokeCheckboxSelection(a,s,n)),e=r.allowObjectBinding?k.getValue(r.fields.value||"",i):i,r.hideSelectedItem&&r.fields.groupBy&&a&&r.hideGroupItem(e),r.hideSelectedItem&&r.fixedHeaderElement&&r.fields.groupBy&&"CheckBox"!==r.mode&&r.isPopupOpen()&&D.prototype.scrollStop.call(r),r.updateMainList(!0,e),r.removeChip(e,n),r.updateChipStatus(),(r.value&&r.value.length?r.value.length:0)<r.maximumSelectionLength&&(e=r.list.querySelectorAll("li."+y.li+":not(.e-active)"),k.removeClass(e,"e-disable")),r.trigger("removed",t),t=!(!(e=s&&s.currentTarget)||!e.classList.contains("e-selectall-parent"))||null,!r.changeOnBlur&&!n&&s&&l&&!t&&r.isSelectAllTarget&&r.updateValueState(s,r.value,r.tempValues),l&&(r.selectAllEventData.push(o),r.selectAllEventEle.push(a)),1===l&&(r.changeOnBlur||r.updateValueState(s,r.value,r.tempValues),e={event:s,items:r.selectAllEventEle,itemData:r.selectAllEventData,isInteracted:!!s,isChecked:!1},r.trigger("selectedAll",e),r.selectAllEventData=[],r.selectAllEventEle=[]),!n||1!==l&&null!==l||r.clearAllCallback(s,n),r.isPopupOpen()&&a&&a.parentElement.classList.contains("e-reorder")&&(r.hideSelectedItem&&r.value&&Array.isArray(r.value)&&0<r.value.length&&r.totalItemsCount(),r.notify("setCurrentViewDataAsync",{module:"VirtualScroll"})))}))},L.prototype.updateMainList=function(t,e,i){(this.allowFiltering||"CheckBox"===this.mode)&&(i=i||this.findListElement(this.mainList,"li","data-value",e))&&(t?(i.setAttribute("aria-selected","false"),k.removeClass([i],this.hideSelectedItem?N:y.selected),"CheckBox"===this.mode&&k.removeClass([i.firstElementChild.lastElementChild],"e-check")):(i.setAttribute("aria-selected","true"),k.addClass([i],this.hideSelectedItem?N:y.selected),"CheckBox"===this.mode&&k.addClass([i.firstElementChild.lastElementChild],"e-check")))},L.prototype.removeChip=function(t,e){this.chipCollectionWrapper&&(this.enableVirtualization&&e?this.chipCollectionWrapper.querySelectorAll(".e-chips"):(e=this.findListElement(this.chipCollectionWrapper,"span","data-value",t))&&k.remove(e))},L.prototype.setWidth=function(t){k.isNullOrUndefined(t)||("number"==typeof t?this.overAllWrapper.style.width=k.formatUnit(t):"string"==typeof t&&(this.overAllWrapper.style.width=t.match(/px|%|em/)?t:k.formatUnit(t)))},L.prototype.updateChipStatus=function(){this.value&&this.value.length?(k.isNullOrUndefined(this.chipCollectionWrapper)||(this.chipCollectionWrapper.style.display=""),"Delimiter"!==this.mode&&"CheckBox"!==this.mode||this.showDelimWrapper(),this.showOverAllClear()):(k.isNullOrUndefined(this.chipCollectionWrapper)||(this.chipCollectionWrapper.style.display="none"),k.isNullOrUndefined(this.delimiterWrapper)||(this.delimiterWrapper.style.display="none"),this.hideOverAllClear())},L.prototype.indexOfObjectInArray=function(i,s){for(var t=0;t<s.length;t++){var e=function(t){var e=s[t];if(Object.keys(i).every(function(t){return e.hasOwnProperty(t)&&e[t]===i[t]}))return{value:t}}(t);if("object"==typeof e)return e.value}return-1},L.prototype.addValue=function(t,e,i){this.value||(this.value=[]);var s,l=this.allowObjectBinding?this.getDataByValue(t):t,n=((this.allowObjectBinding&&!this.isObjectInArray(this.getDataByValue(t),this.value)||!this.allowObjectBinding&&this.value.indexOf(l)<0)&&(this.setProperties({value:[].concat([],this.value,[l])},!0),this.enableVirtualization&&!this.isSelectAllLoop&&(l=this.viewWrapper.innerHTML,n=void 0,l=(l+=1===this.value.length?"":this.delimiterChar+" ")+(n=this.getOverflowVal(this.value.length-1)),n=this.viewWrapper.innerHTML,this.updateWrapperText(this.viewWrapper,l)),this.enableVirtualization)&&"CheckBox"===this.mode&&(n=void 0,l=[],s=this.allowObjectBinding?k.getValue(this.fields.value||"",this.value[this.value.length-1]):this.value[this.value.length-1],n=this.getTextByValue(s),s=null!=this.text&&""!=this.text?this.text+","+n:n,l.push(s),this.setProperties({text:l.toString()},!0)),this.findListElement(this.list,"li","data-value",t));this.removeFocus(),n&&(this.addListFocus(n),this.addListSelection(n)),"Delimiter"!==this.mode&&"CheckBox"!==this.mode&&this.addChip(e,t,i),this.hideSelectedItem&&this.fields.groupBy&&this.hideGroupItem(t),this.updateChipStatus(),this.checkMaxSelection()},L.prototype.checkMaxSelection=function(){var t;(this.value&&this.value.length?this.value.length:0)===this.maximumSelectionLength&&(t=this.list.querySelectorAll("li."+y.li+":not(.e-active)"),k.addClass(t,"e-disable"))},L.prototype.dispatchSelect=function(e,i,s,t,l){var n,a=this,o=this.listData;this.initStatus&&!t&&(e=this.allowObjectBinding?k.getValue(this.fields.value||"",e):e,n=this.getDataByValue(e),this.trigger("select",{e:i,item:s,itemData:n,isInteracted:!!i,cancel:!1},function(t){t.cancel||(l&&(a.selectAllEventData.push(n),a.selectAllEventEle.push(s)),1===l&&(t={event:i,items:a.selectAllEventEle,itemData:a.selectAllEventData,isInteracted:!!i,isChecked:!0},a.trigger("selectedAll",t),a.selectAllEventData=[]),a.allowCustomValue&&a.isServerRendered&&a.listData!==o&&(a.listData=o),e=a.allowObjectBinding?a.getDataByValue(e):e,a.enableVirtualization&&(k.isNullOrUndefined(a.selectedListData)?a.selectedListData=[a.getDataByValue(e)]:Array.isArray(a.selectedListData)?a.selectedListData.push(a.getDataByValue(e)):a.selectedListData=[a.selectedListData,a.getDataByValue(e)]),(a.enableVirtualization&&e||!a.enableVirtualization)&&a.updateListSelectEventCallback(e,s,i),a.hideSelectedItem&&a.fixedHeaderElement&&a.fields.groupBy&&"CheckBox"!==a.mode&&D.prototype.scrollStop.call(a))}))},L.prototype.addChip=function(t,e,i){this.chipCollectionWrapper&&this.getChip(t,e,i)},L.prototype.removeChipFocus=function(){var t=this.chipCollectionWrapper.querySelectorAll("span."+oe+"."+he);if(k.removeClass(t,he),k.Browser.isDevice)for(var e=this.chipCollectionWrapper.querySelectorAll("span."+re.split(" ")[0]),i=0;i<e.length;i++)e[i].style.display="none"},L.prototype.onMobileChipInteraction=function(t){var e=k.closest(t.target,"."+oe),i=e.querySelector("span."+re.split(" ")[0]);this.enabled&&!this.readonly&&(e.classList.contains(he)||(this.removeChipFocus(),i.style.display="",e.classList.add(he)),this.refreshPopup(),t.preventDefault())},L.prototype.multiCompiler=function(t){var e=!1;if("function"!=typeof t&&t)try{e=!!k.selectAll(t,document).length}catch(t){e=!1}return e},L.prototype.encodeHtmlEntities=function(t){return t.replace(/[\u00A0-\u9999<>&]/g,function(t){return"&#"+t.charCodeAt(0)+";"})},L.prototype.getChip=function(t,e,i){var s=this,l={text:e,value:e},n=this.createElement("span",{className:oe,attrs:{"data-value":e,title:t}}),a=this.createElement("span",{className:"e-chipcontent"}),o=this.createElement("span",{className:re}),e=(this.mainData&&(l=this.getDataByValue(e)),this.valueTemplate&&!k.isNullOrUndefined(l)?(e=this.multiCompiler(this.valueTemplate),(e=("function"!=typeof this.valueTemplate&&e?k.compile(k.select(this.valueTemplate,document).innerHTML.trim()):k.compile(this.valueTemplate))(l,this,"valueTemplate",this.valueTemplateId,this.isStringTemplate,null,a))&&0<e.length&&k.append(e,a),this.renderReactTemplates()):this.enableHtmlSanitizer?a.innerText=t:a.innerHTML=this.encodeHtmlEntities(t.toString()),n.appendChild(a),{isInteracted:!!i,itemData:l,e:i,setClass:function(t){k.addClass([n],t)},cancel:!1});this.isPreventChange=this.isAngular&&this.preventChange,this.trigger("tagging",e,function(t){t.cancel||(k.Browser.isDevice?(n.classList.add("e-mob-chip"),k.append([o],n),o.style.display="none",k.EventHandler.add(n,"click",s.onMobileChipInteraction,s)):(k.EventHandler.add(n,"mousedown",s.chipClick,s),s.showClearButton&&n.appendChild(o)),k.EventHandler.add(o,"mousedown",s.onChipRemove,s),s.chipCollectionWrapper.appendChild(n),!s.changeOnBlur&&i&&s.updateValueState(i,s.value,s.tempValues))})},L.prototype.calcPopupWidth=function(){var t=k.formatUnit(this.popupWidth);return t=-1<t.indexOf("%")?(this.componentWrapper.offsetWidth*parseFloat(t)/100).toString()+"px":t},L.prototype.mouseIn=function(){this.enabled&&!this.readonly&&this.showOverAllClear()},L.prototype.mouseOut=function(){this.inputFocus||(this.overAllClear.style.display="none")},L.prototype.listOption=function(t,e){var i=!k.isNullOrUndefined(e.iconCss),s=k.isNullOrUndefined(e.properties)?e:e.properties;return this.listCurrentOptions=null!==e.text||null!==e.value?{fields:s,showIcon:i,ariaAttributes:{groupItemRole:"presentation"}}:{fields:{value:"text"}},k.extend(this.listCurrentOptions,this.listCurrentOptions,e,!0),"CheckBox"===this.mode&&this.notify("listoption",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,dataSource:t,fieldProperty:s}),this.listCurrentOptions},L.prototype.renderPopup=function(){var t,e,i=this;this.list||D.prototype.render.call(this),this.popupObj||k.isNullOrUndefined(this.popupWrapper)||(document.body.appendChild(this.popupWrapper),t=this.popupWrapper.querySelector(".e-filter-parent"),"CheckBox"===this.mode&&!this.allowFiltering&&t&&this.filterParent&&(t.remove(),this.filterParent=null),t=parseInt(this.popupHeight,10),this.popupWrapper.style.visibility="hidden",this.headerTemplate&&(this.setHeaderTemplate(),t-=this.header.offsetHeight),k.append([this.list],this.popupWrapper),!this.list.classList.contains(y.noData)&&this.getItems()[1]&&(this.listItemHeight=this.getItems()[1].offsetHeight),this.enableVirtualization&&!this.list.classList.contains(y.noData)&&(!this.list.querySelector(".e-virtual-ddl-content")&&this.list.querySelector(".e-list-parent")?this.list.appendChild(this.createElement("div",{className:"e-virtual-ddl-content",styles:this.getTransformValues()})).appendChild(this.list.querySelector(".e-list-parent")):this.list.querySelector(".e-virtual-ddl-content")&&(this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues()),this.UpdateSkeleton(),this.liCollections=this.list.querySelectorAll("."+y.li),this.virtualItemCount=this.itemCount,"CheckBox"!==this.mode&&this.totalItemsCount(),this.list.querySelector(".e-virtual-ddl")?this.list.getElementsByClassName("e-virtual-ddl")[0].style=this.GetVirtualTrackHeight():(e=this.createElement("div",{id:this.element.id+"_popup",className:"e-virtual-ddl",styles:this.GetVirtualTrackHeight()}),this.popupWrapper.querySelector(".e-dropdownbase").appendChild(e))),this.footerTemplate&&(this.setFooterTemplate(),t-=this.footer.offsetHeight),"CheckBox"===this.mode&&this.showSelectAll?(this.notify("selectAll",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode}),t-=this.selectAllHeight):"CheckBox"!==this.mode||this.showSelectAll||this.headerTemplate||this.footerTemplate?"CheckBox"!==this.mode||this.showSelectAll||(this.notify("selectAll",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode}),t=parseInt(this.popupHeight,10),this.headerTemplate&&this.header&&(t-=this.header.offsetHeight),this.footerTemplate&&this.footer&&(t-=this.footer.offsetHeight)):(this.notify("selectAll",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode}),t=parseInt(this.popupHeight,10)),"CheckBox"===this.mode&&(e={module:"CheckBoxSelection",enable:"CheckBox"===this.mode,popupElement:this.popupWrapper},this.allowFiltering&&(this.notify("searchBox",e),t-=this.searchBoxHeight),k.addClass([this.popupWrapper],"e-checkbox")),"auto"!==this.popupHeight?(this.list.style.maxHeight=k.formatUnit(t),this.popupWrapper.style.maxHeight=k.formatUnit(this.popupHeight)):this.list.style.maxHeight=k.formatUnit(this.popupHeight),this.popupObj=new o.Popup(this.popupWrapper,{width:this.calcPopupWidth(),targetType:"relative",position:this.enableRtl?{X:"right",Y:"bottom"}:{X:"left",Y:"bottom"},relateTo:this.overAllWrapper,collision:this.enableRtl?{X:"fit",Y:"flip"}:{X:"flip",Y:"flip"},offsetY:1,enableRtl:this.enableRtl,zIndex:this.zIndex,close:function(){var t;i.popupObj.element.parentElement&&(i.popupObj.unwireScrollEvents(),t=i.popupWrapper.querySelector("."+Se),"CheckBox"===i.mode&&t&&document.activeElement===t&&t.blur(),k.detach(i.popupObj.element))},open:function(){var t;i.popupObj.resolveCollision(),i.isFirstClick||(!(t=i.list.querySelector("ul"))||"CheckBox"!==i.mode&&(i.allowFiltering||i.allowCustomValue)&&""!==i.targetElement().trim()||(i.mainList=t.cloneNode?t.cloneNode(!0):t),i.isFirstClick=!0),i.popupObj.wireScrollEvents(),"CheckBox"!==i.mode&&(i.allowFiltering||i.allowCustomValue)&&""!==i.targetElement().trim()||i.enableVirtualization||(i.loadTemplate(),i.enableVirtualization&&"CheckBox"===i.mode&&i.UpdateSkeleton()),i.isPreventScrollAction=!0,i.setScrollPosition(),!i.list.classList.contains(y.noData)&&i.getItems()[1]&&0!==i.getItems()[1].offsetHeight&&(i.listItemHeight=i.getItems()[1].offsetHeight,i.list.getElementsByClassName("e-virtual-ddl-content")[0])&&(i.list.getElementsByClassName("e-virtual-ddl-content")[0].style=i.getTransformValues()),i.allowFiltering&&i.notify("inputFocus",{module:"CheckBoxSelection",enable:"CheckBox"===i.mode,value:"focus"}),i.enableVirtualization&&(i.notify("bindScrollEvent",{module:"VirtualScroll",component:i.getModuleName(),enable:i.enableVirtualization}),setTimeout(function(){i.value?i.updateSelectionList():i.viewPortInfo&&i.viewPortInfo.offsets.top&&(i.list.scrollTop=i.viewPortInfo.offsets.top)},5))},targetExitViewport:function(){k.Browser.isDevice||i.hidePopup()}}),this.checkCollision(this.popupWrapper),this.popupContentElement=this.popupObj.element.querySelector(".e-content"),"CheckBox"===this.mode&&k.Browser.isDevice&&this.allowFiltering&&this.notify("deviceSearchBox",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode}),this.popupObj.close(),this.popupWrapper.style.visibility="")},L.prototype.checkCollision=function(t){"CheckBox"===this.mode&&k.Browser.isDevice&&this.allowFiltering||(0<o.isCollide(t).length&&(t.style.marginTop=-parseInt(getComputedStyle(t).marginTop,10)+"px"),this.popupObj.resolveCollision())},L.prototype.setHeaderTemplate=function(){this.header&&this.header.remove(),this.header=this.createElement("div"),k.addClass([this.header],"e-ddl-header");var t=this.multiCompiler(this.headerTemplate),t="function"!=typeof this.headerTemplate&&t?k.compile(k.select(this.headerTemplate,document).innerHTML.trim()):k.compile(this.headerTemplate),t=t({},this,"headerTemplate",this.headerTemplateId,this.isStringTemplate,null,this.header);t&&0<t.length&&k.append(t,this.header),"CheckBox"===this.mode&&this.showSelectAll?k.prepend([this.header],this.popupWrapper):k.append([this.header],this.popupWrapper),k.EventHandler.add(this.header,"mousedown",this.onListMouseDown,this)},L.prototype.setFooterTemplate=function(){this.footer&&this.footer.remove(),this.footer=this.createElement("div"),k.addClass([this.footer],"e-ddl-footer");var t=this.multiCompiler(this.footerTemplate),t="function"!=typeof this.footerTemplate&&t?k.compile(k.select(this.footerTemplate,document).innerHTML.trim()):k.compile(this.footerTemplate),t=t({},this,"footerTemplate",this.footerTemplateId,this.isStringTemplate,null,this.footer);t&&0<t.length&&k.append(t,this.footer),k.append([this.footer],this.popupWrapper),k.EventHandler.add(this.footer,"mousedown",this.onListMouseDown,this)},L.prototype.updateInitialData=function(){var t,e=this.selectData;this.renderItems(e,this.fields);this.list.scrollTop=0,this.virtualListInfo={currentPageNumber:null,direction:null,sentinelInfo:{},offsets:{},startIndex:0,endIndex:this.itemCount},this.previousStartIndex=0,this.previousEndIndex=0,this.dataSource instanceof m.DataManager?0<=this.remoteDataCount?this.totalItemCount=this.dataCount=this.remoteDataCount:this.resetList(this.dataSource):this.totalItemCount=this.dataCount=this.dataSource&&this.dataSource.length?this.dataSource.length:0,"CheckBox"!==this.mode&&(this.totalItemCount=this.value&&this.value.length?this.totalItemCount-this.value.length:this.totalItemCount),this.getSkeletonCount(),this.UpdateSkeleton(),this.list.getElementsByClassName("e-virtual-ddl")[0]?this.list.getElementsByClassName("e-virtual-ddl")[0].style=this.GetVirtualTrackHeight():!this.list.querySelector(".e-virtual-ddl")&&0<this.skeletonCount&&(t=this.createElement("div",{id:this.element.id+"_popup",className:"e-virtual-ddl",styles:this.GetVirtualTrackHeight()}),this.popupWrapper.querySelector(".e-dropdownbase").appendChild(t)),this.listData=e,this.liCollections=this.list.querySelectorAll(".e-list-item"),this.list.getElementsByClassName("e-virtual-ddl-content")[0]&&(this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues())},L.prototype.clearAll=function(t){if(this.enabled&&!this.readonly){var e=void 0;if(this.value&&0<this.value.length){var i=this.list&&this.list.querySelectorAll("li.e-list-item");if(i&&0<i.length)this.selectAllItems(!1,t);else for(this.removeIndex=0,e=this.value[this.removeIndex];this.removeIndex<this.value.length;e=this.value[this.removeIndex])this.removeValue(e,t,null,!0);this.selectedElementID=null,this.inputElement.removeAttribute("aria-activedescendant")}else this.clearAllCallback(t);this.checkAndResetCache(),this.enableVirtualization&&(this.updateInitialData(),this.chipCollectionWrapper&&(this.chipCollectionWrapper.innerHTML=""),this.isCustomDataUpdated||this.notify("setGeneratedData",{module:"VirtualScroll"})),this.enableVirtualization&&(this.list.scrollTop=0,this.virtualListInfo=null,this.previousStartIndex=0,this.previousEndIndex=0)}},L.prototype.clearAllCallback=function(t,e){var i,s=this.value?this.value.slice():[];this.mainList&&this.listData&&(this.allowFiltering&&"CheckBox"!==this.mode||this.allowCustomValue)&&(i=this.mainList.cloneNode?this.mainList.cloneNode(!0):this.mainList,this.onActionComplete(i,this.mainData)),this.focusAtFirstListItem(),this.updateDelimeter(this.delimiterChar,t),"Box"===this.mode||this.inputFocus&&"CheckBox"!==this.mode||this.updateDelimView(),""!==this.inputElement.value&&(this.makeTextBoxEmpty(),this.search(null)),this.checkPlaceholderSize(),this.isPopupOpen()&&this.refreshPopup(),this.inputFocus||(this.changeOnBlur&&this.updateValueState(t,this.value,s),"CheckBox"!==this.mode&&this.inputElement.focus()),"CheckBox"===this.mode&&(this.refreshPlaceHolder(),this.refreshInputHight(),this.changeOnBlur)&&e&&(k.isNullOrUndefined(this.value)||0===this.value.length)&&this.updateValueState(t,this.value,this.tempValues),this.changeOnBlur||!e||!k.isNullOrUndefined(this.value)&&0!==this.value.length||this.updateValueState(t,this.value,this.tempValues),"CheckBox"===this.mode&&this.enableGroupCheckBox&&!k.isNullOrUndefined(this.fields.groupBy)&&this.updateListItems(this.list.querySelectorAll("li.e-list-item"),this.mainList.querySelectorAll("li.e-list-item")),t.preventDefault()},L.prototype.windowResize=function(){this.refreshPopup(),this.inputFocus&&"CheckBox"!==this.mode||!this.viewWrapper||!this.viewWrapper.parentElement||this.updateDelimView()},L.prototype.resetValueHandler=function(t){var e=k.closest(this.inputElement,"form");e&&t.target===e&&(t=this.element.tagName===this.getNgDirective()?null:this.element.getAttribute("data-initial-value"),this.text=t)},L.prototype.wireEvent=function(){k.EventHandler.add(this.componentWrapper,"mousedown",this.wrapperClick,this),k.EventHandler.add(window,"resize",this.windowResize,this),k.EventHandler.add(this.inputElement,"focus",this.focusInHandler,this),k.EventHandler.add(this.inputElement,"keydown",this.onKeyDown,this),k.EventHandler.add(this.inputElement,"keyup",this.keyUp,this),"CheckBox"!==this.mode&&k.EventHandler.add(this.inputElement,"input",this.onInput,this),k.EventHandler.add(this.inputElement,"blur",this.onBlurHandler,this),k.EventHandler.add(this.componentWrapper,"mouseover",this.mouseIn,this);var t=k.closest(this.inputElement,"form");t&&k.EventHandler.add(t,"reset",this.resetValueHandler,this),k.EventHandler.add(this.componentWrapper,"mouseout",this.mouseOut,this),k.EventHandler.add(this.overAllClear,"mousedown",this.clearAll,this),k.EventHandler.add(this.inputElement,"paste",this.pasteHandler,this)},L.prototype.onInput=function(t){this.keyDownStatus?this.isValidKey=!0:this.isValidKey=!1,this.keyDownStatus=!1,k.Browser.isDevice&&"mozilla"===k.Browser.info.name&&this.search(t)},L.prototype.pasteHandler=function(t){var e=this;setTimeout(function(){e.expandTextbox(),e.search(t)})},L.prototype.search=function(t){var s=this;if(this.resetFilteredData=!0,this.preventSetCurrentData=!1,this.firstItem=this.dataSource&&0<this.dataSource.length?this.dataSource[0]:null,k.isNullOrUndefined(t)||(this.keyCode=t.keyCode),!this.isPopupOpen()&&this.openOnClick&&this.showPopup(t),this.openClick(t),!this.checkTextLength()||this.allowFiltering||k.isNullOrUndefined(t)||8===t.keyCode){var e=this.targetElement();if(this.allowFiltering){this.allowCustomValue&&(this.isRemoteSelection=!0),this.checkAndResetCache();var l={preventDefaultAction:!1,text:this.targetElement(),updateData:function(t,e,i){l.cancel||(s.isFiltered=!0,s.customFilterQuery=e,s.remoteFilterAction=!0,s.dataUpdater(t,e,i))},event:t,cancel:!1};this.trigger("filtering",l,function(t){t.cancel||s.isFiltered||t.preventDefaultAction||(s.filterAction=!0,s.dataSource instanceof m.DataManager&&s.allowCustomValue&&(s.isCustomRendered=!1),s.dataUpdater(s.dataSource,null,s.fields))})}else if(this.allowCustomValue){t=new m.Query,t=this.allowFiltering&&""!==e?t.where(this.fields.text,"startswith",e,this.ignoreCase,this.ignoreAccent):t;this.enableVirtualization?this.dataUpdater(this.dataSource,t,this.fields):this.dataUpdater(this.mainData,t,this.fields),this.UpdateSkeleton()}else{var e=this.list.querySelectorAll("li."+y.li+":not(.e-hide-listitem)"),i=this.typeOfData(this.listData).typeof,n=u(this.targetElement(),e,"StartsWith",this.ignoreCase);if(this.enableVirtualization&&""!==this.targetElement().trim()&&!this.allowFiltering){var a,o,r=!1;for((this.viewPortInfo.endIndex>=this.incrementalEndIndex&&this.incrementalEndIndex<=this.totalItemCount||0==this.incrementalEndIndex)&&(r=!0,this.incrementalStartIndex=0,this.incrementalEndIndex=this.totalItemCount<100?this.totalItemCount:100,this.updateIncrementalInfo(this.incrementalStartIndex,this.incrementalEndIndex),r=!1),0===this.viewPortInfo.startIndex&&!r||this.updateIncrementalView(0,this.itemCount),n=u(this.targetElement(),this.incrementalLiCollections,this.filterType,!0,this.listData,this.fields,i);k.isNullOrUndefined(n)&&this.incrementalEndIndex<this.totalItemCount&&(this.incrementalStartIndex=this.incrementalEndIndex,this.incrementalEndIndex=this.incrementalEndIndex+100>this.totalItemCount?this.totalItemCount:this.incrementalEndIndex+100,this.updateIncrementalInfo(this.incrementalStartIndex,this.incrementalEndIndex),r=!0,0===this.viewPortInfo.startIndex&&!r||this.updateIncrementalView(0,this.itemCount),n=u(this.targetElement(),this.incrementalLiCollections,this.filterType,!0,this.listData,this.fields,i),k.isNullOrUndefined(n));)if(k.isNullOrUndefined(n)&&this.incrementalEndIndex>=this.totalItemCount){this.incrementalStartIndex=0,this.incrementalEndIndex=this.totalItemCount<100?this.totalItemCount:100;break}!n.index||this.viewPortInfo.startIndex>=n.index&&n.index>=this.viewPortInfo.endIndex||(o=(a=0<n.index-(this.itemCount/2-2)?n.index-(this.itemCount/2-2):0)+this.itemCount>this.totalItemCount?this.totalItemCount:a+this.itemCount,a!=this.viewPortInfo.startIndex&&this.updateIncrementalView(a,o)),k.isNullOrUndefined(n.item)?(this.updateIncrementalView(0,this.itemCount),this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues(),this.list.scrollTop=0):(this.getIndexByValue(n.item.getAttribute("data-value"))-this.skeletonCount>this.itemCount/2&&(a=this.viewPortInfo.startIndex+(this.itemCount/2-2)<this.totalItemCount?this.viewPortInfo.startIndex+(this.itemCount/2-2):this.totalItemCount,o=this.viewPortInfo.startIndex+this.itemCount>this.totalItemCount?this.totalItemCount:this.viewPortInfo.startIndex+this.itemCount,this.updateIncrementalView(a,o)),n.item=this.getElementByValue(n.item.getAttribute("data-value"))),n&&n.item&&(n.item=this.getElementByValue(n.item.getAttribute("data-value")))}n&&n.item?(this.addListFocus(n.item),this.list.scrollTop=n.item.offsetHeight*n.index):""!==this.targetElement()?this.removeFocus():this.focusAtFirstListItem()}}else this.focusAtFirstListItem();this.enableVirtualization&&this.allowFiltering&&this.getFilteringSkeletonCount()},L.prototype.preRender=function(){null===this.allowFiltering&&(this.allowFiltering="CheckBox"===this.mode),this.preventSetCurrentData=!1,this.initializeData(),this.updateDataAttribute(this.htmlAttributes),D.prototype.preRender.call(this)},L.prototype.getLocaleName=function(){return"multi-select"},L.prototype.initializeData=function(){this.mainListCollection=[],this.beforePopupOpen=!1,this.filterAction=!1,this.remoteFilterAction=!1,this.isFirstClick=!1,this.mobFilter=!0,this.isFiltered=!1,this.focused=!0,this.initial=!0,this.backCommand=!0,this.isCustomRendered=!1,this.isRemoteSelection=!1,this.isSelectAllTarget=!0,this.viewPortInfo={currentPageNumber:null,direction:null,sentinelInfo:{},offsets:{},startIndex:0,endIndex:this.itemCount}},L.prototype.updateData=function(t,e){var i="",s="Delimiter"===this.mode||"CheckBox"===this.mode,l=[],n=this.listData;if(this.enableVirtualization||(this.listData=this.mainData),k.isNullOrUndefined(this.hiddenElement)||this.enableVirtualization||(this.hiddenElement.innerHTML=""),!k.isNullOrUndefined(this.value)){for(var a=this.value.length,o="",r=0;r<a;r++){var h=this.allowObjectBinding?k.getValue(this.fields.value||"",this.value[r]):this.value[r],u=this.findListElement(k.isNullOrUndefined(this.mainList)?this.ulElement:this.mainList,"li","data-value",h);if(this.enableVirtualization&&(u=this.findListElement(k.isNullOrUndefined(this.list)?this.ulElement:this.list,"li","data-value",h)),k.isNullOrUndefined(u)&&!this.allowCustomValue&&!this.enableVirtualization&&this.listData&&0<this.listData.length)this.value.splice(r,1),--r,--a;else{if(this.listData){if(this.enableVirtualization){s&&(i=this.delimiterWrapper&&""==this.delimiterWrapper.innerHTML?i:this.delimiterWrapper.innerHTML);var p,u=this.allowObjectBinding?k.getValue(this.fields.value||"",this.value[this.value.length-1]):this.value[this.value.length-1],d=this.getTextByValue(u),c=null!=this.text&&""!=this.text?this.text+","+d:d;i+=d+t+" ",l.push(c),o=this.hiddenElement.innerHTML,e&&e.currentTarget&&e.currentTarget.classList.contains("e-chips-close")||e&&"Backspace"===e.key?(p=e.target.parentElement.getAttribute("data-value"),"Backspace"===e.key?(c=this.hiddenElement.lastChild)&&this.hiddenElement.removeChild(c):this.hiddenElement.childNodes.forEach(function(t){t.value===p&&t.parentNode.removeChild(t)}),o=this.hiddenElement.innerHTML):o+='<option selected value="'+u+'">'+r+"</option>";break}d=this.getTextByValue(h)}else d=h;i+=d+t+" ",l.push(d)}o+='<option selected value="'+h+'">'+r+"</option>"}k.isNullOrUndefined(this.hiddenElement)||(this.hiddenElement.innerHTML=o)}var m=e&&e.target&&e.target.classList.contains("e-chips-close"),m=(this.enableVirtualization&&(!this.enableVirtualization||"CheckBox"===this.mode||m)||this.setProperties({text:l.toString()},!0),s&&(this.updateWrapperText(this.delimiterWrapper,i),this.delimiterWrapper.setAttribute("id",k.getUniqueID("delim_val")),this.inputElement.setAttribute("aria-describedby",this.delimiterWrapper.id)),e&&e.target),m=!(!m||!m.classList.contains("e-close-hooker"))||null;(!this.changeOnBlur&&e&&!m||this.isSelectAll)&&(this.isSelectAll=!1,this.updateValueState(e,this.value,this.tempValues)),this.listData=n,this.addValidInputClass()},L.prototype.initialTextUpdate=function(){if(k.isNullOrUndefined(this.text))this.setProperties({value:null},!0);else{for(var t,e=this.text.split(this.delimiterChar),i=[],s=0;e.length>s;s++){var l=this.getValueByText(e[s]);k.isNullOrUndefined(l)?this.allowCustomValue&&i.push(e[s]):i.push(l)}i&&i.length&&(t=this.allowObjectBinding?this.getDataByValue(i):i,this.setProperties({value:t},!0))}},L.prototype.renderList=function(t){!t&&this.allowCustomValue&&this.list&&(this.list.textContent===this.noRecordsTemplate||this.list.querySelector(".e-ul")&&0===this.list.querySelector(".e-ul").childElementCount)&&(t=!0),D.prototype.render.call(this,null,t),this.totalItemCount=this.dataSource&&this.dataSource.length?this.dataSource.length:0,this.unwireListEvents(),this.wireListEvents()},L.prototype.initialValueUpdate=function(t,e){if(this.list){var i=void 0,s=void 0;if(this.chipCollectionWrapper&&(this.chipCollectionWrapper.innerHTML=""),this.removeListSelection(),!k.isNullOrUndefined(this.value))for(var l=0;!k.isNullOrUndefined(this.value[l]);l++){var n,a,o,r,h=this.allowObjectBinding?k.getValue(this.fields.value||"",this.value[l]):this.value[l],s=this.findListElement(this.hideSelectedItem?this.ulElement:this.list,"li","data-value",h),u=!1;if(this.enableVirtualization){if((i=null)!=t&&0<t.length)for(var p=0;p<t.length;p++)if(k.getValue(this.fields.value||"value",t[p])===h){i=k.getValue(this.fields.text,t[p]),this.enableVirtualization&&(k.isNullOrUndefined(this.selectedListData)?this.selectedListData=[t[p]]:Array.isArray(this.selectedListData)?this.selectedListData.push(t[p]):this.selectedListData=[this.selectedListData,t[p]]);break}k.isNullOrUndefined(i)&&this.allowCustomValue&&(!(this.dataSource instanceof m.DataManager)||this.dataSource instanceof m.DataManager&&e)&&(i=this.getTextByValue(h),u=!0)}else i=this.getTextByValue(h);s&&"true"!==s.getAttribute("aria-selected")||s&&"true"===s.getAttribute("aria-selected")&&this.hideSelectedItem&&("Box"===this.mode||"Default"===this.mode)||this.enableVirtualization&&null!=h&&null!=i&&!u?(r=null!=this.text&&""!=this.text?this.text+","+i:i,(o=[]).push(r),this.setProperties({text:o.toString()},!0),this.addChip(i,h),this.addListSelection(s)):(!this.enableVirtualization&&h&&this.allowCustomValue||this.enableVirtualization&&h&&this.allowCustomValue&&(!(this.dataSource instanceof m.DataManager)||this.dataSource instanceof m.DataManager&&e))&&(u=this.listData.length,k.setValue(this.fields.text,h,n={}),k.setValue(this.fields.value,h,n),a=this.popupWrapper.querySelector("."+y.noData),this.enableVirtualization||this.addItem(n,u),this.enableVirtualization&&(this.virtualCustomSelectData&&0<=this.virtualCustomSelectData.length?this.virtualCustomSelectData.push(n):this.virtualCustomSelectData=[n]),s=s||this.findListElement(this.hideSelectedItem?this.ulElement:this.list,"li","data-value",h),this.popupWrapper.contains(a)&&(this.list.setAttribute("style",a.getAttribute("style")),this.popupWrapper.replaceChild(this.list,a),this.wireListEvents()),r=null!=this.text&&""!=this.text?this.text+","+i:i,(o=[]).push(r),this.setProperties({text:o.toString()},!0),this.addChip(i,h),this.addListSelection(s))}"CheckBox"===this.mode?(this.updateDelimView(),this.changeOnBlur&&this.updateValueState(null,this.value,this.tempValues),this.updateDelimeter(this.delimiterChar),this.refreshInputHight()):this.updateDelimeter(this.delimiterChar),"CheckBox"!==this.mode||!this.showSelectAll||!k.isNullOrUndefined(this.value)&&this.value.length||this.notify("checkSelectAll",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,value:"uncheck"}),"Box"===this.mode||"Default"===this.mode&&this.inputFocus?this.chipCollectionWrapper.style.display="":"Delimiter"!==this.mode&&"CheckBox"!==this.mode||this.showDelimWrapper()}},L.prototype.updateActionCompleteData=function(t,e){this.value&&(!this.allowObjectBinding&&-1<this.value.indexOf(t.getAttribute("data-value"))||this.allowObjectBinding&&this.isObjectInArray(this.getDataByValue(t.getAttribute("data-value")),this.value))&&(this.mainList=this.ulElement,this.hideSelectedItem)&&k.addClass([t],N)},L.prototype.updateAddItemList=function(t,e){this.popupObj&&this.popupObj.element&&this.popupObj.element.querySelector("."+y.noData)&&t?(this.list=t,this.mainList=this.ulElement=t.querySelector("ul"),k.remove(this.popupWrapper.querySelector(".e-content")),this.popupObj=null,this.renderPopup()):this.allowCustomValue&&(this.list=t,this.mainList=this.ulElement=t.querySelector("ul"))},L.prototype.updateDataList=function(){var t,e,i;this.mainList&&this.ulElement&&!(this.isFiltered||this.filterAction||this.targetElement().trim())&&(t=this.mainList.childElementCount<this.ulElement.childElementCount,e=0<this.ulElement.childElementCount&&0<this.ulElement.children[0].childElementCount&&this.mainList.children[0]&&this.mainList.children[0].childElementCount<this.ulElement.children[0].childElementCount,i=this.itemTemplate&&0<this.ulElement.childElementCount&&!(this.ulElement.childElementCount<this.mainList.childElementCount)&&(0<this.ulElement.children[0].childElementCount||this.fields.groupBy&&this.ulElement.children[1]&&0<this.ulElement.children[1].childElementCount),t||e||i)&&(this.mainList=this.ulElement)},L.prototype.isValidLI=function(t){return t&&!t.classList.contains(y.disabled)&&!t.classList.contains(y.group)&&t.classList.contains(y.li)},L.prototype.updateListSelection=function(t,e,i){var s=t.getAttribute("data-value"),l=this.allowObjectBinding?this.getDataByValue(this.getFormattedValue(s)):this.getFormattedValue(s);this.allowCustomValue&&("false"!==s&&!1===l||!k.isNullOrUndefined(l)&&"NaN"===l.toString())&&(l=s),this.removeHover(),!this.value||!this.allowObjectBinding&&-1===this.value.indexOf(l)||this.allowObjectBinding&&-1===this.indexOfObjectInArray(l,this.value)?this.dispatchSelect(l,e,t,"true"===t.getAttribute("aria-selected"),i):this.removeValue(l,e,i)},L.prototype.updateListSelectEventCallback=function(e,t,i){var s,l,n=this,a=(e=this.allowObjectBinding?k.getValue(this.fields.value||"",e):e,this.getTextByValue(e));(this.allowCustomValue||this.allowFiltering)&&!this.findListElement(this.mainList,"li","data-value",e)&&(!this.enableVirtualization||this.enableVirtualization&&this.virtualCustomData)?(s=t&&t.cloneNode(!0),t=this.fields.value||"value",this.allowCustomValue&&this.mainData.length&&"number"==typeof k.getValue(t,this.mainData[0])&&(e=isNaN(parseFloat(e.toString()))?e:parseFloat(e.toString())),l=this.getDataByValue(e),this.trigger("customValueSelection",{newData:l,cancel:!1},function(t){t.cancel||(n.enableVirtualization&&n.virtualCustomData?n.virtualCustomSelectData&&0<=n.virtualCustomSelectData.length?n.virtualCustomSelectData.push(l):n.virtualCustomSelectData=[l]:(k.append([s],n.mainList),n.mainData.push(l)),n.remoteCustomValue=!1,n.addValue(e,a,i))})):(this.remoteCustomValue=!1,this.addValue(e,a,i))},L.prototype.removeListSelection=function(){var t=this.hideSelectedItem?N:y.selected,e=this.list.querySelectorAll("."+t),i=e.length;if(e&&e.length)for(k.removeClass(e,t);0<i;)e[i-1].setAttribute("aria-selected","false"),i--;if(!k.isNullOrUndefined(this.mainList)){var s=this.mainList.querySelectorAll("."+t),l=s.length;if(s&&s.length)for(k.removeClass(s,t);0<l;)s[l-1].setAttribute("aria-selected","false"),"CheckBox"===this.mode&&(e&&e.length>l-1&&k.removeClass([e[l-1].firstElementChild.lastElementChild],"e-check"),k.removeClass([s[l-1].firstElementChild.lastElementChild],"e-check")),l--}},L.prototype.removeHover=function(){var t=this.list.querySelectorAll("."+y.hover);t&&t.length&&k.removeClass(t,y.hover)},L.prototype.removeFocus=function(){var t,e;this.list&&this.mainList&&(t=this.list.querySelectorAll("."+y.focus),e=this.mainList.querySelectorAll("."+y.focus),t)&&t.length&&(k.removeClass(t,y.focus),k.removeClass(e,y.focus))},L.prototype.addListHover=function(t){(this.enabled&&this.isValidLI(t)||null!==t&&t.classList.contains("e-list-group-item")&&this.enableGroupCheckBox&&"CheckBox"===this.mode&&!k.isNullOrUndefined(this.fields.groupBy))&&(this.removeHover(),k.addClass([t],y.hover))},L.prototype.addListFocus=function(t){this.enabled&&(this.isValidLI(t)||this.fields.disabled&&this.isDisabledElement(t))?(this.removeFocus(),k.addClass([t],y.focus),this.updateAriaActiveDescendant()):this.enableGroupCheckBox&&"CheckBox"===this.mode&&!k.isNullOrUndefined(this.fields.groupBy)&&(k.addClass([t],y.focus),this.updateAriaActiveDescendant())},L.prototype.addListSelection=function(t,e){var i=this.hideSelectedItem?N:y.selected;this.isValidLI(t)&&!t.classList.contains(y.hover)&&(k.addClass([t],i),this.updateMainList(!1,t.getAttribute("data-value"),e),t.setAttribute("aria-selected","true"),"CheckBox"===this.mode&&t.classList.contains("e-active")&&0===t.getElementsByClassName("e-check").length&&this.notify("updatelist",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,li:t,e:this}),this.notify("activeList",{module:"CheckBoxSelection",enable:"CheckBox"===this.mode,li:t,e:this}),this.chipCollectionWrapper&&this.removeChipSelection(),this.selectedElementID=t.id)},L.prototype.updateDelimeter=function(t,e){this.updateData(t,e)},L.prototype.onMouseClick=function(t){var e,i=this,s=(this.keyCode=null,this.scrollFocusStatus=!1,this.keyboardEvent=null,t.target),l=k.closest(s,"."+y.li);this.enableVirtualization&&l&&l.classList.contains("e-virtual-list")||(k.closest(s,"."+y.group)&&this.enableGroupCheckBox&&"CheckBox"===this.mode&&this.fields.groupBy?((s=s.classList.contains("e-list-group-item")?s.firstElementChild.lastElementChild:t.target).classList.contains("e-check")?(this.selectAllItem(!1,t),s.classList.remove("e-check"),s.classList.remove("e-stop"),k.closest(s,".e-list-group-item").classList.remove("e-active"),s.setAttribute("aria-selected","false")):(this.selectAllItem(!0,t),s.classList.remove("e-stop"),s.classList.add("e-check"),k.closest(s,".e-list-group-item").classList.add("e-active"),s.setAttribute("aria-selected","true")),this.refreshSelection(),this.checkSelectAll()):(this.isValidLI(l)?(e=this.value&&this.value.length?this.value.length:0,l.classList.contains("e-active")&&(e-=1),e<this.maximumSelectionLength&&(this.updateListSelection(l,t),this.checkPlaceholderSize(),this.addListFocus(l),(this.allowCustomValue||this.allowFiltering)&&this.mainList&&this.listData?"CheckBox"!==this.mode&&(this.focusAtLastListItem(l.getAttribute("data-value")),this.refreshSelection()):this.makeTextBoxEmpty()),"CheckBox"===this.mode?(this.updateDelimView(),this.value&&50<this.value.length?setTimeout(function(){i.updateDelimeter(i.delimiterChar,t)},0):this.updateDelimeter(this.delimiterChar,t),this.refreshInputHight()):this.updateDelimeter(this.delimiterChar,t),this.checkSelectAll(),this.refreshPopup(),this.hideSelectedItem&&this.focusAtFirstListItem(),this.closePopupOnSelect?this.hidePopup(t):t.preventDefault(),this.makeTextBoxEmpty(),this.findGroupStart(s),"CheckBox"!==this.mode&&this.refreshListItems(k.isNullOrUndefined(l)?null:l.textContent)):t.preventDefault(),this.enableVirtualization&&this.hideSelectedItem&&(e=this.list.querySelectorAll("li."+y.li+":not(."+N+"):not(.e-reorder-hide):not(.e-virtual-list)")).length&&(s=0<this.virtualListHeight?Math.floor(this.virtualListHeight/this.listItemHeight):0,e.length<s+2)&&(l=(l=this.getForQuery(this.value).clone()).skip(this.virtualItemStartIndex),this.resetList(this.dataSource,this.fields,l),this.UpdateSkeleton(),this.liCollections=this.list.querySelectorAll("."+y.li),this.virtualItemCount=this.itemCount,"CheckBox"!==this.mode&&(this.totalItemCount=this.value&&this.value.length?this.totalItemCount-this.value.length:this.totalItemCount),this.list.querySelector(".e-virtual-ddl")?this.list.getElementsByClassName("e-virtual-ddl")[0].style=this.GetVirtualTrackHeight():(e=this.createElement("div",{id:this.element.id+"_popup",className:"e-virtual-ddl",styles:this.GetVirtualTrackHeight()}),this.popupWrapper.querySelector(".e-dropdownbase").appendChild(e)),this.list.querySelector(".e-virtual-ddl-content"))&&(this.list.getElementsByClassName("e-virtual-ddl-content")[0].style=this.getTransformValues()),this.refreshPlaceHolder(),this.deselectHeader()))},L.prototype.findGroupStart=function(t){if(this.enableGroupCheckBox&&"CheckBox"===this.mode&&!k.isNullOrUndefined(this.fields.groupBy)){var e;if(this.itemTemplate&&!t.getElementsByClassName("e-frame").length)for(;!t.getElementsByClassName("e-frame").length;)t=t.parentElement;for(t.classList.contains("e-frame")&&(t=t.parentElement.parentElement),e=this.findGroupAttrtibutes(t,0,0,0,0),e=this.findGroupAttrtibutes(t,e[0],e[1],e[2],1);!t.classList.contains("e-list-group-item")&&null!=(t=(t=t.classList.contains("e-list-icon")?t.parentElement:t).previousElementSibling););this.updateCheckBox(t,e[0],e[1],e[2])}},L.prototype.findGroupAttrtibutes=function(t,e,i,s,l){for(;!t.classList.contains("e-list-group-item")&&((t=t.classList.contains("e-list-icon")?t.parentElement:t).getElementsByClassName("e-frame")[0].classList.contains("e-check")&&t.classList.contains("e-list-item")?e++:t.classList.contains("e-list-item")&&i++,s++,null!=(t=l?t.nextElementSibling:t.previousElementSibling)););return[e,i,s]},L.prototype.updateCheckBox=function(t,e,i,s){var l;null!==t&&(l=t.getElementsByClassName("e-frame")[0],s===e?(l.classList.remove("e-stop"),l.classList.add("e-check"),k.closest(l,".e-list-group-item").classList.add("e-active"),t.setAttribute("aria-selected","true")):s===i?(l.classList.remove("e-check"),l.classList.remove("e-stop"),k.closest(l,".e-list-group-item").classList.remove("e-active"),t.setAttribute("aria-selected","false")):this.maximumSelectionLength===e-1?(l.classList.remove("e-stop"),t.setAttribute("aria-selected","true"),k.closest(l,".e-list-group-item").classList.add("e-active"),l.classList.add("e-check")):(l.classList.remove("e-check"),l.classList.add("e-stop"),k.closest(l,".e-list-group-item").classList.add("e-active"),t.setAttribute("aria-selected","false")))},L.prototype.deselectHeader=function(){var t=this.value&&this.value.length?this.value.length:0,e=this.list.querySelectorAll("li.e-list-group-item:not(.e-active)");t<this.maximumSelectionLength&&k.removeClass(e,"e-disable"),t===this.maximumSelectionLength&&k.addClass(e,"e-disable")},L.prototype.onMouseOver=function(t){var e=k.closest(t.target,"."+y.li);null===e&&"CheckBox"===this.mode&&!k.isNullOrUndefined(this.fields.groupBy)&&this.enableGroupCheckBox&&(e=k.closest(t.target,"."+y.group)),this.addListHover(e)},L.prototype.onMouseLeave=function(){this.removeHover()},L.prototype.onListMouseDown=function(t){t.preventDefault(),this.scrollFocusStatus=!0},L.prototype.onDocumentClick=function(t){var e;"CheckBox"!==this.mode&&(e=t.target,!k.isNullOrUndefined(this.popupObj)&&k.closest(e,'[id="'+this.popupObj.element.id+'"]')||this.overAllWrapper.contains(t.target)?this.scrollFocusStatus=(k.Browser.isIE||"edge"===k.Browser.info.name)&&document.activeElement===this.inputElement:this.scrollFocusStatus=!1)},L.prototype.wireListEvents=function(){k.isNullOrUndefined(this.list)||(k.EventHandler.add(document,"mousedown",this.onDocumentClick,this),k.EventHandler.add(this.list,"mousedown",this.onListMouseDown,this),k.EventHandler.add(this.list,"mouseup",this.onMouseClick,this),k.EventHandler.add(this.list,"mouseover",this.onMouseOver,this),k.EventHandler.add(this.list,"mouseout",this.onMouseLeave,this))},L.prototype.unwireListEvents=function(){k.EventHandler.remove(document,"mousedown",this.onDocumentClick),this.list&&(k.EventHandler.remove(this.list,"mousedown",this.onListMouseDown),k.EventHandler.remove(this.list,"mouseup",this.onMouseClick),k.EventHandler.remove(this.list,"mouseover",this.onMouseOver),k.EventHandler.remove(this.list,"mouseout",this.onMouseLeave))},L.prototype.hideOverAllClear=function(){this.value&&this.value.length&&""!==this.inputElement.value||(this.overAllClear.style.display="none")},L.prototype.showOverAllClear=function(){(this.value&&this.value.length||""!==this.inputElement.value)&&this.showClearButton&&!0!==this.readonly?this.overAllClear.style.display="":this.overAllClear.style.display="none"},L.prototype.focusIn=function(){document.activeElement!==this.inputElement&&this.enabled&&this.inputElement.focus()},L.prototype.focusOut=function(){document.activeElement===this.inputElement&&this.enabled&&this.inputElement.blur()},L.prototype.showSpinner=function(){var t;k.isNullOrUndefined(this.spinnerElement)&&(t=this.filterParent&&this.filterParent.querySelector(".e-clear-icon.e-icons"),"none"!==this.overAllClear.style.display||t?this.spinnerElement=t||this.overAllClear:(this.spinnerElement=this.createElement("span",{className:de+" "+ve}),this.componentWrapper.appendChild(this.spinnerElement)),o.createSpinner({target:this.spinnerElement,width:k.Browser.isDevice?"16px":"14px"},this.createElement),k.addClass([this.spinnerElement],fe),o.showSpinner(this.spinnerElement))},L.prototype.hideSpinner=function(){k.isNullOrUndefined(this.spinnerElement)||(o.hideSpinner(this.spinnerElement),k.removeClass([this.spinnerElement],fe),this.spinnerElement.classList.contains(ve)?k.detach(this.spinnerElement):this.spinnerElement.innerHTML="",this.spinnerElement=null)},L.prototype.updateWrapperText=function(t,e){this.valueTemplate||!this.enableHtmlSanitizer?t.innerHTML=this.encodeHtmlEntities(e):t.innerText=e},L.prototype.updateDelimView=function(){if(this.delimiterWrapper&&this.hideDelimWrapper(),this.chipCollectionWrapper&&(this.chipCollectionWrapper.style.display="none"),k.isNullOrUndefined(this.viewWrapper)||(this.viewWrapper.style.display="",this.viewWrapper.style.width="",this.viewWrapper.classList.remove(Ce)),this.value&&this.value.length){var t="",e=void 0,i=void 0,s=1,l=void 0,n=void 0,a=0,o=void 0,r=(this.enableVirtualization||this.updateWrapperText(this.viewWrapper,t),{noRecordsTemplate:"No records found",actionFailureTemplate:"Request failed",overflowCountTemplate:"+${count} more..",totalCountTemplate:"${count} selected"}),h=new k.L10n(this.getLocaleName(),r,this.locale),r=(h=""===(h=""===h.getConstant("actionFailureTemplate")?new k.L10n("dropdowns",r,this.locale):h).getConstant("noRecordsTemplate")?new k.L10n("dropdowns",r,this.locale):h).getConstant("overflowCountTemplate"),h=h.getConstant("totalCountTemplate"),u=this.createElement("span",{className:"e-remain"}),p=r.replace("${count}",this.value.length.toString()),d=(u.innerText=p,this.viewWrapper.appendChild(u),this.renderReactTemplates(),u.offsetWidth);if(k.remove(u),this.showDropDownIcon&&(a=this.dropIcon.offsetWidth+parseInt(window.getComputedStyle(this.dropIcon).marginRight,10)),this.checkClearIconWidth(),!k.isNullOrUndefined(this.value)&&(this.allowCustomValue||this.listData&&0<this.listData.length))for(var c=0;!k.isNullOrUndefined(this.value[c]);c++){var m=this.text&&this.text.split(this.delimiterChar);if(this.enableVirtualization?m&&(t=(t+=0===c?"":this.delimiterChar+" ")+(e=m[c]),e=this.viewWrapper.innerHTML,this.updateWrapperText(this.viewWrapper,t)):(t=(t+=0===c?"":this.delimiterChar+" ")+(e=this.getOverflowVal(c)),e=this.viewWrapper.innerHTML,this.updateWrapperText(this.viewWrapper,t)),l=this.viewWrapper.offsetWidth+parseInt(window.getComputedStyle(this.viewWrapper).paddingRight,10),o=this.componentWrapper.offsetWidth-parseInt(window.getComputedStyle(this.componentWrapper).paddingLeft,10)-parseInt(window.getComputedStyle(this.componentWrapper).paddingRight,10),l+a+this.clearIconWidth>o){for(void 0!==i&&""!==i&&(e=i,c=s+1),this.updateWrapperText(this.viewWrapper,e),n=this.value.length-c,l=this.viewWrapper.offsetWidth+parseInt(window.getComputedStyle(this.viewWrapper).paddingRight,10);l+d+a+this.clearIconWidth>o&&0!==l&&""!==this.viewWrapper.innerHTML;)this.viewWrapper.innerHTML=[].join(this.delimiterChar),n=this.value.length,l=this.viewWrapper.offsetWidth+parseInt(window.getComputedStyle(this.viewWrapper).paddingRight,10);break}l+d+a+this.clearIconWidth<=o?(i=t,s=c):0===c&&(i="",s=-1)}0<n&&(p=o-a-this.clearIconWidth,this.viewWrapper.appendChild(this.updateRemainTemplate(u,this.viewWrapper,n,r,h,p)),this.updateRemainWidth(this.viewWrapper,p),this.updateRemainingText(u,a,n,r,h))}else k.isNullOrUndefined(this.viewWrapper)||(this.viewWrapper.innerHTML="",this.viewWrapper.style.display="none")},L.prototype.checkClearIconWidth=function(){this.showClearButton&&(this.clearIconWidth=this.overAllClear.offsetWidth)},L.prototype.updateRemainWidth=function(t,e){t.classList.contains(Ce)&&e<t.offsetWidth+parseInt(window.getComputedStyle(t).paddingLeft,10)+parseInt(window.getComputedStyle(t).paddingLeft,10)&&(t.style.width=e+"px")},L.prototype.updateRemainTemplate=function(t,e,i,s,l,n){e.firstChild&&3===e.firstChild.nodeType&&""===e.firstChild.nodeValue&&e.removeChild(e.firstChild),t.innerHTML="";s=s.replace("${count}",i.toString()),l=l.replace("${count}",i.toString());return t.innerText=e.firstChild&&3===e.firstChild.nodeType?s:l,e.firstChild&&3===e.firstChild.nodeType?e.classList.remove(Ce):(e.classList.add(Ce),this.updateRemainWidth(e,n)),t},L.prototype.updateRemainingText=function(t,e,i,s,l){var n=this.componentWrapper.offsetWidth-parseInt(window.getComputedStyle(this.componentWrapper).paddingLeft,10)-parseInt(window.getComputedStyle(this.componentWrapper).paddingRight,10),a=this.viewWrapper.offsetWidth+parseInt(window.getComputedStyle(this.viewWrapper).paddingRight,10);if(n<=a+e&&0!==a&&this.viewWrapper.firstChild&&3===this.viewWrapper.firstChild.nodeType){for(;n<a+e&&0!==a&&this.viewWrapper.firstChild&&3===this.viewWrapper.firstChild.nodeType;){var o=this.viewWrapper.firstChild.nodeValue.split(this.delimiterChar);o.pop(),this.viewWrapper.firstChild.nodeValue=o.join(this.delimiterChar),""===this.viewWrapper.firstChild.nodeValue&&this.viewWrapper.removeChild(this.viewWrapper.firstChild),i++,a=this.viewWrapper.offsetWidth}this.updateRemainTemplate(t,this.viewWrapper,i,s,l,n-e)}},L.prototype.getOverflowVal=function(t){var e,i,s;return this.mainData&&this.mainData.length?(i=this.allowObjectBinding?k.getValue(this.fields.value||"",this.value[t]):this.value[t],"CheckBox"===this.mode?(s=this.listData,this.listData=this.mainData,e=this.getTextByValue(i),this.listData=s):e=this.getTextByValue(i)):e=this.allowObjectBinding?k.getValue(this.fields.value||"",this.value[t]):this.value[t],e},L.prototype.unWireEvent=function(){var t;k.isNullOrUndefined(this.componentWrapper)||k.EventHandler.remove(this.componentWrapper,"mousedown",this.wrapperClick),k.EventHandler.remove(window,"resize",this.windowResize),k.isNullOrUndefined(this.inputElement)||(k.EventHandler.remove(this.inputElement,"focus",this.focusInHandler),k.EventHandler.remove(this.inputElement,"keydown",this.onKeyDown),"CheckBox"!==this.mode&&k.EventHandler.remove(this.inputElement,"input",this.onInput),k.EventHandler.remove(this.inputElement,"keyup",this.keyUp),(t=k.closest(this.inputElement,"form"))&&k.EventHandler.remove(t,"reset",this.resetValueHandler),k.EventHandler.remove(this.inputElement,"blur",this.onBlurHandler)),k.isNullOrUndefined(this.componentWrapper)||(k.EventHandler.remove(this.componentWrapper,"mouseover",this.mouseIn),k.EventHandler.remove(this.componentWrapper,"mouseout",this.mouseOut)),k.isNullOrUndefined(this.overAllClear)||k.EventHandler.remove(this.overAllClear,"mousedown",this.clearAll),k.isNullOrUndefined(this.inputElement)||k.EventHandler.remove(this.inputElement,"paste",this.pasteHandler)},L.prototype.selectAllItem=function(t,e,i){var s;if(k.isNullOrUndefined(this.list)||(s=this.list.querySelectorAll(t?'li.e-list-item:not([aria-selected="true"]):not(.e-reorder-hide):not(.e-disabled):not(.e-virtual-list)':'li.e-list-item[aria-selected="true"]:not(.e-reorder-hide):not(.e-disabled):not(.e-virtual-list)')),this.value&&this.value.length&&e&&e.target&&k.closest(e.target,".e-close-hooker")&&this.allowFiltering&&(s=this.mainList.querySelectorAll(t?'li.e-list-item:not([aria-selected="true"]):not(.e-reorder-hide):not(.e-disabled):not(.e-virtual-list)':'li.e-list-item[aria-selected="true"]:not(.e-reorder-hide):not(.e-disabled):not(.e-virtual-list)')),this.enableGroupCheckBox&&"CheckBox"===this.mode&&!k.isNullOrUndefined(this.fields.groupBy)){var l=e?this.groupTemplate?k.closest(e.target,".e-list-group-item"):e.target:null;if((l=(l=e&&32===e.keyCode?i:l)&&l.classList.contains("e-frame")?l.parentElement.parentElement:l)&&l.classList.contains("e-list-group-item")){var n,a=l.nextElementSibling;if(k.isNullOrUndefined(a))return;for(;a.classList.contains("e-list-item");)if(t?a.firstElementChild.lastElementChild.classList.contains("e-check")||(n=this.value&&this.value.length?this.value.length:0,a.classList.contains("e-active")&&--n,n<this.maximumSelectionLength&&this.updateListSelection(a,e)):a.firstElementChild.lastElementChild.classList.contains("e-check")&&this.updateListSelection(a,e),null==(a=a.nextElementSibling))break;l.classList.contains("e-list-group-item")&&((i=this.list.getElementsByClassName("e-item-focus")[0])&&i.classList.remove("e-item-focus"),t?l.classList.add("e-active"):l.classList.remove("e-active"),l.classList.add("e-item-focus"),this.updateAriaActiveDescendant()),this.textboxValueUpdate(),this.checkPlaceholderSize(),!this.changeOnBlur&&e&&this.updateValueState(e,this.value,this.tempValues)}else this.updateValue(e,s,t)}else this.updateValue(e,s,t);this.addValidInputClass()},L.prototype.virtualSelectionAll=function(t,e,i){var s=this,l=0,n=e.length,a=this.maximumSelectionLength;if(t){n=this.virtualSelectAllData&&0!=this.virtualSelectAllData.length?this.virtualSelectAllData.length:n,this.listData=this.virtualSelectAllData;var t=this.createListItems(this.virtualSelectAllData.slice(0,30),this.fields).querySelectorAll("li"),o=document.createDocumentFragment(),r=(t.forEach(function(t){o.appendChild(t.cloneNode(!0))}),e.forEach(function(t){o.appendChild(t.cloneNode(!0))}),o.childNodes);if(this.virtualSelectAllData instanceof Array){for(;l<n&&l<=50&&l<a;){if(this.isSelectAllTarget=n===l+1,r[l]){var h=this.allowObjectBinding?this.getDataByValue(r[l].getAttribute("data-value")):this.getFormattedValue(r[l].getAttribute("data-value"));if(!this.allowObjectBinding&&this.value&&0<=this.value.indexOf(h)||this.allowObjectBinding&&0<=this.indexOfObjectInArray(h,this.value)){l++;continue}this.updateListSelection(r[l],i,n-l)}else{h=k.getValue(this.fields.value||"",this.virtualSelectAllData[l]);if(h=this.allowObjectBinding?this.getDataByValue(h):h,!this.allowObjectBinding&&this.value&&0<=this.value.indexOf(h)||this.allowObjectBinding&&0<=this.indexOfObjectInArray(h,this.value)){l++;continue}this.value&&null!=h&&Array.isArray(this.value)&&(!this.allowObjectBinding&&this.value.indexOf(h)<0||this.allowObjectBinding&&!this.isObjectInArray(h,this.value))&&this.dispatchSelect(h,i,null,!1,n)}l++}50<n&&setTimeout(function(){var t;s.virtualSelectAllData&&0<s.virtualSelectAllData.length&&s.virtualSelectAllData.map(function(t){s.value&&null!=t[s.fields.value]&&Array.isArray(s.value)&&(!s.allowObjectBinding&&s.value.indexOf(t[s.fields.value])<0||s.allowObjectBinding&&!s.isObjectInArray(t[s.fields.value],s.value))&&s.dispatchSelect(t[s.fields.value],i,null,!1,n)}),s.updatedataValueItems(i),s.isSelectAllLoop=!1,s.changeOnBlur||(s.updateValueState(i,s.value,s.tempValues),s.isSelectAll=s.isSelectAll&&!s.isSelectAll),s.updateHiddenElement(),s.popupWrapper&&e[l-1]&&e[l-1].classList.contains("e-item-focus")&&(t=document.getElementsByClassName("e-selectall-parent")[0])&&t.classList.contains("e-item-focus")&&e[l-1].classList.remove("e-item-focus")},0)}}else this.virtualSelectAllData&&0<this.virtualSelectAllData.length&&this.virtualSelectAllData.map(function(t){s.virtualSelectAll=!0,s.removeValue(s.value[l],i,s.value.length-l)}),this.updatedataValueItems(i),this.changeOnBlur||(this.updateValueState(i,this.value,this.tempValues),this.isSelectAll=this.isSelectAll&&!this.isSelectAll),this.updateHiddenElement(),this.value=[],this.virtualSelectAll=!1,k.isNullOrUndefined(this.viewPortInfo.startIndex)||k.isNullOrUndefined(this.viewPortInfo.endIndex)||this.notify("setCurrentViewDataAsync",{component:this.getModuleName(),module:"VirtualScroll"});t=this.list.getElementsByClassName("e-virtual-ddl")[0],t&&(t.style=this.GetVirtualTrackHeight()),this.UpdateSkeleton(),t=this.list.getElementsByClassName("e-virtual-ddl-content")[0];t&&(t.style=this.getTransformValues())},L.prototype.updateValue=function(e,i,t){var s=this,l=i.length,n={event:e,items:t?i:[],itemData:t?this.listData:[],isInteracted:!!e,isChecked:t,preventSelectEvent:!1};if(this.trigger("beforeSelectAll",n),i&&i.length||this.enableVirtualization&&!t){var a=0,o=0,o=this.enableGroupCheckBox?t?this.maximumSelectionLength-(this.value?this.value.length:0):i.length:t?this.maximumSelectionLength-(this.value?this.value.length:0):this.maximumSelectionLength;if(n.preventSelectEvent){for(var r=0;r<i.length&&r<o;r++){this.removeHover();var h=i[r].getAttribute("data-value"),h=this.getFormattedValue(h),h=this.allowObjectBinding?this.getDataByValue(h):h,u=this.mainList?this.mainList.querySelectorAll(t?'li.e-list-item:not([aria-selected="true"]):not(.e-reorder-hide)':'li.e-list-item[aria-selected="true"]:not(.e-reorder-hide)')[r]:null;t?(this.value=this.value||[],(!this.allowObjectBinding&&this.value.indexOf(h)<0||this.allowObjectBinding&&!this.isObjectInArray(h,this.value))&&this.setProperties({value:[].concat([],this.value,[h])},!0),this.removeFocus(),this.addListSelection(i[r],u),this.updateChipStatus(),this.checkMaxSelection()):this.removeAllItems(h,e,!1,i[r],u),this.enableGroupCheckBox&&this.findGroupStart(i[r])}t||(this.value&&this.value.length?this.value.length:0)<this.maximumSelectionLength&&(p=this.list.querySelectorAll("li."+y.li+":not(.e-active)"),k.removeClass(p,"e-disable"));var p={event:e,items:t?i:[],itemData:t?this.listData:[],isInteracted:!!e,isChecked:t};this.trigger("selectedAll",p)}else if(this.enableVirtualization)this.virtualSelectAll=!0,this.virtualSelectAllState=t,this.CurrentEvent=e,this.virtualSelectAllData||this.resetList(this.dataSource,this.fields,new m.Query),this.virtualSelectAllData&&this.virtualSelectionAll(t,i,e);else{for(;a<l&&a<=50&&a<o;)this.isSelectAllTarget=l===a+1,this.updateListSelection(i[a],e,l-a),this.enableGroupCheckBox&&this.findGroupStart(i[a]),a++;50<l&&setTimeout(function(){for(;a<l&&a<o;)s.isSelectAllTarget=l===a+1,s.updateListSelection(i[a],e,l-a),s.enableGroupCheckBox&&s.findGroupStart(i[a]),a++;var t;s.updatedataValueItems(e),s.changeOnBlur||(s.updateValueState(e,s.value,s.tempValues),s.isSelectAll=s.isSelectAll&&!s.isSelectAll),s.updateHiddenElement(),s.popupWrapper&&i[a-1].classList.contains("e-item-focus")&&(t=document.getElementsByClassName("e-selectall-parent")[0])&&t.classList.contains("e-item-focus")&&i[a-1].classList.remove("e-item-focus")},0)}}this.updatedataValueItems(e),this.checkPlaceholderSize(),l<=50&&!n.preventSelectEvent&&(this.changeOnBlur||(this.updateValueState(e,this.value,this.tempValues),this.isSelectAll=this.isSelectAll&&!this.isSelectAll),this.enableVirtualization&&this.value&&0<this.value.length||!this.enableVirtualization)&&this.updateHiddenElement()},L.prototype.updateHiddenElement=function(){var i=this,s="",l="",n="",a=[];"CheckBox"===this.mode&&(this.value.map(function(t,e){s+='<option selected value ="'+t+'">'+e+"</option>",n=i.listData?i.getTextByValue(t):t,l+=n+i.delimiterChar+" ",a.push(n)}),this.hiddenElement.innerHTML=s,this.updateWrapperText(this.delimiterWrapper,l),this.delimiterWrapper.setAttribute("id",k.getUniqueID("delim_val")),this.inputElement.setAttribute("aria-describedby",this.delimiterWrapper.id),this.setProperties({text:a.toString()},!0),this.refreshInputHight(),this.refreshPlaceHolder())},L.prototype.updatedataValueItems=function(t){this.deselectHeader(),this.textboxValueUpdate(t)},L.prototype.textboxValueUpdate=function(t){var e=t&&t.target&&(k.closest(t.target,".e-selectall-parent")||k.closest(t.target,".e-close-hooker"));"Box"===this.mode||this.isPopupOpen()||"CheckBox"===this.mode&&(this.isSelectAll||e)?this.searchWrapper.classList.remove(pe):this.updateDelimView(),"CheckBox"===this.mode?(this.updateDelimView(),e||this.isSelectAll||!this.isSelectAllTarget||this.updateDelimeter(this.delimiterChar,t),this.refreshInputHight()):this.updateDelimeter(this.delimiterChar,t),this.refreshPlaceHolder()},L.prototype.setZIndex=function(){this.popupObj&&this.popupObj.setProperties({zIndex:this.zIndex})},L.prototype.updateDataSource=function(t){k.isNullOrUndefined(this.list)?this.renderPopup():this.resetList(this.dataSource),this.value&&this.value.length&&(this.setProperties({value:this.value}),this.refreshSelection())},L.prototype.onLoadSelect=function(){this.setDynValue=!0,this.renderPopup()},L.prototype.selectAllItems=function(e,i){var t,s=this;k.isNullOrUndefined(this.list)?(this.selectAllAction=function(){var t;"CheckBox"===s.mode&&s.showSelectAll&&(t={module:"CheckBoxSelection",enable:"CheckBox"===s.mode,value:e?"check":"uncheck"},s.notify("checkSelectAll",t)),s.selectAllItem(e,i),s.selectAllAction=null},D.prototype.render.call(this)):(this.selectAllAction=null,"CheckBox"===this.mode&&this.showSelectAll&&(t={value:e?"check":"uncheck",enable:"CheckBox"===this.mode,module:"CheckBoxSelection"},this.notify("checkSelectAll",t)),this.selectAllItem(e,i)),this.dataSource instanceof m.DataManager&&!(this.dataSource instanceof m.DataManager&&this.virtualSelectAllData)||(this.virtualSelectAll=!1)},L.prototype.getPersistData=function(){return this.addOnPersist(["value"])},L.prototype.onPropertyChanged=function(t,e){(t.dataSource&&!k.isNullOrUndefined(Object.keys(t.dataSource))||t.query&&!k.isNullOrUndefined(Object.keys(t.query)))&&(this.resetFilteredData&&(this.resetMainList=this.resetMainList||this.mainList,this.resetFilteredData=!1),this.mainList=null,this.mainData=null,this.isFirstClick=!1,this.isDynamicDataChange=!0),"multiselect"===this.getModuleName()&&(this.filterAction=!1,this.setUpdateInitial(["fields","query","dataSource"],t));for(var i=0,s=Object.keys(t);i<s.length;i++){var l=s[i];switch(l){case"query":case"dataSource":"CheckBox"===this.mode&&this.showSelectAll&&(k.isNullOrUndefined(this.popupObj)||(this.popupObj.destroy(),this.popupObj=null),this.renderPopup());break;case"htmlAttributes":this.updateHTMLAttribute();break;case"showClearButton":this.updateClearButton(t.showClearButton);break;case"text":this.fields.disabled&&(this.text=this.text&&!this.isDisabledItemByIndex(this.getIndexByValue(this.getValueByText(this.text)))?this.text:null),this.updateVal(this.value,this.value,"text");break;case"value":this.fields.disabled&&this.removeDisabledItemsValue(this.value),this.updateVal(this.value,e.value,"value"),this.addValidInputClass(),!this.closePopupOnSelect&&this.isPopupOpen()&&this.refreshPopup(),this.preventChange=this.isAngular&&this.preventChange?!this.preventChange:this.preventChange;break;case"width":this.setWidth(t.width),this.popupObj.setProperties({width:this.calcPopupWidth()});break;case"placeholder":this.refreshPlaceHolder();break;case"filterBarPlaceholder":this.allowFiltering&&this.notify("filterBarPlaceholder",{filterBarPlaceholder:t.filterBarPlaceholder});break;case"delimiterChar":"Box"!==this.mode&&this.updateDelimView(),this.updateData(t.delimiterChar);break;case"cssClass":this.updateOldPropCssClass(e.cssClass),this.updateCssClass(),this.calculateWidth();break;case"enableRtl":this.enableRTL(t.enableRtl),D.prototype.onPropertyChanged.call(this,t,e);break;case"readonly":this.updateReadonly(t.readonly),this.hidePopup();break;case"enabled":this.hidePopup(),this.enable(t.enabled);break;case"showSelectAll":this.popupObj&&(this.popupObj.destroy(),this.popupObj=null),this.renderPopup();break;case"showDropDownIcon":this.dropDownIcon();break;case"floatLabelType":this.setFloatLabelType(),this.addValidInputClass(),h.Input.createSpanElement(this.overAllWrapper,this.createElement),this.calculateWidth(),k.isNullOrUndefined(this.overAllWrapper)||k.isNullOrUndefined(this.overAllWrapper.getElementsByClassName("e-ddl-icon")[0]&&this.overAllWrapper.getElementsByClassName("e-float-text-content")[0]&&"Never"!==this.floatLabelType)||this.overAllWrapper.getElementsByClassName("e-float-text-content")[0].classList.add("e-icon");break;case"enableSelectionOrder":break;case"selectAllText":this.notify("selectAllText",!1);break;case"popupHeight":this.popupObj&&(n=parseInt(this.popupHeight,10),"auto"!==this.popupHeight?(this.list.style.maxHeight=k.formatUnit(n),this.popupWrapper.style.maxHeight=k.formatUnit(this.popupHeight)):this.list.style.maxHeight=k.formatUnit(this.popupHeight));break;case"headerTemplate":case"footerTemplate":this.reInitializePoup();break;case"allowFiltering":"CheckBox"===this.mode&&this.popupObj&&this.reInitializePoup(),this.updateSelectElementData(this.allowFiltering);break;case"fields":k.isNullOrUndefined(this.fields.groupBy)&&this.removeScrollEvent();break;default:var n=this.getPropObject(l,t,e);D.prototype.onPropertyChanged.call(this,n.newProperty,n.oldProperty)}}},L.prototype.reInitializePoup=function(){this.popupObj&&(this.popupObj.destroy(),this.popupObj=null),this.renderPopup()},L.prototype.totalItemsCount=function(){var t;if(this.dataSource instanceof m.DataManager?0<=this.remoteDataCount?t=this.totalItemCount=this.dataCount=this.remoteDataCount:this.resetList(this.dataSource):t=this.dataSource&&this.dataSource.length?this.dataSource.length:0,"CheckBox"===this.mode)this.totalItemCount=0!=t?t:this.totalItemCount;else if(this.hideSelectedItem){if(this.totalItemCount=0!=t&&this.value?t-this.value.length:this.totalItemCount,this.allowCustomValue&&this.virtualCustomSelectData&&0<this.virtualCustomSelectData.length)for(var e=0;e<this.virtualCustomSelectData.length;e++)for(var i=0;i<this.value.length;i++)(this.allowObjectBinding?k.getValue(this.fields.value||"",this.value[i]):this.value[i])===k.getValue(this.fields.value||"",this.virtualCustomSelectData[e])&&(this.totalItemCount+=1)}else this.totalItemCount=0!=t?t:this.totalItemCount,this.allowCustomValue&&this.virtualCustomSelectData&&0<this.virtualCustomSelectData.length&&(this.totalItemCount+=this.virtualCustomSelectData.length)},L.prototype.presentItemValue=function(t){for(var e=[],i=0;i<this.value.length;i++){var s=this.allowObjectBinding?k.getValue(this.fields.value||"",this.value[i]):this.value[i];this.findListElement(this.allowFiltering&&!k.isNullOrUndefined(this.mainList)?this.mainList:t,"li","data-value",s)||(s=this.allowObjectBinding?this.getDataByValue(this.value[i]):this.value[i],e.push(s))}return e},L.prototype.addNonPresentItems=function(t,e,i,s){var l=this;this.dataSource.executeQuery(this.getForQuery(t)).then(function(t){0<t.result.length&&l.addItem(t.result,i.length),l.updateActionList(e,i,s)})},L.prototype.updateVal=function(t,e,i){var s;this.list&&(!(this.dataSource instanceof m.DataManager)||this.listData&&this.mainList&&this.mainData)?(s=[],k.isNullOrUndefined(this.value)||this.allowCustomValue||(s=this.presentItemValue(this.ulElement)),"value"==i&&0<s.length&&this.dataSource instanceof m.DataManager&&!k.isNullOrUndefined(this.value)&&null!=this.listData&&!this.enableVirtualization?(this.mainData=null,this.setDynValue=!0,this.addNonPresentItems(s,this.ulElement,this.listData)):("text"===i&&(this.initialTextUpdate(),t=this.value),!k.isNullOrUndefined(this.value)&&0!==this.value.length||(this.tempValues=e),this.allowCustomValue&&("Default"===this.mode||"Box"===this.mode)&&this.isReact&&this.inputFocus&&this.isPopupOpen()&&this.mainData!==this.listData&&(s=this.mainList.cloneNode?this.mainList.cloneNode(!0):this.mainList,this.onActionComplete(s,this.mainData)),this.enableVirtualization&&(!this.enableVirtualization||this.dataSource instanceof m.DataManager)||this.initialValueUpdate(),"Box"===this.mode||this.inputFocus||this.updateDelimView(),this.inputFocus||this.refreshInputHight(),this.refreshPlaceHolder(),"CheckBox"!==this.mode&&this.changeOnBlur&&this.updateValueState(null,t,e),this.checkPlaceholderSize())):this.onLoadSelect(),this.changeOnBlur||this.updateValueState(null,t,e)},L.prototype.addItem=function(t,e){D.prototype.addItem.call(this,t,e)},L.prototype.hidePopup=function(t){var e,i=this;this.isPopupOpen()&&(e={name:"FadeOut",duration:100,delay:100},this.customFilterQuery=null,e={popup:this.popupObj,cancel:!1,animation:e,event:t||null},this.trigger("close",e,function(t){var e;t.cancel||(i.fields.groupBy&&"CheckBox"!==i.mode&&i.fixedHeaderElement&&(k.remove(i.fixedHeaderElement),i.fixedHeaderElement=null),i.beforePopupOpen=!1,i.overAllWrapper.classList.remove(ye),e="CheckBox"==i.mode?i.targetElement():null,i.popupObj.hide(new k.Animation(t.animation)),k.attributes(i.inputElement,{"aria-expanded":"false"}),i.inputElement.removeAttribute("aria-owns"),i.inputElement.removeAttribute("aria-activedescendant"),i.allowFiltering&&i.notify("inputFocus",{module:"CheckBoxSelection",enable:"CheckBox"===i.mode,value:"clear"}),i.popupObj.hide(),k.removeClass([document.body,i.popupObj.element],"e-popup-full-page"),k.EventHandler.remove(i.list,"keydown",i.onKeyDown),"CheckBox"===i.mode&&i.showSelectAll&&k.EventHandler.remove(i.popupObj.element,"click",i.clickHandler),t=void(i.enableVirtualization&&"CheckBox"===i.mode&&i.value&&0<i.value.length&&i.enableSelectionOrder&&(i.viewPortInfo.startIndex=i.virtualItemStartIndex=0,i.viewPortInfo.endIndex=i.virtualItemEndIndex=0<i.viewPortInfo.startIndex?i.viewPortInfo.endIndex:i.itemCount,i.virtualListInfo=i.viewPortInfo,i.previousStartIndex=0,i.previousEndIndex=0)),i.dataSource instanceof m.DataManager?0<=i.remoteDataCount?i.totalItemCount=i.dataCount=i.remoteDataCount:i.resetList(i.dataSource):t=i.dataSource&&i.dataSource.length?i.dataSource.length:0,i.enableVirtualization&&(i.allowFiltering||i.allowCustomValue)&&(i.targetElement()||e)&&i.totalItemCount!==t&&(i.updateInitialData(),i.checkAndResetCache()),i.virtualCustomData&&i.viewPortInfo&&0===i.viewPortInfo.startIndex&&i.viewPortInfo.endIndex===i.itemCount&&i.renderItems(i.mainData,i.fields),i.virtualCustomData=null,i.isVirtualTrackHeight=!1)}))},L.prototype.showPopup=function(n){var a=this;this.enabled&&(this.firstItem=this.dataSource&&0<this.dataSource.length?this.dataSource[0]:null,this.trigger("beforeOpen",{cancel:!1},function(t){if(!t.cancel)if(a.ulElement){"CheckBox"===a.mode&&k.Browser.isDevice&&a.allowFiltering&&a.notify("popupFullScreen",{module:"CheckBoxSelection",enable:"CheckBox"===a.mode});var t=a.ulElement.querySelectorAll("li.e-list-item").length,e=a.ulElement.querySelectorAll("li."+y.li+"."+N).length;if(0<t&&t===e&&e===a.mainData.length&&(""===a.targetElement()||!a.allowCustomValue))a.beforePopupOpen=!1;else{if(a.onPopupShown(n),a.enableVirtualization&&a.listData&&a.listData.length&&(k.isNullOrUndefined(a.value)||"dropdownlist"!==a.getModuleName()&&"combobox"!==a.getModuleName()||a.removeHover(),a.beforePopupOpen||(a.hideSelectedItem&&a.value&&Array.isArray(a.value)&&0<a.value.length&&a.totalItemsCount(),a.preventSetCurrentData)||k.isNullOrUndefined(a.viewPortInfo.startIndex)||k.isNullOrUndefined(a.viewPortInfo.endIndex)||a.notify("setCurrentViewDataAsync",{component:a.getModuleName(),module:"VirtualScroll"})),a.enableVirtualization&&!a.allowFiltering&&null!=a.selectedValueInfo&&0<a.selectedValueInfo.startIndex&&null!=a.value&&a.notify("dataProcessAsync",{module:"VirtualScroll",isOpen:!0}),a.enableVirtualization)a.updatevirtualizationList();else if(a.value&&a.value.length){a.getItems();for(var i=0,s=a.value;i<s.length;i++){var l=s[i],l=a.allowObjectBinding?k.getValue(a.fields.value||"",l):l;(l=a.getElementByValue(l))&&a.addListSelection(l)}}a.preventSetCurrentData=!0}}else a.beforePopupOpen=!0,"CheckBox"===a.mode&&k.Browser.isDevice&&a.allowFiltering&&a.notify("popupFullScreen",{module:"CheckBoxSelection",enable:"CheckBox"===a.mode}),D.prototype.render.call(a,n)}))},L.prototype.selectAll=function(t){this.isSelectAll=!0,this.selectAllItems(t)},L.prototype.getModuleName=function(){return"multiselect"},L.prototype.clear=function(){var t=this;this.selectAll(!1),this.value&&this.value.length?setTimeout(function(){t.setProperties({value:null},!0)},0):this.setProperties({value:null},!0)},L.prototype.render=function(){k.isNullOrUndefined(this.value)||(this.value=this.value.slice()),this.setDynValue=this.initStatus=!1,this.isSelectAll=!1,this.selectAllEventEle=[],this.searchWrapper=this.createElement("span",{className:"e-searcher "+("Box"===this.mode?"e-multiselect-box":"")}),this.viewWrapper=this.createElement("span",{className:"e-delim-view "+ce,styles:"display:none;"}),this.overAllClear=this.createElement("span",{className:de,styles:"display:none;"}),this.componentWrapper=this.createElement("div",{className:"e-multi-select-wrapper"}),this.overAllWrapper=this.createElement("div",{className:"e-multiselect e-input-group e-control-wrapper"}),"CheckBox"===this.mode&&k.addClass([this.overAllWrapper],"e-checkbox"),k.Browser.isDevice&&this.componentWrapper.classList.add("e-mob-wrapper"),this.setWidth(this.width),this.overAllWrapper.appendChild(this.componentWrapper),this.popupWrapper=this.createElement("div",{id:this.element.id+"_popup",className:"e-ddl e-popup e-multi-select-list-wrapper"}),this.popupWrapper.setAttribute("aria-label",this.element.id),this.popupWrapper.setAttribute("role","dialog"),"Delimiter"===this.mode||"CheckBox"===this.mode?(this.delimiterWrapper=this.createElement("span",{className:ce,styles:"display:none"}),this.componentWrapper.appendChild(this.delimiterWrapper)):(this.chipCollectionWrapper=this.createElement("span",{className:"e-chips-collection",styles:"display:none"}),"Default"===this.mode?this.chipCollectionWrapper.setAttribute("id",k.getUniqueID("chip_default")):"Box"===this.mode&&this.chipCollectionWrapper.setAttribute("id",k.getUniqueID("chip_box")),this.componentWrapper.appendChild(this.chipCollectionWrapper)),"Box"!==this.mode&&this.componentWrapper.appendChild(this.viewWrapper),this.componentWrapper.appendChild(this.searchWrapper),this.showClearButton&&!k.Browser.isDevice?this.componentWrapper.appendChild(this.overAllClear):this.componentWrapper.classList.add(me),this.dropDownIcon(),this.inputElement=this.createElement("input",{className:"e-dropdownbase",attrs:{spellcheck:"false",type:"text",autocomplete:"off",tabindex:"0",role:"combobox"}}),"Default"!==this.mode&&"Box"!==this.mode||this.inputElement.setAttribute("aria-describedby",this.chipCollectionWrapper.id),k.isNullOrUndefined(this.inputElement)||k.attributes(this.inputElement,{"aria-expanded":"false","aria-label":this.getModuleName()}),this.element.tagName!==this.getNgDirective()&&(this.element.style.display="none"),this.element.tagName===this.getNgDirective()?(this.element.appendChild(this.overAllWrapper),this.searchWrapper.appendChild(this.inputElement)):(this.element.parentElement.insertBefore(this.overAllWrapper,this.element),this.searchWrapper.appendChild(this.inputElement),this.searchWrapper.appendChild(this.element),this.element.removeAttribute("tabindex")),"Never"!==this.floatLabelType?Yt(this.overAllWrapper,this.searchWrapper,this.element,this.inputElement,this.value,this.floatLabelType,this.placeholder):"Never"===this.floatLabelType&&this.refreshPlaceHolder(),this.addValidInputClass(),this.element.style.opacity="";var t=this.element.getAttribute("id")?this.element.getAttribute("id"):k.getUniqueID("ej2_dropdownlist");this.element.id=t,this.hiddenElement=this.createElement("select",{attrs:{"aria-hidden":"true",class:"e-multi-hidden",tabindex:"-1",multiple:""}}),this.componentWrapper.appendChild(this.hiddenElement),this.validationAttribute(this.element,this.hiddenElement),"CheckBox"!==this.mode&&this.hideOverAllClear(),!k.isNullOrUndefined(k.closest(this.element,"fieldset"))&&k.closest(this.element,"fieldset").disabled&&(this.enabled=!1),this.wireEvent(),this.enable(this.enabled),this.enableRTL(this.enableRtl),this.enableVirtualization&&this.updateVirtualizationProperties(this.itemCount,this.allowFiltering,"CheckBox"===this.mode),this.listItemHeight=this.getListHeight(),this.getSkeletonCount(),this.viewPortInfo.startIndex=this.virtualItemStartIndex=0,this.viewPortInfo.endIndex=this.virtualItemEndIndex=0<this.viewPortInfo.startIndex?this.viewPortInfo.endIndex:this.itemCount,this.checkInitialValue(),this.element.hasAttribute("data-val")&&this.element.setAttribute("data-val","false"),h.Input.createSpanElement(this.overAllWrapper,this.createElement),this.calculateWidth(),k.isNullOrUndefined(this.overAllWrapper)||k.isNullOrUndefined(this.overAllWrapper.getElementsByClassName("e-ddl-icon")[0]&&this.overAllWrapper.getElementsByClassName("e-float-text-content")[0]&&"Never"!==this.floatLabelType)||this.overAllWrapper.getElementsByClassName("e-float-text-content")[0].classList.add("e-icon"),this.renderComplete()},L.prototype.getListHeight=function(){var t=this.createElement("div",{className:"e-dropdownbase"}),e=this.createElement("li",{className:"e-list-item"}),i=k.formatUnit(this.popupHeight),i=(t.style.height=parseInt(i,10).toString()+"px",t.appendChild(e),document.body.appendChild(t),this.virtualListHeight=t.getBoundingClientRect().height,Math.ceil(e.getBoundingClientRect().height));return t.remove(),i},L.prototype.removeDisabledItemsValue=function(t){if(t){for(var e=[],i=0,s=0;s<t.length;s++){var l=t[s];null==(l="object"==typeof l?JSON.parse(JSON.stringify(l))[this.fields.value]:l)||this.isDisabledItemByIndex(this.getIndexByValue(l))||(e[i++]=t[s])}this.value=0<e.length?e:null}},L.prototype.checkInitialValue=function(){var e,i=this,t=(this.fields.disabled&&this.removeDisabledItemsValue(this.value),this.dataSource instanceof Array?0<this.dataSource.length:!k.isNullOrUndefined(this.dataSource));if((!this.value||!this.value.length)&&k.isNullOrUndefined(this.text)&&!t&&"SELECT"===this.element.tagName&&0<this.element.options.length){for(var s=this.element.options,l=[],n="",a=0,o=s.length;a<o;a++){var r=s[a];k.isNullOrUndefined(r.getAttribute("selected"))||(r.getAttribute("value")?(d=this.allowObjectBinding?this.getDataByValue(r.getAttribute("value")):r.getAttribute("value"),l.push(d)):n+=r.text+this.delimiterChar)}0<l.length?this.setProperties({value:l},!0):""!==n&&this.setProperties({text:n},!0),(0<l.length||""!==n)&&(this.refreshInputHight(),this.refreshPlaceHolder())}if(!(this.value&&this.value.length||!k.isNullOrUndefined(this.text))||this.list||D.prototype.render.call(this),this.fields.disabled&&(this.text=this.text&&!this.isDisabledItemByIndex(this.getIndexByValue(this.getValueByText(this.text)))?this.text:null),k.isNullOrUndefined(this.text)||!k.isNullOrUndefined(this.value)&&0!==this.value.length||this.initialTextUpdate(),this.value&&this.value.length){if(this.enableVirtualization){for(var h=this.fields.value||"",u=void 0,p=0;p<this.value.length;p++)var d=this.allowObjectBinding?k.getValue(this.fields.value||"",this.value[p]):this.value[p],u=0===p?new m.Predicate(h,"equal",d):u.or(h,"equal",d);this.dataSource instanceof m.DataManager?this.dataSource.executeQuery((new m.Query).where(u)).then(function(t){0<t.result.length&&(e=t.result,i.initStatus=!1,i.initialValueUpdate(e,!0),i.initialUpdate(),i.initStatus=!0)}):e=new m.DataManager(this.dataSource).executeLocal((new m.Query).where(u))}this.dataSource instanceof m.DataManager?this.setInitialValue=function(){i.initStatus=!1,i.enableVirtualization&&(!i.enableVirtualization||i.dataSource instanceof m.DataManager)||i.initialValueUpdate(e),i.initialUpdate(),i.setInitialValue=null,i.initStatus=!0}:(this.initialValueUpdate(e),this.initialUpdate()),this.updateTempValue()}else this.initialUpdate();this.initStatus=!0,this.checkAutoFocus(),k.isNullOrUndefined(this.text)||this.element.setAttribute("data-initial-value",this.text)},L.prototype.checkAutoFocus=function(){this.element.hasAttribute("autofocus")&&this.inputElement.focus()},L.prototype.updatevirtualizationList=function(){if(this.value&&this.value.length){this.getItems();for(var t,e,i=0,s=this.value;i<s.length;i++){var l=s[i],l=this.allowObjectBinding?k.getValue(this.fields.value||"",l):l;(l=this.getElementByValue(l))&&this.addListSelection(l)}this.enableVirtualization&&this.hideSelectedItem&&(e=this.list.querySelectorAll("li."+y.li+":not(."+N+"):not(.e-reorder-hide):not(.e-virtual-list)")).length&&(t=0<this.virtualListHeight?Math.floor(this.virtualListHeight/this.listItemHeight):0,e.length<t+2)&&(e=(e=this.getForQuery(this.value).clone()).skip(this.viewPortInfo.startIndex),this.resetList(this.dataSource,this.fields,e))}},L.prototype.setFloatLabelType=function(){Zt(this.overAllWrapper,this.componentWrapper,this.searchWrapper,this.inputElement,this.value,this.floatLabelType,this.placeholder),"Never"!==this.floatLabelType&&Yt(this.overAllWrapper,this.searchWrapper,this.element,this.inputElement,this.value,this.floatLabelType,this.placeholder)},L.prototype.addValidInputClass=function(){k.isNullOrUndefined(this.overAllWrapper)||(!k.isNullOrUndefined(this.value)&&this.value.length||"Always"===this.floatLabelType?k.addClass([this.overAllWrapper],"e-valid-input"):k.removeClass([this.overAllWrapper],"e-valid-input"))},L.prototype.dropDownIcon=function(){this.showDropDownIcon?(this.dropIcon=this.createElement("span",{className:ge}),this.componentWrapper.appendChild(this.dropIcon),k.addClass([this.componentWrapper],["e-down-icon"])):k.isNullOrUndefined(this.dropIcon)||(this.dropIcon.parentElement.removeChild(this.dropIcon),k.removeClass([this.componentWrapper],["e-down-icon"]))},L.prototype.initialUpdate=function(){"Box"===this.mode||this.setDynValue&&"Default"===this.mode&&this.inputFocus||this.updateDelimView(),this.viewPortInfo.startIndex=this.virtualItemStartIndex=0,this.viewPortInfo.endIndex=this.virtualItemEndIndex=this.itemCount,this.updateCssClass(),this.updateHTMLAttribute(),this.updateReadonly(this.readonly),this.refreshInputHight(),this.checkPlaceholderSize()},L.prototype.disableItem=function(t){if(this.fields.disabled){this.list||this.renderList();var e,i,s=-1;if(this.liCollections&&0<this.liCollections.length&&this.listData&&this.fields.disabled){if("string"==typeof t)s=this.getIndexByValue(t);else if("object"==typeof t){if(t instanceof HTMLLIElement){for(var l=0;l<this.liCollections.length;l++)if(this.liCollections[l]===t){s=this.getIndexByValue(t.getAttribute("data-value"));break}}else for(var n=JSON.parse(JSON.stringify(t))[this.fields.value],l=0;l<this.listData.length;l++)if(JSON.parse(JSON.stringify(this.listData[l]))[this.fields.value]===n){s=this.getIndexByValue(n);break}}else s=t;s<this.liCollections.length&&-1<s&&!JSON.parse(JSON.stringify(this.listData[s]))[this.fields.disabled]&&(e=this.liCollections[s])&&(this.disableListItem(e),(i=JSON.parse(JSON.stringify(this.listData[s])))[this.fields.disabled]=!0,this.listData[s]=i,e.classList.contains(y.focus)&&this.removeFocus(),e.classList.contains(N)||e.classList.contains(y.selected))&&(i=this.value,this.removeDisabledItemsValue(this.value),this.updateVal(this.value,i,"value"))}}},L.prototype.destroy=function(){this.isReact&&this.clearTemplate(),this.popupObj&&this.popupObj.hide(),this.notify("destroy",{}),this.unwireListEvents(),this.unWireEvent(),this.list=null,this.popupObj=null,this.mainList=null,this.mainData=null,this.filterParent=null,this.ulElement=null,this.mainListCollection=null,D.prototype.destroy.call(this);var t=["readonly","aria-disabled","placeholder","aria-label","aria-expanded"],e=t.length;if(!k.isNullOrUndefined(this.inputElement))for(;0<e;)this.inputElement.removeAttribute(t[e-1]),e--;k.isNullOrUndefined(this.element)||(this.element.removeAttribute("data-initial-value"),this.element.style.display="block"),this.overAllWrapper&&this.overAllWrapper.parentElement&&(this.overAllWrapper.parentElement.tagName!==this.getNgDirective()&&this.overAllWrapper.parentElement.insertBefore(this.element,this.overAllWrapper),k.remove(this.overAllWrapper)),this.componentWrapper=null,this.overAllClear=null,this.overAllWrapper=null,this.hiddenElement=null,this.searchWrapper=null,this.viewWrapper=null,this.chipCollectionWrapper=null,this.targetInputElement=null,this.popupWrapper=null,this.inputElement=null,this.delimiterWrapper=null,this.popupObj=null,this.popupWrapper=null,this.liCollections=null,this.header=null,this.mainList=null,this.mainListCollection=null,this.footer=null,this.selectAllEventEle=null},O([k.Complex({text:null,value:null,iconCss:null,groupBy:null,disabled:null},tt)],L.prototype,"fields",void 0),O([k.Property(!1)],L.prototype,"enablePersistence",void 0),O([k.Property(null)],L.prototype,"groupTemplate",void 0),O([k.Property("No records found")],L.prototype,"noRecordsTemplate",void 0),O([k.Property("Request failed")],L.prototype,"actionFailureTemplate",void 0),O([k.Property("None")],L.prototype,"sortOrder",void 0),O([k.Property(!0)],L.prototype,"enabled",void 0),O([k.Property(!0)],L.prototype,"enableHtmlSanitizer",void 0),O([k.Property(!1)],L.prototype,"enableVirtualization",void 0),O([k.Property([])],L.prototype,"dataSource",void 0),O([k.Property(null)],L.prototype,"query",void 0),O([k.Property("StartsWith")],L.prototype,"filterType",void 0),O([k.Property(1e3)],L.prototype,"zIndex",void 0),O([k.Property(!1)],L.prototype,"ignoreAccent",void 0),O([k.Property()],L.prototype,"locale",void 0),O([k.Property(!1)],L.prototype,"enableGroupCheckBox",void 0),O([k.Property(null)],L.prototype,"cssClass",void 0),O([k.Property("100%")],L.prototype,"width",void 0),O([k.Property("300px")],L.prototype,"popupHeight",void 0),O([k.Property("100%")],L.prototype,"popupWidth",void 0),O([k.Property(null)],L.prototype,"placeholder",void 0),O([k.Property(null)],L.prototype,"filterBarPlaceholder",void 0),O([k.Property({})],L.prototype,"htmlAttributes",void 0),O([k.Property(null)],L.prototype,"valueTemplate",void 0),O([k.Property(null)],L.prototype,"headerTemplate",void 0),O([k.Property(null)],L.prototype,"footerTemplate",void 0),O([k.Property(null)],L.prototype,"itemTemplate",void 0),O([k.Property(null)],L.prototype,"allowFiltering",void 0),O([k.Property(!0)],L.prototype,"changeOnBlur",void 0),O([k.Property(!1)],L.prototype,"allowCustomValue",void 0),O([k.Property(!0)],L.prototype,"showClearButton",void 0),O([k.Property(1e3)],L.prototype,"maximumSelectionLength",void 0),O([k.Property(!1)],L.prototype,"readonly",void 0),O([k.Property(null)],L.prototype,"text",void 0),O([k.Property(null)],L.prototype,"value",void 0),O([k.Property(!1)],L.prototype,"allowObjectBinding",void 0),O([k.Property(!0)],L.prototype,"hideSelectedItem",void 0),O([k.Property(!0)],L.prototype,"closePopupOnSelect",void 0),O([k.Property("Default")],L.prototype,"mode",void 0),O([k.Property(",")],L.prototype,"delimiterChar",void 0),O([k.Property(!0)],L.prototype,"ignoreCase",void 0),O([k.Property(!1)],L.prototype,"showDropDownIcon",void 0),O([k.Property("Never")],L.prototype,"floatLabelType",void 0),O([k.Property(!1)],L.prototype,"showSelectAll",void 0),O([k.Property("Select All")],L.prototype,"selectAllText",void 0),O([k.Property("Unselect All")],L.prototype,"unSelectAllText",void 0),O([k.Property(!0)],L.prototype,"enableSelectionOrder",void 0),O([k.Property(!0)],L.prototype,"openOnClick",void 0),O([k.Property(!1)],L.prototype,"addTagOnBlur",void 0),O([k.Event()],L.prototype,"change",void 0),O([k.Event()],L.prototype,"removing",void 0),O([k.Event()],L.prototype,"removed",void 0),O([k.Event()],L.prototype,"beforeSelectAll",void 0),O([k.Event()],L.prototype,"selectedAll",void 0),O([k.Event()],L.prototype,"beforeOpen",void 0),O([k.Event()],L.prototype,"open",void 0),O([k.Event()],L.prototype,"close",void 0),O([k.Event()],L.prototype,"blur",void 0),O([k.Event()],L.prototype,"focus",void 0),O([k.Event()],L.prototype,"chipSelection",void 0),O([k.Event()],L.prototype,"filtering",void 0),O([k.Event()],L.prototype,"tagging",void 0),O([k.Event()],L.prototype,"customValueSelection",void 0),O([k.NotifyPropertyChanges],L));function L(t,e){t=D.call(this,t,e)||this;return t.clearIconWidth=0,t.previousFilterText="",t.isValidKey=!1,t.selectAllEventData=[],t.selectAllEventEle=[],t.resetMainList=null,t.resetFilteredData=!1,t.preventSetCurrentData=!1,t.isSelectAllLoop=!1,t.scrollFocusStatus=!1,t.keyDownStatus=!1,t.IsScrollerAtEnd=function(){return this.list&&this.list.scrollTop+this.list.clientHeight>=this.list.scrollHeight},t}var Ee="e-frame",Ie="e-check",xe="e-checkbox-wrapper",we="e-stop",Oe="e-input-group-icon e-clear-icon e-icons",Ae="e-clear-icon",De="e-popup-full-page",ke="e-input-focus",Ne=(B.prototype.getModuleName=function(){return"CheckBoxSelection"},B.prototype.addEventListener=function(){this.parent.isDestroyed||(this.parent.on("updatelist",this.listSelection,this),this.parent.on("listoption",this.listOption,this),this.parent.on("selectAll",this.setSelectAll,this),this.parent.on("checkSelectAll",this.checkSelectAll,this),this.parent.on("searchBox",this.setSearchBox,this),this.parent.on("blur",this.onBlurHandler,this),this.parent.on("targetElement",this.targetElement,this),this.parent.on("deviceSearchBox",this.setDeviceSearchBox,this),this.parent.on("inputFocus",this.getFocus,this),this.parent.on("reOrder",this.setReorder,this),this.parent.on("activeList",this.getActiveList,this),this.parent.on("selectAllText",this.setLocale,this),this.parent.on("filterBarPlaceholder",this.setPlaceholder,this),k.EventHandler.add(document,"mousedown",this.onDocumentClick,this),this.parent.on("addItem",this.checboxCreate,this),this.parent.on("popupFullScreen",this.setPopupFullScreen,this))},B.prototype.removeEventListener=function(){this.parent.isDestroyed||(this.parent.off("updatelist",this.listSelection),this.parent.off("listoption",this.listOption),this.parent.off("selectAll",this.setSelectAll),this.parent.off("checkSelectAll",this.checkSelectAll),this.parent.off("searchBox",this.setSearchBox),this.parent.off("blur",this.onBlurHandler),this.parent.off("targetElement",this.targetElement),this.parent.off("deviceSearchBox",this.setDeviceSearchBox),this.parent.off("inputFocus",this.getFocus),this.parent.off("reOrder",this.setReorder),this.parent.off("activeList",this.getActiveList),this.parent.off("selectAllText",this.setLocale),this.parent.off("filterBarPlaceholder",this.setPlaceholder),this.parent.off("addItem",this.checboxCreate),this.parent.off("popupFullScreen",this.setPopupFullScreen))},B.prototype.listOption=function(t){var e,i=this;k.isNullOrUndefined(this.parent.listCurrentOptions.itemCreated)?this.parent.listCurrentOptions.itemCreated=function(t){i.checboxCreate(t)}:(e=this.parent.listCurrentOptions.itemCreated,this.parent.listCurrentOptions.itemCreated=function(t){i.checboxCreate(t),e.apply(i,[t])})},B.prototype.setPlaceholder=function(t){h.Input.setPlaceholder(t.filterBarPlaceholder,this.filterInput)},B.prototype.checboxCreate=function(t){var e,i,t=k.isNullOrUndefined(t.item)?t:t.item;return(this.parent.enableGroupCheckBox||"e-list-group-item "!==t.className&&"e-list-group-item"!==t.className)&&(e=F.createCheckBox(this.parent.createElement,!0),i=k.select("div.e-icons",t),t.insertBefore(e,t.childNodes[k.isNullOrUndefined(i)?0:1]),k.select("."+Ee,e),this.parent.enableGroupCheckBox)&&this.parent.popupWrapper.classList.add("e-multiselect-group"),t},B.prototype.setSelectAll=function(){this.parent.showSelectAll?(k.isNullOrUndefined(this.checkAllParent)&&(this.checkAllParent=this.parent.createElement("div",{className:"e-selectall-parent"}),this.selectAllSpan=this.parent.createElement("span",{className:"e-all-text"}),this.selectAllSpan.textContent="",this.checkAllParent.appendChild(this.selectAllSpan),this.setLocale(),this.checboxCreate(this.checkAllParent),this.parent.headerTemplate&&(k.isNullOrUndefined(this.parent.filterParent)?k.append([this.checkAllParent],this.parent.popupWrapper):k.append([this.checkAllParent],this.parent.filterParent)),this.parent.headerTemplate||(k.isNullOrUndefined(this.parent.filterParent)?k.prepend([this.checkAllParent],this.parent.popupWrapper):this.parent.filterParent.parentNode.insertBefore(this.checkAllParent,this.parent.filterParent.nextSibling)),k.EventHandler.add(this.checkAllParent,"mousedown",this.clickHandler,this)),this.parent.list.classList.contains("e-nodata")||this.parent.listData&&this.parent.listData.length<=1&&!this.parent.enableVirtualization&&!this.parent.isDynamicDataChange||this.parent.isDynamicDataChange&&this.parent.listData&&this.parent.listData.length<=1?this.checkAllParent.style.display="none":this.checkAllParent.style.display="block",this.parent.selectAllHeight=this.checkAllParent.getBoundingClientRect().height):k.isNullOrUndefined(this.checkAllParent)||(this.checkAllParent.parentElement.removeChild(this.checkAllParent),this.checkAllParent=null)},B.prototype.destroy=function(){this.removeEventListener(),k.EventHandler.remove(document,"mousedown",this.onDocumentClick),this.checkAllParent=null,this.clearIconElement=null,this.filterInput=null,this.filterInputObj=null,this.checkWrapper=null,this.selectAllSpan=null},B.prototype.listSelection=function(t){var e;e=k.isNullOrUndefined(t.e)?(t.li.querySelector(".e-checkbox-wrapper")||t.li.lastElementChild).childNodes[1]:(t.li.querySelector(".e-checkbox-wrapper .e-frame"),!k.isNullOrUndefined(t.e.target)&&t.e.target.classList.contains("e-frame")&&(!this.parent.showSelectAll||this.checkAllParent&&!this.checkAllParent.contains(t.e.target))?t.e.target:t.li.querySelector(".e-checkbox-wrapper").childNodes[1]),(this.parent.itemTemplate||this.parent.enableGroupCheckBox)&&(e=t.li.firstElementChild.childNodes[1]),k.isNullOrUndefined(e)||(this.checkWrapper=k.closest(e,"."+xe)),k.isNullOrUndefined(this.checkWrapper)||(e=k.select("."+Ee,this.checkWrapper),this.validateCheckNode(this.checkWrapper,e.classList.contains(Ie),t.li,t.e,!1))},B.prototype.validateCheckNode=function(t,e,i,s,l){this.changeState(t,e?"uncheck":"check",s,!0,l)},B.prototype.clickHandler=function(t){var e=t.currentTarget.classList.contains(this.checkAllParent.className)||t.currentTarget.classList.value===this.checkAllParent.className?t.currentTarget.firstElementChild.lastElementChild:t.currentTarget;this.checkWrapper=k.closest(e,"."+xe);k.isNullOrUndefined(this.checkWrapper)||(e=k.select("."+Ee,this.checkWrapper),this.validateCheckNode(this.checkWrapper,e.classList.contains(Ie),null,t,!0)),t.preventDefault()},B.prototype.changeState=function(t,e,i,s,l){t=t.getElementsByClassName(Ee)[0];"check"!==e||t.classList.contains(Ie)?"uncheck"===e&&(t.classList.contains(Ie)||t.classList.contains(we))?(k.removeClass([t],[Ie,we]),l&&(this.parent.selectAllItems(!1,i),this.setLocale())):"indeterminate"!==e||t.classList.contains(we)||(k.removeClass([t],[Ie]),t.classList.add(we),l&&(this.parent.selectAllItems(!1,i),this.setLocale())):(t.classList.remove(we),t.classList.add(Ie),l&&(this.parent.selectAllItems(!0,i),this.setLocale(!0)))},B.prototype.setSearchBox=function(t){var e;if(k.isNullOrUndefined(this.parent.filterParent))return this.parent.filterParent=this.parent.createElement("span",{className:"e-filter-parent"}),this.filterInput=this.parent.createElement("input",{attrs:{type:"text"},className:"e-input-filter"}),this.parent.element.parentNode.insertBefore(this.filterInput,this.parent.element),e=!1,k.Browser.isDevice&&(this.parent.mobFilter=!(e=!0)),this.filterInputObj=h.Input.createInput({element:this.filterInput,buttons:e?["e-input-group-icon e-back-icon e-icons",Oe]:[Oe],properties:{placeholder:this.parent.filterBarPlaceholder}},this.parent.createElement),k.isNullOrUndefined(this.parent.cssClass)||(-1!==this.parent.cssClass.split(" ").indexOf("e-outline")?k.addClass([this.filterInputObj.container],"e-outline"):-1!==this.parent.cssClass.split(" ").indexOf("e-filled")&&k.addClass([this.filterInputObj.container],"e-filled")),k.append([this.filterInputObj.container],this.parent.filterParent),k.prepend([this.parent.filterParent],t.popupElement),k.attributes(this.filterInput,{"aria-disabled":"false",role:"combobox",autocomplete:"off",autocapitalize:"off",spellcheck:"false","aria-label":"multiselect","aria-expanded":"true","aria-controls":t.popupElement.id}),this.clearIconElement=this.filterInput.parentElement.querySelector("."+Ae),!k.Browser.isDevice&&this.clearIconElement&&(k.EventHandler.add(this.clearIconElement,"mousedown",this.clearText,this),this.clearIconElement.style.visibility="hidden"),k.EventHandler.add(this.filterInput,"input",this.parent.onInput,this.parent),k.EventHandler.add(this.filterInput,"keyup",this.parent.keyUp,this.parent),k.EventHandler.add(this.filterInput,"keydown",this.parent.onKeyDown,this.parent),k.EventHandler.add(this.filterInput,"blur",this.onBlurHandler,this),k.EventHandler.add(this.filterInput,"paste",this.parent.pasteHandler,this.parent),this.parent.searchBoxHeight=this.filterInputObj.container.parentElement.getBoundingClientRect().height,this.filterInputObj},B.prototype.clickOnBackIcon=function(t){this.parent.hidePopup(),k.removeClass([document.body,this.parent.popupObj.element],De),this.parent.inputElement.focus()},B.prototype.clearText=function(t){this.parent.targetInputElement.value="",this.parent.allowFiltering&&""===this.parent.targetInputElement.value&&this.parent.search(null),this.parent.refreshListItems(null),this.parent.refreshPopup(),this.clearIconElement.style.visibility="hidden",this.filterInput.focus(),this.setReorder(t),this.boundPreventListSelection=this.preventListSelection.bind(this),this.parent.popupWrapper.addEventListener("mouseup",this.boundPreventListSelection,!0),t.preventDefault()},B.prototype.preventListSelection=function(t){t.stopPropagation(),this.parent.popupWrapper.removeEventListener("mouseup",this.boundPreventListSelection,!0),this.boundPreventListSelection=null},B.prototype.setDeviceSearchBox=function(){this.parent.popupObj.element.classList.add("e-ddl-device"),this.parent.popupObj.element.classList.add("e-ddl-device-filter"),this.parent.popupObj.position={X:0,Y:0},this.parent.popupObj.dataBind(),this.setSearchBoxPosition(),this.backIconElement=this.filterInputObj.container.querySelector(".e-back-icon"),this.clearIconElement=this.filterInputObj.container.querySelector("."+Ae),this.clearIconElement.style.visibility="hidden",k.EventHandler.add(this.backIconElement,"click",this.clickOnBackIcon,this),k.EventHandler.add(this.clearIconElement,"click",this.clearText,this)},B.prototype.setSearchBoxPosition=function(){var t=this.filterInput.parentElement.getBoundingClientRect().height,e=0,t=(this.checkAllParent&&(e=this.checkAllParent.getBoundingClientRect().height),this.parent.popupObj.element.style.maxHeight="100%",this.parent.popupObj.element.style.width="100%",this.parent.list.style.maxHeight=window.innerHeight-t-e+"px",this.parent.list.style.height=window.innerHeight-t-e+"px",this.filterInput.parentElement.querySelector("."+Ae));k.detach(this.filterInput),t.parentElement.insertBefore(this.filterInput,t)},B.prototype.setPopupFullScreen=function(){this.parent&&this.parent.popupObj&&(k.attributes(this.parent.popupObj.element,{style:"left:0px;right:0px;top:0px;bottom:0px;"}),k.addClass([document.body,this.parent.popupObj.element],De),this.parent.popupObj.element.style.maxHeight="100%",this.parent.popupObj.element.style.width="100%")},B.prototype.targetElement=function(){return k.isNullOrUndefined(this.clearIconElement)||(this.parent.targetInputElement=this.filterInput,this.clearIconElement.style.visibility=""===this.parent.targetInputElement.value?"hidden":"visible"),this.parent.targetInputElement.value},B.prototype.onBlurHandler=function(t){var e;this.parent.element.classList.contains("e-listbox")||(e=void 0,this.parent.keyAction)||(k.Browser.isIE&&(e=!k.isNullOrUndefined(t)&&t.target),k.Browser.isIE||(e=!k.isNullOrUndefined(t)&&t.relatedTarget),this.parent.popupObj&&document.body.contains(this.parent.popupObj.element)&&this.parent.popupObj.element.contains(e)&&!k.Browser.isIE&&this.filterInput?this.filterInput.focus():this.parent.scrollFocusStatus&&this.filterInput?(t.preventDefault(),this.filterInput.focus(),this.parent.scrollFocusStatus=!1):(this.parent.popupObj&&document.body.contains(this.parent.popupObj.element)&&!this.parent.popupObj.element.classList.contains("e-popup-close")&&(this.parent.inputFocus=!1,this.parent.updateValueState(t,this.parent.value,this.parent.tempValues),this.parent.dispatchEvent(this.parent.hiddenElement,"change")),this.parent.popupObj&&document.body.contains(this.parent.popupObj.element)&&!this.parent.popupObj.element.classList.contains("e-popup-close")&&(this.parent.inputFocus=!1,this.parent.overAllWrapper.classList.remove(ke),this.parent.trigger("blur"),this.parent.focused=!0),this.parent.popupObj&&document.body.contains(this.parent.popupObj.element)&&!this.parent.popupObj.element.classList.contains("e-popup-close")&&!k.Browser.isDevice&&this.parent.hidePopup()))},B.prototype.onDocumentClick=function(t){var e;"listbox"!==this.parent.getLocaleName()&&(e=t.target,k.isNullOrUndefined(this.parent.popupObj)||!k.closest(e,'[id="'+this.parent.popupObj.element.id+'"]')||this.filterInput&&""!==this.filterInput.value||t.preventDefault(),!k.isNullOrUndefined(this.parent.popupObj)&&k.closest(e,'[id="'+this.parent.popupObj.element.id+'"]')||k.isNullOrUndefined(this.parent.overAllWrapper)||this.parent.overAllWrapper.contains(t.target)?this.parent.scrollFocusStatus=(k.Browser.isIE||"edge"===k.Browser.info.name)&&document.activeElement===this.filterInput:(this.parent.overAllWrapper.classList.contains(y.focus)||this.parent.isPopupOpen())&&(this.parent.inputFocus=!1,this.parent.scrollFocusStatus=!1,this.parent.hidePopup(),this.parent.onBlurHandler(t,!0),this.parent.focused=!0),k.isNullOrUndefined(this.parent.overAllWrapper)||this.parent.overAllWrapper.contains(t.target)||!this.parent.overAllWrapper.classList.contains("e-input-focus")||this.parent.isPopupOpen()||(k.Browser.isIE?this.parent.onBlurHandler():this.parent.onBlurHandler(t)),this.filterInput===e)&&this.filterInput.focus()},B.prototype.getFocus=function(t){this.parent.overAllWrapper.classList.remove(ke),this.parent.keyAction&&"clear"!==t.value&&"focus"!==t.value?this.parent.keyAction=!1:("focus"===t.value&&(this.filterInput.focus(),this.parent.removeFocus(),k.EventHandler.remove(this.parent.list,"keydown",this.parent.onKeyDown)),"clear"===t.value&&(this.filterInput.value="",this.clearIconElement.style.visibility="hidden"))},B.prototype.checkSelectAll=function(t){"check"===t.value&&(this.changeState(this.checkAllParent,t.value,null,null,!1),this.setLocale(!0)),"uncheck"===t.value&&(this.changeState(this.checkAllParent,t.value,null,null,!1),this.setLocale()),"indeterminate"===t.value&&(this.changeState(this.checkAllParent,t.value,null,null,!1),this.setLocale())},B.prototype.setLocale=function(t){if("Select All"!==this.parent.selectAllText||"Unselect All"!==this.parent.unSelectAllText){var e=t?this.parent.unSelectAllText:this.parent.selectAllText;this.selectAllSpan.textContent="";for(var i=0,s=k.compile(e)({},this.parent,t?"unSelectAllText":"selectAllText",null,!this.parent.isStringTemplate);i<s.length;i++){var l=s[i];this.selectAllSpan.textContent=l.textContent}}else{e=new k.L10n(this.parent.getLocaleName(),{},this.parent.locale);""===e.getConstant("selectAllText")&&(e=new k.L10n("dropdowns",{selectAllText:"Select All",unSelectAllText:"Unselect All"},this.parent.locale)),this.selectAllSpan.textContent=t?e.getConstant("unSelectAllText"):e.getConstant("selectAllText")}},B.prototype.getActiveList=function(t){t.li.classList.contains("e-active")?this.activeLi.push(t.li.cloneNode(!0)):this.activeLi.splice(t.index,1)},B.prototype.setReorder=function(t){var e,i,s;this.parent.enableSelectionOrder&&!k.isNullOrUndefined(this.parent.value)&&(s=this.parent.ulElement.querySelectorAll("li.e-active").length,e=void 0,i=this.parent.createElement("ul",{className:"e-list-parent e-ul e-reorder"}),0<s&&(this.parent.ulElement.querySelectorAll("li.e-active").forEach(function(t){i.appendChild(t)}),e=this.parent.ulElement.querySelectorAll("li.e-active"),k.addClass(e,"e-reorder-hide"),this.parent.enableVirtualization?(s=this.parent.list.querySelector(".e-virtual-ddl-content"),k.prepend([i],s)):k.prepend([i],this.parent.list)),this.parent.focusAtFirstListItem())},B);function B(t){this.activeLi=[],this.activeEle=[],this.parent=t,this.removeEventListener(),this.addEventListener()}Le=function(t,e){return(Le=Object.setPrototypeOf||({__proto__:[]}instanceof Array?function(t,e){t.__proto__=e}:function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])}))(t,e)};var Le,Be,Te=function(t,e){function i(){this.constructor=t}Le(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)},T=function(t,e,i,s){var l,n=arguments.length,a=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,i,s);else for(var o=t.length-1;0<=o;o--)(l=t[o])&&(a=(n<3?l(a):3<n?l(e,i,a):l(e,i))||a);return 3<n&&a&&Object.defineProperty(e,i,a),a},Ve=(Be=k.ChildProperty,Te(Pe,Be),T([k.Property("Multiple")],Pe.prototype,"mode",void 0),T([k.Property(!1)],Pe.prototype,"showCheckbox",void 0),T([k.Property(!1)],Pe.prototype,"showSelectAll",void 0),T([k.Property("Left")],Pe.prototype,"checkboxPosition",void 0),Pe);function Pe(){return null!==Be&&Be.apply(this,arguments)||this}Ue=k.ChildProperty,Te(He,Ue),T([k.Property([])],He.prototype,"items",void 0),T([k.Property("Right")],He.prototype,"position",void 0);var Ue,Fe=He;function He(){return null!==Ue&&Ue.apply(this,arguments)||this}Te(V,We=Z),(qe=V).prototype.addItem=function(t,e){We.prototype.addItem.call(this,t,e)},V.prototype.render=function(){var t,e;this.isAngular&&this.allowFiltering&&(e=(t=this.element).cloneNode(!0),t.parentNode.replaceChild(e,t),this.element=e,k.setValue("ej2_instances",[this],this.element)),this.inputString="",this.initLoad=!0,this.isCustomFiltering=!1,this.initialSelectedOptions=this.value,this.inputFormName=this.element.getAttribute("name"),We.prototype.render.call(this),this.setEnabled(),this.renderComplete()},V.prototype.initWrapper=function(){for(var t=this.createElement("select",{className:"e-hidden-select",attrs:{multiple:""}}),e=(t.style.visibility="hidden",this.list.classList.add("e-listbox-wrapper"),this.list.querySelector(".e-list-parent").setAttribute("role","presentation"),this.list.querySelectorAll(".e-list-group-item")),i=0;i<e.length;i++)e[i].removeAttribute("tabindex"),e[i].setAttribute("role","option");this.itemTemplate&&this.list.classList.add("e-list-template"),this.list.classList.add("e-wrapper"),this.list.classList.add("e-lib"),"EJS-LISTBOX"===this.element.tagName?(this.element.setAttribute("tabindex","0"),this.initLoad&&this.element.appendChild(this.list)):(this.initLoad&&this.element.parentElement&&this.element.parentElement.insertBefore(this.list,this.element),this.list.insertBefore(this.element,this.list.firstChild),this.element.style.display="none"),this.list.insertBefore(t,this.list.firstChild),this.list.getElementsByClassName("e-list-item")[0]&&this.list.getElementsByClassName("e-list-item")[0].classList.remove(y.focus),this.itemTemplate&&this.renderReactTemplates(),k.removeClass([this.list],[y.content,y.root]),this.validationAttribute(this.element,t),this.list.setAttribute("role","listbox"),k.attributes(this.list,{role:"listbox","aria-label":"listbox","aria-multiselectable":"Multiple"===this.selectionSettings.mode?"true":"false"}),this.updateSelectionSettings()},V.prototype.updateSelectionSettings=function(){var t;this.selectionSettings.showCheckbox&&this.selectionSettings.showSelectAll&&this.liCollections.length&&(t=new k.L10n(this.getModuleName(),{selectAllText:"Select All",unSelectAllText:"Unselect All"},this.locale),this.showSelectAll=!0,this.selectAllText=t.getConstant("selectAllText"),this.unSelectAllText=t.getConstant("unSelectAllText"),this.popupWrapper=this.list,this.checkBoxSelectionModule.checkAllParent=null,this.notify("selectAll",{}))},V.prototype.initDraggable=function(){var s=this;this.ulElement&&(this.ulElement.id=this.element.id+"_parent"),this.allowDragAndDrop&&new x.Sortable(this.ulElement,{scope:this.scope,itemClass:"e-list-item",dragStart:this.triggerDragStart.bind(this),drag:this.triggerDrag.bind(this),beforeDrop:this.beforeDragEnd.bind(this),drop:this.dragEnd.bind(this),placeHolder:function(){return s.createElement("span",{className:"e-placeholder"})},helper:function(t){var e=s.list.cloneNode(),t=t.sender.cloneNode(!0),i=(e.appendChild(t),s.getItems()[0]);return e.style.width=i.offsetWidth+"px",e.style.height=i.offsetHeight+"px",1<(s.value&&s.value.length)&&s.isSelected(t)&&t.appendChild(s.createElement("span",{className:"e-list-badge",innerHTML:s.value.length+""})),e.style.zIndex=o.getZindexPartial(s.element)+"",e}})},V.prototype.updateActionCompleteData=function(t,e,i){this.jsonData.splice(null===i?this.jsonData.length:i,0,e)},V.prototype.initToolbar=function(){var t,e=this.toolbarSettings.position,i=this.element.getAttribute("data-value"),s=(this.toolbarSettings.items=k.isNullOrUndefined(this.toolbarSettings.items)?[]:this.toolbarSettings.items,this.toolbarSettings.items.length&&(t=this.createElement("div",{className:"e-listbox-tool",attrs:{role:"toolbar"}}),s=this.createElement("div",{className:"e-listboxtool-wrapper e-lib e-"+e.toLowerCase()}),this.list.parentElement.insertBefore(s,this.list),s.appendChild("Right"===e?this.list:t),s.appendChild("Right"===e?t:this.list),this.createButtons(t),this.element.id||(this.element.id=k.getUniqueID("e-"+this.getModuleName())),this.scope?document.querySelector(this.scope).setAttribute("data-value",this.element.id):this.updateToolBarState()),this.element.getAttribute("data-value"));i&&s&&i!==s?(this.tBListBox=k.getComponent(document.getElementById(i),this.getModuleName()),this.tBListBox.updateToolBarState()):s&&(this.tBListBox=k.getComponent(document.getElementById(s),this.getModuleName()),this.tBListBox.updateToolBarState())},V.prototype.createButtons=function(e){var i,s=this,l=new k.L10n(this.getModuleName(),{moveUp:"Move Up",moveDown:"Move Down",moveTo:"Move To",moveFrom:"Move From",moveAllTo:"Move All To",moveAllFrom:"Move All From"},this.locale);this.toolbarSettings.items.forEach(function(t){i=l.getConstant(t),i=s.createElement("button",{attrs:{type:"button","data-value":t,title:i,"aria-label":i}}),e.appendChild(i),new F.Button({iconCss:"e-icons e-"+t.toLowerCase()},i).createElement=s.createElement})},V.prototype.validationAttribute=function(t,e){this.inputFormName&&t.setAttribute("name",this.inputFormName),We.prototype.validationAttribute.call(this,t,e),e.required=t.required,t.required=!1},V.prototype.setHeight=function(){(this.toolbarSettings.items.length?this.list.parentElement:this.list).style.height=k.formatUnit(this.height),this.allowFiltering&&this.height.toString().indexOf("%")<0?k.addClass([this.list],"e-filter-list"):k.removeClass([this.list],"e-filter-list")},V.prototype.setCssClass=function(){var t=this.toolbarSettings.items.length?this.list.parentElement:this.list;this.cssClass&&k.addClass([t],this.cssClass.replace(/\s+/g," ").trim().split(" ")),this.enableRtl&&k.addClass([this.list],"e-rtl")},V.prototype.setEnable=function(){var t=this.toolbarSettings.items.length?this.list.parentElement:this.list;this.enabled?k.removeClass([t],x.cssClass.disabled):k.addClass([t],x.cssClass.disabled)},V.prototype.showSpinner=function(){this.spinner||(this.spinner=this.createElement("div",{className:"e-listbox-wrapper"})),this.spinner.style.height=k.formatUnit(this.height),this.element.parentElement&&this.element.parentElement.insertBefore(this.spinner,this.element.nextSibling),o.createSpinner({target:this.spinner},this.createElement),o.showSpinner(this.spinner)},V.prototype.hideSpinner=function(){this.spinner.querySelector(".e-spinner-pane")&&o.hideSpinner(this.spinner),this.spinner.parentElement&&k.detach(this.spinner)},V.prototype.onInput=function(){this.isDataSourceUpdate=!1,this.keyDownStatus?this.isValidKey=!0:this.isValidKey=!1,this.keyDownStatus=!1,this.refreshClearIcon()},V.prototype.clearText=function(){this.filterInput.value="",this.refreshClearIcon();var t=document.createEvent("KeyboardEvent");this.isValidKey=!0,this.KeyUp(t)},V.prototype.refreshClearIcon=function(){this.filterInput.parentElement.querySelector("."+je.clearIcon)&&(this.filterInput.parentElement.querySelector("."+je.clearIcon).style.visibility=""===this.filterInput.value?"hidden":"visible")},V.prototype.onActionComplete=function(t,e,i){var s,l,n,a;this.allowFiltering&&this.list.getElementsByClassName("e-filter-parent")[0]&&(s=this.list.getElementsByClassName("e-filter-parent")[0].cloneNode(!0)),0===e.length&&(a=t.childNodes[0])&&t.removeChild(a),this.allowFiltering&&(l=this.list.getElementsByClassName("e-input-filter")[0])&&(n=l.selectionStart),We.prototype.onActionComplete.call(this,t,e,i),this.allowFiltering&&!k.isNullOrUndefined(s)&&(this.list.insertBefore(s,this.list.firstElementChild),this.filterParent=this.list.getElementsByClassName("e-filter-parent")[0],this.filterWireEvents(s),a=s.querySelector(".e-input-filter"))&&(a.addEventListener("focus",function(){s.childNodes[0].classList.contains("e-input-focus")||s.childNodes[0].classList.add("e-input-focus")}),a.addEventListener("blur",function(){s.childNodes[0].classList.contains("e-input-focus")&&s.childNodes[0].classList.remove("e-input-focus")})),this.initWrapper(),this.setSelection(this.value,!0,!1,!this.isRendered),this.initDraggable(),this.mainList=this.ulElement,this.initLoad?(this.jsonData=[],k.extend(this.jsonData,e,[]),this.initToolbarAndStyles(),this.wireEvents(),this.showCheckbox&&this.setCheckboxPosition(),this.allowFiltering&&this.setFiltering()):(this.isDataSourceUpdate&&(this.jsonData=[],k.extend(this.jsonData,e,[]),this.isDataSourceUpdate=!1),this.allowFiltering&&((l=this.list.getElementsByClassName("e-input-filter")[0]).selectionStart=n,l.selectionEnd=n,l.focus())),this.toolbarSettings.items.length&&this.scope&&-1<this.scope.indexOf("#")&&!k.isNullOrUndefined(i)&&(t=this.scope.replace("#",""),k.getComponent(document.getElementById(t),this.getModuleName()).initToolbar()),this.initLoad=!1},V.prototype.initToolbarAndStyles=function(){this.initToolbar(),this.setCssClass(),this.setEnable(),this.setHeight()},V.prototype.triggerDragStart=function(t){var e,i=this;t=k.extend(this.getDragArgs(t),{dragSelected:!0}),k.Browser.isIos&&(this.list.style.overflow="hidden"),this.trigger("dragStart",t,function(t){i.allowDragAll=t.dragSelected,i.allowDragAll||(e=i.ulElement.getElementsByClassName("e-list-badge")[0])&&k.detach(e)})},V.prototype.triggerDrag=function(t){var e,i,s=this,l=10,n=(this.itemTemplate&&t.target&&(t.target&&t.target.closest(".e-list-item")?l=t.target.closest(".e-list-item").scrollHeight:(n=t.element.querySelector(".e-list-item"))&&(l=n.scrollHeight)),t.event);this.stopTimer(),t.target&&(t.target.classList.contains("e-listbox-wrapper")||t.target.classList.contains("e-list-item")||t.target.classList.contains("e-filter-parent")||t.target.classList.contains("e-input-group")||t.target.closest(".e-list-item"))&&(i=t.target.classList.contains("e-list-item")||t.target.classList.contains("e-filter-parent")||t.target.classList.contains("e-input-group")||t.target.closest(".e-list-item")?t.target.closest(".e-listbox-wrapper"):t.target,e=this.allowFiltering?i.querySelector(".e-list-parent"):i)&&((i=e.getBoundingClientRect()).y+e.offsetHeight-(n.clientY+36)<1?this.timer=window.setInterval(function(){s.setScrollDown(e,l,!0)},70):n.clientY-36-i.y<1&&(this.timer=window.setInterval(function(){s.setScrollDown(e,l,!1)},70))),null!==t.target&&this.trigger("drag",this.getDragArgs(t))},V.prototype.setScrollDown=function(t,e,i){t.scrollTop=i?t.scrollTop+e:t.scrollTop-e},V.prototype.stopTimer=function(){window.clearInterval(this.timer)},V.prototype.beforeDragEnd=function(t){this.stopTimer();var e=[];this.dragValue=this.getFormattedValue(t.droppedElement.getAttribute("data-value")),-1<this.value.indexOf(this.dragValue)?t.items=this.getDataByValues(this.value):t.items=this.getDataByValues([this.dragValue]),k.extend(e,t.items),this.trigger("beforeDrop",t),t.items!==e&&(this.customDraggedItem=t.items)},V.prototype.dragEnd=function(a){var o,e,l,r,h,u,p,n,d,c,m,f,v,g,y,t,i,s,C,b=this,S=this.getFormattedValue(a.droppedElement.getAttribute("data-value")),E=this.getComponent(a.droppedElement),I=this.getDragArgs({target:a.droppedElement},!0),x={previousData:this.dataSource},w={previousData:E.dataSource},I=k.extend({},I,{target:a.target,source:{previousData:this.dataSource},previousIndex:a.previousIndex,currentIndex:a.currentIndex}),O=(E!==this&&(s=k.extend(x,{currentData:this.listData}),I=k.extend(I,{source:s,destination:w})),k.Browser.isIos&&(this.list.style.overflow=""),this.getComponent(a.target)),A=(O&&0===O.listData.length&&(C=O.ulElement.childNodes[0])&&O.ulElement.removeChild(C),E===this?(l=this.ulElement,r=[].slice.call(this.listData),h=[].slice.call(this.liCollections),u=[].slice.call(this.jsonData),p=[].slice.call(this.sortedData),n=a.currentIndex,d=a.currentIndex=this.getCurIdx(this,a.currentIndex),O=r.indexOf(this.getDataByValue(S)),C=u.indexOf(this.getDataByValue(S)),t=p.indexOf(this.getDataByValue(S)),r.splice(d,0,r.splice(O,1)[0]),p.splice(n,0,p.splice(t,1)[0]),u.splice(d,0,u.splice(C,1)[0]),h.splice(d,0,h.splice(O,1)[0]),this.allowDragAll&&(e=this.value&&-1<Array.prototype.indexOf.call(this.value,S)?this.value:[S],k.isNullOrUndefined(this.customDraggedItem)||(e=[],this.customDraggedItem.forEach(function(t){e.push(k.getValue(b.fields.value,t))})),e.forEach(function(t){var e,i,s;t!==S&&(e=r.indexOf(b.getDataByValue(t)),i=u.indexOf(b.getDataByValue(t)),s=p.indexOf(b.getDataByValue(t)),d<e&&d++,u.splice(d,0,u.splice(i,1)[0]),r.splice(d,0,r.splice(e,1)[0]),p.splice(n,0,p.splice(s,1)[0]),h.splice(d,0,h.splice(e,1)[0]),l.insertBefore(b.getItems()[b.getIndexByValue(t)],l.getElementsByClassName("e-placeholder")[0]))})),this.listData=r,this.jsonData=u,this.sortedData=p,this.liCollections=h):(m=[].slice.call(this.liCollections),f=a.currentIndex=this.getCurIdx(E,a.currentIndex),v=E.ulElement,r=[].slice.call(E.listData),h=[].slice.call(E.liCollections),u=[].slice.call(E.jsonData),p=[].slice.call(E.sortedData),e=this.value&&-1<Array.prototype.indexOf.call(this.value,S)&&this.allowDragAll?this.value:[S],k.isNullOrUndefined(this.customDraggedItem)||(e=[],this.customDraggedItem.forEach(function(t){e.push(k.getValue(b.fields.value,t))})),g=[].slice.call(this.listData),y=[].slice.call(this.sortedData),e.forEach(function(t){o=b.getDataByValue(t);var e=b.listData.indexOf(o),i=b.jsonData.indexOf(o),s=b.sortedData.indexOf(o),i=(g.splice(e,1),b.jsonData.splice(i,1),y.splice(s,1),b.listData=g,b.sortedData=y,t===S?a.currentIndex:f);if(r.splice(i,0,o),u.splice(i,0,o),p.splice(i,0,o),h.splice(i,0,m.splice(e,1)[0]),t)c=b.getItems()[b.getIndexByValue(t)];else for(var l=b.getItems(),n=0;n<l.length;n++)if(null===l[n].getAttribute("data-value")&&l[n].classList.contains("e-list-item")){c=l[n];break}c=c||a.helper,b.removeSelected(b,t===S?[a.droppedElement]:[c]),v.insertBefore(c,v.getElementsByClassName("e-placeholder")[0]),f++}),this.fields.groupBy&&(i=this.renderItems(this.listData,this.fields),this.updateListItems(i,this.ulElement),this.setSelection()),("None"!==E.sortOrder||this.selectionSettings.showCheckbox!==E.selectionSettings.showCheckbox||E.fields.groupBy||E.itemTemplate||this.itemTemplate)&&(t=k.getComponent(v,"sortable"),i=E.renderItems(r,E.fields),E.updateListItems(i,v),this.setSelection(),t.placeHolderElement&&v.appendChild(t.placeHolderElement),v.appendChild(a.helper),E.setSelection()),this.liCollections=m,E.liCollections=h,E.jsonData=k.extend([],[],u,!1),E.listData=k.extend([],[],r,!1),E.sortedData=k.extend([],[],p,!1),0===this.listData.length&&this.l10nUpdate()),I=this===E?(s=k.extend(x,{currentData:r}),k.extend(I,{source:s})):(C=k.extend(w,{currentData:r}),k.extend(I,{destination:C})),k.isNullOrUndefined(this.customDraggedItem)||(I.items=this.customDraggedItem),this.trigger("drop",I),I.elements);if(A.length)for(var D=0;D<A.length;D++)A[D].classList.remove("e-grabbed")},V.prototype.updateListItems=function(t,e){for(e.innerHTML="";0<t.childNodes.length;)e.appendChild(t.childNodes[0])},V.prototype.removeSelected=function(t,e){t.selectionSettings.showCheckbox?e.forEach(function(t){t.getElementsByClassName("e-frame")[0].classList.remove("e-check")}):k.removeClass(e,x.cssClass.selected)},V.prototype.getCurIdx=function(t,e){return t.fields.groupBy&&(e-=[].slice.call(t.ulElement.children).slice(0,e).filter(function(t){return t.classList.contains(x.cssClass.group)}).length),e},V.prototype.getComponent=function(t){var e,t="EJS-LISTBOX"===this.element.tagName?k.closest(t,".e-listbox"):k.closest(t,".e-listbox-wrapper")&&k.closest(t,".e-listbox-wrapper").querySelector(".e-listbox");return e=t?k.getComponent(t,this.getModuleName()):e},V.prototype.setEnabled=function(){this.element.setAttribute("aria-disabled",this.enabled?"false":"true")},V.prototype.listOption=function(t,e){return this.listCurrentOptions=We.prototype.listOption.call(this,t,e),this.listCurrentOptions=k.extend({},this.listCurrentOptions,{itemCreated:this.triggerBeforeItemRender.bind(this)},!0),this.notify("listoption",{module:"CheckBoxSelection"}),this.listCurrentOptions},V.prototype.triggerBeforeItemRender=function(t){t.item.setAttribute("tabindex","-1"),this.trigger("beforeItemRender",{element:t.item,item:t.curData})},V.prototype.requiredModules=function(){var t=[];return this.selectionSettings.showCheckbox&&t.push({member:"CheckBoxSelection",args:[this]}),t},V.prototype.enableItems=function(t,e,i){var s,l=this;void 0===e&&(e=!0),t.forEach(function(t){(s=l.findListElement(l.list,"li","data-value",i?t:l.getValueByText(t)))&&(e?(k.removeClass([s],x.cssClass.disabled),s.removeAttribute("aria-disabled")):(k.addClass([s],x.cssClass.disabled),s.setAttribute("aria-disabled","true")))})},V.prototype.selectItems=function(t,e,i){(e=void 0===e?!0:e)&&!this.selectionSettings.showCheckbox&&"Single"===this.selectionSettings.mode&&this.getSelectedItems().forEach(function(t){t.classList.remove("e-active"),t.removeAttribute("aria-selected"),k.removeClass([t],x.cssClass.selected)}),this.setSelection(t,e,!i),this.updateSelectedOptions();for(var s=[],l=0;l<t.length;l++)for(var n=this.list.querySelectorAll('[aria-selected="true"]'),a=0;a<n.length;a++)t[l]===this.getFormattedValue(n[a].getAttribute("data-value"))&&s.push(n[a]);this.triggerChange(s,null)},V.prototype.selectAll=function(t){this.selectAllItems(t=void 0===t?!0:t)},V.prototype.addItems=function(t,e){We.prototype.addItem.call(this,t,e)},V.prototype.removeItems=function(t,e){this.removeItem(t,e)},V.prototype.removeItem=function(t,e){var i=[],s=this.list.querySelectorAll("."+y.li);if(t){t=t instanceof Array?t:[t];for(var l=this.fields,n=void 0,a=[],o=(k.extend(a,[],this.jsonData),[]),r=[],h=0;h<t.length;h++)for(var u,n=t[h]instanceof Object?k.getValue(l.value,t[h]):t[h].toString(),p=0,d=a.length;p<d;p++)(a[p]instanceof Object?k.getValue(l.value,a[p]):a[p].toString())===n&&(u=(u=this.getIndexByValue(n))===p?u:p,i.push(s[u]),o.push(u),r.push(u));for(var c=o.length-1;0<=c;c--)this.listData.splice(o[c],1);for(c=o.length-1;0<=c;c--)this.jsonData.splice(o[c],1);for(c=r.length-1;0<=c;c--)this.updateLiCollection(r[c])}else i.push(s[e=e||0]),this.listData.splice(e,1),this.jsonData.splice(e,1),this.updateLiCollection(e);for(p=0;p<i.length;p++)this.ulElement.removeChild(i[p]);0===this.listData.length&&this.l10nUpdate(),this.listData.length!==this.sortedData.length&&(this.sortedData=this.listData),this.value=[],this.updateToolBarState()},V.prototype.getDataByValues=function(t){for(var e=[],i=0;i<t.length;i++)e.push(this.getDataByValue(t[i]));return e},V.prototype.moveUp=function(t){t=t?this.getElemByValue(t):this.getSelectedItems();this.moveUpDown(!0,!1,t)},V.prototype.moveDown=function(t){t=t?this.getElemByValue(t):this.getSelectedItems();this.moveUpDown(!1,!1,t)},V.prototype.moveTop=function(t){t=t?this.getElemByValue(t):this.getSelectedItems();this.moveUpDown(null,!1,t,!0)},V.prototype.moveBottom=function(t){t=t?this.getElemByValue(t):this.getSelectedItems();this.moveUpDown(!0,!1,t,!1,!0)},V.prototype.moveTo=function(t,e,i){t=t?this.getElemByValue(t):this.getSelectedItems(),i=i?k.getComponent(i,qe):this.getScopedListBox();this.moveData(this,i,!1,t,e)},V.prototype.moveAllTo=function(t,e){0<this.listData.length&&(t=t?k.getComponent(t,qe):this.getScopedListBox(),this.moveAllData(this,t,!1,e))},V.prototype.getDataList=function(){return this.jsonData},V.prototype.getSortedList=function(){var t;if(e=t=this.sortedData,this.fields.groupBy)for(var e=[],i=0;i<t.length;i++)t[i].isHeader||e.push(t[i]);return e},V.prototype.getElemByValue=function(t){for(var e=[],i=0;i<t.length;i++)e.push(this.ulElement.querySelector('[data-value ="'+t[i]+'"]'));return e},V.prototype.updateLiCollection=function(t){var e=[].slice.call(this.liCollections);e.splice(t,1),this.liCollections=e},V.prototype.selectAllItems=function(i,t){var s=this;if([].slice.call(this.getItems()).forEach(function(t){var e;t.classList.contains(x.cssClass.disabled)||(s.selectionSettings.showCheckbox?(!(e=t.getElementsByClassName("e-check")[0])&&i||e&&!i)&&(s.notify("updatelist",{li:t,module:"listbox"}),s.maximumSelectionLength>=s.list.querySelectorAll(".e-list-item span.e-check").length)&&s.checkMaxSelection():i?t.classList.add(x.cssClass.selected):t.classList.remove(x.cssClass.selected))}),this.updateSelectedOptions(),this.allowFiltering&&this.selectionSettings.showCheckbox){var l=this.list.getElementsByTagName("li"),n=0;if(i)for(var a=this,n=0;n<l.length;n++)!function(){var e=a.getFormattedValue(l[n].getAttribute("data-value"));a.value.some(function(t){return t===e})||a.value.push(a.getFormattedValue(l[n].getAttribute("data-value")))}();else{var o=this;for(n=0;n<l.length;n++)!function(){var e=o.getFormattedValue(l[n].getAttribute("data-value"));o.value=o.value.filter(function(t){return t!==e})}()}document.querySelectorAll("ul").length<2&&this.updateMainList()}this.triggerChange(this.getSelectedItems(),t)},V.prototype.updateMainList=function(){var t=this.mainList.querySelectorAll(".e-list-item"),e=this.ulElement.querySelectorAll(".e-list-item"),i=t.length,s=e.length;if(this.selectionSettings.showCheckbox||1<document.querySelectorAll("ul").length||i!==s)for(var l=0,n=0,a=0;l<i;){if(this.value)for(;n<this.value.length;n++)t[l].getAttribute("data-value")===this.value[n]&&a++;!a&&this.selectionSettings.showCheckbox&&t[l].getElementsByClassName("e-frame")[0].classList.remove("e-check"),1<document.querySelectorAll("ul").length&&a&&i!==s?(this.mainList.removeChild(this.mainList.getElementsByTagName("li")[l]),l=0):l++,n=a=0}},V.prototype.wireEvents=function(){var t=k.closest(this.element,"form"),e="EJS-LISTBOX"===this.element.tagName?this.element:this.list;k.EventHandler.add(this.list,"click",this.clickHandler,this),k.EventHandler.add(e,"keydown",this.keyDownHandler,this),k.EventHandler.add(e,"focusout",this.focusOutHandler,this),this.wireToolbarEvent(),this.selectionSettings.showCheckbox&&k.EventHandler.remove(document,"mousedown",this.checkBoxSelectionModule.onDocumentClick),(this.fields.groupBy||this.element.querySelector("select>optgroup"))&&k.EventHandler.remove(this.list,"scroll",this.setFloatingHeader),t&&k.EventHandler.add(t,"reset",this.formResetHandler,this)},V.prototype.wireToolbarEvent=function(){this.toolbarSettings.items.length&&k.EventHandler.add(this.getToolElem(),"click",this.toolbarClickHandler,this)},V.prototype.unwireEvents=function(){var t=k.closest(this.element,"form"),e="EJS-LISTBOX"===this.element.tagName?this.element:this.list;k.EventHandler.remove(this.list,"click",this.clickHandler),k.EventHandler.remove(e,"keydown",this.keyDownHandler),k.EventHandler.remove(e,"focusout",this.focusOutHandler),this.allowFiltering&&this.clearFilterIconElem&&k.EventHandler.remove(this.clearFilterIconElem,"click",this.clearText),this.toolbarSettings.items.length&&k.EventHandler.remove(this.getToolElem(),"click",this.toolbarClickHandler),t&&k.EventHandler.remove(t,"reset",this.formResetHandler)},V.prototype.clickHandler=function(t){var e=k.closest(t.target,".e-list-item");k.isNullOrUndefined(e)||this.selectHandler(t)},V.prototype.checkSelectAll=function(){for(var t=0,e=this.list.querySelectorAll("li."+y.li),i=0;i<e.length;i++)e[i].classList.contains("e-disabled")||t++;var s=this.getSelectedItems().length;this.showSelectAll&&t&&this.notify("checkSelectAll",{module:"CheckBoxSelection",value:t===s?"check":0===s?"uncheck":"indeterminate"})},V.prototype.getQuery=function(t){var e,i,s=t?t.clone():this.query?this.query.clone():new m.Query;return this.allowFiltering?(e=""===this.inputString?"contains":this.filterType,null===(i=this.typeOfData(this.dataSource).typeof)&&(i=this.typeOfData(this.jsonData).typeof),(this.dataSource instanceof m.DataManager||"string"!==i)&&"number"!==i?(i=this.fields.text||"",s.where(i,e,this.inputString,this.ignoreCase,this.ignoreAccent)):s.where("",e,this.inputString,this.ignoreCase,this.ignoreAccent)):s=t||this.query||new m.Query,s},V.prototype.setFiltering=function(){var t;if(this.initLoad||k.isNullOrUndefined(this.filterParent))return this.filterParent=this.createElement("span",{className:je.filterParent}),this.filterInput=this.createElement("input",{attrs:{type:"text"},className:je.filterInput}),this.element.parentNode.insertBefore(this.filterInput,this.element),t=h.Input.createInput({element:this.filterInput,buttons:[je.filterBarClearIcon],properties:{placeholder:this.filterBarPlaceholder}},this.createElement),k.append([t.container],this.filterParent),k.prepend([this.filterParent],this.list),k.attributes(this.filterInput,{"aria-disabled":"false","aria-label":"search list item",autocomplete:"off",autocorrect:"off",autocapitalize:"off",spellcheck:"false",role:"textbox"}),this.height.toString().indexOf("%")<0&&k.addClass([this.list],"e-filter-list"),this.inputString=this.filterInput.value,this.filterWireEvents(),t},V.prototype.filterWireEvents=function(t){t&&(this.filterInput=t.querySelector(".e-input-filter")),this.clearFilterIconElem=this.filterInput.parentElement.querySelector("."+je.clearIcon),this.clearFilterIconElem&&(k.EventHandler.add(this.clearFilterIconElem,"click",this.clearText,this),t||(this.clearFilterIconElem.style.visibility="hidden")),k.EventHandler.add(this.filterInput,"input",this.onInput,this),k.EventHandler.add(this.filterInput,"keyup",this.KeyUp,this),k.EventHandler.add(this.filterInput,"keydown",this.onKeyDown,this)},V.prototype.selectHandler=function(t,e){var i,s,l=!0,n=k.closest(t.target,".e-list-item"),a=[n];n&&n.parentElement&&(s=[].slice.call(n.parentElement.children).indexOf(n),this.selectionSettings.showCheckbox?l=!n.getElementsByClassName("e-frame")[0].classList.contains("e-check"):(t.ctrlKey||t.metaKey||k.Browser.isDevice)&&this.isSelected(n)?(n.classList.remove(x.cssClass.selected),n.removeAttribute("aria-selected"),l=!1):"Multiple"===this.selectionSettings.mode&&(t.ctrlKey||t.metaKey||k.Browser.isDevice)||(this.getSelectedItems().forEach(function(t){t.removeAttribute("aria-selected")}),k.removeClass(this.getSelectedItems(),x.cssClass.selected)),t.shiftKey&&!this.selectionSettings.showCheckbox&&"Single"!==this.selectionSettings.mode?a=[].slice.call(n.parentElement.children).slice(Math.min(s,this.prevSelIdx),Math.max(s,this.prevSelIdx)+1).filter(function(t){return t.classList.contains("e-list-item")}):this.prevSelIdx=[].slice.call(n.parentElement.children).indexOf(n),l?(this.selectionSettings.showCheckbox||k.addClass(a,x.cssClass.selected),a.forEach(function(t){t.setAttribute("aria-selected","true")}),this.list.setAttribute("aria-activedescendant",n.id)):a.forEach(function(t){t.setAttribute("aria-selected","false")}),e||!(this.maximumSelectionLength>(this.value&&this.value.length))&&l||!(this.maximumSelectionLength>=(this.value&&this.value.length))&&l||this.maximumSelectionLength<(this.value&&this.value.length)||this.notify("updatelist",{li:n,e:t,module:"listbox"}),this.allowFiltering&&!e&&(i=this.getFormattedValue(n.getAttribute("data-value")),l?(k.extend(s=[],this.value),s.push(i),this.value=s):this.value=this.value.filter(function(t){return t!==i}),document.querySelectorAll("ul").length<2)&&this.updateMainList(),this.updateSelectedOptions(),this.triggerChange(this.getSelectedItems(),t),this.list)&&this.checkMaxSelection()},V.prototype.triggerChange=function(t,e){this.trigger("change",{elements:t,items:this.getDataByElements(t),value:this.value,event:e})},V.prototype.getDataByElems=function(t){for(var e=[],i=0,s=t.length;i<s;i++)e.push(this.getDataByValue(this.getFormattedValue(t[i].getAttribute("data-value"))));return e},V.prototype.getDataByElements=function(t){var e,i=[],s=0;if(k.isNullOrUndefined(this.listData))return null;var l=this.typeOfData(this.listData).typeof;if("string"===l||"number"===l||"boolean"===l)for(var n=0,a=this.listData;n<a.length;n++){for(var o=a[n],r=s,h=t.length;r<h;r++)if(e=this.getFormattedValue(t[r].getAttribute("data-value")),!k.isNullOrUndefined(o)&&o===e){s=r,i.push(o);break}if(t.length===i.length)break}else for(var u=0,p=this.listData;u<p.length;u++){for(o=p[u],r=s,h=t.length;r<h;r++)if(e=this.getFormattedValue(t[r].getAttribute("data-value")),!k.isNullOrUndefined(o)&&k.getValue(this.fields.value||"value",o)===e){s=r,i.push(o);break}if(t.length===i.length)break}return i},V.prototype.checkMaxSelection=function(){var t=this.list.querySelectorAll(".e-list-item span.e-check").length;if(this.selectionSettings.showCheckbox)for(var e=0,i=this.list.getElementsByClassName("e-list-item");e<i.length;e++)i[e].querySelector(".e-frame.e-check")||(t===this.maximumSelectionLength?i[e].classList.add("e-disable"):i[e].classList.contains("e-disable")&&i[e].classList.remove("e-disable"))},V.prototype.toolbarClickHandler=function(t){t=k.closest(t.target,"button");if(t&&(this.toolbarAction=t.getAttribute("data-value"),!t.disabled))switch(this.toolbarAction){case"moveUp":this.moveUpDown(!0);break;case"moveDown":this.moveUpDown();break;case"moveTo":this.moveItemTo();break;case"moveFrom":this.moveItemFrom();break;case"moveAllTo":this.moveAllItemTo();break;case"moveAllFrom":this.moveAllItemFrom();break;default:this.trigger("actionBegin",{cancel:!1,items:this.getDataByElems(this.getSelectedItems()),eventName:this.toolbarAction})}},V.prototype.moveUpDown=function(s,t,e,l,n){var i,a=this,o=this.getSelectedItems();e&&(o=e),(s&&this.isSelected(this.ulElement.firstElementChild)||!s&&this.isSelected(this.ulElement.lastElementChild))&&!e||(i={cancel:!1,items:e=this.getDataByElems(o),eventName:this.toolbarAction},this.trigger("actionBegin",i),i.cancel)||((s?o:o.reverse()).forEach(function(t){var e=Array.prototype.indexOf.call(a.ulElement.querySelectorAll(".e-list-item"),t),i=Array.prototype.indexOf.call(a.ulElement.children,t);l?(x.moveTo(a.ulElement,a.ulElement,[i],0),a.changeData(i,0,e,t)):n?(x.moveTo(a.ulElement,a.ulElement,[i],a.ulElement.querySelectorAll(".e-list-item").length),a.changeData(i,a.ulElement.querySelectorAll(".e-list-item").length,e,t)):(x.moveTo(a.ulElement,a.ulElement,[i],s?i-1:i+2),a.changeData(i,s?i-1:i+1,s?e-1:e+1,t))}),this.trigger("actionComplete",{items:e,eventName:this.toolbarAction}),o[0].focus(),!t&&this.toolbarSettings.items.length&&this.getToolElem().querySelector("[data-value="+(s?"moveUp":"moveDown")+"]").focus(),this.updateToolBarState())},V.prototype.moveItemTo=function(){this.moveData(this,this.getScopedListBox())},V.prototype.moveItemFrom=function(){this.moveData(this.getScopedListBox(),this)},V.prototype.moveData=function(e,t,i,s,l){var n=[],a=[],o=[],r=[],h=[].slice.call(e.listData),u=[].slice.call(t.listData),p=[].slice.call(e.sortedData),d=[].slice.call(t.sortedData),c=[].slice.call(e.liCollections),m=[],f=[].slice.call(t.liCollections),v=[],g=[],y=e.getSelectedItems(),s=(s&&(y=s),"None"!==t.sortOrder||t.selectionSettings.showCheckbox!==e.selectionSettings.showCheckbox||t.fields.groupBy||t.itemTemplate||e.itemTemplate);if(e.value=[],y.length){this.removeSelected(e,y),y.forEach(function(t){n.push(Array.prototype.indexOf.call(e.ulElement.children,t)),m.push(Array.prototype.indexOf.call(e.ulElement.querySelectorAll(".e-list-item"),t)),a.push(Array.prototype.indexOf.call(e.listData,e.getDataByElems([t])[0])),r.push(Array.prototype.indexOf.call(e.sortedData,e.getDataByElems([t])[0])),o.push(Array.prototype.indexOf.call(e.jsonData,e.getDataByElems([t])[0]))}),"None"!==this.sortOrder?r.forEach(function(t){v.push(e.sortedData[t])}):o.forEach(function(t){v.push(e.jsonData[t])});var C={cancel:!1,items:v,eventName:this.toolbarAction};if(e.trigger("actionBegin",C),C.cancel)return;var b=[],S=(m.sort(function(t,e){return t-e}).reverse().forEach(function(t){b.push(c.splice(t,1)[0])}),e.liCollections=c,l?(C=f.splice(0,l),t.liCollections=C.concat(b.reverse()).concat(f)):t.liCollections=f.concat(b.reverse()),0===t.listData.length&&(C=t.ulElement.childNodes[0])&&t.ulElement.removeChild(C),a.sort(function(t,e){return e-t}).forEach(function(t){h.splice(t,1)[0]}),r.sort(function(t,e){return e-t}).forEach(function(t){p.splice(t,1)[0]}),o.slice().reverse().forEach(function(t){g.push(e.jsonData.splice(t,1)[0])}),s?e.fields.groupBy?(E=e.renderItems(h,e.fields),e.updateListItems(E,e.ulElement)):y.forEach(function(t){k.detach(t)}):(x.moveTo(e.ulElement,t.ulElement,n,l),e.trigger("actionComplete",{items:v,eventName:this.toolbarAction})),t.mainList.childElementCount!==t.jsonData.length&&(t.mainList=t.ulElement),[].slice.call(t.jsonData)),d=[].slice.call(t.sortedData);this.selectNextList(y,m,a,e),i&&this.list.focus(),e.listData=h,e.sortedData=p,l=l||u.length;for(var E,I=v.length-1;0<=I;I--)u.splice(l,0,v[I]),S.splice(l,0,v[I]),d.splice(l,0,v[I]);t.listData=u,t.jsonData=S,t.sortedData=d,s&&(E=t.renderItems(u,t.fields),t.updateListItems(E,t.ulElement),t.setSelection(),e.trigger("actionComplete",{items:v,eventName:this.toolbarAction})),e.updateSelectedOptions(),0===e.listData.length&&e.l10nUpdate()}1===e.value.length&&e.getSelectedItems().length&&(e.value[0]=e.getFormattedValue(e.getSelectedItems()[0].getAttribute("data-value")))},V.prototype.selectNextList=function(t,e,i,s){var l=s.ulElement.querySelectorAll(".e-list-item").length;1===t.length&&l&&!s.selectionSettings.showCheckbox&&(t=l<=e[0]?l-1:e[0],e=s.ulElement.querySelectorAll(".e-list-item")[t],-1<(e=s.getValidIndex(e,t,l===i[0]?38:40)))&&s.ulElement.querySelectorAll(".e-list-item")[e].classList.add(x.cssClass.selected)},V.prototype.moveAllItemTo=function(){this.moveAllData(this,this.getScopedListBox())},V.prototype.moveAllItemFrom=function(){this.moveAllData(this.getScopedListBox(),this)},V.prototype.moveAllData=function(t,e,i,s){var l=[].slice.call(e.listData),n=[].slice.call(e.jsonData),a="None"!==e.sortOrder||e.selectionSettings.showCheckbox!==t.selectionSettings.showCheckbox||e.fields.groupBy||e.itemTemplate||t.itemTemplate,o=[],r=[],h=[],u=(this.removeSelected(t,t.getSelectedItems()),[].slice.call(t.listData)),p={cancel:!1,items:u,eventName:this.toolbarAction};if(t.trigger("actionBegin",p),!p.cancel){0===e.listData.length&&(p=e.ulElement.childNodes[0])&&e.ulElement.removeChild(p),0<t.listData.length&&(h=Array.apply(null,{length:t.ulElement.childElementCount}).map(Number.call,Number));for(var d=0;d<t.ulElement.childElementCount;d++)!function(e){t.ulElement.childNodes[e].classList.contains("e-disabled")&&(h=h.filter(function(t){return t!==e}),o.push(t.ulElement.childNodes[e]),r.push(t.listData[e]))}(d);x.moveTo(t.ulElement,e.ulElement,h,s),this.trigger("actionComplete",{items:u,eventName:this.toolbarAction}),i&&this.list.focus(),s=s||l.length;for(d=0;d<h.length;d++)l.splice(s+d,0,t.listData[h[d]]);for(d=0;d<h.length;d++)n.splice(s+d,0,t.jsonData[h[d]]);for(var c,p=[],i=(0<o.length?(t.liCollections=o,p=[].slice.call(t.liCollections)):(p=[].slice.call(t.liCollections),t.liCollections=[]),[].slice.call(e.liCollections)),m=(s?(c=i.splice(0,s),e.liCollections=c.concat(p).concat(i)):e.liCollections=i.concat(p),t.value=[],(l=(l=l.filter(function(t){return void 0!==t})).filter(function(t){return!0!==t.isHeader})).filter(function(t){return-1===e.jsonData.indexOf(t)})),d=0;d<m.length;d++)e.jsonData.splice(s+d,0,m[d]);if(e.listData=l,t.listData.length===t.jsonData.length)t.listData=t.sortedData=t.jsonData=r;else if(t.allowFiltering){for(d=0;d<t.listData.length;d++)for(var f=0;f<t.jsonData.length;f++)t.listData[d]===t.jsonData[f]&&t.jsonData.splice(f,1);t.listData=t.sortedData=[]}a?(c=e.renderItems(l,e.fields),e.updateListItems(c,e.ulElement),this.trigger("actionComplete",{items:u,eventName:this.toolbarAction})):e.sortedData=l,t.updateSelectedOptions(),0<o.length&&(this.list.parentElement.getElementsByClassName("e-listbox-tool")[0].querySelector('[data-value="'+this.toolbarAction+'"]').disabled=!0),0===t.listData.length&&t.l10nUpdate()}},V.prototype.changeData=function(t,e,i,s){var l=[].slice.call(this.listData),n=[].slice.call(this.jsonData),a=[].slice.call(this.sortedData),o=Array.prototype.indexOf.call(this.jsonData,this.getDataByElems([s])[0]),s=Array.prototype.indexOf.call(this.sortedData,this.getDataByElems([s])[0]),r=[].slice.call(this.liCollections);l.splice(e,0,l.splice(t,1)[0]),n.splice(i,0,n.splice(o,1)[0]),a.splice(e,0,a.splice(s,1)[0]),r.splice(e,0,r.splice(t,1)[0]),this.listData=l,this.jsonData=n,this.liCollections=r,this.sortedData=a},V.prototype.getSelectedItems=function(){var e=[];return this.selectionSettings.showCheckbox?[].slice.call(this.ulElement.getElementsByClassName("e-check")).forEach(function(t){e.push(k.closest(t,".e-list-item"))}):e=[].slice.call(this.ulElement.getElementsByClassName(x.cssClass.selected)),e},V.prototype.getScopedListBox=function(){var e,i=this;return this.scope&&[].slice.call(document.querySelectorAll(this.scope)).forEach(function(t){k.getComponent(t,i.getModuleName())&&(e=k.getComponent(t,i.getModuleName()))}),e},V.prototype.getGrabbedItems=function(t){for(var e=!1,i=0;i<this.value.length;i++)if(this.value[i]===this.getFormattedValue(t.target.getAttribute("data-value"))){e=!0;break}if(e)for(i=0;i<this.value.length;i++)for(var s=this.list.querySelectorAll('[aria-selected="true"]'),l=0;l<s.length;l++)this.value[i]===this.getFormattedValue(s[l].getAttribute("data-value"))&&s[l].classList.add("e-grabbed");return this.isAngular?Array.prototype.slice.call(this.element.getElementsByClassName("e-list-parent")[0].querySelectorAll(".e-grabbed")):Array.prototype.slice.call(this.element.nextElementSibling.querySelectorAll(".e-grabbed"))},V.prototype.getDragArgs=function(t,e){var i=this.getGrabbedItems(t);return i.length?e&&i.push(t.target):i=[t.target],{elements:i,items:this.getDataByElems(i)}},V.prototype.onKeyDown=function(t){this.keyDownHandler(t),t.stopPropagation()},V.prototype.keyDownHandler=function(t){var e;-1<[32,35,36,37,38,39,40,65].indexOf(t.keyCode)&&(!this.allowFiltering||this.allowFiltering&&t.target!==this.filterInput)?t.target&&-1<t.target.className.indexOf("e-edit-template")||(t.preventDefault(),32===t.keyCode&&this.ulElement.children.length?this.selectHandler({target:this.ulElement.getElementsByClassName("e-focused")[0],ctrlKey:t.ctrlKey,shiftKey:t.shiftKey}):65===t.keyCode&&t.ctrlKey?this.selectAll():(38===t.keyCode||40===t.keyCode)&&t.ctrlKey&&t.shiftKey?this.moveUpDown(38===t.keyCode,!0):!this.toolbarSettings.items.length&&!this.tBListBox||39!==t.keyCode&&37!==t.keyCode||!t.ctrlKey?37!==t.keyCode&&39!==t.keyCode&&"KeyA"!==t.code&&this.upDownKeyHandler(t):(e=this.tBListBox||this.getScopedListBox(),39===t.keyCode?t.shiftKey?this.moveAllData(this,e,!0):this.moveData(this,e,!0):t.shiftKey?this.moveAllData(e,this,!0):this.moveData(e,this,!0))):!this.allowFiltering||40!==t.keyCode&&38!==t.keyCode||this.upDownKeyHandler(t)},V.prototype.upDownKeyHandler=function(t){var e=this.ulElement,i=40===t.keyCode||36===t.keyCode?0:e.childElementCount-1,s=e.getElementsByClassName("e-focused")[0]||e.getElementsByClassName(x.cssClass.selected)[0];if(s){if(35!==t.keyCode&&36!==t.keyCode&&(i=Array.prototype.indexOf.call(e.children,s),40===t.keyCode?i++:i--,i<0||i>e.childElementCount-1))return;k.removeClass([s],"e-focused")}var l=e.children[i];if(l)if(-1===(i=this.getValidIndex(l,i,t.keyCode)))k.addClass([s],"e-focused");else if(e.children[i].focus(),e.children[i].classList.add("e-focused"),t.ctrlKey&&(this.selectionSettings.showCheckbox||!t.shiftKey||36!==t.keyCode&&35!==t.keyCode)||this.selectHandler({target:e.children[i],ctrlKey:t.ctrlKey,shiftKey:t.shiftKey},!0),this.selectionSettings.showCheckbox&&t.ctrlKey&&t.shiftKey&&(36===t.keyCode||35===t.keyCode))for(var l=Array.prototype.indexOf.call(e.children,s),i="Home"===t.code?0:l,n="Home"===t.code?l:e.children.length-1,a=i;a<=n;a++){var o=e.children[a];this.notify("updatelist",{li:o,e:{target:this.ulElement.getElementsByClassName("e-focused")[0],ctrlKey:t.ctrlKey,shiftKey:t.shiftKey},module:"listbox"})}},V.prototype.KeyUp=function(t){var e,s,l=this;this.allowFiltering&&t.ctrlKey&&65===t.keyCode?t.preventDefault():(e=String.fromCharCode(t.keyCode).match(/\w/),k.isNullOrUndefined(e)||(this.isValidKey=!0),this.isValidKey=8===t.keyCode||46===t.keyCode||this.isValidKey,this.isValidKey&&(this.isValidKey=!1,t.keyCode,this.allowFiltering)&&(s={preventDefaultAction:!1,text:this.targetElement(),updateData:function(t,e,i){s.cancel||(l.isFiltered=!0,l.remoteFilterAction=!0,l.dataUpdater(t,e,i))},event:t,cancel:!1},this.trigger("filtering",s,function(t){l.isDataFetched=!1,t.cancel||""!==l.filterInput.value&&l.isFiltered||(t.cancel||l.isCustomFiltering||t.preventDefaultAction||(l.inputString=l.filterInput.value,l.filteringAction(l.jsonData,new m.Query,l.fields),0<l.toolbarSettings.items.length&&l.updateToolBarState()),l.isFiltered)||l.isCustomFiltering||t.preventDefaultAction||l.dataUpdater(l.jsonData,new m.Query,l.fields)})))},V.prototype.filter=function(t,e,i){this.isCustomFiltering=!0,this.filteringAction(t,e,i)},V.prototype.filteringAction=function(t,e,i){this.resetList(t,i,e)},V.prototype.targetElement=function(){return this.targetInputElement=this.list.getElementsByClassName("e-input-filter")[0],this.targetInputElement.value},V.prototype.dataUpdater=function(t,e,i){var s;this.isDataFetched=!1,""===this.targetElement().trim()?(s=this.mainList.cloneNode?this.mainList.cloneNode(!0):this.mainList,this.remoteCustomValue=!1,this.isAngular&&this.itemTemplate&&(s=this.renderItems(this.listData,i)),this.onActionComplete(s,this.jsonData),this.notify("reOrder",{module:"CheckBoxSelection",enable:this.selectionSettings.showCheckbox,e:this})):this.resetList(t,i,e)},V.prototype.focusOutHandler=function(){var t=this.list.getElementsByClassName("e-focused")[0];t&&t.classList.remove("e-focused"),this.allowFiltering&&this.refreshClearIcon()},V.prototype.getValidIndex=function(t,e,i){var s=this.ulElement;return(t.classList.contains("e-disabled")||t.classList.contains(x.cssClass.group))&&(40===i||36===i?e++:e--),e<0||e===s.childElementCount?-1:(t=s.childNodes[e]).classList.contains("e-disabled")||t.classList.contains(x.cssClass.group)?this.getValidIndex(t,e,i):e},V.prototype.updateSelectedOptions=function(){var e=this,i=[],t=[];if(k.extend(t,this.value),this.getSelectedItems().forEach(function(t){t.classList.contains("e-grabbed")||i.push(e.getFormattedValue(t.getAttribute("data-value")))}),this.mainList.childElementCount===this.ulElement.childElementCount)if(this.allowFiltering&&this.selectionSettings.showCheckbox){for(var s=0;s<i.length;s++)-1<t.indexOf(i[s])||t.push(i[s]);this.setProperties({value:t},!0)}else this.setProperties({value:i},!0);this.updateSelectTag(),this.updateToolBarState(),this.tBListBox&&this.tBListBox.updateToolBarState()},V.prototype.clearSelection=function(e){var i,s=this;void 0===e&&(e=this.value),this.selectionSettings.showCheckbox&&this.getSelectedItems().forEach(function(t){i=s.getFormattedValue(t.getAttribute("data-value")),e.indexOf(i)<0&&(t.getElementsByClassName("e-check")[0].classList.remove("e-check"),t.removeAttribute("aria-selected"))})},V.prototype.setSelection=function(t,e,i,s){var l,n,a=this;void 0===t&&(t=this.value),void 0===e&&(e=!0),void 0===i&&(i=!1),void 0===s&&(s=!0),t&&t.forEach(function(t){t=i?a.getValueByText(t):t;(l="string"==typeof t?(t=t.split("\\").join("\\\\"),a.list.querySelector('[data-value="'+t.replace(/"/g,'\\"')+'"]')):a.list.querySelector('[data-value="'+t+'"]'))&&(n=a.selectionSettings.showCheckbox&&!l.classList.contains("e-disabled")?l.getElementsByClassName("e-frame")[0].classList.contains("e-check"):l.classList.contains("e-selected"),!e&&n||e&&!n&&l)&&(a.selectionSettings.showCheckbox&&!l.classList.contains("e-disabled")?(a.notify("updatelist",{li:l,module:"listbox"}),s&&l.focus()):e&&!l.classList.contains("e-disabled")?(l.classList.add(x.cssClass.selected),l.setAttribute("aria-selected","true"),s&&l.focus()):(l.classList.remove(x.cssClass.selected),l.removeAttribute("aria-selected")))}),this.updateSelectTag()},V.prototype.updateSelectTag=function(){var t=this.getSelectTag(),e="";if(t.innerHTML="",this.value){for(var i=0,s=this.value.length;i<s;i++)e+="<option selected>"+this.value[i]+"</option>";t.innerHTML+=e;for(i=0,s=t.childNodes.length;i<s;i++)t.childNodes[i].setAttribute("value",this.value[i].toString())}this.checkSelectAll()},V.prototype.checkDisabledState=function(t){return k.isNullOrUndefined(t.ulElement)?!(!k.isNullOrUndefined(this.dataSource)&&k.isNullOrUndefined(this.dataSource.length)):0===t.ulElement.querySelectorAll("."+x.cssClass.li).length},V.prototype.updateToolBarState=function(){var i,s,l=this;this.toolbarSettings.items.length&&(i=this.getScopedListBox(),s=this.list.parentElement.getElementsByClassName("e-listbox-tool")[0],this.toolbarSettings.items.forEach(function(t){var e=s.querySelector('[data-value="'+t+'"]');switch(t){case"moveAllTo":e.disabled=l.checkDisabledState(l);break;case"moveAllFrom":e.disabled=l.checkDisabledState(i);break;case"moveFrom":e.disabled=!i.value||!i.value.length;break;case"moveUp":e.disabled=!(l.value&&l.value.length&&!l.isSelected(l.ulElement.children[0]));break;case"moveDown":e.disabled=!(l.value&&l.value.length&&!l.isSelected(l.ulElement.children[l.ulElement.childElementCount-1]));break;default:e.disabled=!l.value||!l.value.length}}))},V.prototype.setCheckboxPosition=function(){var t=this.list;this.initLoad||"Left"!==this.selectionSettings.checkboxPosition||t.classList.remove("e-right"),"Right"===this.selectionSettings.checkboxPosition&&t.classList.add("e-right")},V.prototype.showCheckbox=function(t){var e=0,i=this.list.lastElementChild.querySelectorAll("li"),s=this.list.lastElementChild.getElementsByClassName("e-list-item").length;if(t)this.ulElement=this.renderItems(this.listData,this.fields),this.mainList=this.ulElement,this.list.removeChild(this.list.getElementsByTagName("ul")[0]),this.list.appendChild(this.ulElement),this.selectionSettings.showSelectAll&&!this.list.getElementsByClassName("e-selectall-parent")[0]&&(t=new k.L10n(this.getModuleName(),{selectAllText:"Select All",unSelectAllText:"Unselect All"},this.locale),this.showSelectAll=!0,this.selectAllText=t.getConstant("selectAllText"),this.unSelectAllText=t.getConstant("unSelectAllText"),this.popupWrapper=this.list,this.checkBoxSelectionModule.checkAllParent=null,this.notify("selectAll",{}),this.checkSelectAll());else{for(this.list.getElementsByClassName("e-selectall-parent")[0]&&this.list.removeChild(this.list.getElementsByClassName("e-selectall-parent")[0]);e<s;e++)i[e].classList.contains("e-list-item")&&i[e].removeChild(i[e].getElementsByClassName("e-checkbox-wrapper")[0]),i[e].hasAttribute("aria-selected")&&i[e].removeAttribute("aria-selected");this.mainList=this.ulElement}this.value=[]},V.prototype.isSelected=function(t){return!k.isNullOrUndefined(t)&&(t.classList.contains(x.cssClass.selected)||null!==t.querySelector(".e-check"))},V.prototype.getSelectTag=function(){return this.list.getElementsByClassName("e-hidden-select")[0]},V.prototype.getToolElem=function(){return this.list.parentElement.getElementsByClassName("e-listbox-tool")[0]},V.prototype.formResetHandler=function(){this.value=this.initialSelectedOptions},V.prototype.getModuleName=function(){return"listbox"},V.prototype.getPersistData=function(){return this.addOnPersist(["value"])},V.prototype.getLocaleName=function(){return"listbox"},V.prototype.destroy=function(){this.unwireEvents(),"EJS-LISTBOX"===this.element.tagName?this.element.innerHTML="":(this.element.style.display="inline-block",this.toolbarSettings.items.length&&(this.list.parentElement.parentElement.insertBefore(this.list,this.list.parentElement),k.detach(this.list.nextElementSibling)),this.list.parentElement.insertBefore(this.element,this.list)),We.prototype.destroy.call(this),this.enableRtlElements=[],this.liCollections=null,this.list=null,this.ulElement=null,this.mainList=null,this.spinner=null,this.rippleFun=null,this.itemTemplate&&this.clearTemplate()},V.prototype.onPropertyChanged=function(t,e){var i=this.toolbarSettings.items.length?this.list.parentElement:this.list;We.prototype.onPropertyChanged.call(this,t,e),this.setUpdateInitial(["fields","query","dataSource"],t);for(var s=0,l=Object.keys(t);s<l.length;s++)switch(l[s]){case"cssClass":e.cssClass&&k.removeClass([i],e.cssClass.split(" ")),t.cssClass&&k.addClass([i],t.cssClass.replace(/\s+/g," ").trim().split(" "));break;case"enableRtl":t.enableRtl?this.list.classList.add("e-rtl"):this.list.classList.remove("e-rtl");break;case"value":k.removeClass(this.list.querySelectorAll("."+x.cssClass.selected),x.cssClass.selected),this.clearSelection(this.value),this.setSelection();break;case"height":this.setHeight();break;case"enabled":this.setEnable();break;case"allowDragAndDrop":t.allowDragAndDrop?this.initDraggable():k.getComponent(this.ulElement,"sortable").destroy();break;case"allowFiltering":this.allowFiltering?this.setFiltering():(this.list.removeChild(this.list.getElementsByClassName("e-filter-parent")[0]),this.filterParent=null,k.removeClass([this.list],"e-filter-list"));break;case"filterBarPlaceholder":this.allowFiltering&&this.filterInput&&h.Input.setPlaceholder(t.filterBarPlaceholder,this.filterInput);break;case"scope":this.allowDragAndDrop&&(k.getComponent(this.ulElement,"sortable").scope=t.scope),this.toolbarSettings.items.length&&(e.scope&&(k.getComponent(document.querySelector(e.scope),this.getModuleName()).tBListBox=null),t.scope)&&(k.getComponent(document.querySelector(t.scope),this.getModuleName()).tBListBox=this);break;case"toolbarSettings":var n=void 0,a=t.toolbarSettings.position,o=this.getToolElem();a&&(k.removeClass([i],["e-right","e-left"]),i.classList.add("e-"+a.toLowerCase()),"Left"===a?i.insertBefore(o,this.list):i.appendChild(o)),t.toolbarSettings.items&&(e.toolbarSettings.items=k.isNullOrUndefined(e.toolbarSettings.items)?[]:e.toolbarSettings.items,e.toolbarSettings&&e.toolbarSettings.items.length&&((n=this.list.parentElement).parentElement.insertBefore(this.list,n),k.detach(n)),this.initToolbarAndStyles(),this.wireToolbarEvent());break;case"selectionSettings":a=t.selectionSettings.showSelectAll,o=t.selectionSettings.showCheckbox;k.isNullOrUndefined(a)||(this.showSelectAll=a,this.showSelectAll&&(n=new k.L10n(this.getModuleName(),{selectAllText:"Select All",unSelectAllText:"Unselect All"},this.locale),this.checkBoxSelectionModule.checkAllParent=null,this.showSelectAll=!0,this.selectAllText=n.getConstant("selectAllText"),this.unSelectAllText=n.getConstant("selectAllText"),this.popupWrapper=this.list),this.notify("selectAll",{}),this.checkSelectAll()),k.isNullOrUndefined(o)||this.showCheckbox(o),this.selectionSettings.showCheckbox&&this.setCheckboxPosition();break;case"dataSource":this.isDataSourceUpdate=!0,this.jsonData=[].slice.call(this.dataSource)}},T([k.Property("")],V.prototype,"cssClass",void 0),T([k.Property([])],V.prototype,"value",void 0),T([k.Property("")],V.prototype,"height",void 0),T([k.Property(!0)],V.prototype,"enabled",void 0),T([k.Property(!1)],V.prototype,"enablePersistence",void 0),T([k.Property(!1)],V.prototype,"allowDragAndDrop",void 0),T([k.Property(1e3)],V.prototype,"maximumSelectionLength",void 0),T([k.Property(!1)],V.prototype,"allowFiltering",void 0),T([k.Property("")],V.prototype,"scope",void 0),T([k.Property(!0)],V.prototype,"ignoreCase",void 0),T([k.Property(null)],V.prototype,"filterBarPlaceholder",void 0),T([k.Property("None")],V.prototype,"sortOrder",void 0),T([k.Event()],V.prototype,"beforeItemRender",void 0),T([k.Event()],V.prototype,"filtering",void 0),T([k.Event()],V.prototype,"select",void 0),T([k.Event()],V.prototype,"change",void 0),T([k.Event()],V.prototype,"beforeDrop",void 0),T([k.Event()],V.prototype,"dragStart",void 0),T([k.Event()],V.prototype,"drag",void 0),T([k.Event()],V.prototype,"drop",void 0),T([k.Event()],V.prototype,"dataBound",void 0),T([k.Property(null)],V.prototype,"groupTemplate",void 0),T([k.Property("Request failed")],V.prototype,"actionFailureTemplate",void 0),T([k.Property(1e3)],V.prototype,"zIndex",void 0),T([k.Property(!1)],V.prototype,"ignoreAccent",void 0),T([k.Complex({},Fe)],V.prototype,"toolbarSettings",void 0),T([k.Complex({},Ve)],V.prototype,"selectionSettings",void 0);var We,qe,Te=qe=T([k.NotifyPropertyChanges],V);function V(t,e){t=We.call(this,t,e)||this;return t.isValidKey=!1,t.isDataSourceUpdate=!1,t.keyDownStatus=!1,t}var je={backIcon:"e-input-group-icon e-back-icon e-icons",filterBarClearIcon:"e-input-group-icon e-clear-icon e-icons",filterInput:"e-input-filter",filterParent:"e-filter-parent",clearIcon:"e-clear-icon"};Me=function(t,e){return(Me=Object.setPrototypeOf||({__proto__:[]}instanceof Array?function(t,e){t.__proto__=e}:function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])}))(t,e)};var Me,Re,T=function(t,e,i,s){var l,n=arguments.length,a=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,i,s);else for(var o=t.length-1;0<=o;o--)(l=t[o])&&(a=(n<3?l(a):3<n?l(e,i,a):l(e,i))||a);return 3<n&&a&&Object.defineProperty(e,i,a),a},T=(function(t,e){function i(){this.constructor=t}Me(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)}(P,Re=Z),P.prototype.onPropertyChanged=function(t,e){for(var i=0,s=Object.keys(t);i<s.length;i++)switch(s[i]){case"minLength":this.minLength=t.minLength;break;case"suffixText":this.suffixText=t.suffixText;break;case"allowSpaces":this.allowSpaces=t.allowSpaces;break;case"mentionChar":this.mentionChar=t.mentionChar;break;case"showMentionChar":this.showMentionChar=t.showMentionChar;break;case"cssClass":this.updateCssClass(t.cssClass,e.cssClass)}},P.prototype.updateCssClass=function(t,e){k.isNullOrUndefined(e)||(e=e.replace(/\s+/g," ").trim()),k.isNullOrUndefined(t)||(t=t.replace(/\s+/g," ").trim()),this.setCssClass(t,[this.inputElement],e),this.popupObj&&this.setCssClass(t,[this.popupObj.element],e)},P.prototype.setCssClass=function(t,e,i){k.isNullOrUndefined(i)||""===i||k.removeClass(e,i.split(" ")),k.isNullOrUndefined(t)||""===t||k.addClass(e,t.split(" "))},P.prototype.initializeData=function(){this.isSelected=!1,this.isFiltered=!1,this.beforePopupOpen=!1,this.initRemoteRender=!1,this.isListResetted=!1,this.isPopupOpen=!1,this.isCollided=!1,this.lineBreak=!1,this.isRTE=!1,this.keyEventName="mousedown"},P.prototype.preRender=function(){this.initializeData(),Re.prototype.preRender.call(this)},P.prototype.render=function(){var t="string"==typeof this.target;this.inputElement=k.isNullOrUndefined(this.target)?this.element:this.checkAndUpdateInternalComponent(t?document.querySelector(this.target):this.target),this.isContentEditable(this.inputElement)&&(this.inputElement.setAttribute("contenteditable","true"),k.addClass([this.inputElement],["e-mention"]),k.isNullOrUndefined(this.target))&&k.addClass([this.inputElement],["e-editable-element"]),this.inputElement.setAttribute("role","textbox"),this.inputElement.setAttribute("aria-label","mention"),this.queryString=this.elementValue(),this.wireEvent()},P.prototype.wireEvent=function(){k.EventHandler.add(this.inputElement,"keyup",this.onKeyUp,this),this.bindCommonEvent()},P.prototype.unWireEvent=function(){k.EventHandler.remove(this.inputElement,"keyup",this.onKeyUp),this.unBindCommonEvent()},P.prototype.bindCommonEvent=function(){k.Browser.isDevice||this.inputElement.addEventListener("keydown",this.keyDownHandler.bind(this),!this.isRTE)},P.prototype.hideSpinner=function(){this.hideWaitingSpinner()},P.prototype.hideWaitingSpinner=function(){k.isNullOrUndefined(this.spinnerElement)||o.hideSpinner(this.spinnerElement),k.isNullOrUndefined(this.spinnerTemplate)||k.isNullOrUndefined(this.spinnerTemplateElement)||k.detach(this.spinnerTemplateElement)},P.prototype.checkAndUpdateInternalComponent=function(t){if(!this.isVue&&t.classList.contains("e-richtexteditor"))return t.querySelector(".e-content");if(this.isVue&&"TEXTAREA"===t.nodeName&&t.classList.contains("e-rte-hidden")){var e=t.parentElement;if(e&&e.classList.contains("e-richtexteditor"))return e.querySelector(".e-content")}return t&&t.parentElement&&t.parentElement.classList.contains("e-rte-content")&&(this.isRTE=!0,this.keyEventName="click"),t},P.prototype.showWaitingSpinner=function(){k.isNullOrUndefined(this.popupObj)||(k.isNullOrUndefined(this.spinnerTemplate)&&k.isNullOrUndefined(this.spinnerElement)&&(this.spinnerElement=this.popupObj.element,o.createSpinner({target:this.spinnerElement,width:k.Browser.isDevice?"16px":"14px"},this.createElement),o.showSpinner(this.spinnerElement)),k.isNullOrUndefined(this.spinnerTemplate))||this.setSpinnerTemplate()},P.prototype.keyDownHandler=function(t){var e=!0;switch(t.keyCode){case 38:t.action=t.altKey?"hide":"up";break;case 40:t.action=t.altKey?"open":"down";break;case 33:t.action="pageUp";break;case 34:t.action="pageDown";break;case 36:t.action="home";break;case 35:t.action="end";break;case 9:t.action=t.shiftKey?"close":"tab";break;case 27:t.action="escape";break;case 32:t.action="space";break;case 13:t.action="enter";break;default:e=!1}e&&this.keyActionHandler(t)},P.prototype.keyActionHandler=function(t){var e,i="down"===t.action||"up"===t.action||"pageUp"===t.action||"pageDown"===t.action||"home"===t.action||"end"===t.action,s="tab"===t.action||"close"===t.action;if(void 0!==this.list||this.isRequested||s||"escape"===t.action||"space"===t.action||this.renderList(),!(k.isNullOrUndefined(this.list)||!k.isNullOrUndefined(this.liCollections)&&i&&0===this.liCollections.length||this.isRequested))switch("escape"===t.action&&t.preventDefault(),this.isSelected="escape"!==t.action&&this.isSelected,t.action){case"down":case"up":this.isUpDownKey=!0,this.updateUpDownAction(t);break;case"tab":this.isPopupOpen&&(t.preventDefault(),(e=this.list.querySelector("."+y.selected))&&this.setSelection(e,t),this.isPopupOpen)&&this.hidePopup(t);break;case"enter":this.isPopupOpen&&(t.preventDefault(),this.popupObj)&&this.popupObj.element.contains(this.selectedLI)&&this.updateSelectedItem(this.selectedLI,t,!1,!0);break;case"escape":this.isPopupOpen&&this.hidePopup(t)}},P.prototype.updateUpDownAction=function(t){if(!this.fields.disabled||!this.list||0!==this.list.querySelectorAll(".e-list-item:not(.e-disabled)").length){var e,i=this.list.querySelector("."+y.focus);this.isSelectFocusItem(i)?this.setSelection(i,t):k.isNullOrUndefined(this.liCollections)||(i=this.list.querySelector("."+y.selected),k.isNullOrUndefined(i)||(i=this.getFormattedValue(i.getAttribute("data-value")),this.activeIndex=this.getIndexByValue(i)),s="down"===t.action?this.activeIndex+1:this.activeIndex-1,i=0,i="down"===t.action&&k.isNullOrUndefined(this.activeIndex)?0:this.liCollections.length-1,s=s<0?this.liCollections.length-1:s===this.liCollections.length?0:s,i=k.isNullOrUndefined(this.activeIndex)?this.liCollections[i]:this.liCollections[s],k.isNullOrUndefined(i))||this.setSelection(i,t);for(var s=0;s<this.liCollections.length;s++)if(this.liCollections[s].classList.contains(y.focus)||this.liCollections[s].classList.contains(y.selected)){e=s;break}null!=e&&this.isDisabledElement(this.liCollections[e])&&this.updateUpDownAction(t),this.isPopupOpen&&t.preventDefault()}},P.prototype.isSelectFocusItem=function(t){return!k.isNullOrUndefined(t)},P.prototype.unBindCommonEvent=function(){k.Browser.isDevice||this.inputElement.removeEventListener("keydown",this.keyDownHandler.bind(this),!this.isRTE)},P.prototype.onKeyUp=function(t){var e,i,s,l,n,a;this.isUpDownKey&&this.isPopupOpen&&229===t.keyCode?this.isUpDownKey=!1:(this.isTyped="Enter"!==t.code&&"Space"!==t.code&&"ArrowDown"!==t.code&&"ArrowUp"!==t.code,i=!(!document.activeElement.parentElement||!document.activeElement.parentElement.querySelector(".e-rte-image")),document.activeElement!=this.inputElement&&i&&this.inputElement.focus(),this.isContentEditable(this.inputElement)&&(this.range=this.getCurrentRange(),e=this.range.startContainer.textContent.split("")),i=this.getTextRange(),s=this.getLastLetter(i),l=this.mentionChar.toString()+this.mentionChar.toString(),n=new RegExp(this.mentionChar.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"),"g"),a=new RegExp("[a-zA-Z]","g"),"Shift"!==t.key&&37!==t.keyCode&&39!==t.keyCode&&(this.beforePopupOpen&&this.isPopupOpen&&s==l?this.hidePopup():!i||!s||"Enter"===t.code||27===t.keyCode||s.match(n)&&1<s.match(n).length||this.isContentEditable(this.inputElement)&&this.range.startContainer&&this.range.startContainer.previousElementSibling&&"BR"!==this.range.startContainer.previousElementSibling.tagName&&0<this.range.startContainer.textContent.split("").length&&(1===e.length||-1===e[e.length-2].indexOf("")||1===this.range.startContainer.nodeType)?this.isPopupOpen&&this.allowSpaces&&i&&""!==i.trim()&&a.test(i)&&-1!==i.indexOf(this.mentionChar)&&!this.isMatchedText()&&1<i.length&&" "!==i.replace(/\u00A0/g," ").charAt(i.length-2)&&this.list&&0<this.list.querySelectorAll("ul").length&&"Enter"!==t.code?(this.queryString=i.substring(i.lastIndexOf(this.mentionChar)+1).replace(" "," "),this.searchLists(t)):!this.isPopupOpen||this.allowSpaces&&s||"ArrowDown"===t.code||"ArrowUp"===t.code||(this.hidePopup(),this.lineBreak=!0):(s.includes(this.mentionChar)&&(this.queryString=s.replace(this.mentionChar,"")),this.mentionChar.charCodeAt(0)!==s.charCodeAt(0)||""===this.queryString||38===t.keyCode||40===t.keyCode||this.lineBreak?0===s.indexOf(this.mentionChar)&&!this.isPopupOpen&&8!==t.keyCode&&(!this.popupObj||k.isNullOrUndefined(this.target)&&!document.body.contains(this.popupObj.element)||!k.isNullOrUndefined(this.target)&&document.body.contains(this.popupObj.element))?(this.initRemoteRender&&this.list&&this.list.classList.contains("e-nodata")&&this.searchLists(t),this.resetList(this.dataSource,this.fields),k.isNullOrUndefined(this.list)&&this.initValue(),!this.isPopupOpen&&38!==t.keyCode&&40!==t.keyCode&&this.queryString.length>=this.minLength&&(this.didPopupOpenByTypingInitialChar=!0,this.showPopup(),this.initRemoteRender&&0===this.list.querySelectorAll("li").length&&this.showWaitingSpinner(),this.lineBreak=!1)):this.allowSpaces&&""!==this.queryString&&i&&""!==i.trim()&&i.replace(" "," ").lastIndexOf(" ")<i.length-1&&38!==t.keyCode&&40!==t.keyCode&&8!==t.keyCode&&(this.mentionChar.charCodeAt(0)===s.charCodeAt(0)||this.liCollections&&0<this.liCollections.length)?(this.queryString=i.substring(i.lastIndexOf(this.mentionChar)+1).replace(" "," "),this.searchLists(t)):""===this.queryString&&this.isPopupOpen&&38!==t.keyCode&&40!==t.keyCode&&this.mentionChar.charCodeAt(0)===s.charCodeAt(0)&&(this.searchLists(t),this.isListResetted||this.resetList(this.dataSource,this.fields)):(this.searchLists(t),!this.isPopupOpen&&this.queryString.length>=this.minLength&&(!this.isContentEditable(this.inputElement)||this.isContentEditable(this.inputElement)&&this.range&&this.range.startContainer!==this.inputElement&&9!==t.keyCode)&&this.showPopup()),this.isListResetted=!1)))},P.prototype.isMatchedText=function(){for(var t=!1,e=0;e<(this.liCollections&&this.liCollections.length);e++)this.getTextRange()&&this.getTextRange().substring(this.getTextRange().lastIndexOf(this.mentionChar)+1).replace(" "," ").trim()===this.liCollections[e].getAttribute("data-value").toLowerCase()&&(t=!0);return t},P.prototype.getCurrentRange=function(){return this.range=this.inputElement.ownerDocument.getSelection().getRangeAt(0),this.range},P.prototype.searchLists=function(t){var s,l=this;this.isDataFetched=!1,k.isNullOrUndefined(this.list)&&(Re.prototype.render.call(this),this.unWireListEvents(),this.wireListEvents()),"mousedown"===t.type||40!==t.keyCode&&38!==t.keyCode?(this.isSelected=!1,this.activeIndex=null,s={preventDefaultAction:!1,text:this.queryString,updateData:function(t,e,i){s.cancel||(l.isFiltered=!0,l.filterAction(t,e,i))},cancel:!1},this.trigger("filtering",s,function(t){t.cancel||l.isFiltered||t.preventDefaultAction||l.filterAction(l.dataSource,null,l.fields)})):(this.queryString=""===this.queryString?null:this.queryString,this.beforePopupOpen=!0,this.resetList(this.dataSource,this.fields))},P.prototype.filterAction=function(t,e,i){this.beforePopupOpen=!0,this.queryString.length>=this.minLength?(this.resetList(t,i,e),this.isListResetted=!0):(this.isPopupOpen&&this.hidePopup(),this.beforePopupOpen=!1),this.setDataIndex(),this.renderReactTemplates()},P.prototype.onActionComplete=function(t,e,i,s){Re.prototype.onActionComplete.call(this,t,e,i),this.isActive&&(k.isNullOrUndefined(t)||k.attributes(t,{id:this.inputElement.id+"_options",role:"listbox","aria-hidden":"false"}),(e=this.fields.disabled?t.querySelector("."+y.li+":not(.e-disabled)"):t.querySelector("."+y.li))&&(e.classList.add(y.selected),this.selectedLI=e,i=this.getFormattedValue(e.getAttribute("data-value")),this.selectEventCallback(e,this.getDataByValue(i),i,!0)),this.beforePopupOpen)&&this.isPopupOpen&&(k.isNullOrUndefined(this.popupObj.element)||this.popupObj.element.remove(),this.renderPopup())},P.prototype.setDataIndex=function(){for(var t=0;this.liCollections&&t<this.liCollections.length;t++)this.liCollections[t].setAttribute("data-index",t.toString())},P.prototype.listOption=function(t,e){var i,s=this,t=Re.prototype.listOption.call(this,t,e);return k.isNullOrUndefined(t.itemCreated)?t.itemCreated=function(t){s.highlight&&(s.inputElement.tagName===s.getNgDirective()&&s.itemTemplate?setTimeout(function(){K(t.item,s.queryString,s.ignoreCase,s.filterType)},0):K(t.item,s.queryString,s.ignoreCase,s.filterType))}:(i=t.itemCreated,t.itemCreated=function(t){s.highlight&&K(t.item,s.queryString,s.ignoreCase,s.filterType),i.apply(s,[t])}),t},P.prototype.elementValue=function(){return(this.isContentEditable(this.inputElement)?this.inputElement.textContent:this.inputElement.value).replace(this.mentionChar,"")},P.prototype.getQuery=function(t){var e,i=t?t.clone():this.query?this.query.clone():new m.Query,t=""!==this.queryString||k.isNullOrUndefined(this.elementValue())?this.filterType:"equal",s=""!==this.queryString||k.isNullOrUndefined(this.elementValue())?this.queryString:this.elementValue();if(!this.isFiltered&&(null!==this.queryString&&""!==this.queryString&&(e=this.typeOfData(this.dataSource).typeof,(this.dataSource instanceof m.DataManager||"string"!==e)&&"number"!==e?(e=k.isNullOrUndefined(this.fields.text)?"":this.fields.text,i.where(e,t,s,this.ignoreCase,this.ignoreAccent)):i.where("",t,s,this.ignoreCase,this.ignoreAccent)),!k.isNullOrUndefined(this.suggestionCount))){if(25!==this.suggestionCount)for(var l=0;l<i.queries.length;l++)"onTake"===i.queries[l].fn&&i.queries.splice(l,1);i.take(this.suggestionCount)}return i},P.prototype.renderHightSearch=function(){if(this.highlight)for(var t=0;t<this.liCollections.length;t++)this.ulElement.querySelector(".e-active")||(_(this.liCollections[t]),K(this.liCollections[t],this.queryString,this.ignoreCase,this.filterType))},P.prototype.getTextRange=function(){var t,e,i;return this.isContentEditable(this.inputElement)?this.range&&(e=this.range.startContainer,k.isNullOrUndefined(e)||(e=e.textContent,i=this.range.startOffset,e&&0<=i&&(t=e.substring(0,i)))):(e=this.inputElement,k.isNullOrUndefined(e)||(i=e.selectionStart,e.value&&0<=i&&(t=e.value.substring(0,i)))),t},P.prototype.getLastLetter=function(t){return k.isNullOrUndefined(t)?"":(t=t.replace(/\u00A0/g," ").split(/\s+/))[t.length-1].trim()},P.prototype.isContentEditable=function(t){return t&&"INPUT"!==t.nodeName&&"TEXTAREA"!==t.nodeName},P.prototype.showPopup=function(){this.beforePopupOpen=!0,document.activeElement!=this.inputElement&&this.inputElement.focus(),this.queryString=this.didPopupOpenByTypingInitialChar?this.queryString:"",this.didPopupOpenByTypingInitialChar=!1,this.isContentEditable(this.inputElement)&&(this.range=this.getCurrentRange()),this.isTyped||this.resetList(this.dataSource,this.fields),k.isNullOrUndefined(this.list)&&this.initValue(),this.renderPopup(),k.attributes(this.inputElement,{"aria-activedescendant":this.selectedElementID}),null==this.selectedElementID&&this.inputElement.removeAttribute("aria-activedescendant")},P.prototype.hidePopup=function(t){this.removeSelection(),this.closePopup(0,t)},P.prototype.closePopup=function(t,e){var i,s=this;this.popupObj&&document.body.contains(this.popupObj.element)&&this.beforePopupOpen&&(k.EventHandler.remove(document,"mousedown",this.onDocumentClick),this.inputElement.removeAttribute("aria-owns"),this.inputElement.removeAttribute("aria-activedescendant"),this.beforePopupOpen=!1,i=this.popupObj,this.trigger("closed",{popup:i,cancel:!1,animation:{name:"FadeOut",duration:100,delay:t||0},event:e||null},function(t){!t.cancel&&s.popupObj&&(s.isPopupOpen?s.popupObj.hide(new k.Animation(t.animation)):s.destroyPopup())}))},P.prototype.renderPopup=function(){var a=this;this.trigger("beforeOpen",{cancel:!1},function(t){var e,i,s,l,n;t.cancel?a.beforePopupOpen=!1:(k.isNullOrUndefined(a.target)?e=a.createElement("div",{id:a.inputElement.id+"_popup",className:"e-mention e-popup "+(null!=a.cssClass?a.cssClass:"")}):(e=a.element,null!=a.cssClass&&k.addClass([e],a.cssClass.split(" "))),k.isNullOrUndefined(a.target)||(e.id=a.inputElement.id+"_popup"),a.listHeight=k.formatUnit(a.popupHeight),k.isNullOrUndefined(a.list.querySelector("li"))||a.initRemoteRender||(t=a.list.querySelector("."+y.focus),k.isNullOrUndefined(t))||(a.selectedLI=t,n=a.getFormattedValue(t.getAttribute("data-value")),a.selectEventCallback(t,a.getDataByValue(n),n,!0)),k.append([a.list],e),a.inputElement.parentElement&&(t=a.inputElement.parentElement.closest(".e-richtexteditor"))&&e.firstElementChild&&0<e.firstElementChild.childElementCount&&(e.firstElementChild.setAttribute("aria-owns",t.id),k.addClass([e],"e-rte-elements")),a.popupObj&&document.body.contains(a.popupObj.element)&&(document.contains(e)||!k.isNullOrUndefined(a.target))||document.body.appendChild(e),e.style.visibility="hidden",a.setHeight(e),a.initializePopup(e,0,0),a.checkCollision(e),e.style.visibility="visible",s=e.parentElement.offsetWidth-e.offsetWidth,l=e.offsetHeight,k.addClass([e],["e-mention","e-popup","e-popup-close"]),k.isNullOrUndefined(a.list)||(a.unWireListEvents(),a.wireListEvents()),a.selectedElementID=a.selectedLI?a.selectedLI.id:null,k.attributes(a.inputElement,{"aria-owns":a.inputElement.id+"_options","aria-activedescendant":a.selectedElementID}),null==a.selectedElementID&&a.inputElement.removeAttribute("aria-activedescendant"),a.beforePopupOpen=!0,n=a.popupObj,a.trigger("opened",{popup:n,cancel:!1,animation:{name:"FadeIn",duration:100}},function(t){t.cancel?(a.beforePopupOpen=!1,a.destroyPopup()):(a.renderReactTemplates(),a.popupObj&&a.popupObj.show(new k.Animation(t.animation),1e3===a.zIndex?a.inputElement:null),k.isNullOrUndefined(a.getTriggerCharPosition())||(i=a.getCoordinates(a.inputElement,a.getTriggerCharPosition()),a.isCollided?(0<a.collision.length&&-1<a.collision.indexOf("right")&&-1===a.collision.indexOf("bottom")?e.style.cssText="top: ".concat(i.top.toString(),"px;\n left: ").concat(s.toString(),"px;\nposition: absolute;\n display: block;"):a.collision&&0<a.collision.length&&-1<a.collision.indexOf("bottom")&&-1===a.collision.indexOf("right")?(e.style.left=k.formatUnit(i.left),e.style.top=k.formatUnit(i.top-parseInt(l.toString()))):a.collision&&0<a.collision.length&&-1<a.collision.indexOf("bottom")&&-1<a.collision.indexOf("right")?(e.style.left=k.formatUnit(s),e.style.top=k.formatUnit(i.top-parseInt(l.toString()))):(e.style.left=k.formatUnit(i.left),e.style.top=k.formatUnit(i.top-parseInt(a.popupHeight.toString()))),a.isCollided=!1,a.collision=[]):e.style.cssText="top: ".concat(i.top.toString(),"px;\n left: ").concat(i.left.toString(),"px;\nposition: absolute;\n display: block;"),e.style.width="100%"===a.popupWidth||k.isNullOrUndefined(a.popupWidth)?"auto":k.formatUnit(a.popupWidth),a.setHeight(e),e.style.zIndex=(1e3===a.zIndex?o.getZindexPartial(e):a.zIndex).toString()))}))})},P.prototype.setHeight=function(t){"auto"!==this.popupHeight&&this.list?(this.list.style.maxHeight=(parseInt(this.listHeight,10)-2).toString()+"px",t.style.maxHeight=k.formatUnit(this.popupHeight)):t.style.height="auto"},P.prototype.checkCollision=function(t){var e;(!k.Browser.isDevice||k.Browser.isDevice&&"mention"!==this.getModuleName())&&(e=this.getCoordinates(this.inputElement,this.getTriggerCharPosition()),this.collision=o.isCollide(t,null,e.left,e.top),0<this.collision.length&&(t.style.marginTop=-parseInt(getComputedStyle(t).marginTop,10)+"px",this.isCollided=!0),this.popupObj.resolveCollision())},P.prototype.getTriggerCharPosition=function(){var t,e=this.getTextRange();return(t=null!=e&&(t=0)<=(e=e.lastIndexOf(this.mentionChar))?e:t)||0},P.prototype.initializePopup=function(t,e,i){var s=this;this.popupObj=new o.Popup(t,{width:this.setWidth(),targetType:"relative",relateTo:this.inputElement,collision:{X:"flip",Y:"flip"},offsetY:e,enableRtl:this.enableRtl,offsetX:i,position:{X:"left",Y:"bottom"},actionOnScroll:"hide",zIndex:this.zIndex,close:function(){s.destroyPopup()},open:function(){k.EventHandler.add(document,"mousedown",s.onDocumentClick,s),s.isPopupOpen=!0,s.setDataIndex()}})},P.prototype.setWidth=function(){var t=k.formatUnit(this.popupWidth);return t=-1<t.indexOf("%")?(this.inputElement.offsetWidth*parseFloat(t)/100).toString()+"px":t},P.prototype.destroyPopup=function(){this.isPopupOpen=!1,this.popupObj.destroy(),k.isNullOrUndefined(this.target)?k.detach(this.popupObj.element):(this.popupObj.element.innerHTML="",this.popupObj.element.removeAttribute("style"),this.popupObj.element.removeAttribute("aria-disabled")),this.list.classList.contains("e-nodata")&&(this.list=null)},P.prototype.onDocumentClick=function(t){var e=t.target;!k.isNullOrUndefined(this.popupObj)&&k.closest(e,"#"+this.popupObj.element.id)||this.hidePopup(t)},P.prototype.getCoordinates=function(t,e){var i,s,l,n,a,o=this.isContentEditable(this.inputElement)?(o=this.getTriggerCharPosition(),c=this.range,a=document.createRange(),this.getTextRange()&&-1!==this.getTextRange().lastIndexOf(this.mentionChar)?(a.setStart(c.startContainer,o),a.setEnd(c.startContainer,o)):(a.setStart(c.startContainer,c.startOffset),a.setEnd(c.startContainer,c.endOffset)),this.isTyped=!1,a.collapse(!1),0===a.getBoundingClientRect().top?a.startContainer.getClientRects()[0]:a.getBoundingClientRect()):(i=this.createElement("div",{className:"e-form-mirror-div"}),document.body.appendChild(i),n=getComputedStyle(t),i.style.position="absolute",i.style.visibility="hidden",["direction","boxSizing","width","height","overflowX","overflowY","borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth","paddingTop","paddingRight","paddingBottom","paddingLeft","fontStyle","fontVariant","fontWeight","fontStretch","fontSize","fontSizeAdjust","lineHeight","fontFamily","textAlign","textTransform","textIndent","textDecoration","letterSpacing","wordSpacing"].forEach(function(t){i.style[t]=n[t]}),i.textContent=t.value.substring(0,e),"INPUT"===this.inputElement.nodeName&&(i.textContent=i.textContent.replace(/\s/g," ")),(s=this.createElement("span")).textContent=t.value.substring(e)||".",i.appendChild(s),t.getBoundingClientRect()),r=o.top,h=o.left,u=document.querySelectorAll("iframe");if(0<u.length)for(var p=0;p<u.length;p++){var d=u[p];d.contentDocument&&d.contentDocument.contains(t)&&(r+=(d=d.getBoundingClientRect()).top,h+=d.left)}var c=document.documentElement,e=(window.pageXOffset||c.scrollLeft)-(c.clientLeft||0),o=(window.pageYOffset||c.scrollTop)-(c.clientTop||0),m=0;if(!k.isNullOrUndefined(a)&&0===a.getBoundingClientRect().top)for(var f,v,p=0;p<this.range.startContainer.childNodes.length;p++)this.range.startContainer.childNodes[p].nodeType!==Node.TEXT_NODE&&""!==this.range.startContainer.childNodes[p].textContent.trim()?m+=this.range.startContainer.childNodes[p].getClientRects()[0].width:""!==this.range.startContainer.childNodes[p].textContent&&((f=document.createElement("span")).innerHTML=this.range.startContainer.childNodes[p].nodeValue,document.body.appendChild(f),v=f.offsetWidth,document.body.removeChild(f),m+=v);return this.isContentEditable(this.inputElement)?l=this.collision&&0<this.collision.length&&-1<this.collision.indexOf("right")&&-1===this.collision.indexOf("bottom")?{top:r+o+parseInt(getComputedStyle(this.inputElement).fontSize,10),left:h+e+m}:{top:r+o+parseInt(getComputedStyle(this.inputElement).fontSize,10)-(this.isCollided?10:0),left:h+e+m}:(l={top:r+o+s.offsetTop+parseInt(n.borderTopWidth,10)+parseInt(n.fontSize,10)+3-t.scrollTop-(this.isCollided?10:0),left:h+e+s.offsetLeft+parseInt(n.borderLeftWidth,10)},document.body.removeChild(i)),l},P.prototype.initValue=function(){this.isDataFetched=!1,this.renderList(),this.dataSource instanceof m.DataManager?this.initRemoteRender=!0:this.updateValues()},P.prototype.updateValues=function(){var t=this.list.querySelector("."+y.focus);k.isNullOrUndefined(t)||this.setSelection(t,null)},P.prototype.renderList=function(){Re.prototype.render.call(this),this.unWireListEvents(),this.wireListEvents()},P.prototype.wireListEvents=function(){k.EventHandler.add(this.list,this.keyEventName,this.onMouseClick,this),k.EventHandler.add(this.list,"mouseover",this.onMouseOver,this),k.EventHandler.add(this.list,"mouseout",this.onMouseLeave,this)},P.prototype.unWireListEvents=function(){k.EventHandler.remove(this.list,this.keyEventName,this.onMouseClick),k.EventHandler.remove(this.list,"mouseover",this.onMouseOver),k.EventHandler.remove(this.list,"mouseout",this.onMouseLeave)},P.prototype.onMouseClick=function(t){var e=t.target,e=k.closest(e,"."+y.li);!this.isValidLI(e)||this.isDisabledElement(e)||(this.isSelected=!0,this.setSelection(e,t),this.closePopup(100,t),this.inputElement.focus(),this.isRTE)||t.preventDefault()},P.prototype.updateSelectedItem=function(e,i,t,s){var l=this,n=(this.removeSelection(),e.classList.add(y.selected),this.removeHover(),this.getFormattedValue(e.getAttribute("data-value"))),a=this.getDataByValue(n);t||k.isNullOrUndefined(i)||"down"===i.action||"up"===i.action?(this.selectEventCallback(e,a,n),s&&this.setSelectOptions(e,i)):(t=this.detachChanges(a),this.isSelected=!0,this.trigger("select",{e:i,item:e,itemData:t,isInteracted:!!i,cancel:!1},function(t){t.cancel?(e.classList.remove(y.selected),l.isSelected=!1,l.isSelectCancel=!0):(l.selectEventCallback(e,a,n),s&&l.setSelectOptions(e,i))}))},P.prototype.setSelection=function(t,e){this.isValidLI(t)&&(!t.classList.contains(y.selected)||this.isPopupOpen&&this.isSelected&&t.classList.contains(y.selected))?this.updateSelectedItem(t,e,!1,!0):this.setSelectOptions(t,e)},P.prototype.setSelectOptions=function(t,e){this.list&&this.removeHover(),this.previousSelectedLI=k.isNullOrUndefined(this.selectedLI)?null:this.selectedLI,this.selectedLI=t,this.isPopupOpen&&!k.isNullOrUndefined(this.selectedLI)&&this.setScrollPosition(e),e&&(38===e.keyCode||40===e.keyCode)||k.isNullOrUndefined(e)||this.setValue(e)},P.prototype.setScrollPosition=function(t){if(k.isNullOrUndefined(t))this.scrollBottom(!0);else switch(t.action){case"pageDown":case"down":case"end":this.scrollBottom();break;default:this.scrollTop()}},P.prototype.scrollBottom=function(t){var e,i,s;k.isNullOrUndefined(this.selectedLI)||(e=this.list.offsetHeight,i=this.selectedLI.offsetTop+this.selectedLI.offsetHeight-this.list.scrollTop,s=this.list.scrollTop+i-e,s=t?s+2*parseInt(getComputedStyle(this.list).paddingTop,10):s,t=this.selectedLI.offsetTop+this.selectedLI.offsetHeight-this.list.scrollTop,0===this.activeIndex?this.list.scrollTop=0:(e<i||!(0<t&&this.list.offsetHeight>t))&&(this.list.scrollTop=s))},P.prototype.scrollTop=function(){var t,e;k.isNullOrUndefined(this.selectedLI)||(t=this.selectedLI.offsetTop-this.list.scrollTop,t=this.fields.groupBy&&t,e=this.selectedLI.offsetTop+this.selectedLI.offsetHeight-this.list.scrollTop,0===this.activeIndex?this.list.scrollTop=0:t<0?this.list.scrollTop=this.list.scrollTop+t:0<e&&this.list.offsetHeight>e||(this.list.scrollTop=this.selectedLI.offsetTop))},P.prototype.selectEventCallback=function(t,e,i,s){this.previousItemData=k.isNullOrUndefined(this.itemData)?null:this.itemData,this.item=t,this.itemData=e;e=this.list.querySelector("."+y.focus);e&&k.removeClass([e],y.focus),s&&k.addClass([t],y.selected),t.setAttribute("aria-selected","true"),this.activeIndex=this.getIndexByValue(i)},P.prototype.detachChanges=function(t){t="string"==typeof t||"boolean"==typeof t||"number"==typeof t?Object.defineProperties({},{value:{value:t,enumerable:!0},text:{value:t,enumerable:!0}}):t;return t},P.prototype.setValue=function(t){return this.isReact?k.isNullOrUndefined(this.displayTemplate)?this.updateMentionValue(t):this.setDisplayTemplate(t):(k.isNullOrUndefined(this.displayTemplate)||this.setDisplayTemplate(),this.updateMentionValue(t)),!0},P.prototype.updateMentionValue=function(t){var e,i,s=this.getItemData(),l=this.inputElement.ownerDocument.getSelection(),n=this.getTriggerCharPosition(),a="string"==typeof this.suffixText?this.suffixText:"";if(this.isSelectCancel)this.isSelectCancel=!1;else{if(null!==s.text&&(e=this.mentionVal(s.text)),this.isContentEditable(this.inputElement)){i=this.getTriggerCharPosition()+this.mentionChar.length,this.range&&this.range.startContainer.textContent.trim()!==this.mentionChar&&(i=this.range.endOffset),s=this.range,p=document.createRange(),this.getTextRange()&&-1!==this.getTextRange().lastIndexOf(this.mentionChar)||this.getTextRange()&&this.getTextRange().trim()===this.mentionChar?(p.setStart(s.startContainer,n),p.setEnd(s.startContainer,i)):""!==s.commonAncestorContainer.textContent.trim()&&!k.isNullOrUndefined(s.commonAncestorContainer.textContent.trim())&&this.getTextRange()&&-1!==this.getTextRange().lastIndexOf(this.mentionChar)?(p.setStart(s.startContainer,s.startOffset-1),p.setEnd(s.startContainer,s.endOffset-1)):(p.setStart(s.startContainer,s.startOffset),p.setEnd(s.startContainer,s.endOffset)),this.isTyped=!1,p.deleteContents(),p.startContainer.parentElement.normalize();for(var o,r=this.createElement("div"),h=(r.innerHTML=e,document.createDocumentFragment()),u=void 0;o=r.firstChild;)u=h.appendChild(o);p.insertNode(h),u&&((p=p.cloneRange()).setStartAfter(u),p.collapse(!0),l.removeAllRanges(),l.addRange(p)),this.isPopupOpen&&this.hidePopup(),k.isNullOrUndefined(t.pointerType)||"mouse"!==t.pointerType||(s=new CustomEvent("content-changed",{detail:{click:!0}}),this.inputElement.dispatchEvent(s))}else{var l=this.inputElement,p=this.getTextRange().substring(n+this.mentionChar.length,this.getTextRange().length);e+=a,i=n+this.mentionChar.length,i+=p.length,l.value=l.value.substring(0,n)+e+l.value.substring(i,l.value.length),l.selectionStart=n+e.length,l.selectionEnd=n+e.length,this.isPopupOpen&&this.hidePopup()}this.onChangeEvent(t)}},P.prototype.mentionVal=function(t){var e=this.showMentionChar?this.mentionChar:"";return k.isNullOrUndefined(this.displayTemplate)||k.isNullOrUndefined(this.displayTempElement)||(t=this.displayTempElement.innerHTML),this.isContentEditable(this.inputElement)?k.Browser.isAndroid?'<span contenteditable="true" class="e-mention-chip">'+e+t+"</span>".concat("string"==typeof this.suffixText?this.suffixText:""):'<span contenteditable="false" class="e-mention-chip">'+e+t+"</span>".concat("string"==typeof this.suffixText?this.suffixText:""):e+t},P.prototype.setDisplayTemplate=function(t){var e=this,i=(this.isReact&&(this.clearTemplate(["displayTemplate"]),this.displayTempElement)&&(k.detach(this.displayTempElement),this.displayTempElement=null),this.displayTempElement||(this.displayTempElement=this.createElement("div")),this.isReact||(this.displayTempElement.innerHTML=""),k.compile(this.displayTemplate)(this.itemData,this,"displayTemplate",this.displayTemplateId,this.isStringTemplate,null,this.displayTempElement));i&&0<i.length&&k.append(i,this.displayTempElement),this.isReact?this.renderTemplates(function(){e.updateMentionValue(t)}):this.renderTemplates()},P.prototype.renderTemplates=function(t){this.renderReactTemplates(t)},P.prototype.setSpinnerTemplate=function(){var t=this,e=(this.isReact&&(this.clearTemplate(["spinnerTemplate"]),this.spinnerTemplateElement)&&(k.detach(this.spinnerTemplateElement),this.spinnerTemplateElement=null),this.spinnerTemplateElement||(this.spinnerTemplateElement=this.createElement("div")),this.isReact||(this.spinnerTemplateElement.innerHTML=""),k.compile(this.spinnerTemplate)(null,this,"spinnerTemplate",this.spinnerTemplateId,this.isStringTemplate,null,this.spinnerTemplateElement));if(e&&0<e.length)for(var i=0;i<e.length;i++)this.spinnerTemplateElement.appendChild(e[i]);this.isReact?this.renderTemplates(function(){t.popupObj.element.appendChild(t.spinnerTemplateElement)}):(this.renderTemplates(),this.popupObj.element.appendChild(this.spinnerTemplateElement))},P.prototype.onChangeEvent=function(t){this.isSelected=!1;var e=this.detachMentionChanges(this.itemData),i="string"==typeof this.previousItemData||"boolean"==typeof this.previousItemData||"number"==typeof this.previousItemData?Object.defineProperties({},{value:{value:this.previousItemData,enumerable:!0},text:{value:this.previousItemData,enumerable:!0}}):this.previousItemData,e={e:t,item:this.item,itemData:e,previousItem:this.previousSelectedLI,previousItemData:i,isInteracted:!!t,value:this.item.innerHTML,element:this.inputElement};this.trigger("change",e)},P.prototype.detachMentionChanges=function(t){t="string"==typeof t||"boolean"==typeof t||"number"==typeof t?Object.defineProperties({},{value:{value:t,enumerable:!0},text:{value:t,enumerable:!0}}):t;return t},P.prototype.getItemData=function(){var t,e,i=this.fields,s=this.itemData;return k.isNullOrUndefined(s)||(t=k.getValue(i.value,s),e=k.getValue(i.text,s)),{value:k.isNullOrUndefined(s)||k.isUndefined(t)?s:t,text:k.isNullOrUndefined(s)||k.isUndefined(t)?s:e}},P.prototype.removeSelection=function(){var t;this.list&&(t=this.list.querySelectorAll("."+y.selected)).length&&(k.removeClass(t,y.selected),t[0].removeAttribute("aria-selected"))},P.prototype.onMouseOver=function(t){t=k.closest(t.target,"."+y.li);this.setHover(t)},P.prototype.setHover=function(t){this.isValidLI(t)&&!t.classList.contains(y.hover)&&(this.removeHover(),k.addClass([t],y.hover))},P.prototype.removeHover=function(){var t;this.list&&(t=this.list.querySelectorAll("."+y.hover))&&t.length&&k.removeClass(t,y.hover)},P.prototype.isValidLI=function(t){return t&&t.hasAttribute("role")&&"option"===t.getAttribute("role")},P.prototype.onMouseLeave=function(){this.removeHover()},P.prototype.search=function(t,e,i){this.isContentEditable(this.inputElement)&&(this.range=this.getCurrentRange());var s=this.getTextRange(),s=this.getLastLetter(s);this.ignoreCase&&(t===s||t===s.toLowerCase())||!this.ignoreCase&&t===s?(this.resetList(this.dataSource,this.fields),k.isNullOrUndefined(this.list)?(this.renderList(),this.renderPopup()):this.showPopup(),this.popupObj.element.style.left=k.formatUnit(e),this.popupObj.element.style.top=k.formatUnit(i)):this.isPopupOpen&&this.hidePopup()},P.prototype.destroy=function(){this.hidePopup(),this.unWireEvent(),this.list&&this.unWireListEvents(),this.inputElement&&!this.inputElement.classList.contains("e-"+this.getModuleName())||(this.previousSelectedLI=null,this.item=null,this.selectedLI=null,this.popupObj=null,Re.prototype.destroy.call(this))},P.prototype.getLocaleName=function(){return"mention"},P.prototype.getNgDirective=function(){return"EJS-MENTION"},P.prototype.getModuleName=function(){return"mention"},T([k.Property(null)],P.prototype,"cssClass",void 0),T([k.Property("@")],P.prototype,"mentionChar",void 0),T([k.Property(!1)],P.prototype,"showMentionChar",void 0),T([k.Property(!1)],P.prototype,"allowSpaces",void 0),T([k.Property(null)],P.prototype,"suffixText",void 0),T([k.Property(25)],P.prototype,"suggestionCount",void 0),T([k.Property(0)],P.prototype,"minLength",void 0),T([k.Property("None")],P.prototype,"sortOrder",void 0),T([k.Property(!0)],P.prototype,"ignoreCase",void 0),T([k.Property(!1)],P.prototype,"highlight",void 0),T([k.Property()],P.prototype,"locale",void 0),T([k.Property("auto")],P.prototype,"popupWidth",void 0),T([k.Property("300px")],P.prototype,"popupHeight",void 0),T([k.Property(null)],P.prototype,"displayTemplate",void 0),T([k.Property(null)],P.prototype,"itemTemplate",void 0),T([k.Property("No records found")],P.prototype,"noRecordsTemplate",void 0),T([k.Property(null)],P.prototype,"spinnerTemplate",void 0),T([k.Property()],P.prototype,"target",void 0),T([k.Property([])],P.prototype,"dataSource",void 0),T([k.Property(null)],P.prototype,"query",void 0),T([k.Property("Contains")],P.prototype,"filterType",void 0),T([k.Complex({text:null,value:null,iconCss:null,groupBy:null},tt)],P.prototype,"fields",void 0),T([k.Event()],P.prototype,"actionBegin",void 0),T([k.Event()],P.prototype,"actionComplete",void 0),T([k.Event()],P.prototype,"actionFailure",void 0),T([k.Event()],P.prototype,"change",void 0),T([k.Event()],P.prototype,"beforeOpen",void 0),T([k.Event()],P.prototype,"opened",void 0),T([k.Event()],P.prototype,"closed",void 0),T([k.Event()],P.prototype,"select",void 0),T([k.Event()],P.prototype,"filtering",void 0),T([k.Event()],P.prototype,"created",void 0),T([k.Event()],P.prototype,"destroyed",void 0),T([k.NotifyPropertyChanges],P));function P(t,e){return Re.call(this,t,e)||this}t.AutoComplete=E,t.CheckBoxSelection=Ne,t.ComboBox=a,t.DropDownBase=Z,t.DropDownList=i,t.DropDownTree=l,t.FieldSettings=tt,t.Fields=Ht,t.ListBox=Te,t.Mention=T,t.MultiSelect=O,t.Search=u,t.SelectionSettings=Ve,t.ToolbarSettings=Fe,t.TreeSettings=qt,t.VirtualScroll=X,t.createFloatLabel=Yt,t.dropDownBaseClasses=y,t.dropDownListClasses=d,t.encodePlaceholder=se,t.escapeCharRegExp=R,t.floatLabelBlur=ie,t.floatLabelFocus=ee,t.highlightSearch=K,t.incrementalSearch=M,t.removeFloating=Zt,t.resetIncrementalSearchValues=z,t.revertHighlightSearch=_,t.setPlaceHolder=te,t.updateFloatLabelState=$t,Object.defineProperty(t,"__esModule",{value:!0})});
|
|
2
11
|
//# sourceMappingURL=ej2-dropdowns.umd.min.js.map
|