@syncfusion/ej2-angular-multicolumn-combobox 26.2.12-ngcc → 27.1.48-ngcc

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 (88) hide show
  1. package/dist/ej2-angular-multicolumn-combobox.umd.js +1 -1
  2. package/dist/ej2-angular-multicolumn-combobox.umd.min.js +2 -2
  3. package/dist/ej2-angular-multicolumn-combobox.umd.min.js.map +1 -1
  4. package/package.json +9 -9
  5. package/schematics/collection.json +10 -9
  6. package/schematics/ng-add/index.d.ts +3 -0
  7. package/schematics/ng-add/index.js +9 -0
  8. package/schematics/ng-add/index.ts +10 -10
  9. package/schematics/ng-add/schema.d.ts +13 -0
  10. package/schematics/ng-add/schema.js +2 -0
  11. package/schematics/ng-add/schema.json +34 -34
  12. package/schematics/ng-add/schema.ts +30 -30
  13. package/schematics/tsconfig.json +25 -25
  14. package/schematics/utils/lib-details.d.ts +4 -0
  15. package/schematics/utils/lib-details.js +6 -0
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/styles/bootstrap-dark.css +0 -1
  18. package/styles/bootstrap-dark.scss +0 -1
  19. package/styles/bootstrap.css +0 -1
  20. package/styles/bootstrap.scss +0 -1
  21. package/styles/bootstrap4.css +0 -1
  22. package/styles/bootstrap4.scss +0 -1
  23. package/styles/bootstrap5-dark.css +0 -1
  24. package/styles/bootstrap5-dark.scss +0 -1
  25. package/styles/bootstrap5.css +0 -1
  26. package/styles/bootstrap5.scss +0 -1
  27. package/styles/fabric-dark.css +0 -1
  28. package/styles/fabric-dark.scss +0 -1
  29. package/styles/fabric.css +0 -1
  30. package/styles/fabric.scss +0 -1
  31. package/styles/fluent-dark.css +0 -1
  32. package/styles/fluent-dark.scss +0 -1
  33. package/styles/fluent.css +0 -1
  34. package/styles/fluent.scss +0 -1
  35. package/styles/fluent2.css +0 -1
  36. package/styles/fluent2.scss +0 -1
  37. package/styles/highcontrast-light.css +0 -1
  38. package/styles/highcontrast-light.scss +0 -1
  39. package/styles/highcontrast.css +0 -1
  40. package/styles/highcontrast.scss +0 -1
  41. package/styles/material-dark.css +0 -1
  42. package/styles/material-dark.scss +0 -1
  43. package/styles/material.css +0 -1
  44. package/styles/material.scss +0 -1
  45. package/styles/material3-dark.css +0 -1
  46. package/styles/material3-dark.scss +0 -2
  47. package/styles/material3.css +0 -1
  48. package/styles/material3.scss +0 -2
  49. package/styles/multicolumn-combobox/bootstrap-dark.css +0 -1
  50. package/styles/multicolumn-combobox/bootstrap-dark.scss +0 -1
  51. package/styles/multicolumn-combobox/bootstrap.css +0 -1
  52. package/styles/multicolumn-combobox/bootstrap.scss +0 -1
  53. package/styles/multicolumn-combobox/bootstrap4.css +0 -1
  54. package/styles/multicolumn-combobox/bootstrap4.scss +0 -1
  55. package/styles/multicolumn-combobox/bootstrap5-dark.css +0 -1
  56. package/styles/multicolumn-combobox/bootstrap5-dark.scss +0 -1
  57. package/styles/multicolumn-combobox/bootstrap5.css +0 -1
  58. package/styles/multicolumn-combobox/bootstrap5.scss +0 -1
  59. package/styles/multicolumn-combobox/fabric-dark.css +0 -1
  60. package/styles/multicolumn-combobox/fabric-dark.scss +0 -1
  61. package/styles/multicolumn-combobox/fabric.css +0 -1
  62. package/styles/multicolumn-combobox/fabric.scss +0 -1
  63. package/styles/multicolumn-combobox/fluent-dark.css +0 -1
  64. package/styles/multicolumn-combobox/fluent-dark.scss +0 -1
  65. package/styles/multicolumn-combobox/fluent.css +0 -1
  66. package/styles/multicolumn-combobox/fluent.scss +0 -1
  67. package/styles/multicolumn-combobox/fluent2.css +0 -1
  68. package/styles/multicolumn-combobox/fluent2.scss +0 -1
  69. package/styles/multicolumn-combobox/highcontrast-light.css +0 -1
  70. package/styles/multicolumn-combobox/highcontrast-light.scss +0 -1
  71. package/styles/multicolumn-combobox/highcontrast.css +0 -1
  72. package/styles/multicolumn-combobox/highcontrast.scss +0 -1
  73. package/styles/multicolumn-combobox/material-dark.css +0 -1
  74. package/styles/multicolumn-combobox/material-dark.scss +0 -1
  75. package/styles/multicolumn-combobox/material.css +0 -1
  76. package/styles/multicolumn-combobox/material.scss +0 -1
  77. package/styles/multicolumn-combobox/material3-dark.css +0 -1
  78. package/styles/multicolumn-combobox/material3-dark.scss +0 -2
  79. package/styles/multicolumn-combobox/material3.css +0 -1
  80. package/styles/multicolumn-combobox/material3.scss +0 -2
  81. package/styles/multicolumn-combobox/tailwind-dark.css +0 -1
  82. package/styles/multicolumn-combobox/tailwind-dark.scss +0 -1
  83. package/styles/multicolumn-combobox/tailwind.css +0 -1
  84. package/styles/multicolumn-combobox/tailwind.scss +0 -1
  85. package/styles/tailwind-dark.css +0 -1
  86. package/styles/tailwind-dark.scss +0 -1
  87. package/styles/tailwind.css +0 -1
  88. package/styles/tailwind.scss +0 -1
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-multicolumn-combobox.umd.js
3
- * version : 26.2.12
3
+ * version : 27.1.48
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * filename: ej2-angular-multicolumn-combobox.umd.min.js
3
- * version : 26.2.12
3
+ * version : 27.1.48
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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("@syncfusion/ej2-angular-base"),require("@angular/forms"),require("@syncfusion/ej2-multicolumn-combobox"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@angular/forms","@syncfusion/ej2-multicolumn-combobox","@angular/common"],t):t(e["ej2-angular-multicolumn-combobox"]={},e.ng.core,e.ej2.angular.base,e.ng.forms,e.ej2.multicolumn.combobox,e.ng.common)}(this,function(e,t,m,o,n,r){"use strict";var i,l,u=this&&this.__extends||(i=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])}),function(e,t){function o(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(o.prototype=t.prototype,new o)}),a=this&&this.__decorate||function(e,t,o,n){var r,i=arguments.length,l=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,o,n);else for(var u=e.length-1;0<=u;u--)(r=e[u])&&(l=(i<3?r(l):3<i?r(t,o,l):r(t,o))||l);return 3<i&&l&&Object.defineProperty(t,o,l),l},c=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},p=["customAttributes","displayAsCheckBox","field","format","header","headerTemplate","template","textAlign","width"],s=[],d=(l=m.ComplexBase,u(C,l),C);function C(e){var t=l.call(this)||this;return t.viewContainerRef=e,m.setValue("currentInstance",t,t.viewContainerRef),t.registerEvents(s),t.directivePropList=p,t}d.decorators=[{type:t.Directive,args:[{selector:"ejs-multicolumncombobox>e-columns>e-column",inputs:p,outputs:s,queries:{}}]}],d.ctorParameters=function(){return[{type:t.ViewContainerRef}]},d.propDecorators={template:[{type:t.ContentChild,args:["template"]}],headerTemplate:[{type:t.ContentChild,args:["headerTemplate"]}]},a([m.Template(),c("design:type",Object)],d.prototype,"template",void 0),a([m.Template(),c("design:type",Object)],d.prototype,"headerTemplate",void 0);f=m.ArrayBase,u(g,f);var f,c=g;function g(){return f.call(this,"columns")||this}c.decorators=[{type:t.Directive,args:[{selector:"ejs-multicolumncombobox>e-columns",queries:{children:new t.ContentChildren(d)}}]}],c.ctorParameters=function(){return[]};var y,h,a=this&&this.__decorate||function(e,t,o,n){var r,i=arguments.length,l=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,o,n);else for(var u=e.length-1;0<=u;u--)(r=e[u])&&(l=(i<3?r(l):3<i?r(t,o,l):r(t,o))||l);return 3<i&&l&&Object.defineProperty(t,o,l),l},b=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},x=["actionFailureTemplate","allowFiltering","allowSorting","columns","cssClass","dataSource","disabled","enablePersistence","enableRtl","enableVirtualization","fields","filterType","floatLabelType","footerTemplate","gridSettings","groupTemplate","htmlAttributes","index","itemTemplate","locale","noRecordsTemplate","placeholder","popupHeight","popupWidth","query","readonly","showClearButton","sortOrder","sortType","text","value","width"],M=["focus","blur","actionBegin","actionComplete","actionFailure","change","close","created","filtering","open","select","valueChange"],j=["value"];function v(e,t,o,n,r){var i=y.call(this)||this;i.ngEle=e,i.srenderer=t,i.viewContainerRef=o,i.injector=n,i.cdr=r,i.tags=["columns"],i.element=i.ngEle.nativeElement,i.injectedModules=i.injectedModules||[];try{var l=i.injector.get("MultiColumn-ComboBoxVirtualScroll");-1===i.injectedModules.indexOf(l)&&i.injectedModules.push(l)}catch(u){}try{l=i.injector.get("MultiColumn-ComboBoxSort");-1===i.injectedModules.indexOf(l)&&i.injectedModules.push(l)}catch(a){}try{l=i.injector.get("MultiColumn-ComboBoxEdit");-1===i.injectedModules.indexOf(l)&&i.injectedModules.push(l)}catch(c){}try{l=i.injector.get("MultiColumn-ComboBoxGroup");-1===i.injectedModules.indexOf(l)&&i.injectedModules.push(l)}catch(p){}return i.registerEvents(M),i.addTwoWay.call(i,j),m.setValue("currentInstance",i,i.viewContainerRef),i.formContext=new m.FormBase,i.formCompContext=new m.ComponentBase,i}e.MultiColumnComboBoxComponent=(y=n.MultiColumnComboBox,u(v,y),v.prototype.registerOnChange=function(e){},v.prototype.registerOnTouched=function(e){},v.prototype.writeValue=function(e){},v.prototype.setDisabledState=function(e){},v.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},v.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},v.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},v.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childColumns,this.formCompContext.ngAfterContentChecked(this)},h=v),e.MultiColumnComboBoxComponent.decorators=[{type:t.Component,args:[{selector:"ejs-multicolumncombobox",inputs:x,outputs:M,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:o.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return h}),multi:!0}],queries:{childColumns:new t.ContentChild(c)}}]}],e.MultiColumnComboBoxComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector},{type:t.ChangeDetectorRef}]},e.MultiColumnComboBoxComponent.propDecorators={footerTemplate:[{type:t.ContentChild,args:["footerTemplate"]}],itemTemplate:[{type:t.ContentChild,args:["itemTemplate"]}],groupTemplate:[{type:t.ContentChild,args:["groupTemplate"]}],noRecordsTemplate:[{type:t.ContentChild,args:["noRecordsTemplate"]}],actionFailureTemplate:[{type:t.ContentChild,args:["actionFailureTemplate"]}]},a([m.Template(),b("design:type",Object)],e.MultiColumnComboBoxComponent.prototype,"footerTemplate",void 0),a([m.Template(),b("design:type",Object)],e.MultiColumnComboBoxComponent.prototype,"itemTemplate",void 0),a([m.Template(),b("design:type",Object)],e.MultiColumnComboBoxComponent.prototype,"groupTemplate",void 0),a([m.Template("No records found"),b("design:type",Object)],e.MultiColumnComboBoxComponent.prototype,"noRecordsTemplate",void 0),a([m.Template("Request Failed"),b("design:type",Object)],e.MultiColumnComboBoxComponent.prototype,"actionFailureTemplate",void 0),e.MultiColumnComboBoxComponent=h=a([m.ComponentMixins([m.ComponentBase,m.FormBase]),b("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector,t.ChangeDetectorRef])],e.MultiColumnComboBoxComponent);var u=function(){},o=(u.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule],declarations:[e.MultiColumnComboBoxComponent,d,c],exports:[e.MultiColumnComboBoxComponent,d,c]}]}],u.ctorParameters=function(){return[]},{provide:"MultiColumn-ComboBoxVirtualScroll",useValue:n.VirtualScroll}),b={provide:"MultiColumn-ComboBoxSort",useValue:n.Sort},a={provide:"MultiColumn-ComboBoxEdit",useValue:n.Edit},T={provide:"MultiColumn-ComboBoxGroup",useValue:n.Group},B=function(){};B.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule,u],exports:[u],providers:[o,b,a,T]}]}],B.ctorParameters=function(){return[]},e.ColumnDirective=d,e.ColumnsDirective=c,e.MultiColumnComboBoxModule=u,e.MultiColumnComboBoxAllModule=B,e.VirtualScrollService=o,e.SortService=b,e.EditService=a,e.GroupService=T,e.ɵa=x,e.ɵb=M,e.Sort=n.Sort,e.VirtualScroll=n.VirtualScroll,e.Group=n.Group,e.Edit=n.Edit,e.MultiColumnGrid=n.MultiColumnGrid,e.FilterType=n.FilterType,e.SortOrder=n.SortOrder,e.SortType=n.SortType,e.WrapMode=n.WrapMode,e.FieldSettings=n.FieldSettings,e.Column=n.Column,e.GridSettings=n.GridSettings,e.MultiColumnComboBox=n.MultiColumnComboBox,Object.defineProperty(e,"__esModule",{value:!0})});
10
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@angular/forms"),require("@syncfusion/ej2-multicolumn-combobox"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@angular/forms","@syncfusion/ej2-multicolumn-combobox","@angular/common"],t):t(e["ej2-angular-multicolumn-combobox"]={},e.ng.core,e.ej2.angular.base,e.ng.forms,e.ej2.multicolumn.combobox,e.ng.common)}(this,function(e,t,o,n,r,i){"use strict";var l=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)}}(),u=this&&this.__decorate||function(e,t,o,n){var r,i=arguments.length,l=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,o,n);else for(var u=e.length-1;u>=0;u--)(r=e[u])&&(l=(i<3?r(l):i>3?r(t,o,l):r(t,o))||l);return i>3&&l&&Object.defineProperty(t,o,l),l},a=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},c=["customAttributes","displayAsCheckBox","field","format","header","headerTemplate","template","textAlign","width"],p=[],m=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,o.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(p),n.directivePropList=c,n}return l(t,e),t}(o.ComplexBase);m.decorators=[{type:t.Directive,args:[{selector:"ejs-multicolumncombobox>e-columns>e-column",inputs:c,outputs:p,queries:{}}]}],m.ctorParameters=function(){return[{type:t.ViewContainerRef}]},m.propDecorators={template:[{type:t.ContentChild,args:["template"]}],headerTemplate:[{type:t.ContentChild,args:["headerTemplate"]}]},u([o.Template(),a("design:type",Object)],m.prototype,"template",void 0),u([o.Template(),a("design:type",Object)],m.prototype,"headerTemplate",void 0);var s=function(e){function t(){return e.call(this,"columns")||this}return l(t,e),t}(o.ArrayBase);s.decorators=[{type:t.Directive,args:[{selector:"ejs-multicolumncombobox>e-columns",queries:{children:new t.ContentChildren(m)}}]}],s.ctorParameters=function(){return[]};var d=this&&this.__decorate||function(e,t,o,n){var r,i=arguments.length,l=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,o,n);else for(var u=e.length-1;u>=0;u--)(r=e[u])&&(l=(i<3?r(l):i>3?r(t,o,l):r(t,o))||l);return i>3&&l&&Object.defineProperty(t,o,l),l},C=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},f=["actionFailureTemplate","allowFiltering","allowSorting","columns","cssClass","dataSource","disabled","enablePersistence","enableRtl","enableVirtualization","fields","filterType","floatLabelType","footerTemplate","gridSettings","groupTemplate","htmlAttributes","index","itemTemplate","locale","noRecordsTemplate","placeholder","popupHeight","popupWidth","query","readonly","showClearButton","sortOrder","sortType","text","value","width"],g=["focus","blur","actionBegin","actionComplete","actionFailure","change","close","created","filtering","open","select","valueChange"],y=["value"];e.MultiColumnComboBoxComponent=h=function(e){function t(t,n,r,i,l){var u=e.call(this)||this;u.ngEle=t,u.srenderer=n,u.viewContainerRef=r,u.injector=i,u.cdr=l,u.tags=["columns"],u.element=u.ngEle.nativeElement,u.injectedModules=u.injectedModules||[];try{var a=u.injector.get("MultiColumn-ComboBoxVirtualScroll");-1===u.injectedModules.indexOf(a)&&u.injectedModules.push(a)}catch(c){}try{a=u.injector.get("MultiColumn-ComboBoxSort");-1===u.injectedModules.indexOf(a)&&u.injectedModules.push(a)}catch(p){}try{a=u.injector.get("MultiColumn-ComboBoxEdit");-1===u.injectedModules.indexOf(a)&&u.injectedModules.push(a)}catch(m){}try{a=u.injector.get("MultiColumn-ComboBoxGroup");-1===u.injectedModules.indexOf(a)&&u.injectedModules.push(a)}catch(s){}return u.registerEvents(g),u.addTwoWay.call(u,y),o.setValue("currentInstance",u,u.viewContainerRef),u.formContext=new o.FormBase,u.formCompContext=new o.ComponentBase,u}return l(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.tagObjects[0].instance=this.childColumns,this.formCompContext.ngAfterContentChecked(this)},t}(r.MultiColumnComboBox),e.MultiColumnComboBoxComponent.decorators=[{type:t.Component,args:[{selector:"ejs-multicolumncombobox",inputs:f,outputs:g,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:n.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return h}),multi:!0}],queries:{childColumns:new t.ContentChild(s)}}]}],e.MultiColumnComboBoxComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector},{type:t.ChangeDetectorRef}]},e.MultiColumnComboBoxComponent.propDecorators={footerTemplate:[{type:t.ContentChild,args:["footerTemplate"]}],itemTemplate:[{type:t.ContentChild,args:["itemTemplate"]}],groupTemplate:[{type:t.ContentChild,args:["groupTemplate"]}],noRecordsTemplate:[{type:t.ContentChild,args:["noRecordsTemplate"]}],actionFailureTemplate:[{type:t.ContentChild,args:["actionFailureTemplate"]}]},d([o.Template(),C("design:type",Object)],e.MultiColumnComboBoxComponent.prototype,"footerTemplate",void 0),d([o.Template(),C("design:type",Object)],e.MultiColumnComboBoxComponent.prototype,"itemTemplate",void 0),d([o.Template(),C("design:type",Object)],e.MultiColumnComboBoxComponent.prototype,"groupTemplate",void 0),d([o.Template("No records found"),C("design:type",Object)],e.MultiColumnComboBoxComponent.prototype,"noRecordsTemplate",void 0),d([o.Template("Request Failed"),C("design:type",Object)],e.MultiColumnComboBoxComponent.prototype,"actionFailureTemplate",void 0),e.MultiColumnComboBoxComponent=h=d([o.ComponentMixins([o.ComponentBase,o.FormBase]),C("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector,t.ChangeDetectorRef])],e.MultiColumnComboBoxComponent);var h,b=function(){return function(){}}();b.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.MultiColumnComboBoxComponent,m,s],exports:[e.MultiColumnComboBoxComponent,m,s]}]}],b.ctorParameters=function(){return[]};var x={provide:"MultiColumn-ComboBoxVirtualScroll",useValue:r.VirtualScroll},v={provide:"MultiColumn-ComboBoxSort",useValue:r.Sort},M={provide:"MultiColumn-ComboBoxEdit",useValue:r.Edit},j={provide:"MultiColumn-ComboBoxGroup",useValue:r.Group},T=function(){return function(){}}();T.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,b],exports:[b],providers:[x,v,M,j]}]}],T.ctorParameters=function(){return[]},e.ColumnDirective=m,e.ColumnsDirective=s,e.MultiColumnComboBoxModule=b,e.MultiColumnComboBoxAllModule=T,e.VirtualScrollService=x,e.SortService=v,e.EditService=M,e.GroupService=j,e.ɵa=f,e.ɵb=g,e.Sort=r.Sort,e.VirtualScroll=r.VirtualScroll,e.Group=r.Group,e.Edit=r.Edit,e.MultiColumnGrid=r.MultiColumnGrid,e.FilterType=r.FilterType,e.SortOrder=r.SortOrder,e.SortType=r.SortType,e.WrapMode=r.WrapMode,e.FieldSettings=r.FieldSettings,e.Column=r.Column,e.GridSettings=r.GridSettings,e.MultiColumnComboBox=r.MultiColumnComboBox,Object.defineProperty(e,"__esModule",{value:!0})});
11
11
  //# sourceMappingURL=ej2-angular-multicolumn-combobox.umd.min.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ej2-angular-multicolumn-combobox.umd.min.js","sources":["~/@syncfusion/ej2-angular-multicolumn-combobox/src/multicolumn-combobox/columns.directive.ts","~/@syncfusion/ej2-angular-multicolumn-combobox/src/multicolumn-combobox/multicolumncombobox.component.ts","~/@syncfusion/ej2-angular-multicolumn-combobox/src/multicolumn-combobox/multicolumncombobox.module.ts","~/@syncfusion/ej2-angular-multicolumn-combobox/src/multicolumn-combobox/multicolumncombobox-all.module.ts"],"sourcesContent":["import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet input: string[] = ['customAttributes', 'displayAsCheckBox', 'field', 'format', 'header', 'headerTemplate', 'template', 'textAlign', 'width'];\nlet outputs: string[] = [];\n/**\n * `e-column` directive represent a column of the Angular MultiColumnComboBox. \n * It must be contained in a MultiColumnComboBox component(`ejs-multicolumncombobox`). \n * ```html\n * <ejs-multicolumncombobox [dataSource]='data'>\n * <e-columns>\n * <e-column field='ID' width='100'></e-column>\n * <e-column field='name' header='Name' width='100'></e-column>\n * </e-columns>\n * </ejs-multicolumncombobox>\n * ```\n */\n@Directive({\n selector: 'ejs-multicolumncombobox>e-columns>e-column',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class ColumnDirective extends ComplexBase<ColumnDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * The CSS styles and attributes of the content cells of a particular column can be customized.\n * @default null\n */\n public customAttributes: any;\n /** \n * If `displayAsCheckBox` is set to true, it displays the column value as a check box instead of Boolean value.\n * @default false\n */\n public displayAsCheckBox: any;\n /** \n * Defines the name of the field whose data will be displayed in the column.\n * @default ''\n */\n public field: any;\n /** \n * It is used to change display value with the given format and does not affect the original data. \n * Gets the format from the user which can be standard or custom `number` and `date` formats.\n * @default null\n * @asptype string\n */\n public format: any;\n /** \n * Defines the header text of column which is used to display in column header. \n * If headerText is not defined, then field name value will be assigned to header text.\n * @default ''\n */\n public header: any;\n /** \n * Defines the alignment of the column in both header and content cells.\n * @default Left\n */\n public textAlign: any;\n /** \n * Defines the width of the column in pixels or percentage.\n * @default ''\n */\n public width: any;\n /** \n * Defines the column template that renders customized element in each cell of the column. \n * It accepts either template or HTML element ID.\n * @default null\n * @angulartype string | object\n * @reacttype string | function | JSX.Element\n * @vuetype string | function\n * @asptype string\n */\n @ContentChild('template')\n @Template()\n public template: any;\n /** \n * Defines the column template as string or HTML element ID which is used to add customized element in the column header.\n * @default null\n * @angulartype string | object\n * @reacttype string | function | JSX.Element\n * @vuetype string | function\n * @asptype string\n */\n @ContentChild('headerTemplate')\n @Template()\n public headerTemplate: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * Column Array Directive\n * @private\n */\n@Directive({\n selector: 'ejs-multicolumncombobox>e-columns',\n queries: {\n children: new ContentChildren(ColumnDirective)\n },\n})\nexport class ColumnsDirective extends ArrayBase<ColumnsDirective> {\n constructor() {\n super('columns');\n }\n}","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, ChangeDetectorRef, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { MultiColumnComboBox } from '@syncfusion/ej2-multicolumn-combobox';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { ColumnsDirective } from './columns.directive';\n\nexport const inputs: string[] = ['actionFailureTemplate','allowFiltering','allowSorting','columns','cssClass','dataSource','disabled','enablePersistence','enableRtl','enableVirtualization','fields','filterType','floatLabelType','footerTemplate','gridSettings','groupTemplate','htmlAttributes','index','itemTemplate','locale','noRecordsTemplate','placeholder','popupHeight','popupWidth','query','readonly','showClearButton','sortOrder','sortType','text','value','width'];\nexport const outputs: string[] = ['focus', 'blur', 'actionBegin','actionComplete','actionFailure','change','close','created','filtering','open','select','valueChange'];\nexport const twoWays: string[] = ['value'];\n\n/**\n * Represents the Essential JS 2 Angular MultiColumnComboBox Component.\n * ```html\n * <ejs-multicolumncombobox></ejs-multicolumncombobox>\n * ```\n */\n@Component({\n selector: 'ejs-multicolumncombobox',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => MultiColumnComboBoxComponent),\n multi: true\n }\n ],\n queries: {\n childColumns: new ContentChild(ColumnsDirective)\n }\n})\n@ComponentMixins([ComponentBase, FormBase])\nexport class MultiColumnComboBoxComponent extends MultiColumnComboBox implements IComponentBase {\n public formCompContext : any;\n public formContext : any;\n public tagObjects: any;\n\tactionBegin: any;\n\tactionComplete: any;\n\tactionFailure: any;\n\tchange: any;\n\tclose: any;\n\tcreated: any;\n\tfiltering: any;\n\topen: any;\n\tselect: any;\n\tpublic valueChange: any;\n public childColumns: any;\n public tags: string[] = ['columns'];\n /** \n * Accepts the template design and assigns it to the footer container of the popup.\n * @default null\n * @angulartype string | object\n * @reacttype string | function | JSX.Element\n * @vuetype string | function\n * @asptype string\n */\n @ContentChild('footerTemplate')\n @Template()\n public footerTemplate: any;\n /** \n * Accepts the template design and assigns it to each items present in the popup.\n * \n * {% codeBlock src='multicolumn-combobox/itemTemplate/index.md' %}{% endcodeBlock %}\n * \n * @default null\n * @angulartype string | object\n * @reacttype string | function | JSX.Element\n * @vuetype string | function\n * @asptype string\n */\n @ContentChild('itemTemplate')\n @Template()\n public itemTemplate: any;\n /** \n * Accepts the template design and assigns it to the group headers present in the popup list.\n * @default null\n * @angulartype string | object\n * @reacttype string | function | JSX.Element\n * @vuetype string | function\n * @asptype string\n */\n @ContentChild('groupTemplate')\n @Template()\n public groupTemplate: any;\n @ContentChild('noRecordsTemplate')\n @Template('No records found')\n public noRecordsTemplate: any;\n @ContentChild('actionFailureTemplate')\n @Template('Request Failed')\n public actionFailureTemplate: any;\n\n public focus: any;\n public blur: any;\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector, private cdr: ChangeDetectorRef) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('MultiColumn-ComboBoxVirtualScroll');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MultiColumn-ComboBoxSort');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MultiColumn-ComboBoxEdit');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MultiColumn-ComboBoxGroup');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n\n public registerOnChange(registerFunction: (_: any) => void): void {\n }\n\n public registerOnTouched(registerFunction: () => void): void {\n }\n\n public writeValue(value: any): void {\n }\n \n public setDisabledState(disabled: boolean): void {\n }\n\n public ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childColumns;\n this.formCompContext.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ColumnDirective, ColumnsDirective } from './columns.directive';\nimport { MultiColumnComboBoxComponent } from './multicolumncombobox.component';\n\n/**\n * NgModule definition for the MultiColumnComboBox component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n MultiColumnComboBoxComponent,\n ColumnDirective,\n ColumnsDirective\n ],\n exports: [\n MultiColumnComboBoxComponent,\n ColumnDirective,\n ColumnsDirective\n ]\n})\nexport class MultiColumnComboBoxModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ColumnDirective, ColumnsDirective } from './columns.directive';\nimport { MultiColumnComboBoxComponent } from './multicolumncombobox.component';\nimport { MultiColumnComboBoxModule } from './multicolumncombobox.module';\nimport {VirtualScroll, Sort, Edit, Group} from '@syncfusion/ej2-multicolumn-combobox'\n\n\nexport const VirtualScrollService: ValueProvider = { provide: 'MultiColumn-ComboBoxVirtualScroll', useValue: VirtualScroll};\nexport const SortService: ValueProvider = { provide: 'MultiColumn-ComboBoxSort', useValue: Sort};\nexport const EditService: ValueProvider = { provide: 'MultiColumn-ComboBoxEdit', useValue: Edit};\nexport const GroupService: ValueProvider = { provide: 'MultiColumn-ComboBoxGroup', useValue: Group};\n\n/**\n * NgModule definition for the MultiColumnComboBox component with providers.\n */\n@NgModule({\n imports: [CommonModule, MultiColumnComboBoxModule],\n exports: [\n MultiColumnComboBoxModule\n ],\n providers:[\n VirtualScrollService,\n SortService,\n EditService,\n GroupService\n ]\n})\nexport class MultiColumnComboBoxAllModule { }"],"names":["_super","input","outputs","ColumnDirective","ComplexBase","__extends","viewContainerRef","_this","call","this","setValue","registerEvents","directivePropList","decorators","type","Directive","args","selector","inputs","queries","ctorParameters","ViewContainerRef","propDecorators","template","ContentChild","headerTemplate","__decorate","Template","prototype","ArrayBase","ColumnsDirective","children","ContentChildren","MultiColumnComboBoxComponent_1","twoWays","MultiColumnComboBoxComponent","ngEle","srenderer","injector","cdr","tags","element","nativeElement","injectedModules","mod","get","indexOf","push","_a","_b","_c","_d","addTwoWay","formContext","FormBase","formCompContext","ComponentBase","exports","MultiColumnComboBox","registerOnChange","registerFunction","registerOnTouched","writeValue","value","setDisabledState","disabled","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","tagObjects","instance","childColumns","Component","changeDetection","ChangeDetectionStrategy","OnPush","providers","provide","NG_VALUE_ACCESSOR","useExisting","forwardRef","multi","ElementRef","Renderer2","Injector","ChangeDetectorRef","footerTemplate","itemTemplate","groupTemplate","noRecordsTemplate","actionFailureTemplate","ComponentMixins","__metadata","MultiColumnComboBoxModule","VirtualScrollService","NgModule","imports","CommonModule","declarations","useValue","VirtualScroll","SortService","Sort","EditService","Edit","GroupService","Group","MultiColumnComboBoxAllModule"],"mappings":"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"}
1
+ {"version":3,"file":"ej2-angular-multicolumn-combobox.umd.min.js","sources":["~/@syncfusion/ej2-angular-multicolumn-combobox/src/multicolumn-combobox/columns.directive.ts","~/@syncfusion/ej2-angular-multicolumn-combobox/src/multicolumn-combobox/multicolumncombobox.component.ts","~/@syncfusion/ej2-angular-multicolumn-combobox/src/multicolumn-combobox/multicolumncombobox.module.ts","~/@syncfusion/ej2-angular-multicolumn-combobox/src/multicolumn-combobox/multicolumncombobox-all.module.ts"],"sourcesContent":["import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['customAttributes', 'displayAsCheckBox', 'field', 'format', 'header', 'headerTemplate', 'template', 'textAlign', 'width'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-column` directive represent a column of the Angular MultiColumnComboBox. \n * It must be contained in a MultiColumnComboBox component(`ejs-multicolumncombobox`). \n * ```html\n * <ejs-multicolumncombobox [dataSource]='data'>\n * <e-columns>\n * <e-column field='ID' width='100'></e-column>\n * <e-column field='name' header='Name' width='100'></e-column>\n * </e-columns>\n * </ejs-multicolumncombobox>\n * ```\n */\nexport class ColumnDirective extends ComplexBase<ColumnDirective> {\npublic directivePropList: any;\n/**\n * The CSS styles and attributes of the content cells of a particular column can be customized.\n * \\@default null\n */\npublic customAttributes: any;\n/**\n * If `displayAsCheckBox` is set to true, it displays the column value as a check box instead of Boolean value.\n * \\@default false\n */\npublic displayAsCheckBox: any;\n/**\n * Defines the name of the field whose data will be displayed in the column.\n * \\@default ''\n */\npublic field: any;\n/**\n * It is used to change display value with the given format and does not affect the original data. \n * Gets the format from the user which can be standard or custom `number` and `date` formats.\n * \\@default null\n * \\@asptype string\n */\npublic format: any;\n/**\n * Defines the header text of column which is used to display in column header. \n * If headerText is not defined, then field name value will be assigned to header text.\n * \\@default ''\n */\npublic header: any;\n/**\n * Defines the alignment of the column in both header and content cells.\n * \\@default Left\n */\npublic textAlign: any;\n/**\n * Defines the width of the column in pixels or percentage.\n * \\@default ''\n */\npublic width: any;\n/**\n * Defines the column template that renders customized element in each cell of the column. \n * It accepts either template or HTML element ID.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public template: any;\n/**\n * Defines the column template as string or HTML element ID which is used to add customized element in the column header.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public headerTemplate: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-multicolumncombobox>e-columns>e-column',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'template': [{ type: ContentChild, args: ['template', ] },],\n'headerTemplate': [{ type: ContentChild, args: ['headerTemplate', ] },],\n};\n}\n\nfunction ColumnDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nColumnDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nColumnDirective.ctorParameters;\n/** @type {?} */\nColumnDirective.propDecorators;\n/** @type {?} */\nColumnDirective.prototype.directivePropList;\n/**\n * The CSS styles and attributes of the content cells of a particular column can be customized.\n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.customAttributes;\n/**\n * If `displayAsCheckBox` is set to true, it displays the column value as a check box instead of Boolean value.\n * \\@default false\n * @type {?}\n */\nColumnDirective.prototype.displayAsCheckBox;\n/**\n * Defines the name of the field whose data will be displayed in the column.\n * \\@default ''\n * @type {?}\n */\nColumnDirective.prototype.field;\n/**\n * It is used to change display value with the given format and does not affect the original data. \n * Gets the format from the user which can be standard or custom `number` and `date` formats.\n * \\@default null\n * \\@asptype string\n * @type {?}\n */\nColumnDirective.prototype.format;\n/**\n * Defines the header text of column which is used to display in column header. \n * If headerText is not defined, then field name value will be assigned to header text.\n * \\@default ''\n * @type {?}\n */\nColumnDirective.prototype.header;\n/**\n * Defines the alignment of the column in both header and content cells.\n * \\@default Left\n * @type {?}\n */\nColumnDirective.prototype.textAlign;\n/**\n * Defines the width of the column in pixels or percentage.\n * \\@default ''\n * @type {?}\n */\nColumnDirective.prototype.width;\n/**\n * Defines the column template that renders customized element in each cell of the column. \n * It accepts either template or HTML element ID.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nColumnDirective.prototype.template;\n/**\n * Defines the column template as string or HTML element ID which is used to add customized element in the column header.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nColumnDirective.prototype.headerTemplate;\n/** @type {?} */\nColumnDirective.prototype.viewContainerRef;\n}\n\n/**\n * Column Array Directive\n */\nexport class ColumnsDirective extends ArrayBase<ColumnsDirective> {\nconstructor() {\n super('columns');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-multicolumncombobox>e-columns',\n queries: {\n children: new ContentChildren(ColumnDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ColumnsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nColumnsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nColumnsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, ChangeDetectorRef, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { MultiColumnComboBox } from '@syncfusion/ej2-multicolumn-combobox';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { ColumnsDirective } from './columns.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['actionFailureTemplate','allowFiltering','allowSorting','columns','cssClass','dataSource','disabled','enablePersistence','enableRtl','enableVirtualization','fields','filterType','floatLabelType','footerTemplate','gridSettings','groupTemplate','htmlAttributes','index','itemTemplate','locale','noRecordsTemplate','placeholder','popupHeight','popupWidth','query','readonly','showClearButton','sortOrder','sortType','text','value','width'];\nexport const /** @type {?} */ outputs: string[] = ['focus', 'blur', 'actionBegin','actionComplete','actionFailure','change','close','created','filtering','open','select','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * Represents the Essential JS 2 Angular MultiColumnComboBox Component.\n * ```html\n * <ejs-multicolumncombobox></ejs-multicolumncombobox>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class MultiColumnComboBoxComponent extends MultiColumnComboBox implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tactionBegin: any;\n\tactionComplete: any;\n\tactionFailure: any;\n\tchange: any;\n\tclose: any;\n\tcreated: any;\n\tfiltering: any;\n\topen: any;\n\tselect: any;\npublic valueChange: any;\npublic childColumns: any;\npublic tags: string[] = ['columns'];\n/**\n * Accepts the template design and assigns it to the footer container of the popup.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public footerTemplate: any;\n/**\n * Accepts the template design and assigns it to each items present in the popup.\n * \n * {% codeBlock src='multicolumn-combobox/itemTemplate/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public itemTemplate: any;\n/**\n * Accepts the template design and assigns it to the group headers present in the popup list.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public groupTemplate: any;\n \n @Template('No records found')\npublic noRecordsTemplate: any;\n \n @Template('Request Failed')\npublic actionFailureTemplate: any;\npublic focus: any;\npublic blur: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n * @param {?} cdr\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector,\nprivate cdr: ChangeDetectorRef) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('MultiColumn-ComboBoxVirtualScroll');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MultiColumn-ComboBoxSort');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MultiColumn-ComboBoxEdit');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MultiColumn-ComboBoxGroup');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childColumns;\n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-multicolumncombobox',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => MultiColumnComboBoxComponent),\n multi: true\n }\n ],\n queries: {\n childColumns: new ContentChild(ColumnsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n{type: ChangeDetectorRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'footerTemplate': [{ type: ContentChild, args: ['footerTemplate', ] },],\n'itemTemplate': [{ type: ContentChild, args: ['itemTemplate', ] },],\n'groupTemplate': [{ type: ContentChild, args: ['groupTemplate', ] },],\n'noRecordsTemplate': [{ type: ContentChild, args: ['noRecordsTemplate', ] },],\n'actionFailureTemplate': [{ type: ContentChild, args: ['actionFailureTemplate', ] },],\n};\n}\n\nfunction MultiColumnComboBoxComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nMultiColumnComboBoxComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMultiColumnComboBoxComponent.ctorParameters;\n/** @type {?} */\nMultiColumnComboBoxComponent.propDecorators;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.formCompContext;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.formContext;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.tagObjects;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.actionBegin;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.actionComplete;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.actionFailure;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.change;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.close;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.created;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.filtering;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.open;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.select;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.valueChange;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.childColumns;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.tags;\n/**\n * Accepts the template design and assigns it to the footer container of the popup.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nMultiColumnComboBoxComponent.prototype.footerTemplate;\n/**\n * Accepts the template design and assigns it to each items present in the popup.\n * \n * {% codeBlock src='multicolumn-combobox/itemTemplate/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nMultiColumnComboBoxComponent.prototype.itemTemplate;\n/**\n * Accepts the template design and assigns it to the group headers present in the popup list.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nMultiColumnComboBoxComponent.prototype.groupTemplate;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.noRecordsTemplate;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.actionFailureTemplate;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.focus;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.blur;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.registerEvents;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.addTwoWay;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.ngEle;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.srenderer;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.viewContainerRef;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.injector;\n/** @type {?} */\nMultiColumnComboBoxComponent.prototype.cdr;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ColumnDirective, ColumnsDirective } from './columns.directive';\nimport { MultiColumnComboBoxComponent } from './multicolumncombobox.component';\n/**\n * NgModule definition for the MultiColumnComboBox component.\n */\nexport class MultiColumnComboBoxModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n MultiColumnComboBoxComponent,\n ColumnDirective,\n ColumnsDirective\n ],\n exports: [\n MultiColumnComboBoxComponent,\n ColumnDirective,\n ColumnsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction MultiColumnComboBoxModule_tsickle_Closure_declarations() {\n/** @type {?} */\nMultiColumnComboBoxModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMultiColumnComboBoxModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ColumnDirective, ColumnsDirective } from './columns.directive';\nimport { MultiColumnComboBoxComponent } from './multicolumncombobox.component';\nimport { MultiColumnComboBoxModule } from './multicolumncombobox.module';\nimport {VirtualScroll, Sort, Edit, Group} from '@syncfusion/ej2-multicolumn-combobox';\n\n\nexport const /** @type {?} */ VirtualScrollService: ValueProvider = { provide: 'MultiColumn-ComboBoxVirtualScroll', useValue: VirtualScroll};\nexport const /** @type {?} */ SortService: ValueProvider = { provide: 'MultiColumn-ComboBoxSort', useValue: Sort};\nexport const /** @type {?} */ EditService: ValueProvider = { provide: 'MultiColumn-ComboBoxEdit', useValue: Edit};\nexport const /** @type {?} */ GroupService: ValueProvider = { provide: 'MultiColumn-ComboBoxGroup', useValue: Group};\n/**\n * NgModule definition for the MultiColumnComboBox component with providers.\n */\nexport class MultiColumnComboBoxAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, MultiColumnComboBoxModule],\n exports: [\n MultiColumnComboBoxModule\n ],\n providers:[\n VirtualScrollService,\n SortService,\n EditService,\n GroupService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction MultiColumnComboBoxAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nMultiColumnComboBoxAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMultiColumnComboBoxAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["input","outputs","ColumnDirective","_super","viewContainerRef","_this","call","this","setValue","registerEvents","directivePropList","__extends","ComplexBase","decorators","type","Directive","args","selector","inputs","queries","ctorParameters","ViewContainerRef","propDecorators","template","ContentChild","headerTemplate","__decorate","Template","prototype","ColumnsDirective","ArrayBase","children","ContentChildren","twoWays","exports","MultiColumnComboBoxComponent","MultiColumnComboBoxComponent_1","ngEle","srenderer","injector","cdr","tags","element","nativeElement","injectedModules","mod","get","indexOf","push","_a","_b","_c","_d","addTwoWay","formContext","FormBase","formCompContext","ComponentBase","registerOnChange","registerFunction","registerOnTouched","writeValue","value","setDisabledState","disabled","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","tagObjects","instance","childColumns","MultiColumnComboBox","Component","changeDetection","ChangeDetectionStrategy","OnPush","providers","provide","NG_VALUE_ACCESSOR","useExisting","forwardRef","multi","ElementRef","Renderer2","Injector","ChangeDetectorRef","footerTemplate","itemTemplate","groupTemplate","noRecordsTemplate","actionFailureTemplate","ComponentMixins","__metadata","MultiColumnComboBoxModule","NgModule","imports","CommonModule","declarations","VirtualScrollService","useValue","VirtualScroll","SortService","Sort","EditService","Edit","GroupService","Group","MultiColumnComboBoxAllModule"],"mappings":"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"}
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-multicolumn-combobox@*",
3
- "_id": "@syncfusion/ej2-angular-multicolumn-combobox@26.2.10",
3
+ "_id": "@syncfusion/ej2-angular-multicolumn-combobox@21.29.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-ZFcAAlRNPlG6MyvLxA30A333SjuVmzMKzY0vAyZ3SMZqj6IH0GTqj85ubJbq937SnMzRlEDeLwJ6Op6UtHaUQg==",
5
+ "_integrity": "sha512-SSZT1yeFjB3K4U3bPWCWQnVEEI37nE/UnCPN9/GJal/+qqI9x6pX04TyjFZPtFxq4APW+fiABxs2x/Zh2mL5PA==",
6
6
  "_location": "/@syncfusion/ej2-angular-multicolumn-combobox",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-multicolumn-combobox/-/ej2-angular-multicolumn-combobox-26.2.10.tgz",
23
- "_shasum": "d61f001d5a41ad16daa0b94339deb95685537a9b",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-multicolumn-combobox/-/ej2-angular-multicolumn-combobox-21.29.0.tgz",
23
+ "_shasum": "57bc2c8b3a2093f738b0e7a651adc4deadd3c889",
24
24
  "_spec": "@syncfusion/ej2-angular-multicolumn-combobox@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~26.2.10",
35
- "@syncfusion/ej2-base": "~26.2.10",
36
- "@syncfusion/ej2-multicolumn-combobox": "26.2.12"
34
+ "@syncfusion/ej2-angular-base": "~27.1.48",
35
+ "@syncfusion/ej2-base": "~27.1.48",
36
+ "@syncfusion/ej2-multicolumn-combobox": "27.1.48"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 Component for Angular",
@@ -58,5 +58,5 @@
58
58
  "schematics": "./schematics/collection.json",
59
59
  "sideEffects": false,
60
60
  "typings": "ej2-angular-multicolumn-combobox.d.ts",
61
- "version": "26.2.12-ngcc"
61
+ "version": "27.1.48-ngcc"
62
62
  }
@@ -1,10 +1,11 @@
1
1
  {
2
- "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
3
- "schematics": {
4
- "ng-add": {
5
- "description": "Adds Essential JS 2 specific Angular package to an application",
6
- "factory": "./ng-add",
7
- "schema": "./ng-add/schema.json"
8
- }
9
- }
10
- }
2
+ "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
3
+ "schematics": {
4
+ "ng-add": {
5
+ "description": "Adds Essential JS 2 specific Angular package to an application",
6
+ "factory": "./ng-add",
7
+ "schema": "./ng-add/schema.json"
8
+ }
9
+ }
10
+ }
11
+
@@ -0,0 +1,3 @@
1
+ import { OptionsSchema } from './schema';
2
+ import { Rule } from '@angular-devkit/schematics';
3
+ export default function (options: OptionsSchema): Rule;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const lib_details_1 = require("./../utils/lib-details");
4
+ const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
5
+ function default_1(options) {
6
+ const libOptions = Object.assign({}, { 'pkgName': lib_details_1.pkgName, 'pkgVer': lib_details_1.pkgVer, 'moduleName': lib_details_1.moduleName, 'themeVer': lib_details_1.themeVer });
7
+ return schematics_1.install(options, libOptions);
8
+ }
9
+ exports.default = default_1;
@@ -1,10 +1,10 @@
1
- import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
2
- import { install } from '@syncfusion/ej2-angular-base/schematics';
3
- import { OptionsSchema, LibOptionsSchema } from './schema';
4
- import { Rule } from '@angular-devkit/schematics';
5
-
6
- export default function (options: OptionsSchema): Rule {
7
- const libOptions: LibOptionsSchema = Object.assign({},
8
- { 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
9
- return install(options, libOptions);
10
- }
1
+ import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
2
+ import { install } from '@syncfusion/ej2-angular-base/schematics';
3
+ import { OptionsSchema, LibOptionsSchema } from './schema';
4
+ import { Rule } from '@angular-devkit/schematics';
5
+
6
+ export default function (options: OptionsSchema): Rule {
7
+ const libOptions: LibOptionsSchema = Object.assign({},
8
+ { 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
9
+ return install(options, libOptions);
10
+ }
@@ -0,0 +1,13 @@
1
+ export interface OptionsSchema {
2
+ skipPackageJson: boolean;
3
+ modules: string;
4
+ modulePath: string;
5
+ theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
6
+ project?: string;
7
+ }
8
+ export interface LibOptionsSchema {
9
+ pkgName: string;
10
+ pkgVer: string;
11
+ moduleName: string;
12
+ themeVer: string;
13
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,34 +1,34 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "ngAdd",
4
- "title": "Add Essential JS 2 Angular packages",
5
- "type": "object",
6
- "properties": {
7
- "skipPackageJson": {
8
- "type": "boolean",
9
- "default": false,
10
- "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
- },
12
- "modules": {
13
- "type": "string",
14
- "default": "",
15
- "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
- },
17
- "modulePath": {
18
- "type": "string",
19
- "default": "",
20
- "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
- },
22
- "theme": {
23
- "enum": [
24
- "material",
25
- "fabric",
26
- "bootstrap",
27
- "highcontrast"
28
- ],
29
- "default": "material",
30
- "description": "Used to change the theme that needs to be imported"
31
- }
32
- },
33
- "required": []
34
- }
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "ngAdd",
4
+ "title": "Add Essential JS 2 Angular packages",
5
+ "type": "object",
6
+ "properties": {
7
+ "skipPackageJson": {
8
+ "type": "boolean",
9
+ "default": false,
10
+ "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
+ },
12
+ "modules": {
13
+ "type": "string",
14
+ "default": "",
15
+ "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
+ },
17
+ "modulePath": {
18
+ "type": "string",
19
+ "default": "",
20
+ "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
+ },
22
+ "theme": {
23
+ "enum": [
24
+ "material",
25
+ "fabric",
26
+ "bootstrap",
27
+ "highcontrast"
28
+ ],
29
+ "default": "material",
30
+ "description": "Used to change the theme that needs to be imported"
31
+ }
32
+ },
33
+ "required": []
34
+ }
@@ -1,30 +1,30 @@
1
- export interface OptionsSchema {
2
- // Whether to skip package.json install.
3
- skipPackageJson: boolean;
4
-
5
- // Used to specify required module names
6
- modules: string;
7
-
8
- // Used to specify custom module path
9
- modulePath: string;
10
-
11
- // Used to specify theme name
12
- theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
-
14
- // Name of the project to target.
15
- project?: string;
16
- }
17
-
18
- export interface LibOptionsSchema {
19
- // Package name
20
- pkgName: string;
21
-
22
- // Package version
23
- pkgVer: string;
24
-
25
- // Library base module name
26
- moduleName: string;
27
-
28
- // Theme version
29
- themeVer: string;
30
- }
1
+ export interface OptionsSchema {
2
+ // Whether to skip package.json install.
3
+ skipPackageJson: boolean;
4
+
5
+ // Used to specify required module names
6
+ modules: string;
7
+
8
+ // Used to specify custom module path
9
+ modulePath: string;
10
+
11
+ // Used to specify theme name
12
+ theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
+
14
+ // Name of the project to target.
15
+ project?: string;
16
+ }
17
+
18
+ export interface LibOptionsSchema {
19
+ // Package name
20
+ pkgName: string;
21
+
22
+ // Package version
23
+ pkgVer: string;
24
+
25
+ // Library base module name
26
+ moduleName: string;
27
+
28
+ // Theme version
29
+ themeVer: string;
30
+ }
@@ -1,25 +1,25 @@
1
- {
2
- "compilerOptions": {
3
- "lib": ["es2017", "dom"],
4
- "module": "commonjs",
5
- "moduleResolution": "node",
6
- "noEmitOnError": false,
7
- "skipDefaultLibCheck": true,
8
- "skipLibCheck": true,
9
- "sourceMap": true,
10
- "target": "es6",
11
- "declaration": true,
12
- "types": [
13
- "jasmine",
14
- "node"
15
- ]
16
- },
17
- "exclude": [
18
- "node_modules",
19
- "src",
20
- "src/**/*.ts",
21
- "spec",
22
- "spec/**/*.ts",
23
- "@typings"
24
- ]
25
- }
1
+ {
2
+ "compilerOptions": {
3
+ "lib": ["es2017", "dom"],
4
+ "module": "commonjs",
5
+ "moduleResolution": "node",
6
+ "noEmitOnError": false,
7
+ "skipDefaultLibCheck": true,
8
+ "skipLibCheck": true,
9
+ "sourceMap": true,
10
+ "target": "es6",
11
+ "declaration": true,
12
+ "types": [
13
+ "jasmine",
14
+ "node"
15
+ ]
16
+ },
17
+ "exclude": [
18
+ "node_modules",
19
+ "src",
20
+ "src/**/*.ts",
21
+ "spec",
22
+ "spec/**/*.ts",
23
+ "@typings"
24
+ ]
25
+ }
@@ -0,0 +1,4 @@
1
+ export declare const pkgName = "@syncfusion/ej2-angular-multicolumn-combobox";
2
+ export declare const pkgVer = "^21.29.0";
3
+ export declare const moduleName = "MultiColumnComboBoxModule";
4
+ export declare const themeVer = "~21.29.0";
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.pkgName = '@syncfusion/ej2-angular-multicolumn-combobox';
4
+ exports.pkgVer = '^27.1.48';
5
+ exports.moduleName = 'MultiColumnComboBoxModule';
6
+ exports.themeVer = '~27.1.48';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-multicolumn-combobox';
2
- export const pkgVer = '^26.2.10';
2
+ export const pkgVer = '^27.1.48';
3
3
  export const moduleName = 'MultiColumnComboBoxModule';
4
- export const themeVer = '~26.2.10';
4
+ export const themeVer = '~27.1.48';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/bootstrap-dark.css';
@@ -1 +0,0 @@
1
- @import 'multicolumn-combobox/bootstrap-dark.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/bootstrap.css';
@@ -1 +0,0 @@
1
- @import 'multicolumn-combobox/bootstrap.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/bootstrap4.css';
@@ -1 +0,0 @@
1
- @import 'multicolumn-combobox/bootstrap4.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/bootstrap5-dark.css';
@@ -1 +0,0 @@
1
- @import 'multicolumn-combobox/bootstrap5-dark.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/bootstrap5.css';
@@ -1 +0,0 @@
1
- @import 'multicolumn-combobox/bootstrap5.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/fabric-dark.css';
@@ -1 +0,0 @@
1
- @import 'multicolumn-combobox/fabric-dark.scss';
package/styles/fabric.css DELETED
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/fabric.css';
@@ -1 +0,0 @@
1
- @import 'multicolumn-combobox/fabric.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/fluent-dark.css';
@@ -1 +0,0 @@
1
- @import 'multicolumn-combobox/fluent-dark.scss';
package/styles/fluent.css DELETED
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/fluent.css';
@@ -1 +0,0 @@
1
- @import 'multicolumn-combobox/fluent.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/fluent2.css';
@@ -1 +0,0 @@
1
- @import 'multicolumn-combobox/fluent2.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/highcontrast-light.css';
@@ -1 +0,0 @@
1
- @import 'multicolumn-combobox/highcontrast-light.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/highcontrast.css';
@@ -1 +0,0 @@
1
- @import 'multicolumn-combobox/highcontrast.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/material-dark.css';
@@ -1 +0,0 @@
1
- @import 'multicolumn-combobox/material-dark.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/material.css';
@@ -1 +0,0 @@
1
- @import 'multicolumn-combobox/material.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/material3-dark.css';
@@ -1,2 +0,0 @@
1
-
2
- @import 'multicolumn-combobox/material3-dark.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/material3.css';
@@ -1,2 +0,0 @@
1
-
2
- @import 'multicolumn-combobox/material3.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/multicolumn-combobox/bootstrap-dark.css';
@@ -1 +0,0 @@
1
- @import 'ej2-multicolumn-combobox/styles/multicolumn-combobox/bootstrap-dark.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/multicolumn-combobox/bootstrap.css';
@@ -1 +0,0 @@
1
- @import 'ej2-multicolumn-combobox/styles/multicolumn-combobox/bootstrap.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/multicolumn-combobox/bootstrap4.css';
@@ -1 +0,0 @@
1
- @import 'ej2-multicolumn-combobox/styles/multicolumn-combobox/bootstrap4.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/multicolumn-combobox/bootstrap5-dark.css';
@@ -1 +0,0 @@
1
- @import 'ej2-multicolumn-combobox/styles/multicolumn-combobox/bootstrap5-dark.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/multicolumn-combobox/bootstrap5.css';
@@ -1 +0,0 @@
1
- @import 'ej2-multicolumn-combobox/styles/multicolumn-combobox/bootstrap5.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/multicolumn-combobox/fabric-dark.css';
@@ -1 +0,0 @@
1
- @import 'ej2-multicolumn-combobox/styles/multicolumn-combobox/fabric-dark.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/multicolumn-combobox/fabric.css';
@@ -1 +0,0 @@
1
- @import 'ej2-multicolumn-combobox/styles/multicolumn-combobox/fabric.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/multicolumn-combobox/fluent-dark.css';
@@ -1 +0,0 @@
1
- @import 'ej2-multicolumn-combobox/styles/multicolumn-combobox/fluent-dark.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/multicolumn-combobox/fluent.css';
@@ -1 +0,0 @@
1
- @import 'ej2-multicolumn-combobox/styles/multicolumn-combobox/fluent.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/multicolumn-combobox/fluent2.css';
@@ -1 +0,0 @@
1
- @import 'ej2-multicolumn-combobox/styles/multicolumn-combobox/fluent2.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/multicolumn-combobox/highcontrast-light.css';
@@ -1 +0,0 @@
1
- @import 'ej2-multicolumn-combobox/styles/multicolumn-combobox/highcontrast-light.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/multicolumn-combobox/highcontrast.css';
@@ -1 +0,0 @@
1
- @import 'ej2-multicolumn-combobox/styles/multicolumn-combobox/highcontrast.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/multicolumn-combobox/material-dark.css';
@@ -1 +0,0 @@
1
- @import 'ej2-multicolumn-combobox/styles/multicolumn-combobox/material-dark.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/multicolumn-combobox/material.css';
@@ -1 +0,0 @@
1
- @import 'ej2-multicolumn-combobox/styles/multicolumn-combobox/material.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/multicolumn-combobox/material3-dark.css';
@@ -1,2 +0,0 @@
1
-
2
- @import 'ej2-multicolumn-combobox/styles/multicolumn-combobox/material3-dark.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/multicolumn-combobox/material3.css';
@@ -1,2 +0,0 @@
1
-
2
- @import 'ej2-multicolumn-combobox/styles/multicolumn-combobox/material3.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/multicolumn-combobox/tailwind-dark.css';
@@ -1 +0,0 @@
1
- @import 'ej2-multicolumn-combobox/styles/multicolumn-combobox/tailwind-dark.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/multicolumn-combobox/tailwind.css';
@@ -1 +0,0 @@
1
- @import 'ej2-multicolumn-combobox/styles/multicolumn-combobox/tailwind.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/tailwind-dark.css';
@@ -1 +0,0 @@
1
- @import 'multicolumn-combobox/tailwind-dark.scss';
@@ -1 +0,0 @@
1
- @import '@syncfusion/ej2-multicolumn-combobox/styles/tailwind.css';
@@ -1 +0,0 @@
1
- @import 'multicolumn-combobox/tailwind.scss';