@syncfusion/ej2-treegrid 29.2.4 → 30.1.37
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/.eslintrc.json +2 -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 +251 -149
- package/dist/es6/ej2-treegrid.es2015.js.map +1 -1
- package/dist/es6/ej2-treegrid.es5.js +311 -178
- 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 +15 -51
- package/src/treegrid/actions/batch-edit.d.ts +1 -0
- package/src/treegrid/actions/batch-edit.js +57 -29
- package/src/treegrid/actions/clipboard.js +5 -8
- package/src/treegrid/actions/crud-actions.js +3 -1
- package/src/treegrid/actions/detail-row.js +7 -8
- package/src/treegrid/actions/edit.d.ts +1 -0
- package/src/treegrid/actions/edit.js +26 -11
- package/src/treegrid/actions/filter.js +2 -5
- package/src/treegrid/actions/rowdragdrop.js +7 -13
- package/src/treegrid/actions/sort.js +6 -1
- package/src/treegrid/actions/summary.js +2 -16
- package/src/treegrid/actions/toolbar.js +2 -2
- package/src/treegrid/base/data.js +34 -14
- package/src/treegrid/base/interface.d.ts +5 -1
- package/src/treegrid/base/treegrid-model.d.ts +8 -1
- package/src/treegrid/base/treegrid.d.ts +7 -0
- package/src/treegrid/base/treegrid.js +87 -53
- package/src/treegrid/renderer/virtual-row-model-generator.js +10 -13
- package/src/treegrid/renderer/virtual-tree-content-render.d.ts +1 -0
- package/src/treegrid/renderer/virtual-tree-content-render.js +65 -6
- package/styles/bds-lite.css +30 -0
- package/styles/bds.css +30 -0
- package/styles/bootstrap-dark-lite.css +30 -0
- package/styles/bootstrap-dark.css +30 -0
- package/styles/bootstrap-lite.css +30 -0
- package/styles/bootstrap.css +30 -0
- package/styles/bootstrap4-lite.css +30 -0
- package/styles/bootstrap4.css +30 -0
- package/styles/bootstrap5-dark-lite.css +30 -0
- package/styles/bootstrap5-dark.css +30 -0
- package/styles/bootstrap5-lite.css +30 -0
- package/styles/bootstrap5.3-lite.css +30 -0
- package/styles/bootstrap5.3.css +30 -0
- package/styles/bootstrap5.css +30 -0
- package/styles/fabric-dark-lite.css +30 -0
- package/styles/fabric-dark.css +30 -0
- package/styles/fabric-lite.css +30 -0
- package/styles/fabric.css +30 -0
- package/styles/fluent-dark-lite.css +30 -0
- package/styles/fluent-dark.css +30 -0
- package/styles/fluent-lite.css +30 -0
- package/styles/fluent.css +30 -0
- package/styles/fluent2-lite.css +30 -0
- package/styles/fluent2.css +30 -3
- package/styles/highcontrast-light-lite.css +30 -0
- package/styles/highcontrast-light.css +30 -0
- package/styles/highcontrast-lite.css +30 -0
- package/styles/highcontrast.css +30 -0
- package/styles/material-dark-lite.css +30 -0
- package/styles/material-dark.css +30 -0
- package/styles/material-lite.css +30 -0
- package/styles/material.css +30 -0
- package/styles/material3-dark-lite.css +30 -0
- package/styles/material3-dark.css +30 -0
- package/styles/material3-lite.css +30 -0
- package/styles/material3.css +30 -0
- package/styles/tailwind-dark-lite.css +30 -0
- package/styles/tailwind-dark.css +30 -0
- package/styles/tailwind-lite.css +30 -0
- package/styles/tailwind.css +30 -0
- package/styles/tailwind3-lite.css +30 -0
- package/styles/tailwind3.css +30 -0
- package/styles/treegrid/_bigger.scss +66 -66
- package/styles/treegrid/_layout.scss +39 -0
- package/styles/treegrid/bds.css +30 -0
- package/styles/treegrid/bootstrap-dark.css +30 -0
- package/styles/treegrid/bootstrap.css +30 -0
- package/styles/treegrid/bootstrap4.css +30 -0
- package/styles/treegrid/bootstrap5-dark.css +30 -0
- package/styles/treegrid/bootstrap5.3.css +30 -0
- package/styles/treegrid/bootstrap5.css +30 -0
- package/styles/treegrid/fabric-dark.css +30 -0
- package/styles/treegrid/fabric.css +30 -0
- package/styles/treegrid/fluent-dark.css +30 -0
- package/styles/treegrid/fluent.css +30 -0
- package/styles/treegrid/fluent2.css +30 -3
- package/styles/treegrid/highcontrast-light.css +30 -0
- package/styles/treegrid/highcontrast.css +30 -0
- package/styles/treegrid/material-dark.css +30 -0
- package/styles/treegrid/material.css +30 -0
- package/styles/treegrid/material3-dark.css +30 -0
- package/styles/treegrid/material3.css +30 -0
- package/styles/treegrid/tailwind-dark.css +30 -0
- package/styles/treegrid/tailwind.css +30 -0
- package/styles/treegrid/tailwind3.css +30 -0
|
@@ -11,7 +11,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
11
11
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12
12
|
};
|
|
13
13
|
})();
|
|
14
|
-
import { Cell, CellType } from '@syncfusion/ej2-grids';
|
|
14
|
+
import { Cell, CellType, getVisiblePage } from '@syncfusion/ej2-grids';
|
|
15
15
|
import { VirtualContentRenderer } from '@syncfusion/ej2-grids';
|
|
16
16
|
import * as literals from '../base/constant';
|
|
17
17
|
import { InterSectionObserver } from '@syncfusion/ej2-grids';
|
|
@@ -19,7 +19,7 @@ import { TreeVirtualRowModelGenerator } from '../renderer/virtual-row-model-gene
|
|
|
19
19
|
import * as events from '../base/constant';
|
|
20
20
|
import { isNullOrUndefined, EventHandler, getValue, setValue, Browser, debounce } from '@syncfusion/ej2-base';
|
|
21
21
|
import { DataManager } from '@syncfusion/ej2-data';
|
|
22
|
-
import { isCountRequired } from '../utils';
|
|
22
|
+
import { isCountRequired, isRemoteData } from '../utils';
|
|
23
23
|
/**
|
|
24
24
|
* VirtualTreeContentRenderer
|
|
25
25
|
*
|
|
@@ -219,6 +219,7 @@ var VirtualTreeContentRenderer = /** @class */ (function (_super) {
|
|
|
219
219
|
this.parent["" + action]('refresh-virtual-editform-cells', this.refreshCell, this);
|
|
220
220
|
this.parent["" + action]('virtaul-cell-focus', this.cellFocus, this);
|
|
221
221
|
this.parent["" + action]('virtual-scroll-edit', this.restoreEditState, this);
|
|
222
|
+
this.parent["" + action]('set-virtual-page-query', this.SetVirtualPageQury, this);
|
|
222
223
|
}
|
|
223
224
|
else {
|
|
224
225
|
_super.prototype.eventListener.call(this, 'on');
|
|
@@ -471,6 +472,18 @@ var VirtualTreeContentRenderer = /** @class */ (function (_super) {
|
|
|
471
472
|
var restoreEdit = 'restoreEdit';
|
|
472
473
|
_super.prototype["" + restoreEdit].call(this);
|
|
473
474
|
};
|
|
475
|
+
VirtualTreeContentRenderer.prototype.SetVirtualPageQury = function (args) {
|
|
476
|
+
var visiblePage = [];
|
|
477
|
+
if (this.prevInfo && this.prevInfo.blockIndexes) {
|
|
478
|
+
visiblePage = getVisiblePage(this.prevInfo.blockIndexes);
|
|
479
|
+
}
|
|
480
|
+
if ((this.requestType === 'refresh') && visiblePage.length) {
|
|
481
|
+
args.query.skip(this.parent.pageSettings.pageSize * (visiblePage[0] - 1));
|
|
482
|
+
args.query.take(this.parent.pageSettings.pageSize * visiblePage.length);
|
|
483
|
+
args.skipPage = true;
|
|
484
|
+
return;
|
|
485
|
+
}
|
|
486
|
+
};
|
|
474
487
|
/**
|
|
475
488
|
* Resets the edit state if certain conditions are met.
|
|
476
489
|
*
|
|
@@ -611,6 +624,19 @@ var VirtualTreeContentRenderer = /** @class */ (function (_super) {
|
|
|
611
624
|
var xAxis = current.axis === 'X';
|
|
612
625
|
var x = _this.getColumnOffset(xAxis ? _this.vgenerator.getColumnIndexes()[0] - 1 : _this.prevInfo.columnIndexes[0]
|
|
613
626
|
- 1);
|
|
627
|
+
if (_this.parent.isFrozenGrid() && _this.parent.enableColumnVirtualization && _this.currentInfo &&
|
|
628
|
+
_this.currentInfo.columnIndexes) {
|
|
629
|
+
var cBlock = _this.currentInfo.columnIndexes[0] - 1;
|
|
630
|
+
var frzLeftWidth_1 = 0;
|
|
631
|
+
_this.parent.getColumns().filter(function (col) {
|
|
632
|
+
if (col.visible && col.freeze === 'Left') {
|
|
633
|
+
frzLeftWidth_1 += parseInt(col.width.toString(), 10);
|
|
634
|
+
}
|
|
635
|
+
});
|
|
636
|
+
if (cBlock > _this.parent.getVisibleFrozenLeftCount()) {
|
|
637
|
+
x = x - frzLeftWidth_1;
|
|
638
|
+
}
|
|
639
|
+
}
|
|
614
640
|
if (xAxis) {
|
|
615
641
|
var idx = Object.keys(_this.vgenerator.cOffsets).length - _this.prevInfo.columnIndexes.length;
|
|
616
642
|
var maxLeft = _this.vgenerator.cOffsets[idx - 1];
|
|
@@ -628,6 +654,9 @@ var VirtualTreeContentRenderer = /** @class */ (function (_super) {
|
|
|
628
654
|
}
|
|
629
655
|
if (_this.parent.enableColumnVirtualization) {
|
|
630
656
|
_this.header.virtualEle.adjustTable(x, 0);
|
|
657
|
+
if (_this.parent.isFrozenGrid()) {
|
|
658
|
+
_this.parent.contentModule['resetStickyLeftPos'](x);
|
|
659
|
+
}
|
|
631
660
|
}
|
|
632
661
|
}
|
|
633
662
|
}
|
|
@@ -772,14 +801,15 @@ var VirtualTreeContentRenderer = /** @class */ (function (_super) {
|
|
|
772
801
|
if (((downScroll && scrollArgs.direction !== 'up' && (scrollArgs.offset.top < (rowHeight * this.totalRecords)))
|
|
773
802
|
|| (upScroll)) || (scrollArgs.direction === 'right' || scrollArgs.direction === 'left') ||
|
|
774
803
|
((this.parent.dataSource instanceof DataManager && this.parent.dataSource.dataSource.url !== undefined
|
|
775
|
-
&& !this.parent.dataSource.dataSource.offline && this.parent.dataSource.dataSource.url !== '')
|
|
804
|
+
&& !this.parent.dataSource.dataSource.offline && this.parent.dataSource.dataSource.url !== ''))) {
|
|
776
805
|
var viewInfo = this.currentInfo = getValue('getInfoFromView', this).apply(this, [scrollArgs.direction, info, scrollArgs.offset]);
|
|
777
806
|
this.previousInfo = viewInfo;
|
|
778
|
-
if (this.prevInfo &&
|
|
807
|
+
if (this.prevInfo && ((info.axis === 'Y' && this.prevInfo.blockIndexes.toString() === viewInfo.blockIndexes.toString())
|
|
779
808
|
|| ((info.axis === 'X' && this.prevInfo.columnIndexes.toString() === viewInfo.columnIndexes.toString())
|
|
780
809
|
|| (this.parent.isFrozenGrid() && this.parent.getVisibleFrozenLeftCount() >= viewInfo.columnIndexes[0]
|
|
781
810
|
&& this.prevInfo.columnIndexes.toString().includes(viewInfo.columnIndexes.toString()))))) {
|
|
782
811
|
this.parent.removeMaskRow();
|
|
812
|
+
this.parent.notify('removeGanttShimmer', { requestType: 'hideShimmer' });
|
|
783
813
|
if (Browser.isIE) {
|
|
784
814
|
this.parent.hideSpinner();
|
|
785
815
|
}
|
|
@@ -796,7 +826,7 @@ var VirtualTreeContentRenderer = /** @class */ (function (_super) {
|
|
|
796
826
|
viewInfo.loadNext = false;
|
|
797
827
|
}
|
|
798
828
|
this.requestType = 'virtualscroll';
|
|
799
|
-
if (scrollArgs.direction !== 'right' && scrollArgs.direction !== 'left') {
|
|
829
|
+
if (scrollArgs.direction !== 'right' && scrollArgs.direction !== 'left' && !isRemoteData(this.parent.root)) {
|
|
800
830
|
viewInfo.event = viewInfo.event === 'refresh-virtual-block' ? 'model-changed' : viewInfo.event;
|
|
801
831
|
}
|
|
802
832
|
if (this.parent.enableVirtualMaskRow) {
|
|
@@ -869,9 +899,33 @@ var VirtualTreeContentRenderer = /** @class */ (function (_super) {
|
|
|
869
899
|
if (e.requestType === 'virtualscroll' && e.virtualInfo.sentinelInfo.axis === 'Y') {
|
|
870
900
|
this.isExpandCollapse = false;
|
|
871
901
|
}
|
|
902
|
+
var reduceWidth_1 = 0;
|
|
903
|
+
if (this.parent.enableColumnVirtualization && this.parent.isFrozenGrid()) {
|
|
904
|
+
var frzLeftWidth_2 = 0;
|
|
905
|
+
this.parent.getColumns().filter(function (col) {
|
|
906
|
+
if (col.visible) {
|
|
907
|
+
reduceWidth_1 += parseInt(col.width.toString(), 10);
|
|
908
|
+
if (col.freeze === 'Left') {
|
|
909
|
+
frzLeftWidth_2 += parseInt(col.width.toString(), 10);
|
|
910
|
+
}
|
|
911
|
+
}
|
|
912
|
+
});
|
|
913
|
+
var cIndex = info.columnIndexes;
|
|
914
|
+
width = this.getColumnOffset(cIndex[cIndex.length - 1]) - this.getColumnOffset(cIndex[0] - 1) + '';
|
|
915
|
+
if (cBlock > this.parent.getVisibleFrozenLeftCount()) {
|
|
916
|
+
cOffset = cOffset - frzLeftWidth_2;
|
|
917
|
+
}
|
|
918
|
+
this.resetStickyLeftPos(cOffset, newChild);
|
|
919
|
+
}
|
|
872
920
|
if (!this.isExpandCollapse || this.translateY === 0) {
|
|
873
921
|
this.translateY = this.translateY < 0 ? 0 : this.translateY;
|
|
874
922
|
getValue('virtualEle', this).adjustTable(cOffset, this.translateY);
|
|
923
|
+
if (this.parent.enableColumnVirtualization) {
|
|
924
|
+
this.header.virtualEle.adjustTable(cOffset, 0);
|
|
925
|
+
if (this.parent.isFrozenGrid()) {
|
|
926
|
+
this.resetStickyLeftPos(cOffset);
|
|
927
|
+
}
|
|
928
|
+
}
|
|
875
929
|
}
|
|
876
930
|
else {
|
|
877
931
|
this.isExpandCollapse = false;
|
|
@@ -990,7 +1044,12 @@ var TreeInterSectionObserver = /** @class */ (function (_super) {
|
|
|
990
1044
|
this["" + options].prevTop = this["" + options].prevLeft = 0;
|
|
991
1045
|
var isScrollByFocus = 'isScrollByFocus';
|
|
992
1046
|
return function (e) {
|
|
993
|
-
|
|
1047
|
+
var keyPress = 'keyPress';
|
|
1048
|
+
var keyaction;
|
|
1049
|
+
if (instance && instance.root && instance.root.editModule && instance.root.editModule["" + keyPress]) {
|
|
1050
|
+
keyaction = instance.root.editModule["" + keyPress];
|
|
1051
|
+
}
|
|
1052
|
+
if ((instance.isEdit && instance.root.editModule["" + isScrollByFocus]) || (instance.isEdit && (keyaction === 'tab' || keyaction === 'shiftTab'))) {
|
|
994
1053
|
instance.root.editModule["" + isScrollByFocus] = false;
|
|
995
1054
|
return;
|
|
996
1055
|
}
|
package/styles/bds-lite.css
CHANGED
|
@@ -371,6 +371,12 @@
|
|
|
371
371
|
content: "\e72a";
|
|
372
372
|
}
|
|
373
373
|
|
|
374
|
+
@media print {
|
|
375
|
+
.e-treecell-child {
|
|
376
|
+
width: 10px;
|
|
377
|
+
display: inline-block;
|
|
378
|
+
}
|
|
379
|
+
}
|
|
374
380
|
.e-treegrid .e-icons.e-none::before {
|
|
375
381
|
content: "";
|
|
376
382
|
}
|
|
@@ -390,6 +396,22 @@
|
|
|
390
396
|
text-align: center;
|
|
391
397
|
vertical-align: unset;
|
|
392
398
|
}
|
|
399
|
+
.e-treegrid .e-treecolumn-container .e-treecell-icon {
|
|
400
|
+
width: 4px;
|
|
401
|
+
display: inline-block;
|
|
402
|
+
}
|
|
403
|
+
.e-treegrid .e-treecolumn-container .e-treecell-child {
|
|
404
|
+
width: 10px;
|
|
405
|
+
display: inline-block;
|
|
406
|
+
}
|
|
407
|
+
.e-treegrid .e-expand-iconstyle {
|
|
408
|
+
width: 16px;
|
|
409
|
+
}
|
|
410
|
+
.e-treegrid .e-print-layout {
|
|
411
|
+
position: absolute;
|
|
412
|
+
top: -9999px;
|
|
413
|
+
left: -9999px;
|
|
414
|
+
}
|
|
393
415
|
.e-treegrid tr.e-childrow-hidden {
|
|
394
416
|
display: none;
|
|
395
417
|
}
|
|
@@ -507,6 +529,7 @@
|
|
|
507
529
|
width: 0;
|
|
508
530
|
}
|
|
509
531
|
.e-treegrid .e-detailheadercell,
|
|
532
|
+
.e-treegrid .e-detailcell-visible,
|
|
510
533
|
.e-treegrid .e-headercontent .e-table .e-detail-intent,
|
|
511
534
|
.e-treegrid .e-gridcontent .e-table .e-detail-intent,
|
|
512
535
|
.e-treegrid .e-table .e-detailrow .e-detailindentcell,
|
|
@@ -515,6 +538,13 @@
|
|
|
515
538
|
.e-treegrid tr.e-detailrow.e-childrow-hidden {
|
|
516
539
|
display: none;
|
|
517
540
|
}
|
|
541
|
+
.e-treegrid .e-table-cell::before {
|
|
542
|
+
content: none;
|
|
543
|
+
display: none;
|
|
544
|
+
}
|
|
545
|
+
.e-treegrid .e-table-cell {
|
|
546
|
+
display: table-cell;
|
|
547
|
+
}
|
|
518
548
|
.e-treegrid .e-icons.e-errorelem {
|
|
519
549
|
padding-left: 10px;
|
|
520
550
|
display: inline-block;
|
package/styles/bds.css
CHANGED
|
@@ -371,6 +371,12 @@
|
|
|
371
371
|
content: "\e72a";
|
|
372
372
|
}
|
|
373
373
|
|
|
374
|
+
@media print {
|
|
375
|
+
.e-treecell-child {
|
|
376
|
+
width: 10px;
|
|
377
|
+
display: inline-block;
|
|
378
|
+
}
|
|
379
|
+
}
|
|
374
380
|
.e-treegrid .e-icons.e-none::before {
|
|
375
381
|
content: "";
|
|
376
382
|
}
|
|
@@ -390,6 +396,22 @@
|
|
|
390
396
|
text-align: center;
|
|
391
397
|
vertical-align: unset;
|
|
392
398
|
}
|
|
399
|
+
.e-treegrid .e-treecolumn-container .e-treecell-icon {
|
|
400
|
+
width: 4px;
|
|
401
|
+
display: inline-block;
|
|
402
|
+
}
|
|
403
|
+
.e-treegrid .e-treecolumn-container .e-treecell-child {
|
|
404
|
+
width: 10px;
|
|
405
|
+
display: inline-block;
|
|
406
|
+
}
|
|
407
|
+
.e-treegrid .e-expand-iconstyle {
|
|
408
|
+
width: 16px;
|
|
409
|
+
}
|
|
410
|
+
.e-treegrid .e-print-layout {
|
|
411
|
+
position: absolute;
|
|
412
|
+
top: -9999px;
|
|
413
|
+
left: -9999px;
|
|
414
|
+
}
|
|
393
415
|
.e-treegrid tr.e-childrow-hidden {
|
|
394
416
|
display: none;
|
|
395
417
|
}
|
|
@@ -507,6 +529,7 @@
|
|
|
507
529
|
width: 0;
|
|
508
530
|
}
|
|
509
531
|
.e-treegrid .e-detailheadercell,
|
|
532
|
+
.e-treegrid .e-detailcell-visible,
|
|
510
533
|
.e-treegrid .e-headercontent .e-table .e-detail-intent,
|
|
511
534
|
.e-treegrid .e-gridcontent .e-table .e-detail-intent,
|
|
512
535
|
.e-treegrid .e-table .e-detailrow .e-detailindentcell,
|
|
@@ -515,6 +538,13 @@
|
|
|
515
538
|
.e-treegrid tr.e-detailrow.e-childrow-hidden {
|
|
516
539
|
display: none;
|
|
517
540
|
}
|
|
541
|
+
.e-treegrid .e-table-cell::before {
|
|
542
|
+
content: none;
|
|
543
|
+
display: none;
|
|
544
|
+
}
|
|
545
|
+
.e-treegrid .e-table-cell {
|
|
546
|
+
display: table-cell;
|
|
547
|
+
}
|
|
518
548
|
.e-treegrid .e-icons.e-errorelem {
|
|
519
549
|
padding-left: 10px;
|
|
520
550
|
display: inline-block;
|
|
@@ -132,6 +132,12 @@
|
|
|
132
132
|
content: "\e22f";
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
+
@media print {
|
|
136
|
+
.e-treecell-child {
|
|
137
|
+
width: 10px;
|
|
138
|
+
display: inline-block;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
135
141
|
.e-treegrid .e-icons.e-none::before {
|
|
136
142
|
content: "";
|
|
137
143
|
}
|
|
@@ -151,6 +157,22 @@
|
|
|
151
157
|
text-align: center;
|
|
152
158
|
vertical-align: middle;
|
|
153
159
|
}
|
|
160
|
+
.e-treegrid .e-treecolumn-container .e-treecell-icon {
|
|
161
|
+
width: 4px;
|
|
162
|
+
display: inline-block;
|
|
163
|
+
}
|
|
164
|
+
.e-treegrid .e-treecolumn-container .e-treecell-child {
|
|
165
|
+
width: 10px;
|
|
166
|
+
display: inline-block;
|
|
167
|
+
}
|
|
168
|
+
.e-treegrid .e-expand-iconstyle {
|
|
169
|
+
width: 16px;
|
|
170
|
+
}
|
|
171
|
+
.e-treegrid .e-print-layout {
|
|
172
|
+
position: absolute;
|
|
173
|
+
top: -9999px;
|
|
174
|
+
left: -9999px;
|
|
175
|
+
}
|
|
154
176
|
.e-treegrid tr.e-childrow-hidden {
|
|
155
177
|
display: none;
|
|
156
178
|
}
|
|
@@ -268,6 +290,7 @@
|
|
|
268
290
|
width: 0;
|
|
269
291
|
}
|
|
270
292
|
.e-treegrid .e-detailheadercell,
|
|
293
|
+
.e-treegrid .e-detailcell-visible,
|
|
271
294
|
.e-treegrid .e-headercontent .e-table .e-detail-intent,
|
|
272
295
|
.e-treegrid .e-gridcontent .e-table .e-detail-intent,
|
|
273
296
|
.e-treegrid .e-table .e-detailrow .e-detailindentcell,
|
|
@@ -276,6 +299,13 @@
|
|
|
276
299
|
.e-treegrid tr.e-detailrow.e-childrow-hidden {
|
|
277
300
|
display: none;
|
|
278
301
|
}
|
|
302
|
+
.e-treegrid .e-table-cell::before {
|
|
303
|
+
content: none;
|
|
304
|
+
display: none;
|
|
305
|
+
}
|
|
306
|
+
.e-treegrid .e-table-cell {
|
|
307
|
+
display: table-cell;
|
|
308
|
+
}
|
|
279
309
|
.e-treegrid .e-icons.e-errorelem {
|
|
280
310
|
padding-left: 10px;
|
|
281
311
|
display: inline-block;
|
|
@@ -132,6 +132,12 @@
|
|
|
132
132
|
content: "\e22f";
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
+
@media print {
|
|
136
|
+
.e-treecell-child {
|
|
137
|
+
width: 10px;
|
|
138
|
+
display: inline-block;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
135
141
|
.e-treegrid .e-icons.e-none::before {
|
|
136
142
|
content: "";
|
|
137
143
|
}
|
|
@@ -151,6 +157,22 @@
|
|
|
151
157
|
text-align: center;
|
|
152
158
|
vertical-align: middle;
|
|
153
159
|
}
|
|
160
|
+
.e-treegrid .e-treecolumn-container .e-treecell-icon {
|
|
161
|
+
width: 4px;
|
|
162
|
+
display: inline-block;
|
|
163
|
+
}
|
|
164
|
+
.e-treegrid .e-treecolumn-container .e-treecell-child {
|
|
165
|
+
width: 10px;
|
|
166
|
+
display: inline-block;
|
|
167
|
+
}
|
|
168
|
+
.e-treegrid .e-expand-iconstyle {
|
|
169
|
+
width: 16px;
|
|
170
|
+
}
|
|
171
|
+
.e-treegrid .e-print-layout {
|
|
172
|
+
position: absolute;
|
|
173
|
+
top: -9999px;
|
|
174
|
+
left: -9999px;
|
|
175
|
+
}
|
|
154
176
|
.e-treegrid tr.e-childrow-hidden {
|
|
155
177
|
display: none;
|
|
156
178
|
}
|
|
@@ -268,6 +290,7 @@
|
|
|
268
290
|
width: 0;
|
|
269
291
|
}
|
|
270
292
|
.e-treegrid .e-detailheadercell,
|
|
293
|
+
.e-treegrid .e-detailcell-visible,
|
|
271
294
|
.e-treegrid .e-headercontent .e-table .e-detail-intent,
|
|
272
295
|
.e-treegrid .e-gridcontent .e-table .e-detail-intent,
|
|
273
296
|
.e-treegrid .e-table .e-detailrow .e-detailindentcell,
|
|
@@ -276,6 +299,13 @@
|
|
|
276
299
|
.e-treegrid tr.e-detailrow.e-childrow-hidden {
|
|
277
300
|
display: none;
|
|
278
301
|
}
|
|
302
|
+
.e-treegrid .e-table-cell::before {
|
|
303
|
+
content: none;
|
|
304
|
+
display: none;
|
|
305
|
+
}
|
|
306
|
+
.e-treegrid .e-table-cell {
|
|
307
|
+
display: table-cell;
|
|
308
|
+
}
|
|
279
309
|
.e-treegrid .e-icons.e-errorelem {
|
|
280
310
|
padding-left: 10px;
|
|
281
311
|
display: inline-block;
|
|
@@ -132,6 +132,12 @@
|
|
|
132
132
|
content: "\e22f";
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
+
@media print {
|
|
136
|
+
.e-treecell-child {
|
|
137
|
+
width: 10px;
|
|
138
|
+
display: inline-block;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
135
141
|
.e-treegrid .e-icons.e-none::before {
|
|
136
142
|
content: "";
|
|
137
143
|
}
|
|
@@ -151,6 +157,22 @@
|
|
|
151
157
|
text-align: center;
|
|
152
158
|
vertical-align: middle;
|
|
153
159
|
}
|
|
160
|
+
.e-treegrid .e-treecolumn-container .e-treecell-icon {
|
|
161
|
+
width: 4px;
|
|
162
|
+
display: inline-block;
|
|
163
|
+
}
|
|
164
|
+
.e-treegrid .e-treecolumn-container .e-treecell-child {
|
|
165
|
+
width: 10px;
|
|
166
|
+
display: inline-block;
|
|
167
|
+
}
|
|
168
|
+
.e-treegrid .e-expand-iconstyle {
|
|
169
|
+
width: 16px;
|
|
170
|
+
}
|
|
171
|
+
.e-treegrid .e-print-layout {
|
|
172
|
+
position: absolute;
|
|
173
|
+
top: -9999px;
|
|
174
|
+
left: -9999px;
|
|
175
|
+
}
|
|
154
176
|
.e-treegrid tr.e-childrow-hidden {
|
|
155
177
|
display: none;
|
|
156
178
|
}
|
|
@@ -271,6 +293,7 @@
|
|
|
271
293
|
width: 0;
|
|
272
294
|
}
|
|
273
295
|
.e-treegrid .e-detailheadercell,
|
|
296
|
+
.e-treegrid .e-detailcell-visible,
|
|
274
297
|
.e-treegrid .e-headercontent .e-table .e-detail-intent,
|
|
275
298
|
.e-treegrid .e-gridcontent .e-table .e-detail-intent,
|
|
276
299
|
.e-treegrid .e-table .e-detailrow .e-detailindentcell,
|
|
@@ -279,6 +302,13 @@
|
|
|
279
302
|
.e-treegrid tr.e-detailrow.e-childrow-hidden {
|
|
280
303
|
display: none;
|
|
281
304
|
}
|
|
305
|
+
.e-treegrid .e-table-cell::before {
|
|
306
|
+
content: none;
|
|
307
|
+
display: none;
|
|
308
|
+
}
|
|
309
|
+
.e-treegrid .e-table-cell {
|
|
310
|
+
display: table-cell;
|
|
311
|
+
}
|
|
282
312
|
.e-treegrid .e-icons.e-errorelem {
|
|
283
313
|
padding-left: 10px;
|
|
284
314
|
display: inline-block;
|
package/styles/bootstrap.css
CHANGED
|
@@ -132,6 +132,12 @@
|
|
|
132
132
|
content: "\e22f";
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
+
@media print {
|
|
136
|
+
.e-treecell-child {
|
|
137
|
+
width: 10px;
|
|
138
|
+
display: inline-block;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
135
141
|
.e-treegrid .e-icons.e-none::before {
|
|
136
142
|
content: "";
|
|
137
143
|
}
|
|
@@ -151,6 +157,22 @@
|
|
|
151
157
|
text-align: center;
|
|
152
158
|
vertical-align: middle;
|
|
153
159
|
}
|
|
160
|
+
.e-treegrid .e-treecolumn-container .e-treecell-icon {
|
|
161
|
+
width: 4px;
|
|
162
|
+
display: inline-block;
|
|
163
|
+
}
|
|
164
|
+
.e-treegrid .e-treecolumn-container .e-treecell-child {
|
|
165
|
+
width: 10px;
|
|
166
|
+
display: inline-block;
|
|
167
|
+
}
|
|
168
|
+
.e-treegrid .e-expand-iconstyle {
|
|
169
|
+
width: 16px;
|
|
170
|
+
}
|
|
171
|
+
.e-treegrid .e-print-layout {
|
|
172
|
+
position: absolute;
|
|
173
|
+
top: -9999px;
|
|
174
|
+
left: -9999px;
|
|
175
|
+
}
|
|
154
176
|
.e-treegrid tr.e-childrow-hidden {
|
|
155
177
|
display: none;
|
|
156
178
|
}
|
|
@@ -271,6 +293,7 @@
|
|
|
271
293
|
width: 0;
|
|
272
294
|
}
|
|
273
295
|
.e-treegrid .e-detailheadercell,
|
|
296
|
+
.e-treegrid .e-detailcell-visible,
|
|
274
297
|
.e-treegrid .e-headercontent .e-table .e-detail-intent,
|
|
275
298
|
.e-treegrid .e-gridcontent .e-table .e-detail-intent,
|
|
276
299
|
.e-treegrid .e-table .e-detailrow .e-detailindentcell,
|
|
@@ -279,6 +302,13 @@
|
|
|
279
302
|
.e-treegrid tr.e-detailrow.e-childrow-hidden {
|
|
280
303
|
display: none;
|
|
281
304
|
}
|
|
305
|
+
.e-treegrid .e-table-cell::before {
|
|
306
|
+
content: none;
|
|
307
|
+
display: none;
|
|
308
|
+
}
|
|
309
|
+
.e-treegrid .e-table-cell {
|
|
310
|
+
display: table-cell;
|
|
311
|
+
}
|
|
282
312
|
.e-treegrid .e-icons.e-errorelem {
|
|
283
313
|
padding-left: 10px;
|
|
284
314
|
display: inline-block;
|
|
@@ -168,6 +168,12 @@
|
|
|
168
168
|
content: "\e70b";
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
+
@media print {
|
|
172
|
+
.e-treecell-child {
|
|
173
|
+
width: 10px;
|
|
174
|
+
display: inline-block;
|
|
175
|
+
}
|
|
176
|
+
}
|
|
171
177
|
.e-treegrid .e-icons.e-none::before {
|
|
172
178
|
content: "";
|
|
173
179
|
}
|
|
@@ -187,6 +193,22 @@
|
|
|
187
193
|
text-align: center;
|
|
188
194
|
vertical-align: middle;
|
|
189
195
|
}
|
|
196
|
+
.e-treegrid .e-treecolumn-container .e-treecell-icon {
|
|
197
|
+
width: 4px;
|
|
198
|
+
display: inline-block;
|
|
199
|
+
}
|
|
200
|
+
.e-treegrid .e-treecolumn-container .e-treecell-child {
|
|
201
|
+
width: 10px;
|
|
202
|
+
display: inline-block;
|
|
203
|
+
}
|
|
204
|
+
.e-treegrid .e-expand-iconstyle {
|
|
205
|
+
width: 16px;
|
|
206
|
+
}
|
|
207
|
+
.e-treegrid .e-print-layout {
|
|
208
|
+
position: absolute;
|
|
209
|
+
top: -9999px;
|
|
210
|
+
left: -9999px;
|
|
211
|
+
}
|
|
190
212
|
.e-treegrid tr.e-childrow-hidden {
|
|
191
213
|
display: none;
|
|
192
214
|
}
|
|
@@ -304,6 +326,7 @@
|
|
|
304
326
|
width: 0;
|
|
305
327
|
}
|
|
306
328
|
.e-treegrid .e-detailheadercell,
|
|
329
|
+
.e-treegrid .e-detailcell-visible,
|
|
307
330
|
.e-treegrid .e-headercontent .e-table .e-detail-intent,
|
|
308
331
|
.e-treegrid .e-gridcontent .e-table .e-detail-intent,
|
|
309
332
|
.e-treegrid .e-table .e-detailrow .e-detailindentcell,
|
|
@@ -312,6 +335,13 @@
|
|
|
312
335
|
.e-treegrid tr.e-detailrow.e-childrow-hidden {
|
|
313
336
|
display: none;
|
|
314
337
|
}
|
|
338
|
+
.e-treegrid .e-table-cell::before {
|
|
339
|
+
content: none;
|
|
340
|
+
display: none;
|
|
341
|
+
}
|
|
342
|
+
.e-treegrid .e-table-cell {
|
|
343
|
+
display: table-cell;
|
|
344
|
+
}
|
|
315
345
|
.e-treegrid .e-icons.e-errorelem {
|
|
316
346
|
padding-left: 10px;
|
|
317
347
|
display: inline-block;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -168,6 +168,12 @@
|
|
|
168
168
|
content: "\e70b";
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
+
@media print {
|
|
172
|
+
.e-treecell-child {
|
|
173
|
+
width: 10px;
|
|
174
|
+
display: inline-block;
|
|
175
|
+
}
|
|
176
|
+
}
|
|
171
177
|
.e-treegrid .e-icons.e-none::before {
|
|
172
178
|
content: "";
|
|
173
179
|
}
|
|
@@ -187,6 +193,22 @@
|
|
|
187
193
|
text-align: center;
|
|
188
194
|
vertical-align: middle;
|
|
189
195
|
}
|
|
196
|
+
.e-treegrid .e-treecolumn-container .e-treecell-icon {
|
|
197
|
+
width: 4px;
|
|
198
|
+
display: inline-block;
|
|
199
|
+
}
|
|
200
|
+
.e-treegrid .e-treecolumn-container .e-treecell-child {
|
|
201
|
+
width: 10px;
|
|
202
|
+
display: inline-block;
|
|
203
|
+
}
|
|
204
|
+
.e-treegrid .e-expand-iconstyle {
|
|
205
|
+
width: 16px;
|
|
206
|
+
}
|
|
207
|
+
.e-treegrid .e-print-layout {
|
|
208
|
+
position: absolute;
|
|
209
|
+
top: -9999px;
|
|
210
|
+
left: -9999px;
|
|
211
|
+
}
|
|
190
212
|
.e-treegrid tr.e-childrow-hidden {
|
|
191
213
|
display: none;
|
|
192
214
|
}
|
|
@@ -304,6 +326,7 @@
|
|
|
304
326
|
width: 0;
|
|
305
327
|
}
|
|
306
328
|
.e-treegrid .e-detailheadercell,
|
|
329
|
+
.e-treegrid .e-detailcell-visible,
|
|
307
330
|
.e-treegrid .e-headercontent .e-table .e-detail-intent,
|
|
308
331
|
.e-treegrid .e-gridcontent .e-table .e-detail-intent,
|
|
309
332
|
.e-treegrid .e-table .e-detailrow .e-detailindentcell,
|
|
@@ -312,6 +335,13 @@
|
|
|
312
335
|
.e-treegrid tr.e-detailrow.e-childrow-hidden {
|
|
313
336
|
display: none;
|
|
314
337
|
}
|
|
338
|
+
.e-treegrid .e-table-cell::before {
|
|
339
|
+
content: none;
|
|
340
|
+
display: none;
|
|
341
|
+
}
|
|
342
|
+
.e-treegrid .e-table-cell {
|
|
343
|
+
display: table-cell;
|
|
344
|
+
}
|
|
315
345
|
.e-treegrid .e-icons.e-errorelem {
|
|
316
346
|
padding-left: 10px;
|
|
317
347
|
display: inline-block;
|
|
@@ -171,6 +171,12 @@
|
|
|
171
171
|
content: "\e75c";
|
|
172
172
|
}
|
|
173
173
|
|
|
174
|
+
@media print {
|
|
175
|
+
.e-treecell-child {
|
|
176
|
+
width: 10px;
|
|
177
|
+
display: inline-block;
|
|
178
|
+
}
|
|
179
|
+
}
|
|
174
180
|
.e-treegrid .e-icons.e-none::before {
|
|
175
181
|
content: "";
|
|
176
182
|
}
|
|
@@ -190,6 +196,22 @@
|
|
|
190
196
|
text-align: center;
|
|
191
197
|
vertical-align: unset;
|
|
192
198
|
}
|
|
199
|
+
.e-treegrid .e-treecolumn-container .e-treecell-icon {
|
|
200
|
+
width: 4px;
|
|
201
|
+
display: inline-block;
|
|
202
|
+
}
|
|
203
|
+
.e-treegrid .e-treecolumn-container .e-treecell-child {
|
|
204
|
+
width: 10px;
|
|
205
|
+
display: inline-block;
|
|
206
|
+
}
|
|
207
|
+
.e-treegrid .e-expand-iconstyle {
|
|
208
|
+
width: 16px;
|
|
209
|
+
}
|
|
210
|
+
.e-treegrid .e-print-layout {
|
|
211
|
+
position: absolute;
|
|
212
|
+
top: -9999px;
|
|
213
|
+
left: -9999px;
|
|
214
|
+
}
|
|
193
215
|
.e-treegrid tr.e-childrow-hidden {
|
|
194
216
|
display: none;
|
|
195
217
|
}
|
|
@@ -307,6 +329,7 @@
|
|
|
307
329
|
width: 0;
|
|
308
330
|
}
|
|
309
331
|
.e-treegrid .e-detailheadercell,
|
|
332
|
+
.e-treegrid .e-detailcell-visible,
|
|
310
333
|
.e-treegrid .e-headercontent .e-table .e-detail-intent,
|
|
311
334
|
.e-treegrid .e-gridcontent .e-table .e-detail-intent,
|
|
312
335
|
.e-treegrid .e-table .e-detailrow .e-detailindentcell,
|
|
@@ -315,6 +338,13 @@
|
|
|
315
338
|
.e-treegrid tr.e-detailrow.e-childrow-hidden {
|
|
316
339
|
display: none;
|
|
317
340
|
}
|
|
341
|
+
.e-treegrid .e-table-cell::before {
|
|
342
|
+
content: none;
|
|
343
|
+
display: none;
|
|
344
|
+
}
|
|
345
|
+
.e-treegrid .e-table-cell {
|
|
346
|
+
display: table-cell;
|
|
347
|
+
}
|
|
318
348
|
.e-treegrid .e-icons.e-errorelem {
|
|
319
349
|
padding-left: 10px;
|
|
320
350
|
display: inline-block;
|