@syncfusion/ej2-treegrid 27.1.50 → 27.1.53
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/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 +29 -7
- package/dist/es6/ej2-treegrid.es2015.js.map +1 -1
- package/dist/es6/ej2-treegrid.es5.js +29 -7
- 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 +9 -9
- package/src/treegrid/base/treegrid.js +10 -4
- package/src/treegrid/renderer/virtual-tree-content-render.js +19 -3
- package/styles/bootstrap-dark-lite.css +5 -0
- package/styles/bootstrap-dark.css +5 -0
- package/styles/bootstrap-lite.css +5 -0
- package/styles/bootstrap.css +5 -0
- package/styles/bootstrap4-lite.css +5 -0
- package/styles/bootstrap4.css +5 -0
- package/styles/bootstrap5-dark-lite.css +5 -0
- package/styles/bootstrap5-dark.css +5 -0
- package/styles/bootstrap5-lite.css +5 -0
- package/styles/bootstrap5.3-lite.css +5 -0
- package/styles/bootstrap5.3.css +5 -0
- package/styles/bootstrap5.css +5 -0
- package/styles/fabric-dark-lite.css +5 -0
- package/styles/fabric-dark.css +5 -0
- package/styles/fabric-lite.css +5 -0
- package/styles/fabric.css +5 -0
- package/styles/fluent-dark-lite.css +5 -0
- package/styles/fluent-dark.css +5 -0
- package/styles/fluent-lite.css +5 -0
- package/styles/fluent.css +5 -0
- package/styles/fluent2-lite.css +5 -0
- package/styles/fluent2.css +5 -0
- package/styles/highcontrast-light-lite.css +5 -0
- package/styles/highcontrast-light.css +5 -0
- package/styles/highcontrast-lite.css +5 -0
- package/styles/highcontrast.css +5 -0
- package/styles/material-dark-lite.css +5 -0
- package/styles/material-dark.css +5 -0
- package/styles/material-lite.css +5 -0
- package/styles/material.css +5 -0
- package/styles/material3-dark-lite.css +5 -0
- package/styles/material3-dark.css +5 -0
- package/styles/material3-lite.css +5 -0
- package/styles/material3.css +5 -0
- package/styles/tailwind-dark-lite.css +5 -0
- package/styles/tailwind-dark.css +5 -0
- package/styles/tailwind-lite.css +5 -0
- package/styles/tailwind.css +5 -0
- package/styles/treegrid/_layout.scss +5 -0
- package/styles/treegrid/bootstrap-dark.css +5 -0
- package/styles/treegrid/bootstrap.css +5 -0
- package/styles/treegrid/bootstrap4.css +5 -0
- package/styles/treegrid/bootstrap5-dark.css +5 -0
- package/styles/treegrid/bootstrap5.3.css +5 -0
- package/styles/treegrid/bootstrap5.css +5 -0
- package/styles/treegrid/fabric-dark.css +5 -0
- package/styles/treegrid/fabric.css +5 -0
- package/styles/treegrid/fluent-dark.css +5 -0
- package/styles/treegrid/fluent.css +5 -0
- package/styles/treegrid/fluent2.css +5 -0
- package/styles/treegrid/highcontrast-light.css +5 -0
- package/styles/treegrid/highcontrast.css +5 -0
- package/styles/treegrid/material-dark.css +5 -0
- package/styles/treegrid/material.css +5 -0
- package/styles/treegrid/material3-dark.css +5 -0
- package/styles/treegrid/material3.css +5 -0
- package/styles/treegrid/tailwind-dark.css +5 -0
- package/styles/treegrid/tailwind.css +5 -0
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 27.1.
|
|
3
|
+
* version : 27.1.53
|
|
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@27.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-treegrid@27.1.51",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512
|
|
5
|
+
"_integrity": "sha512-BxreT6LDvMKgSbwdRPYsTT6awSyCNy2GranKmV7bDntQ9VmMOKr+EZuK9dCFwiGPlLbDELZA7ch+66FC6nICgQ==",
|
|
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.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-27.1.
|
|
28
|
-
"_shasum": "
|
|
27
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-27.1.51.tgz",
|
|
28
|
+
"_shasum": "14d89558206de07aeffbf02037b6d4dac8dcc603",
|
|
29
29
|
"_spec": "@syncfusion/ej2-treegrid@*",
|
|
30
30
|
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included",
|
|
31
31
|
"author": {
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
},
|
|
37
37
|
"bundleDependencies": false,
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@syncfusion/ej2-base": "~27.1.
|
|
40
|
-
"@syncfusion/ej2-data": "~27.1.
|
|
41
|
-
"@syncfusion/ej2-grids": "~27.1.
|
|
42
|
-
"@syncfusion/ej2-popups": "~27.1.
|
|
39
|
+
"@syncfusion/ej2-base": "~27.1.53",
|
|
40
|
+
"@syncfusion/ej2-data": "~27.1.52",
|
|
41
|
+
"@syncfusion/ej2-grids": "~27.1.53",
|
|
42
|
+
"@syncfusion/ej2-popups": "~27.1.53"
|
|
43
43
|
},
|
|
44
44
|
"deprecated": false,
|
|
45
45
|
"description": "Essential JS 2 TreeGrid Component",
|
|
@@ -76,6 +76,6 @@
|
|
|
76
76
|
"url": "git+https://github.com/syncfusion/ej2-treegrid.git"
|
|
77
77
|
},
|
|
78
78
|
"typings": "index.d.ts",
|
|
79
|
-
"version": "27.1.
|
|
79
|
+
"version": "27.1.53",
|
|
80
80
|
"sideEffects": false
|
|
81
81
|
}
|
|
@@ -2119,12 +2119,12 @@ var TreeGrid = /** @class */ (function (_super) {
|
|
|
2119
2119
|
*/
|
|
2120
2120
|
TreeGrid.prototype.getPersistData = function () {
|
|
2121
2121
|
var keyEntity = ['pageSettings', 'sortSettings',
|
|
2122
|
-
'filterSettings', 'columns', 'searchSettings', 'selectedRowIndex', 'treeColumnIndex'];
|
|
2122
|
+
'filterSettings', 'columns', 'searchSettings', 'selectedRowIndex', 'treeColumnIndex', 'scrollPosition'];
|
|
2123
2123
|
var ignoreOnPersist = {
|
|
2124
2124
|
pageSettings: ['template', 'pageSizes', 'pageSizeMode', 'enableQueryString', 'totalRecordsCount', 'pageCount'],
|
|
2125
2125
|
filterSettings: ['type', 'mode', 'showFilterBarStatus', 'immediateModeDelay', 'ignoreAccent', 'hierarchyMode'],
|
|
2126
2126
|
searchSettings: ['fields', 'operator', 'ignoreCase'],
|
|
2127
|
-
sortSettings: [], columns: [], selectedRowIndex: []
|
|
2127
|
+
sortSettings: [], columns: [], selectedRowIndex: [], scrollPosition: []
|
|
2128
2128
|
};
|
|
2129
2129
|
var ignoreOnColumn = ['filter', 'edit', 'filterBarTemplate', 'headerTemplate', 'template',
|
|
2130
2130
|
'commandTemplate', 'commands', 'dataSource'];
|
|
@@ -2974,6 +2974,9 @@ var TreeGrid = /** @class */ (function (_super) {
|
|
|
2974
2974
|
});
|
|
2975
2975
|
}
|
|
2976
2976
|
record = this.getCollapseExpandRecords(row, record);
|
|
2977
|
+
if (isNullOrUndefined(row) && isNullOrUndefined(record)) {
|
|
2978
|
+
return;
|
|
2979
|
+
}
|
|
2977
2980
|
if (!isNullOrUndefined(row) && row.cells[0].classList.contains('e-lastrowcell')) {
|
|
2978
2981
|
this.lastRowBorder(row, false);
|
|
2979
2982
|
}
|
|
@@ -3055,7 +3058,7 @@ var TreeGrid = /** @class */ (function (_super) {
|
|
|
3055
3058
|
return e.hasChildRecords;
|
|
3056
3059
|
});
|
|
3057
3060
|
}
|
|
3058
|
-
else if (isNullOrUndefined(record)) {
|
|
3061
|
+
else if (isNullOrUndefined(record) && !isNullOrUndefined(row)) {
|
|
3059
3062
|
if (this.detailTemplate) {
|
|
3060
3063
|
record = this.grid.getCurrentViewRecords()[row.getAttribute('data-rowindex')];
|
|
3061
3064
|
}
|
|
@@ -3096,6 +3099,9 @@ var TreeGrid = /** @class */ (function (_super) {
|
|
|
3096
3099
|
});
|
|
3097
3100
|
}
|
|
3098
3101
|
record = this.getCollapseExpandRecords(row, record);
|
|
3102
|
+
if (isNullOrUndefined(row) && isNullOrUndefined(record)) {
|
|
3103
|
+
return;
|
|
3104
|
+
}
|
|
3099
3105
|
if (this.isCollapseAll && !isRemoteData(this)) {
|
|
3100
3106
|
var args = { data: parentRec, row: row, cancel: false };
|
|
3101
3107
|
if (!this.isCollapsingEventTriggered) {
|
|
@@ -3117,7 +3123,7 @@ var TreeGrid = /** @class */ (function (_super) {
|
|
|
3117
3123
|
else if (!this.isCollapseAll || (this.isCollapseAll && isRemoteData(this))) {
|
|
3118
3124
|
var args = { data: record, row: row, cancel: false };
|
|
3119
3125
|
this.trigger(events.collapsing, args, function (collapsingArgs) {
|
|
3120
|
-
if (!collapsingArgs.cancel
|
|
3126
|
+
if (!collapsingArgs.cancel) {
|
|
3121
3127
|
_this.collapseRows(row, record, parentRec);
|
|
3122
3128
|
}
|
|
3123
3129
|
});
|
|
@@ -126,6 +126,18 @@ var VirtualTreeContentRenderer = /** @class */ (function (_super) {
|
|
|
126
126
|
this.parent["" + action]('refresh-virtual-block', this.refreshContentRows, this);
|
|
127
127
|
this.fn = function () {
|
|
128
128
|
_this.observers.observes(function (scrollArgs) { return _this.scrollListeners(scrollArgs); }, _this.onEnteredAction(), _this.parent);
|
|
129
|
+
var gObj = _this.parent;
|
|
130
|
+
if (gObj.root.enablePersistence && gObj.root.scrollPosition) {
|
|
131
|
+
_this.content.scrollTop = gObj.root.scrollPosition.top;
|
|
132
|
+
if (gObj.root.enableColumnVirtualization) {
|
|
133
|
+
_this.content.scrollLeft = gObj.root.scrollPosition.left;
|
|
134
|
+
}
|
|
135
|
+
var scrollValues = {
|
|
136
|
+
direction: 'down', sentinel: _this.observer.sentinelInfo.down,
|
|
137
|
+
offset: gObj.root.scrollPosition, focusElement: gObj.element
|
|
138
|
+
};
|
|
139
|
+
_this.scrollListeners(scrollValues);
|
|
140
|
+
}
|
|
129
141
|
_this.parent.off('content-ready', _this.fn);
|
|
130
142
|
};
|
|
131
143
|
this.parent.addEventListener('dataBound', this.dataBoundEvent.bind(this));
|
|
@@ -384,6 +396,9 @@ var VirtualTreeContentRenderer = /** @class */ (function (_super) {
|
|
|
384
396
|
};
|
|
385
397
|
VirtualTreeContentRenderer.prototype.scrollListeners = function (scrollArgs) {
|
|
386
398
|
this['scrollAfterEdit']();
|
|
399
|
+
if (this.parent.root.enablePersistence) {
|
|
400
|
+
this.parent.root.scrollPosition = scrollArgs.offset;
|
|
401
|
+
}
|
|
387
402
|
var info = scrollArgs.sentinel;
|
|
388
403
|
var rowHeight = this.parent.getRowHeight();
|
|
389
404
|
var outBuffer = this.parent.pageSettings.pageSize - Math.ceil(this.parent.pageSettings.pageSize / 2);
|
|
@@ -405,13 +420,14 @@ var VirtualTreeContentRenderer = /** @class */ (function (_super) {
|
|
|
405
420
|
- this.parent.pageSettings.pageSize;
|
|
406
421
|
index = (index > 0) ? index : 0;
|
|
407
422
|
if (!isNullOrUndefined(this["" + selectedRowIndex]) && this["" + selectedRowIndex] !== -1 && index !== this["" + selectedRowIndex] &&
|
|
408
|
-
((this.parent.rowHeight * this.parent.pageSettings.pageSize) < content.scrollTop)
|
|
423
|
+
((this.parent.rowHeight * this.parent.pageSettings.pageSize) < content.scrollTop) &&
|
|
424
|
+
!(this.parent.root && this.parent.root.treeGrid && this.parent.root.treeGrid.isGantt)) {
|
|
409
425
|
index = this["" + selectedRowIndex];
|
|
410
426
|
}
|
|
411
427
|
this.startIndex = index;
|
|
412
428
|
this.endIndex = index + this.parent.pageSettings.pageSize;
|
|
413
429
|
if (this.endIndex > this.totalRecords) {
|
|
414
|
-
var lastInx = this.totalRecords
|
|
430
|
+
var lastInx = this.totalRecords;
|
|
415
431
|
var remains = this.endIndex % lastInx;
|
|
416
432
|
this.endIndex = lastInx;
|
|
417
433
|
this.startIndex = (this.startIndex - remains) < 0 ? 0 : (this.startIndex - remains);
|
|
@@ -449,7 +465,7 @@ var VirtualTreeContentRenderer = /** @class */ (function (_super) {
|
|
|
449
465
|
var nextSetResIndex = ~~(content.scrollTop / rowHeight);
|
|
450
466
|
var isLastBlock = (this["" + selectedRowIndex] + this.parent.pageSettings.pageSize) < this.totalRecords ? false : true;
|
|
451
467
|
if (!isNullOrUndefined(this["" + selectedRowIndex]) && this["" + selectedRowIndex] !== -1 &&
|
|
452
|
-
nextSetResIndex !== this["" + selectedRowIndex] && !isLastBlock) {
|
|
468
|
+
nextSetResIndex !== this["" + selectedRowIndex] && !isLastBlock && !(this.parent.root && this.parent.root.treeGrid && this.parent.root.treeGrid.isGantt)) {
|
|
453
469
|
nextSetResIndex = this["" + selectedRowIndex];
|
|
454
470
|
}
|
|
455
471
|
var lastIndex = nextSetResIndex + this.parent.pageSettings.pageSize;
|
|
@@ -223,6 +223,11 @@
|
|
|
223
223
|
white-space: normal;
|
|
224
224
|
word-wrap: break-word;
|
|
225
225
|
}
|
|
226
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
227
|
+
display: inline-block;
|
|
228
|
+
white-space: nowrap;
|
|
229
|
+
word-wrap: break-word;
|
|
230
|
+
}
|
|
226
231
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
227
232
|
display: inline-block;
|
|
228
233
|
white-space: normal;
|
|
@@ -223,6 +223,11 @@
|
|
|
223
223
|
white-space: normal;
|
|
224
224
|
word-wrap: break-word;
|
|
225
225
|
}
|
|
226
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
227
|
+
display: inline-block;
|
|
228
|
+
white-space: nowrap;
|
|
229
|
+
word-wrap: break-word;
|
|
230
|
+
}
|
|
226
231
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
227
232
|
display: inline-block;
|
|
228
233
|
white-space: normal;
|
|
@@ -226,6 +226,11 @@
|
|
|
226
226
|
white-space: normal;
|
|
227
227
|
word-wrap: break-word;
|
|
228
228
|
}
|
|
229
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
230
|
+
display: inline-block;
|
|
231
|
+
white-space: nowrap;
|
|
232
|
+
word-wrap: break-word;
|
|
233
|
+
}
|
|
229
234
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
230
235
|
display: inline-block;
|
|
231
236
|
white-space: normal;
|
package/styles/bootstrap.css
CHANGED
|
@@ -226,6 +226,11 @@
|
|
|
226
226
|
white-space: normal;
|
|
227
227
|
word-wrap: break-word;
|
|
228
228
|
}
|
|
229
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
230
|
+
display: inline-block;
|
|
231
|
+
white-space: nowrap;
|
|
232
|
+
word-wrap: break-word;
|
|
233
|
+
}
|
|
229
234
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
230
235
|
display: inline-block;
|
|
231
236
|
white-space: normal;
|
|
@@ -259,6 +259,11 @@
|
|
|
259
259
|
white-space: normal;
|
|
260
260
|
word-wrap: break-word;
|
|
261
261
|
}
|
|
262
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
263
|
+
display: inline-block;
|
|
264
|
+
white-space: nowrap;
|
|
265
|
+
word-wrap: break-word;
|
|
266
|
+
}
|
|
262
267
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
263
268
|
display: inline-block;
|
|
264
269
|
white-space: normal;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -259,6 +259,11 @@
|
|
|
259
259
|
white-space: normal;
|
|
260
260
|
word-wrap: break-word;
|
|
261
261
|
}
|
|
262
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
263
|
+
display: inline-block;
|
|
264
|
+
white-space: nowrap;
|
|
265
|
+
word-wrap: break-word;
|
|
266
|
+
}
|
|
262
267
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
263
268
|
display: inline-block;
|
|
264
269
|
white-space: normal;
|
|
@@ -262,6 +262,11 @@
|
|
|
262
262
|
white-space: normal;
|
|
263
263
|
word-wrap: break-word;
|
|
264
264
|
}
|
|
265
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
266
|
+
display: inline-block;
|
|
267
|
+
white-space: nowrap;
|
|
268
|
+
word-wrap: break-word;
|
|
269
|
+
}
|
|
265
270
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
266
271
|
display: inline-block;
|
|
267
272
|
white-space: normal;
|
|
@@ -262,6 +262,11 @@
|
|
|
262
262
|
white-space: normal;
|
|
263
263
|
word-wrap: break-word;
|
|
264
264
|
}
|
|
265
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
266
|
+
display: inline-block;
|
|
267
|
+
white-space: nowrap;
|
|
268
|
+
word-wrap: break-word;
|
|
269
|
+
}
|
|
265
270
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
266
271
|
display: inline-block;
|
|
267
272
|
white-space: normal;
|
|
@@ -262,6 +262,11 @@
|
|
|
262
262
|
white-space: normal;
|
|
263
263
|
word-wrap: break-word;
|
|
264
264
|
}
|
|
265
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
266
|
+
display: inline-block;
|
|
267
|
+
white-space: nowrap;
|
|
268
|
+
word-wrap: break-word;
|
|
269
|
+
}
|
|
265
270
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
266
271
|
display: inline-block;
|
|
267
272
|
white-space: normal;
|
|
@@ -266,6 +266,11 @@
|
|
|
266
266
|
white-space: normal;
|
|
267
267
|
word-wrap: break-word;
|
|
268
268
|
}
|
|
269
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
270
|
+
display: inline-block;
|
|
271
|
+
white-space: nowrap;
|
|
272
|
+
word-wrap: break-word;
|
|
273
|
+
}
|
|
269
274
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
270
275
|
display: inline-block;
|
|
271
276
|
white-space: normal;
|
package/styles/bootstrap5.3.css
CHANGED
|
@@ -266,6 +266,11 @@
|
|
|
266
266
|
white-space: normal;
|
|
267
267
|
word-wrap: break-word;
|
|
268
268
|
}
|
|
269
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
270
|
+
display: inline-block;
|
|
271
|
+
white-space: nowrap;
|
|
272
|
+
word-wrap: break-word;
|
|
273
|
+
}
|
|
269
274
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
270
275
|
display: inline-block;
|
|
271
276
|
white-space: normal;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -262,6 +262,11 @@
|
|
|
262
262
|
white-space: normal;
|
|
263
263
|
word-wrap: break-word;
|
|
264
264
|
}
|
|
265
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
266
|
+
display: inline-block;
|
|
267
|
+
white-space: nowrap;
|
|
268
|
+
word-wrap: break-word;
|
|
269
|
+
}
|
|
265
270
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
266
271
|
display: inline-block;
|
|
267
272
|
white-space: normal;
|
|
@@ -202,6 +202,11 @@
|
|
|
202
202
|
white-space: normal;
|
|
203
203
|
word-wrap: break-word;
|
|
204
204
|
}
|
|
205
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
206
|
+
display: inline-block;
|
|
207
|
+
white-space: nowrap;
|
|
208
|
+
word-wrap: break-word;
|
|
209
|
+
}
|
|
205
210
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
206
211
|
display: inline-block;
|
|
207
212
|
white-space: normal;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -202,6 +202,11 @@
|
|
|
202
202
|
white-space: normal;
|
|
203
203
|
word-wrap: break-word;
|
|
204
204
|
}
|
|
205
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
206
|
+
display: inline-block;
|
|
207
|
+
white-space: nowrap;
|
|
208
|
+
word-wrap: break-word;
|
|
209
|
+
}
|
|
205
210
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
206
211
|
display: inline-block;
|
|
207
212
|
white-space: normal;
|
package/styles/fabric-lite.css
CHANGED
|
@@ -202,6 +202,11 @@
|
|
|
202
202
|
white-space: normal;
|
|
203
203
|
word-wrap: break-word;
|
|
204
204
|
}
|
|
205
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
206
|
+
display: inline-block;
|
|
207
|
+
white-space: nowrap;
|
|
208
|
+
word-wrap: break-word;
|
|
209
|
+
}
|
|
205
210
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
206
211
|
display: inline-block;
|
|
207
212
|
white-space: normal;
|
package/styles/fabric.css
CHANGED
|
@@ -202,6 +202,11 @@
|
|
|
202
202
|
white-space: normal;
|
|
203
203
|
word-wrap: break-word;
|
|
204
204
|
}
|
|
205
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
206
|
+
display: inline-block;
|
|
207
|
+
white-space: nowrap;
|
|
208
|
+
word-wrap: break-word;
|
|
209
|
+
}
|
|
205
210
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
206
211
|
display: inline-block;
|
|
207
212
|
white-space: normal;
|
|
@@ -265,6 +265,11 @@
|
|
|
265
265
|
white-space: normal;
|
|
266
266
|
word-wrap: break-word;
|
|
267
267
|
}
|
|
268
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
269
|
+
display: inline-block;
|
|
270
|
+
white-space: nowrap;
|
|
271
|
+
word-wrap: break-word;
|
|
272
|
+
}
|
|
268
273
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
269
274
|
display: inline-block;
|
|
270
275
|
white-space: normal;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -265,6 +265,11 @@
|
|
|
265
265
|
white-space: normal;
|
|
266
266
|
word-wrap: break-word;
|
|
267
267
|
}
|
|
268
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
269
|
+
display: inline-block;
|
|
270
|
+
white-space: nowrap;
|
|
271
|
+
word-wrap: break-word;
|
|
272
|
+
}
|
|
268
273
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
269
274
|
display: inline-block;
|
|
270
275
|
white-space: normal;
|
package/styles/fluent-lite.css
CHANGED
|
@@ -265,6 +265,11 @@
|
|
|
265
265
|
white-space: normal;
|
|
266
266
|
word-wrap: break-word;
|
|
267
267
|
}
|
|
268
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
269
|
+
display: inline-block;
|
|
270
|
+
white-space: nowrap;
|
|
271
|
+
word-wrap: break-word;
|
|
272
|
+
}
|
|
268
273
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
269
274
|
display: inline-block;
|
|
270
275
|
white-space: normal;
|
package/styles/fluent.css
CHANGED
|
@@ -265,6 +265,11 @@
|
|
|
265
265
|
white-space: normal;
|
|
266
266
|
word-wrap: break-word;
|
|
267
267
|
}
|
|
268
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
269
|
+
display: inline-block;
|
|
270
|
+
white-space: nowrap;
|
|
271
|
+
word-wrap: break-word;
|
|
272
|
+
}
|
|
268
273
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
269
274
|
display: inline-block;
|
|
270
275
|
white-space: normal;
|
package/styles/fluent2-lite.css
CHANGED
|
@@ -450,6 +450,11 @@
|
|
|
450
450
|
white-space: normal;
|
|
451
451
|
word-wrap: break-word;
|
|
452
452
|
}
|
|
453
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
454
|
+
display: inline-block;
|
|
455
|
+
white-space: nowrap;
|
|
456
|
+
word-wrap: break-word;
|
|
457
|
+
}
|
|
453
458
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
454
459
|
display: inline-block;
|
|
455
460
|
white-space: normal;
|
package/styles/fluent2.css
CHANGED
|
@@ -450,6 +450,11 @@
|
|
|
450
450
|
white-space: normal;
|
|
451
451
|
word-wrap: break-word;
|
|
452
452
|
}
|
|
453
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
454
|
+
display: inline-block;
|
|
455
|
+
white-space: nowrap;
|
|
456
|
+
word-wrap: break-word;
|
|
457
|
+
}
|
|
453
458
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
454
459
|
display: inline-block;
|
|
455
460
|
white-space: normal;
|
|
@@ -208,6 +208,11 @@
|
|
|
208
208
|
white-space: normal;
|
|
209
209
|
word-wrap: break-word;
|
|
210
210
|
}
|
|
211
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
212
|
+
display: inline-block;
|
|
213
|
+
white-space: nowrap;
|
|
214
|
+
word-wrap: break-word;
|
|
215
|
+
}
|
|
211
216
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
212
217
|
display: inline-block;
|
|
213
218
|
white-space: normal;
|
|
@@ -208,6 +208,11 @@
|
|
|
208
208
|
white-space: normal;
|
|
209
209
|
word-wrap: break-word;
|
|
210
210
|
}
|
|
211
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
212
|
+
display: inline-block;
|
|
213
|
+
white-space: nowrap;
|
|
214
|
+
word-wrap: break-word;
|
|
215
|
+
}
|
|
211
216
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
212
217
|
display: inline-block;
|
|
213
218
|
white-space: normal;
|
|
@@ -215,6 +215,11 @@
|
|
|
215
215
|
white-space: normal;
|
|
216
216
|
word-wrap: break-word;
|
|
217
217
|
}
|
|
218
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
219
|
+
display: inline-block;
|
|
220
|
+
white-space: nowrap;
|
|
221
|
+
word-wrap: break-word;
|
|
222
|
+
}
|
|
218
223
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
219
224
|
display: inline-block;
|
|
220
225
|
white-space: normal;
|
package/styles/highcontrast.css
CHANGED
|
@@ -215,6 +215,11 @@
|
|
|
215
215
|
white-space: normal;
|
|
216
216
|
word-wrap: break-word;
|
|
217
217
|
}
|
|
218
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
219
|
+
display: inline-block;
|
|
220
|
+
white-space: nowrap;
|
|
221
|
+
word-wrap: break-word;
|
|
222
|
+
}
|
|
218
223
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
219
224
|
display: inline-block;
|
|
220
225
|
white-space: normal;
|
|
@@ -284,6 +284,11 @@
|
|
|
284
284
|
white-space: normal;
|
|
285
285
|
word-wrap: break-word;
|
|
286
286
|
}
|
|
287
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
288
|
+
display: inline-block;
|
|
289
|
+
white-space: nowrap;
|
|
290
|
+
word-wrap: break-word;
|
|
291
|
+
}
|
|
287
292
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
288
293
|
display: inline-block;
|
|
289
294
|
white-space: normal;
|
package/styles/material-dark.css
CHANGED
|
@@ -284,6 +284,11 @@
|
|
|
284
284
|
white-space: normal;
|
|
285
285
|
word-wrap: break-word;
|
|
286
286
|
}
|
|
287
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
288
|
+
display: inline-block;
|
|
289
|
+
white-space: nowrap;
|
|
290
|
+
word-wrap: break-word;
|
|
291
|
+
}
|
|
287
292
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
288
293
|
display: inline-block;
|
|
289
294
|
white-space: normal;
|
package/styles/material-lite.css
CHANGED
|
@@ -308,6 +308,11 @@
|
|
|
308
308
|
white-space: normal;
|
|
309
309
|
word-wrap: break-word;
|
|
310
310
|
}
|
|
311
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
312
|
+
display: inline-block;
|
|
313
|
+
white-space: nowrap;
|
|
314
|
+
word-wrap: break-word;
|
|
315
|
+
}
|
|
311
316
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
312
317
|
display: inline-block;
|
|
313
318
|
white-space: normal;
|
package/styles/material.css
CHANGED
|
@@ -308,6 +308,11 @@
|
|
|
308
308
|
white-space: normal;
|
|
309
309
|
word-wrap: break-word;
|
|
310
310
|
}
|
|
311
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
312
|
+
display: inline-block;
|
|
313
|
+
white-space: nowrap;
|
|
314
|
+
word-wrap: break-word;
|
|
315
|
+
}
|
|
311
316
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
312
317
|
display: inline-block;
|
|
313
318
|
white-space: normal;
|
|
@@ -295,6 +295,11 @@
|
|
|
295
295
|
white-space: normal;
|
|
296
296
|
word-wrap: break-word;
|
|
297
297
|
}
|
|
298
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
299
|
+
display: inline-block;
|
|
300
|
+
white-space: nowrap;
|
|
301
|
+
word-wrap: break-word;
|
|
302
|
+
}
|
|
298
303
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
299
304
|
display: inline-block;
|
|
300
305
|
white-space: normal;
|
|
@@ -295,6 +295,11 @@
|
|
|
295
295
|
white-space: normal;
|
|
296
296
|
word-wrap: break-word;
|
|
297
297
|
}
|
|
298
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
299
|
+
display: inline-block;
|
|
300
|
+
white-space: nowrap;
|
|
301
|
+
word-wrap: break-word;
|
|
302
|
+
}
|
|
298
303
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
299
304
|
display: inline-block;
|
|
300
305
|
white-space: normal;
|
|
@@ -297,6 +297,11 @@
|
|
|
297
297
|
white-space: normal;
|
|
298
298
|
word-wrap: break-word;
|
|
299
299
|
}
|
|
300
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
301
|
+
display: inline-block;
|
|
302
|
+
white-space: nowrap;
|
|
303
|
+
word-wrap: break-word;
|
|
304
|
+
}
|
|
300
305
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
301
306
|
display: inline-block;
|
|
302
307
|
white-space: normal;
|
package/styles/material3.css
CHANGED
|
@@ -297,6 +297,11 @@
|
|
|
297
297
|
white-space: normal;
|
|
298
298
|
word-wrap: break-word;
|
|
299
299
|
}
|
|
300
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
301
|
+
display: inline-block;
|
|
302
|
+
white-space: nowrap;
|
|
303
|
+
word-wrap: break-word;
|
|
304
|
+
}
|
|
300
305
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
301
306
|
display: inline-block;
|
|
302
307
|
white-space: normal;
|
|
@@ -235,6 +235,11 @@
|
|
|
235
235
|
white-space: normal;
|
|
236
236
|
word-wrap: break-word;
|
|
237
237
|
}
|
|
238
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
239
|
+
display: inline-block;
|
|
240
|
+
white-space: nowrap;
|
|
241
|
+
word-wrap: break-word;
|
|
242
|
+
}
|
|
238
243
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
239
244
|
display: inline-block;
|
|
240
245
|
white-space: normal;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -235,6 +235,11 @@
|
|
|
235
235
|
white-space: normal;
|
|
236
236
|
word-wrap: break-word;
|
|
237
237
|
}
|
|
238
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
239
|
+
display: inline-block;
|
|
240
|
+
white-space: nowrap;
|
|
241
|
+
word-wrap: break-word;
|
|
242
|
+
}
|
|
238
243
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
239
244
|
display: inline-block;
|
|
240
245
|
white-space: normal;
|
package/styles/tailwind-lite.css
CHANGED
|
@@ -235,6 +235,11 @@
|
|
|
235
235
|
white-space: normal;
|
|
236
236
|
word-wrap: break-word;
|
|
237
237
|
}
|
|
238
|
+
.e-treegrid .e-grid.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
239
|
+
display: inline-block;
|
|
240
|
+
white-space: nowrap;
|
|
241
|
+
word-wrap: break-word;
|
|
242
|
+
}
|
|
238
243
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
239
244
|
display: inline-block;
|
|
240
245
|
white-space: normal;
|