@syncfusion/ej2-treegrid 23.2.4 → 23.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/dist/ej2-treegrid.min.js +2 -2
- package/dist/ej2-treegrid.umd.min.js +2 -2
- package/dist/ej2-treegrid.umd.min.js.map +1 -1
- package/dist/es6/ej2-treegrid.es2015.js +14 -5
- package/dist/es6/ej2-treegrid.es2015.js.map +1 -1
- package/dist/es6/ej2-treegrid.es5.js +14 -5
- package/dist/es6/ej2-treegrid.es5.js.map +1 -1
- package/dist/global/ej2-treegrid.min.js +2 -2
- package/dist/global/ej2-treegrid.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +7 -7
- package/src/treegrid/actions/edit.js +3 -1
- package/src/treegrid/actions/excel-export.js +1 -1
- package/src/treegrid/actions/pdf-export.js +1 -1
- package/src/treegrid/base/treegrid.js +9 -2
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 23.2.
|
|
3
|
+
* version : 23.2.7
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-treegrid@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-treegrid@23.
|
|
3
|
+
"_id": "@syncfusion/ej2-treegrid@23.2.6",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-xnM6VKhApR0HfUuCvlAALqC1WJfUDjIh4L3qLT6NQ5IioV5PiGJw+wgxuS1s9ODoUYhajt0d+XNtCQWkXBwTeQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-treegrid",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"/@syncfusion/ej2-react-treegrid",
|
|
25
25
|
"/@syncfusion/ej2-vue-treegrid"
|
|
26
26
|
],
|
|
27
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-23.
|
|
28
|
-
"_shasum": "
|
|
27
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-23.2.6.tgz",
|
|
28
|
+
"_shasum": "232a09691a20571b1d67c65fbeaf31585c505f31",
|
|
29
29
|
"_spec": "@syncfusion/ej2-treegrid@*",
|
|
30
30
|
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
31
31
|
"author": {
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
},
|
|
37
37
|
"bundleDependencies": false,
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@syncfusion/ej2-base": "~23.2.
|
|
39
|
+
"@syncfusion/ej2-base": "~23.2.6",
|
|
40
40
|
"@syncfusion/ej2-data": "~23.2.4",
|
|
41
|
-
"@syncfusion/ej2-grids": "~23.2.
|
|
41
|
+
"@syncfusion/ej2-grids": "~23.2.7",
|
|
42
42
|
"@syncfusion/ej2-popups": "~23.2.4"
|
|
43
43
|
},
|
|
44
44
|
"deprecated": false,
|
|
@@ -66,6 +66,6 @@
|
|
|
66
66
|
"url": "git+https://github.com/syncfusion/ej2-treegrid.git"
|
|
67
67
|
},
|
|
68
68
|
"typings": "index.d.ts",
|
|
69
|
-
"version": "23.2.
|
|
69
|
+
"version": "23.2.7",
|
|
70
70
|
"sideEffects": false
|
|
71
71
|
}
|
|
@@ -371,7 +371,6 @@ var Edit = /** @class */ (function () {
|
|
|
371
371
|
if (this.parent.editSettings.mode === 'Cell' && this.parent.element.querySelector('form')) {
|
|
372
372
|
args.cancel = true;
|
|
373
373
|
var editModule = 'editModule';
|
|
374
|
-
setValue('isEdit', false, this.parent.grid);
|
|
375
374
|
setValue('isEditCollapse', true, this.parent);
|
|
376
375
|
args.rowData[args.columnName] = args.value;
|
|
377
376
|
var row_1;
|
|
@@ -428,6 +427,7 @@ var Edit = /** @class */ (function () {
|
|
|
428
427
|
}
|
|
429
428
|
else {
|
|
430
429
|
this.updateCell(args, rowIndex_1);
|
|
430
|
+
setValue('isEdit', false, this.parent.grid);
|
|
431
431
|
this.afterCellSave(args, row_1, rowIndex_1);
|
|
432
432
|
}
|
|
433
433
|
}
|
|
@@ -436,6 +436,7 @@ var Edit = /** @class */ (function () {
|
|
|
436
436
|
var query = this.parent.grid.query;
|
|
437
437
|
if (this.parent['isGantt'] && !this.parent.loadChildOnDemand) {
|
|
438
438
|
this.updateCell(args, rowIndex_1);
|
|
439
|
+
setValue('isEdit', false, this.parent.grid);
|
|
439
440
|
this.afterCellSave(args, row_1, rowIndex_1);
|
|
440
441
|
}
|
|
441
442
|
else {
|
|
@@ -446,6 +447,7 @@ var Edit = /** @class */ (function () {
|
|
|
446
447
|
args.rowData[args.columnName] = e[args.columnName];
|
|
447
448
|
}
|
|
448
449
|
_this.updateCell(args, rowIndex_1);
|
|
450
|
+
setValue('isEdit', false, _this.parent.grid);
|
|
449
451
|
_this.afterCellSave(args, row_1, rowIndex_1);
|
|
450
452
|
});
|
|
451
453
|
}
|
|
@@ -136,7 +136,7 @@ var ExcelExport = /** @class */ (function () {
|
|
|
136
136
|
if (!this.isLocal()) {
|
|
137
137
|
this.parent.flatData = [];
|
|
138
138
|
}
|
|
139
|
-
if (property && property.dataSource
|
|
139
|
+
if (property && property.dataSource) {
|
|
140
140
|
var flatsData = this.parent.flatData;
|
|
141
141
|
var dataSrc = property.dataSource instanceof DataManager ? property.dataSource.dataSource.json : property.dataSource;
|
|
142
142
|
this.parent.dataModule.convertToFlatData(dataSrc);
|
|
@@ -131,7 +131,7 @@ var PdfExport = /** @class */ (function () {
|
|
|
131
131
|
if (!isLocal) {
|
|
132
132
|
this.parent.flatData = [];
|
|
133
133
|
}
|
|
134
|
-
if (prop && prop.dataSource
|
|
134
|
+
if (prop && prop.dataSource) {
|
|
135
135
|
var flatDatas = this.parent.flatData;
|
|
136
136
|
var dataSrc = prop.dataSource instanceof DataManager ? prop.dataSource.dataSource.json : prop.dataSource;
|
|
137
137
|
this.parent.dataModule.convertToFlatData(dataSrc);
|
|
@@ -748,6 +748,10 @@ var TreeGrid = /** @class */ (function (_super) {
|
|
|
748
748
|
var root = 'root';
|
|
749
749
|
this.grid["" + root] = this["" + root] ? this["" + root] : this;
|
|
750
750
|
this.grid.appendTo(gridContainer);
|
|
751
|
+
var gridContent = this.element.getElementsByClassName('e-gridcontent')[0].childNodes[0];
|
|
752
|
+
gridContent.setAttribute('tabindex', '0');
|
|
753
|
+
var contentTable = this.element.getElementsByClassName('e-content')[0].querySelector('.e-table');
|
|
754
|
+
contentTable.setAttribute('role', 'treegrid');
|
|
751
755
|
if (this.isIndentEnabled) {
|
|
752
756
|
this.refreshToolbarItems();
|
|
753
757
|
}
|
|
@@ -2444,7 +2448,9 @@ var TreeGrid = /** @class */ (function (_super) {
|
|
|
2444
2448
|
}
|
|
2445
2449
|
else if (column.field) {
|
|
2446
2450
|
var currentColumn = _this.grid.getColumnByField(column.field);
|
|
2447
|
-
|
|
2451
|
+
if (!isNullOrUndefined(currentColumn)) {
|
|
2452
|
+
column.width = currentColumn.width;
|
|
2453
|
+
}
|
|
2448
2454
|
}
|
|
2449
2455
|
});
|
|
2450
2456
|
};
|
|
@@ -3490,11 +3496,12 @@ var TreeGrid = /** @class */ (function (_super) {
|
|
|
3490
3496
|
TreeGrid.prototype.treeColumnRowTemplate = function () {
|
|
3491
3497
|
var rows = this.getContentTable().rows;
|
|
3492
3498
|
rows = [].slice.call(rows);
|
|
3499
|
+
var rowsObject = this.grid.getRowsObject();
|
|
3493
3500
|
for (var i = 0; i < rows.length; i++) {
|
|
3494
3501
|
var rcell = this.grid.getContentTable().rows[parseInt(i.toString(), 10)]
|
|
3495
3502
|
.cells[this.treeColumnIndex];
|
|
3496
3503
|
var row = rows[parseInt(i.toString(), 10)];
|
|
3497
|
-
var rowData =
|
|
3504
|
+
var rowData = rowsObject.length != 0 ? rowsObject[parseInt(i.toString(), 10)].data : new Object();
|
|
3498
3505
|
var arg = { data: rowData, row: row, cell: rcell, column: this.getColumns()[this.treeColumnIndex] };
|
|
3499
3506
|
this.renderModule.cellRender(arg);
|
|
3500
3507
|
}
|