@syncfusion/ej2-vue-layouts 22.1.34 → 22.1.36

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 (38) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/ej2-vue-layouts.umd.min.js +1 -1
  3. package/dist/global/ej2-vue-layouts.min.js +2 -2
  4. package/package.json +6 -6
  5. package/styles/bootstrap-dark.css +2 -0
  6. package/styles/bootstrap.css +2 -0
  7. package/styles/bootstrap4.css +2 -0
  8. package/styles/bootstrap5-dark.css +2 -0
  9. package/styles/bootstrap5.css +2 -0
  10. package/styles/fabric-dark.css +2 -0
  11. package/styles/fabric.css +2 -0
  12. package/styles/fluent-dark.css +2 -0
  13. package/styles/fluent.css +2 -0
  14. package/styles/highcontrast-light.css +2 -0
  15. package/styles/highcontrast.css +2 -0
  16. package/styles/material-dark.css +2 -0
  17. package/styles/material.css +2 -0
  18. package/styles/material3-dark.css +2 -0
  19. package/styles/material3.css +2 -0
  20. package/styles/splitter/bootstrap-dark.css +2 -0
  21. package/styles/splitter/bootstrap.css +2 -0
  22. package/styles/splitter/bootstrap4.css +2 -0
  23. package/styles/splitter/bootstrap5-dark.css +2 -0
  24. package/styles/splitter/bootstrap5.css +2 -0
  25. package/styles/splitter/fabric-dark.css +2 -0
  26. package/styles/splitter/fabric.css +2 -0
  27. package/styles/splitter/fluent-dark.css +2 -0
  28. package/styles/splitter/fluent.css +2 -0
  29. package/styles/splitter/highcontrast-light.css +2 -0
  30. package/styles/splitter/highcontrast.css +2 -0
  31. package/styles/splitter/material-dark.css +2 -0
  32. package/styles/splitter/material.css +2 -0
  33. package/styles/splitter/material3-dark.css +2 -0
  34. package/styles/splitter/material3.css +2 -0
  35. package/styles/splitter/tailwind-dark.css +2 -0
  36. package/styles/splitter/tailwind.css +2 -0
  37. package/styles/tailwind-dark.css +2 -0
  38. package/styles/tailwind.css +2 -0
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-layouts@*",
3
- "_id": "@syncfusion/ej2-vue-layouts@21.3.0",
3
+ "_id": "@syncfusion/ej2-vue-layouts@21.1.36",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-fj2tkSjbCoDuGXFw6Rwf3E1kMvVC2ttOoQ07kzc8J0ezA5oq/qVlSQmnbNDN87/Gu3/AN42nIYNOfTT92tqsOA==",
5
+ "_integrity": "sha512-GCBIadB8LZs6qhTodq1bJycVYWOOvAEiIWo8JegwTEOHMimM006JPTHoAbKUbDRH3QC1Xu85D+O00dHSATm6rA==",
6
6
  "_location": "/@syncfusion/ej2-vue-layouts",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-layouts/-/ej2-vue-layouts-21.3.0.tgz",
23
- "_shasum": "61d7685fda2613cc15ca51792d5a5d7d8127f7b3",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-layouts/-/ej2-vue-layouts-21.1.36.tgz",
23
+ "_shasum": "49333516a198c01880c2e27f3ab1457ebb287828",
24
24
  "_spec": "@syncfusion/ej2-vue-layouts@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -32,7 +32,7 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~22.1.34",
35
- "@syncfusion/ej2-layouts": "22.1.34",
35
+ "@syncfusion/ej2-layouts": "22.1.36",
36
36
  "@syncfusion/ej2-vue-base": "~22.1.34"
37
37
  },
38
38
  "deprecated": false,
@@ -60,6 +60,6 @@
60
60
  "ci-publish": "gulp ci-publish",
61
61
  "compile": "gulp ci-compile && gulp vue-global-script"
62
62
  },
63
- "version": "22.1.34",
63
+ "version": "22.1.36",
64
64
  "sideEffects": false
65
65
  }
@@ -930,6 +930,7 @@
930
930
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
931
931
  background: #1a1a1a;
932
932
  color: #f0f0f0;
933
+ z-index: 10;
933
934
  }
934
935
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
935
936
  background-color: transparent;
@@ -991,6 +992,7 @@
991
992
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
992
993
  background: #1a1a1a;
993
994
  color: #f0f0f0;
995
+ z-index: 12;
994
996
  }
995
997
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
996
998
  background: #0070f0;
@@ -931,6 +931,7 @@
931
931
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
932
932
  background: #fff;
933
933
  color: #333;
934
+ z-index: 10;
934
935
  }
935
936
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
936
937
  background-color: transparent;
@@ -992,6 +993,7 @@
992
993
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
993
994
  background: #fff;
994
995
  color: #333;
996
+ z-index: 12;
995
997
  }
996
998
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
997
999
  background: #317ab9;
@@ -936,6 +936,7 @@
936
936
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
937
937
  background: #fff;
938
938
  color: #495057;
939
+ z-index: 10;
939
940
  }
940
941
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
941
942
  background-color: transparent;
@@ -997,6 +998,7 @@
997
998
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
998
999
  background: #fff;
999
1000
  color: #495057;
1001
+ z-index: 12;
1000
1002
  }
1001
1003
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
1002
1004
  background: #007bff;
@@ -938,6 +938,7 @@
938
938
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
939
939
  background: #212529;
940
940
  color: #adb5bd;
941
+ z-index: 10;
941
942
  }
942
943
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
943
944
  background-color: transparent;
@@ -999,6 +1000,7 @@
999
1000
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
1000
1001
  background: #212529;
1001
1002
  color: #adb5bd;
1003
+ z-index: 12;
1002
1004
  }
1003
1005
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
1004
1006
  background: #0d6efd;
@@ -938,6 +938,7 @@
938
938
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
939
939
  background: #fff;
940
940
  color: #6c757d;
941
+ z-index: 10;
941
942
  }
942
943
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
943
944
  background-color: transparent;
@@ -999,6 +1000,7 @@
999
1000
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
1000
1001
  background: #fff;
1001
1002
  color: #6c757d;
1003
+ z-index: 12;
1002
1004
  }
1003
1005
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
1004
1006
  background: #0d6efd;
@@ -930,6 +930,7 @@
930
930
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
931
931
  background: #201f1f;
932
932
  color: #dadada;
933
+ z-index: 10;
933
934
  }
934
935
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
935
936
  background-color: transparent;
@@ -991,6 +992,7 @@
991
992
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
992
993
  background: #201f1f;
993
994
  color: #dadada;
995
+ z-index: 12;
994
996
  }
995
997
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
996
998
  background: #38a9ff;
package/styles/fabric.css CHANGED
@@ -941,6 +941,7 @@
941
941
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
942
942
  background: #fff;
943
943
  color: #333;
944
+ z-index: 10;
944
945
  }
945
946
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
946
947
  background-color: transparent;
@@ -1002,6 +1003,7 @@
1002
1003
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
1003
1004
  background: #fff;
1004
1005
  color: #333;
1006
+ z-index: 12;
1005
1007
  }
1006
1008
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
1007
1009
  background: #0078d6;
@@ -957,6 +957,7 @@
957
957
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
958
958
  background: #1b1a19;
959
959
  color: #a19f9d;
960
+ z-index: 10;
960
961
  }
961
962
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
962
963
  background-color: transparent;
@@ -1018,6 +1019,7 @@
1018
1019
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
1019
1020
  background: #1b1a19;
1020
1021
  color: #a19f9d;
1022
+ z-index: 12;
1021
1023
  }
1022
1024
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
1023
1025
  background: #0078d4;
package/styles/fluent.css CHANGED
@@ -957,6 +957,7 @@
957
957
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
958
958
  background: #fff;
959
959
  color: #605e5c;
960
+ z-index: 10;
960
961
  }
961
962
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
962
963
  background-color: transparent;
@@ -1018,6 +1019,7 @@
1018
1019
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
1019
1020
  background: #fff;
1020
1021
  color: #605e5c;
1022
+ z-index: 12;
1021
1023
  }
1022
1024
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
1023
1025
  background: #0078d4;
@@ -930,6 +930,7 @@
930
930
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
931
931
  background: #fff;
932
932
  color: #000;
933
+ z-index: 10;
933
934
  }
934
935
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
935
936
  background-color: transparent;
@@ -991,6 +992,7 @@
991
992
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
992
993
  background: #fff;
993
994
  color: #000;
995
+ z-index: 12;
994
996
  }
995
997
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
996
998
  background: #400074;
@@ -942,6 +942,7 @@
942
942
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
943
943
  background: #000;
944
944
  color: #fff;
945
+ z-index: 10;
945
946
  }
946
947
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
947
948
  background-color: transparent;
@@ -1003,6 +1004,7 @@
1003
1004
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
1004
1005
  background: #000;
1005
1006
  color: #fff;
1007
+ z-index: 12;
1006
1008
  }
1007
1009
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
1008
1010
  background: #ffd939;
@@ -930,6 +930,7 @@
930
930
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
931
931
  background: #303030;
932
932
  color: rgba(255, 255, 255, 0.7);
933
+ z-index: 10;
933
934
  }
934
935
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
935
936
  background-color: transparent;
@@ -991,6 +992,7 @@
991
992
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
992
993
  background: #303030;
993
994
  color: rgba(255, 255, 255, 0.7);
995
+ z-index: 12;
994
996
  }
995
997
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
996
998
  background: #00b0ff;
@@ -931,6 +931,7 @@
931
931
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
932
932
  background: #fff;
933
933
  color: rgba(0, 0, 0, 0.54);
934
+ z-index: 10;
934
935
  }
935
936
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
936
937
  background-color: transparent;
@@ -992,6 +993,7 @@
992
993
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
993
994
  background: #fff;
994
995
  color: rgba(0, 0, 0, 0.54);
996
+ z-index: 12;
995
997
  }
996
998
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
997
999
  background: #e3165b;
@@ -1103,6 +1103,7 @@
1103
1103
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
1104
1104
  background: rgba(var(--color-sf-surface));
1105
1105
  color: rgba(var(--color-sf-on-surface-variant));
1106
+ z-index: 10;
1106
1107
  }
1107
1108
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
1108
1109
  background-color: transparent;
@@ -1164,6 +1165,7 @@
1164
1165
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
1165
1166
  background: rgba(var(--color-sf-surface));
1166
1167
  color: rgba(var(--color-sf-on-surface-variant));
1168
+ z-index: 12;
1167
1169
  }
1168
1170
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
1169
1171
  background: rgba(var(--color-sf-primary));
@@ -1268,6 +1268,7 @@
1268
1268
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
1269
1269
  background: rgba(var(--color-sf-surface));
1270
1270
  color: rgba(var(--color-sf-on-surface-variant));
1271
+ z-index: 10;
1271
1272
  }
1272
1273
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
1273
1274
  background-color: transparent;
@@ -1329,6 +1330,7 @@
1329
1330
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
1330
1331
  background: rgba(var(--color-sf-surface));
1331
1332
  color: rgba(var(--color-sf-on-surface-variant));
1333
+ z-index: 12;
1332
1334
  }
1333
1335
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
1334
1336
  background: rgba(var(--color-sf-primary));
@@ -370,6 +370,7 @@
370
370
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
371
371
  background: #1a1a1a;
372
372
  color: #f0f0f0;
373
+ z-index: 10;
373
374
  }
374
375
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
375
376
  background-color: transparent;
@@ -431,6 +432,7 @@
431
432
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
432
433
  background: #1a1a1a;
433
434
  color: #f0f0f0;
435
+ z-index: 12;
434
436
  }
435
437
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
436
438
  background: #0070f0;
@@ -370,6 +370,7 @@
370
370
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
371
371
  background: #fff;
372
372
  color: #333;
373
+ z-index: 10;
373
374
  }
374
375
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
375
376
  background-color: transparent;
@@ -431,6 +432,7 @@
431
432
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
432
433
  background: #fff;
433
434
  color: #333;
435
+ z-index: 12;
434
436
  }
435
437
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
436
438
  background: #317ab9;
@@ -369,6 +369,7 @@
369
369
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
370
370
  background: #fff;
371
371
  color: #495057;
372
+ z-index: 10;
372
373
  }
373
374
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
374
375
  background-color: transparent;
@@ -430,6 +431,7 @@
430
431
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
431
432
  background: #fff;
432
433
  color: #495057;
434
+ z-index: 12;
433
435
  }
434
436
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
435
437
  background: #007bff;
@@ -363,6 +363,7 @@
363
363
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
364
364
  background: #212529;
365
365
  color: #adb5bd;
366
+ z-index: 10;
366
367
  }
367
368
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
368
369
  background-color: transparent;
@@ -424,6 +425,7 @@
424
425
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
425
426
  background: #212529;
426
427
  color: #adb5bd;
428
+ z-index: 12;
427
429
  }
428
430
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
429
431
  background: #0d6efd;
@@ -363,6 +363,7 @@
363
363
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
364
364
  background: #fff;
365
365
  color: #6c757d;
366
+ z-index: 10;
366
367
  }
367
368
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
368
369
  background-color: transparent;
@@ -424,6 +425,7 @@
424
425
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
425
426
  background: #fff;
426
427
  color: #6c757d;
428
+ z-index: 12;
427
429
  }
428
430
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
429
431
  background: #0d6efd;
@@ -370,6 +370,7 @@
370
370
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
371
371
  background: #201f1f;
372
372
  color: #dadada;
373
+ z-index: 10;
373
374
  }
374
375
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
375
376
  background-color: transparent;
@@ -431,6 +432,7 @@
431
432
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
432
433
  background: #201f1f;
433
434
  color: #dadada;
435
+ z-index: 12;
434
436
  }
435
437
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
436
438
  background: #38a9ff;
@@ -370,6 +370,7 @@
370
370
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
371
371
  background: #fff;
372
372
  color: #333;
373
+ z-index: 10;
373
374
  }
374
375
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
375
376
  background-color: transparent;
@@ -431,6 +432,7 @@
431
432
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
432
433
  background: #fff;
433
434
  color: #333;
435
+ z-index: 12;
434
436
  }
435
437
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
436
438
  background: #0078d6;
@@ -363,6 +363,7 @@
363
363
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
364
364
  background: #1b1a19;
365
365
  color: #a19f9d;
366
+ z-index: 10;
366
367
  }
367
368
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
368
369
  background-color: transparent;
@@ -424,6 +425,7 @@
424
425
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
425
426
  background: #1b1a19;
426
427
  color: #a19f9d;
428
+ z-index: 12;
427
429
  }
428
430
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
429
431
  background: #0078d4;
@@ -363,6 +363,7 @@
363
363
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
364
364
  background: #fff;
365
365
  color: #605e5c;
366
+ z-index: 10;
366
367
  }
367
368
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
368
369
  background-color: transparent;
@@ -424,6 +425,7 @@
424
425
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
425
426
  background: #fff;
426
427
  color: #605e5c;
428
+ z-index: 12;
427
429
  }
428
430
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
429
431
  background: #0078d4;
@@ -370,6 +370,7 @@
370
370
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
371
371
  background: #fff;
372
372
  color: #000;
373
+ z-index: 10;
373
374
  }
374
375
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
375
376
  background-color: transparent;
@@ -431,6 +432,7 @@
431
432
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
432
433
  background: #fff;
433
434
  color: #000;
435
+ z-index: 12;
434
436
  }
435
437
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
436
438
  background: #400074;
@@ -370,6 +370,7 @@
370
370
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
371
371
  background: #000;
372
372
  color: #fff;
373
+ z-index: 10;
373
374
  }
374
375
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
375
376
  background-color: transparent;
@@ -431,6 +432,7 @@
431
432
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
432
433
  background: #000;
433
434
  color: #fff;
435
+ z-index: 12;
434
436
  }
435
437
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
436
438
  background: #ffd939;
@@ -370,6 +370,7 @@
370
370
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
371
371
  background: #303030;
372
372
  color: rgba(255, 255, 255, 0.7);
373
+ z-index: 10;
373
374
  }
374
375
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
375
376
  background-color: transparent;
@@ -431,6 +432,7 @@
431
432
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
432
433
  background: #303030;
433
434
  color: rgba(255, 255, 255, 0.7);
435
+ z-index: 12;
434
436
  }
435
437
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
436
438
  background: #00b0ff;
@@ -371,6 +371,7 @@
371
371
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
372
372
  background: #fff;
373
373
  color: rgba(0, 0, 0, 0.54);
374
+ z-index: 10;
374
375
  }
375
376
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
376
377
  background-color: transparent;
@@ -432,6 +433,7 @@
432
433
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
433
434
  background: #fff;
434
435
  color: rgba(0, 0, 0, 0.54);
436
+ z-index: 12;
435
437
  }
436
438
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
437
439
  background: #e3165b;
@@ -419,6 +419,7 @@
419
419
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
420
420
  background: rgba(var(--color-sf-surface));
421
421
  color: rgba(var(--color-sf-on-surface-variant));
422
+ z-index: 10;
422
423
  }
423
424
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
424
425
  background-color: transparent;
@@ -480,6 +481,7 @@
480
481
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
481
482
  background: rgba(var(--color-sf-surface));
482
483
  color: rgba(var(--color-sf-on-surface-variant));
484
+ z-index: 12;
483
485
  }
484
486
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
485
487
  background: rgba(var(--color-sf-primary));
@@ -475,6 +475,7 @@
475
475
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
476
476
  background: rgba(var(--color-sf-surface));
477
477
  color: rgba(var(--color-sf-on-surface-variant));
478
+ z-index: 10;
478
479
  }
479
480
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
480
481
  background-color: transparent;
@@ -536,6 +537,7 @@
536
537
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
537
538
  background: rgba(var(--color-sf-surface));
538
539
  color: rgba(var(--color-sf-on-surface-variant));
540
+ z-index: 12;
539
541
  }
540
542
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
541
543
  background: rgba(var(--color-sf-primary));
@@ -364,6 +364,7 @@
364
364
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
365
365
  background: #1f2937;
366
366
  color: #d1d5db;
367
+ z-index: 10;
367
368
  }
368
369
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
369
370
  background-color: transparent;
@@ -425,6 +426,7 @@
425
426
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
426
427
  background: #1f2937;
427
428
  color: #d1d5db;
429
+ z-index: 12;
428
430
  }
429
431
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
430
432
  background: #22d3ee;
@@ -364,6 +364,7 @@
364
364
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
365
365
  background: #fff;
366
366
  color: #6b7280;
367
+ z-index: 10;
367
368
  }
368
369
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
369
370
  background-color: transparent;
@@ -425,6 +426,7 @@
425
426
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
426
427
  background: #fff;
427
428
  color: #6b7280;
429
+ z-index: 12;
428
430
  }
429
431
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
430
432
  background: #4f46e5;
@@ -941,6 +941,7 @@
941
941
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
942
942
  background: #1f2937;
943
943
  color: #d1d5db;
944
+ z-index: 10;
944
945
  }
945
946
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
946
947
  background-color: transparent;
@@ -1002,6 +1003,7 @@
1002
1003
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
1003
1004
  background: #1f2937;
1004
1005
  color: #d1d5db;
1006
+ z-index: 12;
1005
1007
  }
1006
1008
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
1007
1009
  background: #22d3ee;
@@ -941,6 +941,7 @@
941
941
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
942
942
  background: #fff;
943
943
  color: #6b7280;
944
+ z-index: 10;
944
945
  }
945
946
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
946
947
  background-color: transparent;
@@ -1002,6 +1003,7 @@
1002
1003
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
1003
1004
  background: #fff;
1004
1005
  color: #6b7280;
1006
+ z-index: 12;
1005
1007
  }
1006
1008
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
1007
1009
  background: #4f46e5;