@syncfusion/ej2-layouts 22.1.34 → 22.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/CHANGELOG.md +16 -0
- package/dist/ej2-layouts.min.js +2 -2
- package/dist/ej2-layouts.umd.min.js +2 -2
- package/dist/ej2-layouts.umd.min.js.map +1 -1
- package/dist/es6/ej2-layouts.es2015.js +11 -7
- package/dist/es6/ej2-layouts.es2015.js.map +1 -1
- package/dist/es6/ej2-layouts.es5.js +11 -7
- package/dist/es6/ej2-layouts.es5.js.map +1 -1
- package/dist/global/ej2-layouts.min.js +2 -2
- package/dist/global/ej2-layouts.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +5 -5
- package/src/dashboard-layout/dashboard-layout.js +1 -0
- package/src/splitter/splitter.js +10 -7
- package/styles/bootstrap-dark.css +2 -0
- package/styles/bootstrap.css +2 -0
- package/styles/bootstrap4.css +2 -0
- package/styles/bootstrap5-dark.css +2 -0
- package/styles/bootstrap5.css +2 -0
- package/styles/fabric-dark.css +2 -0
- package/styles/fabric.css +2 -0
- package/styles/fluent-dark.css +2 -0
- package/styles/fluent.css +2 -0
- package/styles/highcontrast-light.css +2 -0
- package/styles/highcontrast.css +2 -0
- package/styles/material-dark.css +2 -0
- package/styles/material.css +2 -0
- package/styles/material3-dark.css +2 -0
- package/styles/material3.css +2 -0
- package/styles/splitter/_theme.scss +2 -0
- package/styles/splitter/bootstrap-dark.css +2 -0
- package/styles/splitter/bootstrap.css +2 -0
- package/styles/splitter/bootstrap4.css +2 -0
- package/styles/splitter/bootstrap5-dark.css +2 -0
- package/styles/splitter/bootstrap5.css +2 -0
- package/styles/splitter/fabric-dark.css +2 -0
- package/styles/splitter/fabric.css +2 -0
- package/styles/splitter/fluent-dark.css +2 -0
- package/styles/splitter/fluent.css +2 -0
- package/styles/splitter/highcontrast-light.css +2 -0
- package/styles/splitter/highcontrast.css +2 -0
- package/styles/splitter/material-dark.css +2 -0
- package/styles/splitter/material.css +2 -0
- package/styles/splitter/material3-dark.css +2 -0
- package/styles/splitter/material3.css +2 -0
- package/styles/splitter/tailwind-dark.css +2 -0
- package/styles/splitter/tailwind.css +2 -0
- package/styles/tailwind-dark.css +2 -0
- package/styles/tailwind.css +2 -0
package/dist/global/index.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: index.d.ts
|
3
|
-
* version : 22.1.
|
3
|
+
* version : 22.1.37
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
5
5
|
* Use of this code is subject to the terms of our license.
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"_from": "@syncfusion/ej2-layouts@*",
|
3
|
-
"_id": "@syncfusion/ej2-layouts@
|
3
|
+
"_id": "@syncfusion/ej2-layouts@22.1.36",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-vlw2CzId0ZKom9vBs3nYZQ+urOdpSCxtO8X9OsaUqPtWLhFzLnOX41koFE7d7fq/KZMWDZ5Ms+BL0AXk5XYLqw==",
|
6
6
|
"_location": "/@syncfusion/ej2-layouts",
|
7
7
|
"_phantomChildren": {},
|
8
8
|
"_requested": {
|
@@ -27,8 +27,8 @@
|
|
27
27
|
"/@syncfusion/ej2-react-layouts",
|
28
28
|
"/@syncfusion/ej2-vue-layouts"
|
29
29
|
],
|
30
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-
|
31
|
-
"_shasum": "
|
30
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-layouts/-/ej2-layouts-22.1.36.tgz",
|
31
|
+
"_shasum": "241226a09158f0c2e2d740bd30ac8a55f6739540",
|
32
32
|
"_spec": "@syncfusion/ej2-layouts@*",
|
33
33
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
34
34
|
"author": {
|
@@ -76,7 +76,7 @@
|
|
76
76
|
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/layouts"
|
77
77
|
},
|
78
78
|
"typings": "index.d.ts",
|
79
|
-
"version": "22.1.
|
79
|
+
"version": "22.1.37",
|
80
80
|
"sideEffects": false,
|
81
81
|
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
|
82
82
|
}
|
@@ -460,6 +460,7 @@ var DashboardLayout = /** @class */ (function (_super) {
|
|
460
460
|
// eslint-disable-next-line
|
461
461
|
var panelProp = new Panel(this, 'panels', model, true);
|
462
462
|
this.panels.push(panelProp);
|
463
|
+
this.oldRowCol[model.id] = { row: model.row, col: model.col };
|
463
464
|
};
|
464
465
|
DashboardLayout.prototype.resizeEvents = function () {
|
465
466
|
if (this.allowResizing) {
|
package/src/splitter/splitter.js
CHANGED
@@ -162,7 +162,8 @@ var Splitter = /** @class */ (function (_super) {
|
|
162
162
|
if (!(newProp.paneSettings instanceof Array && oldProp.paneSettings instanceof Array)) {
|
163
163
|
var paneCounts = Object.keys(newProp.paneSettings);
|
164
164
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
165
|
-
|
165
|
+
var isPaneContentChanged = paneCounts.some(function (count) { return !isNullOrUndefined(newProp.paneSettings[count].content); });
|
166
|
+
if (this.isReact && isPaneContentChanged) {
|
166
167
|
var cPaneCount = 0;
|
167
168
|
for (var k = 0; k < this.paneSettings.length; k++) {
|
168
169
|
if (typeof (this.paneSettings[k].content) === 'function') {
|
@@ -974,7 +975,7 @@ var Splitter = /** @class */ (function (_super) {
|
|
974
975
|
/* istanbul ignore next */
|
975
976
|
hoverTimeOut = setTimeout(function () {
|
976
977
|
addClass([separator], [SPLIT_BAR_HOVER]);
|
977
|
-
}
|
978
|
+
});
|
978
979
|
});
|
979
980
|
};
|
980
981
|
Splitter.prototype.getEventType = function (e) {
|
@@ -1095,10 +1096,12 @@ var Splitter = /** @class */ (function (_super) {
|
|
1095
1096
|
this.allPanes[i].offsetWidth : this.allPanes[i].offsetHeight);
|
1096
1097
|
var isPercent = updatePane.style.flexBasis.indexOf('%') > -1;
|
1097
1098
|
var updatePaneOffset = this.orientation === 'Horizontal' ? updatePane.offsetWidth : updatePane.offsetHeight;
|
1098
|
-
updatePane.style.flexBasis
|
1099
|
-
|
1099
|
+
if (!isNullOrUndefined(updatePane) && updatePane.style.flexBasis !== '' && updatePane.classList.contains(STATIC_PANE)) {
|
1100
|
+
updatePane.style.flexBasis = isPercent ? this.convertPixelToPercentage(updatePaneOffset + sizeDiff) + '%'
|
1101
|
+
: (updatePaneOffset + sizeDiff) + 'px';
|
1102
|
+
}
|
1100
1103
|
var flexPaneOffset = this.orientation === 'Horizontal' ? flexPane.offsetWidth : flexPane.offsetHeight;
|
1101
|
-
if (flexPane.style.flexBasis !== '') {
|
1104
|
+
if (!isNullOrUndefined(flexPane) && flexPane.style.flexBasis !== '' && !flexPane.classList.contains(STATIC_PANE)) {
|
1102
1105
|
flexPane.style.flexBasis = flexPane.style.flexBasis.indexOf('%') > -1 ?
|
1103
1106
|
this.convertPixelToPercentage(flexPaneOffset - sizeDiff) + '%' : (flexPaneOffset - sizeDiff) + 'px';
|
1104
1107
|
}
|
@@ -1732,7 +1735,7 @@ var Splitter = /** @class */ (function (_super) {
|
|
1732
1735
|
};
|
1733
1736
|
Splitter.prototype.checkCoordinates = function (pageX, pageY) {
|
1734
1737
|
var coordinatesChanged = true;
|
1735
|
-
if ((pageX === this.previousCoordinates.x
|
1738
|
+
if ((pageX === this.previousCoordinates.x && pageY === this.previousCoordinates.y)) {
|
1736
1739
|
coordinatesChanged = false;
|
1737
1740
|
}
|
1738
1741
|
return coordinatesChanged;
|
@@ -1812,7 +1815,7 @@ var Splitter = /** @class */ (function (_super) {
|
|
1812
1815
|
if (this.paneSettings[i].size === '') {
|
1813
1816
|
flexPaneCount = flexPaneCount + 1;
|
1814
1817
|
}
|
1815
|
-
else if (
|
1818
|
+
else if (this.allPanes[i].style.flexBasis !== '') {
|
1816
1819
|
this.paneSettings[i].size = this.allPanes[i].style.flexBasis;
|
1817
1820
|
}
|
1818
1821
|
}
|
@@ -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;
|
package/styles/bootstrap.css
CHANGED
@@ -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;
|
package/styles/bootstrap4.css
CHANGED
@@ -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;
|
package/styles/bootstrap5.css
CHANGED
@@ -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;
|
package/styles/fabric-dark.css
CHANGED
@@ -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;
|
package/styles/fluent-dark.css
CHANGED
@@ -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;
|
package/styles/highcontrast.css
CHANGED
@@ -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;
|
package/styles/material-dark.css
CHANGED
@@ -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;
|
package/styles/material.css
CHANGED
@@ -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;
|
@@ -990,6 +990,7 @@
|
|
990
990
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
991
991
|
background: rgba(var(--color-sf-surface));
|
992
992
|
color: rgba(var(--color-sf-on-surface-variant));
|
993
|
+
z-index: 10;
|
993
994
|
}
|
994
995
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
|
995
996
|
background-color: transparent;
|
@@ -1051,6 +1052,7 @@
|
|
1051
1052
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
|
1052
1053
|
background: rgba(var(--color-sf-surface));
|
1053
1054
|
color: rgba(var(--color-sf-on-surface-variant));
|
1055
|
+
z-index: 12;
|
1054
1056
|
}
|
1055
1057
|
.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 {
|
1056
1058
|
background: rgba(var(--color-sf-primary));
|
package/styles/material3.css
CHANGED
@@ -1046,6 +1046,7 @@
|
|
1046
1046
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
1047
1047
|
background: rgba(var(--color-sf-surface));
|
1048
1048
|
color: rgba(var(--color-sf-on-surface-variant));
|
1049
|
+
z-index: 10;
|
1049
1050
|
}
|
1050
1051
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
|
1051
1052
|
background-color: transparent;
|
@@ -1107,6 +1108,7 @@
|
|
1107
1108
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
|
1108
1109
|
background: rgba(var(--color-sf-surface));
|
1109
1110
|
color: rgba(var(--color-sf-on-surface-variant));
|
1111
|
+
z-index: 12;
|
1110
1112
|
}
|
1111
1113
|
.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 {
|
1112
1114
|
background: rgba(var(--color-sf-primary));
|
@@ -29,6 +29,7 @@
|
|
29
29
|
.e-resize-handler {
|
30
30
|
background: $resize-icon-bg-color;
|
31
31
|
color: $splitbar-icon-color;
|
32
|
+
z-index: 10;
|
32
33
|
}
|
33
34
|
|
34
35
|
.e-navigate-arrow:not(.e-icon-hidden) {
|
@@ -115,6 +116,7 @@
|
|
115
116
|
.e-resize-handler {
|
116
117
|
background: $resize-icon-bg-color;
|
117
118
|
color: $splitbar-icon-color;
|
119
|
+
z-index: 12;
|
118
120
|
}
|
119
121
|
|
120
122
|
&.e-split-bar-hover,
|
@@ -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;
|