@syncfusion/ej2-multicolumn-combobox 27.2.5 → 28.1.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/README.md +2 -2
  2. package/dist/ej2-multicolumn-combobox.umd.min.js +3 -3
  3. package/dist/ej2-multicolumn-combobox.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-multicolumn-combobox.es2015.js +210 -177
  5. package/dist/es6/ej2-multicolumn-combobox.es2015.js.map +1 -1
  6. package/dist/es6/ej2-multicolumn-combobox.es5.js +251 -178
  7. package/dist/es6/ej2-multicolumn-combobox.es5.js.map +1 -1
  8. package/dist/global/ej2-multicolumn-combobox.min.js +3 -3
  9. package/dist/global/ej2-multicolumn-combobox.min.js.map +1 -1
  10. package/dist/global/index.d.ts +2 -2
  11. package/package.json +8 -8
  12. package/src/global.js +0 -2
  13. package/src/multicolumn-combobox/index.d.ts +0 -1
  14. package/src/multicolumn-combobox/index.js +0 -1
  15. package/src/multicolumn-combobox/multi-column-combo-box-model.d.ts +1 -1
  16. package/src/multicolumn-combobox/multi-column-combo-box.d.ts +5 -0
  17. package/src/multicolumn-combobox/multi-column-combo-box.js +253 -179
  18. package/styles/bds-lite.css +416 -0
  19. package/styles/bds-lite.scss +10 -0
  20. package/styles/bds.css +467 -0
  21. package/styles/bds.scss +11 -0
  22. package/styles/bootstrap-dark-lite.css +3 -0
  23. package/styles/bootstrap-dark.css +3 -0
  24. package/styles/bootstrap-lite.css +3 -0
  25. package/styles/bootstrap.css +3 -0
  26. package/styles/bootstrap4-lite.css +3 -0
  27. package/styles/bootstrap4.css +3 -0
  28. package/styles/bootstrap5-dark-lite.css +3 -0
  29. package/styles/bootstrap5-dark.css +3 -0
  30. package/styles/bootstrap5-lite.css +3 -0
  31. package/styles/bootstrap5.3-lite.css +3 -0
  32. package/styles/bootstrap5.3.css +3 -0
  33. package/styles/bootstrap5.css +3 -0
  34. package/styles/fabric-dark-lite.css +3 -0
  35. package/styles/fabric-dark.css +3 -0
  36. package/styles/fabric-lite.css +3 -0
  37. package/styles/fabric.css +3 -0
  38. package/styles/fluent-dark-lite.css +3 -0
  39. package/styles/fluent-dark.css +3 -0
  40. package/styles/fluent-lite.css +3 -0
  41. package/styles/fluent.css +3 -0
  42. package/styles/fluent2-lite.css +3 -0
  43. package/styles/fluent2.css +3 -0
  44. package/styles/highcontrast-light-lite.css +3 -0
  45. package/styles/highcontrast-light.css +3 -0
  46. package/styles/highcontrast-lite.css +4 -1
  47. package/styles/highcontrast.css +4 -1
  48. package/styles/material-dark-lite.css +3 -0
  49. package/styles/material-dark.css +3 -0
  50. package/styles/material-lite.css +3 -0
  51. package/styles/material.css +3 -0
  52. package/styles/material3-dark-lite.css +3 -0
  53. package/styles/material3-dark.css +3 -0
  54. package/styles/material3-lite.css +3 -0
  55. package/styles/material3.css +3 -0
  56. package/styles/multicolumn-combobox/_layout.scss +3 -0
  57. package/styles/multicolumn-combobox/_tailwind3-definition.scss +32 -0
  58. package/styles/multicolumn-combobox/bds.css +467 -0
  59. package/styles/multicolumn-combobox/bds.scss +11 -0
  60. package/styles/multicolumn-combobox/bootstrap-dark.css +3 -0
  61. package/styles/multicolumn-combobox/bootstrap.css +3 -0
  62. package/styles/multicolumn-combobox/bootstrap4.css +3 -0
  63. package/styles/multicolumn-combobox/bootstrap5-dark.css +3 -0
  64. package/styles/multicolumn-combobox/bootstrap5.3.css +3 -0
  65. package/styles/multicolumn-combobox/bootstrap5.css +3 -0
  66. package/styles/multicolumn-combobox/fabric-dark.css +3 -0
  67. package/styles/multicolumn-combobox/fabric.css +3 -0
  68. package/styles/multicolumn-combobox/fluent-dark.css +3 -0
  69. package/styles/multicolumn-combobox/fluent.css +3 -0
  70. package/styles/multicolumn-combobox/fluent2.css +3 -0
  71. package/styles/multicolumn-combobox/highcontrast-light.css +3 -0
  72. package/styles/multicolumn-combobox/highcontrast.css +4 -1
  73. package/styles/multicolumn-combobox/icons/_tailwind3.scss +6 -0
  74. package/styles/multicolumn-combobox/material-dark.css +3 -0
  75. package/styles/multicolumn-combobox/material.css +3 -0
  76. package/styles/multicolumn-combobox/material3-dark.css +3 -0
  77. package/styles/multicolumn-combobox/material3.css +3 -0
  78. package/styles/multicolumn-combobox/tailwind-dark.css +3 -0
  79. package/styles/multicolumn-combobox/tailwind.css +3 -0
  80. package/styles/multicolumn-combobox/tailwind3.css +375 -0
  81. package/styles/multicolumn-combobox/tailwind3.scss +11 -0
  82. package/styles/tailwind-dark-lite.css +3 -0
  83. package/styles/tailwind-dark.css +3 -0
  84. package/styles/tailwind-lite.css +3 -0
  85. package/styles/tailwind.css +3 -0
  86. package/styles/tailwind3-lite.css +324 -0
  87. package/styles/tailwind3-lite.scss +10 -0
  88. package/styles/tailwind3.css +375 -0
  89. package/styles/tailwind3.scss +11 -0
package/README.md CHANGED
@@ -38,10 +38,10 @@ Product support is available through the following mediums.
38
38
 
39
39
  ## License and copyright
40
40
 
41
- > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
41
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
42
42
 
43
43
  > A [free community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
44
44
 
45
45
  See [LICENSE FILE](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license?utm_source=npm&utm_campaign=multicolumn-combobox) for more info.
46
46
 
47
- © Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
47
+ © Copyright 2024 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * filename: ej2-multicolumn-combobox.umd.min.js
3
- * version : 27.2.5
4
- * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
3
+ * version : 28.1.33
4
+ * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
8
8
  * applicable laws.
9
9
  */
10
- !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@syncfusion/ej2-base"),require("@syncfusion/ej2-inputs"),require("@syncfusion/ej2-data"),require("@syncfusion/ej2-popups"),require("@syncfusion/ej2-grids")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-base","@syncfusion/ej2-inputs","@syncfusion/ej2-data","@syncfusion/ej2-popups","@syncfusion/ej2-grids"],e):e((t=t||self).ej={},t.ej2Base,t.ej2Inputs,t.ej2Data,t.ej2Popups,t.ej2Grids)}(this,function(s,g,p,f,i,o){"use strict";r=function(t,e){return(r=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 r,t=function(t,e){function i(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)},e=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;0<=a;a--)(r=t[a])&&(s=(n<3?r(s):3<n?r(e,i,s):r(e,i))||s);return 3<n&&s&&Object.defineProperty(e,i,s),s},a="e-icon-anim",n="e-nodata",l="e-disabled",u="e-input-focus",d="e-multicolumn-list",h="e-multicolumn-grid",c=(y.prototype.InjectModules=function(){o.Grid.Inject(o.VirtualScroll,o.Group,o.Edit,o.Sort,o.Resize)},y);function y(){}(b=s.FilterType||(s.FilterType={})).StartsWith="StartsWith",b.EndsWith="EndsWith",b.Contains="Contains",(b=s.SortOrder||(s.SortOrder={})).None="None",b.Ascending="Ascending",b.Descending="Descending",(b=s.SortType||(s.SortType={})).OneColumn="OneColumn",b.MultipleColumns="MultipleColumns",(b=s.WrapMode||(s.WrapMode={})).Both="Both",b.Content="Content",b.Header="Header";m=g.ChildProperty,t(v,m),e([g.Property()],v.prototype,"text",void 0),e([g.Property()],v.prototype,"value",void 0),e([g.Property()],v.prototype,"groupBy",void 0);var m,b=v;function v(){return null!==m&&m.apply(this,arguments)||this}O=g.ChildProperty,t(S,O),e([g.Property("")],S.prototype,"field",void 0),e([g.Property("")],S.prototype,"header",void 0),e([g.Property("")],S.prototype,"width",void 0),e([g.Property("")],S.prototype,"textAlign",void 0),e([g.Property(null)],S.prototype,"format",void 0),e([g.Property(!1)],S.prototype,"displayAsCheckBox",void 0),e([g.Property(null)],S.prototype,"template",void 0),e([g.Property(null)],S.prototype,"headerTemplate",void 0),e([g.Property(null)],S.prototype,"customAttributes",void 0);var O,w=S;function S(){return null!==O&&O.apply(this,arguments)||this}E=g.ChildProperty,t(j,E),e([g.Property(!1)],j.prototype,"enableAltRow",void 0),e([g.Property(null)],j.prototype,"rowHeight",void 0),e([g.Property("Default")],j.prototype,"gridLines",void 0),e([g.Property(!1)],j.prototype,"allowTextWrap",void 0),e([g.Property(s.WrapMode.Both)],j.prototype,"textWrapMode",void 0),e([g.Property(!1)],j.prototype,"allowResizing",void 0),e([g.Event()],j.prototype,"resizing",void 0),e([g.Event()],j.prototype,"resizeStart",void 0),e([g.Event()],j.prototype,"resizeStop",void 0);var E,C=j;function j(){return null!==E&&E.apply(this,arguments)||this}x=g.Component,t(P,x),P.prototype.preRender=function(){this.element.id||(this.element.id=g.getUniqueID("e-"+this.getModuleName())),this.keyConfigs={escape:"escape",altUp:"alt+uparrow",altDown:"alt+downarrow",tab:"tab",shiftTab:"shift+tab",end:"end",enter:"enter",home:"home",moveDown:"downarrow",moveUp:"uparrow"},this.matchedRowEle=this.matchedContent=null,this.persistData()},P.prototype.getDirective=function(){return"EJS-MULTICOLUMNCOMBOBOX"},P.prototype.getModuleName=function(){return"multicolumncombobox"},P.prototype.getPersistData=function(){return this.addOnPersist(["value"])},P.prototype.persistData=function(){var t;this.enablePersistence&&(this.element.id=this.element.id+"_wrapper",t=window.localStorage.getItem(this.getModuleName()+this.element.id),g.isNullOrUndefined(t)||""===t||this.setProperties(JSON.parse(t),!0))},P.prototype.render=function(){this.renderGrid(),this.renderInput(),this.popupDiv=this.createElement("div",{className:"e-popup-content"}),this.popupDiv.appendChild(this.gridEle),this.setHTMLAttributes(),this.renderPopup(),this.wireEvents()},P.prototype.renderGrid=function(){var e=this,t=this.getGridColumns(),i=(this.gridObj=new o.Grid({dataSource:this.dataSource,columns:t,allowSorting:this.allowSorting,enableStickyHeader:!0,gridLines:this.gridSettings.gridLines,rowHeight:this.gridSettings.rowHeight,enableAltRow:this.gridSettings.enableAltRow,enableVirtualization:this.enableVirtualization,enableRtl:this.enableRtl,editSettings:{allowAdding:!1},query:this.query,allowTextWrap:this.gridSettings.allowTextWrap,textWrapSettings:{wrapMode:this.gridSettings.textWrapMode},height:this.popupHeight,allowResizing:this.gridSettings.allowResizing,allowMultiSorting:"multiplecolumns"===this.sortType.toString().toLowerCase()&&this.allowSorting,rowTemplate:this.itemTemplate,dataBound:function(){e.onDataBound()},actionFailure:function(t){e.onActionFailure(t)},actionBegin:function(t){e.trigger("actionBegin",t)},actionComplete:this.handleActionComplete.bind(this),keyPressed:function(t){"Enter"===t.key&&(t.cancel=!0,e.isPopupOpen)&&(e.selectedGridRow(e.gridObj.getRows()[e.gridObj.selectedRowIndex],t,!0),e.hidePopup(t),e.focusIn(t)),e.fields.groupBy&&(t.cancel=!0,e.gridKeyActionHandler(t,!0))},resizing:function(t){e.gridSettings.resizing&&e.gridSettings.resizing.call(e,t)},resizeStart:function(t){e.gridSettings.resizeStart&&e.gridSettings.resizeStart.call(e,t)},resizeStop:function(t){e.gridSettings.resizeStop&&e.gridSettings.resizeStop.call(e,t)}}),this.gridEle=this.createElement("div",{id:g.getUniqueID("grid"),className:h}),this.updateGroupByField(),this.sortOrder.toString().toLowerCase());0<t.length&&(this.gridObj.columns[0].isPrimaryKey=!0),"none"!==i&&(this.gridObj.sortSettings={columns:[{field:this.fields.text,direction:"ascending"===i?s.SortOrder.Ascending:s.SortOrder.Descending}]}),this.gridObj.appendTo(this.gridEle)},P.prototype.handleActionComplete=function(t){this.trigger("actionComplete",t),"sorting"===t.requestType&&this.updateRowSelection(t),this.popupObj.refreshPosition(),this.gridObj.element.querySelector(".e-content").scrollTop=0},P.prototype.isRowMatching=function(t,e,i){t=Object.values(t).map(String);return t.includes(e)&&t.includes(i)},P.prototype.updateRowSelection=function(t){var i=this;t&&t.rows.forEach(function(t){var e=t.data,t=t.index;i.selectDataRow(e,t)})},P.prototype.selectDataRow=function(t,e){this.isRowMatching(t,this.value?this.value.toString():"",this.text?this.text.toString():"")&&(this.gridObj.selectRow(e),t=this.isProtectedOnChange,this.isProtectedOnChange=!0,this.index=e,this.isProtectedOnChange=t)},P.prototype.findIndex=function(t,i){return t.findIndex(function(e){return Object.keys(i).every(function(t){return e[t]===i[t]})})},P.prototype.getGridColumns=function(){var i=this;return this.columns.map(function(t){var e;return t.displayAsCheckBox&&!t.format&&(e="boolean"),{field:t.field,headerText:t.header,width:t.width,textAlign:""===t.textAlign&&i.enableRtl?"Right":t.textAlign,format:t.format,displayAsCheckBox:t.displayAsCheckBox,template:t.template,headerTemplate:t.headerTemplate,customAttributes:t.customAttributes,type:e}})},P.prototype.updateGroupByField=function(){var t;""===this.fields.groupBy||g.isNullOrUndefined(this.fields.groupBy)||("multiplecolumns"!==this.sortType.toString().toLowerCase()&&this.gridEle.classList.add("e-multicolumn-group"),t=this.isProtectedOnChange,this.isProtectedOnChange=!0,this.gridObj.allowGrouping=!0,this.gridObj.groupSettings={showDropArea:!1,columns:[this.fields.groupBy],captionTemplate:this.groupTemplate&&""!==this.fields.groupBy&&!g.isNullOrUndefined(this.fields.groupBy)?this.groupTemplate:"${key}"},this.isVue&&(this.gridObj.isVue=this.isVue),this.isProtectedOnChange=t)},P.prototype.onDataBound=function(){var t=this.dataSource.length,e=this.popupDiv.querySelector("."+h),e=(t<=0&&e?(this.l10nUpdate(),this.popupDiv.removeChild(this.gridEle),g.addClass([this.popupDiv],[n])):this.popupDiv.classList.contains(n)&&1<=t&&(g.removeClass([this.popupDiv],[n]),e=this.popupDiv.querySelector(".e-no-records"))&&this.popupDiv.removeChild(e),this.isInitialRender&&(t=this.popupDiv.classList.contains(n)?this.popupDiv.getBoundingClientRect().height:this.popupDiv.querySelector(".e-gridcontent tr")?this.popupDiv.querySelector(".e-gridcontent tr").getBoundingClientRect().height:0,this.popupRowHeight=t,this.popupObj.hide(),this.popupEle.style.visibility="unset",this.isInitialRender=!1),this.gridObj.element.querySelectorAll(".e-row"));this.isDataFiltered&&0<e.length&&""!==this.inputEle.value&&e[0].classList.add("e-row-focus")},P.prototype.onActionFailure=function(t){this.trigger("actionFailure",t),this.l10nUpdate(!0),g.addClass([this.popupDiv],[n])},P.prototype.renderInput=function(){"INPUT"===this.element.tagName?(this.inputEle=this.element,g.isNullOrUndefined(this.inputEle.getAttribute("role"))&&this.inputEle.setAttribute("role","combobox"),g.isNullOrUndefined(this.inputEle.getAttribute("type"))&&this.inputEle.setAttribute("type","text"),this.inputEle.setAttribute("aria-expanded","false"),this.inputEle.setAttribute("aria-readOnly",this.readonly.toString()),this.inputEle.setAttribute("aria-disabled",this.disabled.toString()),this.inputEle.setAttribute("autocomplete","off"),this.inputEle.setAttribute("autocapitalize","off"),this.inputEle.setAttribute("spellcheck","false"),this.inputEle.setAttribute("tabindex","0")):(this.inputEle=this.createElement("input",{attrs:{role:"textbox",type:"text"}}),this.element.parentElement.insertBefore(this.inputEle,this.element)),this.inputObj=p.Input.createInput({element:this.inputEle,buttons:["e-input-group-icon e-multicolumn-list-icon e-icons"],floatLabelType:this.floatLabelType,properties:{enabled:!this.disabled,readonly:this.readonly,placeholder:this.placeholder,enableRtl:this.enableRtl,showClearButton:this.showClearButton,cssClass:this.cssClass}},this.createElement),this.inputWrapper=this.inputObj.container,this.inputWrapper.classList.add(d),this.inputWrapper.setAttribute("spellcheck","false"),this.element.tagName===this.getDirective()&&this.element.appendChild(this.inputWrapper),this.setElementWidth(this.width),g.isNullOrUndefined(this.value)&&g.isNullOrUndefined(this.text)&&g.isNullOrUndefined(this.index)||this.initValue(null,null,!0)},P.prototype.setElementWidth=function(t){var e=this.inputWrapper;g.isNullOrUndefined(t)||("number"==typeof t?e.style.width=g.formatUnit(t):"string"==typeof t&&(e.style.width=t.match(/px|%|em/)?t:g.formatUnit(t)))},P.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]):-1<["title","id","placeholder","role","autocomplete","autocapitalize","spellcheck","minlength","maxlength"].indexOf(i)&&"placeholder"===i?p.Input.setPlaceholder(this.htmlAttributes[""+i],this.inputEle):this.inputEle.setAttribute(i,this.htmlAttributes[""+i])}},P.prototype.setEnable=function(){p.Input.setEnabled(!this.disabled,this.inputEle),this.disabled?(this.isPopupOpen&&this.hidePopup(),g.addClass([this.inputWrapper],l),this.inputWrapper&&this.inputWrapper.classList.contains(u)&&g.removeClass([this.inputWrapper],[u]),this.inputEle.setAttribute("aria-disabled","true"),this.inputWrapper.setAttribute("aria-disabled","true")):(g.removeClass([this.inputWrapper],l),this.inputEle.setAttribute("aria-disabled","false"),this.inputWrapper.setAttribute("aria-disabled","false"))},P.prototype.initValue=function(r,i,n){function s(t){t=d.updateCurrentValues(a,t),l=t.currentValue,p=t.currentText,u=t.currentIndex}var a,l,p,u,o,d=this,h=this.gridObj.getSelectedRecords()[0],c=this.gridObj.getSelectedRows()[0],t=this.isProtectedOnChange;this.isProtectedOnChange=!0,this.value=this.value&&this.value.toString(),this.isProtectedOnChange=t;!r&&(!g.isNullOrUndefined(this.value)||!g.isNullOrUndefined(this.text))||r&&void 0!==i?(o=r?i?this.value:this.text:g.isNullOrUndefined(this.value)?this.text:this.value,!g.isNullOrUndefined(this.dataSource)&&this.dataSource instanceof f.DataManager?this.dataSource.executeQuery(new f.Query).then(function(t){var t=t.result,e=t.filter(function(t){return t[r?i?d.fields.value:d.fields.text:g.isNullOrUndefined(d.value)?d.fields.text:d.fields.value].toString()===o});0<e.length&&(a=e[0],s(t),d.updateChangeEvent(a,h,c,l,p,u,r,n),d.gridObj.selectRow(d.index))}):!g.isNullOrUndefined(this.dataSource)&&this.dataSource instanceof Array&&(a=this.dataSource.filter(function(t){return t[r?i?d.fields.value:d.fields.text:g.isNullOrUndefined(d.value)?d.fields.text:d.fields.value].toString()===o})[0],s(this.dataSource))):g.isNullOrUndefined(this.index)||(!g.isNullOrUndefined(this.dataSource)&&this.dataSource instanceof f.DataManager?this.dataSource.executeQuery(new f.Query).then(function(t){t=t.result;a=t[d.index],s(t),d.updateChangeEvent(a,h,c,l,p,u,r,n),d.gridObj.selectRow(d.index)}):!g.isNullOrUndefined(this.dataSource)&&this.dataSource instanceof Array&&(this.fields.groupBy?setTimeout(function(){var t=d.gridObj.getRows();if(t&&0<t.length)for(var e=d.gridObj.getRowInfo(t[d.index]).rowData,i=d.fields.value,o=0;o<t.length;o++)if(e&&e[parseInt(i.toString(),10)]===d.dataSource[parseInt(o.toString(),10)][parseInt(i.toString(),10)]){a=e,s(d.dataSource),d.updateChangeEvent(a,h,c,l,p,u,r,n),d.gridObj.selectRow(d.index);break}}):(a=this.dataSource[this.index],s(this.dataSource)))),this.dataSource instanceof f.DataManager||this.updateChangeEvent(a,h,c,l,p,u,r,n)},P.prototype.updateChangeEvent=function(t,e,i,o,r,n,s,a){t={value:t?t[this.fields.value].toString():null,itemData:{text:r,value:o},item:this.getDataByValue(this.value),previousItemData:e,previousItemElement:i,itemElement:this.inputWrapper,event:null,isInteracted:!s};this.updateValues(o,r,n,t,a)},P.prototype.updateCurrentValues=function(t,e){return g.isNullOrUndefined(t)?{currentValue:null,currentText:null,currentIndex:null}:(p.Input.setValue(t[this.fields.text].toString(),this.inputEle,this.floatLabelType,this.showClearButton),{currentValue:t[this.fields.value].toString(),currentText:t[this.fields.text].toString(),currentIndex:e.indexOf(t)})},P.prototype.renderPopup=function(){this.popupEle=this.createElement("div",{id:this.element.id+"_options",className:d+" e-popup "+(null!==this.cssClass?this.cssClass:"")}),g.attributes(this.popupEle,{"aria-label":this.element.id,role:"dialog"}),document.body.appendChild(this.popupEle),this.createPopup(this.popupEle),g.prepend([this.popupDiv],this.popupEle),this.footerTemplate&&this.setFooterTemplate();var t,e=this.getSize(!1);this.popupEle.style.maxHeight=e,this.footerTemplate&&(this.footer=this.footer||this.popupEle.querySelector(".e-popup-footer"),t=Math.round(this.footer.getBoundingClientRect().height),e=g.formatUnit(parseInt(e,10)-t+"px")),this.popupDiv.style.maxHeight=e,this.updateGridHeight(),this.popupEle.style.visibility="hidden",this.isInitialRender=!0},P.prototype.updateGridHeight=function(t,e,i){e=t?(t=(t=this.gridObj.getContent().querySelector(".e-content")).offsetHeight-t.clientHeight,i=i*this.popupRowHeight,""===this.fields.groupBy||g.isNullOrUndefined(this.fields.groupBy)||(i+=this.popupRowHeight),e&&i<this.prevGridHeight?i+t+"px":this.prevGridHeight+"px"):(this.prevGridHeight=this.popupDiv.getBoundingClientRect().height-this.popupDiv.querySelector(".e-gridheader").getBoundingClientRect().height,this.prevGridHeight+"px"),i=this.isProtectedOnChange;this.isProtectedOnChange=!0,this.gridObj.height=e,this.isProtectedOnChange=i},P.prototype.createPopup=function(t){var e=this;this.popupObj=new i.Popup(t,{width:this.getSize(!0),targetType:"relative",collision:{X:"flip",Y:"flip"},relateTo:this.inputWrapper,enableRtl:this.enableRtl,position:{X:"left",Y:"bottom"},targetExitViewport:function(){g.Browser.isDevice||e.hidePopup()},open:function(){e.inputEle.focus(),e.updateClearIconState()}})},P.prototype.setFooterTemplate=function(){this.footer?this.isReact&&"function"==typeof this.footerTemplate?this.clearTemplate(["footerTemplate"]):this.footer.innerHTML="":(this.footer=this.createElement("div"),g.addClass([this.footer],"e-popup-footer"));var t=this.getTemplateFunction(this.footerTemplate)({count:this.dataSource.length},this,"footerTemplate",this.element.id+"footerTemplate",this.isStringTemplate,void 0,this.footer);t&&(t=Array.prototype.slice.call(t),g.append(t,this.footer)),g.append([this.footer],this.popupEle)},P.prototype.l10nUpdate=function(t){var e,i,o;this.noRecord?this.noRecord.innerHTML="":this.noRecord=this.createElement("div"),"No records found"!==this.noRecordsTemplate||"Request Failed"!==this.actionFailureTemplate?(o=t?this.actionFailureTemplate:this.noRecordsTemplate,e=t?this.element.id+"_actionFailure":this.element.id+"_noRecords",i=t?"actionFailureTemplate":"noRecordsTemplate",(o=this.getTemplateFunction(o)({},this,i,e,this.isStringTemplate,void 0,this.noRecord))&&(o=Array.prototype.slice.call(o),g.append(o,this.noRecord))):(this.l10n=new g.L10n("multicolumncombobox",{noRecordsTemplate:"No records found",actionFailureTemplate:"Request Failed"},this.locale),this.noRecord.innerHTML=t?this.l10n.getConstant("actionFailureTemplate"):this.l10n.getConstant("noRecordsTemplate")),g.addClass([this.noRecord],"e-no-records"),g.prepend([this.noRecord],this.popupDiv),this.popupObj.refreshPosition()},P.prototype.getTemplateFunction=function(e){if("string"!=typeof e)return g.compile(e);var i="";try{var t=g.select(e),i=t?"SCRIPT"===t.tagName?t.innerHTML:t.outerHTML:e}catch(t){i=e}return g.compile(i)},P.prototype.getSize=function(t){var e=t?this.popupWidth:this.popupHeight,i=g.formatUnit(e);return-1<i.indexOf("%")?i=((t?this.inputWrapper.offsetWidth:document.documentElement.clientHeight)*parseFloat(i)/100).toString()+"px":"string"==typeof e&&(i=e.match(/px|em/)?e:i),i},P.prototype.selectedGridRow=function(t,i,o){var r=this,e={isInteracted:!!i,item:this.gridObj.getSelectedRecords()[0],itemElement:t,itemData:this.gridObj.getSelectedRecords()[0],event:i,cancel:!1},n=this.gridObj.getSelectedRecords()[0],s=n?n[this.fields.text].toString():"",a=n?n[this.fields.value].toString():"",l={isInteracted:!!i,item:n,itemElement:t,itemData:{text:s,value:a},event:i,cancel:!1,value:a,previousItemData:{text:this.text,value:this.value},previousItemElement:this.previousItemElement};this.trigger("select",e,function(t){var e;!t.cancel&&t.itemData&&(t=t.itemData,e="Enter"===i.key||"Tab"===i.key||i.shiftKey&&"Tab"===i.key||i.altKey&&"ArrowUp"===i.key,o&&!e||r.updateValues(t[r.fields.value],t[r.fields.text],r.gridObj.selectedRowIndex,l),p.Input.setValue(t[r.fields.text],r.inputEle,r.floatLabelType,r.showClearButton),o&&!e||r.hidePopup(i))})},P.prototype.updateValues=function(t,e,i,o,r){this.previousItemElement=o.itemElement;var n=this.isProtectedOnChange;this.isProtectedOnChange=!0,this.text=e||this.text,this.value=t||this.value,this.index=g.isNullOrUndefined(i)?this.index:i,this.isProtectedOnChange=n,r||this.triggerChangeEvent(o)},P.prototype.triggerChangeEvent=function(t){this.trigger("change",t,function(t){t.cancel})},P.prototype.inputHandler=function(t){var o,r,n,s=this;this.showPopup(null,!0),this.updateClearIconState(),this.allowFiltering&&(o=t.target.value.toLowerCase(),n={preventDefaultAction:r=!1,text:o,updateData:function(t,e,i){n.cancel||(r=!0,s.filterAction(t,o,e,i))},event:t,cancel:!1},this.trigger("filtering",n,function(t){t.cancel||t.preventDefaultAction||r||s.filterAction(s.dataSource,o,s.query,s.fields)})),this.updateInputValue(t.target.value)},P.prototype.updateInputValue=function(e){var i,t,o=this;this.dataSource instanceof f.DataManager?(t=new f.Query,this.dataSource.executeQuery(t).then(function(t){t=t.result;i=t.filter(function(t){return t[o.fields.text].toString().toLowerCase().startsWith(e.toLowerCase())}),o.selectFilteredRows(i)})):Array.isArray(this.dataSource)&&(i=this.dataSource.filter(function(t){return t[o.fields.text].toString().toLowerCase().startsWith(e.toLowerCase())}),this.selectFilteredRows(i))},P.prototype.selectFilteredRows=function(t){0<t.length?this.matchedContent=t[0]:this.matchedContent=null,this.matchedContent?(t=this.findIndex(this.gridObj.currentViewData,this.matchedContent),this.matchedRowEle=this.gridObj.getRowByIndex(t)):this.matchedRowEle=null},P.prototype.filterAction=function(t,e,i,o){var r,n=this;g.isNullOrUndefined(i)&&g.isNullOrUndefined(o)?this.updateGridDataSource(t):i?t instanceof f.DataManager?this.filteringHandler(t,e,i,o):new f.DataManager(t).executeQuery(i).then(function(t){t=t.result;n.updateGridDataSource(t)}):(i=i||new f.Query,t instanceof f.DataManager?this.filteringHandler(t,e,i,o):Array.isArray(t)&&(r=this.filterType.toString().toLowerCase(),i=t.filter(function(t){return n.filterData(t,r,e,o)}),this.updateGridDataSource(i)))},P.prototype.filteringHandler=function(t,i,e,o){var r,n=this,s=this.filterType.toString().toLowerCase();t.executeQuery(e).then(function(t){var t=t.result,e=t.length;r=t.filter(function(t){return n.filterData(t,s,i,o)}),n.updateGridDataSource(r,e)})},P.prototype.filterData=function(t,e,i,o){var r=t[(o||this.fields).text].toString().toLowerCase();switch(e){case"startswith":return r.startsWith(i);case"endswith":return r.endsWith(i);case"contains":return r.includes(i);default:return!1}},P.prototype.updateGridDataSource=function(t,e){var i=!0;0<t.length?(i=(this.dataSource instanceof f.DataManager?e:this.dataSource.length)!==t.length,g.removeClass([this.popupDiv],[n]),(e=this.popupDiv.querySelector(".e-no-records"))&&this.popupDiv.removeChild(e),this.gridObj.dataSource=t,this.isDataFiltered=!0):(this.l10nUpdate(),g.addClass([this.popupDiv],[n])),this.updateGridHeight(!0,i,t.length)},P.prototype.wireEvents=function(){g.isNullOrUndefined(this.inputObj.buttons[0])||(g.EventHandler.add(this.inputObj.buttons[0],"mousedown",this.preventBlur,this),g.EventHandler.add(this.inputObj.buttons[0],"mousedown",this.dropDownClick,this)),g.EventHandler.add(document,"mousedown",this.onDocumentClick,this),g.EventHandler.add(this.gridEle,"click",this.onMouseClick,this),g.EventHandler.add(this.inputEle,"input",this.inputHandler,this),g.EventHandler.add(this.inputEle,"focus",this.focusIn,this),this.showClearButton&&g.EventHandler.add(this.inputObj.clearButton,"mousedown",this.clearText,this),g.EventHandler.add(window,"resize",this.windowResize,this),this.keyboardModule=new g.KeyboardEvents(this.inputWrapper,{keyAction:this.keyActionHandler.bind(this),keyConfigs:this.keyConfigs,eventName:"keydown"}),this.keyboardModule=new g.KeyboardEvents(this.gridEle,{keyAction:this.gridKeyActionHandler.bind(this),keyConfigs:this.keyConfigs,eventName:"keydown"})},P.prototype.unWireEvents=function(){g.isNullOrUndefined(this.inputObj.buttons[0])||(g.EventHandler.remove(this.inputObj.buttons[0],"mousedown",this.preventBlur),g.EventHandler.remove(this.inputObj.buttons[0],"mousedown",this.dropDownClick)),g.EventHandler.remove(document,"mousedown",this.onDocumentClick),g.EventHandler.remove(this.inputEle,"input",this.inputHandler),g.EventHandler.remove(this.inputWrapper,"focus",this.focusIn),g.EventHandler.remove(window,"resize",this.windowResize),g.EventHandler.remove(this.gridEle,"click",this.onMouseClick),this.showClearButton&&g.EventHandler.remove(this.inputObj.clearButton,"mousedown",this.clearText),this.keyboardModule&&this.keyboardModule.destroy()},P.prototype.preventBlur=function(t){t.preventDefault()},P.prototype.dropDownClick=function(t){var e;this.disabled||this.readonly||((e=this.gridEle.querySelector(".e-row-focus"))&&e.classList.remove("e-row-focus"),this.isPopupOpen?this.hidePopup(t):this.showPopup(t))},P.prototype.onMouseClick=function(t){var e=t.target,e=g.closest(e,".e-row"),i=this.gridObj.selectedRowIndex;e&&(0<=i?this.selectedGridRow(e,t):(this.gridObj.selectedRowIndex=this.gridObj.getRows().indexOf(e),this.gridObj.selectRow(this.gridObj.selectedRowIndex),this.hidePopup(t)))},P.prototype.onDocumentClick=function(t){var e;this.disabled||this.readonly||!this.isPopupOpen?t.target.closest(".e-multicolumn-list")||this.focusOut():(e=t.target).classList.contains("e-multicolumn-list-icon")||g.closest(e,".e-popup")?t.preventDefault():e.classList.contains("e-multicolumncombobox")||e.classList.contains("e-clear-icon")||this.updateValuesOnInput(t)},P.prototype.updateValuesOnInput=function(t,e,i){var o,r=this,n=(void 0===i&&(i=!1),t||e);this.hidePopup(n),this.matchedRowEle&&!i?(o=this.isProtectedOnChange,this.isProtectedOnChange=!0,setTimeout(function(){r.inputEle.value=r.matchedContent[r.fields.text].toString(),r.value=r.matchedContent[r.fields.value].toString();var t=r.findIndex(r.gridObj.currentViewData,r.matchedContent);r.index=t,r.text=r.matchedContent[r.fields.text].toString(),r.gridObj.selectRow(t),r.selectedGridRow(r.gridObj.getRowByIndex(t),n),r.previousItemElement=r.gridObj.getSelectedRows()[0]},100),this.isProtectedOnChange=o):this.isDataFiltered&&(this.inputEle.value="",t={value:null,itemData:{text:null,value:null},item:null,previousItemData:{text:this.text,value:this.value},previousItemElement:this.previousItemElement,itemElement:null,event:n,isInteracted:!0,cancel:!1},o=this.isProtectedOnChange,this.isProtectedOnChange=!0,this.text=this.value=this.index=null,this.gridObj.refreshColumns(),this.isProtectedOnChange=o,this.triggerChangeEvent(t),this.isDataFiltered=!1,this.matchedContent=this.matchedRowEle=null)},P.prototype.clearText=function(t){this.isDataFiltered=!0,this.updateValuesOnInput(t,null,!0)},P.prototype.windowResize=function(){this.popupObj&&(this.popupObj.setProperties({width:this.getSize(!0)}),this.popupObj.refreshPosition())},P.prototype.setCssClass=function(t,e){var i=this.popupObj?[this.inputWrapper,this.popupObj.element]:[this.inputWrapper];g.isNullOrUndefined(e)||""===e||g.removeClass(i,e.split(" ")),g.isNullOrUndefined(t)||""===t||g.addClass(i,t.split(" "))},P.prototype.keyActionHandler=function(t){switch(t.action){case"escape":case"altUp":case"shiftTab":case"tab":this.isPopupOpen?this.hidePopup(t):this.focusOut();break;case"altDown":this.isPopupOpen||(this.showPopup(t),this.updateSelectedItem(t,!1));break;case"moveDown":case"moveUp":this.updateSelectedItem(t,!0,!0);break;case"enter":this.updateValuesOnInput(null,t),this.focusIn(t);break;case"home":case"end":this.updateSelectedItem(t)}},P.prototype.gridKeyActionHandler=function(t,e){switch(e&&("ArrowDown"===t.key?t.action="moveDown":"ArrowUp"===t.key?t.action="moveUp":"End"===t.key?t.action="end":"Home"===t.key?t.action="home":"Tab"===t.key?t.action="tab":"Escape"===t.key&&(t.action="escape"),t.shiftKey&&"Tab"===t.key&&(t.action="shiftTab"),t.altKey)&&"ArrowUp"===t.key&&(t.action="altUp"),t.action){case"escape":case"tab":case"shiftTab":case"altUp":this.isPopupOpen&&(t.preventDefault(),"escape"!==t.action&&this.updateSelectedItem(t),this.hidePopup(t));break;case"moveDown":case"moveUp":case"home":case"end":this.updateSelectedItem(t)}},P.prototype.updateSelectedItem=function(t,e,i){var o,r,n=this;void 0===e&&(e=!0),this.isPopupOpen&&(o=this.fields.groupBy?this.gridObj.selectedRowIndex||0:this.gridObj.selectedRowIndex,r=this.dataSource instanceof f.DataManager?this.remoteDataLength:this.dataSource.length,-1===o&&("moveDown"===t.action||"moveUp"===t.action)||"home"===t.action?o=0:r-1<=o&&"moveDown"===t.action||"end"===t.action?o=r-1:"moveDown"===t.action&&0<=o&&o<=r-1&&(this.fields.groupBy||i)?o+=1:("moveUp"===t.action&&0<o&&this.fields.groupBy||i)&&--o,this.enableVirtualization?setTimeout(function(){n.selectRow(t,e,o)}):this.selectRow(t,e,o))},P.prototype.selectRow=function(t,e,i){void 0===e&&(e=!0),this.gridObj.selectRow(i),this.gridObj.selectedRowIndex=i;var o=this.gridEle.querySelector(".e-row-focus");o&&o.classList.remove("e-row-focus"),e&&this.selectedGridRow(this.gridObj.getRows()[parseInt(i.toString(),10)],t,!0)},P.prototype.updateClearIconState=function(){var t=this.inputWrapper.querySelector(".e-clear-icon");t&&(t.style.display=""===this.inputEle.value?"none":"flex")},P.prototype.focusIn=function(t){this.disabled||this.readonly||(g.addClass([this.inputWrapper],[u]),this.inputEle.focus(),this.updateClearIconState(),this.trigger("focus",t),"Never"!==this.floatLabelType&&p.Input.calculateWidth(this.inputEle,this.inputWrapper))},P.prototype.focusOut=function(t){this.disabled||this.readonly||(this.isPopupOpen&&this.hidePopup(t),this.inputWrapper&&(g.removeClass([this.inputWrapper],[u]),(t=this.inputWrapper.querySelector(".e-clear-icon"))&&(t.style.display="none"),"Never"!==this.floatLabelType)&&p.Input.calculateWidth(this.inputEle,this.inputWrapper))},P.prototype.showPopup=function(r,n){var s=this,t={popup:this.popupObj,event:r,cancel:!1,animation:{name:"FadeIn",duration:100}};this.trigger("open",t,function(t){var i,e,o;t.cancel||s.isPopupOpen||(s.isPopupOpen=!0,s.popupObj.refreshPosition(),g.addClass([s.inputWrapper],[a]),g.attributes(s.inputEle,{"aria-expanded":"true","aria-owns":s.element.id+"_popup","aria-controls":s.element.id}),n||((s.value||s.text||s.index)&&s.gridObj.getRowsObject().forEach(function(t,e){s.fields.groupBy&&g.isNullOrUndefined(t.data.items)&&(g.isNullOrUndefined(i)?i=0:i+=1),s.selectDataRow(t.data,s.fields.groupBy?i:e)}),s.focusIn(r)),(e=s.gridObj.getContent())&&((o=e.querySelector(".e-rowcell.e-active"))?s.inputEle.setAttribute("aria-activedescendant",o.parentElement.getAttribute("data-uid")):e.querySelector(".e-row")&&s.inputEle.setAttribute("aria-activedescendant",e.querySelector(".e-row").getAttribute("data-uid"))),!g.isNullOrUndefined(s.dataSource)&&s.dataSource instanceof f.DataManager&&s.dataSource.executeQuery(new f.Query).then(function(t){s.remoteDataLength=t.result.length}),s.popupObj.show(new g.Animation(t.animation),s.popupEle))})},P.prototype.hidePopup=function(e){var i=this,t={popup:this.popupObj,event:e||null,cancel:!1,animation:{name:"FadeOut",duration:100}};this.trigger("close",t,function(t){t.cancel||(i.isPopupOpen=!1,g.removeClass([i.inputWrapper],[a]),g.attributes(i.inputEle,{"aria-expanded":"false"}),i.popupObj.hide(new g.Animation(t.animation)),i.inputEle.value=i.text?i.text.toString():"",e&&((t=e.target)&&(t.classList.contains("e-multicolumn-list-icon")||t.classList.contains("e-rowcell"))?(i.value||i.gridObj.refreshColumns(),setTimeout(function(){i.focusIn(e)})):i.focusOut()),i.inputEle.removeAttribute("aria-owns"),i.inputEle.removeAttribute("aria-activedescendant"))}),setTimeout(function(){i.gridObj&&(i.gridObj.dataSource=i.dataSource,i.updateGridHeight(!0,!1))},100)},P.prototype.addItems=function(t,e){var i=this.isProtectedOnChange;this.isProtectedOnChange=!0,this.gridObj.editSettings.allowAdding=!0,this.gridObj.dataBind(),this.isProtectedOnChange=i,this.gridObj.addRecord(t,e)},P.prototype.getItems=function(){return this.gridObj.getDataRows()},P.prototype.getDataByValue=function(e){var i=this;return!g.isNullOrUndefined(this.dataSource)&&this.dataSource instanceof Array?this.dataSource.filter(function(t){return t[i.fields.value].toString()===e})[0]:(!g.isNullOrUndefined(this.dataSource)&&this.dataSource instanceof f.DataManager&&this.dataSource.executeQuery(new f.Query).then(function(t){return t.result.filter(function(t){return t[i.fields.value].toString()===e})[0]}),null)},P.prototype.destroy=function(){if(this.unWireEvents(),this.gridObj&&(this.gridObj.destroy(),g.detach(this.gridObj.element)),this.inputEle){for(var t=["placeholder","aria-expanded","spellcheck","aria-label","role","type","aria-owns","aria-controls","aria-readonly","autocomplete","autocapitalize","spellcheck","aria-activedescendant"],e=0;e<t.length;e++)this.inputEle.removeAttribute(t[e]);this.inputEle.classList.remove("e-input"),p.Input.setValue("",this.inputEle,this.floatLabelType,this.showClearButton)}this.popupEle&&(this.popupEle.removeAttribute("aria-label"),this.popupEle.removeAttribute("role")),this.popupObj&&(this.popupObj.destroy(),g.detach(this.popupObj.element)),this.element.tagName!==this.getDirective()&&this.inputWrapper.parentElement.insertBefore(this.element,this.inputWrapper),this.inputObj&&(g.detach(this.inputObj.container),this.inputObj=null),p.Input.destroy({element:this.inputEle,floatLabelType:this.floatLabelType,properties:this.properties}),g.detach(this.inputWrapper),g.detach(this.popupDiv),this.inputEle=null,this.previousItemElement=null,this.inputWrapper.innerHTML="",this.inputWrapper=null,this.popupDiv=null,this.popupObj=null,this.gridObj=null,this.gridEle=null,this.popupEle=null,this.footer=null,this.noRecord=null,x.prototype.destroy.call(this)},P.prototype.onPropertyChanged=function(t,e){for(var i=0,o=Object.keys(t);i<o.length;i++){var r,n=o[i];switch(n){case"width":case"popupWidth":"width"===n&&this.setElementWidth(t.width),this.popupObj&&(this.popupObj.element.style.width=this.getSize(!0));break;case"popupHeight":this.popupObj&&(r=this.getSize(!1),this.popupObj.element.style.maxHeight=r,this.popupDiv.style.maxHeight=r,this.gridObj.height=r);break;case"placeholder":p.Input.setPlaceholder(t.placeholder,this.inputEle);break;case"readonly":p.Input.setReadonly(this.readonly,this.inputEle);break;case"disabled":p.Input.setEnabled(!this.disabled,this.inputEle),this.setEnable();break;case"cssClass":this.setCssClass(t.cssClass,e.cssClass);break;case"floatLabelType":p.Input.removeFloating(this.inputObj),p.Input.addFloating(this.inputEle,this.floatLabelType,this.placeholder);break;case"showClearButton":p.Input.setClearButton(t.showClearButton,this.inputEle,this.inputObj);break;case"value":this.initValue(!0,!0);break;case"text":this.initValue(!0,!1);break;case"index":this.initValue(!0);break;case"sortOrder":this.gridObj&&(this.gridObj.sortSettings.columns=[{field:this.fields.text,direction:t.sortOrder===s.SortOrder.Ascending?s.SortOrder.Ascending:s.SortOrder.Descending}]);break;case"htmlAttributes":this.setHTMLAttributes();break;case"noRecordsTemplate":this.l10nUpdate();break;case"actionFailureTemplate":this.l10nUpdate(!0);break;case"footerTemplate":this.setFooterTemplate();break;case"itemTemplate":this.gridObj&&(this.gridObj.rowTemplate=t.itemTemplate);break;case"groupTemplate":this.groupTemplate=t.groupTemplate,this.updateGroupByField();break;case"enableRtl":this.gridObj&&this.popupObj&&(this.gridObj.enableRtl=t.enableRtl,p.Input.setEnableRtl(t.enableRtl,[this.inputWrapper]),this.popupObj.enableRtl=t.enableRtl);break;case"dataSource":this.gridObj&&(this.gridObj.dataSource=t.dataSource);break;case"query":this.gridObj&&(this.gridObj.query=t.query);break;case"gridSettings":this.gridObj&&(this.gridObj.gridLines=t.gridSettings.gridLines,this.gridObj.rowHeight=t.gridSettings.rowHeight,this.gridObj.enableAltRow=t.gridSettings.enableAltRow,this.gridObj.allowResizing=t.gridSettings.allowResizing,g.isNullOrUndefined(t.gridSettings.allowTextWrap)||(this.gridObj.allowTextWrap=t.gridSettings.allowTextWrap),g.isNullOrUndefined(t.gridSettings.textWrapMode)||(this.gridObj.textWrapSettings.wrapMode=t.gridSettings.textWrapMode));break;case"fields":this.fields=t.fields,this.updateGroupByField();break;case"filterType":this.filterType=t.filterType;break;case"enableVirtualization":this.gridObj&&(this.enableVirtualization=this.gridObj.enableVirtualization=t.enableVirtualization);break;case"sortType":this.gridObj&&(this.sortType=t.sortType,this.gridObj.allowMultiSorting="multiplecolumns"===this.sortType.toString().toLowerCase()&&this.allowSorting);break;case"allowFiltering":this.allowFiltering=t.allowFiltering;break;case"allowSorting":this.gridObj&&(this.allowSorting=this.gridObj.allowSorting=t.allowSorting);break;case"columns":this.gridObj&&(r=this.getGridColumns(),this.gridObj.columns=r)}}},e([g.Property([])],P.prototype,"dataSource",void 0),e([g.Property(null)],P.prototype,"text",void 0),e([g.Property(null)],P.prototype,"value",void 0),e([g.Property(null)],P.prototype,"index",void 0),e([g.Property("100%")],P.prototype,"width",void 0),e([g.Property("300px")],P.prototype,"popupHeight",void 0),e([g.Property("100%")],P.prototype,"popupWidth",void 0),e([g.Property(null)],P.prototype,"placeholder",void 0),e([g.Property(!0)],P.prototype,"allowFiltering",void 0),e([g.Property(!0)],P.prototype,"allowSorting",void 0),e([g.Property(!1)],P.prototype,"showClearButton",void 0),e([g.Property("")],P.prototype,"cssClass",void 0),e([g.Complex({text:null,value:null,groupBy:null},b)],P.prototype,"fields",void 0),e([g.Collection([],w)],P.prototype,"columns",void 0),e([g.Complex({},C)],P.prototype,"gridSettings",void 0),e([g.Property(s.FilterType.StartsWith)],P.prototype,"filterType",void 0),e([g.Property("Never")],P.prototype,"floatLabelType",void 0),e([g.Property(s.SortOrder.None)],P.prototype,"sortOrder",void 0),e([g.Property(s.SortType.OneColumn)],P.prototype,"sortType",void 0),e([g.Property(!1)],P.prototype,"enableVirtualization",void 0),e([g.Property(!1)],P.prototype,"disabled",void 0),e([g.Property(!1)],P.prototype,"readonly",void 0),e([g.Property(!1)],P.prototype,"enablePersistence",void 0),e([g.Property()],P.prototype,"query",void 0),e([g.Property(null)],P.prototype,"itemTemplate",void 0),e([g.Property(null)],P.prototype,"footerTemplate",void 0),e([g.Property(null)],P.prototype,"groupTemplate",void 0),e([g.Property("Request Failed")],P.prototype,"actionFailureTemplate",void 0),e([g.Property("No records found")],P.prototype,"noRecordsTemplate",void 0),e([g.Property({})],P.prototype,"htmlAttributes",void 0),e([g.Event()],P.prototype,"created",void 0),e([g.Event()],P.prototype,"open",void 0),e([g.Event()],P.prototype,"close",void 0),e([g.Event()],P.prototype,"actionFailure",void 0),e([g.Event()],P.prototype,"actionBegin",void 0),e([g.Event()],P.prototype,"actionComplete",void 0),e([g.Event()],P.prototype,"filtering",void 0),e([g.Event()],P.prototype,"select",void 0),e([g.Event()],P.prototype,"change",void 0);var x,t=e([g.NotifyPropertyChanges],P);function P(t,e){t=x.call(this,t,e)||this;return t.gridInject=new c,t.gridInject.InjectModules(),t}Object.defineProperty(s,"Edit",{enumerable:!0,get:function(){return o.Edit}}),Object.defineProperty(s,"Group",{enumerable:!0,get:function(){return o.Group}}),Object.defineProperty(s,"Sort",{enumerable:!0,get:function(){return o.Sort}}),Object.defineProperty(s,"VirtualScroll",{enumerable:!0,get:function(){return o.VirtualScroll}}),s.Column=w,s.FieldSettings=b,s.GridSettings=C,s.MultiColumnComboBox=t,s.MultiColumnGrid=c,Object.defineProperty(s,"__esModule",{value:!0})});
10
+ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@syncfusion/ej2-base"),require("@syncfusion/ej2-inputs"),require("@syncfusion/ej2-data"),require("@syncfusion/ej2-popups"),require("@syncfusion/ej2-grids")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-base","@syncfusion/ej2-inputs","@syncfusion/ej2-data","@syncfusion/ej2-popups","@syncfusion/ej2-grids"],e):e((t=t||self).ej={},t.ej2Base,t.ej2Inputs,t.ej2Data,t.ej2Popups,t.ej2Grids)}(this,function(s,g,p,f,i,o){"use strict";n=function(t,e){return(n=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 n,t=function(t,e){function i(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)},e=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;0<=a;a--)(n=t[a])&&(s=(r<3?n(s):3<r?n(e,i,s):n(e,i))||s);return 3<r&&s&&Object.defineProperty(e,i,s),s},a=function(r,s,a,l){return new(a=a||Promise)(function(t,e){function i(t){try{n(l.next(t))}catch(t){e(t)}}function o(t){try{n(l.throw(t))}catch(t){e(t)}}function n(e){e.done?t(e.value):new a(function(t){t(e.value)}).then(i,o)}n((l=l.apply(r,s||[])).next())})},l=function(o,n){var r,s,a,l={label:0,sent:function(){if(1&a[0])throw a[1];return a[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(r)throw new TypeError("Generator is already executing.");for(;l;)try{if(r=1,s&&(a=2&e[0]?s.return:e[0]?s.throw||((a=s.return)&&a.call(s),0):s.next)&&!(a=a.call(s,e[1])).done)return a;switch(s=0,(e=a?[2&e[0],a.value]:e)[0]){case 0:case 1:a=e;break;case 4:return l.label++,{value:e[1],done:!1};case 5:l.label++,s=e[1],e=[0];continue;case 7:e=l.ops.pop(),l.trys.pop();continue;default:if(!(a=0<(a=l.trys).length&&a[a.length-1])&&(6===e[0]||2===e[0])){l=0;continue}if(3===e[0]&&(!a||e[1]>a[0]&&e[1]<a[3]))l.label=e[1];else if(6===e[0]&&l.label<a[1])l.label=a[1],a=e;else{if(!(a&&l.label<a[2])){a[2]&&l.ops.pop(),l.trys.pop();continue}l.label=a[2],l.ops.push(e)}}e=n.call(o,l)}catch(t){e=[6,t],s=0}finally{r=a=0}if(5&e[0])throw e[1];return{value:e[0]?e[1]:void 0,done:!0}}}},u="e-icon-anim",r="e-nodata",d="e-disabled",h="e-input-focus",c="e-multicolumn-list",y="e-multicolumn-grid",v=(m.prototype.InjectModules=function(){o.Grid.Inject(o.VirtualScroll,o.Group,o.Edit,o.Sort,o.Resize)},m);function m(){}(O=s.FilterType||(s.FilterType={})).StartsWith="StartsWith",O.EndsWith="EndsWith",O.Contains="Contains",(O=s.SortOrder||(s.SortOrder={})).None="None",O.Ascending="Ascending",O.Descending="Descending",(O=s.SortType||(s.SortType={})).OneColumn="OneColumn",O.MultipleColumns="MultipleColumns",(O=s.WrapMode||(s.WrapMode={})).Both="Both",O.Content="Content",O.Header="Header";b=g.ChildProperty,t(w,b),e([g.Property()],w.prototype,"text",void 0),e([g.Property()],w.prototype,"value",void 0),e([g.Property()],w.prototype,"groupBy",void 0);var b,O=w;function w(){return null!==b&&b.apply(this,arguments)||this}S=g.ChildProperty,t(x,S),e([g.Property("")],x.prototype,"field",void 0),e([g.Property("")],x.prototype,"header",void 0),e([g.Property("")],x.prototype,"width",void 0),e([g.Property("")],x.prototype,"textAlign",void 0),e([g.Property(null)],x.prototype,"format",void 0),e([g.Property(!1)],x.prototype,"displayAsCheckBox",void 0),e([g.Property(null)],x.prototype,"template",void 0),e([g.Property(null)],x.prototype,"headerTemplate",void 0),e([g.Property(null)],x.prototype,"customAttributes",void 0);var S,C=x;function x(){return null!==S&&S.apply(this,arguments)||this}E=g.ChildProperty,t(P,E),e([g.Property(!1)],P.prototype,"enableAltRow",void 0),e([g.Property(null)],P.prototype,"rowHeight",void 0),e([g.Property("Default")],P.prototype,"gridLines",void 0),e([g.Property(!1)],P.prototype,"allowTextWrap",void 0),e([g.Property(s.WrapMode.Both)],P.prototype,"textWrapMode",void 0),e([g.Property(!1)],P.prototype,"allowResizing",void 0),e([g.Event()],P.prototype,"resizing",void 0),e([g.Event()],P.prototype,"resizeStart",void 0),e([g.Event()],P.prototype,"resizeStop",void 0);var E,j=P;function P(){return null!==E&&E.apply(this,arguments)||this}D=g.Component,t(T,D),T.prototype.preRender=function(){this.element.id||(this.element.id=g.getUniqueID("e-"+this.getModuleName())),this.keyConfigs={escape:"escape",altUp:"alt+uparrow",altDown:"alt+downarrow",tab:"tab",shiftTab:"shift+tab",end:"end",enter:"enter",home:"home",moveDown:"downarrow",moveUp:"uparrow"},this.matchedRowEle=this.matchedContent=this.exactMatchedContent=null,this.persistData()},T.prototype.getDirective=function(){return"EJS-MULTICOLUMNCOMBOBOX"},T.prototype.getModuleName=function(){return"multicolumncombobox"},T.prototype.getPersistData=function(){return this.addOnPersist(["value"])},T.prototype.persistData=function(){var t;this.enablePersistence&&(this.element.id+="_wrapper",t=window.localStorage.getItem(this.getModuleName()+this.element.id),g.isNullOrUndefined(t)||""===t||this.setProperties(JSON.parse(t),!0))},T.prototype.render=function(){this.renderGrid(),this.renderInput(),this.popupDiv=this.createElement("div",{className:"e-popup-content"}),this.popupDiv.appendChild(this.gridEle),this.setHTMLAttributes(),this.renderPopup(),this.wireEvents()},T.prototype.renderGrid=function(){var e=this,t=this.getGridColumns(),i=this.sortOrder.toString().toLowerCase();this.gridObj=new o.Grid({dataSource:this.dataSource,columns:t,allowSorting:this.allowSorting,enableStickyHeader:!0,gridLines:this.gridSettings.gridLines,rowHeight:this.gridSettings.rowHeight,enableAltRow:this.gridSettings.enableAltRow,enableVirtualization:this.enableVirtualization,enableRtl:this.enableRtl,editSettings:{allowAdding:!1},query:this.query,allowTextWrap:this.gridSettings.allowTextWrap,textWrapSettings:{wrapMode:this.gridSettings.textWrapMode},height:this.popupHeight,allowResizing:this.gridSettings.allowResizing,allowMultiSorting:"multiplecolumns"===this.sortType.toString().toLowerCase()&&this.allowSorting,rowTemplate:this.itemTemplate,dataBound:function(){e.onDataBound()},actionFailure:function(t){e.onActionFailure(t)},actionBegin:function(t){e.trigger("actionBegin",t)},actionComplete:this.handleActionComplete.bind(this),keyPressed:this.handleKeyPressed.bind(this),resizing:function(t){e.gridSettings.resizing&&e.gridSettings.resizing.call(e,t)},resizeStart:function(t){e.gridSettings.resizeStart&&e.gridSettings.resizeStart.call(e,t)},resizeStop:function(t){e.gridSettings.resizeStop&&e.gridSettings.resizeStop.call(e,t)}}),this.gridEle=this.createElement("div",{id:g.getUniqueID("grid"),className:y}),this.updateGroupByField(),0<t.length&&(this.gridObj.columns[0].isPrimaryKey=!0),"none"!==i&&(this.gridObj.sortSettings={columns:[{field:this.fields.text,direction:"ascending"===i?s.SortOrder.Ascending:s.SortOrder.Descending}]}),this.gridObj.appendTo(this.gridEle)},T.prototype.handleActionComplete=function(t){this.trigger("actionComplete",t),"sorting"===t.requestType&&this.updateRowSelection(t),this.popupObj.refreshPosition(),this.gridObj.element.querySelector(".e-content").scrollTop=0},T.prototype.handleKeyPressed=function(t){"Enter"===t.key&&(t.cancel=!0,this.isPopupOpen)&&(this.selectedGridRow(this.gridObj.getRows()[this.gridObj.selectedRowIndex],t,!0),this.hidePopup(t),this.focusIn(t)),this.fields.groupBy&&(t.cancel=!0,this.gridKeyActionHandler(t,!0))},T.prototype.isRowMatching=function(t,e,i){t=Object.values(t).map(String);return t.includes(e)&&t.includes(i)},T.prototype.updateRowSelection=function(t){var e=this;t&&t.rows.forEach(function(t){e.selectDataRow(t.data,t.index)})},T.prototype.selectDataRow=function(t,e){this.isRowMatching(t,this.value?this.value.toString():"",this.text?this.text.toString():"")&&(this.gridObj.selectRow(e),t=this.isProtectedOnChange,this.isProtectedOnChange=!0,this.index=e,this.isProtectedOnChange=t)},T.prototype.findIndex=function(t,i){return t.findIndex(function(e){return Object.keys(i).every(function(t){return e[t]===i[t]})})},T.prototype.getGridColumns=function(){var p=this;return this.columns.map(function(t){var e=t.field,i=t.header,o=t.width,n=t.textAlign,r=t.format,s=t.displayAsCheckBox,a=t.template,l=t.headerTemplate,t=t.customAttributes;return{field:e,headerText:i,width:o,textAlign:""===n.toString()&&p.enableRtl?"Right":n,format:r,displayAsCheckBox:s,template:a,headerTemplate:l,customAttributes:t,type:s&&!r?"boolean":void 0}})},T.prototype.updateGroupByField=function(){var t,e=this.fields.groupBy,i=""!==e&&!g.isNullOrUndefined(e);i&&("multiplecolumns"!==this.sortType.toString().toLowerCase()&&this.gridEle.classList.add("e-multicolumn-group"),t=this.isProtectedOnChange,this.isProtectedOnChange=!0,this.gridObj.allowGrouping=!0,this.gridObj.groupSettings={showDropArea:!1,columns:[e]},this.groupTemplate&&i&&(this.gridObj.groupSettings.captionTemplate=this.groupTemplate),this.isVue&&(this.gridObj.isVue=this.isVue),this.isProtectedOnChange=t)},T.prototype.onDataBound=function(){var t=this.dataSource.length,e=this.popupDiv.querySelector("."+y),i=this.popupDiv.classList.contains(r),i=(t<=0&&e?(this.l10nUpdate(),this.popupDiv.removeChild(this.gridEle),g.addClass([this.popupDiv],[r])):i&&1<=t&&(g.removeClass([this.popupDiv],[r]),e=this.popupDiv.querySelector(".e-no-records"))&&this.popupDiv.removeChild(e),this.isInitialRender&&(t=this.popupDiv.querySelector(".e-gridcontent tr"),e=i?this.popupDiv.getBoundingClientRect().height:t?t.getBoundingClientRect().height:0,this.popupRowHeight=e,this.popupObj.hide(),this.popupEle.style.visibility="unset",this.isInitialRender=!1),this.gridObj.element.querySelectorAll(".e-row"));this.isDataFiltered&&0<i.length&&""!==this.inputEle.value&&i[0].classList.add("e-row-focus")},T.prototype.onActionFailure=function(t){this.trigger("actionFailure",t),this.l10nUpdate(!0),g.addClass([this.popupDiv],[r])},T.prototype.renderInput=function(){var t=["aria-expanded","aria-readOnly","aria-disabled","autocomplete","autocapitalize","spellcheck","tabindex"];if("INPUT"===this.element.tagName){this.inputEle=this.element,g.isNullOrUndefined(this.inputEle.getAttribute("role"))&&this.inputEle.setAttribute("role","combobox"),g.isNullOrUndefined(this.inputEle.getAttribute("type"))&&this.inputEle.setAttribute("type","text");var e,i=this.inputEle,o={"aria-expanded":"false","aria-readOnly":this.readonly.toString(),"aria-disabled":this.disabled.toString(),autocomplete:"off",autocapitalize:"off",spellcheck:"false",tabindex:"0"};for(e in o)o.hasOwnProperty(e)&&-1!==t.indexOf(e)&&g.isNullOrUndefined(i.getAttribute(e))&&i.setAttribute(e,o[e])}else this.inputEle=this.createElement("input",{attrs:{role:"textbox",type:"text"}}),this.element.parentElement.insertBefore(this.inputEle,this.element);this.inputObj=p.Input.createInput({element:this.inputEle,buttons:["e-input-group-icon e-multicolumn-list-icon e-icons"],floatLabelType:this.floatLabelType,properties:{enabled:!this.disabled,readonly:this.readonly,placeholder:this.placeholder,enableRtl:this.enableRtl,showClearButton:this.showClearButton,cssClass:this.cssClass}},this.createElement),this.inputWrapper=this.inputObj.container,this.inputWrapper.classList.add(c),this.inputWrapper.setAttribute("spellcheck","false"),this.element.tagName===this.getDirective()&&this.element.appendChild(this.inputWrapper),this.setElementWidth(this.width),g.isNullOrUndefined(this.value)&&g.isNullOrUndefined(this.text)&&g.isNullOrUndefined(this.index)||this.initValue(null,null,!0)},T.prototype.setElementWidth=function(t){var e;g.isNullOrUndefined(t)||(e=this.inputWrapper,"number"==typeof t?e.style.width=g.formatUnit(t):"string"==typeof t&&(e.style.width=t.match(/px|%|em/)?t:g.formatUnit(t)))},T.prototype.setHTMLAttributes=function(){var t=this.htmlAttributes,e=this.inputEle;if(Object.keys(t).length)for(var i=0,o=Object.keys(t);i<o.length;i++){var n=o[i];switch(n){case"class":this.inputWrapper.classList.add(t[n]);break;case"disabled":this.setProperties({enabled:!1},!0),this.setEnable();break;case"readonly":this.setProperties({readonly:!0},!0),this.dataBind();break;case"style":this.inputWrapper.setAttribute("style",t[n]);break;default:-1<["title","id","placeholder","role","autocomplete","autocapitalize","spellcheck","minlength","maxlength"].indexOf(n)&&"placeholder"===n?p.Input.setPlaceholder(t[n],e):e.setAttribute(n,t[n])}}},T.prototype.setEnable=function(){p.Input.setEnabled(!this.disabled,this.inputEle),this.disabled?(this.isPopupOpen&&this.hidePopup(),g.addClass([this.inputWrapper],d),this.inputWrapper&&this.inputWrapper.classList.contains(h)&&g.removeClass([this.inputWrapper],[h]),this.setAriaDisabled("true")):(g.removeClass([this.inputWrapper],d),this.setAriaDisabled("false"))},T.prototype.setAriaDisabled=function(t){this.inputEle.setAttribute("aria-disabled",t),this.inputWrapper.setAttribute("aria-disabled",t)},T.prototype.initValue=function(n,i,r){function s(t){t=d.updateCurrentValues(a,t),l=t.currentValue,p=t.currentText,u=t.currentIndex}var a,l,p,u,o,d=this,h=this.gridObj.getSelectedRecords()[0],c=this.gridObj.getSelectedRows()[0],t=this.isProtectedOnChange;this.isProtectedOnChange=!0,this.value=this.value&&this.value.toString(),this.isProtectedOnChange=t;!n&&(!g.isNullOrUndefined(this.value)||!g.isNullOrUndefined(this.text))||n&&void 0!==i?(o=n?i?this.value:this.text:g.isNullOrUndefined(this.value)?this.text:this.value,!g.isNullOrUndefined(this.dataSource)&&this.dataSource instanceof f.DataManager?this.dataSource.executeQuery(new f.Query).then(function(t){var t=t.result,e=t.filter(function(t){return t[n?i?d.fields.value:d.fields.text:g.isNullOrUndefined(d.value)?d.fields.text:d.fields.value].toString()===o});0<e.length&&(a=e[0],s(t),d.updateChangeEvent(a,h,c,l,p,u,n,r),d.gridObj.selectRow(d.index))}):!g.isNullOrUndefined(this.dataSource)&&this.dataSource instanceof Array&&(a=this.dataSource.filter(function(t){return t[n?i?d.fields.value:d.fields.text:g.isNullOrUndefined(d.value)?d.fields.text:d.fields.value].toString()===o})[0],s(this.dataSource))):g.isNullOrUndefined(this.index)||(!g.isNullOrUndefined(this.dataSource)&&this.dataSource instanceof f.DataManager?this.dataSource.executeQuery(new f.Query).then(function(t){t=t.result;a=t[d.index],s(t),d.updateChangeEvent(a,h,c,l,p,u,n,r),d.gridObj.selectRow(d.index)}):!g.isNullOrUndefined(this.dataSource)&&this.dataSource instanceof Array&&(this.fields.groupBy?setTimeout(function(){var t=d.gridObj.getRows();if(t&&0<t.length)for(var e=d.gridObj.getRowInfo(t[d.index]).rowData,i=d.fields.value,o=0;o<t.length;o++)if(e&&e[parseInt(i.toString(),10)]===d.dataSource[parseInt(o.toString(),10)][parseInt(i.toString(),10)]){a=e,s(d.dataSource),d.updateChangeEvent(a,h,c,l,p,u,n,r),d.gridObj.selectRow(d.index);break}}):(a=this.dataSource[this.index],s(this.dataSource)))),this.dataSource instanceof f.DataManager||this.updateChangeEvent(a,h,c,l,p,u,n,r)},T.prototype.updateChangeEvent=function(t,e,i,o,n,r,s,a){t={value:t?t[this.fields.value].toString():null,itemData:{text:n,value:o},item:this.getDataByValue(this.value),previousItemData:e,previousItemElement:i,itemElement:this.inputWrapper,event:null,isInteracted:!s};this.updateValues(o,n,r,t,a)},T.prototype.updateCurrentValues=function(t,e){return g.isNullOrUndefined(t)?{currentValue:null,currentText:null,currentIndex:null}:(p.Input.setValue(t[this.fields.text].toString(),this.inputEle,this.floatLabelType,this.showClearButton),{currentValue:t[this.fields.value].toString(),currentText:t[this.fields.text].toString(),currentIndex:e.indexOf(t)})},T.prototype.renderPopup=function(){this.popupEle=this.createElement("div",{id:this.element.id+"_options",className:c+" e-popup "+(null!==this.cssClass?this.cssClass:"")}),g.attributes(this.popupEle,{"aria-label":this.element.id,role:"dialog"}),document.body.appendChild(this.popupEle),this.createPopup(this.popupEle),g.prepend([this.popupDiv],this.popupEle),this.footerTemplate&&this.setFooterTemplate();var t,e=this.getSize(!1);this.popupEle.style.maxHeight=e,this.footerTemplate&&(this.footer=this.footer||this.popupEle.querySelector(".e-popup-footer"),t=Math.round(this.footer.getBoundingClientRect().height),e=g.formatUnit(parseInt(e,10)-t+"px")),this.popupDiv.style.maxHeight=e,this.updateGridHeight(),this.popupEle.style.visibility="hidden",this.isInitialRender=!0},T.prototype.updateGridHeight=function(t,e,i){e=t?(t=(t=this.gridObj.getContent().querySelector(".e-content")).offsetHeight-t.clientHeight,i=i*this.popupRowHeight,""===this.fields.groupBy||g.isNullOrUndefined(this.fields.groupBy)||(i+=this.popupRowHeight),e&&i<this.prevGridHeight?i+t+"px":this.prevGridHeight+"px"):(this.prevGridHeight=this.popupDiv.getBoundingClientRect().height-this.popupDiv.querySelector(".e-gridheader").getBoundingClientRect().height,this.prevGridHeight+"px"),i=this.isProtectedOnChange;this.isProtectedOnChange=!0,this.gridObj.height=e,this.isProtectedOnChange=i},T.prototype.createPopup=function(t){var e=this;this.popupObj=new i.Popup(t,{width:this.getSize(!0),targetType:"relative",collision:{X:"flip",Y:"flip"},relateTo:this.inputWrapper,enableRtl:this.enableRtl,position:{X:"left",Y:"bottom"},targetExitViewport:function(){g.Browser.isDevice||e.hidePopup()},open:function(){e.inputEle.focus(),e.updateClearIconState()}})},T.prototype.setFooterTemplate=function(){this.footer?this.isReact&&"function"==typeof this.footerTemplate?this.clearTemplate(["footerTemplate"]):this.footer.innerHTML="":(this.footer=this.createElement("div"),g.addClass([this.footer],"e-popup-footer"));var t=this.getTemplateFunction(this.footerTemplate)({count:this.dataSource.length},this,"footerTemplate",this.element.id+"footerTemplate",this.isStringTemplate,void 0,this.footer);t&&(t=Array.prototype.slice.call(t),g.append(t,this.footer)),g.append([this.footer],this.popupEle)},T.prototype.l10nUpdate=function(t){var e,i,o;this.noRecord?this.noRecord.innerHTML="":this.noRecord=this.createElement("div"),"No records found"!==this.noRecordsTemplate||"Request Failed"!==this.actionFailureTemplate?(o=t?this.actionFailureTemplate:this.noRecordsTemplate,e=t?this.element.id+"_actionFailure":this.element.id+"_noRecords",i=t?"actionFailureTemplate":"noRecordsTemplate",(o=this.getTemplateFunction(o)({},this,i,e,this.isStringTemplate,void 0,this.noRecord))&&(o=Array.prototype.slice.call(o),g.append(o,this.noRecord))):(this.l10n=new g.L10n("multicolumncombobox",{noRecordsTemplate:"No records found",actionFailureTemplate:"Request Failed"},this.locale),this.noRecord.innerHTML=t?this.l10n.getConstant("actionFailureTemplate"):this.l10n.getConstant("noRecordsTemplate")),g.addClass([this.noRecord],"e-no-records"),g.prepend([this.noRecord],this.popupDiv),this.popupObj.refreshPosition()},T.prototype.getTemplateFunction=function(e){if("string"!=typeof e)return g.compile(e);var i="";try{var t=g.select(e),i=t?"SCRIPT"===t.tagName?t.innerHTML:t.outerHTML:e}catch(t){i=e}return g.compile(i)},T.prototype.getSize=function(t){var e=t?this.popupWidth:this.popupHeight,i=g.formatUnit(e);return i.includes("%")?i=((t?this.inputWrapper.offsetWidth:document.documentElement.clientHeight)*parseFloat(i)/100).toString()+"px":"string"==typeof e&&(i=e.match(/px|em/)?e:i),i},T.prototype.selectedGridRow=function(t,i,o){var n=this,e={isInteracted:!!i,item:this.gridObj.getSelectedRecords()[0],itemElement:t,itemData:this.gridObj.getSelectedRecords()[0],event:i,cancel:!1},r=this.gridObj.getSelectedRecords()[0],s=r?r[this.fields.text].toString():"",a=r?r[this.fields.value].toString():"",l={isInteracted:!!i,item:r,itemElement:t,itemData:{text:s,value:a},event:i,cancel:!1,value:a,previousItemData:{text:this.text,value:this.value},previousItemElement:this.previousItemElement};this.trigger("select",e,function(t){var e;!t.cancel&&t.itemData&&(t=t.itemData,e="Enter"===i.key||"Tab"===i.key||i.shiftKey&&"Tab"===i.key||i.altKey&&"ArrowUp"===i.key,o&&!e||n.updateValues(t[n.fields.value],t[n.fields.text],n.gridObj.selectedRowIndex,l),p.Input.setValue(t[n.fields.text],n.inputEle,n.floatLabelType,n.showClearButton),o&&!e||n.hidePopup(i))})},T.prototype.updateValues=function(t,e,i,o,n){this.previousItemElement=o.itemElement;var r=this.isProtectedOnChange;this.isProtectedOnChange=!0,this.text=e||this.text,this.value=t||this.value,this.index=g.isNullOrUndefined(i)?this.index:i,this.isProtectedOnChange=r,n||this.triggerChangeEvent(o)},T.prototype.triggerChangeEvent=function(t){this.trigger("change",t,function(t){t.cancel})},T.prototype.inputHandler=function(t){var o,n,r,s=this;this.showPopup(null,!0),this.updateClearIconState(),this.allowFiltering&&(o=t.target.value.toLowerCase(),r={preventDefaultAction:n=!1,text:o,updateData:function(t,e,i){r.cancel||(n=!0,s.filterAction(t,o,e,i))},event:t,cancel:!1},this.trigger("filtering",r,function(t){t.cancel||t.preventDefaultAction||n||s.filterAction(s.dataSource,o,s.query,s.fields)})),this.updateInputValue(t.target.value)},T.prototype.updateInputValue=function(r){return a(this,void 0,void 0,function(){var e,i,o,n;return l(this,function(t){switch(t.label){case 0:return this.dataSource instanceof f.DataManager?(o=new f.Query,[4,this.dataSource.executeQuery(o)]):[3,2];case 1:return o=t.sent(),n=o.result,n=this.filterDatas(n,r),i=n.data,n=n.exactData,[3,3];case 2:Array.isArray(this.dataSource)&&(e=this.filterDatas(this.dataSource,r),i=e.data,n=e.exactData),t.label=3;case 3:return this.selectFilteredRows(i,n),[2]}})})},T.prototype.filterDatas=function(t,e){var i=this;return{data:t.filter(function(t){return t[i.fields.text].toString().toLowerCase().startsWith(e.toLowerCase())}),exactData:t.filter(function(t){return t[i.fields.text].toString()===e})}},T.prototype.selectFilteredRows=function(t,e){t.length<=0?this.matchedRowEle=this.matchedContent=this.exactMatchedContent=null:(this.matchedContent=t[0],this.exactMatchedContent=e[0],t=this.findIndex(this.gridObj.currentViewData,this.matchedContent),this.matchedRowEle=this.gridObj.getRowByIndex(t))},T.prototype.filterAction=function(t,e,i,o){var n=this,r=i||new f.Query,s=this.filterType.toString().toLowerCase();g.isNullOrUndefined(i)&&g.isNullOrUndefined(o)?this.updateGridDataSource(t):i?t instanceof f.DataManager?this.filteringHandler(t,e,i,o):new f.DataManager(t).executeQuery(i).then(function(t){t=t.result;n.updateGridDataSource(t)}):t instanceof f.DataManager?this.filteringHandler(t,e,r,o):Array.isArray(t)&&(i=t.filter(function(t){return n.filterData(t,s,e,o)}),this.updateGridDataSource(i))},T.prototype.filteringHandler=function(t,i,e,o){var n,r=this,s=this.filterType.toString().toLowerCase();t.executeQuery(e).then(function(t){var t=t.result,e=t.length;n=t.filter(function(t){return r.filterData(t,s,i,o)}),r.updateGridDataSource(n,e)})},T.prototype.filterData=function(t,e,i,o){var n=t[(o||this.fields).text].toString().toLowerCase();switch(e){case"startswith":return n.startsWith(i);case"endswith":return n.endsWith(i);case"contains":return n.includes(i);default:return!1}},T.prototype.updateGridDataSource=function(t,e){var i=!0;0<t.length?(i=(this.dataSource instanceof f.DataManager?e:this.dataSource.length)!==t.length,g.removeClass([this.popupDiv],[r]),(e=this.popupDiv.querySelector(".e-no-records"))&&this.popupDiv.removeChild(e),this.gridObj.dataSource=t,this.isDataFiltered=!0):(this.l10nUpdate(),g.addClass([this.popupDiv],[r])),this.updateGridHeight(!0,i,t.length)},T.prototype.wireEvents=function(){g.isNullOrUndefined(this.inputObj.buttons[0])||(g.EventHandler.add(this.inputObj.buttons[0],"mousedown",this.preventBlur,this),g.EventHandler.add(this.inputObj.buttons[0],"mousedown",this.dropDownClick,this)),g.EventHandler.add(document,"mousedown",this.onDocumentClick,this),g.EventHandler.add(this.gridEle,"click",this.onMouseClick,this),g.EventHandler.add(this.inputEle,"input",this.inputHandler,this),g.EventHandler.add(this.inputEle,"focus",this.focusIn,this),this.showClearButton&&g.EventHandler.add(this.inputObj.clearButton,"mousedown",this.clearText,this),g.EventHandler.add(window,"resize",this.windowResize,this),this.keyboardModule=new g.KeyboardEvents(this.inputWrapper,{keyAction:this.keyActionHandler.bind(this),keyConfigs:this.keyConfigs,eventName:"keydown"}),this.keyboardModule=new g.KeyboardEvents(this.gridEle,{keyAction:this.gridKeyActionHandler.bind(this),keyConfigs:this.keyConfigs,eventName:"keydown"})},T.prototype.unWireEvents=function(){g.isNullOrUndefined(this.inputObj.buttons[0])||(g.EventHandler.remove(this.inputObj.buttons[0],"mousedown",this.preventBlur),g.EventHandler.remove(this.inputObj.buttons[0],"mousedown",this.dropDownClick)),g.EventHandler.remove(document,"mousedown",this.onDocumentClick),g.EventHandler.remove(this.inputEle,"input",this.inputHandler),g.EventHandler.remove(this.inputWrapper,"focus",this.focusIn),g.EventHandler.remove(window,"resize",this.windowResize),g.EventHandler.remove(this.gridEle,"click",this.onMouseClick),this.showClearButton&&g.EventHandler.remove(this.inputObj.clearButton,"mousedown",this.clearText),this.keyboardModule&&this.keyboardModule.destroy()},T.prototype.preventBlur=function(t){t.preventDefault()},T.prototype.dropDownClick=function(t){var e;this.disabled||this.readonly||((e=this.gridEle.querySelector(".e-row-focus"))&&e.classList.remove("e-row-focus"),this.isPopupOpen?this.hidePopup(t):this.showPopup(t))},T.prototype.onMouseClick=function(t){var e=t.target,e=g.closest(e,".e-row"),i=this.gridObj.selectedRowIndex;e&&(0<=i?this.selectedGridRow(e,t):(this.gridObj.selectedRowIndex=this.gridObj.getRows().indexOf(e),this.gridObj.selectRow(this.gridObj.selectedRowIndex),this.hidePopup(t)))},T.prototype.onDocumentClick=function(t){var e=t.target;this.disabled||this.readonly||!this.isPopupOpen?e.closest(".e-multicolumn-list")||this.focusOut():e.classList.contains("e-multicolumn-list-icon")||g.closest(e,".e-popup")?t.preventDefault():e.classList.contains("e-multicolumncombobox")||e.classList.contains("e-clear-icon")||(g.isNullOrUndefined(this.text)||this.updateInputValue(this.text),this.updateValuesOnInput(t))},T.prototype.updateValuesOnInput=function(t,e,i,o){var n,r=this,s=(void 0===i&&(i=!1),t||e),t=(o=void 0===o?!1:o)?this.matchedContent:this.exactMatchedContent;t||(this.inputEle.value=this.value=this.index=this.text=null),this.hidePopup(s),this.matchedRowEle&&!i&&t?(n=this.isProtectedOnChange,this.isProtectedOnChange=!0,setTimeout(function(){r.inputEle.value=r.matchedContent[r.fields.text].toString(),r.value=r.matchedContent[r.fields.value].toString();var t=r.findIndex(r.gridObj.currentViewData,r.matchedContent);r.index=t,r.text=r.matchedContent[r.fields.text].toString(),r.gridObj.selectRow(t),r.selectedGridRow(r.gridObj.getRowByIndex(t),s),r.previousItemElement=r.gridObj.getSelectedRows()[0]},100),this.isProtectedOnChange=n):this.isDataFiltered&&(this.inputEle.value="",e={value:null,itemData:{text:null,value:null},item:null,previousItemData:{text:this.text,value:this.value},previousItemElement:this.previousItemElement,itemElement:null,event:s,isInteracted:!0,cancel:!1},n=this.isProtectedOnChange,this.isProtectedOnChange=!0,this.text=this.value=this.index=null,this.gridObj.refreshColumns(),this.isProtectedOnChange=n,this.triggerChangeEvent(e),this.isDataFiltered=!1,this.matchedContent=this.matchedRowEle=null)},T.prototype.clearText=function(t){this.isDataFiltered=!0,this.updateValuesOnInput(t,null,!0)},T.prototype.windowResize=function(){this.popupObj&&(this.popupObj.setProperties({width:this.getSize(!0)}),this.popupObj.refreshPosition())},T.prototype.setCssClass=function(t,e){var i=this.popupObj?[this.inputWrapper,this.popupObj.element]:[this.inputWrapper];g.isNullOrUndefined(e)||""===e||g.removeClass(i,e.split(" ")),g.isNullOrUndefined(t)||""===t||g.addClass(i,t.split(" "))},T.prototype.keyActionHandler=function(t){switch(t.action){case"escape":case"altUp":case"shiftTab":case"tab":this.isPopupOpen?this.hidePopup(t):this.focusOut();break;case"altDown":this.isPopupOpen||(this.showPopup(t),this.updateSelectedItem(t,!1));break;case"moveDown":case"moveUp":this.updateSelectedItem(t,!0,!0);break;case"enter":this.updateValuesOnInput(null,t,!1,!0),this.focusIn(t);break;case"home":case"end":this.updateSelectedItem(t)}},T.prototype.gridKeyActionHandler=function(t,e){switch(e&&(e=(t.altKey?"Alt+":"")+(t.shiftKey?"Shift+":"")+t.key,t.action={ArrowDown:"moveDown",ArrowUp:"moveUp",End:"end",Home:"home",Tab:"tab",Escape:"escape","Shift+Tab":"shiftTab","Alt+ArrowUp":"altUp"}[e]||t.action),t.action){case"escape":case"tab":case"shiftTab":case"altUp":this.isPopupOpen&&(t.preventDefault(),"escape"!==t.action&&this.updateSelectedItem(t),this.hidePopup(t));break;case"moveDown":case"moveUp":case"home":case"end":this.updateSelectedItem(t)}},T.prototype.updateSelectedItem=function(t,e,i){var o,n,r=this;void 0===e&&(e=!0),this.isPopupOpen&&(o=this.fields.groupBy?this.gridObj.selectedRowIndex||0:this.gridObj.selectedRowIndex,n=this.dataSource instanceof f.DataManager?this.remoteDataLength:this.dataSource.length,-1===o&&("moveDown"===t.action||"moveUp"===t.action)||"home"===t.action?o=0:n-1<=o&&"moveDown"===t.action||"end"===t.action?o=n-1:"moveDown"===t.action&&0<=o&&o<=n-1&&(this.fields.groupBy||i)?o+=1:("moveUp"===t.action&&0<o&&this.fields.groupBy||i)&&--o,this.enableVirtualization?setTimeout(function(){r.selectRow(t,e,o)}):this.selectRow(t,e,o))},T.prototype.selectRow=function(t,e,i){void 0===e&&(e=!0),this.gridObj.selectRow(i),this.gridObj.selectedRowIndex=i;var o=this.gridEle.querySelector(".e-row-focus");o&&o.classList.remove("e-row-focus"),e&&this.selectedGridRow(this.gridObj.getRows()[parseInt(i.toString(),10)],t,!0)},T.prototype.updateClearIconState=function(){var t=this.inputWrapper.querySelector(".e-clear-icon");t&&(t.style.display=""===this.inputEle.value?"none":"flex")},T.prototype.updateDynamicDataSource=function(t,e){var i;this.gridObj&&(this.gridObj.dataSource=t,e instanceof f.DataManager?e.executeQuery(new f.Query).then(function(t){i=t.result.length}):i=e.length,0===i)&&this.popupDiv.appendChild(this.gridEle)},T.prototype.focusIn=function(t){this.disabled||this.readonly||(g.addClass([this.inputWrapper],[h]),this.inputEle.focus(),this.updateClearIconState(),this.trigger("focus",t),"Never"!==this.floatLabelType&&p.Input.calculateWidth(this.inputEle,this.inputWrapper))},T.prototype.focusOut=function(t){this.disabled||this.readonly||(this.isPopupOpen&&this.hidePopup(t),this.inputWrapper&&(g.removeClass([this.inputWrapper],[h]),(t=this.inputWrapper.querySelector(".e-clear-icon"))&&(t.style.display="none"),"Never"!==this.floatLabelType)&&p.Input.calculateWidth(this.inputEle,this.inputWrapper))},T.prototype.showPopup=function(n,r){var s=this,t={popup:this.popupObj,event:n,cancel:!1,animation:{name:"FadeIn",duration:100}};this.trigger("open",t,function(t){var i,e,o;t.cancel||s.isPopupOpen||(s.isPopupOpen=!0,s.popupObj.refreshPosition(),g.addClass([s.inputWrapper],[u]),g.attributes(s.inputEle,{"aria-expanded":"true","aria-owns":s.element.id+"_popup","aria-controls":s.element.id}),r||((s.value||s.text||s.index)&&s.gridObj.getRowsObject().forEach(function(t,e){s.fields.groupBy&&g.isNullOrUndefined(t.data.items)&&(g.isNullOrUndefined(i)?i=0:i+=1),s.selectDataRow(t.data,s.fields.groupBy?i:e)}),s.focusIn(n)),(o=s.gridObj.getContent())&&(e=o.querySelector(".e-rowcell.e-active"),o=o.querySelector(".e-row"),e?s.inputEle.setAttribute("aria-activedescendant",e.parentElement.getAttribute("data-uid")):o&&s.inputEle.setAttribute("aria-activedescendant",o.getAttribute("data-uid"))),!g.isNullOrUndefined(s.dataSource)&&s.dataSource instanceof f.DataManager&&s.dataSource.executeQuery(new f.Query).then(function(t){s.remoteDataLength=t.result.length}),s.popupObj.show(new g.Animation(t.animation),s.popupEle))})},T.prototype.hidePopup=function(e){var i=this,t={popup:this.popupObj,event:e||null,cancel:!1,animation:{name:"FadeOut",duration:100}},o=e?e.target:null;this.trigger("close",t,function(t){t.cancel||(i.isPopupOpen=!1,g.removeClass([i.inputWrapper],[u]),g.attributes(i.inputEle,{"aria-expanded":"false"}),i.popupObj.hide(new g.Animation(t.animation)),o&&(o.classList.contains("e-multicolumn-list-icon")||o.classList.contains("e-rowcell"))?(i.value||i.gridObj.refreshColumns(),setTimeout(function(){i.focusIn(e)})):i.focusOut(),i.inputEle.removeAttribute("aria-owns"),i.inputEle.removeAttribute("aria-activedescendant"))}),setTimeout(function(){i.gridObj&&(i.gridObj.dataSource=i.dataSource,i.updateGridHeight(!0,!1))},100)},T.prototype.addItems=function(t,e){var i=this.isProtectedOnChange;this.isProtectedOnChange=!0,this.gridObj.editSettings.allowAdding=!0,this.gridObj.dataBind(),this.isProtectedOnChange=i,this.gridObj.addRecord(t,e)},T.prototype.getItems=function(){return this.gridObj.getDataRows()},T.prototype.getDataByValue=function(e){var i=this;return!g.isNullOrUndefined(this.dataSource)&&this.dataSource instanceof Array?this.dataSource.filter(function(t){return t[i.fields.value].toString()===e})[0]:(!g.isNullOrUndefined(this.dataSource)&&this.dataSource instanceof f.DataManager&&this.dataSource.executeQuery(new f.Query).then(function(t){return t.result.filter(function(t){return t[i.fields.value].toString()===e})[0]}),null)},T.prototype.destroy=function(){if(this.unWireEvents(),this.gridObj&&(this.gridObj.destroy(),g.detach(this.gridObj.element)),this.inputEle){for(var t=["placeholder","aria-expanded","spellcheck","aria-label","role","type","aria-owns","aria-controls","aria-readonly","autocomplete","autocapitalize","spellcheck","aria-activedescendant"],e=0;e<t.length;e++)this.inputEle.removeAttribute(t[e]);this.inputEle.classList.remove("e-input"),p.Input.setValue("",this.inputEle,this.floatLabelType,this.showClearButton)}this.popupEle&&(this.popupEle.removeAttribute("aria-label"),this.popupEle.removeAttribute("role")),this.popupObj&&(this.popupObj.destroy(),g.detach(this.popupObj.element)),this.element.tagName!==this.getDirective()&&this.inputWrapper.parentElement.insertBefore(this.element,this.inputWrapper),this.inputObj&&(g.detach(this.inputObj.container),this.inputObj=null),p.Input.destroy({element:this.inputEle,floatLabelType:this.floatLabelType,properties:this.properties}),g.detach(this.inputWrapper),g.detach(this.popupDiv),this.inputEle=null,this.previousItemElement=null,this.inputWrapper.innerHTML="",this.inputWrapper=null,this.popupDiv=null,this.popupObj=null,this.gridObj=null,this.gridEle=null,this.popupEle=null,this.footer=null,this.noRecord=null,D.prototype.destroy.call(this)},T.prototype.onPropertyChanged=function(t,e){for(var i=0,o=Object.keys(t);i<o.length;i++){var n,r=o[i];switch(r){case"width":case"popupWidth":"width"===r&&this.setElementWidth(t.width),this.popupObj&&(this.popupObj.element.style.width=this.getSize(!0));break;case"popupHeight":this.popupObj&&(n=this.getSize(!1),this.popupObj.element.style.maxHeight=n,this.popupDiv.style.maxHeight=n,this.gridObj.height=n);break;case"placeholder":p.Input.setPlaceholder(t.placeholder,this.inputEle);break;case"readonly":p.Input.setReadonly(this.readonly,this.inputEle);break;case"disabled":p.Input.setEnabled(!this.disabled,this.inputEle),this.setEnable();break;case"cssClass":this.setCssClass(t.cssClass,e.cssClass);break;case"floatLabelType":p.Input.removeFloating(this.inputObj),p.Input.addFloating(this.inputEle,this.floatLabelType,this.placeholder);break;case"showClearButton":p.Input.setClearButton(t.showClearButton,this.inputEle,this.inputObj);break;case"value":this.initValue(!0,!0);break;case"text":this.initValue(!0,!1);break;case"index":this.initValue(!0);break;case"sortOrder":this.gridObj&&(this.gridObj.sortSettings.columns=[{field:this.fields.text,direction:t.sortOrder===s.SortOrder.Ascending?s.SortOrder.Ascending:s.SortOrder.Descending}]);break;case"htmlAttributes":this.setHTMLAttributes();break;case"noRecordsTemplate":this.l10nUpdate();break;case"actionFailureTemplate":this.l10nUpdate(!0);break;case"footerTemplate":this.setFooterTemplate();break;case"itemTemplate":this.gridObj&&(this.gridObj.rowTemplate=t.itemTemplate);break;case"groupTemplate":this.groupTemplate=t.groupTemplate,this.updateGroupByField();break;case"enableRtl":this.gridObj&&this.popupObj&&(this.gridObj.enableRtl=t.enableRtl,p.Input.setEnableRtl(t.enableRtl,[this.inputWrapper]),this.popupObj.enableRtl=t.enableRtl);break;case"dataSource":this.updateDynamicDataSource(t.dataSource,e.dataSource);break;case"query":this.gridObj&&(this.gridObj.query=t.query);break;case"gridSettings":this.gridObj&&(this.gridObj.gridLines=t.gridSettings.gridLines,this.gridObj.rowHeight=t.gridSettings.rowHeight,this.gridObj.enableAltRow=t.gridSettings.enableAltRow,this.gridObj.allowResizing=t.gridSettings.allowResizing,g.isNullOrUndefined(t.gridSettings.allowTextWrap)||(this.gridObj.allowTextWrap=t.gridSettings.allowTextWrap),g.isNullOrUndefined(t.gridSettings.textWrapMode)||(this.gridObj.textWrapSettings.wrapMode=t.gridSettings.textWrapMode));break;case"fields":this.fields=t.fields,this.updateGroupByField();break;case"filterType":this.filterType=t.filterType;break;case"enableVirtualization":this.gridObj&&(this.enableVirtualization=this.gridObj.enableVirtualization=t.enableVirtualization);break;case"sortType":this.gridObj&&(this.sortType=t.sortType,this.gridObj.allowMultiSorting="multiplecolumns"===this.sortType.toString().toLowerCase()&&this.allowSorting);break;case"allowFiltering":this.allowFiltering=t.allowFiltering;break;case"allowSorting":this.gridObj&&(this.allowSorting=this.gridObj.allowSorting=t.allowSorting);break;case"columns":this.gridObj&&(n=this.getGridColumns(),this.gridObj.columns=n)}}},e([g.Property([])],T.prototype,"dataSource",void 0),e([g.Property(null)],T.prototype,"text",void 0),e([g.Property(null)],T.prototype,"value",void 0),e([g.Property(null)],T.prototype,"index",void 0),e([g.Property("100%")],T.prototype,"width",void 0),e([g.Property("300px")],T.prototype,"popupHeight",void 0),e([g.Property("100%")],T.prototype,"popupWidth",void 0),e([g.Property(null)],T.prototype,"placeholder",void 0),e([g.Property(!0)],T.prototype,"allowFiltering",void 0),e([g.Property(!0)],T.prototype,"allowSorting",void 0),e([g.Property(!1)],T.prototype,"showClearButton",void 0),e([g.Property("")],T.prototype,"cssClass",void 0),e([g.Complex({text:null,value:null,groupBy:null},O)],T.prototype,"fields",void 0),e([g.Collection([],C)],T.prototype,"columns",void 0),e([g.Complex({},j)],T.prototype,"gridSettings",void 0),e([g.Property(s.FilterType.StartsWith)],T.prototype,"filterType",void 0),e([g.Property("Never")],T.prototype,"floatLabelType",void 0),e([g.Property(s.SortOrder.None)],T.prototype,"sortOrder",void 0),e([g.Property(s.SortType.OneColumn)],T.prototype,"sortType",void 0),e([g.Property(!1)],T.prototype,"enableVirtualization",void 0),e([g.Property(!1)],T.prototype,"disabled",void 0),e([g.Property(!1)],T.prototype,"readonly",void 0),e([g.Property(!1)],T.prototype,"enablePersistence",void 0),e([g.Property()],T.prototype,"query",void 0),e([g.Property(null)],T.prototype,"itemTemplate",void 0),e([g.Property(null)],T.prototype,"footerTemplate",void 0),e([g.Property(null)],T.prototype,"groupTemplate",void 0),e([g.Property("Request Failed")],T.prototype,"actionFailureTemplate",void 0),e([g.Property("No records found")],T.prototype,"noRecordsTemplate",void 0),e([g.Property({})],T.prototype,"htmlAttributes",void 0),e([g.Event()],T.prototype,"created",void 0),e([g.Event()],T.prototype,"open",void 0),e([g.Event()],T.prototype,"close",void 0),e([g.Event()],T.prototype,"actionFailure",void 0),e([g.Event()],T.prototype,"actionBegin",void 0),e([g.Event()],T.prototype,"actionComplete",void 0),e([g.Event()],T.prototype,"filtering",void 0),e([g.Event()],T.prototype,"select",void 0),e([g.Event()],T.prototype,"change",void 0);var D,t=e([g.NotifyPropertyChanges],T);function T(t,e){t=D.call(this,t,e)||this;return t.gridInject=new v,t.gridInject.InjectModules(),t}s.Column=C,s.FieldSettings=O,s.GridSettings=j,s.MultiColumnComboBox=t,s.MultiColumnGrid=v,Object.defineProperty(s,"__esModule",{value:!0})});
11
11
  //# sourceMappingURL=ej2-multicolumn-combobox.umd.min.js.map