@syncfusion/ej2-treegrid 29.2.8 → 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 +246 -139
- package/dist/es6/ej2-treegrid.es2015.js.map +1 -1
- package/dist/es6/ej2-treegrid.es5.js +306 -168
- 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 +5 -5
- 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/summary.js +2 -16
- package/src/treegrid/actions/toolbar.js +2 -2
- package/src/treegrid/base/data.js +34 -14
- package/src/treegrid/base/treegrid-model.d.ts +7 -0
- package/src/treegrid/base/treegrid.d.ts +7 -0
- package/src/treegrid/base/treegrid.js +85 -51
- package/src/treegrid/renderer/virtual-row-model-generator.js +13 -5
- package/src/treegrid/renderer/virtual-tree-content-render.d.ts +1 -0
- package/src/treegrid/renderer/virtual-tree-content-render.js +64 -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
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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -175,6 +175,12 @@
|
|
|
175
175
|
content: "\e75c";
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
+
@media print {
|
|
179
|
+
.e-treecell-child {
|
|
180
|
+
width: 10px;
|
|
181
|
+
display: inline-block;
|
|
182
|
+
}
|
|
183
|
+
}
|
|
178
184
|
.e-treegrid .e-icons.e-none::before {
|
|
179
185
|
content: "";
|
|
180
186
|
}
|
|
@@ -194,6 +200,22 @@
|
|
|
194
200
|
text-align: center;
|
|
195
201
|
vertical-align: unset;
|
|
196
202
|
}
|
|
203
|
+
.e-treegrid .e-treecolumn-container .e-treecell-icon {
|
|
204
|
+
width: 4px;
|
|
205
|
+
display: inline-block;
|
|
206
|
+
}
|
|
207
|
+
.e-treegrid .e-treecolumn-container .e-treecell-child {
|
|
208
|
+
width: 10px;
|
|
209
|
+
display: inline-block;
|
|
210
|
+
}
|
|
211
|
+
.e-treegrid .e-expand-iconstyle {
|
|
212
|
+
width: 16px;
|
|
213
|
+
}
|
|
214
|
+
.e-treegrid .e-print-layout {
|
|
215
|
+
position: absolute;
|
|
216
|
+
top: -9999px;
|
|
217
|
+
left: -9999px;
|
|
218
|
+
}
|
|
197
219
|
.e-treegrid tr.e-childrow-hidden {
|
|
198
220
|
display: none;
|
|
199
221
|
}
|
|
@@ -311,6 +333,7 @@
|
|
|
311
333
|
width: 0;
|
|
312
334
|
}
|
|
313
335
|
.e-treegrid .e-detailheadercell,
|
|
336
|
+
.e-treegrid .e-detailcell-visible,
|
|
314
337
|
.e-treegrid .e-headercontent .e-table .e-detail-intent,
|
|
315
338
|
.e-treegrid .e-gridcontent .e-table .e-detail-intent,
|
|
316
339
|
.e-treegrid .e-table .e-detailrow .e-detailindentcell,
|
|
@@ -319,6 +342,13 @@
|
|
|
319
342
|
.e-treegrid tr.e-detailrow.e-childrow-hidden {
|
|
320
343
|
display: none;
|
|
321
344
|
}
|
|
345
|
+
.e-treegrid .e-table-cell::before {
|
|
346
|
+
content: none;
|
|
347
|
+
display: none;
|
|
348
|
+
}
|
|
349
|
+
.e-treegrid .e-table-cell {
|
|
350
|
+
display: table-cell;
|
|
351
|
+
}
|
|
322
352
|
.e-treegrid .e-icons.e-errorelem {
|
|
323
353
|
padding-left: 10px;
|
|
324
354
|
display: inline-block;
|
package/styles/bootstrap5.3.css
CHANGED
|
@@ -175,6 +175,12 @@
|
|
|
175
175
|
content: "\e75c";
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
+
@media print {
|
|
179
|
+
.e-treecell-child {
|
|
180
|
+
width: 10px;
|
|
181
|
+
display: inline-block;
|
|
182
|
+
}
|
|
183
|
+
}
|
|
178
184
|
.e-treegrid .e-icons.e-none::before {
|
|
179
185
|
content: "";
|
|
180
186
|
}
|
|
@@ -194,6 +200,22 @@
|
|
|
194
200
|
text-align: center;
|
|
195
201
|
vertical-align: unset;
|
|
196
202
|
}
|
|
203
|
+
.e-treegrid .e-treecolumn-container .e-treecell-icon {
|
|
204
|
+
width: 4px;
|
|
205
|
+
display: inline-block;
|
|
206
|
+
}
|
|
207
|
+
.e-treegrid .e-treecolumn-container .e-treecell-child {
|
|
208
|
+
width: 10px;
|
|
209
|
+
display: inline-block;
|
|
210
|
+
}
|
|
211
|
+
.e-treegrid .e-expand-iconstyle {
|
|
212
|
+
width: 16px;
|
|
213
|
+
}
|
|
214
|
+
.e-treegrid .e-print-layout {
|
|
215
|
+
position: absolute;
|
|
216
|
+
top: -9999px;
|
|
217
|
+
left: -9999px;
|
|
218
|
+
}
|
|
197
219
|
.e-treegrid tr.e-childrow-hidden {
|
|
198
220
|
display: none;
|
|
199
221
|
}
|
|
@@ -311,6 +333,7 @@
|
|
|
311
333
|
width: 0;
|
|
312
334
|
}
|
|
313
335
|
.e-treegrid .e-detailheadercell,
|
|
336
|
+
.e-treegrid .e-detailcell-visible,
|
|
314
337
|
.e-treegrid .e-headercontent .e-table .e-detail-intent,
|
|
315
338
|
.e-treegrid .e-gridcontent .e-table .e-detail-intent,
|
|
316
339
|
.e-treegrid .e-table .e-detailrow .e-detailindentcell,
|
|
@@ -319,6 +342,13 @@
|
|
|
319
342
|
.e-treegrid tr.e-detailrow.e-childrow-hidden {
|
|
320
343
|
display: none;
|
|
321
344
|
}
|
|
345
|
+
.e-treegrid .e-table-cell::before {
|
|
346
|
+
content: none;
|
|
347
|
+
display: none;
|
|
348
|
+
}
|
|
349
|
+
.e-treegrid .e-table-cell {
|
|
350
|
+
display: table-cell;
|
|
351
|
+
}
|
|
322
352
|
.e-treegrid .e-icons.e-errorelem {
|
|
323
353
|
padding-left: 10px;
|
|
324
354
|
display: inline-block;
|