@syncfusion/ej2-angular-treegrid 30.1.38 → 30.2.4-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 (40) 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/LICENSE +10 -0
  6. package/dist/ej2-angular-treegrid.umd.js +978 -0
  7. package/dist/ej2-angular-treegrid.umd.js.map +1 -0
  8. package/dist/ej2-angular-treegrid.umd.min.js +11 -0
  9. package/dist/ej2-angular-treegrid.umd.min.js.map +1 -0
  10. package/ej2-angular-treegrid.d.ts +5 -0
  11. package/ej2-angular-treegrid.metadata.json +1 -0
  12. package/package.json +17 -61
  13. package/public_api.d.ts +1 -1
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +4 -4
  17. package/src/index.d.ts +8 -8
  18. package/src/treegrid/aggregate-columns.directive.d.ts +86 -91
  19. package/src/treegrid/aggregates.directive.d.ts +44 -49
  20. package/src/treegrid/columns.directive.d.ts +323 -328
  21. package/src/treegrid/stacked-column.directive.d.ts +325 -330
  22. package/src/treegrid/treegrid-all.module.d.ts +27 -33
  23. package/src/treegrid/treegrid.component.d.ts +121 -124
  24. package/src/treegrid/treegrid.module.d.ts +5 -15
  25. package/CHANGELOG.md +0 -214
  26. package/esm2020/public_api.mjs +0 -2
  27. package/esm2020/src/index.mjs +0 -9
  28. package/esm2020/src/treegrid/aggregate-columns.directive.mjs +0 -72
  29. package/esm2020/src/treegrid/aggregates.directive.mjs +0 -69
  30. package/esm2020/src/treegrid/columns.directive.mjs +0 -100
  31. package/esm2020/src/treegrid/stacked-column.directive.mjs +0 -100
  32. package/esm2020/src/treegrid/treegrid-all.module.mjs +0 -89
  33. package/esm2020/src/treegrid/treegrid.component.mjs +0 -247
  34. package/esm2020/src/treegrid/treegrid.module.mjs +0 -61
  35. package/esm2020/syncfusion-ej2-angular-treegrid.mjs +0 -5
  36. package/fesm2015/syncfusion-ej2-angular-treegrid.mjs +0 -710
  37. package/fesm2015/syncfusion-ej2-angular-treegrid.mjs.map +0 -1
  38. package/fesm2020/syncfusion-ej2-angular-treegrid.mjs +0 -710
  39. package/fesm2020/syncfusion-ej2-angular-treegrid.mjs.map +0 -1
  40. package/syncfusion-ej2-angular-treegrid.d.ts +0 -5
@@ -1,33 +1,27 @@
1
- import { ValueProvider } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "./treegrid.module";
5
- export declare const FilterService: ValueProvider;
6
- export declare const PageService: ValueProvider;
7
- export declare const SortService: ValueProvider;
8
- export declare const ReorderService: ValueProvider;
9
- export declare const ToolbarService: ValueProvider;
10
- export declare const AggregateService: ValueProvider;
11
- export declare const ResizeService: ValueProvider;
12
- export declare const ColumnMenuService: ValueProvider;
13
- export declare const ExcelExportService: ValueProvider;
14
- export declare const PdfExportService: ValueProvider;
15
- export declare const CommandColumnService: ValueProvider;
16
- export declare const ContextMenuService: ValueProvider;
17
- export declare const EditService: ValueProvider;
18
- export declare const SelectionService: ValueProvider;
19
- export declare const VirtualScrollService: ValueProvider;
20
- export declare const DetailRowService: ValueProvider;
21
- export declare const RowDDService: ValueProvider;
22
- export declare const FreezeService: ValueProvider;
23
- export declare const ColumnChooserService: ValueProvider;
24
- export declare const LoggerService: ValueProvider;
25
- export declare const InfiniteScrollService: ValueProvider;
26
- /**
27
- * NgModule definition for the TreeGrid component with providers.
28
- */
29
- export declare class TreeGridAllModule {
30
- static ɵfac: i0.ɵɵFactoryDeclaration<TreeGridAllModule, never>;
31
- static ɵmod: i0.ɵɵNgModuleDeclaration<TreeGridAllModule, never, [typeof i1.CommonModule, typeof i2.TreeGridModule], [typeof i2.TreeGridModule]>;
32
- static ɵinj: i0.ɵɵInjectorDeclaration<TreeGridAllModule>;
33
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ export declare const FilterService: ValueProvider;
3
+ export declare const PageService: ValueProvider;
4
+ export declare const SortService: ValueProvider;
5
+ export declare const ReorderService: ValueProvider;
6
+ export declare const ToolbarService: ValueProvider;
7
+ export declare const AggregateService: ValueProvider;
8
+ export declare const ResizeService: ValueProvider;
9
+ export declare const ColumnMenuService: ValueProvider;
10
+ export declare const ExcelExportService: ValueProvider;
11
+ export declare const PdfExportService: ValueProvider;
12
+ export declare const CommandColumnService: ValueProvider;
13
+ export declare const ContextMenuService: ValueProvider;
14
+ export declare const EditService: ValueProvider;
15
+ export declare const SelectionService: ValueProvider;
16
+ export declare const VirtualScrollService: ValueProvider;
17
+ export declare const DetailRowService: ValueProvider;
18
+ export declare const RowDDService: ValueProvider;
19
+ export declare const FreezeService: ValueProvider;
20
+ export declare const ColumnChooserService: ValueProvider;
21
+ export declare const LoggerService: ValueProvider;
22
+ export declare const InfiniteScrollService: ValueProvider;
23
+ /**
24
+ * NgModule definition for the TreeGrid component with providers.
25
+ */
26
+ export declare class TreeGridAllModule {
27
+ }
@@ -1,124 +1,121 @@
1
- import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { TreeGrid } from '@syncfusion/ej2-treegrid';
4
- import { ColumnsDirective } from './columns.directive';
5
- import { AggregatesDirective } from './aggregates.directive';
6
- import * as i0 from "@angular/core";
7
- export declare const inputs: string[];
8
- export declare const outputs: string[];
9
- export declare const twoWays: string[];
10
- /**
11
- * `ejs-treegrid` represents the Angular TreeTreeGrid Component.
12
- * ```html
13
- * <ejs-treegrid [dataSource]='data' allowPaging='true' allowSorting='true'></ejs-treegrid>
14
- * ```
15
- */
16
- export declare class TreeGridComponent extends TreeGrid implements IComponentBase {
17
- private ngEle;
18
- private srenderer;
19
- private viewContainerRef;
20
- private injector;
21
- context: any;
22
- tagObjects: any;
23
- actionBegin: any;
24
- actionComplete: any;
25
- actionFailure: any;
26
- batchAdd: any;
27
- batchCancel: any;
28
- batchDelete: any;
29
- beforeBatchAdd: any;
30
- beforeBatchDelete: any;
31
- beforeBatchSave: any;
32
- beforeCopy: any;
33
- beforeDataBound: any;
34
- beforeExcelExport: any;
35
- beforePaste: any;
36
- beforePdfExport: any;
37
- beforePrint: any;
38
- beginEdit: any;
39
- cellDeselected: any;
40
- cellDeselecting: any;
41
- cellEdit: any;
42
- cellSave: any;
43
- cellSaved: any;
44
- cellSelected: any;
45
- cellSelecting: any;
46
- checkboxChange: any;
47
- collapsed: any;
48
- collapsing: any;
49
- columnDrag: any;
50
- columnDragStart: any;
51
- columnDrop: any;
52
- columnMenuClick: any;
53
- columnMenuOpen: any;
54
- contextMenuClick: any;
55
- contextMenuOpen: any;
56
- created: any;
57
- dataBound: any;
58
- dataSourceChanged: any;
59
- dataStateChange: any;
60
- detailDataBound: any;
61
- excelExportComplete: any;
62
- excelHeaderQueryCellInfo: any;
63
- excelQueryCellInfo: any;
64
- expanded: any;
65
- expanding: any;
66
- headerCellInfo: any;
67
- load: any;
68
- pdfExportComplete: any;
69
- pdfHeaderQueryCellInfo: any;
70
- pdfQueryCellInfo: any;
71
- printComplete: any;
72
- queryCellInfo: any;
73
- recordDoubleClick: any;
74
- resizeStart: any;
75
- resizeStop: any;
76
- resizing: any;
77
- rowDataBound: any;
78
- rowDeselected: any;
79
- rowDeselecting: any;
80
- rowDrag: any;
81
- rowDragStart: any;
82
- rowDragStartHelper: any;
83
- rowDrop: any;
84
- rowSelected: any;
85
- rowSelecting: any;
86
- toolbarClick: any;
87
- dataSourceChange: any;
88
- childColumns: QueryList<ColumnsDirective>;
89
- childAggregates: QueryList<AggregatesDirective>;
90
- tags: string[];
91
- toolbarTemplate: any;
92
- pagerTemplate: any;
93
- /**
94
- * The row template that renders customized rows from the given template.
95
- * By default, TreeGrid renders a table row for every data source item.
96
- * > * It accepts either [template string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals)
97
- * or HTML element ID.
98
- * > * The row template must be a table row.
99
- *
100
- * > Check the [Row Template](../../treegrid/row) customization.
101
- *
102
- * @asptype string
103
- */
104
- rowTemplate: any;
105
- /**
106
- * The detail template allows you to show or hide additional information about a particular row.
107
- *
108
- * > It accepts either the [template string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals)
109
- *or the HTML element ID.
110
- *
111
- * @asptype string
112
- */
113
- detailTemplate: any;
114
- editSettings_template: any;
115
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
116
- ngOnInit(): void;
117
- ngAfterViewInit(): void;
118
- ngOnDestroy(): void;
119
- ngAfterContentChecked(): void;
120
- registerEvents: (eventList: string[]) => void;
121
- addTwoWay: (propList: string[]) => void;
122
- static ɵfac: i0.ɵɵFactoryDeclaration<TreeGridComponent, never>;
123
- static ɵcmp: i0.ɵɵComponentDeclaration<TreeGridComponent, "ejs-treegrid", never, { "aggregates": "aggregates"; "allowExcelExport": "allowExcelExport"; "allowFiltering": "allowFiltering"; "allowMultiSorting": "allowMultiSorting"; "allowPaging": "allowPaging"; "allowPdfExport": "allowPdfExport"; "allowReordering": "allowReordering"; "allowResizing": "allowResizing"; "allowRowDragAndDrop": "allowRowDragAndDrop"; "allowSelection": "allowSelection"; "allowSorting": "allowSorting"; "allowTextWrap": "allowTextWrap"; "autoCheckHierarchy": "autoCheckHierarchy"; "childMapping": "childMapping"; "clipMode": "clipMode"; "columnMenuItems": "columnMenuItems"; "columnQueryMode": "columnQueryMode"; "columns": "columns"; "contextMenuItems": "contextMenuItems"; "copyHierarchyMode": "copyHierarchyMode"; "currencyCode": "currencyCode"; "dataSource": "dataSource"; "detailTemplate": "detailTemplate"; "editSettings": "editSettings"; "enableAdaptiveUI": "enableAdaptiveUI"; "enableAltRow": "enableAltRow"; "enableAutoFill": "enableAutoFill"; "enableCollapseAll": "enableCollapseAll"; "enableColumnVirtualization": "enableColumnVirtualization"; "enableHover": "enableHover"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enableImmutableMode": "enableImmutableMode"; "enableInfiniteScrolling": "enableInfiniteScrolling"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableStickyHeader": "enableStickyHeader"; "enableVirtualMaskRow": "enableVirtualMaskRow"; "enableVirtualization": "enableVirtualization"; "expandStateMapping": "expandStateMapping"; "filterSettings": "filterSettings"; "frozenColumns": "frozenColumns"; "frozenRows": "frozenRows"; "gridLines": "gridLines"; "hasChildMapping": "hasChildMapping"; "height": "height"; "idMapping": "idMapping"; "infiniteScrollSettings": "infiniteScrollSettings"; "loadChildOnDemand": "loadChildOnDemand"; "loadingIndicator": "loadingIndicator"; "locale": "locale"; "pageSettings": "pageSettings"; "parentIdMapping": "parentIdMapping"; "printMode": "printMode"; "query": "query"; "rowDropSettings": "rowDropSettings"; "rowHeight": "rowHeight"; "rowTemplate": "rowTemplate"; "searchSettings": "searchSettings"; "selectedRowIndex": "selectedRowIndex"; "selectionSettings": "selectionSettings"; "showColumnChooser": "showColumnChooser"; "showColumnMenu": "showColumnMenu"; "sortSettings": "sortSettings"; "textWrapSettings": "textWrapSettings"; "toolbar": "toolbar"; "treeColumnIndex": "treeColumnIndex"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "batchAdd": "batchAdd"; "batchCancel": "batchCancel"; "batchDelete": "batchDelete"; "beforeBatchAdd": "beforeBatchAdd"; "beforeBatchDelete": "beforeBatchDelete"; "beforeBatchSave": "beforeBatchSave"; "beforeCopy": "beforeCopy"; "beforeDataBound": "beforeDataBound"; "beforeExcelExport": "beforeExcelExport"; "beforePaste": "beforePaste"; "beforePdfExport": "beforePdfExport"; "beforePrint": "beforePrint"; "beginEdit": "beginEdit"; "cellDeselected": "cellDeselected"; "cellDeselecting": "cellDeselecting"; "cellEdit": "cellEdit"; "cellSave": "cellSave"; "cellSaved": "cellSaved"; "cellSelected": "cellSelected"; "cellSelecting": "cellSelecting"; "checkboxChange": "checkboxChange"; "collapsed": "collapsed"; "collapsing": "collapsing"; "columnDrag": "columnDrag"; "columnDragStart": "columnDragStart"; "columnDrop": "columnDrop"; "columnMenuClick": "columnMenuClick"; "columnMenuOpen": "columnMenuOpen"; "contextMenuClick": "contextMenuClick"; "contextMenuOpen": "contextMenuOpen"; "created": "created"; "dataBound": "dataBound"; "dataSourceChanged": "dataSourceChanged"; "dataStateChange": "dataStateChange"; "detailDataBound": "detailDataBound"; "excelExportComplete": "excelExportComplete"; "excelHeaderQueryCellInfo": "excelHeaderQueryCellInfo"; "excelQueryCellInfo": "excelQueryCellInfo"; "expanded": "expanded"; "expanding": "expanding"; "headerCellInfo": "headerCellInfo"; "load": "load"; "pdfExportComplete": "pdfExportComplete"; "pdfHeaderQueryCellInfo": "pdfHeaderQueryCellInfo"; "pdfQueryCellInfo": "pdfQueryCellInfo"; "printComplete": "printComplete"; "queryCellInfo": "queryCellInfo"; "recordDoubleClick": "recordDoubleClick"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; "rowDataBound": "rowDataBound"; "rowDeselected": "rowDeselected"; "rowDeselecting": "rowDeselecting"; "rowDrag": "rowDrag"; "rowDragStart": "rowDragStart"; "rowDragStartHelper": "rowDragStartHelper"; "rowDrop": "rowDrop"; "rowSelected": "rowSelected"; "rowSelecting": "rowSelecting"; "toolbarClick": "toolbarClick"; "dataSourceChange": "dataSourceChange"; }, ["toolbarTemplate", "pagerTemplate", "rowTemplate", "detailTemplate", "editSettings_template", "childColumns", "childAggregates"], never>;
124
- }
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { TreeGrid } from '@syncfusion/ej2-treegrid';
4
+ import { ColumnsDirective } from './columns.directive';
5
+ import { AggregatesDirective } from './aggregates.directive';
6
+ export declare const inputs: string[];
7
+ export declare const outputs: string[];
8
+ export declare const twoWays: string[];
9
+ /**
10
+ * `ejs-treegrid` represents the Angular TreeTreeGrid Component.
11
+ * ```html
12
+ * <ejs-treegrid [dataSource]='data' allowPaging='true' allowSorting='true'></ejs-treegrid>
13
+ * ```
14
+ */
15
+ export declare class TreeGridComponent extends TreeGrid implements IComponentBase {
16
+ private ngEle;
17
+ private srenderer;
18
+ private viewContainerRef;
19
+ private injector;
20
+ context: any;
21
+ tagObjects: any;
22
+ actionBegin: any;
23
+ actionComplete: any;
24
+ actionFailure: any;
25
+ batchAdd: any;
26
+ batchCancel: any;
27
+ batchDelete: any;
28
+ beforeBatchAdd: any;
29
+ beforeBatchDelete: any;
30
+ beforeBatchSave: any;
31
+ beforeCopy: any;
32
+ beforeDataBound: any;
33
+ beforeExcelExport: any;
34
+ beforePaste: any;
35
+ beforePdfExport: any;
36
+ beforePrint: any;
37
+ beginEdit: any;
38
+ cellDeselected: any;
39
+ cellDeselecting: any;
40
+ cellEdit: any;
41
+ cellSave: any;
42
+ cellSaved: any;
43
+ cellSelected: any;
44
+ cellSelecting: any;
45
+ checkboxChange: any;
46
+ collapsed: any;
47
+ collapsing: any;
48
+ columnDrag: any;
49
+ columnDragStart: any;
50
+ columnDrop: any;
51
+ columnMenuClick: any;
52
+ columnMenuOpen: any;
53
+ contextMenuClick: any;
54
+ contextMenuOpen: any;
55
+ created: any;
56
+ dataBound: any;
57
+ dataSourceChanged: any;
58
+ dataStateChange: any;
59
+ detailDataBound: any;
60
+ excelExportComplete: any;
61
+ excelHeaderQueryCellInfo: any;
62
+ excelQueryCellInfo: any;
63
+ expanded: any;
64
+ expanding: any;
65
+ headerCellInfo: any;
66
+ load: any;
67
+ pdfExportComplete: any;
68
+ pdfHeaderQueryCellInfo: any;
69
+ pdfQueryCellInfo: any;
70
+ printComplete: any;
71
+ queryCellInfo: any;
72
+ recordDoubleClick: any;
73
+ resizeStart: any;
74
+ resizeStop: any;
75
+ resizing: any;
76
+ rowDataBound: any;
77
+ rowDeselected: any;
78
+ rowDeselecting: any;
79
+ rowDrag: any;
80
+ rowDragStart: any;
81
+ rowDragStartHelper: any;
82
+ rowDrop: any;
83
+ rowSelected: any;
84
+ rowSelecting: any;
85
+ toolbarClick: any;
86
+ dataSourceChange: any;
87
+ childColumns: QueryList<ColumnsDirective>;
88
+ childAggregates: QueryList<AggregatesDirective>;
89
+ tags: string[];
90
+ toolbarTemplate: any;
91
+ pagerTemplate: any;
92
+ /**
93
+ * The row template that renders customized rows from the given template.
94
+ * By default, TreeGrid renders a table row for every data source item.
95
+ * > * It accepts either [template string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals)
96
+ * or HTML element ID.
97
+ * > * The row template must be a table row.
98
+ *
99
+ * > Check the [Row Template](../../treegrid/row) customization.
100
+ *
101
+ * @asptype string
102
+ */
103
+ rowTemplate: any;
104
+ /**
105
+ * The detail template allows you to show or hide additional information about a particular row.
106
+ *
107
+ * > It accepts either the [template string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals)
108
+ *or the HTML element ID.
109
+ *
110
+ * @asptype string
111
+ */
112
+ detailTemplate: any;
113
+ editSettings_template: any;
114
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
115
+ ngOnInit(): void;
116
+ ngAfterViewInit(): void;
117
+ ngOnDestroy(): void;
118
+ ngAfterContentChecked(): void;
119
+ registerEvents: (eventList: string[]) => void;
120
+ addTwoWay: (propList: string[]) => void;
121
+ }
@@ -1,15 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./treegrid.component";
3
- import * as i2 from "./stacked-column.directive";
4
- import * as i3 from "./columns.directive";
5
- import * as i4 from "./aggregate-columns.directive";
6
- import * as i5 from "./aggregates.directive";
7
- import * as i6 from "@angular/common";
8
- /**
9
- * NgModule definition for the TreeGrid component.
10
- */
11
- export declare class TreeGridModule {
12
- static ɵfac: i0.ɵɵFactoryDeclaration<TreeGridModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<TreeGridModule, [typeof i1.TreeGridComponent, typeof i2.StackedColumnDirective, typeof i2.StackedColumnsDirective, typeof i3.ColumnDirective, typeof i3.ColumnsDirective, typeof i4.AggregateColumnDirective, typeof i4.AggregateColumnsDirective, typeof i5.AggregateDirective, typeof i5.AggregatesDirective], [typeof i6.CommonModule], [typeof i1.TreeGridComponent, typeof i2.StackedColumnDirective, typeof i2.StackedColumnsDirective, typeof i3.ColumnDirective, typeof i3.ColumnsDirective, typeof i4.AggregateColumnDirective, typeof i4.AggregateColumnsDirective, typeof i5.AggregateDirective, typeof i5.AggregatesDirective]>;
14
- static ɵinj: i0.ɵɵInjectorDeclaration<TreeGridModule>;
15
- }
1
+ /**
2
+ * NgModule definition for the TreeGrid component.
3
+ */
4
+ export declare class TreeGridModule {
5
+ }
package/CHANGELOG.md DELETED
@@ -1,214 +0,0 @@
1
- # Changelog
2
-
3
- ## [Unreleased]
4
-
5
- ### Tree Grid
6
-
7
- #### Features
8
-
9
- - `#I341079` - Provided support for exporting data to PDF, CSV, and Excel formats using server-side functionality. Please find the demo [here](https://ej2.syncfusion.com/aspnetcore/TreeGrid/ServerSideExporting#/material3).
10
-
11
- - Added support for the new `fixed` mode within the `freeze` property of column settings. When a column is set as `fixed`, it will stay within the viewport during horizontal scrolling, enhancing the user experience with improved visibility and efficiency.
12
-
13
- - Provided support for inline editing with virtualization enabled. Please find the demo [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/treegrid/virtual-scrolling).
14
- - `#I323425`, `#I332700`, `#I344742`, `#I375307` - Provided support for frozen column with virtualization enabled.
15
- - `#F166825` - Provided support for infinite scrolling with observable binding.
16
-
17
- #### Breaking Changes
18
-
19
- - Optimized the frozen columns feature in Tree Grid and thus changed the dom structure of tree grid from two table to single table architecture. Also, the following methods have been removed, and it's recommended to use the following alternatives instead.
20
-
21
- | Removed methods | Suggested to use alternative methods |
22
- |----------|----------|
23
- | `getMoavableRows`, `getFrozenRightRows` | `getRows` |
24
- | `getMovableRowByIndex`, `getFrozenRowByIndex`, `getFrozenRightRowByIndex` | `getRowByIndex` |
25
- | `getMovableCellFromIndex`, `getFrozenRightCellFromIndex` | `getCellFromIndex` |
26
- | `getMovableDataRows`, `getFrozenRightDataRows`, `getFrozenDataRows` | `getDataRows` |
27
- | `getAllMovableDataRows`, `getAllFrozenDataRows`, `getAllFrozenRightDataRows` | `getAllDataRows` |
28
- | `getMovableColumnHeaderByIndex`, `getFrozenRightColumnHeaderByIndex`, `getFrozenLeftColumnHeaderByIndex` | `getColumnHeaderByIndex` |
29
- | `getFrozenRightHeader`, `getMovableHeader` | `getHeaderContent` |
30
- | `getFrozenRightRowsObject`, `getMovableRwsObject` | `getRowsObject` |
31
- | `getFrozenRightHeaderTbody`, `getMovableHeaderTbody`, `getFrozenHeaderTbody` | `getContent().querySelector(‘tbody’)` |
32
- | `getFrozenLeftContentTbody`, `getFrozenRightContentTbody`, `getMovableContentTbody` | `getHeaderContent().querySelector(‘tbody’)` |
33
- | `getFrozenRightContent`, `getMovableContent` | `getContent` |
34
-
35
- ## 20.2.36 (2022-06-30)
36
-
37
- ### Tree Grid
38
-
39
- #### Features
40
-
41
- - Provided support for inline editing with virtualization enabled. Please find the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/tree-grid/virtual-scrolling.html).
42
- - `#I323425`, `#I332700`, `#I344742`, `#I375307` - Provided support for frozen column with virtualization enabled.
43
-
44
- - `#I334966`, `#I373929`, `#I332693`, `#I342835`, `#F172606`, `#F171250`, `#F171248` - Provided row drag and drop support with virtualization feature enabled.
45
- - `#I367483` - Provided support for row indent and outdent functionality. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/treegrid/inlineediting).
46
-
47
- ## 19.2.44 (2021-06-30)
48
-
49
- ### Tree Grid
50
-
51
- #### Bug Fixes
52
-
53
- - `#332604` - Resolved white space issue while using less number of records with Virtualization.
54
-
55
- - `#I329350` - Immutable mode works fine for date values and row reordering.
56
- - `#I329988`, `#I331155` - Editing a newly added child record works fine with self referential data.
57
-
58
- ## 18.4.30 (2020-12-17)
59
-
60
- ### Tree Grid
61
-
62
- #### New Features
63
-
64
- - `#294082` - Provided Immutable Support to refresh specific rows while perform Tree Grid actions.
65
- - `#283491` - Provided error handling support to easily rectify errors in sample side.
66
- - `#298682`, `#299561` - Added getVisibleRecords API to get the visible records based on collapsed rows state.
67
-
68
- #### Bug Fixes
69
-
70
- - `#F157882`- After editing the row using `updateRow` method, `getCurrentViewRecords` method updated properly.
71
- - `#F157882`- When editing with a double click, it works fine when we only have one record.
72
- - `#289600` - Records get expanded properly after collapsing all records using `collapseAtLevel` method in observable binding.
73
- - `#F157099` - Virtualization with Aggregates works fine with large number of records.
74
- - `#296233` - Row Drag and Drop within treegrid works fine.
75
- - `#297986` - Row Drag and drop within treegrid works fine with checkbox enabled.
76
- - `#F158886` - Cell editing with frozen columns works fine.
77
- - `#299761` - Treegrid column width renders fine in Internet Explorer when Virtualization is enabled.
78
- - `#301861` - Tree Grid dataSource updated properly while using setCellValue method.
79
- - `#F159697` - Order of child records are displayed correctly after editing in remote data binding.
80
- - `292453` - Treegrid refresh method works fine after updating the data.
81
-
82
- - `#289600` - Records get expanded properly after collapsing all records using `collapseAtLevel` method in observable binding.
83
- - `#F157099` - Virtualization with Aggregates works fine with large number of records.
84
- - `#297986` - Row Drag and drop within treegrid works fine with checkbox enabled.
85
- - `#F158886` - Cell editing with frozen columns works fine.
86
- - `#F159697` - Order of child records are displayed correctly after editing in remote data binding.
87
-
88
- ## 18.3.35 (2020-10-01)
89
-
90
- ### TreeGrid
91
-
92
- #### Bug Fixes
93
-
94
- - `#F157258` - `updateRow` method works fine for updating collapsed data.
95
- - `#292933` - checkbox rendered properly while using the template column.
96
- - `#289685` - Aggregate Column Formatting is working fine
97
- - `#288542` - The Expand / Collapse icon has been rendered properly while enabling expand state mapping and adding a new record.
98
- - `#287235` - While enabling expand state mapping the Expand / Collapse icon works fine at nested child levels.
99
- - `#285434`- Column SortComparer function works fine with null values for RemoteSaveAdaptor datasource.
100
- - `#284987`- Records rendered properly while using remote save adaptor in created event.
101
- - `#285434`- Column SortComparer function works fine with null values in datasource.
102
- - `#F155077`- Records rendered properly while using remote data with jQuery unobtrusive library.
103
-
104
- - `#F157258` - `updateRow` method works fine for updating collapsed data.
105
-
106
- ## 18.2.44 (2020-07-07)
107
-
108
- ### TreeGrid
109
-
110
- #### Bug Fixes
111
-
112
- - `#279109` - Checkbox checked properly for child records in remote data.
113
- - `#277364`, `#279732` - Checkbox with `allowRowDragAndDrop` property rendered properly after editing and cancelling in cell edit mode.
114
- - `#277364` - Checkbox with `autoCheckHierarchy` property rendered properly after editing and cancelling in cell edit mode.
115
- - `#278266` - Edit type `dropdownedit` is working properly in cell edit mode when enter key is pressed.
116
- - `#272026` - `updateRow` method works fine for updating treegrid data source.
117
- - `#273309` - Editing the zeroth level added record works fine in Batch mode.
118
- - `#277361` - Auto generated columns work fine when two treegrids are rendered on the same page.
119
-
120
- - `F153495` - Sorting after editing is working fine with cell edit mode.
121
- - `#266963`- Drag and drop works fine in unordered list of data.
122
- - `#F151795` - Localization support works fine in Add row, Above, Below Context Menu Items.
123
- - `#F151795`- In Drag and drop, while dropping at first row, its border color is changed properly.
124
-
125
- #### New Features
126
-
127
- - `#258863`, `#271677` - Expand & Collapse child rows support has been provided in Excel Export.
128
- - Columnchooser support has been provided that allows user to show or hide columns dynamically.
129
- - Provided support for Editing with Virtualization feature.
130
-
131
- #### Breaking Changes
132
-
133
- - Now `data`, `row` these Tree Grid selection event arguments are get array values only when we perform multi selection. Please find modified event arguments and it types from the below table,
134
-
135
- `Properties` |`Type`
136
- -----|-----
137
- `data` | `Object or Object[]`
138
- `rowIndex` | `number`
139
- `rowIndexes` | `number[]`
140
- `row` | `Element or Element[]`
141
-
142
- ## 17.4.39 (2019-12-17)
143
-
144
- ### TreeGrid
145
-
146
- #### New Features
147
-
148
- - AutoFill support has been provided that allows users to copy the data of selected cells and paste it to another cells by dragging.
149
-
150
- #### Breaking Changes
151
-
152
- - Default value of column's `disableHtmlEncode` is set to true, so the HTML tags can be displayed in the Grid header and content by default. To display it as html content `disableHtmlEncode` need to be set as false.
153
-
154
- #### Bug Fixes
155
-
156
- - `#148913` - Expand icon displays properly for the nested records in Custom Data Binding.
157
-
158
- ## 17.2.48-beta (2019-08-28)
159
-
160
- ### TreeGrid
161
-
162
- #### New Features
163
-
164
- - Checkbox selection support has been provided that allows users to select rows using checkbox.
165
- - Checkbox Column support has been provided that allows users to check rows using checkbox in treegrid column.
166
-
167
- #### Bug Fixes
168
-
169
- - Change detection for properties `dataSource` and `query` were handled for remote data.
170
- - Edited records can be searched/filtered.
171
- - Inner level records will be collapsed/expanded after filtering/searching actions.
172
-
173
- ## 17.1.1-beta (2019-01-29)
174
-
175
- ### TreeGrid
176
-
177
- #### Bug Fixes
178
-
179
- - `Query` maintenance support provided for `refresh` method after expanding any child rows.
180
- - Property change support for `height` property has been provided.
181
- - Expand icon is prevented from displaying for the root/zeroth level record which has `hasChildMapping` field as false.
182
- - Child records of third level or its successor displays properly based on their hierarchy relation in self reference data binding.
183
-
184
- - Expand icon is prevented from displaying for the root/zeroth level record which has `hasChildMapping` field as false.
185
-
186
- #### New Features
187
-
188
- - `Excel-Like Filtering` support is provided that allows users to create complex filter criteria for a column by allowing users to select possible filter values from a checkbox list. The advanced filter can be used to build complex filter criteria.
189
-
190
- ## 16.4.45 (2019-01-02)
191
-
192
- ### TreeGrid
193
-
194
- #### Bug Fixes
195
-
196
- - Added events for the column menu feature and added `columnMenuItems` API to modify the column menu items in column menu.
197
- - Added `sortComparer` API to perform custom sorting in TreeGrid.
198
-
199
- ## 16.4.44 (2018-12-24)
200
-
201
- ### TreeGrid
202
-
203
- #### Bug Fixes
204
-
205
- - Expanding and Collapsing records is working fine when `pageSizeMode` is set as `All`.
206
- - `expandAtLevel`, `collapseAtLevel`, `expandAll` and `collapseAll` methods are working fine when `pageSizeMode` is set as `All`.- `actionBegin`, `actionComplete` and `actionFailure` events are triggered properly.
207
- - Additional parameters that are added using the `query` property of TreeGrid are passed to the server side when a parent record is expanded.## 19.1.54 (2021-03-30)
208
-
209
- ### Tree Grid
210
-
211
- #### Bug Fixes
212
-
213
- - `#332604` - Resolved white space issue while using less number of records with Virtualization.
214
-
@@ -1,2 +0,0 @@
1
- export * from './src/index';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxhQUFhLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3NyYy9pbmRleCc7Il19
@@ -1,9 +0,0 @@
1
- export { StackedColumnDirective, StackedColumnsDirective } from './treegrid/stacked-column.directive';
2
- export { ColumnDirective, ColumnsDirective } from './treegrid/columns.directive';
3
- export { AggregateColumnDirective, AggregateColumnsDirective } from './treegrid/aggregate-columns.directive';
4
- export { AggregateDirective, AggregatesDirective } from './treegrid/aggregates.directive';
5
- export { TreeGridComponent } from './treegrid/treegrid.component';
6
- export { TreeGridModule } from './treegrid/treegrid.module';
7
- export { TreeGridAllModule, FilterService, PageService, SortService, ReorderService, ToolbarService, AggregateService, ResizeService, ColumnMenuService, ExcelExportService, PdfExportService, CommandColumnService, ContextMenuService, EditService, SelectionService, VirtualScrollService, DetailRowService, RowDDService, FreezeService, ColumnChooserService, LoggerService, InfiniteScrollService } from './treegrid/treegrid-all.module';
8
- export * from '@syncfusion/ej2-treegrid';
9
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLHNCQUFzQixFQUFDLHVCQUF1QixFQUFDLE1BQU0scUNBQXFDLENBQUM7QUFDbkcsT0FBTyxFQUFDLGVBQWUsRUFBQyxnQkFBZ0IsRUFBQyxNQUFNLDhCQUE4QixDQUFDO0FBQzlFLE9BQU8sRUFBQyx3QkFBd0IsRUFBQyx5QkFBeUIsRUFBQyxNQUFNLHdDQUF3QyxDQUFDO0FBQzFHLE9BQU8sRUFBQyxrQkFBa0IsRUFBQyxtQkFBbUIsRUFBQyxNQUFNLGlDQUFpQyxDQUFDO0FBQ3ZGLE9BQU8sRUFBRSxpQkFBaUIsRUFBQyxNQUFNLCtCQUErQixDQUFDO0FBQ2pFLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUM1RCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsYUFBYSxFQUFFLFdBQVcsRUFBRSxXQUFXLEVBQUUsY0FBYyxFQUFFLGNBQWMsRUFBRSxnQkFBZ0IsRUFBRSxhQUFhLEVBQUUsaUJBQWlCLEVBQUUsa0JBQWtCLEVBQUUsZ0JBQWdCLEVBQUUsb0JBQW9CLEVBQUUsa0JBQWtCLEVBQUUsV0FBVyxFQUFFLGdCQUFnQixFQUFFLG9CQUFvQixFQUFFLGdCQUFnQixFQUFFLFlBQVksRUFBRSxhQUFhLEVBQUUsb0JBQW9CLEVBQUUsYUFBYSxFQUFFLHFCQUFxQixFQUFFLE1BQU0sZ0NBQWdDLENBQUM7QUFDaGIsY0FBYywwQkFBMEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7U3RhY2tlZENvbHVtbkRpcmVjdGl2ZSxTdGFja2VkQ29sdW1uc0RpcmVjdGl2ZX0gZnJvbSAnLi90cmVlZ3JpZC9zdGFja2VkLWNvbHVtbi5kaXJlY3RpdmUnO1xuZXhwb3J0IHtDb2x1bW5EaXJlY3RpdmUsQ29sdW1uc0RpcmVjdGl2ZX0gZnJvbSAnLi90cmVlZ3JpZC9jb2x1bW5zLmRpcmVjdGl2ZSc7XG5leHBvcnQge0FnZ3JlZ2F0ZUNvbHVtbkRpcmVjdGl2ZSxBZ2dyZWdhdGVDb2x1bW5zRGlyZWN0aXZlfSBmcm9tICcuL3RyZWVncmlkL2FnZ3JlZ2F0ZS1jb2x1bW5zLmRpcmVjdGl2ZSc7XG5leHBvcnQge0FnZ3JlZ2F0ZURpcmVjdGl2ZSxBZ2dyZWdhdGVzRGlyZWN0aXZlfSBmcm9tICcuL3RyZWVncmlkL2FnZ3JlZ2F0ZXMuZGlyZWN0aXZlJztcbmV4cG9ydCB7IFRyZWVHcmlkQ29tcG9uZW50fSBmcm9tICcuL3RyZWVncmlkL3RyZWVncmlkLmNvbXBvbmVudCc7XG5leHBvcnQgeyBUcmVlR3JpZE1vZHVsZSB9IGZyb20gJy4vdHJlZWdyaWQvdHJlZWdyaWQubW9kdWxlJztcbmV4cG9ydCB7IFRyZWVHcmlkQWxsTW9kdWxlLCBGaWx0ZXJTZXJ2aWNlLCBQYWdlU2VydmljZSwgU29ydFNlcnZpY2UsIFJlb3JkZXJTZXJ2aWNlLCBUb29sYmFyU2VydmljZSwgQWdncmVnYXRlU2VydmljZSwgUmVzaXplU2VydmljZSwgQ29sdW1uTWVudVNlcnZpY2UsIEV4Y2VsRXhwb3J0U2VydmljZSwgUGRmRXhwb3J0U2VydmljZSwgQ29tbWFuZENvbHVtblNlcnZpY2UsIENvbnRleHRNZW51U2VydmljZSwgRWRpdFNlcnZpY2UsIFNlbGVjdGlvblNlcnZpY2UsIFZpcnR1YWxTY3JvbGxTZXJ2aWNlLCBEZXRhaWxSb3dTZXJ2aWNlLCBSb3dERFNlcnZpY2UsIEZyZWV6ZVNlcnZpY2UsIENvbHVtbkNob29zZXJTZXJ2aWNlLCBMb2dnZXJTZXJ2aWNlLCBJbmZpbml0ZVNjcm9sbFNlcnZpY2UgfSBmcm9tICcuL3RyZWVncmlkL3RyZWVncmlkLWFsbC5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnQHN5bmNmdXNpb24vZWoyLXRyZWVncmlkJzsiXX0=