@syncfusion/ej2-angular-multicolumn-combobox 32.1.19-ngcc → 32.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +42 -0
- package/README.md +59 -47
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/index.mjs +6 -0
- package/esm2020/src/multicolumn-combobox/columns.directive.mjs +72 -0
- package/esm2020/src/multicolumn-combobox/multicolumncombobox-all.module.mjs +23 -0
- package/esm2020/src/multicolumn-combobox/multicolumncombobox.component.mjs +120 -0
- package/esm2020/src/multicolumn-combobox/multicolumncombobox.module.mjs +34 -0
- package/esm2020/syncfusion-ej2-angular-multicolumn-combobox.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-multicolumn-combobox.mjs +241 -0
- package/fesm2015/syncfusion-ej2-angular-multicolumn-combobox.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-multicolumn-combobox.mjs +241 -0
- package/fesm2020/syncfusion-ej2-angular-multicolumn-combobox.mjs.map +1 -0
- package/package.json +28 -46
- package/public_api.d.ts +1 -1
- package/src/index.d.ts +5 -5
- package/src/multicolumn-combobox/columns.directive.d.ts +88 -83
- package/src/multicolumn-combobox/multicolumncombobox-all.module.d.ts +11 -5
- package/src/multicolumn-combobox/multicolumncombobox.component.d.ts +82 -79
- package/src/multicolumn-combobox/multicolumncombobox.module.d.ts +12 -5
- package/styles/bds-lite.css +1 -0
- package/styles/bds-lite.scss +1 -0
- package/styles/bds.css +1 -0
- package/styles/bds.scss +1 -0
- package/styles/bootstrap-dark-lite.css +1 -0
- package/styles/bootstrap-dark-lite.scss +1 -0
- package/styles/bootstrap-dark.css +1 -0
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap-lite.css +1 -0
- package/styles/bootstrap-lite.scss +1 -0
- package/styles/bootstrap.css +1 -0
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4-lite.css +1 -0
- package/styles/bootstrap4-lite.scss +1 -0
- package/styles/bootstrap4.css +1 -0
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark-lite.css +1 -0
- package/styles/bootstrap5-dark-lite.scss +1 -0
- package/styles/bootstrap5-dark.css +1 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5-lite.css +1 -0
- package/styles/bootstrap5-lite.scss +1 -0
- package/styles/bootstrap5.3-lite.css +1 -0
- package/styles/bootstrap5.3-lite.scss +1 -0
- package/styles/bootstrap5.3.css +1 -0
- package/styles/bootstrap5.3.scss +1 -0
- package/styles/bootstrap5.css +1 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/fabric-dark-lite.css +1 -0
- package/styles/fabric-dark-lite.scss +1 -0
- package/styles/fabric-dark.css +1 -0
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric-lite.css +1 -0
- package/styles/fabric-lite.scss +1 -0
- package/styles/fabric.css +1 -0
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark-lite.css +1 -0
- package/styles/fluent-dark-lite.scss +1 -0
- package/styles/fluent-dark.css +1 -0
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent-lite.css +1 -0
- package/styles/fluent-lite.scss +1 -0
- package/styles/fluent.css +1 -0
- package/styles/fluent.scss +1 -0
- package/styles/fluent2-lite.css +1 -0
- package/styles/fluent2-lite.scss +1 -0
- package/styles/fluent2.css +1 -0
- package/styles/fluent2.scss +1 -0
- package/styles/highcontrast-light-lite.css +1 -0
- package/styles/highcontrast-light-lite.scss +1 -0
- package/styles/highcontrast-light.css +1 -0
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast-lite.css +1 -0
- package/styles/highcontrast-lite.scss +1 -0
- package/styles/highcontrast.css +1 -0
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark-lite.css +1 -0
- package/styles/material-dark-lite.scss +1 -0
- package/styles/material-dark.css +1 -0
- package/styles/material-dark.scss +1 -0
- package/styles/material-lite.css +1 -0
- package/styles/material-lite.scss +1 -0
- package/styles/material.css +1 -0
- package/styles/material.scss +1 -0
- package/styles/material3-dark-lite.css +1 -0
- package/styles/material3-dark-lite.scss +1 -0
- package/styles/material3-dark.css +1 -0
- package/styles/material3-dark.scss +1 -0
- package/styles/material3-lite.css +1 -0
- package/styles/material3-lite.scss +1 -0
- package/styles/material3.css +1 -0
- package/styles/material3.scss +1 -0
- package/styles/multicolumn-combobox/bds.css +1 -0
- package/styles/multicolumn-combobox/bds.scss +1 -0
- package/styles/multicolumn-combobox/bootstrap-dark.css +1 -0
- package/styles/multicolumn-combobox/bootstrap-dark.scss +1 -0
- package/styles/multicolumn-combobox/bootstrap.css +1 -0
- package/styles/multicolumn-combobox/bootstrap.scss +1 -0
- package/styles/multicolumn-combobox/bootstrap4.css +1 -0
- package/styles/multicolumn-combobox/bootstrap4.scss +1 -0
- package/styles/multicolumn-combobox/bootstrap5-dark.css +1 -0
- package/styles/multicolumn-combobox/bootstrap5-dark.scss +1 -0
- package/styles/multicolumn-combobox/bootstrap5.3.css +1 -0
- package/styles/multicolumn-combobox/bootstrap5.3.scss +1 -0
- package/styles/multicolumn-combobox/bootstrap5.css +1 -0
- package/styles/multicolumn-combobox/bootstrap5.scss +1 -0
- package/styles/multicolumn-combobox/fabric-dark.css +1 -0
- package/styles/multicolumn-combobox/fabric-dark.scss +1 -0
- package/styles/multicolumn-combobox/fabric.css +1 -0
- package/styles/multicolumn-combobox/fabric.scss +1 -0
- package/styles/multicolumn-combobox/fluent-dark.css +1 -0
- package/styles/multicolumn-combobox/fluent-dark.scss +1 -0
- package/styles/multicolumn-combobox/fluent.css +1 -0
- package/styles/multicolumn-combobox/fluent.scss +1 -0
- package/styles/multicolumn-combobox/fluent2.css +1 -0
- package/styles/multicolumn-combobox/fluent2.scss +1 -0
- package/styles/multicolumn-combobox/highcontrast-light.css +1 -0
- package/styles/multicolumn-combobox/highcontrast-light.scss +1 -0
- package/styles/multicolumn-combobox/highcontrast.css +1 -0
- package/styles/multicolumn-combobox/highcontrast.scss +1 -0
- package/styles/multicolumn-combobox/material-dark.css +1 -0
- package/styles/multicolumn-combobox/material-dark.scss +1 -0
- package/styles/multicolumn-combobox/material.css +1 -0
- package/styles/multicolumn-combobox/material.scss +1 -0
- package/styles/multicolumn-combobox/material3-dark.css +1 -0
- package/styles/multicolumn-combobox/material3-dark.scss +1 -0
- package/styles/multicolumn-combobox/material3.css +1 -0
- package/styles/multicolumn-combobox/material3.scss +1 -0
- package/styles/multicolumn-combobox/tailwind-dark.css +1 -0
- package/styles/multicolumn-combobox/tailwind-dark.scss +1 -0
- package/styles/multicolumn-combobox/tailwind.css +1 -0
- package/styles/multicolumn-combobox/tailwind.scss +1 -0
- package/styles/multicolumn-combobox/tailwind3.css +1 -0
- package/styles/multicolumn-combobox/tailwind3.scss +1 -0
- package/styles/tailwind-dark-lite.css +1 -0
- package/styles/tailwind-dark-lite.scss +1 -0
- package/styles/tailwind-dark.css +1 -0
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind-lite.css +1 -0
- package/styles/tailwind-lite.scss +1 -0
- package/styles/tailwind.css +1 -0
- package/styles/tailwind.scss +1 -0
- package/styles/tailwind3-lite.css +1 -0
- package/styles/tailwind3-lite.scss +1 -0
- package/styles/tailwind3.css +1 -0
- package/styles/tailwind3.scss +1 -0
- package/syncfusion-ej2-angular-multicolumn-combobox.d.ts +5 -0
- package/@syncfusion/ej2-angular-multicolumn-combobox.es5.js +0 -325
- package/@syncfusion/ej2-angular-multicolumn-combobox.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-multicolumn-combobox.js +0 -297
- package/@syncfusion/ej2-angular-multicolumn-combobox.js.map +0 -1
- package/LICENSE +0 -10
- package/dist/ej2-angular-multicolumn-combobox.umd.js +0 -341
- package/dist/ej2-angular-multicolumn-combobox.umd.js.map +0 -1
- package/dist/ej2-angular-multicolumn-combobox.umd.min.js +0 -2
- package/dist/ej2-angular-multicolumn-combobox.umd.min.js.map +0 -1
- package/ej2-angular-multicolumn-combobox.d.ts +0 -5
- package/ej2-angular-multicolumn-combobox.metadata.json +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ej2-angular-multicolumn-combobox.es5.js","sources":["~/@syncfusion/ej2-angular-multicolumn-combobox/ej2-angular-multicolumn-combobox.ts","~/@syncfusion/ej2-angular-multicolumn-combobox/src/multicolumn-combobox/multicolumncombobox-all.module.ts","~/@syncfusion/ej2-angular-multicolumn-combobox/src/multicolumn-combobox/multicolumncombobox.module.ts","~/@syncfusion/ej2-angular-multicolumn-combobox/src/multicolumn-combobox/multicolumncombobox.component.ts","~/@syncfusion/ej2-angular-multicolumn-combobox/src/multicolumn-combobox/columns.directive.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {ColumnDirective,ColumnsDirective,MultiColumnComboBoxComponent,MultiColumnComboBoxModule,MultiColumnComboBoxAllModule,MultiColumnGrid,TextAlign,GridLine,FloatLabelType,FilterType,SortOrder,SortType,WrapMode,FieldSettings,Column,GridSettings,PopupEventArgs,FilteringEventArgs,SelectEventArgs,ChangeEventArgs,ResizeArgs,DataResult,MultiColumnComboBox,MultiColumnGridModel,FieldSettingsModel,ColumnModel,GridSettingsModel,MultiColumnComboBoxModel} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/multicolumn-combobox/multicolumncombobox.component';","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';\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 \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","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 { 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\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 { 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"],"names":["__metadata","__decorate","outputs"],"mappings":"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"}
|
|
@@ -1,297 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef, forwardRef } from '@angular/core';
|
|
2
|
-
import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, FormBase, Template, setValue } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
4
|
-
import { MultiColumnComboBox } from '@syncfusion/ej2-multicolumn-combobox';
|
|
5
|
-
import { CommonModule } from '@angular/common';
|
|
6
|
-
|
|
7
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
8
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
9
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
10
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
11
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
12
|
-
};
|
|
13
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
14
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
15
|
-
};
|
|
16
|
-
let input = ['customAttributes', 'displayAsCheckBox', 'field', 'format', 'header', 'headerTemplate', 'template', 'textAlign', 'width'];
|
|
17
|
-
let outputs = [];
|
|
18
|
-
/**
|
|
19
|
-
* `e-column` directive represent a column of the Angular MultiColumnComboBox.
|
|
20
|
-
* It must be contained in a MultiColumnComboBox component(`ejs-multicolumncombobox`).
|
|
21
|
-
* ```html
|
|
22
|
-
* <ejs-multicolumncombobox [dataSource]='data'>
|
|
23
|
-
* <e-columns>
|
|
24
|
-
* <e-column field='ID' width='100'></e-column>
|
|
25
|
-
* <e-column field='name' header='Name' width='100'></e-column>
|
|
26
|
-
* </e-columns>
|
|
27
|
-
* </ejs-multicolumncombobox>
|
|
28
|
-
* ```
|
|
29
|
-
*/
|
|
30
|
-
class ColumnDirective extends ComplexBase {
|
|
31
|
-
/**
|
|
32
|
-
* @param {?} viewContainerRef
|
|
33
|
-
*/
|
|
34
|
-
constructor(viewContainerRef) {
|
|
35
|
-
super();
|
|
36
|
-
this.viewContainerRef = viewContainerRef;
|
|
37
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
|
38
|
-
this.registerEvents(outputs);
|
|
39
|
-
this.directivePropList = input;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
ColumnDirective.decorators = [
|
|
43
|
-
{ type: Directive, args: [{
|
|
44
|
-
selector: 'ejs-multicolumncombobox>e-columns>e-column',
|
|
45
|
-
inputs: input,
|
|
46
|
-
outputs: outputs,
|
|
47
|
-
queries: {}
|
|
48
|
-
},] },
|
|
49
|
-
];
|
|
50
|
-
/**
|
|
51
|
-
* @nocollapse
|
|
52
|
-
*/
|
|
53
|
-
ColumnDirective.ctorParameters = () => [
|
|
54
|
-
{ type: ViewContainerRef, },
|
|
55
|
-
];
|
|
56
|
-
ColumnDirective.propDecorators = {
|
|
57
|
-
'template': [{ type: ContentChild, args: ['template',] },],
|
|
58
|
-
'headerTemplate': [{ type: ContentChild, args: ['headerTemplate',] },],
|
|
59
|
-
};
|
|
60
|
-
__decorate([
|
|
61
|
-
Template(),
|
|
62
|
-
__metadata("design:type", Object)
|
|
63
|
-
], ColumnDirective.prototype, "template", void 0);
|
|
64
|
-
__decorate([
|
|
65
|
-
Template(),
|
|
66
|
-
__metadata("design:type", Object)
|
|
67
|
-
], ColumnDirective.prototype, "headerTemplate", void 0);
|
|
68
|
-
/**
|
|
69
|
-
* Column Array Directive
|
|
70
|
-
*/
|
|
71
|
-
class ColumnsDirective extends ArrayBase {
|
|
72
|
-
constructor() {
|
|
73
|
-
super('columns');
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
ColumnsDirective.decorators = [
|
|
77
|
-
{ type: Directive, args: [{
|
|
78
|
-
selector: 'ejs-multicolumncombobox>e-columns',
|
|
79
|
-
queries: {
|
|
80
|
-
children: new ContentChildren(ColumnDirective)
|
|
81
|
-
},
|
|
82
|
-
},] },
|
|
83
|
-
];
|
|
84
|
-
/**
|
|
85
|
-
* @nocollapse
|
|
86
|
-
*/
|
|
87
|
-
ColumnsDirective.ctorParameters = () => [];
|
|
88
|
-
|
|
89
|
-
var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
90
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
91
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
92
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
93
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
94
|
-
};
|
|
95
|
-
var __metadata$1 = (this && this.__metadata) || function (k, v) {
|
|
96
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
97
|
-
};
|
|
98
|
-
const inputs = ['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'];
|
|
99
|
-
const outputs$1 = ['focus', 'blur', 'actionBegin', 'actionComplete', 'actionFailure', 'change', 'close', 'created', 'filtering', 'open', 'select', 'valueChange'];
|
|
100
|
-
const twoWays = ['value'];
|
|
101
|
-
/**
|
|
102
|
-
* Represents the Essential JS 2 Angular MultiColumnComboBox Component.
|
|
103
|
-
* ```html
|
|
104
|
-
* <ejs-multicolumncombobox></ejs-multicolumncombobox>
|
|
105
|
-
* ```
|
|
106
|
-
*/
|
|
107
|
-
let MultiColumnComboBoxComponent = MultiColumnComboBoxComponent_1 = class MultiColumnComboBoxComponent extends MultiColumnComboBox {
|
|
108
|
-
/**
|
|
109
|
-
* @param {?} ngEle
|
|
110
|
-
* @param {?} srenderer
|
|
111
|
-
* @param {?} viewContainerRef
|
|
112
|
-
* @param {?} injector
|
|
113
|
-
* @param {?} cdr
|
|
114
|
-
*/
|
|
115
|
-
constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
116
|
-
super();
|
|
117
|
-
this.ngEle = ngEle;
|
|
118
|
-
this.srenderer = srenderer;
|
|
119
|
-
this.viewContainerRef = viewContainerRef;
|
|
120
|
-
this.injector = injector;
|
|
121
|
-
this.cdr = cdr;
|
|
122
|
-
this.tags = ['columns'];
|
|
123
|
-
this.element = this.ngEle.nativeElement;
|
|
124
|
-
this.injectedModules = this.injectedModules || [];
|
|
125
|
-
this.registerEvents(outputs$1);
|
|
126
|
-
this.addTwoWay.call(this, twoWays);
|
|
127
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
|
128
|
-
this.formContext = new FormBase();
|
|
129
|
-
this.formCompContext = new ComponentBase();
|
|
130
|
-
}
|
|
131
|
-
/**
|
|
132
|
-
* @param {?} registerFunction
|
|
133
|
-
* @return {?}
|
|
134
|
-
*/
|
|
135
|
-
registerOnChange(registerFunction) {
|
|
136
|
-
}
|
|
137
|
-
/**
|
|
138
|
-
* @param {?} registerFunction
|
|
139
|
-
* @return {?}
|
|
140
|
-
*/
|
|
141
|
-
registerOnTouched(registerFunction) {
|
|
142
|
-
}
|
|
143
|
-
/**
|
|
144
|
-
* @param {?} value
|
|
145
|
-
* @return {?}
|
|
146
|
-
*/
|
|
147
|
-
writeValue(value) {
|
|
148
|
-
}
|
|
149
|
-
/**
|
|
150
|
-
* @param {?} disabled
|
|
151
|
-
* @return {?}
|
|
152
|
-
*/
|
|
153
|
-
setDisabledState(disabled) {
|
|
154
|
-
}
|
|
155
|
-
/**
|
|
156
|
-
* @return {?}
|
|
157
|
-
*/
|
|
158
|
-
ngOnInit() {
|
|
159
|
-
this.formCompContext.ngOnInit(this);
|
|
160
|
-
}
|
|
161
|
-
/**
|
|
162
|
-
* @return {?}
|
|
163
|
-
*/
|
|
164
|
-
ngAfterViewInit() {
|
|
165
|
-
this.formContext.ngAfterViewInit(this);
|
|
166
|
-
}
|
|
167
|
-
/**
|
|
168
|
-
* @return {?}
|
|
169
|
-
*/
|
|
170
|
-
ngOnDestroy() {
|
|
171
|
-
this.formCompContext.ngOnDestroy(this);
|
|
172
|
-
}
|
|
173
|
-
/**
|
|
174
|
-
* @return {?}
|
|
175
|
-
*/
|
|
176
|
-
ngAfterContentChecked() {
|
|
177
|
-
this.tagObjects[0].instance = this.childColumns;
|
|
178
|
-
this.formCompContext.ngAfterContentChecked(this);
|
|
179
|
-
}
|
|
180
|
-
};
|
|
181
|
-
MultiColumnComboBoxComponent.decorators = [
|
|
182
|
-
{ type: Component, args: [{
|
|
183
|
-
selector: 'ejs-multicolumncombobox',
|
|
184
|
-
inputs: inputs,
|
|
185
|
-
outputs: outputs$1,
|
|
186
|
-
template: '',
|
|
187
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
188
|
-
providers: [
|
|
189
|
-
{
|
|
190
|
-
provide: NG_VALUE_ACCESSOR,
|
|
191
|
-
useExisting: forwardRef(() => MultiColumnComboBoxComponent_1),
|
|
192
|
-
multi: true
|
|
193
|
-
}
|
|
194
|
-
],
|
|
195
|
-
queries: {
|
|
196
|
-
childColumns: new ContentChild(ColumnsDirective)
|
|
197
|
-
}
|
|
198
|
-
},] },
|
|
199
|
-
];
|
|
200
|
-
/**
|
|
201
|
-
* @nocollapse
|
|
202
|
-
*/
|
|
203
|
-
MultiColumnComboBoxComponent.ctorParameters = () => [
|
|
204
|
-
{ type: ElementRef, },
|
|
205
|
-
{ type: Renderer2, },
|
|
206
|
-
{ type: ViewContainerRef, },
|
|
207
|
-
{ type: Injector, },
|
|
208
|
-
{ type: ChangeDetectorRef, },
|
|
209
|
-
];
|
|
210
|
-
MultiColumnComboBoxComponent.propDecorators = {
|
|
211
|
-
'footerTemplate': [{ type: ContentChild, args: ['footerTemplate',] },],
|
|
212
|
-
'itemTemplate': [{ type: ContentChild, args: ['itemTemplate',] },],
|
|
213
|
-
'groupTemplate': [{ type: ContentChild, args: ['groupTemplate',] },],
|
|
214
|
-
'noRecordsTemplate': [{ type: ContentChild, args: ['noRecordsTemplate',] },],
|
|
215
|
-
'actionFailureTemplate': [{ type: ContentChild, args: ['actionFailureTemplate',] },],
|
|
216
|
-
};
|
|
217
|
-
__decorate$1([
|
|
218
|
-
Template(),
|
|
219
|
-
__metadata$1("design:type", Object)
|
|
220
|
-
], MultiColumnComboBoxComponent.prototype, "footerTemplate", void 0);
|
|
221
|
-
__decorate$1([
|
|
222
|
-
Template(),
|
|
223
|
-
__metadata$1("design:type", Object)
|
|
224
|
-
], MultiColumnComboBoxComponent.prototype, "itemTemplate", void 0);
|
|
225
|
-
__decorate$1([
|
|
226
|
-
Template(),
|
|
227
|
-
__metadata$1("design:type", Object)
|
|
228
|
-
], MultiColumnComboBoxComponent.prototype, "groupTemplate", void 0);
|
|
229
|
-
__decorate$1([
|
|
230
|
-
Template('No records found'),
|
|
231
|
-
__metadata$1("design:type", Object)
|
|
232
|
-
], MultiColumnComboBoxComponent.prototype, "noRecordsTemplate", void 0);
|
|
233
|
-
__decorate$1([
|
|
234
|
-
Template('Request Failed'),
|
|
235
|
-
__metadata$1("design:type", Object)
|
|
236
|
-
], MultiColumnComboBoxComponent.prototype, "actionFailureTemplate", void 0);
|
|
237
|
-
MultiColumnComboBoxComponent = MultiColumnComboBoxComponent_1 = __decorate$1([
|
|
238
|
-
ComponentMixins([ComponentBase, FormBase]),
|
|
239
|
-
__metadata$1("design:paramtypes", [ElementRef,
|
|
240
|
-
Renderer2,
|
|
241
|
-
ViewContainerRef,
|
|
242
|
-
Injector,
|
|
243
|
-
ChangeDetectorRef])
|
|
244
|
-
], MultiColumnComboBoxComponent);
|
|
245
|
-
var MultiColumnComboBoxComponent_1;
|
|
246
|
-
|
|
247
|
-
/**
|
|
248
|
-
* NgModule definition for the MultiColumnComboBox component.
|
|
249
|
-
*/
|
|
250
|
-
class MultiColumnComboBoxModule {
|
|
251
|
-
}
|
|
252
|
-
MultiColumnComboBoxModule.decorators = [
|
|
253
|
-
{ type: NgModule, args: [{
|
|
254
|
-
imports: [CommonModule],
|
|
255
|
-
declarations: [
|
|
256
|
-
MultiColumnComboBoxComponent,
|
|
257
|
-
ColumnDirective,
|
|
258
|
-
ColumnsDirective
|
|
259
|
-
],
|
|
260
|
-
exports: [
|
|
261
|
-
MultiColumnComboBoxComponent,
|
|
262
|
-
ColumnDirective,
|
|
263
|
-
ColumnsDirective
|
|
264
|
-
]
|
|
265
|
-
},] },
|
|
266
|
-
];
|
|
267
|
-
/**
|
|
268
|
-
* @nocollapse
|
|
269
|
-
*/
|
|
270
|
-
MultiColumnComboBoxModule.ctorParameters = () => [];
|
|
271
|
-
|
|
272
|
-
/**
|
|
273
|
-
* NgModule definition for the MultiColumnComboBox component with providers.
|
|
274
|
-
*/
|
|
275
|
-
class MultiColumnComboBoxAllModule {
|
|
276
|
-
}
|
|
277
|
-
MultiColumnComboBoxAllModule.decorators = [
|
|
278
|
-
{ type: NgModule, args: [{
|
|
279
|
-
imports: [CommonModule, MultiColumnComboBoxModule],
|
|
280
|
-
exports: [
|
|
281
|
-
MultiColumnComboBoxModule
|
|
282
|
-
],
|
|
283
|
-
providers: []
|
|
284
|
-
},] },
|
|
285
|
-
];
|
|
286
|
-
/**
|
|
287
|
-
* @nocollapse
|
|
288
|
-
*/
|
|
289
|
-
MultiColumnComboBoxAllModule.ctorParameters = () => [];
|
|
290
|
-
|
|
291
|
-
/**
|
|
292
|
-
* Generated bundle index. Do not edit.
|
|
293
|
-
*/
|
|
294
|
-
|
|
295
|
-
export { ColumnDirective, ColumnsDirective, MultiColumnComboBoxComponent, MultiColumnComboBoxModule, MultiColumnComboBoxAllModule, inputs as ɵa, outputs$1 as ɵb };
|
|
296
|
-
export { MultiColumnGrid, FilterType, SortOrder, SortType, WrapMode, FieldSettings, Column, GridSettings, MultiColumnComboBox } from '@syncfusion/ej2-multicolumn-combobox';
|
|
297
|
-
//# sourceMappingURL=ej2-angular-multicolumn-combobox.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ej2-angular-multicolumn-combobox.js","sources":["~/@syncfusion/ej2-angular-multicolumn-combobox/ej2-angular-multicolumn-combobox.ts","~/@syncfusion/ej2-angular-multicolumn-combobox/src/multicolumn-combobox/multicolumncombobox-all.module.ts","~/@syncfusion/ej2-angular-multicolumn-combobox/src/multicolumn-combobox/multicolumncombobox.module.ts","~/@syncfusion/ej2-angular-multicolumn-combobox/src/multicolumn-combobox/multicolumncombobox.component.ts","~/@syncfusion/ej2-angular-multicolumn-combobox/src/multicolumn-combobox/columns.directive.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {ColumnDirective,ColumnsDirective,MultiColumnComboBoxComponent,MultiColumnComboBoxModule,MultiColumnComboBoxAllModule,MultiColumnGrid,TextAlign,GridLine,FloatLabelType,FilterType,SortOrder,SortType,WrapMode,FieldSettings,Column,GridSettings,PopupEventArgs,FilteringEventArgs,SelectEventArgs,ChangeEventArgs,ResizeArgs,DataResult,MultiColumnComboBox,MultiColumnGridModel,FieldSettingsModel,ColumnModel,GridSettingsModel,MultiColumnComboBoxModel} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/multicolumn-combobox/multicolumncombobox.component';","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';\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 \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","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 { 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\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 { 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"],"names":["__metadata","__decorate","outputs"],"mappings":"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"}
|
package/LICENSE
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
|
|
2
|
-
|
|
3
|
-
To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
|
|
4
|
-
|
|
5
|
-
Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
|
|
6
|
-
|
|
7
|
-
Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
|
|
8
|
-
|
|
9
|
-
The Syncfusion license that contains the terms and conditions can be found at
|
|
10
|
-
https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
|