@syncfusion/ej2-treegrid 27.2.2 → 28.1.33
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/README.md +2 -2
- package/dist/ej2-treegrid.min.js +3 -3
- package/dist/ej2-treegrid.umd.min.js +3 -3
- package/dist/ej2-treegrid.umd.min.js.map +1 -1
- package/dist/es6/ej2-treegrid.es2015.js +576 -256
- package/dist/es6/ej2-treegrid.es2015.js.map +1 -1
- package/dist/es6/ej2-treegrid.es5.js +580 -256
- package/dist/es6/ej2-treegrid.es5.js.map +1 -1
- package/dist/global/ej2-treegrid.min.js +3 -3
- package/dist/global/ej2-treegrid.min.js.map +1 -1
- package/dist/global/index.d.ts +2 -2
- package/package.json +10 -10
- package/src/treegrid/actions/batch-edit.js +58 -56
- package/src/treegrid/actions/context-menu.js +3 -1
- package/src/treegrid/actions/reorder.d.ts +1 -1
- package/src/treegrid/actions/reorder.js +5 -17
- package/src/treegrid/actions/rowdragdrop.d.ts +286 -14
- package/src/treegrid/actions/rowdragdrop.js +447 -161
- package/src/treegrid/actions/virtual-scroll.js +5 -0
- package/src/treegrid/base/data.js +22 -5
- package/src/treegrid/base/treegrid.d.ts +1 -0
- package/src/treegrid/base/treegrid.js +27 -10
- package/src/treegrid/renderer/virtual-tree-content-render.js +14 -7
- package/styles/bds-lite.css +703 -0
- package/styles/bds-lite.scss +18 -0
- package/styles/bds.css +723 -0
- package/styles/bds.scss +19 -0
- package/styles/bootstrap-dark-lite.css +20 -0
- package/styles/bootstrap-dark.css +26 -6
- package/styles/bootstrap-lite.css +20 -0
- package/styles/bootstrap.css +26 -6
- package/styles/bootstrap4-lite.css +20 -0
- package/styles/bootstrap4.css +26 -6
- package/styles/bootstrap5-dark-lite.css +20 -0
- package/styles/bootstrap5-dark.css +26 -6
- package/styles/bootstrap5-lite.css +20 -0
- package/styles/bootstrap5.3-lite.css +20 -0
- package/styles/bootstrap5.3.css +26 -6
- package/styles/bootstrap5.css +26 -6
- package/styles/fabric-dark-lite.css +20 -0
- package/styles/fabric-dark.css +26 -6
- package/styles/fabric-lite.css +20 -0
- package/styles/fabric.css +26 -6
- package/styles/fluent-dark-lite.css +20 -0
- package/styles/fluent-dark.css +27 -7
- package/styles/fluent-lite.css +20 -0
- package/styles/fluent.css +27 -7
- package/styles/fluent2-lite.css +20 -0
- package/styles/fluent2.css +28 -8
- package/styles/highcontrast-light-lite.css +20 -0
- package/styles/highcontrast-light.css +26 -6
- package/styles/highcontrast-lite.css +21 -1
- package/styles/highcontrast.css +28 -8
- package/styles/material-dark-lite.css +20 -0
- package/styles/material-dark.css +26 -6
- package/styles/material-lite.css +20 -0
- package/styles/material.css +26 -6
- package/styles/material3-dark-lite.css +20 -0
- package/styles/material3-dark.css +26 -6
- package/styles/material3-lite.css +20 -0
- package/styles/material3.css +26 -6
- package/styles/tailwind-dark-lite.css +20 -0
- package/styles/tailwind-dark.css +26 -6
- package/styles/tailwind-lite.css +20 -0
- package/styles/tailwind.css +26 -6
- package/styles/tailwind3-lite.css +511 -0
- package/styles/tailwind3-lite.scss +18 -0
- package/styles/tailwind3.css +531 -0
- package/styles/tailwind3.scss +19 -0
- package/styles/treegrid/_bigger.scss +45 -41
- package/styles/treegrid/_layout.scss +23 -2
- package/styles/treegrid/_tailwind3-definition.scss +24 -0
- package/styles/treegrid/bds.css +723 -0
- package/styles/treegrid/bds.scss +19 -0
- package/styles/treegrid/bootstrap-dark.css +26 -6
- package/styles/treegrid/bootstrap.css +26 -6
- package/styles/treegrid/bootstrap4.css +26 -6
- package/styles/treegrid/bootstrap5-dark.css +26 -6
- package/styles/treegrid/bootstrap5.3.css +26 -6
- package/styles/treegrid/bootstrap5.css +26 -6
- package/styles/treegrid/fabric-dark.css +26 -6
- package/styles/treegrid/fabric.css +26 -6
- package/styles/treegrid/fluent-dark.css +27 -7
- package/styles/treegrid/fluent.css +27 -7
- package/styles/treegrid/fluent2.css +28 -8
- package/styles/treegrid/highcontrast-light.css +26 -6
- package/styles/treegrid/highcontrast.css +28 -8
- package/styles/treegrid/icons/_tailwind3.scss +37 -0
- package/styles/treegrid/material-dark.css +26 -6
- package/styles/treegrid/material.css +26 -6
- package/styles/treegrid/material3-dark.css +26 -6
- package/styles/treegrid/material3.css +26 -6
- package/styles/treegrid/tailwind-dark.css +26 -6
- package/styles/treegrid/tailwind.css +26 -6
- package/styles/treegrid/tailwind3.css +531 -0
- package/styles/treegrid/tailwind3.scss +19 -0
|
@@ -35,7 +35,15 @@
|
|
|
35
35
|
.e-icons.e-none::before {
|
|
36
36
|
content: '';
|
|
37
37
|
}
|
|
38
|
+
|
|
39
|
+
.e-grid.e-default.e-draggable:not(.e-rtl) tr td.e-rowdragdrop.e-childborder:first-child:not(.e-dropbottom) {
|
|
40
|
+
border-left: $treegrid-rowdrag-childborder-border;
|
|
41
|
+
}
|
|
38
42
|
|
|
43
|
+
.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row.e-summaryrow .e-rowcell:empty {
|
|
44
|
+
height: auto;
|
|
45
|
+
}
|
|
46
|
+
|
|
39
47
|
.e-gridheader {
|
|
40
48
|
.e-headercell .e-css.e-hierarchycheckbox {
|
|
41
49
|
height: 20px;
|
|
@@ -63,10 +71,10 @@
|
|
|
63
71
|
}
|
|
64
72
|
}
|
|
65
73
|
|
|
66
|
-
tr.e-childrow-hidden
|
|
74
|
+
tr.e-childrow-hidden{
|
|
67
75
|
display: none;
|
|
68
76
|
}
|
|
69
|
-
|
|
77
|
+
|
|
70
78
|
.e-rowcell:not(.e-gridclip) {
|
|
71
79
|
.e-treecolumn-container {
|
|
72
80
|
display: block;
|
|
@@ -162,6 +170,10 @@
|
|
|
162
170
|
}
|
|
163
171
|
}
|
|
164
172
|
|
|
173
|
+
.e-cloneproperties .e-rowcell:not(.e-gridclip) .errorValue .e-treecolumn-container {
|
|
174
|
+
display: table-row;
|
|
175
|
+
}
|
|
176
|
+
|
|
165
177
|
.e-hierarchycheckbox .e-frame {
|
|
166
178
|
@if $skin-name == 'bootstrap' or $skin-name == 'boostrap-dark' or $skin-name == 'fabric-dark' or $skin-name == 'fabric' or $skin-name == 'highcontrast' or $skin-name == 'FluentUI' or $theme-name == 'fluentui-dark' {
|
|
167
179
|
font-size: 10px;
|
|
@@ -270,6 +282,9 @@
|
|
|
270
282
|
border-color: $childborder-color;
|
|
271
283
|
border-width: $treegrid-rowdd-childborder-width;
|
|
272
284
|
@include drop-bottom-child;
|
|
285
|
+
&.e-leftfreeze {
|
|
286
|
+
position: sticky;
|
|
287
|
+
}
|
|
273
288
|
}
|
|
274
289
|
|
|
275
290
|
td.e-rowcell.e-childborder.e-dragborder,
|
|
@@ -305,6 +320,9 @@
|
|
|
305
320
|
td.e-rowcell.e-dropbottom,
|
|
306
321
|
td.e-dropbottom {
|
|
307
322
|
@include drop-bottom-child;
|
|
323
|
+
&.e-leftfreeze {
|
|
324
|
+
position: sticky;
|
|
325
|
+
}
|
|
308
326
|
}
|
|
309
327
|
|
|
310
328
|
td.e-droptop:first-child,
|
|
@@ -412,6 +430,9 @@
|
|
|
412
430
|
border-width: $treegrid-rtl-rowdd-childborder-width;
|
|
413
431
|
position: relative;
|
|
414
432
|
z-index: 1;
|
|
433
|
+
&.e-leftfreeze {
|
|
434
|
+
position: sticky;
|
|
435
|
+
}
|
|
415
436
|
}
|
|
416
437
|
|
|
417
438
|
td.e-rowcell.e-dragborder,
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
$treegrid-right-arrow-icon-color: $icon-color !default;
|
|
2
|
+
$treegrid-right-arrow-hover-color: $icon-color-hover !default;
|
|
3
|
+
$childborder-color: $primary !default;
|
|
4
|
+
$error-elem-color: $danger !default;
|
|
5
|
+
$error-elem-content: '\e839' !default;
|
|
6
|
+
$treegrid-right-arrow-icon-font-size: 16px !default;
|
|
7
|
+
$treegrid-right-arrow-icon-padding: 0 !default;
|
|
8
|
+
$treegrid-right-arrow-icon-vertical-align: unset;
|
|
9
|
+
$treegrid-right-arrow-icon-height: 16px !default;
|
|
10
|
+
$treegrid-right-arrow-icon-width: 16px !default;
|
|
11
|
+
$treegrid-bigger-icon-size: 20px !default;
|
|
12
|
+
$treegrid-smaller-icon-size: 16px !default;
|
|
13
|
+
$treegrid-bigger-icon-font-size: 20px !default;
|
|
14
|
+
$treegrid-frame-bigger-icon-height: 24px !default;
|
|
15
|
+
$treegrid-frame-bigger-icon-width: 24px !default;
|
|
16
|
+
$treegrid-frame-icon-height: 16px !default;
|
|
17
|
+
$treegrid-frame-icon-width: 16px !default;
|
|
18
|
+
$treegrid-content-right-padding: 21px !default;
|
|
19
|
+
$treegrid-rowdrag-childborder-border: 2px dashed #4f46e5;
|
|
20
|
+
$treegrid-rowdd-topbottom-border: 2px solid #4f46e5 !default;
|
|
21
|
+
$treegrid-rowdd-boxshadow: $primary !default;
|
|
22
|
+
$treegrid-rowdd-childborder-width: 2px 0 0 !default;
|
|
23
|
+
$treegrid-lastrowdd-childborder-width: 2px 0 !default;
|
|
24
|
+
$treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
|