@syncfusion/ej2-layouts 19.3.53 → 19.4.38
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/.github/PULL_REQUEST_TEMPLATE/Bug.md +41 -0
- package/.github/PULL_REQUEST_TEMPLATE/Feature.md +27 -0
- package/CHANGELOG.md +1 -9
- package/dist/ej2-layouts.umd.min.js +1 -1
- package/dist/global/ej2-layouts.min.js +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +6 -6
- package/styles/avatar/_fluent-definition.scss +25 -0
- package/styles/avatar/_layout.scss +5 -5
- package/styles/bootstrap-dark.css +8 -2
- package/styles/bootstrap.css +8 -2
- package/styles/bootstrap4.css +8 -2
- package/styles/bootstrap5-dark.css +8 -2
- package/styles/bootstrap5.css +8 -2
- package/styles/card/_bootstrap-dark-definition.scss +1 -0
- package/styles/card/_bootstrap-definition.scss +1 -0
- package/styles/card/_bootstrap5-definition.scss +1 -0
- package/styles/card/_fabric-dark-definition.scss +1 -0
- package/styles/card/_fabric-definition.scss +1 -0
- package/styles/card/_fluent-definition.scss +124 -0
- package/styles/card/_highcontrast-definition.scss +1 -0
- package/styles/card/_highcontrast-light-definition.scss +1 -0
- package/styles/card/_material-dark-definition.scss +1 -0
- package/styles/card/_material-definition.scss +1 -0
- package/styles/card/_tailwind-definition.scss +1 -0
- package/styles/card/_theme.scss +11 -0
- package/styles/dashboard-layout/_fluent-definition.scss +112 -0
- package/styles/dashboard-layout/_layout.scss +1 -1
- package/styles/dashboard-layout/_theme.scss +1 -1
- package/styles/dashboard-layout/icons/_bootstrap5.scss +1 -1
- package/styles/dashboard-layout/icons/_fluent.scss +81 -0
- package/styles/fabric-dark.css +8 -2
- package/styles/fabric.css +8 -2
- package/styles/highcontrast-light.css +8 -2
- package/styles/highcontrast.css +8 -2
- package/styles/material-dark.css +8 -2
- package/styles/material.css +8 -2
- package/styles/splitter/_bootstrap-dark-definition.scss +4 -1
- package/styles/splitter/_bootstrap-definition.scss +4 -1
- package/styles/splitter/_bootstrap4-definition.scss +4 -1
- package/styles/splitter/_bootstrap5-definition.scss +4 -1
- package/styles/splitter/_fabric-dark-definition.scss +4 -1
- package/styles/splitter/_fabric-definition.scss +4 -1
- package/styles/splitter/_fluent-definition.scss +28 -0
- package/styles/splitter/_highcontrast-definition.scss +4 -1
- package/styles/splitter/_highcontrast-light-definition.scss +4 -1
- package/styles/splitter/_layout.scss +2 -1
- package/styles/splitter/_material-dark-definition.scss +4 -1
- package/styles/splitter/_material-definition.scss +4 -1
- package/styles/splitter/_tailwind-definition.scss +4 -1
- package/styles/splitter/_theme.scss +6 -1
- package/styles/splitter/bootstrap-dark.css +8 -2
- package/styles/splitter/bootstrap.css +8 -2
- package/styles/splitter/bootstrap4.css +8 -2
- package/styles/splitter/bootstrap5-dark.css +8 -2
- package/styles/splitter/bootstrap5.css +8 -2
- package/styles/splitter/fabric-dark.css +8 -2
- package/styles/splitter/fabric.css +8 -2
- package/styles/splitter/highcontrast-light.css +8 -2
- package/styles/splitter/highcontrast.css +8 -2
- package/styles/splitter/icons/_fluent.scss +39 -0
- package/styles/splitter/material-dark.css +8 -2
- package/styles/splitter/material.css +8 -2
- package/styles/splitter/tailwind-dark.css +8 -2
- package/styles/splitter/tailwind.css +8 -2
- package/styles/tailwind-dark.css +8 -2
- package/styles/tailwind.css +8 -2
@@ -0,0 +1,112 @@
|
|
1
|
+
/*! component's theme wise override tailwind-definitions and variables */
|
2
|
+
|
3
|
+
// Generic
|
4
|
+
$icon-zero: 0 !default;
|
5
|
+
$icon-border-radius: 50% !default;
|
6
|
+
$grid-layout-position: relative !default;
|
7
|
+
$panel-position: absolute !default;
|
8
|
+
$panel-box-sizing: border-box !default;
|
9
|
+
|
10
|
+
// Header styles
|
11
|
+
|
12
|
+
// Mouse
|
13
|
+
$panel-header-height: 56px !default;
|
14
|
+
$panel-header-padding: 16px 0 16px 16px !default;
|
15
|
+
$panel-header-line-height: $leading-tight !default;
|
16
|
+
$panel-header-border-radius: 2px !default;
|
17
|
+
$panel-header-border-bottom: 1px solid $flyout-border !default;
|
18
|
+
$panel-header-font-family: $font-family !default;
|
19
|
+
$panel-header-white-space: nowrap !default;
|
20
|
+
$panel-header-overflow: hidden !default;
|
21
|
+
$panel-header-text-overflow: ellipsis !default;
|
22
|
+
|
23
|
+
// Touch
|
24
|
+
$panel-bigger-header-height: 68px !default;
|
25
|
+
$panel-bigger-header-padding: 20px 0 20px 20px !default;
|
26
|
+
|
27
|
+
// Panel styles
|
28
|
+
$panel-border: 1px solid $flyout-bg-color !default;
|
29
|
+
$panel-border-radius: $model-radius-small !default;
|
30
|
+
$panel-full-height: 100% !default;
|
31
|
+
$panel-full-width: 100% !default;
|
32
|
+
$panel-hover-border: 1px solid $border-dark !default;
|
33
|
+
$panel-active-border: 0 solid $primary !default;
|
34
|
+
|
35
|
+
// icons styles
|
36
|
+
$panel-resize-one-dimensional-icon-height: 7px !default;
|
37
|
+
$panel-resize-one-dimensional-icon-width: 7px !default;
|
38
|
+
$panel-resize-one-dimensional-icon-background: none !default;
|
39
|
+
$panel-resize-one-dimensional-icon-border: none !default;
|
40
|
+
$panel-resize-one-dimensional-icon-shadow: none !default;
|
41
|
+
|
42
|
+
$panel-resize-two-dimensional-icon-height: 7px !default;
|
43
|
+
$panel-resize-two-dimensional-icon-width: 7px !default;
|
44
|
+
$panel-resize-two-dimensional-inner-icon-height: 7px !default;
|
45
|
+
$panel-resize-two-dimensional-inner-icon-width: 7px !default;
|
46
|
+
$panel-resize-two-dimensional-icon-background: none !default;
|
47
|
+
$panel-resize-two-dimensional-icon-border: none !default;
|
48
|
+
$panel-resize-two-dimensional-icon-shadow: none !default;
|
49
|
+
|
50
|
+
// south-east-icon-styles
|
51
|
+
$panel-south-east-icon-right: 2px !default;
|
52
|
+
$panel-south-east-icon-bottom: 2px !default;
|
53
|
+
|
54
|
+
// south-west-icon-style
|
55
|
+
$panel-south-west-icon-left: 2px !default;
|
56
|
+
$panel-south-west-icon-bottom: 2px !default;
|
57
|
+
|
58
|
+
// north-east-icon-styles
|
59
|
+
$panel-north-east-icon-right: 2px !default;
|
60
|
+
$panel-north-east-icon-top: 2px !default;
|
61
|
+
|
62
|
+
// north-west-icon-styles
|
63
|
+
$panel-north-west-icon-left: 2px !default;
|
64
|
+
$panel-north-west-icon-top: 2px !default;
|
65
|
+
|
66
|
+
// droppable area border
|
67
|
+
$panel-drop-border-radius: $model-radius-small !default;
|
68
|
+
|
69
|
+
// dragging element style
|
70
|
+
$panel-dragging-cursor: move !default;
|
71
|
+
$panel-drag-prevent: none !default;
|
72
|
+
|
73
|
+
// Blazor ContentTemplate styles
|
74
|
+
$panel-content-template-height: inherit !default;
|
75
|
+
$panel-content-template-width: inherit !default;
|
76
|
+
|
77
|
+
// sass-lint:disable-all
|
78
|
+
$panel-dragging-zindex: 1111 !important !default;
|
79
|
+
$panel-drag-prevent: none !default;
|
80
|
+
|
81
|
+
// sass-lint:disable-all
|
82
|
+
$element-width-complete: 100% !important !default;
|
83
|
+
|
84
|
+
// colors
|
85
|
+
|
86
|
+
// Panel styles
|
87
|
+
$panel-active-background: $content-bg-color-alt1 !default;
|
88
|
+
$panel-hover-box-shadow: $shadow-lg !default;
|
89
|
+
$panel-active-drag-box-shadow: $shadow !default;
|
90
|
+
$panel-background: $flyout-bg-color !default;
|
91
|
+
$panel-box-shadow: $shadow-sm;
|
92
|
+
$panel-header-color: $content-text-color !default;
|
93
|
+
$panel-header-font-size: $text-base !default;
|
94
|
+
$panel-header-bg-color: $content-bg-color-alt1 !default;
|
95
|
+
$panel-header-font-weight: $font-weight-medium !default;
|
96
|
+
$panel-resize-two-dimensional-icon-color: $icon-color-disabled !default;
|
97
|
+
|
98
|
+
//Touch
|
99
|
+
|
100
|
+
$panel-bigger-header-line-height: $leading-tight !default;
|
101
|
+
$panel-bigger-header-color: $content-text-color !default;
|
102
|
+
$panel-bigger-header-font-size: $text-lg !default;
|
103
|
+
$panel-bigger-header-font-weight: $font-weight-medium !default;
|
104
|
+
|
105
|
+
// droppable area border
|
106
|
+
$panel-drop-background: $primary-lighter !default;
|
107
|
+
$panel-drop-border: 1px $primary dashed !default;
|
108
|
+
|
109
|
+
//gridlines
|
110
|
+
$gridline-background: $content-bg-color-alt2 !default;
|
111
|
+
$gridline-border: $border-dark !default;
|
112
|
+
$gridline-border-radius: $model-radius-small !default;
|
@@ -0,0 +1,81 @@
|
|
1
|
+
@include export-module('dashboardlayout-fluent-icons') {
|
2
|
+
.e-dashboardlayout.e-control {
|
3
|
+
& .e-panel {
|
4
|
+
|
5
|
+
& .e-resize.e-single,
|
6
|
+
& .e-resize.e-double {
|
7
|
+
&.e-east {
|
8
|
+
height: 100%;
|
9
|
+
padding: 20px 0;
|
10
|
+
right: 1px;
|
11
|
+
top: 0;
|
12
|
+
width: 12px;
|
13
|
+
|
14
|
+
}
|
15
|
+
|
16
|
+
&.e-west {
|
17
|
+
height: 100%;
|
18
|
+
left: 0;
|
19
|
+
padding: 20px 0;
|
20
|
+
top: 0;
|
21
|
+
width: 12px;
|
22
|
+
}
|
23
|
+
|
24
|
+
&.e-north {
|
25
|
+
height: 12px;
|
26
|
+
padding: 0 20px;
|
27
|
+
top: 1px;
|
28
|
+
width: 100%;
|
29
|
+
}
|
30
|
+
|
31
|
+
&.e-south {
|
32
|
+
bottom: 1px;
|
33
|
+
height: 12px;
|
34
|
+
padding: 0 20px;
|
35
|
+
width: 100%;
|
36
|
+
}
|
37
|
+
|
38
|
+
&.e-south-east {
|
39
|
+
bottom: 0;
|
40
|
+
right: 1px;
|
41
|
+
z-index: 10;
|
42
|
+
}
|
43
|
+
|
44
|
+
&.e-north-west {
|
45
|
+
left: 2px;
|
46
|
+
top: 2px;
|
47
|
+
z-index: 10;
|
48
|
+
}
|
49
|
+
|
50
|
+
&.e-north-east {
|
51
|
+
right: 2px;
|
52
|
+
top: 2px;
|
53
|
+
z-index: 10;
|
54
|
+
}
|
55
|
+
|
56
|
+
&.e-south-west {
|
57
|
+
bottom: 1px;
|
58
|
+
left: 1px;
|
59
|
+
z-index: 10;
|
60
|
+
}
|
61
|
+
|
62
|
+
&.e-south-east::before {
|
63
|
+
bottom: 4px;
|
64
|
+
content: '\e870';
|
65
|
+
font-size: 12px;
|
66
|
+
position: absolute;
|
67
|
+
right: 4px;
|
68
|
+
}
|
69
|
+
|
70
|
+
&.e-south-west::before {
|
71
|
+
bottom: 4px;
|
72
|
+
content: '\e870';
|
73
|
+
font-size: 12px;
|
74
|
+
left: 4px;
|
75
|
+
position: absolute;
|
76
|
+
transform: rotateY(180deg);
|
77
|
+
}
|
78
|
+
}
|
79
|
+
}
|
80
|
+
}
|
81
|
+
}
|
package/styles/fabric-dark.css
CHANGED
@@ -885,7 +885,8 @@
|
|
885
885
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
886
886
|
-ms-flex-align: center;
|
887
887
|
align-items: center;
|
888
|
-
border: none;
|
888
|
+
border-left: none;
|
889
|
+
border-right: none;
|
889
890
|
display: -ms-flexbox;
|
890
891
|
display: flex;
|
891
892
|
-ms-flex: 0 0 auto;
|
@@ -1073,7 +1074,8 @@
|
|
1073
1074
|
|
1074
1075
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
1075
1076
|
background: #414040;
|
1076
|
-
border: none;
|
1077
|
+
border-left: none;
|
1078
|
+
border-right: none;
|
1077
1079
|
}
|
1078
1080
|
|
1079
1081
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
@@ -1097,6 +1099,8 @@
|
|
1097
1099
|
|
1098
1100
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
|
1099
1101
|
background: #38a9ff;
|
1102
|
+
border-left: none;
|
1103
|
+
border-right: none;
|
1100
1104
|
}
|
1101
1105
|
|
1102
1106
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
|
@@ -1155,6 +1159,8 @@
|
|
1155
1159
|
|
1156
1160
|
.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 {
|
1157
1161
|
background: #38a9ff;
|
1162
|
+
border-left: none;
|
1163
|
+
border-right: none;
|
1158
1164
|
}
|
1159
1165
|
|
1160
1166
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down {
|
package/styles/fabric.css
CHANGED
@@ -898,7 +898,8 @@
|
|
898
898
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
899
899
|
-ms-flex-align: center;
|
900
900
|
align-items: center;
|
901
|
-
border: none;
|
901
|
+
border-left: none;
|
902
|
+
border-right: none;
|
902
903
|
display: -ms-flexbox;
|
903
904
|
display: flex;
|
904
905
|
-ms-flex: 0 0 auto;
|
@@ -1086,7 +1087,8 @@
|
|
1086
1087
|
|
1087
1088
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
1088
1089
|
background: #dadada;
|
1089
|
-
border: none;
|
1090
|
+
border-left: none;
|
1091
|
+
border-right: none;
|
1090
1092
|
}
|
1091
1093
|
|
1092
1094
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
@@ -1110,6 +1112,8 @@
|
|
1110
1112
|
|
1111
1113
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
|
1112
1114
|
background: #0078d6;
|
1115
|
+
border-left: none;
|
1116
|
+
border-right: none;
|
1113
1117
|
}
|
1114
1118
|
|
1115
1119
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
|
@@ -1168,6 +1172,8 @@
|
|
1168
1172
|
|
1169
1173
|
.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 {
|
1170
1174
|
background: #0078d6;
|
1175
|
+
border-left: none;
|
1176
|
+
border-right: none;
|
1171
1177
|
}
|
1172
1178
|
|
1173
1179
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down {
|
@@ -885,7 +885,8 @@
|
|
885
885
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
886
886
|
-ms-flex-align: center;
|
887
887
|
align-items: center;
|
888
|
-
border: none;
|
888
|
+
border-left: none;
|
889
|
+
border-right: none;
|
889
890
|
display: -ms-flexbox;
|
890
891
|
display: flex;
|
891
892
|
-ms-flex: 0 0 auto;
|
@@ -1073,7 +1074,8 @@
|
|
1073
1074
|
|
1074
1075
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
1075
1076
|
background: #000;
|
1076
|
-
border: none;
|
1077
|
+
border-left: none;
|
1078
|
+
border-right: none;
|
1077
1079
|
}
|
1078
1080
|
|
1079
1081
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
@@ -1097,6 +1099,8 @@
|
|
1097
1099
|
|
1098
1100
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
|
1099
1101
|
background: #400074;
|
1102
|
+
border-left: none;
|
1103
|
+
border-right: none;
|
1100
1104
|
}
|
1101
1105
|
|
1102
1106
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
|
@@ -1155,6 +1159,8 @@
|
|
1155
1159
|
|
1156
1160
|
.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 {
|
1157
1161
|
background: #400074;
|
1162
|
+
border-left: none;
|
1163
|
+
border-right: none;
|
1158
1164
|
}
|
1159
1165
|
|
1160
1166
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down {
|
package/styles/highcontrast.css
CHANGED
@@ -899,7 +899,8 @@
|
|
899
899
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
900
900
|
-ms-flex-align: center;
|
901
901
|
align-items: center;
|
902
|
-
border: none;
|
902
|
+
border-left: none;
|
903
|
+
border-right: none;
|
903
904
|
display: -ms-flexbox;
|
904
905
|
display: flex;
|
905
906
|
-ms-flex: 0 0 auto;
|
@@ -1087,7 +1088,8 @@
|
|
1087
1088
|
|
1088
1089
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
1089
1090
|
background: #fff;
|
1090
|
-
border: none;
|
1091
|
+
border-left: none;
|
1092
|
+
border-right: none;
|
1091
1093
|
}
|
1092
1094
|
|
1093
1095
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
@@ -1111,6 +1113,8 @@
|
|
1111
1113
|
|
1112
1114
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
|
1113
1115
|
background: #ffd939;
|
1116
|
+
border-left: none;
|
1117
|
+
border-right: none;
|
1114
1118
|
}
|
1115
1119
|
|
1116
1120
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
|
@@ -1169,6 +1173,8 @@
|
|
1169
1173
|
|
1170
1174
|
.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 {
|
1171
1175
|
background: #ffd939;
|
1176
|
+
border-left: none;
|
1177
|
+
border-right: none;
|
1172
1178
|
}
|
1173
1179
|
|
1174
1180
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down {
|
package/styles/material-dark.css
CHANGED
@@ -885,7 +885,8 @@
|
|
885
885
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
886
886
|
-ms-flex-align: center;
|
887
887
|
align-items: center;
|
888
|
-
border: none;
|
888
|
+
border-left: none;
|
889
|
+
border-right: none;
|
889
890
|
display: -ms-flexbox;
|
890
891
|
display: flex;
|
891
892
|
-ms-flex: 0 0 auto;
|
@@ -1073,7 +1074,8 @@
|
|
1073
1074
|
|
1074
1075
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
1075
1076
|
background: #616161;
|
1076
|
-
border: none;
|
1077
|
+
border-left: none;
|
1078
|
+
border-right: none;
|
1077
1079
|
}
|
1078
1080
|
|
1079
1081
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
@@ -1097,6 +1099,8 @@
|
|
1097
1099
|
|
1098
1100
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
|
1099
1101
|
background: #00b0ff;
|
1102
|
+
border-left: none;
|
1103
|
+
border-right: none;
|
1100
1104
|
}
|
1101
1105
|
|
1102
1106
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
|
@@ -1155,6 +1159,8 @@
|
|
1155
1159
|
|
1156
1160
|
.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 {
|
1157
1161
|
background: #00b0ff;
|
1162
|
+
border-left: none;
|
1163
|
+
border-right: none;
|
1158
1164
|
}
|
1159
1165
|
|
1160
1166
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down {
|
package/styles/material.css
CHANGED
@@ -886,7 +886,8 @@
|
|
886
886
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
887
887
|
-ms-flex-align: center;
|
888
888
|
align-items: center;
|
889
|
-
border: none;
|
889
|
+
border-left: none;
|
890
|
+
border-right: none;
|
890
891
|
display: -ms-flexbox;
|
891
892
|
display: flex;
|
892
893
|
-ms-flex: 0 0 auto;
|
@@ -1074,7 +1075,8 @@
|
|
1074
1075
|
|
1075
1076
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
1076
1077
|
background: #e0e0e0;
|
1077
|
-
border: none;
|
1078
|
+
border-left: none;
|
1079
|
+
border-right: none;
|
1078
1080
|
}
|
1079
1081
|
|
1080
1082
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
@@ -1098,6 +1100,8 @@
|
|
1098
1100
|
|
1099
1101
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
|
1100
1102
|
background: #e3165b;
|
1103
|
+
border-left: none;
|
1104
|
+
border-right: none;
|
1101
1105
|
}
|
1102
1106
|
|
1103
1107
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
|
@@ -1156,6 +1160,8 @@
|
|
1156
1160
|
|
1157
1161
|
.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 {
|
1158
1162
|
background: #e3165b;
|
1163
|
+
border-left: none;
|
1164
|
+
border-right: none;
|
1159
1165
|
}
|
1160
1166
|
|
1161
1167
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down {
|
@@ -15,7 +15,10 @@ $splitbar-icon-size: 14px !default;
|
|
15
15
|
$collapse-icon-bg-color: $grey-base !default;
|
16
16
|
$splitbar-icon-gap: 18px !default;
|
17
17
|
$resize-icon-bg-color: $grey-base !default;
|
18
|
-
$split-bar-border: none !default;
|
18
|
+
$split-bar-border-left: none !default;
|
19
|
+
$split-bar-border-right: none !default;
|
20
|
+
$split-bar-hover-border-left: none !default;
|
21
|
+
$split-bar-hover-border-right: none !default;
|
19
22
|
// Bigger style
|
20
23
|
$bigger-splitbar-icon-gap: 20px !default;
|
21
24
|
$bigger-splitpane-font-size: 14px !default;
|
@@ -15,7 +15,10 @@ $splitbar-icon-size: 14px !default;
|
|
15
15
|
$collapse-icon-bg-color: $grey-white !default;
|
16
16
|
$splitbar-icon-gap: 18px !default;
|
17
17
|
$resize-icon-bg-color: $grey-white !default;
|
18
|
-
$split-bar-border: none !default;
|
18
|
+
$split-bar-border-left: none !default;
|
19
|
+
$split-bar-border-right: none !default;
|
20
|
+
$split-bar-hover-border-left: none !default;
|
21
|
+
$split-bar-hover-border-right: none !default;
|
19
22
|
// Bigger style
|
20
23
|
$bigger-splitbar-icon-gap: 20px !default;
|
21
24
|
$bigger-splitpane-font-size: 14px !default;
|
@@ -15,7 +15,10 @@ $splitbar-icon-size: 14px !default;
|
|
15
15
|
$collapse-icon-bg-color: $white !default;
|
16
16
|
$splitbar-icon-gap: 18px !default;
|
17
17
|
$resize-icon-bg-color: $white !default;
|
18
|
-
$split-bar-border: none !default;
|
18
|
+
$split-bar-border-left: none !default;
|
19
|
+
$split-bar-border-right: none !default;
|
20
|
+
$split-bar-hover-border-left: none !default;
|
21
|
+
$split-bar-hover-border-right: none !default;
|
19
22
|
// Bigger style
|
20
23
|
$bigger-splitbar-icon-gap: 20px !default;
|
21
24
|
$bigger-splitpane-font-size: 14px !default;
|
@@ -22,5 +22,8 @@ $splitbar-hover-border-color: $primary !default;
|
|
22
22
|
$splitbar-icon-color: $icon-color !default;
|
23
23
|
$collapse-icon-bg-color: $primary-text-color !default;
|
24
24
|
$resize-icon-bg-color: $content-bg-color !default;
|
25
|
-
$split-bar-border: none !default;
|
25
|
+
$split-bar-border-left: none !default;
|
26
|
+
$split-bar-border-right: none !default;
|
27
|
+
$split-bar-hover-border-left: none !default;
|
28
|
+
$split-bar-hover-border-right: none !default;
|
26
29
|
//Theme Variables End
|
@@ -15,7 +15,10 @@ $splitbar-icon-size: 14px !default;
|
|
15
15
|
$collapse-icon-bg-color: $neutral-white !default;
|
16
16
|
$splitbar-icon-gap: 18px !default;
|
17
17
|
$resize-icon-bg-color: $neutral-white !default;
|
18
|
-
$split-bar-border: none !default;
|
18
|
+
$split-bar-border-left: none !default;
|
19
|
+
$split-bar-border-right: none !default;
|
20
|
+
$split-bar-hover-border-left: none !default;
|
21
|
+
$split-bar-hover-border-right: none !default;
|
19
22
|
// Bigger style
|
20
23
|
$bigger-splitbar-icon-gap: 20px !default;
|
21
24
|
$bigger-splitpane-font-size: 13px !default;
|
@@ -15,7 +15,10 @@ $splitbar-icon-size: 14px !default;
|
|
15
15
|
$collapse-icon-bg-color: $neutral-white !default;
|
16
16
|
$splitbar-icon-gap: 18px !default;
|
17
17
|
$resize-icon-bg-color: $neutral-white !default;
|
18
|
-
$split-bar-border: none !default;
|
18
|
+
$split-bar-border-left: none !default;
|
19
|
+
$split-bar-border-right: none !default;
|
20
|
+
$split-bar-hover-border-left: none !default;
|
21
|
+
$split-bar-hover-border-right: none !default;
|
19
22
|
// Bigger style
|
20
23
|
$bigger-splitbar-icon-gap: 20px !default;
|
21
24
|
$bigger-splitpane-font-size: 13px !default;
|
@@ -0,0 +1,28 @@
|
|
1
|
+
//Layout Variables Start
|
2
|
+
$splitpane-font-size: $text-sm !default;
|
3
|
+
$splitpane-font-weight: $font-weight-normal !default;
|
4
|
+
$splitpane-font-family: $font-family !default;
|
5
|
+
$splitbar-icon-size: 14px !default;
|
6
|
+
$splitbar-icon-gap: 18px !default;
|
7
|
+
$bigger-splitbar-icon-gap: 20px !default;
|
8
|
+
$bigger-splitpane-font-size: $text-base !default;
|
9
|
+
$bigger-splitbar-icon-size: 16px !default;
|
10
|
+
//Layout Variables End
|
11
|
+
|
12
|
+
//Theme Variables Start
|
13
|
+
$navigation-arrow-background: $primary-text-color !default;
|
14
|
+
$navigation-icon-background-hover: $primary !default;
|
15
|
+
$navigation-icon-border-hover: $primary !default;
|
16
|
+
$splitter-border-color: $border-light !default;
|
17
|
+
$splitter-background-color: $primary-text-color !default;
|
18
|
+
$splitpane-font-color: $content-text-color !default;
|
19
|
+
$splitbar-border-color: $border-light !default;
|
20
|
+
$splitbar-hover-border-color: $primary !default;
|
21
|
+
$splitbar-icon-color: $icon-color !default;
|
22
|
+
$collapse-icon-bg-color: $primary-text-color !default;
|
23
|
+
$resize-icon-bg-color: $content-bg-color !default;
|
24
|
+
$split-bar-border-left: 1px solid $border-light !default;
|
25
|
+
$split-bar-border-right: 1px solid $border-light !default;
|
26
|
+
$split-bar-hover-border-left: 1px solid $splitbar-hover-border-color !default;
|
27
|
+
$split-bar-hover-border-right: 1px solid $splitbar-hover-border-color !default;
|
28
|
+
//Theme Variables End
|
@@ -15,7 +15,10 @@ $splitbar-icon-size: 14px !default;
|
|
15
15
|
$collapse-icon-bg-color: $bg-base-0 !default;
|
16
16
|
$splitbar-icon-gap: 18px !default;
|
17
17
|
$resize-icon-bg-color: $bg-base-0 !default;
|
18
|
-
$split-bar-border: none !default;
|
18
|
+
$split-bar-border-left: none !default;
|
19
|
+
$split-bar-border-right: none !default;
|
20
|
+
$split-bar-hover-border-left: none !default;
|
21
|
+
$split-bar-hover-border-right: none !default;
|
19
22
|
// Bigger style
|
20
23
|
$bigger-splitbar-icon-gap: 20px !default;
|
21
24
|
$bigger-splitpane-font-size: 13px !default;
|
@@ -15,7 +15,10 @@ $splitbar-icon-size: 14px !default;
|
|
15
15
|
$collapse-icon-bg-color: $bg-base-0 !default;
|
16
16
|
$splitbar-icon-gap: 18px !default;
|
17
17
|
$resize-icon-bg-color: $bg-base-0 !default;
|
18
|
-
$split-bar-border: none !default;
|
18
|
+
$split-bar-border-left: none !default;
|
19
|
+
$split-bar-border-right: none !default;
|
20
|
+
$split-bar-hover-border-left: none !default;
|
21
|
+
$split-bar-hover-border-right: none !default;
|
19
22
|
// Bigger style
|
20
23
|
$bigger-splitbar-icon-gap: 20px !default;
|
21
24
|
$bigger-splitpane-font-size: 13px !default;
|
@@ -15,7 +15,10 @@ $splitbar-icon-size: 14px !default;
|
|
15
15
|
$collapse-icon-bg-color: $grey-dark !default;
|
16
16
|
$splitbar-icon-gap: 18px !default;
|
17
17
|
$resize-icon-bg-color: $grey-dark !default;
|
18
|
-
$split-bar-border: none !default;
|
18
|
+
$split-bar-border-left: none !default;
|
19
|
+
$split-bar-border-right: none !default;
|
20
|
+
$split-bar-hover-border-left: none !default;
|
21
|
+
$split-bar-hover-border-right: none !default;
|
19
22
|
// Bigger style
|
20
23
|
$bigger-splitbar-icon-gap: 20px !default;
|
21
24
|
$bigger-splitpane-font-size: 14px !default;
|
@@ -16,7 +16,10 @@ $splitbar-icon-size: 14px !default;
|
|
16
16
|
$collapse-icon-bg-color: $grey-white !default;
|
17
17
|
$splitbar-icon-gap: 18px !default;
|
18
18
|
$resize-icon-bg-color: $grey-white !default;
|
19
|
-
$split-bar-border: none !default;
|
19
|
+
$split-bar-border-left: none !default;
|
20
|
+
$split-bar-border-right: none !default;
|
21
|
+
$split-bar-hover-border-left: none !default;
|
22
|
+
$split-bar-hover-border-right: none !default;
|
20
23
|
// Bigger style
|
21
24
|
$bigger-splitbar-icon-gap: 20px !default;
|
22
25
|
$bigger-splitpane-font-size: 14px !default;
|
@@ -22,5 +22,8 @@ $splitbar-hover-border-color: $primary !default;
|
|
22
22
|
$splitbar-icon-color: $icon-color !default;
|
23
23
|
$collapse-icon-bg-color: $primary-text-color !default;
|
24
24
|
$resize-icon-bg-color: $content-bg-color !default;
|
25
|
-
$split-bar-border:
|
25
|
+
$split-bar-border-left: 1px solid $border-light !default;
|
26
|
+
$split-bar-border-right: 1px solid $border-light !default;
|
27
|
+
$split-bar-hover-border-left: 1px solid $splitbar-hover-border-color !default;
|
28
|
+
$split-bar-hover-border-right: 1px solid $splitbar-hover-border-color !default;
|
26
29
|
//Theme Variables End
|
@@ -23,7 +23,8 @@
|
|
23
23
|
|
24
24
|
&.e-split-bar-horizontal {
|
25
25
|
background: $splitbar-border-color;
|
26
|
-
border: $split-bar-border;
|
26
|
+
border-left: $split-bar-border-left;
|
27
|
+
border-right: $split-bar-border-right;
|
27
28
|
|
28
29
|
.e-resize-handler {
|
29
30
|
background: $resize-icon-bg-color;
|
@@ -48,6 +49,8 @@
|
|
48
49
|
&.e-split-bar-hover,
|
49
50
|
&.e-split-bar-active {
|
50
51
|
background: $splitbar-hover-border-color;
|
52
|
+
border-left: $split-bar-hover-border-left;
|
53
|
+
border-right: $split-bar-hover-border-right;
|
51
54
|
|
52
55
|
.e-resize-handler {
|
53
56
|
background: $resize-icon-bg-color;
|
@@ -117,6 +120,8 @@
|
|
117
120
|
&.e-split-bar-hover,
|
118
121
|
&.e-split-bar-active {
|
119
122
|
background: $splitbar-hover-border-color;
|
123
|
+
border-left: $split-bar-hover-border-left;
|
124
|
+
border-right: $split-bar-hover-border-right;
|
120
125
|
|
121
126
|
.e-navigate-arrow {
|
122
127
|
&.e-arrow-up,
|