@syncfusion/ej2-react-layouts 19.4.52 → 20.1.58
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 +1 -11
- 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
@@ -1,29 +1,25 @@
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
2
2
|
/*! component's default definitions and variables */
|
3
3
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before {
|
4
|
-
content:
|
5
|
-
font-family:
|
4
|
+
content: "\e984";
|
5
|
+
font-family: "e-icons";
|
6
6
|
font-size: 14px;
|
7
7
|
}
|
8
|
-
|
9
8
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-template-resize-handler::before {
|
10
|
-
content:
|
9
|
+
content: "";
|
11
10
|
}
|
12
|
-
|
13
11
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
|
14
|
-
content:
|
15
|
-
font-family:
|
12
|
+
content: "\eb04";
|
13
|
+
font-family: "e-icons";
|
16
14
|
font-size: 14px;
|
17
15
|
}
|
18
|
-
|
19
16
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-template-resize-handler::before {
|
20
|
-
content:
|
17
|
+
content: "";
|
21
18
|
}
|
22
19
|
|
23
20
|
.e-bigger .e-splitter .e-split-bar .e-resize-handler::before {
|
24
21
|
font-size: 16px;
|
25
22
|
}
|
26
|
-
|
27
23
|
.e-bigger.e-splitter .e-split-bar .e-resize-handler::before {
|
28
24
|
font-size: 16px;
|
29
25
|
}
|
@@ -38,7 +34,6 @@
|
|
38
34
|
touch-action: none;
|
39
35
|
width: 100%;
|
40
36
|
}
|
41
|
-
|
42
37
|
.e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
|
43
38
|
-ms-flex: 1 1 auto;
|
44
39
|
flex: 1 1 auto;
|
@@ -46,93 +41,75 @@
|
|
46
41
|
font-size: 13px;
|
47
42
|
font-weight: normal;
|
48
43
|
}
|
49
|
-
|
50
44
|
.e-splitter.e-splitter-horizontal .e-pane.e-scrollable, .e-splitter.e-splitter-vertical .e-pane.e-scrollable {
|
51
45
|
overflow: auto;
|
52
46
|
}
|
53
|
-
|
54
47
|
.e-splitter.e-splitter-horizontal .e-pane.e-static-pane, .e-splitter.e-splitter-vertical .e-pane.e-static-pane {
|
55
48
|
-ms-flex-positive: 0;
|
56
49
|
flex-grow: 0;
|
57
50
|
-ms-flex-negative: 0;
|
58
51
|
flex-shrink: 0;
|
59
52
|
}
|
60
|
-
|
61
53
|
.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal {
|
62
54
|
overflow: auto;
|
63
55
|
}
|
64
|
-
|
65
56
|
.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
|
66
57
|
-ms-flex-preferred-size: 0 !important;
|
67
58
|
flex-basis: 0 !important;
|
68
59
|
overflow: hidden !important;
|
69
60
|
}
|
70
|
-
|
71
61
|
.e-splitter.e-splitter-horizontal {
|
72
62
|
-ms-flex-direction: row;
|
73
63
|
flex-direction: row;
|
74
64
|
}
|
75
|
-
|
76
65
|
.e-splitter.e-splitter-horizontal.e-pane.e-scrollable {
|
77
66
|
overflow: hidden;
|
78
67
|
}
|
79
|
-
|
80
68
|
.e-splitter.e-splitter-horizontal.e-rtl {
|
81
69
|
-ms-flex-direction: row-reverse;
|
82
70
|
flex-direction: row-reverse;
|
83
71
|
}
|
84
|
-
|
85
72
|
.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal {
|
86
73
|
-ms-flex-direction: row-reverse;
|
87
74
|
flex-direction: row-reverse;
|
88
75
|
}
|
89
|
-
|
90
76
|
.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
|
91
77
|
.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
|
92
78
|
right: auto;
|
93
79
|
}
|
94
|
-
|
95
80
|
.e-splitter.e-splitter-vertical {
|
96
81
|
-ms-flex-direction: column;
|
97
82
|
flex-direction: column;
|
98
83
|
}
|
99
|
-
|
100
84
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
101
85
|
overflow: hidden;
|
102
86
|
}
|
103
|
-
|
104
87
|
.e-splitter.e-splitter-vertical .e-pane-vertical {
|
105
88
|
overflow: auto;
|
106
89
|
}
|
107
|
-
|
108
90
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
109
91
|
-ms-flex-preferred-size: 0 !important;
|
110
92
|
flex-basis: 0 !important;
|
111
93
|
overflow: hidden !important;
|
112
94
|
}
|
113
|
-
|
114
95
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
115
96
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
116
97
|
right: auto;
|
117
98
|
}
|
118
|
-
|
119
99
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
|
120
100
|
border-radius: 50%;
|
121
|
-
bottom:
|
101
|
+
bottom: 20px;
|
122
102
|
right: 22px;
|
123
103
|
}
|
124
|
-
|
125
104
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
|
126
105
|
border-radius: 50%;
|
127
106
|
left: 22px;
|
128
107
|
right: auto;
|
129
|
-
top:
|
108
|
+
top: 20px;
|
130
109
|
}
|
131
|
-
|
132
110
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
133
111
|
right: auto;
|
134
112
|
}
|
135
|
-
|
136
113
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
137
114
|
-ms-flex-align: center;
|
138
115
|
align-items: center;
|
@@ -145,17 +122,14 @@
|
|
145
122
|
min-width: 1px;
|
146
123
|
z-index: 15;
|
147
124
|
}
|
148
|
-
|
149
125
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-icon-hidden {
|
150
126
|
visibility: hidden;
|
151
127
|
}
|
152
|
-
|
153
128
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
|
154
129
|
cursor: col-resize;
|
155
130
|
}
|
156
|
-
|
157
131
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar::after {
|
158
|
-
content:
|
132
|
+
content: "";
|
159
133
|
cursor: col-resize;
|
160
134
|
display: block;
|
161
135
|
height: 100%;
|
@@ -163,7 +137,6 @@
|
|
163
137
|
width: 16px;
|
164
138
|
z-index: 10;
|
165
139
|
}
|
166
|
-
|
167
140
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
168
141
|
-ms-flex-align: center;
|
169
142
|
align-items: center;
|
@@ -175,17 +148,14 @@
|
|
175
148
|
position: relative;
|
176
149
|
width: 1px;
|
177
150
|
}
|
178
|
-
|
179
151
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-hide-handler {
|
180
152
|
visibility: hidden;
|
181
153
|
}
|
182
|
-
|
183
154
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
|
184
155
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
|
185
156
|
left: 8px;
|
186
157
|
right: 3px;
|
187
158
|
}
|
188
|
-
|
189
159
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow {
|
190
160
|
border-image: none;
|
191
161
|
border-width: 1px;
|
@@ -196,48 +166,39 @@
|
|
196
166
|
padding: 1px 12px;
|
197
167
|
position: relative;
|
198
168
|
}
|
199
|
-
|
200
169
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after {
|
201
170
|
border-radius: 16px;
|
202
|
-
content:
|
171
|
+
content: "";
|
203
172
|
height: 8px;
|
204
173
|
position: absolute;
|
205
174
|
transform: rotate(0deg);
|
206
175
|
width: 2px;
|
207
176
|
}
|
208
|
-
|
209
177
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before {
|
210
178
|
top: 5px;
|
211
179
|
transform-origin: 1px 7px 0;
|
212
180
|
}
|
213
|
-
|
214
181
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after {
|
215
182
|
top: 11px;
|
216
183
|
transform-origin: 1px 1px 0;
|
217
184
|
}
|
218
|
-
|
219
185
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right) {
|
220
186
|
border-radius: 50%;
|
221
187
|
right: 5px;
|
222
188
|
}
|
223
|
-
|
224
189
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right {
|
225
190
|
border-radius: 50%;
|
226
191
|
left: 5px;
|
227
192
|
}
|
228
|
-
|
229
193
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::after {
|
230
194
|
right: 8px;
|
231
195
|
}
|
232
|
-
|
233
196
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-last-bar:not(.e-resizable-split-bar) {
|
234
197
|
margin: 0 3px;
|
235
198
|
}
|
236
|
-
|
237
199
|
.e-splitter .e-split-bar.e-split-bar-horizontal:not(.e-resizable-split-bar) {
|
238
200
|
margin: 0 0 0 3px;
|
239
201
|
}
|
240
|
-
|
241
202
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
242
203
|
-ms-flex-align: center;
|
243
204
|
align-items: center;
|
@@ -251,17 +212,14 @@
|
|
251
212
|
justify-content: center;
|
252
213
|
min-height: 1px;
|
253
214
|
}
|
254
|
-
|
255
215
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-icon-hidden {
|
256
216
|
visibility: hidden;
|
257
217
|
}
|
258
|
-
|
259
218
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar {
|
260
219
|
cursor: row-resize;
|
261
220
|
}
|
262
|
-
|
263
221
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar::after {
|
264
|
-
content:
|
222
|
+
content: "";
|
265
223
|
cursor: row-resize;
|
266
224
|
display: block;
|
267
225
|
height: 16px;
|
@@ -269,7 +227,6 @@
|
|
269
227
|
width: 100%;
|
270
228
|
z-index: 12;
|
271
229
|
}
|
272
|
-
|
273
230
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
|
274
231
|
-ms-flex-align: center;
|
275
232
|
align-items: center;
|
@@ -280,16 +237,13 @@
|
|
280
237
|
justify-content: center;
|
281
238
|
width: 18px;
|
282
239
|
}
|
283
|
-
|
284
240
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-hide-handler {
|
285
241
|
visibility: hidden;
|
286
242
|
}
|
287
|
-
|
288
243
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
289
244
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
290
245
|
left: 10px;
|
291
246
|
}
|
292
|
-
|
293
247
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
|
294
248
|
border-image: none;
|
295
249
|
border-width: 0;
|
@@ -301,59 +255,49 @@
|
|
301
255
|
position: relative;
|
302
256
|
width: 26px;
|
303
257
|
}
|
304
|
-
|
305
258
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after {
|
306
259
|
border-radius: 16px;
|
307
|
-
content:
|
260
|
+
content: "";
|
308
261
|
height: 8px;
|
309
262
|
position: absolute;
|
310
263
|
transform: rotate(90deg);
|
311
264
|
width: 2px;
|
312
265
|
}
|
313
|
-
|
314
266
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before {
|
315
267
|
top: 3px;
|
316
268
|
transform-origin: 2px 7px 0;
|
317
269
|
}
|
318
|
-
|
319
270
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
320
271
|
left: 11px;
|
321
272
|
top: 8px;
|
322
273
|
transform-origin: 1px 1px 0;
|
323
274
|
}
|
324
|
-
|
325
275
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before {
|
326
276
|
left: 12px;
|
327
277
|
top: 8px;
|
328
278
|
transform-origin: 1px 6px 0;
|
329
279
|
}
|
330
|
-
|
331
280
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
332
281
|
left: 10px;
|
333
282
|
top: 12px;
|
334
283
|
transform-origin: 1px 2px 0;
|
335
284
|
}
|
336
|
-
|
337
285
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
|
338
286
|
border-radius: 50%;
|
339
|
-
bottom:
|
287
|
+
bottom: 20px;
|
340
288
|
left: 22px;
|
341
289
|
}
|
342
|
-
|
343
290
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
|
344
291
|
border-radius: 50%;
|
345
292
|
right: 22px;
|
346
|
-
top:
|
293
|
+
top: 20px;
|
347
294
|
}
|
348
|
-
|
349
295
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
350
296
|
right: 10px;
|
351
297
|
}
|
352
|
-
|
353
298
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-last-bar:not(.e-resizable-split-bar) {
|
354
299
|
margin: 3px 0;
|
355
300
|
}
|
356
|
-
|
357
301
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
358
302
|
margin: 3px 0 0;
|
359
303
|
}
|
@@ -361,20 +305,16 @@
|
|
361
305
|
.e-bigger.e-splitter .e-pane {
|
362
306
|
font-size: 14px;
|
363
307
|
}
|
364
|
-
|
365
308
|
.e-bigger.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
366
309
|
height: 20px;
|
367
310
|
}
|
368
|
-
|
369
311
|
.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
|
370
312
|
width: 20px;
|
371
313
|
}
|
372
|
-
|
373
314
|
.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
374
315
|
.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
375
316
|
margin-top: -2px;
|
376
317
|
}
|
377
|
-
|
378
318
|
.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
379
319
|
margin-top: 2px;
|
380
320
|
}
|
@@ -387,11 +327,9 @@
|
|
387
327
|
.e-bigger .e-splitter .e-pane {
|
388
328
|
font-size: 14px;
|
389
329
|
}
|
390
|
-
|
391
330
|
.e-bigger .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
392
331
|
height: 20px;
|
393
332
|
}
|
394
|
-
|
395
333
|
.e-bigger .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
|
396
334
|
width: 20px;
|
397
335
|
}
|
@@ -419,166 +357,137 @@
|
|
419
357
|
.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
|
420
358
|
border: solid 1px #e0e0e0;
|
421
359
|
}
|
422
|
-
|
423
360
|
.e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
|
424
361
|
color: rgba(0, 0, 0, 0.87);
|
425
362
|
}
|
426
|
-
|
427
363
|
.e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-vertical, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-vertical {
|
428
364
|
border: transparent;
|
429
365
|
}
|
430
|
-
|
431
366
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
432
367
|
background: #e0e0e0;
|
433
368
|
border-left: none;
|
434
369
|
border-right: none;
|
435
370
|
}
|
436
|
-
|
437
371
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
438
372
|
background: #fff;
|
439
373
|
color: rgba(0, 0, 0, 0.54);
|
440
374
|
}
|
441
|
-
|
442
375
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
|
443
376
|
background-color: transparent;
|
444
377
|
border-color: transparent;
|
445
378
|
color: transparent;
|
446
379
|
transition: background-color 500ms ease-out;
|
447
380
|
}
|
448
|
-
|
449
381
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden)::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden)::after {
|
450
382
|
background-color: #e3165b;
|
451
383
|
opacity: 0;
|
452
|
-
transition-duration: .3s;
|
384
|
+
transition-duration: 0.3s;
|
453
385
|
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
|
454
386
|
}
|
455
|
-
|
456
387
|
.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 {
|
457
388
|
background: #e3165b;
|
458
389
|
border-left: none;
|
459
390
|
border-right: none;
|
460
391
|
}
|
461
|
-
|
462
392
|
.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 {
|
463
393
|
background: #fff;
|
464
394
|
color: #e3165b;
|
465
395
|
}
|
466
|
-
|
467
396
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right {
|
468
397
|
background-color: #fff;
|
469
398
|
border-color: rgba(227, 22, 91, 0.5);
|
470
399
|
border-width: 1px;
|
471
|
-
opacity: .9;
|
400
|
+
opacity: 0.9;
|
472
401
|
}
|
473
|
-
|
474
402
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-hover .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-active .e-navigate-arrow::before {
|
475
403
|
background-color: #e3165b;
|
476
404
|
opacity: 1;
|
477
405
|
transform: rotate(40deg);
|
478
406
|
}
|
479
|
-
|
480
407
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-hover .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-active .e-navigate-arrow::after {
|
481
408
|
background-color: #e3165b;
|
482
409
|
opacity: 1;
|
483
410
|
transform: rotate(-40deg);
|
484
411
|
}
|
485
|
-
|
486
412
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::before {
|
487
413
|
background-color: #e3165b;
|
488
414
|
opacity: 1;
|
489
415
|
transform: rotate(-40deg);
|
490
416
|
}
|
491
|
-
|
492
417
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::after {
|
493
418
|
background-color: #e3165b;
|
494
419
|
opacity: 1;
|
495
420
|
transform: rotate(40deg);
|
496
421
|
}
|
497
|
-
|
498
422
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
|
499
423
|
background: #e3165b;
|
500
424
|
}
|
501
|
-
|
502
425
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
|
503
426
|
background: #fff;
|
504
427
|
color: #e3165b;
|
505
428
|
}
|
506
|
-
|
507
429
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
508
430
|
background: #e0e0e0;
|
509
431
|
}
|
510
|
-
|
511
432
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
|
512
433
|
background: #fff;
|
513
434
|
color: rgba(0, 0, 0, 0.54);
|
514
435
|
}
|
515
|
-
|
516
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 {
|
517
437
|
background: #e3165b;
|
518
438
|
border-left: none;
|
519
439
|
border-right: none;
|
520
440
|
}
|
521
|
-
|
522
441
|
.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 {
|
523
442
|
background-color: #fff;
|
524
443
|
border-color: rgba(227, 22, 91, 0.5);
|
525
444
|
border-width: 1px;
|
526
|
-
opacity: .9;
|
445
|
+
opacity: 0.9;
|
527
446
|
}
|
528
|
-
|
529
447
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
|
530
448
|
background: #fff;
|
531
449
|
color: #e3165b;
|
532
450
|
}
|
533
|
-
|
534
451
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::before {
|
535
452
|
background-color: #e3165b;
|
536
453
|
opacity: 1;
|
537
454
|
transform: rotate(125deg);
|
538
455
|
}
|
539
|
-
|
540
456
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::after {
|
541
457
|
background-color: #e3165b;
|
542
458
|
opacity: 1;
|
543
459
|
transform: rotate(50deg);
|
544
460
|
}
|
545
|
-
|
546
461
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::before {
|
547
462
|
background-color: #e3165b;
|
548
463
|
opacity: 1;
|
549
464
|
transform: rotate(55deg);
|
550
465
|
}
|
551
|
-
|
552
466
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::after {
|
553
467
|
background-color: #e3165b;
|
554
468
|
opacity: 1;
|
555
469
|
transform: rotate(125deg);
|
556
470
|
}
|
557
|
-
|
558
471
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
|
559
472
|
background-color: transparent;
|
560
473
|
border-color: transparent;
|
561
474
|
color: transparent;
|
562
475
|
transition: background-color 300ms ease-out;
|
563
476
|
}
|
564
|
-
|
565
477
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after {
|
566
478
|
background-color: #e3165b;
|
567
479
|
opacity: 0;
|
568
|
-
transition-duration: .3s;
|
480
|
+
transition-duration: 0.3s;
|
569
481
|
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
|
570
482
|
}
|
571
|
-
|
572
483
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
|
573
484
|
background: #e3165b;
|
574
485
|
}
|
575
|
-
|
576
486
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
|
577
487
|
background: #fff;
|
578
488
|
color: #e3165b;
|
579
489
|
}
|
580
|
-
|
581
490
|
.e-splitter.e-disabled {
|
582
|
-
opacity:
|
491
|
+
opacity: 0.4;
|
583
492
|
pointer-events: none;
|
584
|
-
}
|
493
|
+
}
|