@syncfusion/ej2-react-layouts 20.1.47 → 20.1.61

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