@syncfusion/ej2-angular-treegrid 30.1.37 → 30.1.38-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 (38) hide show
  1. package/@syncfusion/ej2-angular-treegrid.es5.js +798 -0
  2. package/@syncfusion/ej2-angular-treegrid.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-treegrid.js +748 -0
  4. package/@syncfusion/ej2-angular-treegrid.js.map +1 -0
  5. package/dist/ej2-angular-treegrid.umd.js +978 -0
  6. package/dist/ej2-angular-treegrid.umd.js.map +1 -0
  7. package/dist/ej2-angular-treegrid.umd.min.js +11 -0
  8. package/dist/ej2-angular-treegrid.umd.min.js.map +1 -0
  9. package/ej2-angular-treegrid.d.ts +5 -0
  10. package/ej2-angular-treegrid.metadata.json +1 -0
  11. package/license +10 -0
  12. package/package.json +47 -29
  13. package/schematics/utils/lib-details.d.ts +2 -2
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +4 -4
  16. package/src/treegrid/aggregate-columns.directive.d.ts +0 -5
  17. package/src/treegrid/aggregates.directive.d.ts +0 -5
  18. package/src/treegrid/columns.directive.d.ts +0 -5
  19. package/src/treegrid/stacked-column.directive.d.ts +0 -5
  20. package/src/treegrid/treegrid-all.module.d.ts +0 -6
  21. package/src/treegrid/treegrid.component.d.ts +0 -3
  22. package/src/treegrid/treegrid.module.d.ts +0 -10
  23. package/CHANGELOG.md +0 -214
  24. package/esm2020/public_api.mjs +0 -2
  25. package/esm2020/src/index.mjs +0 -9
  26. package/esm2020/src/treegrid/aggregate-columns.directive.mjs +0 -72
  27. package/esm2020/src/treegrid/aggregates.directive.mjs +0 -69
  28. package/esm2020/src/treegrid/columns.directive.mjs +0 -100
  29. package/esm2020/src/treegrid/stacked-column.directive.mjs +0 -100
  30. package/esm2020/src/treegrid/treegrid-all.module.mjs +0 -89
  31. package/esm2020/src/treegrid/treegrid.component.mjs +0 -247
  32. package/esm2020/src/treegrid/treegrid.module.mjs +0 -61
  33. package/esm2020/syncfusion-ej2-angular-treegrid.mjs +0 -5
  34. package/fesm2015/syncfusion-ej2-angular-treegrid.mjs +0 -710
  35. package/fesm2015/syncfusion-ej2-angular-treegrid.mjs.map +0 -1
  36. package/fesm2020/syncfusion-ej2-angular-treegrid.mjs +0 -710
  37. package/fesm2020/syncfusion-ej2-angular-treegrid.mjs.map +0 -1
  38. package/syncfusion-ej2-angular-treegrid.d.ts +0 -5
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-treegrid.umd.js","sources":["~/@syncfusion/ej2-angular-treegrid/src/treegrid/treegrid-all.module.ts","~/@syncfusion/ej2-angular-treegrid/src/treegrid/treegrid.module.ts","~/@syncfusion/ej2-angular-treegrid/src/treegrid/treegrid.component.ts","~/@syncfusion/ej2-angular-treegrid/src/treegrid/aggregates.directive.ts","~/@syncfusion/ej2-angular-treegrid/src/treegrid/aggregate-columns.directive.ts","~/@syncfusion/ej2-angular-treegrid/src/treegrid/columns.directive.ts","~/@syncfusion/ej2-angular-treegrid/src/treegrid/stacked-column.directive.ts"],"sourcesContent":["import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { StackedColumnDirective, StackedColumnsDirective } from './stacked-column.directive';\nimport { ColumnDirective, ColumnsDirective } from './columns.directive';\nimport { AggregateColumnDirective, AggregateColumnsDirective } from './aggregate-columns.directive';\nimport { AggregateDirective, AggregatesDirective } from './aggregates.directive';\nimport { TreeGridComponent } from './treegrid.component';\nimport { TreeGridModule } from './treegrid.module';\nimport {Filter, Page, Sort, Reorder, Toolbar, Aggregate, Resize, ColumnMenu, ExcelExport, PdfExport, CommandColumn, ContextMenu, Edit, Selection, VirtualScroll, DetailRow, RowDD, Freeze, ColumnChooser, Logger, InfiniteScroll} from '@syncfusion/ej2-treegrid';\n\n\nexport const /** @type {?} */ FilterService: ValueProvider = { provide: 'TreeGridFilter', useValue: Filter};\nexport const /** @type {?} */ PageService: ValueProvider = { provide: 'TreeGridPage', useValue: Page};\nexport const /** @type {?} */ SortService: ValueProvider = { provide: 'TreeGridSort', useValue: Sort};\nexport const /** @type {?} */ ReorderService: ValueProvider = { provide: 'TreeGridReorder', useValue: Reorder};\nexport const /** @type {?} */ ToolbarService: ValueProvider = { provide: 'TreeGridToolbar', useValue: Toolbar};\nexport const /** @type {?} */ AggregateService: ValueProvider = { provide: 'TreeGridAggregate', useValue: Aggregate};\nexport const /** @type {?} */ ResizeService: ValueProvider = { provide: 'TreeGridResize', useValue: Resize};\nexport const /** @type {?} */ ColumnMenuService: ValueProvider = { provide: 'TreeGridColumnMenu', useValue: ColumnMenu};\nexport const /** @type {?} */ ExcelExportService: ValueProvider = { provide: 'TreeGridExcelExport', useValue: ExcelExport};\nexport const /** @type {?} */ PdfExportService: ValueProvider = { provide: 'TreeGridPdfExport', useValue: PdfExport};\nexport const /** @type {?} */ CommandColumnService: ValueProvider = { provide: 'TreeGridCommandColumn', useValue: CommandColumn};\nexport const /** @type {?} */ ContextMenuService: ValueProvider = { provide: 'TreeGridContextMenu', useValue: ContextMenu};\nexport const /** @type {?} */ EditService: ValueProvider = { provide: 'TreeGridEdit', useValue: Edit};\nexport const /** @type {?} */ SelectionService: ValueProvider = { provide: 'TreeGridSelection', useValue: Selection};\nexport const /** @type {?} */ VirtualScrollService: ValueProvider = { provide: 'TreeGridVirtualScroll', useValue: VirtualScroll};\nexport const /** @type {?} */ DetailRowService: ValueProvider = { provide: 'TreeGridDetailRow', useValue: DetailRow};\nexport const /** @type {?} */ RowDDService: ValueProvider = { provide: 'TreeGridRowDD', useValue: RowDD};\nexport const /** @type {?} */ FreezeService: ValueProvider = { provide: 'TreeGridFreeze', useValue: Freeze};\nexport const /** @type {?} */ ColumnChooserService: ValueProvider = { provide: 'TreeGridColumnChooser', useValue: ColumnChooser};\nexport const /** @type {?} */ LoggerService: ValueProvider = { provide: 'TreeGridLogger', useValue: Logger};\nexport const /** @type {?} */ InfiniteScrollService: ValueProvider = { provide: 'TreeGridInfiniteScroll', useValue: InfiniteScroll};\n/**\n * NgModule definition for the TreeGrid component with providers.\n */\nexport class TreeGridAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, TreeGridModule],\n exports: [\n TreeGridModule\n ],\n providers:[\n FilterService,\n PageService,\n SortService,\n ReorderService,\n ToolbarService,\n AggregateService,\n ResizeService,\n ColumnMenuService,\n ExcelExportService,\n PdfExportService,\n CommandColumnService,\n ContextMenuService,\n EditService,\n SelectionService,\n VirtualScrollService,\n DetailRowService,\n RowDDService,\n FreezeService,\n ColumnChooserService,\n LoggerService,\n InfiniteScrollService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction TreeGridAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nTreeGridAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTreeGridAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { StackedColumnDirective, StackedColumnsDirective } from './stacked-column.directive';\nimport { ColumnDirective, ColumnsDirective } from './columns.directive';\nimport { AggregateColumnDirective, AggregateColumnsDirective } from './aggregate-columns.directive';\nimport { AggregateDirective, AggregatesDirective } from './aggregates.directive';\nimport { TreeGridComponent } from './treegrid.component';\n/**\n * NgModule definition for the TreeGrid component.\n */\nexport class TreeGridModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n TreeGridComponent,\n StackedColumnDirective,\n StackedColumnsDirective,\n ColumnDirective,\n ColumnsDirective,\n AggregateColumnDirective,\n AggregateColumnsDirective,\n AggregateDirective,\n AggregatesDirective\n ],\n exports: [\n TreeGridComponent,\n StackedColumnDirective,\n StackedColumnsDirective,\n ColumnDirective,\n ColumnsDirective,\n AggregateColumnDirective,\n AggregateColumnsDirective,\n AggregateDirective,\n AggregatesDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction TreeGridModule_tsickle_Closure_declarations() {\n/** @type {?} */\nTreeGridModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTreeGridModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { TreeGrid } from '@syncfusion/ej2-treegrid';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { ColumnsDirective } from './columns.directive';\nimport { AggregatesDirective } from './aggregates.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['aggregates','allowExcelExport','allowFiltering','allowMultiSorting','allowPaging','allowPdfExport','allowReordering','allowResizing','allowRowDragAndDrop','allowSelection','allowSorting','allowTextWrap','autoCheckHierarchy','childMapping','clipMode','columnMenuItems','columnQueryMode','columns','contextMenuItems','copyHierarchyMode','currencyCode','dataSource','detailTemplate','editSettings','enableAdaptiveUI','enableAltRow','enableAutoFill','enableCollapseAll','enableColumnVirtualization','enableHover','enableHtmlSanitizer','enableImmutableMode','enableInfiniteScrolling','enablePersistence','enableRtl','enableStickyHeader','enableVirtualMaskRow','enableVirtualization','expandStateMapping','filterSettings','frozenColumns','frozenRows','gridLines','hasChildMapping','height','idMapping','infiniteScrollSettings','loadChildOnDemand','loadingIndicator','locale','pageSettings','parentIdMapping','printMode','query','rowDropSettings','rowHeight','rowTemplate','searchSettings','selectedRowIndex','selectionSettings','showColumnChooser','showColumnMenu','sortSettings','textWrapSettings','toolbar','treeColumnIndex','width'];\nexport const /** @type {?} */ outputs: string[] = ['actionBegin','actionComplete','actionFailure','batchAdd','batchCancel','batchDelete','beforeBatchAdd','beforeBatchDelete','beforeBatchSave','beforeCopy','beforeDataBound','beforeExcelExport','beforePaste','beforePdfExport','beforePrint','beginEdit','cellDeselected','cellDeselecting','cellEdit','cellSave','cellSaved','cellSelected','cellSelecting','checkboxChange','collapsed','collapsing','columnDrag','columnDragStart','columnDrop','columnMenuClick','columnMenuOpen','contextMenuClick','contextMenuOpen','created','dataBound','dataSourceChanged','dataStateChange','detailDataBound','excelExportComplete','excelHeaderQueryCellInfo','excelQueryCellInfo','expanded','expanding','headerCellInfo','load','pdfExportComplete','pdfHeaderQueryCellInfo','pdfQueryCellInfo','printComplete','queryCellInfo','recordDoubleClick','resizeStart','resizeStop','resizing','rowDataBound','rowDeselected','rowDeselecting','rowDrag','rowDragStart','rowDragStartHelper','rowDrop','rowSelected','rowSelecting','toolbarClick','dataSourceChange'];\nexport const /** @type {?} */ twoWays: string[] = ['dataSource'];\n/**\n * `ejs-treegrid` represents the Angular TreeTreeGrid Component.\n * ```html\n * <ejs-treegrid [dataSource]='data' allowPaging='true' allowSorting='true'></ejs-treegrid>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class TreeGridComponent extends TreeGrid implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tactionBegin: any;\n\tactionComplete: any;\n\tactionFailure: any;\n\tbatchAdd: any;\n\tbatchCancel: any;\n\tbatchDelete: any;\n\tbeforeBatchAdd: any;\n\tbeforeBatchDelete: any;\n\tbeforeBatchSave: any;\n\tbeforeCopy: any;\n\tbeforeDataBound: any;\n\tbeforeExcelExport: any;\n\tbeforePaste: any;\n\tbeforePdfExport: any;\n\tbeforePrint: any;\n\tbeginEdit: any;\n\tcellDeselected: any;\n\tcellDeselecting: any;\n\tcellEdit: any;\n\tcellSave: any;\n\tcellSaved: any;\n\tcellSelected: any;\n\tcellSelecting: any;\n\tcheckboxChange: any;\n\tcollapsed: any;\n\tcollapsing: any;\n\tcolumnDrag: any;\n\tcolumnDragStart: any;\n\tcolumnDrop: any;\n\tcolumnMenuClick: any;\n\tcolumnMenuOpen: any;\n\tcontextMenuClick: any;\n\tcontextMenuOpen: any;\n\tcreated: any;\n\tdataBound: any;\n\tdataSourceChanged: any;\n\tdataStateChange: any;\n\tdetailDataBound: any;\n\texcelExportComplete: any;\n\texcelHeaderQueryCellInfo: any;\n\texcelQueryCellInfo: any;\n\texpanded: any;\n\texpanding: any;\n\theaderCellInfo: any;\n\tload: any;\n\tpdfExportComplete: any;\n\tpdfHeaderQueryCellInfo: any;\n\tpdfQueryCellInfo: any;\n\tprintComplete: any;\n\tqueryCellInfo: any;\n\trecordDoubleClick: any;\n\tresizeStart: any;\n\tresizeStop: any;\n\tresizing: any;\n\trowDataBound: any;\n\trowDeselected: any;\n\trowDeselecting: any;\n\trowDrag: any;\n\trowDragStart: any;\n\trowDragStartHelper: any;\n\trowDrop: any;\n\trowSelected: any;\n\trowSelecting: any;\n\ttoolbarClick: any;\npublic dataSourceChange: any;\npublic childColumns: QueryList<ColumnsDirective>;\npublic childAggregates: QueryList<AggregatesDirective>;\npublic tags: string[] = ['columns', 'aggregates'];\n \n @Template()\npublic toolbarTemplate: any;\n \n @Template()\npublic pagerTemplate: any;\n/**\n * The row template that renders customized rows from the given template. \n * By default, TreeGrid renders a table row for every data source item. \n * > * It accepts either [template string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals) \n * or HTML element ID. \n * > * The row template must be a table row.\n * \n * > Check the [Row Template](../../treegrid/row) customization.\n * \n * \\@asptype string\n */\n@Template()\n public rowTemplate: any;\n/**\n * The detail template allows you to show or hide additional information about a particular row.\n * \n * > It accepts either the [template string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals)\n * or the HTML element ID.\n * \n * \\@asptype string\n */\n@Template()\n public detailTemplate: any;\n \n @Template()\npublic editSettings_template: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('TreeGridFilter');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeGridPage');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeGridSort');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeGridReorder');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeGridToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeGridAggregate');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeGridResize');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeGridColumnMenu');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeGridExcelExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeGridPdfExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeGridCommandColumn');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeGridContextMenu');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeGridEdit');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeGridSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeGridVirtualScroll');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeGridDetailRow');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeGridRowDD');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeGridFreeze');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeGridColumnChooser');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeGridLogger');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeGridInfiniteScroll');\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.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childColumns;\n if (this.childAggregates) {\n this.tagObjects[1].instance = /** @type {?} */(( this.childAggregates as any));\n }\n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-treegrid',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childColumns: new ContentChild(ColumnsDirective), \n childAggregates: new ContentChild(AggregatesDirective)\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];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'toolbarTemplate': [{ type: ContentChild, args: ['toolbarTemplate', ] },],\n'pagerTemplate': [{ type: ContentChild, args: ['pagerTemplate', ] },],\n'rowTemplate': [{ type: ContentChild, args: ['rowTemplate', ] },],\n'detailTemplate': [{ type: ContentChild, args: ['detailTemplate', ] },],\n'editSettings_template': [{ type: ContentChild, args: ['editSettingsTemplate', ] },],\n};\n}\n\nfunction TreeGridComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nTreeGridComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTreeGridComponent.ctorParameters;\n/** @type {?} */\nTreeGridComponent.propDecorators;\n/** @type {?} */\nTreeGridComponent.prototype.context;\n/** @type {?} */\nTreeGridComponent.prototype.tagObjects;\n/** @type {?} */\nTreeGridComponent.prototype.actionBegin;\n/** @type {?} */\nTreeGridComponent.prototype.actionComplete;\n/** @type {?} */\nTreeGridComponent.prototype.actionFailure;\n/** @type {?} */\nTreeGridComponent.prototype.batchAdd;\n/** @type {?} */\nTreeGridComponent.prototype.batchCancel;\n/** @type {?} */\nTreeGridComponent.prototype.batchDelete;\n/** @type {?} */\nTreeGridComponent.prototype.beforeBatchAdd;\n/** @type {?} */\nTreeGridComponent.prototype.beforeBatchDelete;\n/** @type {?} */\nTreeGridComponent.prototype.beforeBatchSave;\n/** @type {?} */\nTreeGridComponent.prototype.beforeCopy;\n/** @type {?} */\nTreeGridComponent.prototype.beforeDataBound;\n/** @type {?} */\nTreeGridComponent.prototype.beforeExcelExport;\n/** @type {?} */\nTreeGridComponent.prototype.beforePaste;\n/** @type {?} */\nTreeGridComponent.prototype.beforePdfExport;\n/** @type {?} */\nTreeGridComponent.prototype.beforePrint;\n/** @type {?} */\nTreeGridComponent.prototype.beginEdit;\n/** @type {?} */\nTreeGridComponent.prototype.cellDeselected;\n/** @type {?} */\nTreeGridComponent.prototype.cellDeselecting;\n/** @type {?} */\nTreeGridComponent.prototype.cellEdit;\n/** @type {?} */\nTreeGridComponent.prototype.cellSave;\n/** @type {?} */\nTreeGridComponent.prototype.cellSaved;\n/** @type {?} */\nTreeGridComponent.prototype.cellSelected;\n/** @type {?} */\nTreeGridComponent.prototype.cellSelecting;\n/** @type {?} */\nTreeGridComponent.prototype.checkboxChange;\n/** @type {?} */\nTreeGridComponent.prototype.collapsed;\n/** @type {?} */\nTreeGridComponent.prototype.collapsing;\n/** @type {?} */\nTreeGridComponent.prototype.columnDrag;\n/** @type {?} */\nTreeGridComponent.prototype.columnDragStart;\n/** @type {?} */\nTreeGridComponent.prototype.columnDrop;\n/** @type {?} */\nTreeGridComponent.prototype.columnMenuClick;\n/** @type {?} */\nTreeGridComponent.prototype.columnMenuOpen;\n/** @type {?} */\nTreeGridComponent.prototype.contextMenuClick;\n/** @type {?} */\nTreeGridComponent.prototype.contextMenuOpen;\n/** @type {?} */\nTreeGridComponent.prototype.created;\n/** @type {?} */\nTreeGridComponent.prototype.dataBound;\n/** @type {?} */\nTreeGridComponent.prototype.dataSourceChanged;\n/** @type {?} */\nTreeGridComponent.prototype.dataStateChange;\n/** @type {?} */\nTreeGridComponent.prototype.detailDataBound;\n/** @type {?} */\nTreeGridComponent.prototype.excelExportComplete;\n/** @type {?} */\nTreeGridComponent.prototype.excelHeaderQueryCellInfo;\n/** @type {?} */\nTreeGridComponent.prototype.excelQueryCellInfo;\n/** @type {?} */\nTreeGridComponent.prototype.expanded;\n/** @type {?} */\nTreeGridComponent.prototype.expanding;\n/** @type {?} */\nTreeGridComponent.prototype.headerCellInfo;\n/** @type {?} */\nTreeGridComponent.prototype.load;\n/** @type {?} */\nTreeGridComponent.prototype.pdfExportComplete;\n/** @type {?} */\nTreeGridComponent.prototype.pdfHeaderQueryCellInfo;\n/** @type {?} */\nTreeGridComponent.prototype.pdfQueryCellInfo;\n/** @type {?} */\nTreeGridComponent.prototype.printComplete;\n/** @type {?} */\nTreeGridComponent.prototype.queryCellInfo;\n/** @type {?} */\nTreeGridComponent.prototype.recordDoubleClick;\n/** @type {?} */\nTreeGridComponent.prototype.resizeStart;\n/** @type {?} */\nTreeGridComponent.prototype.resizeStop;\n/** @type {?} */\nTreeGridComponent.prototype.resizing;\n/** @type {?} */\nTreeGridComponent.prototype.rowDataBound;\n/** @type {?} */\nTreeGridComponent.prototype.rowDeselected;\n/** @type {?} */\nTreeGridComponent.prototype.rowDeselecting;\n/** @type {?} */\nTreeGridComponent.prototype.rowDrag;\n/** @type {?} */\nTreeGridComponent.prototype.rowDragStart;\n/** @type {?} */\nTreeGridComponent.prototype.rowDragStartHelper;\n/** @type {?} */\nTreeGridComponent.prototype.rowDrop;\n/** @type {?} */\nTreeGridComponent.prototype.rowSelected;\n/** @type {?} */\nTreeGridComponent.prototype.rowSelecting;\n/** @type {?} */\nTreeGridComponent.prototype.toolbarClick;\n/** @type {?} */\nTreeGridComponent.prototype.dataSourceChange;\n/** @type {?} */\nTreeGridComponent.prototype.childColumns;\n/** @type {?} */\nTreeGridComponent.prototype.childAggregates;\n/** @type {?} */\nTreeGridComponent.prototype.tags;\n/** @type {?} */\nTreeGridComponent.prototype.toolbarTemplate;\n/** @type {?} */\nTreeGridComponent.prototype.pagerTemplate;\n/**\n * The row template that renders customized rows from the given template. \n * By default, TreeGrid renders a table row for every data source item. \n * > * It accepts either [template string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals) \n * or HTML element ID. \n * > * The row template must be a table row.\n * \n * > Check the [Row Template](../../treegrid/row) customization.\n * \n * \\@asptype string\n * @type {?}\n */\nTreeGridComponent.prototype.rowTemplate;\n/**\n * The detail template allows you to show or hide additional information about a particular row.\n * \n * > It accepts either the [template string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals)\n * or the HTML element ID.\n * \n * \\@asptype string\n * @type {?}\n */\nTreeGridComponent.prototype.detailTemplate;\n/** @type {?} */\nTreeGridComponent.prototype.editSettings_template;\n/** @type {?} */\nTreeGridComponent.prototype.registerEvents;\n/** @type {?} */\nTreeGridComponent.prototype.addTwoWay;\n/** @type {?} */\nTreeGridComponent.prototype.ngEle;\n/** @type {?} */\nTreeGridComponent.prototype.srenderer;\n/** @type {?} */\nTreeGridComponent.prototype.viewContainerRef;\n/** @type {?} */\nTreeGridComponent.prototype.injector;\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';\n\nimport { AggregateColumnsDirective } from './aggregate-columns.directive';\n\nlet /** @type {?} */ input: string[] = ['columns', 'showChildSummary'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-aggregate` directive represent a aggregate row of the Angular TreeGrid. \n * It must be contained in a TreeGrid component(`ejs-treegrid`). \n * ```html\n * <ejs-treegrid [dataSource]='data' allowPaging='true' allowSorting='true'> \n * <e-columns>\n * <e-column field='ID' width='100'></e-column>\n * <e-column field='name' headerText='Name' width='100'></e-column>\n * </e-columns>\n * <e-aggregates>\n * <e-aggregate>\n * <e-columns>\n * <e-column field='ID' type='Min'></e-column>\n * </e-columns>\n * </e-aggregate>\n * </e-aggregates>\n * </ejs-treegrid>\n * ```\n */\nexport class AggregateDirective extends ComplexBase<AggregateDirective> {\npublic directivePropList: any;\npublic childColumns: any;\npublic tags: string[] = ['columns'];\n/**\n * Configures the collection of aggregate columns.\n * \\@default []\n */\npublic columns: any;\n/**\n * Determines whether to display child summaries for each parent row.\n */\npublic showChildSummary: 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-treegrid>e-aggregates>e-aggregate',\n inputs: input,\n outputs: outputs, \n queries: {\n childColumns: new ContentChild(AggregateColumnsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction AggregateDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nAggregateDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAggregateDirective.ctorParameters;\n/** @type {?} */\nAggregateDirective.prototype.directivePropList;\n/** @type {?} */\nAggregateDirective.prototype.childColumns;\n/** @type {?} */\nAggregateDirective.prototype.tags;\n/**\n * Configures the collection of aggregate columns.\n * \\@default []\n * @type {?}\n */\nAggregateDirective.prototype.columns;\n/**\n * Determines whether to display child summaries for each parent row.\n * @type {?}\n */\nAggregateDirective.prototype.showChildSummary;\n/** @type {?} */\nAggregateDirective.prototype.viewContainerRef;\n}\n\n/**\n * Aggregate Array Directive\n */\nexport class AggregatesDirective extends ArrayBase<AggregatesDirective> {\nconstructor() {\n super('aggregates');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-treegrid>e-aggregates',\n queries: {\n children: new ContentChildren(AggregateDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction AggregatesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nAggregatesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAggregatesDirective.ctorParameters;\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[] = ['columnName', 'customAggregate', 'field', 'footerTemplate', 'format', 'type'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-aggregate->e-column` directive represent a aggregate column of the Angular TreeGrid. \n * ```html\n * <ejs-treegrid [dataSource]='data' allowPaging='true' allowSorting='true'> \n * <e-columns>\n * <e-column field='ID' width='100'></e-column>\n * <e-column field='name' headerText='Name' width='100'></e-column>\n * </e-columns>\n * <e-aggregates>\n * <e-aggregate>\n * <e-columns>\n * <e-column field='ID' type='Min'></e-column>\n * </e-columns>\n * </e-aggregate>\n * </e-aggregates>\n * </ejs-treegrid>\n * ```\n */\nexport class AggregateColumnDirective extends ComplexBase<AggregateColumnDirective> {\npublic directivePropList: any;\n/**\n * Defines the aggregate type(s) for a particular column. \n * To apply multiple aggregates to a single column, specify the `type` as an array. \n * Available aggregate types include: \n * * `sum`: Calculates the sum of all values in a column. \n * * `average`: Computes the average of the column values. \n * * `max`: Finds the maximum value in a column. \n * * `min`: Finds the minimum value in a column. \n * * `count`: Counts the number of records. \n * * `falsecount`: Counts the number of false values. \n * * `truecount`: Counts the number of true values. \n * * `custom`: Allows for a custom aggregate function.\n * \n * Use `custom` to specify a custom aggregation.\n * \n * \\@asptype string\n * \\@default null\n */\npublic type: any;\n/**\n * Specifies the column name to display the aggregate value. If not defined, the `field` name is used by default.\n * \\@default null\n */\npublic columnName: any;\n/**\n * Defines a custom function to calculate the aggregate value. The `type` must be set to `custom`. \n * Use the custom value as `${custom}` in templates. \n * * `Total aggregation`: The custom function is called with the entire dataset and the current `AggregateColumn` object. \n * * `Group aggregation`: It is called with the current group details and the `AggregateColumn` object.\n * \\@default null\n */\npublic customAggregate: any;\n/**\n * Specifies the column name on which to perform the aggregation.\n * \\@default null\n */\npublic field: any;\n/**\n * Specifies the format to be applied to the calculated aggregate value before display. \n * Supports both standard and custom formats for numbers and dates. \n * Refer to the Syncfusion documentation for [number](https://ej2.syncfusion.com/documentation/common/internationalization/#supported-format-string) \n * and [date](https://ej2.syncfusion.com/documentation/common/internationalization#date-formatting) formats.\n * \\@asptype string\n * \\@default null\n */\npublic format: any;\n/**\n * Defines a template for the footer cell of the aggregate column. \n * Use the aggregate `type` names within the template to access aggregate values.\n * \\@default null\n * \\@asptype string\n */\n@Template()\n public footerTemplate: 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-treegrid>e-aggregates>e-aggregate>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'footerTemplate': [{ type: ContentChild, args: ['footerTemplate', ] },],\n};\n}\n\nfunction AggregateColumnDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nAggregateColumnDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAggregateColumnDirective.ctorParameters;\n/** @type {?} */\nAggregateColumnDirective.propDecorators;\n/** @type {?} */\nAggregateColumnDirective.prototype.directivePropList;\n/**\n * Defines the aggregate type(s) for a particular column. \n * To apply multiple aggregates to a single column, specify the `type` as an array. \n * Available aggregate types include: \n * * `sum`: Calculates the sum of all values in a column. \n * * `average`: Computes the average of the column values. \n * * `max`: Finds the maximum value in a column. \n * * `min`: Finds the minimum value in a column. \n * * `count`: Counts the number of records. \n * * `falsecount`: Counts the number of false values. \n * * `truecount`: Counts the number of true values. \n * * `custom`: Allows for a custom aggregate function.\n * \n * Use `custom` to specify a custom aggregation.\n * \n * \\@asptype string\n * \\@default null\n * @type {?}\n */\nAggregateColumnDirective.prototype.type;\n/**\n * Specifies the column name to display the aggregate value. If not defined, the `field` name is used by default.\n * \\@default null\n * @type {?}\n */\nAggregateColumnDirective.prototype.columnName;\n/**\n * Defines a custom function to calculate the aggregate value. The `type` must be set to `custom`. \n * Use the custom value as `${custom}` in templates. \n * * `Total aggregation`: The custom function is called with the entire dataset and the current `AggregateColumn` object. \n * * `Group aggregation`: It is called with the current group details and the `AggregateColumn` object.\n * \\@default null\n * @type {?}\n */\nAggregateColumnDirective.prototype.customAggregate;\n/**\n * Specifies the column name on which to perform the aggregation.\n * \\@default null\n * @type {?}\n */\nAggregateColumnDirective.prototype.field;\n/**\n * Specifies the format to be applied to the calculated aggregate value before display. \n * Supports both standard and custom formats for numbers and dates. \n * Refer to the Syncfusion documentation for [number](https://ej2.syncfusion.com/documentation/common/internationalization/#supported-format-string) \n * and [date](https://ej2.syncfusion.com/documentation/common/internationalization#date-formatting) formats.\n * \\@asptype string\n * \\@default null\n * @type {?}\n */\nAggregateColumnDirective.prototype.format;\n/**\n * Defines a template for the footer cell of the aggregate column. \n * Use the aggregate `type` names within the template to access aggregate values.\n * \\@default null\n * \\@asptype string\n * @type {?}\n */\nAggregateColumnDirective.prototype.footerTemplate;\n/** @type {?} */\nAggregateColumnDirective.prototype.viewContainerRef;\n}\n\n/**\n * AggregateColumn Array Directive\n */\nexport class AggregateColumnsDirective extends ArrayBase<AggregateColumnsDirective> {\nconstructor() {\n super('columns');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-treegrid>e-aggregates>e-aggregate>e-columns',\n queries: {\n children: new ContentChildren(AggregateColumnDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction AggregateColumnsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nAggregateColumnsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAggregateColumnsDirective.ctorParameters;\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';\nimport { StackedColumnsDirective } from './stacked-column.directive';\n\nlet /** @type {?} */ input: string[] = ['allowEditing', 'allowFiltering', 'allowReordering', 'allowResizing', 'allowSorting', 'clipMode', 'columns', 'commands', 'customAttributes', 'defaultValue', 'disableHtmlEncode', 'displayAsCheckBox', 'edit', 'editTemplate', 'editType', 'field', 'filter', 'filterBarTemplate', 'filterTemplate', 'format', 'formatter', 'freeze', 'headerTemplate', 'headerText', 'headerTextAlign', 'hideAtMedia', 'isFrozen', 'isIdentity', 'isPrimaryKey', 'lockColumn', 'maxWidth', 'minWidth', 'showCheckbox', 'showColumnMenu', 'showInColumnChooser', 'sortComparer', 'template', 'textAlign', 'type', 'uid', 'validationRules', 'valueAccessor', 'visible', 'width'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-column` directive represent a column of the Angular TreeGrid. \n * It must be contained in a TreeGrid component(`ejs-treegrid`). \n * ```html\n * <ejs-treegrid [dataSource]='data' allowPaging='true' allowSorting='true'> \n * <e-columns>\n * <e-column field='ID' width='100'></e-column>\n * <e-column field='name' headerText='Name' width='100'></e-column>\n * </e-columns>\n * </ejs-treegrid>\n * ```\n */\nexport class ColumnDirective extends ComplexBase<ColumnDirective> {\npublic directivePropList: any;\npublic childColumns: any;\npublic tags: string[] = ['columns'];\n/**\n * Defines the type of data stored in the column, which may be string, number, date, or other types.\n * \\@default null\n */\npublic type: any;\n/**\n * Controls whether editing is permitted for the column. By default, all columns are editable.\n * \\@default true\n */\npublic allowEditing: any;\n/**\n * Controls whether the column supports filtering. If set to false, users cannot filter data by this column.\n * \\@default true\n */\npublic allowFiltering: any;\n/**\n * Enables or disables the reordering of this column via drag-and-drop. Allows for dynamic column adjustments.\n * \\@default true\n */\npublic allowReordering: any;\n/**\n * Determines if this column can be resized. If false, the column size is fixed.\n * \\@default true\n */\npublic allowResizing: any;\n/**\n * Specifies whether sorting is enabled for this column. Set to false to prevent sort actions.\n * \\@default true\n */\npublic allowSorting: any;\n/**\n * Determines how overflow content is handled within a cell. Options include: \n * * `Clip`: Truncates the content. \n * * `Ellipsis`: Shows ellipsis for overflow. \n * * `EllipsisWithTooltip`: Shows ellipsis and tooltip on hover.\n * \\@default Syncfusion.EJ2.Grids.ClipMode.Ellipsis\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Grids.ClipMode\n */\npublic clipMode: any;\n/**\n * Allows for the creation of stacked headers by using multiple rows in the grid's header.\n * \\@default null\n */\npublic columns: any;\n/**\n * Provides built-in command button options for cells. Options include Edit, Delete, Save, and Cancel. \n * Custom command button implementations are possible.\n * \n * The following code example implements the custom command column.\n * ```html\n * <style type=\"text/css\" class=\"cssStyles\">\n * .details-icon:before\n * {\n * content:\"\\e74d\";\n * }\n * </style>\n * <div id=\"TreeGrid\"></div>\n * ```\n * ```typescript\n * var gridObj = new TreeGrid({\n * datasource: window.gridData,\n * columns : [\n * { field: 'CustomerID', headerText: 'Customer ID' },\n * { field: 'CustomerName', headerText: 'Customer Name' },\n * {commands: [{buttonOption:{content: 'Details', click: onClick, cssClass: details-icon}}], headerText: 'Customer Details'}\n * ]\n * gridObj.appendTo(\"#TreeGrid\");\n * ```\n * \n * \\@default null\n */\npublic commands: any;\n/**\n * Enables the addition of CSS styles and attributes for the content cells in a particular column.\n * \\@default null\n */\npublic customAttributes: any;\n/**\n * Sets default values when new records are added to the TreeGrid involving this column.\n * \\@default null\n */\npublic defaultValue: any;\n/**\n * If set to `true`, the HTML content within header and content cells is encoded to prevent injection attacks.\n * \\@default true\n */\npublic disableHtmlEncode: any;\n/**\n * Displays the column value as a checkbox instead of a Boolean value when set to `true`.\n * \\@default false\n */\npublic displayAsCheckBox: any;\n/**\n * Allows customizing the default edit cell through the `IEditCell` object for more control over editing.\n * \\@default {}\n */\npublic edit: any;\n/**\n * Specifies the component type used for editing cells within this column.\n * \\@default 'stringedit'\n */\npublic editType: any;\n/**\n * Specifies the field name in the data source to which the column is bound. This field is used for operations like sorting and filtering. \n * The field name must be a valid JavaScript identifier, beginning with a letter and avoiding spaces and special characters.\n * \\@default 'undefined'\n */\npublic field: any;\n/**\n * Customizes filter options for the column, enabling specialized filtering functionality.\n * \\@default null\n */\npublic filter: any;\n/**\n * Allows for a custom component within the filter bar, facilitating advanced filter interfaces. \n * Includes create and read functions for custom component management.\n * \n * ```html\n * <div id=\"TreeGrid\"></div>\n * ```\n * ```typescript\n * let gridObj: TreeGrid = new TreeGrid({\n * dataSource: filterData,\n * columns: [\n * { field: 'OrderID', headerText: 'Order ID' },\n * {\n * field: 'EmployeeID', filterBarTemplate: {\n * create: (args: { element: Element, column: Column }) => {\n * let input: HTMLInputElement = document.createElement('input');\n * input.id = 'EmployeeID';\n * input.type = 'text';\n * return input;\n * },\n * write: (args: { element: Element, column: Column }) => {\n * args.element.addEventListener('input', args.column.filterBarTemplate.read as EventListener);\n * },\n * read: (args: { element: HTMLInputElement, columnIndex: number, column: Column }) => {\n * gridObj.filterByColumn(args.element.id, 'equal', args.element.value);\n * }\n * }\n * }],\n * allowFiltering: true\n * });\n * gridObj.appendTo('#TreeGrid');\n * ```\n * \n * \\@default null\n */\npublic filterBarTemplate: any;\n/**\n * Formats the displayed value of the column without affecting the underlying data. Supports standard and custom formats for numbers and dates.\n * \n * References for [number](https://ej2.syncfusion.com/documentation/common/internationalization/#supported-format-string)\n * and [date](https://ej2.syncfusion.com/documentation/common/internationalization#date-formatting) formats. \n * \\@default null\n * \\@asptype string\n */\npublic format: any;\n/**\n * Allows for custom cell content formatting using an external method, executed prior to rendering.\n * \\@default null\n */\npublic formatter: any;\n/**\n * Determines which side (left, right, or center) the column should be frozen on.\n * \\@default Syncfusion.EJ2.Grids.FreezeDirection.None\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Grids.FreezeDirection\n */\npublic freeze: any;\n/**\n * Specifies the text displayed in the column header. If omitted, the `field` value is used as the header text.\n * \\@default 'undefined'\n */\npublic headerText: any;\n/**\n * Aligns the text in the column header. By default, the alignment corresponds to other content alignments.\n * \\@default null\n * \\@aspdefaultvalueignore\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Grids.TextAlign\n */\npublic headerTextAlign: any;\n/**\n * Adjusts column visibility based on [Media Queries](http://cssmediaqueries.com/what-are-css-media-queries.html). Accepts valid CSS media query strings for responsive adjustments.\n * \\@default 'undefined'\n */\npublic hideAtMedia: any;\n/**\n * Allows the column to be frozen, keeping it stationary while scrolling horizontally through the grid.\n * \\@default false\n */\npublic isFrozen: any;\n/**\n * Identifies the column as an identity column in database terms, if set to `true`.\n * \\@default false\n */\npublic isIdentity: any;\n/**\n * Identifies the column as a primary key if set to `true`, enforcing uniqueness.\n * \\@default false\n */\npublic isPrimaryKey: any;\n/**\n * Prevents column reordering when set to true, locking the column into a set position.\n * \\@default false\n */\npublic lockColumn: any;\n/**\n * Defines the maximum allowable width of the column in pixels or as a percentage, preventing resizing beyond this limit.\n * \\@default 'undefined'\n */\npublic maxWidth: any;\n/**\n * Determines the minimum width of the column in pixels or percentage. This ensures the column does not shrink below this size.\n * \\@default 'undefined'\n */\npublic minWidth: any;\n/**\n * Displays checkboxes in the column when enabled, allowing for selections and certain operations.\n * \\@default false\n */\npublic showCheckbox: any;\n/**\n * Decides if the column menu should be available, providing options for column customization.\n * \\@default true\n */\npublic showColumnMenu: any;\n/**\n * Determines whether the column should appear in the Column Chooser. Set to false to exclude it.\n * \\@default true\n */\npublic showInColumnChooser: any;\n/**\n * Provides a custom sort comparer property to control how sorting is handled for this column's data.\n * \\@default 'undefined'\n */\npublic sortComparer: any;\n/**\n * Specifies the horizontal alignment for the column content and header. Options include alignment to the left, center, or right.\n * \\@default Syncfusion.EJ2.Grids.TextAlign.Left\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Grids.TextAlign\n */\npublic textAlign: any;\n/**\n * Retrieves the unique identifier for the column. This UID is used internally to reference and manipulate the column.\n * \\@default 'undefined'\n */\npublic uid: any;\n/**\n * Establishes validation rules to ensure data integrity during creation and updates.\n * \\@default null\n */\npublic validationRules: any;\n/**\n * Applies custom cell values using an external function, allowing for dynamic display adjustments.\n * \\@default null\n */\npublic valueAccessor: any;\n/**\n * Toggles the visibility of the column. Set to false to hide the column from view. Columns are visible by default.\n * \\@default true\n */\npublic visible: any;\n/**\n * Sets the column's width in pixels or as a percentage. This defines how the column will occupy space in the grid.\n * \\@default 'undefined'\n */\npublic width: any;\n/**\n * Customizes the rendering of cell content using either a template string or HTML element ID.\n * \\@default null\n * \\@asptype string\n */\n@Template()\n public template: any;\n/**\n * Customizes the header content with a template, defined as a string or an HTML element ID.\n * \\@default null\n * \\@asptype string\n */\n@Template()\n public headerTemplate: any;\n \n @Template()\npublic filter_itemTemplate: any;\n/**\n * Specifies a custom template or UI for filtering within this column, utilizing either string templates or HTML element IDs.\n * \\@aspignore\n */\n@Template()\n public filterTemplate: any;\n \n @Template()\npublic commandsTemplate: any;\n/**\n * Provides a template for editing cells in this column, supporting either a template string or an HTML element ID.\n * \\@aspignore\n */\n@Template()\n public editTemplate: 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-treegrid>e-columns>e-column',\n inputs: input,\n outputs: outputs, \n queries: {\n childColumns: new ContentChild(StackedColumnsDirective)\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'filter_itemTemplate': [{ type: ContentChild, args: ['filterItemTemplate', ] },],\n'filterTemplate': [{ type: ContentChild, args: ['filterTemplate', ] },],\n'commandsTemplate': [{ type: ContentChild, args: ['commandsTemplate', ] },],\n'editTemplate': [{ type: ContentChild, args: ['editTemplate', ] },],\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/** @type {?} */\nColumnDirective.prototype.childColumns;\n/** @type {?} */\nColumnDirective.prototype.tags;\n/**\n * Defines the type of data stored in the column, which may be string, number, date, or other types.\n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.type;\n/**\n * Controls whether editing is permitted for the column. By default, all columns are editable.\n * \\@default true\n * @type {?}\n */\nColumnDirective.prototype.allowEditing;\n/**\n * Controls whether the column supports filtering. If set to false, users cannot filter data by this column.\n * \\@default true\n * @type {?}\n */\nColumnDirective.prototype.allowFiltering;\n/**\n * Enables or disables the reordering of this column via drag-and-drop. Allows for dynamic column adjustments.\n * \\@default true\n * @type {?}\n */\nColumnDirective.prototype.allowReordering;\n/**\n * Determines if this column can be resized. If false, the column size is fixed.\n * \\@default true\n * @type {?}\n */\nColumnDirective.prototype.allowResizing;\n/**\n * Specifies whether sorting is enabled for this column. Set to false to prevent sort actions.\n * \\@default true\n * @type {?}\n */\nColumnDirective.prototype.allowSorting;\n/**\n * Determines how overflow content is handled within a cell. Options include: \n * * `Clip`: Truncates the content. \n * * `Ellipsis`: Shows ellipsis for overflow. \n * * `EllipsisWithTooltip`: Shows ellipsis and tooltip on hover.\n * \\@default Syncfusion.EJ2.Grids.ClipMode.Ellipsis\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Grids.ClipMode\n * @type {?}\n */\nColumnDirective.prototype.clipMode;\n/**\n * Allows for the creation of stacked headers by using multiple rows in the grid's header.\n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.columns;\n/**\n * Provides built-in command button options for cells. Options include Edit, Delete, Save, and Cancel. \n * Custom command button implementations are possible.\n * \n * The following code example implements the custom command column.\n * ```html\n * <style type=\"text/css\" class=\"cssStyles\">\n * .details-icon:before\n * {\n * content:\"\\e74d\";\n * }\n * </style>\n * <div id=\"TreeGrid\"></div>\n * ```\n * ```typescript\n * var gridObj = new TreeGrid({\n * datasource: window.gridData,\n * columns : [\n * { field: 'CustomerID', headerText: 'Customer ID' },\n * { field: 'CustomerName', headerText: 'Customer Name' },\n * {commands: [{buttonOption:{content: 'Details', click: onClick, cssClass: details-icon}}], headerText: 'Customer Details'}\n * ]\n * gridObj.appendTo(\"#TreeGrid\");\n * ```\n * \n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.commands;\n/**\n * Enables the addition of CSS styles and attributes for the content cells in a particular column.\n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.customAttributes;\n/**\n * Sets default values when new records are added to the TreeGrid involving this column.\n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.defaultValue;\n/**\n * If set to `true`, the HTML content within header and content cells is encoded to prevent injection attacks.\n * \\@default true\n * @type {?}\n */\nColumnDirective.prototype.disableHtmlEncode;\n/**\n * Displays the column value as a checkbox instead of a Boolean value when set to `true`.\n * \\@default false\n * @type {?}\n */\nColumnDirective.prototype.displayAsCheckBox;\n/**\n * Allows customizing the default edit cell through the `IEditCell` object for more control over editing.\n * \\@default {}\n * @type {?}\n */\nColumnDirective.prototype.edit;\n/**\n * Specifies the component type used for editing cells within this column.\n * \\@default 'stringedit'\n * @type {?}\n */\nColumnDirective.prototype.editType;\n/**\n * Specifies the field name in the data source to which the column is bound. This field is used for operations like sorting and filtering. \n * The field name must be a valid JavaScript identifier, beginning with a letter and avoiding spaces and special characters.\n * \\@default 'undefined'\n * @type {?}\n */\nColumnDirective.prototype.field;\n/**\n * Customizes filter options for the column, enabling specialized filtering functionality.\n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.filter;\n/**\n * Allows for a custom component within the filter bar, facilitating advanced filter interfaces. \n * Includes create and read functions for custom component management.\n * \n * ```html\n * <div id=\"TreeGrid\"></div>\n * ```\n * ```typescript\n * let gridObj: TreeGrid = new TreeGrid({\n * dataSource: filterData,\n * columns: [\n * { field: 'OrderID', headerText: 'Order ID' },\n * {\n * field: 'EmployeeID', filterBarTemplate: {\n * create: (args: { element: Element, column: Column }) => {\n * let input: HTMLInputElement = document.createElement('input');\n * input.id = 'EmployeeID';\n * input.type = 'text';\n * return input;\n * },\n * write: (args: { element: Element, column: Column }) => {\n * args.element.addEventListener('input', args.column.filterBarTemplate.read as EventListener);\n * },\n * read: (args: { element: HTMLInputElement, columnIndex: number, column: Column }) => {\n * gridObj.filterByColumn(args.element.id, 'equal', args.element.value);\n * }\n * }\n * }],\n * allowFiltering: true\n * });\n * gridObj.appendTo('#TreeGrid');\n * ```\n * \n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.filterBarTemplate;\n/**\n * Formats the displayed value of the column without affecting the underlying data. Supports standard and custom formats for numbers and dates.\n * \n * References for [number](https://ej2.syncfusion.com/documentation/common/internationalization/#supported-format-string)\n * and [date](https://ej2.syncfusion.com/documentation/common/internationalization#date-formatting) formats. \n * \\@default null\n * \\@asptype string\n * @type {?}\n */\nColumnDirective.prototype.format;\n/**\n * Allows for custom cell content formatting using an external method, executed prior to rendering.\n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.formatter;\n/**\n * Determines which side (left, right, or center) the column should be frozen on.\n * \\@default Syncfusion.EJ2.Grids.FreezeDirection.None\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Grids.FreezeDirection\n * @type {?}\n */\nColumnDirective.prototype.freeze;\n/**\n * Specifies the text displayed in the column header. If omitted, the `field` value is used as the header text.\n * \\@default 'undefined'\n * @type {?}\n */\nColumnDirective.prototype.headerText;\n/**\n * Aligns the text in the column header. By default, the alignment corresponds to other content alignments.\n * \\@default null\n * \\@aspdefaultvalueignore\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Grids.TextAlign\n * @type {?}\n */\nColumnDirective.prototype.headerTextAlign;\n/**\n * Adjusts column visibility based on [Media Queries](http://cssmediaqueries.com/what-are-css-media-queries.html). Accepts valid CSS media query strings for responsive adjustments.\n * \\@default 'undefined'\n * @type {?}\n */\nColumnDirective.prototype.hideAtMedia;\n/**\n * Allows the column to be frozen, keeping it stationary while scrolling horizontally through the grid.\n * \\@default false\n * @type {?}\n */\nColumnDirective.prototype.isFrozen;\n/**\n * Identifies the column as an identity column in database terms, if set to `true`.\n * \\@default false\n * @type {?}\n */\nColumnDirective.prototype.isIdentity;\n/**\n * Identifies the column as a primary key if set to `true`, enforcing uniqueness.\n * \\@default false\n * @type {?}\n */\nColumnDirective.prototype.isPrimaryKey;\n/**\n * Prevents column reordering when set to true, locking the column into a set position.\n * \\@default false\n * @type {?}\n */\nColumnDirective.prototype.lockColumn;\n/**\n * Defines the maximum allowable width of the column in pixels or as a percentage, preventing resizing beyond this limit.\n * \\@default 'undefined'\n * @type {?}\n */\nColumnDirective.prototype.maxWidth;\n/**\n * Determines the minimum width of the column in pixels or percentage. This ensures the column does not shrink below this size.\n * \\@default 'undefined'\n * @type {?}\n */\nColumnDirective.prototype.minWidth;\n/**\n * Displays checkboxes in the column when enabled, allowing for selections and certain operations.\n * \\@default false\n * @type {?}\n */\nColumnDirective.prototype.showCheckbox;\n/**\n * Decides if the column menu should be available, providing options for column customization.\n * \\@default true\n * @type {?}\n */\nColumnDirective.prototype.showColumnMenu;\n/**\n * Determines whether the column should appear in the Column Chooser. Set to false to exclude it.\n * \\@default true\n * @type {?}\n */\nColumnDirective.prototype.showInColumnChooser;\n/**\n * Provides a custom sort comparer property to control how sorting is handled for this column's data.\n * \\@default 'undefined'\n * @type {?}\n */\nColumnDirective.prototype.sortComparer;\n/**\n * Specifies the horizontal alignment for the column content and header. Options include alignment to the left, center, or right.\n * \\@default Syncfusion.EJ2.Grids.TextAlign.Left\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Grids.TextAlign\n * @type {?}\n */\nColumnDirective.prototype.textAlign;\n/**\n * Retrieves the unique identifier for the column. This UID is used internally to reference and manipulate the column.\n * \\@default 'undefined'\n * @type {?}\n */\nColumnDirective.prototype.uid;\n/**\n * Establishes validation rules to ensure data integrity during creation and updates.\n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.validationRules;\n/**\n * Applies custom cell values using an external function, allowing for dynamic display adjustments.\n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.valueAccessor;\n/**\n * Toggles the visibility of the column. Set to false to hide the column from view. Columns are visible by default.\n * \\@default true\n * @type {?}\n */\nColumnDirective.prototype.visible;\n/**\n * Sets the column's width in pixels or as a percentage. This defines how the column will occupy space in the grid.\n * \\@default 'undefined'\n * @type {?}\n */\nColumnDirective.prototype.width;\n/**\n * Customizes the rendering of cell content using either a template string or HTML element ID.\n * \\@default null\n * \\@asptype string\n * @type {?}\n */\nColumnDirective.prototype.template;\n/**\n * Customizes the header content with a template, defined as a string or an HTML element ID.\n * \\@default null\n * \\@asptype string\n * @type {?}\n */\nColumnDirective.prototype.headerTemplate;\n/** @type {?} */\nColumnDirective.prototype.filter_itemTemplate;\n/**\n * Specifies a custom template or UI for filtering within this column, utilizing either string templates or HTML element IDs.\n * \\@aspignore\n * @type {?}\n */\nColumnDirective.prototype.filterTemplate;\n/** @type {?} */\nColumnDirective.prototype.commandsTemplate;\n/**\n * Provides a template for editing cells in this column, supporting either a template string or an HTML element ID.\n * \\@aspignore\n * @type {?}\n */\nColumnDirective.prototype.editTemplate;\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-treegrid>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 { 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[] = ['allowEditing', 'allowFiltering', 'allowReordering', 'allowResizing', 'allowSorting', 'clipMode', 'columns', 'commands', 'customAttributes', 'defaultValue', 'disableHtmlEncode', 'displayAsCheckBox', 'edit', 'editTemplate', 'editType', 'field', 'filter', 'filterBarTemplate', 'filterTemplate', 'format', 'formatter', 'freeze', 'headerTemplate', 'headerText', 'headerTextAlign', 'hideAtMedia', 'isFrozen', 'isIdentity', 'isPrimaryKey', 'lockColumn', 'maxWidth', 'minWidth', 'showCheckbox', 'showColumnMenu', 'showInColumnChooser', 'sortComparer', 'template', 'textAlign', 'type', 'uid', 'validationRules', 'valueAccessor', 'visible', 'width'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-stacked-column` directive represent the stacked column of the Angular TreeGrid.\n * It must be contained in a StackedColumns component(`e-stacked-columns`). \n * ```html\n * <ejs-treegrid [dataSource]='data' allowPaging='true' allowSorting='true'> \n * <e-columns>\n * <e-column field='ID' width='100'></e-column>\n * <e-column headerText='Details' width='100'>\n * <e-stacked-columns>\n * <e-stacked-column field='Name' width='140'></e-stacked-column>\n * </e-stacked-columns>\n * </e-column>\n * </e-columns>\n * </ejs-treegrid>\n * ```\n */\nexport class StackedColumnDirective extends ComplexBase<StackedColumnDirective> {\npublic directivePropList: any;\n/**\n * Defines the type of data stored in the column, which may be string, number, date, or other types.\n * \\@default null\n */\npublic type: any;\n/**\n * Controls whether editing is permitted for the column. By default, all columns are editable.\n * \\@default true\n */\npublic allowEditing: any;\n/**\n * Controls whether the column supports filtering. If set to false, users cannot filter data by this column.\n * \\@default true\n */\npublic allowFiltering: any;\n/**\n * Enables or disables the reordering of this column via drag-and-drop. Allows for dynamic column adjustments.\n * \\@default true\n */\npublic allowReordering: any;\n/**\n * Determines if this column can be resized. If false, the column size is fixed.\n * \\@default true\n */\npublic allowResizing: any;\n/**\n * Specifies whether sorting is enabled for this column. Set to false to prevent sort actions.\n * \\@default true\n */\npublic allowSorting: any;\n/**\n * Determines how overflow content is handled within a cell. Options include: \n * * `Clip`: Truncates the content. \n * * `Ellipsis`: Shows ellipsis for overflow. \n * * `EllipsisWithTooltip`: Shows ellipsis and tooltip on hover.\n * \\@default Syncfusion.EJ2.Grids.ClipMode.Ellipsis\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Grids.ClipMode\n */\npublic clipMode: any;\n/**\n * Allows for the creation of stacked headers by using multiple rows in the grid's header.\n * \\@default null\n */\npublic columns: any;\n/**\n * Provides built-in command button options for cells. Options include Edit, Delete, Save, and Cancel. \n * Custom command button implementations are possible.\n * \n * The following code example implements the custom command column.\n * ```html\n * <style type=\"text/css\" class=\"cssStyles\">\n * .details-icon:before\n * {\n * content:\"\\e74d\";\n * }\n * </style>\n * <div id=\"TreeGrid\"></div>\n * ```\n * ```typescript\n * var gridObj = new TreeGrid({\n * datasource: window.gridData,\n * columns : [\n * { field: 'CustomerID', headerText: 'Customer ID' },\n * { field: 'CustomerName', headerText: 'Customer Name' },\n * {commands: [{buttonOption:{content: 'Details', click: onClick, cssClass: details-icon}}], headerText: 'Customer Details'}\n * ]\n * gridObj.appendTo(\"#TreeGrid\");\n * ```\n * \n * \\@default null\n */\npublic commands: any;\n/**\n * Enables the addition of CSS styles and attributes for the content cells in a particular column.\n * \\@default null\n */\npublic customAttributes: any;\n/**\n * Sets default values when new records are added to the TreeGrid involving this column.\n * \\@default null\n */\npublic defaultValue: any;\n/**\n * If set to `true`, the HTML content within header and content cells is encoded to prevent injection attacks.\n * \\@default true\n */\npublic disableHtmlEncode: any;\n/**\n * Displays the column value as a checkbox instead of a Boolean value when set to `true`.\n * \\@default false\n */\npublic displayAsCheckBox: any;\n/**\n * Allows customizing the default edit cell through the `IEditCell` object for more control over editing.\n * \\@default {}\n */\npublic edit: any;\n/**\n * Specifies the component type used for editing cells within this column.\n * \\@default 'stringedit'\n */\npublic editType: any;\n/**\n * Specifies the field name in the data source to which the column is bound. This field is used for operations like sorting and filtering. \n * The field name must be a valid JavaScript identifier, beginning with a letter and avoiding spaces and special characters.\n * \\@default 'undefined'\n */\npublic field: any;\n/**\n * Customizes filter options for the column, enabling specialized filtering functionality.\n * \\@default null\n */\npublic filter: any;\n/**\n * Allows for a custom component within the filter bar, facilitating advanced filter interfaces. \n * Includes create and read functions for custom component management.\n * \n * ```html\n * <div id=\"TreeGrid\"></div>\n * ```\n * ```typescript\n * let gridObj: TreeGrid = new TreeGrid({\n * dataSource: filterData,\n * columns: [\n * { field: 'OrderID', headerText: 'Order ID' },\n * {\n * field: 'EmployeeID', filterBarTemplate: {\n * create: (args: { element: Element, column: Column }) => {\n * let input: HTMLInputElement = document.createElement('input');\n * input.id = 'EmployeeID';\n * input.type = 'text';\n * return input;\n * },\n * write: (args: { element: Element, column: Column }) => {\n * args.element.addEventListener('input', args.column.filterBarTemplate.read as EventListener);\n * },\n * read: (args: { element: HTMLInputElement, columnIndex: number, column: Column }) => {\n * gridObj.filterByColumn(args.element.id, 'equal', args.element.value);\n * }\n * }\n * }],\n * allowFiltering: true\n * });\n * gridObj.appendTo('#TreeGrid');\n * ```\n * \n * \\@default null\n */\npublic filterBarTemplate: any;\n/**\n * Formats the displayed value of the column without affecting the underlying data. Supports standard and custom formats for numbers and dates.\n * \n * References for [number](https://ej2.syncfusion.com/documentation/common/internationalization/#supported-format-string)\n * and [date](https://ej2.syncfusion.com/documentation/common/internationalization#date-formatting) formats. \n * \\@default null\n * \\@asptype string\n */\npublic format: any;\n/**\n * Allows for custom cell content formatting using an external method, executed prior to rendering.\n * \\@default null\n */\npublic formatter: any;\n/**\n * Determines which side (left, right, or center) the column should be frozen on.\n * \\@default Syncfusion.EJ2.Grids.FreezeDirection.None\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Grids.FreezeDirection\n */\npublic freeze: any;\n/**\n * Specifies the text displayed in the column header. If omitted, the `field` value is used as the header text.\n * \\@default 'undefined'\n */\npublic headerText: any;\n/**\n * Aligns the text in the column header. By default, the alignment corresponds to other content alignments.\n * \\@default null\n * \\@aspdefaultvalueignore\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Grids.TextAlign\n */\npublic headerTextAlign: any;\n/**\n * Adjusts column visibility based on [Media Queries](http://cssmediaqueries.com/what-are-css-media-queries.html). Accepts valid CSS media query strings for responsive adjustments.\n * \\@default 'undefined'\n */\npublic hideAtMedia: any;\n/**\n * Allows the column to be frozen, keeping it stationary while scrolling horizontally through the grid.\n * \\@default false\n */\npublic isFrozen: any;\n/**\n * Identifies the column as an identity column in database terms, if set to `true`.\n * \\@default false\n */\npublic isIdentity: any;\n/**\n * Identifies the column as a primary key if set to `true`, enforcing uniqueness.\n * \\@default false\n */\npublic isPrimaryKey: any;\n/**\n * Prevents column reordering when set to true, locking the column into a set position.\n * \\@default false\n */\npublic lockColumn: any;\n/**\n * Defines the maximum allowable width of the column in pixels or as a percentage, preventing resizing beyond this limit.\n * \\@default 'undefined'\n */\npublic maxWidth: any;\n/**\n * Determines the minimum width of the column in pixels or percentage. This ensures the column does not shrink below this size.\n * \\@default 'undefined'\n */\npublic minWidth: any;\n/**\n * Displays checkboxes in the column when enabled, allowing for selections and certain operations.\n * \\@default false\n */\npublic showCheckbox: any;\n/**\n * Decides if the column menu should be available, providing options for column customization.\n * \\@default true\n */\npublic showColumnMenu: any;\n/**\n * Determines whether the column should appear in the Column Chooser. Set to false to exclude it.\n * \\@default true\n */\npublic showInColumnChooser: any;\n/**\n * Provides a custom sort comparer property to control how sorting is handled for this column's data.\n * \\@default 'undefined'\n */\npublic sortComparer: any;\n/**\n * Specifies the horizontal alignment for the column content and header. Options include alignment to the left, center, or right.\n * \\@default Syncfusion.EJ2.Grids.TextAlign.Left\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Grids.TextAlign\n */\npublic textAlign: any;\n/**\n * Retrieves the unique identifier for the column. This UID is used internally to reference and manipulate the column.\n * \\@default 'undefined'\n */\npublic uid: any;\n/**\n * Establishes validation rules to ensure data integrity during creation and updates.\n * \\@default null\n */\npublic validationRules: any;\n/**\n * Applies custom cell values using an external function, allowing for dynamic display adjustments.\n * \\@default null\n */\npublic valueAccessor: any;\n/**\n * Toggles the visibility of the column. Set to false to hide the column from view. Columns are visible by default.\n * \\@default true\n */\npublic visible: any;\n/**\n * Sets the column's width in pixels or as a percentage. This defines how the column will occupy space in the grid.\n * \\@default 'undefined'\n */\npublic width: any;\n/**\n * Customizes the rendering of cell content using either a template string or HTML element ID.\n * \\@default null\n * \\@asptype string\n */\n@Template()\n public template: any;\n/**\n * Customizes the header content with a template, defined as a string or an HTML element ID.\n * \\@default null\n * \\@asptype string\n */\n@Template()\n public headerTemplate: any;\n \n @Template()\npublic filter_itemTemplate: any;\n/**\n * Specifies a custom template or UI for filtering within this column, utilizing either string templates or HTML element IDs.\n * \\@aspignore\n */\n@Template()\n public filterTemplate: any;\n \n @Template()\npublic commandsTemplate: any;\n/**\n * Provides a template for editing cells in this column, supporting either a template string or an HTML element ID.\n * \\@aspignore\n */\n@Template()\n public editTemplate: 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-treegrid>e-columns>e-column>e-stacked-columns>e-stacked-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'filter_itemTemplate': [{ type: ContentChild, args: ['filterItemTemplate', ] },],\n'filterTemplate': [{ type: ContentChild, args: ['filterTemplate', ] },],\n'commandsTemplate': [{ type: ContentChild, args: ['commandsTemplate', ] },],\n'editTemplate': [{ type: ContentChild, args: ['editTemplate', ] },],\n};\n}\n\nfunction StackedColumnDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStackedColumnDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStackedColumnDirective.ctorParameters;\n/** @type {?} */\nStackedColumnDirective.propDecorators;\n/** @type {?} */\nStackedColumnDirective.prototype.directivePropList;\n/**\n * Defines the type of data stored in the column, which may be string, number, date, or other types.\n * \\@default null\n * @type {?}\n */\nStackedColumnDirective.prototype.type;\n/**\n * Controls whether editing is permitted for the column. By default, all columns are editable.\n * \\@default true\n * @type {?}\n */\nStackedColumnDirective.prototype.allowEditing;\n/**\n * Controls whether the column supports filtering. If set to false, users cannot filter data by this column.\n * \\@default true\n * @type {?}\n */\nStackedColumnDirective.prototype.allowFiltering;\n/**\n * Enables or disables the reordering of this column via drag-and-drop. Allows for dynamic column adjustments.\n * \\@default true\n * @type {?}\n */\nStackedColumnDirective.prototype.allowReordering;\n/**\n * Determines if this column can be resized. If false, the column size is fixed.\n * \\@default true\n * @type {?}\n */\nStackedColumnDirective.prototype.allowResizing;\n/**\n * Specifies whether sorting is enabled for this column. Set to false to prevent sort actions.\n * \\@default true\n * @type {?}\n */\nStackedColumnDirective.prototype.allowSorting;\n/**\n * Determines how overflow content is handled within a cell. Options include: \n * * `Clip`: Truncates the content. \n * * `Ellipsis`: Shows ellipsis for overflow. \n * * `EllipsisWithTooltip`: Shows ellipsis and tooltip on hover.\n * \\@default Syncfusion.EJ2.Grids.ClipMode.Ellipsis\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Grids.ClipMode\n * @type {?}\n */\nStackedColumnDirective.prototype.clipMode;\n/**\n * Allows for the creation of stacked headers by using multiple rows in the grid's header.\n * \\@default null\n * @type {?}\n */\nStackedColumnDirective.prototype.columns;\n/**\n * Provides built-in command button options for cells. Options include Edit, Delete, Save, and Cancel. \n * Custom command button implementations are possible.\n * \n * The following code example implements the custom command column.\n * ```html\n * <style type=\"text/css\" class=\"cssStyles\">\n * .details-icon:before\n * {\n * content:\"\\e74d\";\n * }\n * </style>\n * <div id=\"TreeGrid\"></div>\n * ```\n * ```typescript\n * var gridObj = new TreeGrid({\n * datasource: window.gridData,\n * columns : [\n * { field: 'CustomerID', headerText: 'Customer ID' },\n * { field: 'CustomerName', headerText: 'Customer Name' },\n * {commands: [{buttonOption:{content: 'Details', click: onClick, cssClass: details-icon}}], headerText: 'Customer Details'}\n * ]\n * gridObj.appendTo(\"#TreeGrid\");\n * ```\n * \n * \\@default null\n * @type {?}\n */\nStackedColumnDirective.prototype.commands;\n/**\n * Enables the addition of CSS styles and attributes for the content cells in a particular column.\n * \\@default null\n * @type {?}\n */\nStackedColumnDirective.prototype.customAttributes;\n/**\n * Sets default values when new records are added to the TreeGrid involving this column.\n * \\@default null\n * @type {?}\n */\nStackedColumnDirective.prototype.defaultValue;\n/**\n * If set to `true`, the HTML content within header and content cells is encoded to prevent injection attacks.\n * \\@default true\n * @type {?}\n */\nStackedColumnDirective.prototype.disableHtmlEncode;\n/**\n * Displays the column value as a checkbox instead of a Boolean value when set to `true`.\n * \\@default false\n * @type {?}\n */\nStackedColumnDirective.prototype.displayAsCheckBox;\n/**\n * Allows customizing the default edit cell through the `IEditCell` object for more control over editing.\n * \\@default {}\n * @type {?}\n */\nStackedColumnDirective.prototype.edit;\n/**\n * Specifies the component type used for editing cells within this column.\n * \\@default 'stringedit'\n * @type {?}\n */\nStackedColumnDirective.prototype.editType;\n/**\n * Specifies the field name in the data source to which the column is bound. This field is used for operations like sorting and filtering. \n * The field name must be a valid JavaScript identifier, beginning with a letter and avoiding spaces and special characters.\n * \\@default 'undefined'\n * @type {?}\n */\nStackedColumnDirective.prototype.field;\n/**\n * Customizes filter options for the column, enabling specialized filtering functionality.\n * \\@default null\n * @type {?}\n */\nStackedColumnDirective.prototype.filter;\n/**\n * Allows for a custom component within the filter bar, facilitating advanced filter interfaces. \n * Includes create and read functions for custom component management.\n * \n * ```html\n * <div id=\"TreeGrid\"></div>\n * ```\n * ```typescript\n * let gridObj: TreeGrid = new TreeGrid({\n * dataSource: filterData,\n * columns: [\n * { field: 'OrderID', headerText: 'Order ID' },\n * {\n * field: 'EmployeeID', filterBarTemplate: {\n * create: (args: { element: Element, column: Column }) => {\n * let input: HTMLInputElement = document.createElement('input');\n * input.id = 'EmployeeID';\n * input.type = 'text';\n * return input;\n * },\n * write: (args: { element: Element, column: Column }) => {\n * args.element.addEventListener('input', args.column.filterBarTemplate.read as EventListener);\n * },\n * read: (args: { element: HTMLInputElement, columnIndex: number, column: Column }) => {\n * gridObj.filterByColumn(args.element.id, 'equal', args.element.value);\n * }\n * }\n * }],\n * allowFiltering: true\n * });\n * gridObj.appendTo('#TreeGrid');\n * ```\n * \n * \\@default null\n * @type {?}\n */\nStackedColumnDirective.prototype.filterBarTemplate;\n/**\n * Formats the displayed value of the column without affecting the underlying data. Supports standard and custom formats for numbers and dates.\n * \n * References for [number](https://ej2.syncfusion.com/documentation/common/internationalization/#supported-format-string)\n * and [date](https://ej2.syncfusion.com/documentation/common/internationalization#date-formatting) formats. \n * \\@default null\n * \\@asptype string\n * @type {?}\n */\nStackedColumnDirective.prototype.format;\n/**\n * Allows for custom cell content formatting using an external method, executed prior to rendering.\n * \\@default null\n * @type {?}\n */\nStackedColumnDirective.prototype.formatter;\n/**\n * Determines which side (left, right, or center) the column should be frozen on.\n * \\@default Syncfusion.EJ2.Grids.FreezeDirection.None\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Grids.FreezeDirection\n * @type {?}\n */\nStackedColumnDirective.prototype.freeze;\n/**\n * Specifies the text displayed in the column header. If omitted, the `field` value is used as the header text.\n * \\@default 'undefined'\n * @type {?}\n */\nStackedColumnDirective.prototype.headerText;\n/**\n * Aligns the text in the column header. By default, the alignment corresponds to other content alignments.\n * \\@default null\n * \\@aspdefaultvalueignore\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Grids.TextAlign\n * @type {?}\n */\nStackedColumnDirective.prototype.headerTextAlign;\n/**\n * Adjusts column visibility based on [Media Queries](http://cssmediaqueries.com/what-are-css-media-queries.html). Accepts valid CSS media query strings for responsive adjustments.\n * \\@default 'undefined'\n * @type {?}\n */\nStackedColumnDirective.prototype.hideAtMedia;\n/**\n * Allows the column to be frozen, keeping it stationary while scrolling horizontally through the grid.\n * \\@default false\n * @type {?}\n */\nStackedColumnDirective.prototype.isFrozen;\n/**\n * Identifies the column as an identity column in database terms, if set to `true`.\n * \\@default false\n * @type {?}\n */\nStackedColumnDirective.prototype.isIdentity;\n/**\n * Identifies the column as a primary key if set to `true`, enforcing uniqueness.\n * \\@default false\n * @type {?}\n */\nStackedColumnDirective.prototype.isPrimaryKey;\n/**\n * Prevents column reordering when set to true, locking the column into a set position.\n * \\@default false\n * @type {?}\n */\nStackedColumnDirective.prototype.lockColumn;\n/**\n * Defines the maximum allowable width of the column in pixels or as a percentage, preventing resizing beyond this limit.\n * \\@default 'undefined'\n * @type {?}\n */\nStackedColumnDirective.prototype.maxWidth;\n/**\n * Determines the minimum width of the column in pixels or percentage. This ensures the column does not shrink below this size.\n * \\@default 'undefined'\n * @type {?}\n */\nStackedColumnDirective.prototype.minWidth;\n/**\n * Displays checkboxes in the column when enabled, allowing for selections and certain operations.\n * \\@default false\n * @type {?}\n */\nStackedColumnDirective.prototype.showCheckbox;\n/**\n * Decides if the column menu should be available, providing options for column customization.\n * \\@default true\n * @type {?}\n */\nStackedColumnDirective.prototype.showColumnMenu;\n/**\n * Determines whether the column should appear in the Column Chooser. Set to false to exclude it.\n * \\@default true\n * @type {?}\n */\nStackedColumnDirective.prototype.showInColumnChooser;\n/**\n * Provides a custom sort comparer property to control how sorting is handled for this column's data.\n * \\@default 'undefined'\n * @type {?}\n */\nStackedColumnDirective.prototype.sortComparer;\n/**\n * Specifies the horizontal alignment for the column content and header. Options include alignment to the left, center, or right.\n * \\@default Syncfusion.EJ2.Grids.TextAlign.Left\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Grids.TextAlign\n * @type {?}\n */\nStackedColumnDirective.prototype.textAlign;\n/**\n * Retrieves the unique identifier for the column. This UID is used internally to reference and manipulate the column.\n * \\@default 'undefined'\n * @type {?}\n */\nStackedColumnDirective.prototype.uid;\n/**\n * Establishes validation rules to ensure data integrity during creation and updates.\n * \\@default null\n * @type {?}\n */\nStackedColumnDirective.prototype.validationRules;\n/**\n * Applies custom cell values using an external function, allowing for dynamic display adjustments.\n * \\@default null\n * @type {?}\n */\nStackedColumnDirective.prototype.valueAccessor;\n/**\n * Toggles the visibility of the column. Set to false to hide the column from view. Columns are visible by default.\n * \\@default true\n * @type {?}\n */\nStackedColumnDirective.prototype.visible;\n/**\n * Sets the column's width in pixels or as a percentage. This defines how the column will occupy space in the grid.\n * \\@default 'undefined'\n * @type {?}\n */\nStackedColumnDirective.prototype.width;\n/**\n * Customizes the rendering of cell content using either a template string or HTML element ID.\n * \\@default null\n * \\@asptype string\n * @type {?}\n */\nStackedColumnDirective.prototype.template;\n/**\n * Customizes the header content with a template, defined as a string or an HTML element ID.\n * \\@default null\n * \\@asptype string\n * @type {?}\n */\nStackedColumnDirective.prototype.headerTemplate;\n/** @type {?} */\nStackedColumnDirective.prototype.filter_itemTemplate;\n/**\n * Specifies a custom template or UI for filtering within this column, utilizing either string templates or HTML element IDs.\n * \\@aspignore\n * @type {?}\n */\nStackedColumnDirective.prototype.filterTemplate;\n/** @type {?} */\nStackedColumnDirective.prototype.commandsTemplate;\n/**\n * Provides a template for editing cells in this column, supporting either a template string or an HTML element ID.\n * \\@aspignore\n * @type {?}\n */\nStackedColumnDirective.prototype.editTemplate;\n/** @type {?} */\nStackedColumnDirective.prototype.viewContainerRef;\n}\n\n/**\n * StackedColumn Array Directive\n */\nexport class StackedColumnsDirective extends ArrayBase<StackedColumnsDirective> {\nconstructor() {\n super('columns');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-treegrid>e-columns>e-column>e-stacked-columns',\n queries: {\n children: new ContentChildren(StackedColumnDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction StackedColumnsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStackedColumnsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStackedColumnsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["CommonModule","NgModule","InfiniteScroll","Logger","ColumnChooser","Freeze","RowDD","DetailRow","VirtualScroll","Selection","Edit","ContextMenu","CommandColumn","PdfExport","ExcelExport","ColumnMenu","Resize","Aggregate","Toolbar","Reorder","Sort","Page","Filter","TreeGridComponent","Injector","ViewContainerRef","Renderer2","__metadata","ElementRef","ComponentMixins","ComponentBase","__decorate","Template","ContentChild","ChangeDetectionStrategy","outputs","Component","TreeGrid","setValue","ContentChildren","Directive","ArrayBase","input","ComplexBase"],"mappings":"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"}
@@ -0,0 +1,11 @@
1
+ /*!
2
+ * filename: ej2-angular-treegrid.umd.min.js
3
+ * version : 30.1.38
4
+ * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
10
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-treegrid"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-treegrid","@angular/common"],t):t(e["ej2-angular-treegrid"]={},e.ng.core,e.ej2.angular.base,e.ej2.treegrid,e.ng.common)}(this,function(e,t,r,o,n){"use strict";var i=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function o(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(o.prototype=r.prototype,new o)}}(),a=this&&this.__decorate||function(e,t,r,o){var n,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,o);else for(var l=e.length-1;l>=0;l--)(n=e[l])&&(a=(i<3?n(a):i>3?n(t,r,a):n(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a},l=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},d=["allowEditing","allowFiltering","allowReordering","allowResizing","allowSorting","clipMode","columns","commands","customAttributes","defaultValue","disableHtmlEncode","displayAsCheckBox","edit","editTemplate","editType","field","filter","filterBarTemplate","filterTemplate","format","formatter","freeze","headerTemplate","headerText","headerTextAlign","hideAtMedia","isFrozen","isIdentity","isPrimaryKey","lockColumn","maxWidth","minWidth","showCheckbox","showColumnMenu","showInColumnChooser","sortComparer","template","textAlign","type","uid","validationRules","valueAccessor","visible","width"],c=[],s=function(e){function t(t){var o=e.call(this)||this;return o.viewContainerRef=t,r.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(c),o.directivePropList=d,o}return i(t,e),t}(r.ComplexBase);s.decorators=[{type:t.Directive,args:[{selector:"ejs-treegrid>e-columns>e-column>e-stacked-columns>e-stacked-column",inputs:d,outputs:c,queries:{}}]}],s.ctorParameters=function(){return[{type:t.ViewContainerRef}]},s.propDecorators={template:[{type:t.ContentChild,args:["template"]}],headerTemplate:[{type:t.ContentChild,args:["headerTemplate"]}],filter_itemTemplate:[{type:t.ContentChild,args:["filterItemTemplate"]}],filterTemplate:[{type:t.ContentChild,args:["filterTemplate"]}],commandsTemplate:[{type:t.ContentChild,args:["commandsTemplate"]}],editTemplate:[{type:t.ContentChild,args:["editTemplate"]}]},a([r.Template(),l("design:type",Object)],s.prototype,"template",void 0),a([r.Template(),l("design:type",Object)],s.prototype,"headerTemplate",void 0),a([r.Template(),l("design:type",Object)],s.prototype,"filter_itemTemplate",void 0),a([r.Template(),l("design:type",Object)],s.prototype,"filterTemplate",void 0),a([r.Template(),l("design:type",Object)],s.prototype,"commandsTemplate",void 0),a([r.Template(),l("design:type",Object)],s.prototype,"editTemplate",void 0);var u=function(e){function t(){return e.call(this,"columns")||this}return i(t,e),t}(r.ArrayBase);u.decorators=[{type:t.Directive,args:[{selector:"ejs-treegrid>e-columns>e-column>e-stacked-columns",queries:{children:new t.ContentChildren(s)}}]}],u.ctorParameters=function(){return[]};var p=this&&this.__decorate||function(e,t,r,o){var n,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,o);else for(var l=e.length-1;l>=0;l--)(n=e[l])&&(a=(i<3?n(a):i>3?n(t,r,a):n(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a},g=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},m=["allowEditing","allowFiltering","allowReordering","allowResizing","allowSorting","clipMode","columns","commands","customAttributes","defaultValue","disableHtmlEncode","displayAsCheckBox","edit","editTemplate","editType","field","filter","filterBarTemplate","filterTemplate","format","formatter","freeze","headerTemplate","headerText","headerTextAlign","hideAtMedia","isFrozen","isIdentity","isPrimaryKey","lockColumn","maxWidth","minWidth","showCheckbox","showColumnMenu","showInColumnChooser","sortComparer","template","textAlign","type","uid","validationRules","valueAccessor","visible","width"],f=[],h=function(e){function t(t){var o=e.call(this)||this;return o.viewContainerRef=t,o.tags=["columns"],r.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(f),o.directivePropList=m,o}return i(t,e),t}(r.ComplexBase);h.decorators=[{type:t.Directive,args:[{selector:"ejs-treegrid>e-columns>e-column",inputs:m,outputs:f,queries:{childColumns:new t.ContentChild(u)}}]}],h.ctorParameters=function(){return[{type:t.ViewContainerRef}]},h.propDecorators={template:[{type:t.ContentChild,args:["template"]}],headerTemplate:[{type:t.ContentChild,args:["headerTemplate"]}],filter_itemTemplate:[{type:t.ContentChild,args:["filterItemTemplate"]}],filterTemplate:[{type:t.ContentChild,args:["filterTemplate"]}],commandsTemplate:[{type:t.ContentChild,args:["commandsTemplate"]}],editTemplate:[{type:t.ContentChild,args:["editTemplate"]}]},p([r.Template(),g("design:type",Object)],h.prototype,"template",void 0),p([r.Template(),g("design:type",Object)],h.prototype,"headerTemplate",void 0),p([r.Template(),g("design:type",Object)],h.prototype,"filter_itemTemplate",void 0),p([r.Template(),g("design:type",Object)],h.prototype,"filterTemplate",void 0),p([r.Template(),g("design:type",Object)],h.prototype,"commandsTemplate",void 0),p([r.Template(),g("design:type",Object)],h.prototype,"editTemplate",void 0);var C=function(e){function t(){return e.call(this,"columns")||this}return i(t,e),t}(r.ArrayBase);C.decorators=[{type:t.Directive,args:[{selector:"ejs-treegrid>e-columns",queries:{children:new t.ContentChildren(h)}}]}],C.ctorParameters=function(){return[]};var y=this&&this.__decorate||function(e,t,r,o){var n,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,o);else for(var l=e.length-1;l>=0;l--)(n=e[l])&&(a=(i<3?n(a):i>3?n(t,r,a):n(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a},T=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},v=["columnName","customAggregate","field","footerTemplate","format","type"],b=[],S=function(e){function t(t){var o=e.call(this)||this;return o.viewContainerRef=t,r.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(b),o.directivePropList=v,o}return i(t,e),t}(r.ComplexBase);S.decorators=[{type:t.Directive,args:[{selector:"ejs-treegrid>e-aggregates>e-aggregate>e-columns>e-column",inputs:v,outputs:b,queries:{}}]}],S.ctorParameters=function(){return[{type:t.ViewContainerRef}]},S.propDecorators={footerTemplate:[{type:t.ContentChild,args:["footerTemplate"]}]},y([r.Template(),T("design:type",Object)],S.prototype,"footerTemplate",void 0);var w=function(e){function t(){return e.call(this,"columns")||this}return i(t,e),t}(r.ArrayBase);w.decorators=[{type:t.Directive,args:[{selector:"ejs-treegrid>e-aggregates>e-aggregate>e-columns",queries:{children:new t.ContentChildren(S)}}]}],w.ctorParameters=function(){return[]};var x=["columns","showChildSummary"],j=[],R=function(e){function t(t){var o=e.call(this)||this;return o.viewContainerRef=t,o.tags=["columns"],r.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(j),o.directivePropList=x,o}return i(t,e),t}(r.ComplexBase);R.decorators=[{type:t.Directive,args:[{selector:"ejs-treegrid>e-aggregates>e-aggregate",inputs:x,outputs:j,queries:{childColumns:new t.ContentChild(w)}}]}],R.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var D=function(e){function t(){return e.call(this,"aggregates")||this}return i(t,e),t}(r.ArrayBase);D.decorators=[{type:t.Directive,args:[{selector:"ejs-treegrid>e-aggregates",queries:{children:new t.ContentChildren(R)}}]}],D.ctorParameters=function(){return[]};var M=this&&this.__decorate||function(e,t,r,o){var n,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,o);else for(var l=e.length-1;l>=0;l--)(n=e[l])&&(a=(i<3?n(a):i>3?n(t,r,a):n(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a},E=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},O=["aggregates","allowExcelExport","allowFiltering","allowMultiSorting","allowPaging","allowPdfExport","allowReordering","allowResizing","allowRowDragAndDrop","allowSelection","allowSorting","allowTextWrap","autoCheckHierarchy","childMapping","clipMode","columnMenuItems","columnQueryMode","columns","contextMenuItems","copyHierarchyMode","currencyCode","dataSource","detailTemplate","editSettings","enableAdaptiveUI","enableAltRow","enableAutoFill","enableCollapseAll","enableColumnVirtualization","enableHover","enableHtmlSanitizer","enableImmutableMode","enableInfiniteScrolling","enablePersistence","enableRtl","enableStickyHeader","enableVirtualMaskRow","enableVirtualization","expandStateMapping","filterSettings","frozenColumns","frozenRows","gridLines","hasChildMapping","height","idMapping","infiniteScrollSettings","loadChildOnDemand","loadingIndicator","locale","pageSettings","parentIdMapping","printMode","query","rowDropSettings","rowHeight","rowTemplate","searchSettings","selectedRowIndex","selectionSettings","showColumnChooser","showColumnMenu","sortSettings","textWrapSettings","toolbar","treeColumnIndex","width"],P=["actionBegin","actionComplete","actionFailure","batchAdd","batchCancel","batchDelete","beforeBatchAdd","beforeBatchDelete","beforeBatchSave","beforeCopy","beforeDataBound","beforeExcelExport","beforePaste","beforePdfExport","beforePrint","beginEdit","cellDeselected","cellDeselecting","cellEdit","cellSave","cellSaved","cellSelected","cellSelecting","checkboxChange","collapsed","collapsing","columnDrag","columnDragStart","columnDrop","columnMenuClick","columnMenuOpen","contextMenuClick","contextMenuOpen","created","dataBound","dataSourceChanged","dataStateChange","detailDataBound","excelExportComplete","excelHeaderQueryCellInfo","excelQueryCellInfo","expanded","expanding","headerCellInfo","load","pdfExportComplete","pdfHeaderQueryCellInfo","pdfQueryCellInfo","printComplete","queryCellInfo","recordDoubleClick","resizeStart","resizeStop","resizing","rowDataBound","rowDeselected","rowDeselecting","rowDrag","rowDragStart","rowDragStartHelper","rowDrop","rowSelected","rowSelecting","toolbarClick","dataSourceChange"],G=["dataSource"];e.TreeGridComponent=function(e){function t(t,o,n,i){var a=e.call(this)||this;a.ngEle=t,a.srenderer=o,a.viewContainerRef=n,a.injector=i,a.tags=["columns","aggregates"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var l=a.injector.get("TreeGridFilter");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(d){}try{l=a.injector.get("TreeGridPage");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(c){}try{l=a.injector.get("TreeGridSort");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(s){}try{l=a.injector.get("TreeGridReorder");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(u){}try{l=a.injector.get("TreeGridToolbar");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(p){}try{l=a.injector.get("TreeGridAggregate");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(g){}try{l=a.injector.get("TreeGridResize");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(m){}try{l=a.injector.get("TreeGridColumnMenu");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(f){}try{l=a.injector.get("TreeGridExcelExport");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(h){}try{l=a.injector.get("TreeGridPdfExport");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(C){}try{l=a.injector.get("TreeGridCommandColumn");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(y){}try{l=a.injector.get("TreeGridContextMenu");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(T){}try{l=a.injector.get("TreeGridEdit");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(v){}try{l=a.injector.get("TreeGridSelection");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(b){}try{l=a.injector.get("TreeGridVirtualScroll");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(S){}try{l=a.injector.get("TreeGridDetailRow");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(w){}try{l=a.injector.get("TreeGridRowDD");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(x){}try{l=a.injector.get("TreeGridFreeze");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(j){}try{l=a.injector.get("TreeGridColumnChooser");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(R){}try{l=a.injector.get("TreeGridLogger");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(D){}try{l=a.injector.get("TreeGridInfiniteScroll");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(M){}return a.registerEvents(P),a.addTwoWay.call(a,G),r.setValue("currentInstance",a,a.viewContainerRef),a.context=new r.ComponentBase,a}return i(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childColumns,this.childAggregates&&(this.tagObjects[1].instance=this.childAggregates),this.context.ngAfterContentChecked(this)},t}(o.TreeGrid),e.TreeGridComponent.decorators=[{type:t.Component,args:[{selector:"ejs-treegrid",inputs:O,outputs:P,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childColumns:new t.ContentChild(C),childAggregates:new t.ContentChild(D)}}]}],e.TreeGridComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.TreeGridComponent.propDecorators={toolbarTemplate:[{type:t.ContentChild,args:["toolbarTemplate"]}],pagerTemplate:[{type:t.ContentChild,args:["pagerTemplate"]}],rowTemplate:[{type:t.ContentChild,args:["rowTemplate"]}],detailTemplate:[{type:t.ContentChild,args:["detailTemplate"]}],editSettings_template:[{type:t.ContentChild,args:["editSettingsTemplate"]}]},M([r.Template(),E("design:type",Object)],e.TreeGridComponent.prototype,"toolbarTemplate",void 0),M([r.Template(),E("design:type",Object)],e.TreeGridComponent.prototype,"pagerTemplate",void 0),M([r.Template(),E("design:type",Object)],e.TreeGridComponent.prototype,"rowTemplate",void 0),M([r.Template(),E("design:type",Object)],e.TreeGridComponent.prototype,"detailTemplate",void 0),M([r.Template(),E("design:type",Object)],e.TreeGridComponent.prototype,"editSettings_template",void 0),e.TreeGridComponent=M([r.ComponentMixins([r.ComponentBase]),E("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.TreeGridComponent);var A=function(){return function(){}}();A.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[e.TreeGridComponent,s,u,h,C,S,w,R,D],exports:[e.TreeGridComponent,s,u,h,C,S,w,R,D]}]}],A.ctorParameters=function(){return[]};var I={provide:"TreeGridFilter",useValue:o.Filter},V={provide:"TreeGridPage",useValue:o.Page},B={provide:"TreeGridSort",useValue:o.Sort},z={provide:"TreeGridReorder",useValue:o.Reorder},k={provide:"TreeGridToolbar",useValue:o.Toolbar},_={provide:"TreeGridAggregate",useValue:o.Aggregate},F={provide:"TreeGridResize",useValue:o.Resize},H={provide:"TreeGridColumnMenu",useValue:o.ColumnMenu},q={provide:"TreeGridExcelExport",useValue:o.ExcelExport},L={provide:"TreeGridPdfExport",useValue:o.PdfExport},W={provide:"TreeGridCommandColumn",useValue:o.CommandColumn},Q={provide:"TreeGridContextMenu",useValue:o.ContextMenu},N={provide:"TreeGridEdit",useValue:o.Edit},K={provide:"TreeGridSelection",useValue:o.Selection},U={provide:"TreeGridVirtualScroll",useValue:o.VirtualScroll},J={provide:"TreeGridDetailRow",useValue:o.DetailRow},X={provide:"TreeGridRowDD",useValue:o.RowDD},Y={provide:"TreeGridFreeze",useValue:o.Freeze},Z={provide:"TreeGridColumnChooser",useValue:o.ColumnChooser},$={provide:"TreeGridLogger",useValue:o.Logger},ee={provide:"TreeGridInfiniteScroll",useValue:o.InfiniteScroll},te=function(){return function(){}}();te.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule,A],exports:[A],providers:[I,V,B,z,k,_,F,H,q,L,W,Q,N,K,U,J,X,Y,Z,$,ee]}]}],te.ctorParameters=function(){return[]},e.StackedColumnDirective=s,e.StackedColumnsDirective=u,e.ColumnDirective=h,e.ColumnsDirective=C,e.AggregateColumnDirective=S,e.AggregateColumnsDirective=w,e.AggregateDirective=R,e.AggregatesDirective=D,e.TreeGridModule=A,e.TreeGridAllModule=te,e.FilterService=I,e.PageService=V,e.SortService=B,e.ReorderService=z,e.ToolbarService=k,e.AggregateService=_,e.ResizeService=F,e.ColumnMenuService=H,e.ExcelExportService=q,e.PdfExportService=L,e.CommandColumnService=W,e.ContextMenuService=Q,e.EditService=N,e.SelectionService=K,e.VirtualScrollService=U,e.DetailRowService=J,e.RowDDService=X,e.FreezeService=Y,e.ColumnChooserService=Z,e.LoggerService=$,e.InfiniteScrollService=ee,e.ɵa=O,e.ɵb=P,e.TreeGrid=o.TreeGrid,e.load=o.load,e.rowDataBound=o.rowDataBound,e.dataBound=o.dataBound,e.queryCellInfo=o.queryCellInfo,e.beforeDataBound=o.beforeDataBound,e.actionBegin=o.actionBegin,e.dataStateChange=o.dataStateChange,e.actionComplete=o.actionComplete,e.rowSelecting=o.rowSelecting,e.rowSelected=o.rowSelected,e.checkboxChange=o.checkboxChange,e.rowDeselected=o.rowDeselected,e.toolbarClick=o.toolbarClick,e.beforeExcelExport=o.beforeExcelExport,e.beforePdfExport=o.beforePdfExport,e.resizeStop=o.resizeStop,e.expanded=o.expanded,e.expanding=o.expanding,e.collapsed=o.collapsed,e.collapsing=o.collapsing,e.remoteExpand=o.remoteExpand,e.localPagedExpandCollapse=o.localPagedExpandCollapse,e.pagingActions=o.pagingActions,e.printGridInit=o.printGridInit,e.contextMenuOpen=o.contextMenuOpen,e.contextMenuClick=o.contextMenuClick,e.beforeCopy=o.beforeCopy,e.beforePaste=o.beforePaste,e.savePreviousRowPosition=o.savePreviousRowPosition,e.crudAction=o.crudAction,e.beginEdit=o.beginEdit,e.beginAdd=o.beginAdd,e.recordDoubleClick=o.recordDoubleClick,e.cellSave=o.cellSave,e.cellSaved=o.cellSaved,e.cellEdit=o.cellEdit,e.batchDelete=o.batchDelete,e.batchCancel=o.batchCancel,e.batchAdd=o.batchAdd,e.beforeBatchDelete=o.beforeBatchDelete,e.beforeBatchAdd=o.beforeBatchAdd,e.beforeBatchSave=o.beforeBatchSave,e.batchSave=o.batchSave,e.keyPressed=o.keyPressed,e.updateData=o.updateData,e.doubleTap=o.doubleTap,e.virtualColumnIndex=o.virtualColumnIndex,e.virtualActionArgs=o.virtualActionArgs,e.destroy=o.destroy,e.dataListener=o.dataListener,e.indexModifier=o.indexModifier,e.beforeStartEdit=o.beforeStartEdit,e.beforeBatchCancel=o.beforeBatchCancel,e.batchEditFormRendered=o.batchEditFormRendered,e.detailDataBound=o.detailDataBound,e.rowDrag=o.rowDrag,e.rowDragStartHelper=o.rowDragStartHelper,e.rowDrop=o.rowDrop,e.rowDragStart=o.rowDragStart,e.rowsAdd=o.rowsAdd,e.rowsRemove=o.rowsRemove,e.rowdraging=o.rowdraging,e.rowDropped=o.rowDropped,e.autoCol=o.autoCol,e.rowDeselecting=o.rowDeselecting,e.headerContent=o.headerContent,e.movableContent=o.movableContent,e.movableHeader=o.movableHeader,e.frozenContent=o.frozenContent,e.frozenHeader=o.frozenHeader,e.content=o.content,e.table=o.table,e.leftRight=o.leftRight,e.frozenRight=o.frozenRight,e.frozenLeft=o.frozenLeft,e.ariaColIndex=o.ariaColIndex,e.ariaRowIndex=o.ariaRowIndex,e.actionFailure=o.actionFailure,e.DataManipulation=o.DataManipulation,e.Reorder=o.Reorder,e.Resize=o.Resize,e.RowDD=o.RowDD,e.Column=o.Column,e.TreeGridColumn=o.TreeGridColumn,e.StackedColumn=o.StackedColumn,e.EditSettings=o.EditSettings,e.Predicate=o.Predicate,e.FilterSettings=o.FilterSettings,e.PageSettings=o.PageSettings,e.SearchSettings=o.SearchSettings,e.SelectionSettings=o.SelectionSettings,e.AggregateColumn=o.AggregateColumn,e.AggregateRow=o.AggregateRow,e.SortDescriptor=o.SortDescriptor,e.SortSettings=o.SortSettings,e.RowDropSettings=o.RowDropSettings,e.InfiniteScrollSettings=o.InfiniteScrollSettings,e.LoadingIndicator=o.LoadingIndicator,e.Render=o.Render,e.TreeVirtualRowModelGenerator=o.TreeVirtualRowModelGenerator,e.isRemoteData=o.isRemoteData,e.isCountRequired=o.isCountRequired,e.isCheckboxcolumn=o.isCheckboxcolumn,e.isFilterChildHierarchy=o.isFilterChildHierarchy,e.findParentRecords=o.findParentRecords,e.getExpandStatus=o.getExpandStatus,e.findChildrenRecords=o.findChildrenRecords,e.isOffline=o.isOffline,e.extendArray=o.extendArray,e.getPlainData=o.getPlainData,e.getParentData=o.getParentData,e.isHidden=o.isHidden,e.ToolbarItem=o.ToolbarItem,e.ContextMenuItems=o.ContextMenuItems,e.Filter=o.Filter,e.ExcelExport=o.ExcelExport,e.PdfExport=o.PdfExport,e.Page=o.Page,e.Toolbar=o.Toolbar,e.Aggregate=o.Aggregate,e.Sort=o.Sort,e.TreeClipboard=o.TreeClipboard,e.ColumnMenu=o.ColumnMenu,e.ContextMenu=o.ContextMenu,e.Edit=o.Edit,e.CommandColumn=o.CommandColumn,e.Selection=o.Selection,e.DetailRow=o.DetailRow,e.VirtualScroll=o.VirtualScroll,e.TreeVirtual=o.TreeVirtual,e.Freeze=o.Freeze,e.ColumnChooser=o.ColumnChooser,e.Logger=o.Logger,e.treeGridDetails=o.treeGridDetails,e.InfiniteScroll=o.InfiniteScroll,Object.defineProperty(e,"__esModule",{value:!0})});
11
+ //# sourceMappingURL=ej2-angular-treegrid.umd.min.js.map