@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/styles/tailwind.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;
|
|
@@ -212,6 +212,11 @@
|
|
|
212
212
|
&.e-wrap .e-rowcell .e-treecolumn-container .e-treecell {
|
|
213
213
|
@include grid-wrap;
|
|
214
214
|
}
|
|
215
|
+
&.e-wrap .e-cloneproperties .e-rowcell .e-treecolumn-container .e-treecell {
|
|
216
|
+
display: inline-block;
|
|
217
|
+
white-space: nowrap;
|
|
218
|
+
word-wrap: break-word;
|
|
219
|
+
}
|
|
215
220
|
|
|
216
221
|
&.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox {
|
|
217
222
|
@include grid-wrap;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|