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