@syncfusion/ej2-treegrid 26.2.5 → 26.2.9

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.
Files changed (54) hide show
  1. package/dist/ej2-treegrid.min.js +2 -2
  2. package/dist/ej2-treegrid.umd.min.js +2 -2
  3. package/dist/ej2-treegrid.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-treegrid.es2015.js +41 -14
  5. package/dist/es6/ej2-treegrid.es2015.js.map +1 -1
  6. package/dist/es6/ej2-treegrid.es5.js +41 -14
  7. package/dist/es6/ej2-treegrid.es5.js.map +1 -1
  8. package/dist/global/ej2-treegrid.min.js +2 -2
  9. package/dist/global/ej2-treegrid.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +8 -8
  12. package/src/treegrid/actions/rowdragdrop.js +1 -1
  13. package/src/treegrid/actions/virtual-scroll.d.ts +1 -0
  14. package/src/treegrid/actions/virtual-scroll.js +7 -1
  15. package/src/treegrid/base/data.js +3 -3
  16. package/src/treegrid/base/treegrid.js +24 -6
  17. package/src/treegrid/renderer/virtual-tree-content-render.js +6 -3
  18. package/styles/bootstrap-dark.css +13 -3
  19. package/styles/bootstrap.css +13 -3
  20. package/styles/bootstrap4.css +13 -3
  21. package/styles/bootstrap5-dark.css +13 -3
  22. package/styles/bootstrap5.css +13 -3
  23. package/styles/fabric-dark.css +13 -3
  24. package/styles/fabric.css +13 -3
  25. package/styles/fluent-dark.css +13 -3
  26. package/styles/fluent.css +13 -3
  27. package/styles/fluent2.css +16 -1034
  28. package/styles/highcontrast-light.css +13 -3
  29. package/styles/highcontrast.css +20 -3
  30. package/styles/material-dark.css +13 -3
  31. package/styles/material.css +13 -3
  32. package/styles/material3-dark.css +14 -57
  33. package/styles/material3.css +15 -112
  34. package/styles/tailwind-dark.css +13 -3
  35. package/styles/tailwind.css +13 -3
  36. package/styles/treegrid/_layout.scss +28 -3
  37. package/styles/treegrid/bootstrap-dark.css +13 -3
  38. package/styles/treegrid/bootstrap.css +13 -3
  39. package/styles/treegrid/bootstrap4.css +13 -3
  40. package/styles/treegrid/bootstrap5-dark.css +13 -3
  41. package/styles/treegrid/bootstrap5.css +13 -3
  42. package/styles/treegrid/fabric-dark.css +13 -3
  43. package/styles/treegrid/fabric.css +13 -3
  44. package/styles/treegrid/fluent-dark.css +13 -3
  45. package/styles/treegrid/fluent.css +13 -3
  46. package/styles/treegrid/fluent2.css +16 -1034
  47. package/styles/treegrid/highcontrast-light.css +13 -3
  48. package/styles/treegrid/highcontrast.css +20 -3
  49. package/styles/treegrid/material-dark.css +13 -3
  50. package/styles/treegrid/material.css +13 -3
  51. package/styles/treegrid/material3-dark.css +14 -57
  52. package/styles/treegrid/material3.css +15 -112
  53. package/styles/treegrid/tailwind-dark.css +13 -3
  54. package/styles/treegrid/tailwind.css +13 -3
@@ -151,6 +151,7 @@
151
151
  font-size: 10px;
152
152
  height: 18px;
153
153
  width: 18px;
154
+ vertical-align: bottom;
154
155
  }
155
156
  .e-bigger .e-treegrid .e-hierarchycheckbox {
156
157
  padding-left: 2px;
@@ -162,6 +163,9 @@
162
163
  .e-bigger .e-treegrid .e-treecell {
163
164
  line-height: 18px;
164
165
  }
166
+ .e-bigger .e-treegrid .e-treecolumn-container span {
167
+ vertical-align: middle;
168
+ }
165
169
  .e-treegrid .e-icons.e-none::before {
166
170
  content: "";
167
171
  }
@@ -180,10 +184,13 @@
180
184
  text-overflow: ellipsis;
181
185
  }
182
186
  .e-treegrid .e-rowcell:not(.e-gridclip) .e-treecolumn-container span.e-treecell {
183
- display: inline;
187
+ display: contents;
184
188
  overflow: hidden;
185
189
  text-overflow: ellipsis;
186
190
  }
191
+ .e-treegrid .e-templatecell .e-treecolumn-container span {
192
+ vertical-align: middle;
193
+ }
187
194
  .e-treegrid .e-treegridexpand:hover::before,
188
195
  .e-treegrid .e-treegridcollapse:hover::before {
189
196
  color: #000;
@@ -217,6 +224,9 @@
217
224
  }
218
225
  .e-treegrid .e-treecolumn-container span {
219
226
  display: inline-block;
227
+ vertical-align: text-bottom;
228
+ }
229
+ .e-treegrid .e-templatecell .e-treecolumn-container span {
220
230
  vertical-align: middle;
221
231
  }
222
232
  .e-treegrid .e-cloneproperties .e-treecolumn-container span {
@@ -240,7 +250,7 @@
240
250
  height: 16px;
241
251
  padding: 0;
242
252
  text-align: center;
243
- vertical-align: bottom;
253
+ vertical-align: text-bottom;
244
254
  width: 16px;
245
255
  }
246
256
  .e-treegrid .e-treecell {
@@ -281,7 +291,7 @@
281
291
  .e-treegrid .e-icons.e-errorelem {
282
292
  padding-left: 10px;
283
293
  display: inline-block;
284
- vertical-align: middle;
294
+ vertical-align: text-bottom;
285
295
  }
286
296
  .e-treegrid .e-errorelem::before {
287
297
  color: #e3165b;
@@ -151,6 +151,10 @@
151
151
  font-size: 10px;
152
152
  height: 18px;
153
153
  width: 18px;
154
+ vertical-align: bottom;
155
+ }
156
+ .e-bigger .e-treegrid .e-treegridexpand {
157
+ vertical-align: middle;
154
158
  }
155
159
  .e-bigger .e-treegrid .e-hierarchycheckbox {
156
160
  padding-left: 2px;
@@ -165,6 +169,9 @@
165
169
  .e-bigger .e-treegrid .e-treecell {
166
170
  line-height: 18px;
167
171
  }
172
+ .e-bigger .e-treegrid .e-treecolumn-container span {
173
+ vertical-align: middle;
174
+ }
168
175
  .e-treegrid .e-icons.e-none::before {
169
176
  content: "";
170
177
  }
@@ -177,16 +184,23 @@
177
184
  text-align: center;
178
185
  vertical-align: middle;
179
186
  }
187
+ .e-treegrid span.e-icons.e-treegridcollapse {
188
+ text-align: center;
189
+ vertical-align: baseline;
190
+ }
180
191
  .e-treegrid .e-rowcell:not(.e-gridclip) .e-treecolumn-container {
181
192
  display: block;
182
193
  overflow: hidden;
183
194
  text-overflow: ellipsis;
184
195
  }
185
196
  .e-treegrid .e-rowcell:not(.e-gridclip) .e-treecolumn-container span.e-treecell {
186
- display: inline;
197
+ display: contents;
187
198
  overflow: hidden;
188
199
  text-overflow: ellipsis;
189
200
  }
201
+ .e-treegrid .e-templatecell .e-treecolumn-container span {
202
+ vertical-align: middle;
203
+ }
190
204
  .e-treegrid .e-treegridexpand:hover::before,
191
205
  .e-treegrid .e-treegridcollapse:hover::before {
192
206
  color: #fff;
@@ -220,6 +234,9 @@
220
234
  }
221
235
  .e-treegrid .e-treecolumn-container span {
222
236
  display: inline-block;
237
+ vertical-align: text-bottom;
238
+ }
239
+ .e-treegrid .e-templatecell .e-treecolumn-container span {
223
240
  vertical-align: middle;
224
241
  }
225
242
  .e-treegrid .e-cloneproperties .e-treecolumn-container span {
@@ -246,7 +263,7 @@
246
263
  height: 16px;
247
264
  padding: 0;
248
265
  text-align: center;
249
- vertical-align: bottom;
266
+ vertical-align: text-bottom;
250
267
  width: 16px;
251
268
  }
252
269
  .e-treegrid .e-treecell {
@@ -287,7 +304,7 @@
287
304
  .e-treegrid .e-icons.e-errorelem {
288
305
  padding-left: 10px;
289
306
  display: inline-block;
290
- vertical-align: middle;
307
+ vertical-align: text-bottom;
291
308
  }
292
309
  .e-treegrid .e-errorelem::before {
293
310
  color: #e3165b;
@@ -224,6 +224,7 @@
224
224
  font-size: 10px;
225
225
  height: 18px;
226
226
  width: 18px;
227
+ vertical-align: bottom;
227
228
  }
228
229
  .e-bigger .e-treegrid .e-hierarchycheckbox {
229
230
  padding-left: 2px;
@@ -235,6 +236,9 @@
235
236
  .e-bigger .e-treegrid .e-treecell {
236
237
  line-height: 18px;
237
238
  }
239
+ .e-bigger .e-treegrid .e-treecolumn-container span {
240
+ vertical-align: middle;
241
+ }
238
242
  .e-treegrid .e-icons.e-none::before {
239
243
  content: "";
240
244
  }
@@ -253,10 +257,13 @@
253
257
  text-overflow: ellipsis;
254
258
  }
255
259
  .e-treegrid .e-rowcell:not(.e-gridclip) .e-treecolumn-container span.e-treecell {
256
- display: inline;
260
+ display: contents;
257
261
  overflow: hidden;
258
262
  text-overflow: ellipsis;
259
263
  }
264
+ .e-treegrid .e-templatecell .e-treecolumn-container span {
265
+ vertical-align: middle;
266
+ }
260
267
  .e-treegrid .e-treegridexpand:hover::before,
261
268
  .e-treegrid .e-treegridcollapse:hover::before {
262
269
  color: #fff;
@@ -290,6 +297,9 @@
290
297
  }
291
298
  .e-treegrid .e-treecolumn-container span {
292
299
  display: inline-block;
300
+ vertical-align: text-bottom;
301
+ }
302
+ .e-treegrid .e-templatecell .e-treecolumn-container span {
293
303
  vertical-align: middle;
294
304
  }
295
305
  .e-treegrid .e-cloneproperties .e-treecolumn-container span {
@@ -313,7 +323,7 @@
313
323
  height: 16px;
314
324
  padding: 0;
315
325
  text-align: center;
316
- vertical-align: bottom;
326
+ vertical-align: text-bottom;
317
327
  width: 16px;
318
328
  }
319
329
  .e-treegrid .e-treecell {
@@ -354,7 +364,7 @@
354
364
  .e-treegrid .e-icons.e-errorelem {
355
365
  padding-left: 10px;
356
366
  display: inline-block;
357
- vertical-align: middle;
367
+ vertical-align: text-bottom;
358
368
  }
359
369
  .e-treegrid .e-errorelem::before {
360
370
  color: #e3165b;
@@ -269,6 +269,7 @@
269
269
  font-size: 10px;
270
270
  height: 18px;
271
271
  width: 18px;
272
+ vertical-align: bottom;
272
273
  }
273
274
  .e-bigger .e-treegrid .e-hierarchycheckbox {
274
275
  padding-left: 2px;
@@ -280,6 +281,9 @@
280
281
  .e-bigger .e-treegrid .e-treecell {
281
282
  line-height: 18px;
282
283
  }
284
+ .e-bigger .e-treegrid .e-treecolumn-container span {
285
+ vertical-align: middle;
286
+ }
283
287
  .e-treegrid .e-icons.e-none::before {
284
288
  content: "";
285
289
  }
@@ -298,10 +302,13 @@
298
302
  text-overflow: ellipsis;
299
303
  }
300
304
  .e-treegrid .e-rowcell:not(.e-gridclip) .e-treecolumn-container span.e-treecell {
301
- display: inline;
305
+ display: contents;
302
306
  overflow: hidden;
303
307
  text-overflow: ellipsis;
304
308
  }
309
+ .e-treegrid .e-templatecell .e-treecolumn-container span {
310
+ vertical-align: middle;
311
+ }
305
312
  .e-treegrid .e-treegridexpand:hover::before,
306
313
  .e-treegrid .e-treegridcollapse:hover::before {
307
314
  color: #000;
@@ -335,6 +342,9 @@
335
342
  }
336
343
  .e-treegrid .e-treecolumn-container span {
337
344
  display: inline-block;
345
+ vertical-align: text-bottom;
346
+ }
347
+ .e-treegrid .e-templatecell .e-treecolumn-container span {
338
348
  vertical-align: middle;
339
349
  }
340
350
  .e-treegrid .e-cloneproperties .e-treecolumn-container span {
@@ -358,7 +368,7 @@
358
368
  height: 16px;
359
369
  padding: 0;
360
370
  text-align: center;
361
- vertical-align: bottom;
371
+ vertical-align: text-bottom;
362
372
  width: 16px;
363
373
  }
364
374
  .e-treegrid .e-treecell {
@@ -399,7 +409,7 @@
399
409
  .e-treegrid .e-icons.e-errorelem {
400
410
  padding-left: 10px;
401
411
  display: inline-block;
402
- vertical-align: middle;
412
+ vertical-align: text-bottom;
403
413
  }
404
414
  .e-treegrid .e-errorelem::before {
405
415
  color: #e3165b;
@@ -1,57 +1,4 @@
1
- :root {
2
- --color-sf-black: 0, 0, 0;
3
- --color-sf-white: 255, 255, 255;
4
- --color-sf-primary: 208, 188, 255;
5
- --color-sf-primary-container: 79, 55, 139;
6
- --color-sf-secondary: 204, 194, 220;
7
- --color-sf-secondary-container: 74, 68, 88;
8
- --color-sf-tertiary: 239, 184, 200;
9
- --color-sf-tertiary-container: 99, 59, 72;
10
- --color-sf-surface: 28, 27, 31;
11
- --color-sf-surface-variant: 73, 69, 79;
12
- --color-sf-background: var(--color-sf-surface);
13
- --color-sf-on-primary: 55, 30, 115;
14
- --color-sf-on-primary-container: 234, 221, 255;
15
- --color-sf-on-secondary: 51, 45, 65;
16
- --color-sf-on-secondary-container: 232, 222, 248;
17
- --color-sf-on-tertiary: 73, 37, 50;
18
- --color-sf-on-tertiary-containe: 255, 216, 228;
19
- --color-sf-on-surface: 230, 225, 229;
20
- --color-sf-on-surface-variant: 202, 196, 208;
21
- --color-sf-on-background: 230, 225, 229;
22
- --color-sf-outline: 147, 143, 153;
23
- --color-sf-outline-variant: 68, 71, 70;
24
- --color-sf-shadow: 0, 0, 0;
25
- --color-sf-surface-tint-color: 208, 188, 255;
26
- --color-sf-inverse-surface: 230, 225, 229;
27
- --color-sf-inverse-on-surface: 49, 48, 51;
28
- --color-sf-inverse-primary: 103, 80, 164;
29
- --color-sf-scrim: 0, 0, 0;
30
- --color-sf-error: 242, 184, 181;
31
- --color-sf-error-container: 140, 29, 24;
32
- --color-sf-on-error: 96, 20, 16;
33
- --color-sf-on-error-container: 249, 222, 220;
34
- --color-sf-success: 83, 202, 23;
35
- --color-sf-success-container: 22, 62, 2;
36
- --color-sf-on-success: 13, 39, 0;
37
- --color-sf-on-success-container: 183, 250, 150;
38
- --color-sf-info: 71, 172, 251;
39
- --color-sf-info-container: 0, 67, 120;
40
- --color-sf-on-info: 0, 51, 91;
41
- --color-sf-on-info-container: 173, 219, 255;
42
- --color-sf-warning: 245, 180, 130;
43
- --color-sf-warning-container: 123, 65, 0;
44
- --color-sf-on-warning: 99, 52, 0;
45
- --color-sf-on-warning-container: 255, 220, 193;
46
- --color-sf-spreadsheet-gridline: 231, 224, 236;
47
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
48
- --color-sf-success-text: 0, 0, 0;
49
- --color-sf-warning-text: 0, 0, 0;
50
- --color-sf-info-text: 0, 0, 0;
51
- --color-sf-danger-text: 0, 0, 0;
52
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
53
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
54
- }
1
+
55
2
 
56
3
  /* stylelint-disable property-no-vendor-prefix */
57
4
  @-webkit-keyframes e-input-ripple {
@@ -313,6 +260,7 @@
313
260
  font-size: 22px;
314
261
  height: 20px;
315
262
  width: 20px;
263
+ vertical-align: bottom;
316
264
  }
317
265
  .e-bigger .e-treegrid .e-hierarchycheckbox {
318
266
  padding-left: 2px;
@@ -324,6 +272,9 @@
324
272
  .e-bigger .e-treegrid .e-treecell {
325
273
  line-height: 20px;
326
274
  }
275
+ .e-bigger .e-treegrid .e-treecolumn-container span {
276
+ vertical-align: middle;
277
+ }
327
278
  .e-treegrid .e-icons.e-none::before {
328
279
  content: "";
329
280
  }
@@ -342,10 +293,13 @@
342
293
  text-overflow: ellipsis;
343
294
  }
344
295
  .e-treegrid .e-rowcell:not(.e-gridclip) .e-treecolumn-container span.e-treecell {
345
- display: inline;
296
+ display: contents;
346
297
  overflow: hidden;
347
298
  text-overflow: ellipsis;
348
299
  }
300
+ .e-treegrid .e-templatecell .e-treecolumn-container span {
301
+ vertical-align: middle;
302
+ }
349
303
  .e-treegrid .e-treegridexpand:hover::before,
350
304
  .e-treegrid .e-treegridcollapse:hover::before {
351
305
  color: rgba(var(--color-sf-on-surface));
@@ -379,6 +333,9 @@
379
333
  }
380
334
  .e-treegrid .e-treecolumn-container span {
381
335
  display: inline-block;
336
+ vertical-align: text-bottom;
337
+ }
338
+ .e-treegrid .e-templatecell .e-treecolumn-container span {
382
339
  vertical-align: middle;
383
340
  }
384
341
  .e-treegrid .e-cloneproperties .e-treecolumn-container span {
@@ -402,7 +359,7 @@
402
359
  height: 18px;
403
360
  padding: 0;
404
361
  text-align: center;
405
- vertical-align: bottom;
362
+ vertical-align: text-bottom;
406
363
  width: 16px;
407
364
  }
408
365
  .e-treegrid .e-treecell {
@@ -443,7 +400,7 @@
443
400
  .e-treegrid .e-icons.e-errorelem {
444
401
  padding-left: 10px;
445
402
  display: inline-block;
446
- vertical-align: middle;
403
+ vertical-align: text-bottom;
447
404
  }
448
405
  .e-treegrid .e-errorelem::before {
449
406
  color: rgba(var(--color-sf-error));
@@ -1,113 +1,6 @@
1
- :root {
2
- --color-sf-black: 0, 0, 0;
3
- --color-sf-white: 255, 255, 255;
4
- --color-sf-primary: 103, 80, 164;
5
- --color-sf-primary-container: 234, 221, 255;
6
- --color-sf-secondary: 98, 91, 113;
7
- --color-sf-secondary-container: 232, 222, 248;
8
- --color-sf-tertiary: 125, 82, 96;
9
- --color-sf-tertiary-container: 255, 216, 228;
10
- --color-sf-surface: 255, 255, 255;
11
- --color-sf-surface-variant: 231, 224, 236;
12
- --color-sf-background: var(--color-sf-surface);
13
- --color-sf-on-primary: 255, 255, 255;
14
- --color-sf-on-primary-container: 33, 0, 94;
15
- --color-sf-on-secondary: 255, 255, 255;
16
- --color-sf-on-secondary-container: 30, 25, 43;
17
- --color-sf-on-tertiary: 255, 255, 255;
18
- --color-sf-on-tertiary-containe: 55, 11, 30;
19
- --color-sf-on-surface: 28, 27, 31;
20
- --color-sf-on-surface-variant: 73, 69, 78;
21
- --color-sf-on-background: 28, 27, 31;
22
- --color-sf-outline: 121, 116, 126;
23
- --color-sf-outline-variant: 196, 199, 197;
24
- --color-sf-shadow: 0, 0, 0;
25
- --color-sf-surface-tint-color: 103, 80, 164;
26
- --color-sf-inverse-surface: 49, 48, 51;
27
- --color-sf-inverse-on-surface: 244, 239, 244;
28
- --color-sf-inverse-primary: 208, 188, 255;
29
- --color-sf-scrim: 0, 0, 0;
30
- --color-sf-error: 179, 38, 30;
31
- --color-sf-error-container: 249, 222, 220;
32
- --color-sf-on-error: 255, 250, 250;
33
- --color-sf-on-error-container: 65, 14, 11;
34
- --color-sf-success: 32, 81, 7;
35
- --color-sf-success-container: 209, 255, 186;
36
- --color-sf-on-success: 244, 255, 239;
37
- --color-sf-on-success-container: 13, 39, 0;
38
- --color-sf-info: 1, 87, 155;
39
- --color-sf-info-container: 233, 245, 255;
40
- --color-sf-on-info: 250, 253, 255;
41
- --color-sf-on-info-container: 0, 51, 91;
42
- --color-sf-warning: 145, 76, 0;
43
- --color-sf-warning-container: 254, 236, 222;
44
- --color-sf-on-warning: 255, 255, 255;
45
- --color-sf-on-warning-container: 47, 21, 0;
46
- --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
47
- --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
48
- --color-sf-diagram-palette-background: --color-sf-white;
49
- --color-sf-success-text: 255, 255, 255;
50
- --color-sf-warning-text: 255, 255, 255;
51
- --color-sf-danger-text: 255, 255, 255;
52
- --color-sf-info-text: 255, 255, 255;
53
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
54
- --color-sf-secondary-bg-color: var(--color-sf-surface);
55
- }
56
1
 
57
- .e-dark-mode {
58
- --color-sf-black: 0, 0, 0;
59
- --color-sf-white: 255, 255, 255;
60
- --color-sf-primary: 208, 188, 255;
61
- --color-sf-primary-container: 79, 55, 139;
62
- --color-sf-secondary: 204, 194, 220;
63
- --color-sf-secondary-container: 74, 68, 88;
64
- --color-sf-tertiary: 239, 184, 200;
65
- --color-sf-tertiary-container: 99, 59, 72;
66
- --color-sf-surface: 28, 27, 31;
67
- --color-sf-surface-variant: 28, 27, 31;
68
- --color-sf-background: var(--color-sf-surface);
69
- --color-sf-on-primary: 55, 30, 115;
70
- --color-sf-on-primary-container: 234, 221, 255;
71
- --color-sf-on-secondary: 51, 45, 65;
72
- --color-sf-on-secondary-container: 232, 222, 248;
73
- --color-sf-on-tertiary: 73, 37, 50;
74
- --color-sf-on-tertiary-containe: 255, 216, 228;
75
- --color-sf-on-surface: 230, 225, 229;
76
- --color-sf-on-surface-variant: 202, 196, 208;
77
- --color-sf-on-background: 230, 225, 229;
78
- --color-sf-outline: 147, 143, 153;
79
- --color-sf-outline-variant: 68, 71, 70;
80
- --color-sf-shadow: 0, 0, 0;
81
- --color-sf-surface-tint-color: 208, 188, 255;
82
- --color-sf-inverse-surface: 230, 225, 229;
83
- --color-sf-inverse-on-surface: 49, 48, 51;
84
- --color-sf-inverse-primary: 103, 80, 164;
85
- --color-sf-scrim: 0, 0, 0;
86
- --color-sf-error: 242, 184, 181;
87
- --color-sf-error-container: 140, 29, 24;
88
- --color-sf-on-error: 96, 20, 16;
89
- --color-sf-on-error-container: 249, 222, 220;
90
- --color-sf-success: 83, 202, 23;
91
- --color-sf-success-container: 22, 62, 2;
92
- --color-sf-on-success: 13, 39, 0;
93
- --color-sf-on-success-container: 183, 250, 150;
94
- --color-sf-info: 71, 172, 251;
95
- --color-sf-info-container: 0, 67, 120;
96
- --color-sf-on-info: 0, 51, 91;
97
- --color-sf-on-info-container: 173, 219, 255;
98
- --color-sf-warning: 245, 180, 130;
99
- --color-sf-warning-container: 123, 65, 0;
100
- --color-sf-on-warning: 99, 52, 0;
101
- --color-sf-on-warning-container: 255, 220, 193;
102
- --color-sf-spreadsheet-gridline: 231, 224, 236;
103
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
104
- --color-sf-success-text: 0, 0, 0;
105
- --color-sf-warning-text: 0, 0, 0;
106
- --color-sf-info-text: 0, 0, 0;
107
- --color-sf-danger-text: 0, 0, 0;
108
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
109
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
110
- }
2
+
3
+
111
4
 
112
5
  /* stylelint-disable property-no-vendor-prefix */
113
6
  @-webkit-keyframes e-input-ripple {
@@ -369,6 +262,7 @@
369
262
  font-size: 22px;
370
263
  height: 20px;
371
264
  width: 20px;
265
+ vertical-align: bottom;
372
266
  }
373
267
  .e-bigger .e-treegrid .e-hierarchycheckbox {
374
268
  padding-left: 2px;
@@ -380,6 +274,9 @@
380
274
  .e-bigger .e-treegrid .e-treecell {
381
275
  line-height: 20px;
382
276
  }
277
+ .e-bigger .e-treegrid .e-treecolumn-container span {
278
+ vertical-align: middle;
279
+ }
383
280
  .e-treegrid .e-icons.e-none::before {
384
281
  content: "";
385
282
  }
@@ -398,10 +295,13 @@
398
295
  text-overflow: ellipsis;
399
296
  }
400
297
  .e-treegrid .e-rowcell:not(.e-gridclip) .e-treecolumn-container span.e-treecell {
401
- display: inline;
298
+ display: contents;
402
299
  overflow: hidden;
403
300
  text-overflow: ellipsis;
404
301
  }
302
+ .e-treegrid .e-templatecell .e-treecolumn-container span {
303
+ vertical-align: middle;
304
+ }
405
305
  .e-treegrid .e-treegridexpand:hover::before,
406
306
  .e-treegrid .e-treegridcollapse:hover::before {
407
307
  color: rgba(var(--color-sf-on-surface));
@@ -435,6 +335,9 @@
435
335
  }
436
336
  .e-treegrid .e-treecolumn-container span {
437
337
  display: inline-block;
338
+ vertical-align: text-bottom;
339
+ }
340
+ .e-treegrid .e-templatecell .e-treecolumn-container span {
438
341
  vertical-align: middle;
439
342
  }
440
343
  .e-treegrid .e-cloneproperties .e-treecolumn-container span {
@@ -458,7 +361,7 @@
458
361
  height: 18px;
459
362
  padding: 0;
460
363
  text-align: center;
461
- vertical-align: bottom;
364
+ vertical-align: text-bottom;
462
365
  width: 16px;
463
366
  }
464
367
  .e-treegrid .e-treecell {
@@ -499,7 +402,7 @@
499
402
  .e-treegrid .e-icons.e-errorelem {
500
403
  padding-left: 10px;
501
404
  display: inline-block;
502
- vertical-align: middle;
405
+ vertical-align: text-bottom;
503
406
  }
504
407
  .e-treegrid .e-errorelem::before {
505
408
  color: rgba(var(--color-sf-error));
@@ -176,6 +176,7 @@
176
176
  font-size: 22px;
177
177
  height: 22px;
178
178
  width: 22px;
179
+ vertical-align: bottom;
179
180
  }
180
181
  .e-bigger .e-treegrid .e-hierarchycheckbox {
181
182
  padding-left: 2px;
@@ -187,6 +188,9 @@
187
188
  .e-bigger .e-treegrid .e-treecell {
188
189
  line-height: 22px;
189
190
  }
191
+ .e-bigger .e-treegrid .e-treecolumn-container span {
192
+ vertical-align: middle;
193
+ }
190
194
  .e-treegrid .e-icons.e-none::before {
191
195
  content: "";
192
196
  }
@@ -205,10 +209,13 @@
205
209
  text-overflow: ellipsis;
206
210
  }
207
211
  .e-treegrid .e-rowcell:not(.e-gridclip) .e-treecolumn-container span.e-treecell {
208
- display: inline;
212
+ display: contents;
209
213
  overflow: hidden;
210
214
  text-overflow: ellipsis;
211
215
  }
216
+ .e-treegrid .e-templatecell .e-treecolumn-container span {
217
+ vertical-align: middle;
218
+ }
212
219
  .e-treegrid .e-treegridexpand:hover::before,
213
220
  .e-treegrid .e-treegridcollapse:hover::before {
214
221
  color: #f3f4f6;
@@ -242,6 +249,9 @@
242
249
  }
243
250
  .e-treegrid .e-treecolumn-container span {
244
251
  display: inline-block;
252
+ vertical-align: text-bottom;
253
+ }
254
+ .e-treegrid .e-templatecell .e-treecolumn-container span {
245
255
  vertical-align: middle;
246
256
  }
247
257
  .e-treegrid .e-cloneproperties .e-treecolumn-container span {
@@ -265,7 +275,7 @@
265
275
  height: 18px;
266
276
  padding: 0;
267
277
  text-align: center;
268
- vertical-align: bottom;
278
+ vertical-align: text-bottom;
269
279
  width: 16px;
270
280
  }
271
281
  .e-treegrid .e-treecell {
@@ -306,7 +316,7 @@
306
316
  .e-treegrid .e-icons.e-errorelem {
307
317
  padding-left: 10px;
308
318
  display: inline-block;
309
- vertical-align: middle;
319
+ vertical-align: text-bottom;
310
320
  }
311
321
  .e-treegrid .e-errorelem::before {
312
322
  color: #f87171;
@@ -176,6 +176,7 @@
176
176
  font-size: 22px;
177
177
  height: 22px;
178
178
  width: 22px;
179
+ vertical-align: bottom;
179
180
  }
180
181
  .e-bigger .e-treegrid .e-hierarchycheckbox {
181
182
  padding-left: 2px;
@@ -187,6 +188,9 @@
187
188
  .e-bigger .e-treegrid .e-treecell {
188
189
  line-height: 22px;
189
190
  }
191
+ .e-bigger .e-treegrid .e-treecolumn-container span {
192
+ vertical-align: middle;
193
+ }
190
194
  .e-treegrid .e-icons.e-none::before {
191
195
  content: "";
192
196
  }
@@ -205,10 +209,13 @@
205
209
  text-overflow: ellipsis;
206
210
  }
207
211
  .e-treegrid .e-rowcell:not(.e-gridclip) .e-treecolumn-container span.e-treecell {
208
- display: inline;
212
+ display: contents;
209
213
  overflow: hidden;
210
214
  text-overflow: ellipsis;
211
215
  }
216
+ .e-treegrid .e-templatecell .e-treecolumn-container span {
217
+ vertical-align: middle;
218
+ }
212
219
  .e-treegrid .e-treegridexpand:hover::before,
213
220
  .e-treegrid .e-treegridcollapse:hover::before {
214
221
  color: #374151;
@@ -242,6 +249,9 @@
242
249
  }
243
250
  .e-treegrid .e-treecolumn-container span {
244
251
  display: inline-block;
252
+ vertical-align: text-bottom;
253
+ }
254
+ .e-treegrid .e-templatecell .e-treecolumn-container span {
245
255
  vertical-align: middle;
246
256
  }
247
257
  .e-treegrid .e-cloneproperties .e-treecolumn-container span {
@@ -265,7 +275,7 @@
265
275
  height: 18px;
266
276
  padding: 0;
267
277
  text-align: center;
268
- vertical-align: bottom;
278
+ vertical-align: text-bottom;
269
279
  width: 16px;
270
280
  }
271
281
  .e-treegrid .e-treecell {
@@ -306,7 +316,7 @@
306
316
  .e-treegrid .e-icons.e-errorelem {
307
317
  padding-left: 10px;
308
318
  display: inline-block;
309
- vertical-align: middle;
319
+ vertical-align: text-bottom;
310
320
  }
311
321
  .e-treegrid .e-errorelem::before {
312
322
  color: #dc2626;