@syncfusion/ej2-layouts 27.2.3 → 28.1.33
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/README.md +3 -3
- package/dist/ej2-layouts.min.js +3 -3
- package/dist/ej2-layouts.umd.min.js +3 -3
- package/dist/ej2-layouts.umd.min.js.map +1 -1
- package/dist/es6/ej2-layouts.es2015.js +25 -1
- package/dist/es6/ej2-layouts.es2015.js.map +1 -1
- package/dist/es6/ej2-layouts.es5.js +25 -1
- package/dist/es6/ej2-layouts.es5.js.map +1 -1
- package/dist/global/ej2-layouts.min.js +3 -3
- package/dist/global/ej2-layouts.min.js.map +1 -1
- package/dist/global/index.d.ts +2 -2
- package/package.json +7 -7
- package/src/splitter/splitter.js +25 -1
- package/styles/avatar/_layout.scss +5 -5
- package/styles/avatar/_tailwind3-definition.scss +26 -0
- package/styles/avatar/bds.css +69 -0
- package/styles/avatar/bds.scss +3 -0
- package/styles/avatar/fluent2.css +1 -1
- package/styles/avatar/tailwind3.css +65 -0
- package/styles/avatar/tailwind3.scss +3 -0
- package/styles/bds-lite.css +1557 -0
- package/styles/bds-lite.scss +14 -0
- package/styles/bds.css +1796 -0
- package/styles/bds.scss +18 -0
- package/styles/bootstrap-dark-lite.css +1 -1
- package/styles/bootstrap-dark.css +1 -1
- package/styles/bootstrap-lite.css +1 -1
- package/styles/bootstrap.css +1 -1
- package/styles/bootstrap4-lite.css +1 -1
- package/styles/bootstrap4.css +1 -1
- package/styles/bootstrap5-dark-lite.css +1 -1
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5-lite.css +1 -1
- package/styles/bootstrap5.3-lite.css +1 -1
- package/styles/bootstrap5.3.css +1 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/card/_bigger.scss +8 -2
- package/styles/card/_layout.scss +15 -4
- package/styles/card/_tailwind3-definition.scss +126 -0
- package/styles/card/bds.css +561 -0
- package/styles/card/bds.scss +4 -0
- package/styles/card/fabric.css +0 -1
- package/styles/card/fluent2.css +2 -3
- package/styles/card/highcontrast.css +0 -1
- package/styles/card/tailwind3.css +551 -0
- package/styles/card/tailwind3.scss +4 -0
- package/styles/dashboard-layout/_bigger.scss +1 -1
- package/styles/dashboard-layout/_layout.scss +3 -3
- package/styles/dashboard-layout/_tailwind3-definition.scss +108 -0
- package/styles/dashboard-layout/_theme.scss +8 -1
- package/styles/dashboard-layout/bds.css +328 -0
- package/styles/dashboard-layout/bds.scss +5 -0
- package/styles/dashboard-layout/fluent2.css +1 -1
- package/styles/dashboard-layout/icons/_tailwind3.scss +80 -0
- package/styles/dashboard-layout/tailwind-dark.css +3 -0
- package/styles/dashboard-layout/tailwind.css +3 -0
- package/styles/dashboard-layout/tailwind3.css +314 -0
- package/styles/dashboard-layout/tailwind3.scss +5 -0
- package/styles/fabric-dark-lite.css +1 -1
- package/styles/fabric-dark.css +1 -1
- package/styles/fabric-lite.css +1 -2
- package/styles/fabric.css +1 -2
- package/styles/fluent-dark-lite.css +1 -1
- package/styles/fluent-dark.css +1 -1
- package/styles/fluent-lite.css +1 -1
- package/styles/fluent.css +1 -1
- package/styles/fluent2-lite.css +6 -7
- package/styles/fluent2.css +6 -7
- package/styles/highcontrast-light-lite.css +1 -1
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast-lite.css +1 -2
- package/styles/highcontrast.css +1 -2
- package/styles/material-dark-lite.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/material-lite.css +1 -1
- package/styles/material.css +1 -1
- package/styles/material3-dark-lite.css +1 -1
- package/styles/material3-dark.css +1 -1
- package/styles/material3-lite.css +1 -1
- package/styles/material3.css +1 -1
- package/styles/splitter/_tailwind3-definition.scss +31 -0
- package/styles/splitter/bds.css +547 -0
- package/styles/splitter/bds.scss +5 -0
- package/styles/splitter/fluent2.css +1 -1
- package/styles/splitter/icons/_tailwind3.scss +21 -0
- package/styles/splitter/tailwind3.css +547 -0
- package/styles/splitter/tailwind3.scss +5 -0
- package/styles/tailwind-dark-lite.css +4 -1
- package/styles/tailwind-dark.css +4 -1
- package/styles/tailwind-lite.css +4 -1
- package/styles/tailwind.css +4 -1
- package/styles/tailwind3-lite.css +1538 -0
- package/styles/tailwind3-lite.scss +14 -0
- package/styles/tailwind3.css +1767 -0
- package/styles/tailwind3.scss +18 -0
- package/styles/timeline/_layout.scss +1 -1
- package/styles/timeline/_tailwind3-definition.scss +18 -0
- package/styles/timeline/bds.css +303 -0
- package/styles/timeline/bds.scss +4 -0
- package/styles/timeline/bootstrap-dark.css +1 -1
- package/styles/timeline/bootstrap.css +1 -1
- package/styles/timeline/bootstrap4.css +1 -1
- package/styles/timeline/bootstrap5-dark.css +1 -1
- package/styles/timeline/bootstrap5.3.css +1 -1
- package/styles/timeline/bootstrap5.css +1 -1
- package/styles/timeline/fabric-dark.css +1 -1
- package/styles/timeline/fabric.css +1 -1
- package/styles/timeline/fluent-dark.css +1 -1
- package/styles/timeline/fluent.css +1 -1
- package/styles/timeline/fluent2.css +1 -1
- package/styles/timeline/highcontrast-light.css +1 -1
- package/styles/timeline/highcontrast.css +1 -1
- package/styles/timeline/material-dark.css +1 -1
- package/styles/timeline/material.css +1 -1
- package/styles/timeline/material3-dark.css +1 -1
- package/styles/timeline/material3.css +1 -1
- package/styles/timeline/tailwind-dark.css +1 -1
- package/styles/timeline/tailwind.css +1 -1
- package/styles/timeline/tailwind3.css +303 -0
- package/styles/timeline/tailwind3.scss +4 -0
@@ -91,8 +91,11 @@
|
|
91
91
|
}
|
92
92
|
|
93
93
|
&:active {
|
94
|
-
@if ($skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'fluent2') {
|
94
|
+
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind3' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'fluent2') {
|
95
95
|
background: $panel-active-background;
|
96
|
+
@if ($skin-name == 'tailwind3') {
|
97
|
+
box-shadow: $shadow-md;
|
98
|
+
}
|
96
99
|
}
|
97
100
|
}
|
98
101
|
|
@@ -102,6 +105,10 @@
|
|
102
105
|
background: $content-bg-color;
|
103
106
|
box-shadow: $panel-active-drag-box-shadow;
|
104
107
|
}
|
108
|
+
@else if ($skin-name == 'tailwind3') {
|
109
|
+
background: $panel-active-background;
|
110
|
+
box-shadow: $shadow-md;
|
111
|
+
}
|
105
112
|
}
|
106
113
|
}
|
107
114
|
}
|
@@ -0,0 +1,328 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
/*! component's theme wise override tailwind-definitions and variables */
|
6
|
+
/* stylelint-disable */
|
7
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
8
|
+
height: 100%;
|
9
|
+
padding: 20px 0;
|
10
|
+
right: 1px;
|
11
|
+
top: 0;
|
12
|
+
width: 12px;
|
13
|
+
}
|
14
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
|
15
|
+
height: 100%;
|
16
|
+
left: 0;
|
17
|
+
padding: 20px 0;
|
18
|
+
top: 0;
|
19
|
+
width: 12px;
|
20
|
+
}
|
21
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
|
22
|
+
height: 12px;
|
23
|
+
padding: 0 20px;
|
24
|
+
top: 1px;
|
25
|
+
width: 100%;
|
26
|
+
}
|
27
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
|
28
|
+
bottom: 1px;
|
29
|
+
height: 12px;
|
30
|
+
padding: 0 20px;
|
31
|
+
width: 100%;
|
32
|
+
}
|
33
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east {
|
34
|
+
bottom: 0;
|
35
|
+
right: 1px;
|
36
|
+
z-index: 10;
|
37
|
+
}
|
38
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west {
|
39
|
+
left: 2px;
|
40
|
+
top: 2px;
|
41
|
+
z-index: 10;
|
42
|
+
}
|
43
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east {
|
44
|
+
right: 2px;
|
45
|
+
top: 2px;
|
46
|
+
z-index: 10;
|
47
|
+
}
|
48
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west {
|
49
|
+
bottom: 1px;
|
50
|
+
left: 1px;
|
51
|
+
z-index: 10;
|
52
|
+
}
|
53
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before {
|
54
|
+
bottom: 4px;
|
55
|
+
content: "\e761";
|
56
|
+
font-size: 12px;
|
57
|
+
position: absolute;
|
58
|
+
right: 4px;
|
59
|
+
}
|
60
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before {
|
61
|
+
bottom: 4px;
|
62
|
+
content: "\e761";
|
63
|
+
font-size: 12px;
|
64
|
+
left: 4px;
|
65
|
+
position: absolute;
|
66
|
+
-webkit-transform: rotateY(180deg);
|
67
|
+
transform: rotateY(180deg);
|
68
|
+
}
|
69
|
+
|
70
|
+
.e-dashboardlayout.e-control .e-dashboard-gridline-table {
|
71
|
+
background: var(--color-sf-bg-primary-alt);
|
72
|
+
border-collapse: collapse;
|
73
|
+
height: 100%;
|
74
|
+
width: 100%;
|
75
|
+
}
|
76
|
+
.e-dashboardlayout.e-control .e-dashboard-gridline-table td.e-dashboard-gridline {
|
77
|
+
border: 1px dashed var(--color-sf-border-primary);
|
78
|
+
position: absolute;
|
79
|
+
}
|
80
|
+
.e-dashboardlayout.e-control.e-responsive {
|
81
|
+
width: 100% !important;
|
82
|
+
}
|
83
|
+
.e-dashboardlayout.e-control.e-prevent {
|
84
|
+
-webkit-user-select: none;
|
85
|
+
-moz-user-select: none;
|
86
|
+
-ms-user-select: none;
|
87
|
+
user-select: none;
|
88
|
+
}
|
89
|
+
.e-dashboardlayout.e-control .e-panel.e-ssr {
|
90
|
+
position: relative;
|
91
|
+
}
|
92
|
+
.e-dashboardlayout.e-control .e-panel {
|
93
|
+
border: 1px solid var(--color-sf-border-secondary);
|
94
|
+
height: 100%;
|
95
|
+
-webkit-user-select: none;
|
96
|
+
-moz-user-select: none;
|
97
|
+
-ms-user-select: none;
|
98
|
+
user-select: none;
|
99
|
+
width: 100%;
|
100
|
+
border-radius: 6px;
|
101
|
+
}
|
102
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-dl-icon {
|
103
|
+
line-height: 9px;
|
104
|
+
}
|
105
|
+
.e-dashboardlayout.e-control .e-panel:hover {
|
106
|
+
-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
107
|
+
box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
108
|
+
}
|
109
|
+
.e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
|
110
|
+
display: block;
|
111
|
+
}
|
112
|
+
.e-dashboardlayout.e-control .e-panel:active {
|
113
|
+
border: 1px solid var(--color-sf-brand-solid-primary);
|
114
|
+
}
|
115
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container {
|
116
|
+
height: 100%;
|
117
|
+
width: 100%;
|
118
|
+
}
|
119
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content {
|
120
|
+
padding: 12px;
|
121
|
+
}
|
122
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template {
|
123
|
+
height: inherit;
|
124
|
+
width: inherit;
|
125
|
+
}
|
126
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
|
127
|
+
display: none;
|
128
|
+
}
|
129
|
+
.e-dashboardlayout.e-control .e-panel.e-panel-transition {
|
130
|
+
-webkit-transition: top 0.1s, left 0.1s;
|
131
|
+
transition: top 0.1s, left 0.1s;
|
132
|
+
}
|
133
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-header {
|
134
|
+
border-bottom: none;
|
135
|
+
color: var(--color-sf-text-primary);
|
136
|
+
font-family: "Inter";
|
137
|
+
font-size: 14px;
|
138
|
+
font-weight: 500;
|
139
|
+
height: 38px;
|
140
|
+
padding: 8px 18px;
|
141
|
+
line-height: 22px;
|
142
|
+
border-top-left-radius: 6px;
|
143
|
+
border-top-right-radius: 6px;
|
144
|
+
}
|
145
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-header div {
|
146
|
+
overflow: hidden;
|
147
|
+
text-overflow: ellipsis;
|
148
|
+
white-space: nowrap;
|
149
|
+
}
|
150
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content {
|
151
|
+
display: inline-block;
|
152
|
+
}
|
153
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template {
|
154
|
+
float: right;
|
155
|
+
}
|
156
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single, .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
|
157
|
+
position: absolute;
|
158
|
+
-ms-touch-action: none;
|
159
|
+
touch-action: none;
|
160
|
+
}
|
161
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
|
162
|
+
border: none;
|
163
|
+
}
|
164
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover {
|
165
|
+
cursor: e-resize;
|
166
|
+
}
|
167
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover {
|
168
|
+
cursor: w-resize;
|
169
|
+
}
|
170
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover {
|
171
|
+
cursor: n-resize;
|
172
|
+
}
|
173
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover {
|
174
|
+
cursor: s-resize;
|
175
|
+
}
|
176
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover {
|
177
|
+
cursor: nw-resize;
|
178
|
+
}
|
179
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover {
|
180
|
+
cursor: ne-resize;
|
181
|
+
}
|
182
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover {
|
183
|
+
cursor: sw-resize;
|
184
|
+
}
|
185
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover {
|
186
|
+
cursor: se-resize;
|
187
|
+
}
|
188
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
|
189
|
+
font-family: "e-icons";
|
190
|
+
position: absolute;
|
191
|
+
}
|
192
|
+
.e-dashboardlayout.e-control .e-panel.e-dragging, .e-dashboardlayout.e-control .e-panel.e-item-moving {
|
193
|
+
cursor: move;
|
194
|
+
z-index: 1111 !important;
|
195
|
+
}
|
196
|
+
.e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
|
197
|
+
float: left;
|
198
|
+
}
|
199
|
+
.e-dashboardlayout.e-control .e-drag:hover {
|
200
|
+
cursor: move;
|
201
|
+
}
|
202
|
+
.e-dashboardlayout.e-control .e-drag-restrict.e-drag:hover,
|
203
|
+
.e-dashboardlayout.e-control .e-drag-restrict .e-drag:hover {
|
204
|
+
cursor: default;
|
205
|
+
}
|
206
|
+
.e-dashboardlayout.e-control .e-holder {
|
207
|
+
background: var(--color-sf-bg-tertiary);
|
208
|
+
border: 1px var(--color-sf-border-primary-alt) dashed;
|
209
|
+
border-radius: 6px;
|
210
|
+
position: absolute;
|
211
|
+
border-radius: 6px;
|
212
|
+
}
|
213
|
+
.e-dashboardlayout.e-control .e-holder.e-holder-transition {
|
214
|
+
-webkit-transition: top 0.3s, left 0.3s;
|
215
|
+
transition: top 0.3s, left 0.3s;
|
216
|
+
}
|
217
|
+
|
218
|
+
.e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
|
219
|
+
height: 100%;
|
220
|
+
width: 100%;
|
221
|
+
}
|
222
|
+
|
223
|
+
.e-dashboardlayout.e-control {
|
224
|
+
display: block;
|
225
|
+
position: relative;
|
226
|
+
}
|
227
|
+
.e-dashboardlayout.e-control .e-panel {
|
228
|
+
background: var(--color-sf-bg-primary);
|
229
|
+
-webkit-box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1), 0 1px 2px 0 rgba(16, 24, 40, 0.06);
|
230
|
+
box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1), 0 1px 2px 0 rgba(16, 24, 40, 0.06);
|
231
|
+
-webkit-box-sizing: border-box;
|
232
|
+
box-sizing: border-box;
|
233
|
+
position: absolute;
|
234
|
+
}
|
235
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
|
236
|
+
color: var(--color-sf-text-primary);
|
237
|
+
background: var(--color-sf-bg-primary-alt);
|
238
|
+
-webkit-box-sizing: border-box;
|
239
|
+
box-sizing: border-box;
|
240
|
+
}
|
241
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single {
|
242
|
+
background: none;
|
243
|
+
}
|
244
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
|
245
|
+
color: var(--color-sf-fg-disabled);
|
246
|
+
font-size: 8px;
|
247
|
+
height: 8px;
|
248
|
+
width: 8px;
|
249
|
+
}
|
250
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
|
251
|
+
bottom: 2px;
|
252
|
+
right: 2px;
|
253
|
+
}
|
254
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
|
255
|
+
bottom: 2px;
|
256
|
+
left: 2px;
|
257
|
+
}
|
258
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
|
259
|
+
left: 2px;
|
260
|
+
top: 2px;
|
261
|
+
}
|
262
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
|
263
|
+
right: 2px;
|
264
|
+
top: 2px;
|
265
|
+
}
|
266
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
|
267
|
+
right: 2px;
|
268
|
+
top: 2px;
|
269
|
+
}
|
270
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
|
271
|
+
left: 2px;
|
272
|
+
top: 2px;
|
273
|
+
}
|
274
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
|
275
|
+
bottom: 2px;
|
276
|
+
left: 2px;
|
277
|
+
}
|
278
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
|
279
|
+
bottom: 2px;
|
280
|
+
right: 2px;
|
281
|
+
}
|
282
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
|
283
|
+
right: 2px;
|
284
|
+
top: 2px;
|
285
|
+
}
|
286
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
|
287
|
+
left: 2px;
|
288
|
+
top: 2px;
|
289
|
+
}
|
290
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
|
291
|
+
bottom: 2px;
|
292
|
+
left: 2px;
|
293
|
+
}
|
294
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
|
295
|
+
bottom: 2px;
|
296
|
+
right: 2px;
|
297
|
+
}
|
298
|
+
.e-dashboardlayout.e-control .e-panel:active {
|
299
|
+
background: var(--color-sf-bg-secondary);
|
300
|
+
}
|
301
|
+
.e-dashboardlayout.e-control .e-panel.e-dragging:active {
|
302
|
+
background: var(--color-sf-bg-primary);
|
303
|
+
-webkit-box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1), 0 1px 2px 0 rgba(16, 24, 40, 0.06);
|
304
|
+
box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1), 0 1px 2px 0 rgba(16, 24, 40, 0.06);
|
305
|
+
}
|
306
|
+
|
307
|
+
.e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
|
308
|
+
font-size: 16px;
|
309
|
+
font-weight: 500;
|
310
|
+
height: 40px;
|
311
|
+
padding: 8px 18px;
|
312
|
+
line-height: 24px;
|
313
|
+
}
|
314
|
+
.e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-content {
|
315
|
+
padding: 16px;
|
316
|
+
}
|
317
|
+
|
318
|
+
.e-bigger .e-panel-header {
|
319
|
+
color: var(--color-sf-text-primary);
|
320
|
+
}
|
321
|
+
|
322
|
+
.e-bigger .e-panel-header {
|
323
|
+
font-size: 16px;
|
324
|
+
font-weight: 500;
|
325
|
+
height: 40px;
|
326
|
+
padding: 8px 18px;
|
327
|
+
line-height: 24px;
|
328
|
+
}
|
@@ -131,7 +131,7 @@
|
|
131
131
|
.e-dashboardlayout.e-control .e-panel .e-panel-header {
|
132
132
|
border-bottom: none;
|
133
133
|
color: var(--color-sf-content-text-color);
|
134
|
-
font-family: "Segoe UI", -apple-system,
|
134
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
135
135
|
font-size: 14px;
|
136
136
|
font-weight: 600;
|
137
137
|
height: 38px;
|
@@ -0,0 +1,80 @@
|
|
1
|
+
@include export-module('dashboardlayout-tailwind3-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
|
+
&.e-west {
|
16
|
+
height: 100%;
|
17
|
+
left: 0;
|
18
|
+
padding: 20px 0;
|
19
|
+
top: 0;
|
20
|
+
width: 12px;
|
21
|
+
}
|
22
|
+
|
23
|
+
&.e-north {
|
24
|
+
height: 12px;
|
25
|
+
padding: 0 20px;
|
26
|
+
top: 1px;
|
27
|
+
width: 100%;
|
28
|
+
}
|
29
|
+
|
30
|
+
&.e-south {
|
31
|
+
bottom: 1px;
|
32
|
+
height: 12px;
|
33
|
+
padding: 0 20px;
|
34
|
+
width: 100%;
|
35
|
+
}
|
36
|
+
|
37
|
+
&.e-south-east {
|
38
|
+
bottom: 0;
|
39
|
+
right: 1px;
|
40
|
+
z-index: 10;
|
41
|
+
}
|
42
|
+
|
43
|
+
&.e-north-west {
|
44
|
+
left: 2px;
|
45
|
+
top: 2px;
|
46
|
+
z-index: 10;
|
47
|
+
}
|
48
|
+
|
49
|
+
&.e-north-east {
|
50
|
+
right: 2px;
|
51
|
+
top: 2px;
|
52
|
+
z-index: 10;
|
53
|
+
}
|
54
|
+
|
55
|
+
&.e-south-west {
|
56
|
+
bottom: 1px;
|
57
|
+
left: 1px;
|
58
|
+
z-index: 10;
|
59
|
+
}
|
60
|
+
|
61
|
+
&.e-south-east::before {
|
62
|
+
bottom: 4px;
|
63
|
+
content: '\e761';
|
64
|
+
font-size: 12px;
|
65
|
+
position: absolute;
|
66
|
+
right: 4px;
|
67
|
+
}
|
68
|
+
|
69
|
+
&.e-south-west::before {
|
70
|
+
bottom: 4px;
|
71
|
+
content: '\e761';
|
72
|
+
font-size: 12px;
|
73
|
+
left: 4px;
|
74
|
+
position: absolute;
|
75
|
+
transform: rotateY(180deg);
|
76
|
+
}
|
77
|
+
}
|
78
|
+
}
|
79
|
+
}
|
80
|
+
}
|
@@ -105,6 +105,9 @@
|
|
105
105
|
.e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
|
106
106
|
display: block;
|
107
107
|
}
|
108
|
+
.e-dashboardlayout.e-control .e-panel:active {
|
109
|
+
border: 1px solid #22d3ee;
|
110
|
+
}
|
108
111
|
.e-dashboardlayout.e-control .e-panel .e-panel-container {
|
109
112
|
height: 100%;
|
110
113
|
width: 100%;
|
@@ -105,6 +105,9 @@
|
|
105
105
|
.e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
|
106
106
|
display: block;
|
107
107
|
}
|
108
|
+
.e-dashboardlayout.e-control .e-panel:active {
|
109
|
+
border: 1px solid #4f46e5;
|
110
|
+
}
|
108
111
|
.e-dashboardlayout.e-control .e-panel .e-panel-container {
|
109
112
|
height: 100%;
|
110
113
|
width: 100%;
|