@syncfusion/ej2-angular-dropdowns 19.3.47 → 19.3.56

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.
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * filename: ej2-angular-dropdowns.umd.min.js
3
- * version : 19.3.47
3
+ * version : 19.3.56
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@angular/forms"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-dropdowns"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@angular/forms","@syncfusion/ej2-angular-base","@syncfusion/ej2-dropdowns","@angular/common"],t):t(e["ej2-angular-dropdowns"]={},e.ng.core,e.ng.forms,e.ej2.angular.base,e.ej2.dropdowns,e.ng.common)}(this,function(e,t,o,n,r,i){"use strict";var a=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var o in t)t.hasOwnProperty(o)&&(e[o]=t[o])};return function(t,o){function n(){this.constructor=t}e(t,o),t.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),p=this&&this.__decorate||function(e,t,o,n){var r,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,o,n);else for(var p=e.length-1;p>=0;p--)(r=e[p])&&(a=(i<3?r(a):i>3?r(t,o,a):r(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},l=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},s=["actionFailureTemplate","allowFiltering","cssClass","dataSource","enablePersistence","enableRtl","enabled","fields","filterBarPlaceholder","filterType","floatLabelType","footerTemplate","groupTemplate","headerTemplate","htmlAttributes","ignoreAccent","ignoreCase","index","itemTemplate","locale","noRecordsTemplate","placeholder","popupHeight","popupWidth","query","readonly","showClearButton","sortOrder","text","value","valueTemplate","width","zIndex"],c=["actionBegin","actionComplete","actionFailure","beforeOpen","blur","change","close","created","dataBound","destroyed","filtering","focus","open","select","valueChange"],m=["value"];e.DropDownListComponent=u=function(e){function t(t,o,r,i){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,a.skipFromEvent=!0,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[],a.registerEvents(c),a.addTwoWay.call(a,m),n.setValue("currentInstance",a,a.viewContainerRef),a.formContext=new n.FormBase,a.formCompContext=new n.ComponentBase,a}return a(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(r.DropDownList),e.DropDownListComponent.decorators=[{type:t.Component,args:[{selector:"ejs-dropdownlist",inputs:s,outputs:c,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:o.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return u}),multi:!0}],queries:{}}]}],e.DropDownListComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.DropDownListComponent.propDecorators={footerTemplate:[{type:t.ContentChild,args:["footerTemplate"]}],headerTemplate:[{type:t.ContentChild,args:["headerTemplate"]}],valueTemplate:[{type:t.ContentChild,args:["valueTemplate"]}],groupTemplate:[{type:t.ContentChild,args:["groupTemplate"]}],itemTemplate:[{type:t.ContentChild,args:["itemTemplate"]}],noRecordsTemplate:[{type:t.ContentChild,args:["noRecordsTemplate"]}],actionFailureTemplate:[{type:t.ContentChild,args:["actionFailureTemplate"]}]},p([n.Template(),l("design:type",Object)],e.DropDownListComponent.prototype,"footerTemplate",void 0),p([n.Template(),l("design:type",Object)],e.DropDownListComponent.prototype,"headerTemplate",void 0),p([n.Template(),l("design:type",Object)],e.DropDownListComponent.prototype,"valueTemplate",void 0),p([n.Template(),l("design:type",Object)],e.DropDownListComponent.prototype,"groupTemplate",void 0),p([n.Template(),l("design:type",Object)],e.DropDownListComponent.prototype,"itemTemplate",void 0),p([n.Template("No records found"),l("design:type",Object)],e.DropDownListComponent.prototype,"noRecordsTemplate",void 0),p([n.Template("Request failed"),l("design:type",Object)],e.DropDownListComponent.prototype,"actionFailureTemplate",void 0),e.DropDownListComponent=u=p([n.ComponentMixins([n.ComponentBase,n.FormBase]),l("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.DropDownListComponent);var u,d=function(){return function(){}}();d.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.DropDownListComponent],exports:[e.DropDownListComponent]}]}],d.ctorParameters=function(){return[]};var f=function(){return function(){}}();f.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,d],exports:[d],providers:[]}]}],f.ctorParameters=function(){return[]};var C=this&&this.__decorate||function(e,t,o,n){var r,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,o,n);else for(var p=e.length-1;p>=0;p--)(r=e[p])&&(a=(i<3?r(a):i>3?r(t,o,a):r(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},g=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},h=["actionFailureTemplate","allowCustom","allowFiltering","autofill","cssClass","dataSource","enablePersistence","enableRtl","enabled","fields","filterBarPlaceholder","filterType","floatLabelType","footerTemplate","groupTemplate","headerTemplate","htmlAttributes","ignoreAccent","ignoreCase","index","itemTemplate","locale","noRecordsTemplate","placeholder","popupHeight","popupWidth","query","readonly","showClearButton","sortOrder","text","value","valueTemplate","width","zIndex"],y=["actionBegin","actionComplete","actionFailure","beforeOpen","blur","change","close","created","customValueSpecifier","dataBound","destroyed","filtering","focus","open","select","valueChange"],T=["value"];e.ComboBoxComponent=w=function(e){function t(t,o,r,i){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,a.skipFromEvent=!0,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[],a.registerEvents(y),a.addTwoWay.call(a,T),n.setValue("currentInstance",a,a.viewContainerRef),a.formContext=new n.FormBase,a.formCompContext=new n.ComponentBase,a}return a(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(r.ComboBox),e.ComboBoxComponent.decorators=[{type:t.Component,args:[{selector:"ejs-combobox",inputs:h,outputs:y,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:o.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return w}),multi:!0}],queries:{}}]}],e.ComboBoxComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.ComboBoxComponent.propDecorators={footerTemplate:[{type:t.ContentChild,args:["footerTemplate"]}],headerTemplate:[{type:t.ContentChild,args:["headerTemplate"]}],groupTemplate:[{type:t.ContentChild,args:["groupTemplate"]}],itemTemplate:[{type:t.ContentChild,args:["itemTemplate"]}],noRecordsTemplate:[{type:t.ContentChild,args:["noRecordsTemplate"]}],actionFailureTemplate:[{type:t.ContentChild,args:["actionFailureTemplate"]}]},C([n.Template(),g("design:type",Object)],e.ComboBoxComponent.prototype,"footerTemplate",void 0),C([n.Template(),g("design:type",Object)],e.ComboBoxComponent.prototype,"headerTemplate",void 0),C([n.Template(),g("design:type",Object)],e.ComboBoxComponent.prototype,"groupTemplate",void 0),C([n.Template(),g("design:type",Object)],e.ComboBoxComponent.prototype,"itemTemplate",void 0),C([n.Template("No records found"),g("design:type",Object)],e.ComboBoxComponent.prototype,"noRecordsTemplate",void 0),C([n.Template("Request failed"),g("design:type",Object)],e.ComboBoxComponent.prototype,"actionFailureTemplate",void 0),e.ComboBoxComponent=w=C([n.ComponentMixins([n.ComponentBase,n.FormBase]),g("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.ComboBoxComponent);var w,v=function(){return function(){}}();v.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.ComboBoxComponent],exports:[e.ComboBoxComponent]}]}],v.ctorParameters=function(){return[]};var b=function(){return function(){}}();b.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,v],exports:[v],providers:[]}]}],b.ctorParameters=function(){return[]};var D=this&&this.__decorate||function(e,t,o,n){var r,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,o,n);else for(var p=e.length-1;p>=0;p--)(r=e[p])&&(a=(i<3?r(a):i>3?r(t,o,a):r(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},x=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},R=["actionFailureTemplate","allowCustom","allowFiltering","autofill","cssClass","dataSource","enablePersistence","enableRtl","enabled","fields","filterBarPlaceholder","filterType","floatLabelType","footerTemplate","groupTemplate","headerTemplate","highlight","htmlAttributes","ignoreAccent","ignoreCase","index","itemTemplate","locale","minLength","noRecordsTemplate","placeholder","popupHeight","popupWidth","query","readonly","showClearButton","showPopupButton","sortOrder","suggestionCount","text","value","valueTemplate","width","zIndex"],O=["actionBegin","actionComplete","actionFailure","beforeOpen","blur","change","close","created","customValueSpecifier","dataBound","destroyed","filtering","focus","open","select","valueChange"],j=["value"];e.AutoCompleteComponent=B=function(e){function t(t,o,r,i){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,a.skipFromEvent=!0,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[],a.registerEvents(O),a.addTwoWay.call(a,j),n.setValue("currentInstance",a,a.viewContainerRef),a.formContext=new n.FormBase,a.formCompContext=new n.ComponentBase,a}return a(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(r.AutoComplete),e.AutoCompleteComponent.decorators=[{type:t.Component,args:[{selector:"ejs-autocomplete",inputs:R,outputs:O,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:o.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return B}),multi:!0}],queries:{}}]}],e.AutoCompleteComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.AutoCompleteComponent.propDecorators={footerTemplate:[{type:t.ContentChild,args:["footerTemplate"]}],headerTemplate:[{type:t.ContentChild,args:["headerTemplate"]}],groupTemplate:[{type:t.ContentChild,args:["groupTemplate"]}],itemTemplate:[{type:t.ContentChild,args:["itemTemplate"]}],noRecordsTemplate:[{type:t.ContentChild,args:["noRecordsTemplate"]}],actionFailureTemplate:[{type:t.ContentChild,args:["actionFailureTemplate"]}]},D([n.Template(),x("design:type",Object)],e.AutoCompleteComponent.prototype,"footerTemplate",void 0),D([n.Template(),x("design:type",Object)],e.AutoCompleteComponent.prototype,"headerTemplate",void 0),D([n.Template(),x("design:type",Object)],e.AutoCompleteComponent.prototype,"groupTemplate",void 0),D([n.Template(),x("design:type",Object)],e.AutoCompleteComponent.prototype,"itemTemplate",void 0),D([n.Template("No records found"),x("design:type",Object)],e.AutoCompleteComponent.prototype,"noRecordsTemplate",void 0),D([n.Template("Request failed"),x("design:type",Object)],e.AutoCompleteComponent.prototype,"actionFailureTemplate",void 0),e.AutoCompleteComponent=B=D([n.ComponentMixins([n.ComponentBase,n.FormBase]),x("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.AutoCompleteComponent);var B,S=function(){return function(){}}();S.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.AutoCompleteComponent],exports:[e.AutoCompleteComponent]}]}],S.ctorParameters=function(){return[]};var A=function(){return function(){}}();A.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,S],exports:[S],providers:[]}]}],A.ctorParameters=function(){return[]};var M=this&&this.__decorate||function(e,t,o,n){var r,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,o,n);else for(var p=e.length-1;p>=0;p--)(r=e[p])&&(a=(i<3?r(a):i>3?r(t,o,a):r(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},F=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},E=["actionFailureTemplate","allowCustomValue","allowFiltering","changeOnBlur","closePopupOnSelect","cssClass","dataSource","delimiterChar","enableGroupCheckBox","enableHtmlSanitizer","enablePersistence","enableRtl","enableSelectionOrder","enabled","fields","filterBarPlaceholder","filterType","floatLabelType","footerTemplate","groupTemplate","headerTemplate","hideSelectedItem","htmlAttributes","ignoreAccent","ignoreCase","itemTemplate","locale","maximumSelectionLength","mode","noRecordsTemplate","openOnClick","placeholder","popupHeight","popupWidth","query","readonly","selectAllText","showClearButton","showDropDownIcon","showSelectAll","sortOrder","text","unSelectAllText","value","valueTemplate","width","zIndex"],L=["actionBegin","actionComplete","actionFailure","beforeOpen","beforeSelectAll","blur","change","chipSelection","close","created","customValueSelection","dataBound","destroyed","filtering","focus","open","removed","removing","select","selectedAll","tagging","valueChange"],P=["value"];e.MultiSelectComponent=I=function(e){function t(t,o,r,i){var a=e.call(this)||this;a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,a.skipFromEvent=!0,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var p=a.injector.get("DropDownsCheckBoxSelection");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(l){}return a.registerEvents(L),a.addTwoWay.call(a,P),n.setValue("currentInstance",a,a.viewContainerRef),a.formContext=new n.FormBase,a.formCompContext=new n.ComponentBase,a}return a(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(r.MultiSelect),e.MultiSelectComponent.decorators=[{type:t.Component,args:[{selector:"ejs-multiselect",inputs:E,outputs:L,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:o.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return I}),multi:!0}],queries:{}}]}],e.MultiSelectComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.MultiSelectComponent.propDecorators={footerTemplate:[{type:t.ContentChild,args:["footerTemplate"]}],headerTemplate:[{type:t.ContentChild,args:["headerTemplate"]}],valueTemplate:[{type:t.ContentChild,args:["valueTemplate"]}],itemTemplate:[{type:t.ContentChild,args:["itemTemplate"]}],noRecordsTemplate:[{type:t.ContentChild,args:["noRecordsTemplate"]}],actionFailureTemplate:[{type:t.ContentChild,args:["actionFailureTemplate"]}]},M([n.Template(),F("design:type",Object)],e.MultiSelectComponent.prototype,"footerTemplate",void 0),M([n.Template(),F("design:type",Object)],e.MultiSelectComponent.prototype,"headerTemplate",void 0),M([n.Template(),F("design:type",Object)],e.MultiSelectComponent.prototype,"valueTemplate",void 0),M([n.Template(),F("design:type",Object)],e.MultiSelectComponent.prototype,"itemTemplate",void 0),M([n.Template("No records found"),F("design:type",Object)],e.MultiSelectComponent.prototype,"noRecordsTemplate",void 0),M([n.Template("Request failed"),F("design:type",Object)],e.MultiSelectComponent.prototype,"actionFailureTemplate",void 0),e.MultiSelectComponent=I=M([n.ComponentMixins([n.ComponentBase,n.FormBase]),F("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.MultiSelectComponent);var I,V=function(){return function(){}}();V.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.MultiSelectComponent],exports:[e.MultiSelectComponent]}]}],V.ctorParameters=function(){return[]};var _={provide:"DropDownsCheckBoxSelection",useValue:r.CheckBoxSelection},k=function(){return function(){}}();k.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,V],exports:[V],providers:[_]}]}],k.ctorParameters=function(){return[]};var N=this&&this.__decorate||function(e,t,o,n){var r,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,o,n);else for(var p=e.length-1;p>=0;p--)(r=e[p])&&(a=(i<3?r(a):i>3?r(t,o,a):r(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},q=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},W=["actionFailureTemplate","allowDragAndDrop","allowFiltering","cssClass","dataSource","enablePersistence","enableRtl","enabled","fields","filterBarPlaceholder","filterType","groupTemplate","height","ignoreAccent","ignoreCase","itemTemplate","locale","maximumSelectionLength","noRecordsTemplate","query","scope","selectionSettings","sortOrder","toolbarSettings","value","zIndex"],H=["focus","blur","actionBegin","actionComplete","actionFailure","beforeDrop","beforeItemRender","change","created","dataBound","destroyed","drag","dragStart","drop","filtering","select","valueChange"],z=["value"];e.ListBoxComponent=G=function(e){function t(t,o,r,i){var a=e.call(this)||this;a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var p=a.injector.get("DropDownsCheckBoxSelection");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(l){}return a.registerEvents(H),a.addTwoWay.call(a,z),n.setValue("currentInstance",a,a.viewContainerRef),a.formContext=new n.FormBase,a.formCompContext=new n.ComponentBase,a}return a(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(r.ListBox),e.ListBoxComponent.decorators=[{type:t.Component,args:[{selector:"ejs-listbox",inputs:W,outputs:H,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:o.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return G}),multi:!0}],queries:{}}]}],e.ListBoxComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.ListBoxComponent.propDecorators={itemTemplate:[{type:t.ContentChild,args:["itemTemplate"]}],noRecordsTemplate:[{type:t.ContentChild,args:["noRecordsTemplate"]}]},N([n.Template(),q("design:type",Object)],e.ListBoxComponent.prototype,"itemTemplate",void 0),N([n.Template("No records found"),q("design:type",Object)],e.ListBoxComponent.prototype,"noRecordsTemplate",void 0),e.ListBoxComponent=G=N([n.ComponentMixins([n.ComponentBase,n.FormBase]),q("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.ListBoxComponent);var G,U=function(){return function(){}}();U.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.ListBoxComponent],exports:[e.ListBoxComponent]}]}],U.ctorParameters=function(){return[]};var J=function(){return function(){}}();J.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,U],exports:[U],providers:[]}]}],J.ctorParameters=function(){return[]};var K=this&&this.__decorate||function(e,t,o,n){var r,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,o,n);else for(var p=e.length-1;p>=0;p--)(r=e[p])&&(a=(i<3?r(a):i>3?r(t,o,a):r(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},Q=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},X=["actionFailureTemplate","allowFiltering","allowMultiSelection","changeOnBlur","cssClass","customTemplate","delimiterChar","enablePersistence","enableRtl","enabled","fields","filterBarPlaceholder","filterType","floatLabelType","footerTemplate","headerTemplate","htmlAttributes","ignoreAccent","ignoreCase","itemTemplate","locale","mode","noRecordsTemplate","placeholder","popupHeight","popupWidth","readonly","selectAllText","showCheckBox","showClearButton","showDropDownIcon","showSelectAll","sortOrder","text","treeSettings","unSelectAllText","value","width","wrapText","zIndex"],Y=["actionFailure","beforeOpen","blur","change","close","created","dataBound","destroyed","filtering","focus","keyPress","open","select","valueChange"],Z=["value"];e.DropDownTreeComponent=$=function(e){function t(t,o,r,i){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,a.skipFromEvent=!0,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[],a.registerEvents(Y),a.addTwoWay.call(a,Z),n.setValue("currentInstance",a,a.viewContainerRef),a.formContext=new n.FormBase,a.formCompContext=new n.ComponentBase,a}return a(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(r.DropDownTree),e.DropDownTreeComponent.decorators=[{type:t.Component,args:[{selector:"ejs-dropdowntree",inputs:X,outputs:Y,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:o.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return $}),multi:!0}],queries:{}}]}],e.DropDownTreeComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.DropDownTreeComponent.propDecorators={footerTemplate:[{type:t.ContentChild,args:["footerTemplate"]}],headerTemplate:[{type:t.ContentChild,args:["headerTemplate"]}],itemTemplate:[{type:t.ContentChild,args:["itemTemplate"]}],noRecordsTemplate:[{type:t.ContentChild,args:["noRecordsTemplate"]}],actionFailureTemplate:[{type:t.ContentChild,args:["actionFailureTemplate"]}]},K([n.Template(),Q("design:type",Object)],e.DropDownTreeComponent.prototype,"footerTemplate",void 0),K([n.Template(),Q("design:type",Object)],e.DropDownTreeComponent.prototype,"headerTemplate",void 0),K([n.Template(),Q("design:type",Object)],e.DropDownTreeComponent.prototype,"itemTemplate",void 0),K([n.Template("No records found"),Q("design:type",Object)],e.DropDownTreeComponent.prototype,"noRecordsTemplate",void 0),K([n.Template("Request failed"),Q("design:type",Object)],e.DropDownTreeComponent.prototype,"actionFailureTemplate",void 0),e.DropDownTreeComponent=$=K([n.ComponentMixins([n.ComponentBase,n.FormBase]),Q("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.DropDownTreeComponent);var $,ee=function(){return function(){}}();ee.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.DropDownTreeComponent],exports:[e.DropDownTreeComponent]}]}],ee.ctorParameters=function(){return[]};var te=function(){return function(){}}();te.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,ee],exports:[ee],providers:[]}]}],te.ctorParameters=function(){return[]},e.DropDownListModule=d,e.DropDownListAllModule=f,e.ComboBoxModule=v,e.ComboBoxAllModule=b,e.AutoCompleteModule=S,e.AutoCompleteAllModule=A,e.MultiSelectModule=V,e.MultiSelectAllModule=k,e.CheckBoxSelectionService=_,e.ListBoxModule=U,e.ListBoxAllModule=J,e.DropDownTreeModule=ee,e.DropDownTreeAllModule=te,e.ɵe=R,e.ɵf=O,e.ɵc=h,e.ɵd=y,e.ɵa=s,e.ɵb=c,e.ɵk=X,e.ɵl=Y,e.ɵi=W,e.ɵj=H,e.ɵg=E,e.ɵh=L,e.incrementalSearch=r.incrementalSearch,e.Search=r.Search,e.resetIncrementalSearchValues=r.resetIncrementalSearchValues,e.highlightSearch=r.highlightSearch,e.revertHighlightSearch=r.revertHighlightSearch,e.FieldSettings=r.FieldSettings,e.dropDownBaseClasses=r.dropDownBaseClasses,e.DropDownBase=r.DropDownBase,e.dropDownListClasses=r.dropDownListClasses,e.DropDownList=r.DropDownList,e.Fields=r.Fields,e.TreeSettings=r.TreeSettings,e.DropDownTree=r.DropDownTree,e.ComboBox=r.ComboBox,e.AutoComplete=r.AutoComplete,e.MultiSelect=r.MultiSelect,e.CheckBoxSelection=r.CheckBoxSelection,e.createFloatLabel=r.createFloatLabel,e.updateFloatLabelState=r.updateFloatLabelState,e.removeFloating=r.removeFloating,e.setPlaceHolder=r.setPlaceHolder,e.floatLabelFocus=r.floatLabelFocus,e.floatLabelBlur=r.floatLabelBlur,e.encodePlaceholder=r.encodePlaceholder,e.SelectionSettings=r.SelectionSettings,e.ToolbarSettings=r.ToolbarSettings,e.ListBox=r.ListBox,Object.defineProperty(e,"__esModule",{value:!0})});
10
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@angular/forms"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-dropdowns"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@angular/forms","@syncfusion/ej2-angular-base","@syncfusion/ej2-dropdowns","@angular/common"],t):t(e["ej2-angular-dropdowns"]={},e.ng.core,e.ng.forms,e.ej2.angular.base,e.ej2.dropdowns,e.ng.common)}(this,function(e,t,o,n,r,i){"use strict";var a=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var o in t)t.hasOwnProperty(o)&&(e[o]=t[o])};return function(t,o){function n(){this.constructor=t}e(t,o),t.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),p=this&&this.__decorate||function(e,t,o,n){var r,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,o,n);else for(var p=e.length-1;p>=0;p--)(r=e[p])&&(a=(i<3?r(a):i>3?r(t,o,a):r(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},l=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},s=["actionFailureTemplate","allowFiltering","cssClass","dataSource","enablePersistence","enableRtl","enabled","fields","filterBarPlaceholder","filterType","floatLabelType","footerTemplate","groupTemplate","headerTemplate","htmlAttributes","ignoreAccent","ignoreCase","index","itemTemplate","locale","noRecordsTemplate","placeholder","popupHeight","popupWidth","query","readonly","showClearButton","sortOrder","text","value","valueTemplate","width","zIndex"],c=["actionBegin","actionComplete","actionFailure","beforeOpen","blur","change","close","created","dataBound","destroyed","filtering","focus","open","select","valueChange"],m=["value"];e.DropDownListComponent=u=function(e){function t(t,o,r,i){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,a.skipFromEvent=!0,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[],a.registerEvents(c),a.addTwoWay.call(a,m),n.setValue("currentInstance",a,a.viewContainerRef),a.formContext=new n.FormBase,a.formCompContext=new n.ComponentBase,a}return a(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(r.DropDownList),e.DropDownListComponent.decorators=[{type:t.Component,args:[{selector:"ejs-dropdownlist",inputs:s,outputs:c,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:o.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return u}),multi:!0}],queries:{}}]}],e.DropDownListComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.DropDownListComponent.propDecorators={footerTemplate:[{type:t.ContentChild,args:["footerTemplate"]}],headerTemplate:[{type:t.ContentChild,args:["headerTemplate"]}],valueTemplate:[{type:t.ContentChild,args:["valueTemplate"]}],groupTemplate:[{type:t.ContentChild,args:["groupTemplate"]}],itemTemplate:[{type:t.ContentChild,args:["itemTemplate"]}],noRecordsTemplate:[{type:t.ContentChild,args:["noRecordsTemplate"]}],actionFailureTemplate:[{type:t.ContentChild,args:["actionFailureTemplate"]}]},p([n.Template(),l("design:type",Object)],e.DropDownListComponent.prototype,"footerTemplate",void 0),p([n.Template(),l("design:type",Object)],e.DropDownListComponent.prototype,"headerTemplate",void 0),p([n.Template(),l("design:type",Object)],e.DropDownListComponent.prototype,"valueTemplate",void 0),p([n.Template(),l("design:type",Object)],e.DropDownListComponent.prototype,"groupTemplate",void 0),p([n.Template(),l("design:type",Object)],e.DropDownListComponent.prototype,"itemTemplate",void 0),p([n.Template("No records found"),l("design:type",Object)],e.DropDownListComponent.prototype,"noRecordsTemplate",void 0),p([n.Template("Request failed"),l("design:type",Object)],e.DropDownListComponent.prototype,"actionFailureTemplate",void 0),e.DropDownListComponent=u=p([n.ComponentMixins([n.ComponentBase,n.FormBase]),l("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.DropDownListComponent);var u,d=function(){return function(){}}();d.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.DropDownListComponent],exports:[e.DropDownListComponent]}]}],d.ctorParameters=function(){return[]};var f=function(){return function(){}}();f.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,d],exports:[d],providers:[]}]}],f.ctorParameters=function(){return[]};var C=this&&this.__decorate||function(e,t,o,n){var r,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,o,n);else for(var p=e.length-1;p>=0;p--)(r=e[p])&&(a=(i<3?r(a):i>3?r(t,o,a):r(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},g=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},h=["actionFailureTemplate","allowCustom","allowFiltering","autofill","cssClass","dataSource","enablePersistence","enableRtl","enabled","fields","filterBarPlaceholder","filterType","floatLabelType","footerTemplate","groupTemplate","headerTemplate","htmlAttributes","ignoreAccent","ignoreCase","index","itemTemplate","locale","noRecordsTemplate","placeholder","popupHeight","popupWidth","query","readonly","showClearButton","sortOrder","text","value","valueTemplate","width","zIndex"],y=["actionBegin","actionComplete","actionFailure","beforeOpen","blur","change","close","created","customValueSpecifier","dataBound","destroyed","filtering","focus","open","select","valueChange"],T=["value"];e.ComboBoxComponent=w=function(e){function t(t,o,r,i){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,a.skipFromEvent=!0,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[],a.registerEvents(y),a.addTwoWay.call(a,T),n.setValue("currentInstance",a,a.viewContainerRef),a.formContext=new n.FormBase,a.formCompContext=new n.ComponentBase,a}return a(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(r.ComboBox),e.ComboBoxComponent.decorators=[{type:t.Component,args:[{selector:"ejs-combobox",inputs:h,outputs:y,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:o.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return w}),multi:!0}],queries:{}}]}],e.ComboBoxComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.ComboBoxComponent.propDecorators={footerTemplate:[{type:t.ContentChild,args:["footerTemplate"]}],headerTemplate:[{type:t.ContentChild,args:["headerTemplate"]}],groupTemplate:[{type:t.ContentChild,args:["groupTemplate"]}],itemTemplate:[{type:t.ContentChild,args:["itemTemplate"]}],noRecordsTemplate:[{type:t.ContentChild,args:["noRecordsTemplate"]}],actionFailureTemplate:[{type:t.ContentChild,args:["actionFailureTemplate"]}]},C([n.Template(),g("design:type",Object)],e.ComboBoxComponent.prototype,"footerTemplate",void 0),C([n.Template(),g("design:type",Object)],e.ComboBoxComponent.prototype,"headerTemplate",void 0),C([n.Template(),g("design:type",Object)],e.ComboBoxComponent.prototype,"groupTemplate",void 0),C([n.Template(),g("design:type",Object)],e.ComboBoxComponent.prototype,"itemTemplate",void 0),C([n.Template("No records found"),g("design:type",Object)],e.ComboBoxComponent.prototype,"noRecordsTemplate",void 0),C([n.Template("Request failed"),g("design:type",Object)],e.ComboBoxComponent.prototype,"actionFailureTemplate",void 0),e.ComboBoxComponent=w=C([n.ComponentMixins([n.ComponentBase,n.FormBase]),g("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.ComboBoxComponent);var w,v=function(){return function(){}}();v.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.ComboBoxComponent],exports:[e.ComboBoxComponent]}]}],v.ctorParameters=function(){return[]};var b=function(){return function(){}}();b.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,v],exports:[v],providers:[]}]}],b.ctorParameters=function(){return[]};var D=this&&this.__decorate||function(e,t,o,n){var r,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,o,n);else for(var p=e.length-1;p>=0;p--)(r=e[p])&&(a=(i<3?r(a):i>3?r(t,o,a):r(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},x=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},R=["actionFailureTemplate","allowCustom","allowFiltering","autofill","cssClass","dataSource","enablePersistence","enableRtl","enabled","fields","filterBarPlaceholder","filterType","floatLabelType","footerTemplate","groupTemplate","headerTemplate","highlight","htmlAttributes","ignoreAccent","ignoreCase","index","itemTemplate","locale","minLength","noRecordsTemplate","placeholder","popupHeight","popupWidth","query","readonly","showClearButton","showPopupButton","sortOrder","suggestionCount","text","value","valueTemplate","width","zIndex"],O=["actionBegin","actionComplete","actionFailure","beforeOpen","blur","change","close","created","customValueSpecifier","dataBound","destroyed","filtering","focus","open","select","valueChange"],j=["value"];e.AutoCompleteComponent=B=function(e){function t(t,o,r,i){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,a.skipFromEvent=!0,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[],a.registerEvents(O),a.addTwoWay.call(a,j),n.setValue("currentInstance",a,a.viewContainerRef),a.formContext=new n.FormBase,a.formCompContext=new n.ComponentBase,a}return a(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(r.AutoComplete),e.AutoCompleteComponent.decorators=[{type:t.Component,args:[{selector:"ejs-autocomplete",inputs:R,outputs:O,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:o.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return B}),multi:!0}],queries:{}}]}],e.AutoCompleteComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.AutoCompleteComponent.propDecorators={footerTemplate:[{type:t.ContentChild,args:["footerTemplate"]}],headerTemplate:[{type:t.ContentChild,args:["headerTemplate"]}],groupTemplate:[{type:t.ContentChild,args:["groupTemplate"]}],itemTemplate:[{type:t.ContentChild,args:["itemTemplate"]}],noRecordsTemplate:[{type:t.ContentChild,args:["noRecordsTemplate"]}],actionFailureTemplate:[{type:t.ContentChild,args:["actionFailureTemplate"]}]},D([n.Template(),x("design:type",Object)],e.AutoCompleteComponent.prototype,"footerTemplate",void 0),D([n.Template(),x("design:type",Object)],e.AutoCompleteComponent.prototype,"headerTemplate",void 0),D([n.Template(),x("design:type",Object)],e.AutoCompleteComponent.prototype,"groupTemplate",void 0),D([n.Template(),x("design:type",Object)],e.AutoCompleteComponent.prototype,"itemTemplate",void 0),D([n.Template("No records found"),x("design:type",Object)],e.AutoCompleteComponent.prototype,"noRecordsTemplate",void 0),D([n.Template("Request failed"),x("design:type",Object)],e.AutoCompleteComponent.prototype,"actionFailureTemplate",void 0),e.AutoCompleteComponent=B=D([n.ComponentMixins([n.ComponentBase,n.FormBase]),x("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.AutoCompleteComponent);var B,S=function(){return function(){}}();S.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.AutoCompleteComponent],exports:[e.AutoCompleteComponent]}]}],S.ctorParameters=function(){return[]};var A=function(){return function(){}}();A.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,S],exports:[S],providers:[]}]}],A.ctorParameters=function(){return[]};var M=this&&this.__decorate||function(e,t,o,n){var r,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,o,n);else for(var p=e.length-1;p>=0;p--)(r=e[p])&&(a=(i<3?r(a):i>3?r(t,o,a):r(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},F=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},E=["actionFailureTemplate","addTagOnBlur","allowCustomValue","allowFiltering","changeOnBlur","closePopupOnSelect","cssClass","dataSource","delimiterChar","enableGroupCheckBox","enableHtmlSanitizer","enablePersistence","enableRtl","enableSelectionOrder","enabled","fields","filterBarPlaceholder","filterType","floatLabelType","footerTemplate","groupTemplate","headerTemplate","hideSelectedItem","htmlAttributes","ignoreAccent","ignoreCase","itemTemplate","locale","maximumSelectionLength","mode","noRecordsTemplate","openOnClick","placeholder","popupHeight","popupWidth","query","readonly","selectAllText","showClearButton","showDropDownIcon","showSelectAll","sortOrder","text","unSelectAllText","value","valueTemplate","width","zIndex"],L=["actionBegin","actionComplete","actionFailure","beforeOpen","beforeSelectAll","blur","change","chipSelection","close","created","customValueSelection","dataBound","destroyed","filtering","focus","open","removed","removing","select","selectedAll","tagging","valueChange"],P=["value"];e.MultiSelectComponent=I=function(e){function t(t,o,r,i){var a=e.call(this)||this;a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,a.skipFromEvent=!0,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var p=a.injector.get("DropDownsCheckBoxSelection");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(l){}return a.registerEvents(L),a.addTwoWay.call(a,P),n.setValue("currentInstance",a,a.viewContainerRef),a.formContext=new n.FormBase,a.formCompContext=new n.ComponentBase,a}return a(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(r.MultiSelect),e.MultiSelectComponent.decorators=[{type:t.Component,args:[{selector:"ejs-multiselect",inputs:E,outputs:L,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:o.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return I}),multi:!0}],queries:{}}]}],e.MultiSelectComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.MultiSelectComponent.propDecorators={footerTemplate:[{type:t.ContentChild,args:["footerTemplate"]}],headerTemplate:[{type:t.ContentChild,args:["headerTemplate"]}],valueTemplate:[{type:t.ContentChild,args:["valueTemplate"]}],itemTemplate:[{type:t.ContentChild,args:["itemTemplate"]}],noRecordsTemplate:[{type:t.ContentChild,args:["noRecordsTemplate"]}],actionFailureTemplate:[{type:t.ContentChild,args:["actionFailureTemplate"]}]},M([n.Template(),F("design:type",Object)],e.MultiSelectComponent.prototype,"footerTemplate",void 0),M([n.Template(),F("design:type",Object)],e.MultiSelectComponent.prototype,"headerTemplate",void 0),M([n.Template(),F("design:type",Object)],e.MultiSelectComponent.prototype,"valueTemplate",void 0),M([n.Template(),F("design:type",Object)],e.MultiSelectComponent.prototype,"itemTemplate",void 0),M([n.Template("No records found"),F("design:type",Object)],e.MultiSelectComponent.prototype,"noRecordsTemplate",void 0),M([n.Template("Request failed"),F("design:type",Object)],e.MultiSelectComponent.prototype,"actionFailureTemplate",void 0),e.MultiSelectComponent=I=M([n.ComponentMixins([n.ComponentBase,n.FormBase]),F("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.MultiSelectComponent);var I,V=function(){return function(){}}();V.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.MultiSelectComponent],exports:[e.MultiSelectComponent]}]}],V.ctorParameters=function(){return[]};var _={provide:"DropDownsCheckBoxSelection",useValue:r.CheckBoxSelection},k=function(){return function(){}}();k.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,V],exports:[V],providers:[_]}]}],k.ctorParameters=function(){return[]};var N=this&&this.__decorate||function(e,t,o,n){var r,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,o,n);else for(var p=e.length-1;p>=0;p--)(r=e[p])&&(a=(i<3?r(a):i>3?r(t,o,a):r(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},q=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},W=["actionFailureTemplate","allowDragAndDrop","allowFiltering","cssClass","dataSource","enablePersistence","enableRtl","enabled","fields","filterBarPlaceholder","filterType","groupTemplate","height","ignoreAccent","ignoreCase","itemTemplate","locale","maximumSelectionLength","noRecordsTemplate","query","scope","selectionSettings","sortOrder","toolbarSettings","value","zIndex"],H=["focus","blur","actionBegin","actionComplete","actionFailure","beforeDrop","beforeItemRender","change","created","dataBound","destroyed","drag","dragStart","drop","filtering","select","valueChange"],z=["value"];e.ListBoxComponent=G=function(e){function t(t,o,r,i){var a=e.call(this)||this;a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var p=a.injector.get("DropDownsCheckBoxSelection");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(l){}return a.registerEvents(H),a.addTwoWay.call(a,z),n.setValue("currentInstance",a,a.viewContainerRef),a.formContext=new n.FormBase,a.formCompContext=new n.ComponentBase,a}return a(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(r.ListBox),e.ListBoxComponent.decorators=[{type:t.Component,args:[{selector:"ejs-listbox",inputs:W,outputs:H,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:o.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return G}),multi:!0}],queries:{}}]}],e.ListBoxComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.ListBoxComponent.propDecorators={itemTemplate:[{type:t.ContentChild,args:["itemTemplate"]}],noRecordsTemplate:[{type:t.ContentChild,args:["noRecordsTemplate"]}]},N([n.Template(),q("design:type",Object)],e.ListBoxComponent.prototype,"itemTemplate",void 0),N([n.Template("No records found"),q("design:type",Object)],e.ListBoxComponent.prototype,"noRecordsTemplate",void 0),e.ListBoxComponent=G=N([n.ComponentMixins([n.ComponentBase,n.FormBase]),q("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.ListBoxComponent);var G,U=function(){return function(){}}();U.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.ListBoxComponent],exports:[e.ListBoxComponent]}]}],U.ctorParameters=function(){return[]};var J=function(){return function(){}}();J.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,U],exports:[U],providers:[]}]}],J.ctorParameters=function(){return[]};var K=this&&this.__decorate||function(e,t,o,n){var r,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,o,n);else for(var p=e.length-1;p>=0;p--)(r=e[p])&&(a=(i<3?r(a):i>3?r(t,o,a):r(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},Q=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},X=["actionFailureTemplate","allowFiltering","allowMultiSelection","changeOnBlur","cssClass","customTemplate","delimiterChar","enablePersistence","enableRtl","enabled","fields","filterBarPlaceholder","filterType","floatLabelType","footerTemplate","headerTemplate","htmlAttributes","ignoreAccent","ignoreCase","itemTemplate","locale","mode","noRecordsTemplate","placeholder","popupHeight","popupWidth","readonly","selectAllText","showCheckBox","showClearButton","showDropDownIcon","showSelectAll","sortOrder","text","treeSettings","unSelectAllText","value","width","wrapText","zIndex"],Y=["actionFailure","beforeOpen","blur","change","close","created","dataBound","destroyed","filtering","focus","keyPress","open","select","valueChange"],Z=["value"];e.DropDownTreeComponent=$=function(e){function t(t,o,r,i){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,a.skipFromEvent=!0,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[],a.registerEvents(Y),a.addTwoWay.call(a,Z),n.setValue("currentInstance",a,a.viewContainerRef),a.formContext=new n.FormBase,a.formCompContext=new n.ComponentBase,a}return a(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(r.DropDownTree),e.DropDownTreeComponent.decorators=[{type:t.Component,args:[{selector:"ejs-dropdowntree",inputs:X,outputs:Y,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:o.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return $}),multi:!0}],queries:{}}]}],e.DropDownTreeComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.DropDownTreeComponent.propDecorators={footerTemplate:[{type:t.ContentChild,args:["footerTemplate"]}],headerTemplate:[{type:t.ContentChild,args:["headerTemplate"]}],itemTemplate:[{type:t.ContentChild,args:["itemTemplate"]}],noRecordsTemplate:[{type:t.ContentChild,args:["noRecordsTemplate"]}],actionFailureTemplate:[{type:t.ContentChild,args:["actionFailureTemplate"]}]},K([n.Template(),Q("design:type",Object)],e.DropDownTreeComponent.prototype,"footerTemplate",void 0),K([n.Template(),Q("design:type",Object)],e.DropDownTreeComponent.prototype,"headerTemplate",void 0),K([n.Template(),Q("design:type",Object)],e.DropDownTreeComponent.prototype,"itemTemplate",void 0),K([n.Template("No records found"),Q("design:type",Object)],e.DropDownTreeComponent.prototype,"noRecordsTemplate",void 0),K([n.Template("Request failed"),Q("design:type",Object)],e.DropDownTreeComponent.prototype,"actionFailureTemplate",void 0),e.DropDownTreeComponent=$=K([n.ComponentMixins([n.ComponentBase,n.FormBase]),Q("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.DropDownTreeComponent);var $,ee=function(){return function(){}}();ee.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.DropDownTreeComponent],exports:[e.DropDownTreeComponent]}]}],ee.ctorParameters=function(){return[]};var te=function(){return function(){}}();te.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,ee],exports:[ee],providers:[]}]}],te.ctorParameters=function(){return[]},e.DropDownListModule=d,e.DropDownListAllModule=f,e.ComboBoxModule=v,e.ComboBoxAllModule=b,e.AutoCompleteModule=S,e.AutoCompleteAllModule=A,e.MultiSelectModule=V,e.MultiSelectAllModule=k,e.CheckBoxSelectionService=_,e.ListBoxModule=U,e.ListBoxAllModule=J,e.DropDownTreeModule=ee,e.DropDownTreeAllModule=te,e.ɵe=R,e.ɵf=O,e.ɵc=h,e.ɵd=y,e.ɵa=s,e.ɵb=c,e.ɵk=X,e.ɵl=Y,e.ɵi=W,e.ɵj=H,e.ɵg=E,e.ɵh=L,e.incrementalSearch=r.incrementalSearch,e.Search=r.Search,e.resetIncrementalSearchValues=r.resetIncrementalSearchValues,e.highlightSearch=r.highlightSearch,e.revertHighlightSearch=r.revertHighlightSearch,e.FieldSettings=r.FieldSettings,e.dropDownBaseClasses=r.dropDownBaseClasses,e.DropDownBase=r.DropDownBase,e.dropDownListClasses=r.dropDownListClasses,e.DropDownList=r.DropDownList,e.Fields=r.Fields,e.TreeSettings=r.TreeSettings,e.DropDownTree=r.DropDownTree,e.ComboBox=r.ComboBox,e.AutoComplete=r.AutoComplete,e.MultiSelect=r.MultiSelect,e.CheckBoxSelection=r.CheckBoxSelection,e.createFloatLabel=r.createFloatLabel,e.updateFloatLabelState=r.updateFloatLabelState,e.removeFloating=r.removeFloating,e.setPlaceHolder=r.setPlaceHolder,e.floatLabelFocus=r.floatLabelFocus,e.floatLabelBlur=r.floatLabelBlur,e.encodePlaceholder=r.encodePlaceholder,e.SelectionSettings=r.SelectionSettings,e.ToolbarSettings=r.ToolbarSettings,e.ListBox=r.ListBox,Object.defineProperty(e,"__esModule",{value:!0})});
11
11
  //# sourceMappingURL=ej2-angular-dropdowns.umd.min.js.map