@syncfusion/ej2-react-layouts 23.1.36 → 24.1.41
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/dist/ej2-react-layouts.min.js +2 -2
- package/dist/ej2-react-layouts.umd.min.js +2 -2
- package/package.json +9 -9
- package/src/dashboard-layout/dashboardlayout.component.d.ts +2 -2
- package/src/splitter/splitter.component.d.ts +2 -2
- package/styles/avatar/bootstrap-dark.css +1 -45
- package/styles/avatar/bootstrap.css +1 -45
- package/styles/avatar/bootstrap4.css +1 -45
- package/styles/avatar/bootstrap5-dark.css +1 -60
- package/styles/avatar/bootstrap5.css +1 -60
- package/styles/avatar/fabric-dark.css +1 -45
- package/styles/avatar/fabric.css +1 -45
- package/styles/avatar/fluent-dark.css +1 -58
- package/styles/avatar/fluent.css +1 -58
- package/styles/avatar/highcontrast-light.css +1 -45
- package/styles/avatar/highcontrast.css +1 -45
- package/styles/avatar/material-dark.css +1 -45
- package/styles/avatar/material.css +1 -45
- package/styles/avatar/material3-dark.css +1 -113
- package/styles/avatar/material3.css +1 -169
- package/styles/avatar/tailwind-dark.css +1 -58
- package/styles/avatar/tailwind.css +1 -58
- package/styles/bootstrap-dark.css +1 -1351
- package/styles/bootstrap.css +1 -1352
- package/styles/bootstrap4.css +1 -1357
- package/styles/bootstrap5-dark.css +1 -1368
- package/styles/bootstrap5.css +1 -1368
- package/styles/card/bootstrap-dark.css +1 -513
- package/styles/card/bootstrap.css +1 -514
- package/styles/card/bootstrap4.css +1 -520
- package/styles/card/bootstrap5-dark.css +1 -513
- package/styles/card/bootstrap5.css +1 -513
- package/styles/card/fabric-dark.css +1 -513
- package/styles/card/fabric.css +1 -524
- package/styles/card/fluent-dark.css +1 -534
- package/styles/card/fluent.css +1 -534
- package/styles/card/highcontrast-light.css +1 -513
- package/styles/card/highcontrast.css +1 -525
- package/styles/card/material-dark.css +1 -513
- package/styles/card/material.css +1 -513
- package/styles/card/material3-dark.css +1 -566
- package/styles/card/material3.css +1 -622
- package/styles/card/tailwind-dark.css +1 -514
- package/styles/card/tailwind.css +1 -514
- package/styles/dashboard-layout/bootstrap-dark.css +1 -296
- package/styles/dashboard-layout/bootstrap.css +1 -296
- package/styles/dashboard-layout/bootstrap4.css +1 -296
- package/styles/dashboard-layout/bootstrap5-dark.css +1 -305
- package/styles/dashboard-layout/bootstrap5.css +1 -305
- package/styles/dashboard-layout/fabric-dark.css +1 -296
- package/styles/dashboard-layout/fabric.css +1 -296
- package/styles/dashboard-layout/fluent-dark.css +1 -300
- package/styles/dashboard-layout/fluent.css +1 -300
- package/styles/dashboard-layout/highcontrast-light.css +1 -234
- package/styles/dashboard-layout/highcontrast.css +1 -292
- package/styles/dashboard-layout/material-dark.css +1 -296
- package/styles/dashboard-layout/material.css +1 -296
- package/styles/dashboard-layout/material3-dark.css +1 -356
- package/styles/dashboard-layout/material3.css +1 -412
- package/styles/dashboard-layout/tailwind-dark.css +1 -317
- package/styles/dashboard-layout/tailwind.css +1 -317
- package/styles/fabric-dark.css +1 -1351
- package/styles/fabric.css +1 -1362
- package/styles/fluent-dark.css +1 -1382
- package/styles/fluent.css +1 -1382
- package/styles/highcontrast-light.css +1 -1289
- package/styles/highcontrast.css +1 -1359
- package/styles/material-dark.css +1 -1350
- package/styles/material.css +1 -1351
- package/styles/material3-dark.css +1 -1581
- package/styles/material3.css +1 -1805
- package/styles/splitter/bootstrap-dark.css +1 -496
- package/styles/splitter/bootstrap.css +1 -496
- package/styles/splitter/bootstrap4.css +1 -495
- package/styles/splitter/bootstrap5-dark.css +1 -489
- package/styles/splitter/bootstrap5.css +1 -489
- package/styles/splitter/fabric-dark.css +1 -496
- package/styles/splitter/fabric.css +1 -496
- package/styles/splitter/fluent-dark.css +1 -489
- package/styles/splitter/fluent.css +1 -489
- package/styles/splitter/highcontrast-light.css +1 -496
- package/styles/splitter/highcontrast.css +1 -496
- package/styles/splitter/material-dark.css +1 -495
- package/styles/splitter/material.css +1 -496
- package/styles/splitter/material3-dark.css +1 -544
- package/styles/splitter/material3.css +1 -600
- package/styles/splitter/tailwind-dark.css +1 -489
- package/styles/splitter/tailwind.css +1 -489
- package/styles/tailwind-dark.css +1 -1379
- package/styles/tailwind.css +1 -1379
@@ -1,495 +1 @@
|
|
1
|
-
|
2
|
-
content: "\e984";
|
3
|
-
font-family: "e-icons";
|
4
|
-
font-size: 14px;
|
5
|
-
}
|
6
|
-
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-template-resize-handler::before {
|
7
|
-
content: "";
|
8
|
-
}
|
9
|
-
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
|
10
|
-
content: "\eb04";
|
11
|
-
font-family: "e-icons";
|
12
|
-
font-size: 14px;
|
13
|
-
}
|
14
|
-
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-template-resize-handler::before {
|
15
|
-
content: "";
|
16
|
-
}
|
17
|
-
|
18
|
-
.e-bigger .e-splitter .e-split-bar .e-resize-handler::before {
|
19
|
-
font-size: 16px;
|
20
|
-
}
|
21
|
-
.e-bigger.e-splitter .e-split-bar .e-resize-handler::before {
|
22
|
-
font-size: 16px;
|
23
|
-
}
|
24
|
-
|
25
|
-
.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
|
26
|
-
border-width: 1px;
|
27
|
-
display: -ms-flexbox;
|
28
|
-
display: flex;
|
29
|
-
overflow: hidden;
|
30
|
-
position: relative;
|
31
|
-
-ms-touch-action: none;
|
32
|
-
touch-action: none;
|
33
|
-
width: 100%;
|
34
|
-
}
|
35
|
-
.e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
|
36
|
-
-ms-flex: 1 1 auto;
|
37
|
-
flex: 1 1 auto;
|
38
|
-
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
39
|
-
font-size: 13px;
|
40
|
-
font-weight: normal;
|
41
|
-
}
|
42
|
-
.e-splitter.e-splitter-horizontal .e-pane.e-scrollable, .e-splitter.e-splitter-vertical .e-pane.e-scrollable {
|
43
|
-
overflow: auto;
|
44
|
-
}
|
45
|
-
.e-splitter.e-splitter-horizontal .e-pane.e-static-pane, .e-splitter.e-splitter-vertical .e-pane.e-static-pane {
|
46
|
-
-ms-flex-positive: 0;
|
47
|
-
flex-grow: 0;
|
48
|
-
-ms-flex-negative: 0;
|
49
|
-
flex-shrink: 0;
|
50
|
-
}
|
51
|
-
.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal {
|
52
|
-
overflow: auto;
|
53
|
-
}
|
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 {
|
55
|
-
-ms-flex-preferred-size: 0 !important;
|
56
|
-
flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
|
57
|
-
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
58
|
-
}
|
59
|
-
.e-splitter.e-splitter-horizontal {
|
60
|
-
-ms-flex-direction: row;
|
61
|
-
flex-direction: row;
|
62
|
-
}
|
63
|
-
.e-splitter.e-splitter-horizontal.e-pane.e-scrollable {
|
64
|
-
overflow: hidden;
|
65
|
-
}
|
66
|
-
.e-splitter.e-splitter-horizontal.e-rtl {
|
67
|
-
-ms-flex-direction: row-reverse;
|
68
|
-
flex-direction: row-reverse;
|
69
|
-
}
|
70
|
-
.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal {
|
71
|
-
-ms-flex-direction: row-reverse;
|
72
|
-
flex-direction: row-reverse;
|
73
|
-
}
|
74
|
-
.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
|
75
|
-
.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
|
76
|
-
right: auto;
|
77
|
-
}
|
78
|
-
.e-splitter.e-splitter-vertical {
|
79
|
-
-ms-flex-direction: column;
|
80
|
-
flex-direction: column;
|
81
|
-
}
|
82
|
-
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
83
|
-
overflow: hidden;
|
84
|
-
}
|
85
|
-
.e-splitter.e-splitter-vertical .e-pane-vertical {
|
86
|
-
overflow: auto;
|
87
|
-
}
|
88
|
-
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
89
|
-
-ms-flex-preferred-size: 0 !important;
|
90
|
-
flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
|
91
|
-
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
92
|
-
}
|
93
|
-
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
94
|
-
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
95
|
-
right: auto;
|
96
|
-
}
|
97
|
-
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
|
98
|
-
border-radius: 50%;
|
99
|
-
bottom: 20px;
|
100
|
-
right: 22px;
|
101
|
-
}
|
102
|
-
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
|
103
|
-
border-radius: 50%;
|
104
|
-
left: 22px;
|
105
|
-
right: auto;
|
106
|
-
top: 20px;
|
107
|
-
}
|
108
|
-
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
109
|
-
right: auto;
|
110
|
-
}
|
111
|
-
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
112
|
-
-ms-flex-align: center;
|
113
|
-
align-items: center;
|
114
|
-
display: -ms-flexbox;
|
115
|
-
display: flex;
|
116
|
-
-ms-flex: 0 0 auto;
|
117
|
-
flex: 0 0 auto;
|
118
|
-
-ms-flex-pack: center;
|
119
|
-
justify-content: center;
|
120
|
-
min-width: 1px;
|
121
|
-
z-index: 15;
|
122
|
-
}
|
123
|
-
.e-splitter .e-split-bar.e-split-bar-horizontal .e-icon-hidden {
|
124
|
-
visibility: hidden;
|
125
|
-
}
|
126
|
-
.e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
|
127
|
-
cursor: col-resize;
|
128
|
-
}
|
129
|
-
.e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar::after {
|
130
|
-
content: "";
|
131
|
-
cursor: col-resize;
|
132
|
-
display: block;
|
133
|
-
height: 100%;
|
134
|
-
position: absolute;
|
135
|
-
width: 16px;
|
136
|
-
z-index: 10;
|
137
|
-
}
|
138
|
-
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
139
|
-
-ms-flex-align: center;
|
140
|
-
align-items: center;
|
141
|
-
display: -ms-flexbox;
|
142
|
-
display: flex;
|
143
|
-
height: 18px;
|
144
|
-
-ms-flex-pack: center;
|
145
|
-
justify-content: center;
|
146
|
-
position: relative;
|
147
|
-
width: 1px;
|
148
|
-
}
|
149
|
-
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-hide-handler {
|
150
|
-
visibility: hidden;
|
151
|
-
}
|
152
|
-
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
|
153
|
-
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
|
154
|
-
left: 8px;
|
155
|
-
right: 3px;
|
156
|
-
}
|
157
|
-
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow {
|
158
|
-
border-image: none;
|
159
|
-
border-width: 1px;
|
160
|
-
cursor: pointer;
|
161
|
-
display: -ms-flexbox;
|
162
|
-
display: flex;
|
163
|
-
height: 26px;
|
164
|
-
padding: 1px 12px;
|
165
|
-
position: relative;
|
166
|
-
}
|
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 {
|
168
|
-
border-radius: 16px;
|
169
|
-
content: "";
|
170
|
-
height: 8px;
|
171
|
-
position: absolute;
|
172
|
-
transform: rotate(0deg);
|
173
|
-
width: 2px;
|
174
|
-
}
|
175
|
-
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before {
|
176
|
-
top: 5px;
|
177
|
-
transform-origin: 1px 7px 0;
|
178
|
-
}
|
179
|
-
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after {
|
180
|
-
top: 11px;
|
181
|
-
transform-origin: 1px 1px 0;
|
182
|
-
}
|
183
|
-
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right) {
|
184
|
-
border-radius: 50%;
|
185
|
-
right: 5px;
|
186
|
-
}
|
187
|
-
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right {
|
188
|
-
border-radius: 50%;
|
189
|
-
left: 5px;
|
190
|
-
}
|
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 {
|
192
|
-
right: 8px;
|
193
|
-
}
|
194
|
-
.e-splitter .e-split-bar.e-split-bar-horizontal.e-last-bar:not(.e-resizable-split-bar) {
|
195
|
-
margin: 0 3px;
|
196
|
-
}
|
197
|
-
.e-splitter .e-split-bar.e-split-bar-horizontal:not(.e-resizable-split-bar) {
|
198
|
-
margin: 0 0 0 3px;
|
199
|
-
}
|
200
|
-
.e-splitter .e-split-bar.e-split-bar-vertical {
|
201
|
-
-ms-flex-align: center;
|
202
|
-
align-items: center;
|
203
|
-
border-left: none;
|
204
|
-
border-right: none;
|
205
|
-
display: -ms-flexbox;
|
206
|
-
display: flex;
|
207
|
-
-ms-flex: 0 0 auto;
|
208
|
-
flex: 0 0 auto;
|
209
|
-
-ms-flex-pack: center;
|
210
|
-
justify-content: center;
|
211
|
-
min-height: 1px;
|
212
|
-
}
|
213
|
-
.e-splitter .e-split-bar.e-split-bar-vertical .e-icon-hidden {
|
214
|
-
visibility: hidden;
|
215
|
-
}
|
216
|
-
.e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar {
|
217
|
-
cursor: row-resize;
|
218
|
-
}
|
219
|
-
.e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar::after {
|
220
|
-
content: "";
|
221
|
-
cursor: row-resize;
|
222
|
-
display: block;
|
223
|
-
height: 16px;
|
224
|
-
position: absolute;
|
225
|
-
width: 100%;
|
226
|
-
z-index: 12;
|
227
|
-
}
|
228
|
-
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
|
229
|
-
-ms-flex-align: center;
|
230
|
-
align-items: center;
|
231
|
-
display: -ms-flexbox;
|
232
|
-
display: flex;
|
233
|
-
height: 1px;
|
234
|
-
-ms-flex-pack: center;
|
235
|
-
justify-content: center;
|
236
|
-
width: 18px;
|
237
|
-
}
|
238
|
-
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-hide-handler {
|
239
|
-
visibility: hidden;
|
240
|
-
}
|
241
|
-
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
242
|
-
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
243
|
-
left: 10px;
|
244
|
-
}
|
245
|
-
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
|
246
|
-
border-image: none;
|
247
|
-
border-width: 0;
|
248
|
-
cursor: pointer;
|
249
|
-
display: -ms-flexbox;
|
250
|
-
display: flex;
|
251
|
-
height: 26px;
|
252
|
-
padding: 10px 3px 10px 18px;
|
253
|
-
position: relative;
|
254
|
-
width: 26px;
|
255
|
-
}
|
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 {
|
257
|
-
border-radius: 16px;
|
258
|
-
content: "";
|
259
|
-
height: 8px;
|
260
|
-
position: absolute;
|
261
|
-
transform: rotate(90deg);
|
262
|
-
width: 2px;
|
263
|
-
}
|
264
|
-
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before {
|
265
|
-
top: 3px;
|
266
|
-
transform-origin: 2px 7px 0;
|
267
|
-
}
|
268
|
-
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
269
|
-
left: 11px;
|
270
|
-
top: 8px;
|
271
|
-
transform-origin: 1px 1px 0;
|
272
|
-
}
|
273
|
-
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before {
|
274
|
-
left: 12px;
|
275
|
-
top: 8px;
|
276
|
-
transform-origin: 1px 6px 0;
|
277
|
-
}
|
278
|
-
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
279
|
-
left: 10px;
|
280
|
-
top: 12px;
|
281
|
-
transform-origin: 1px 2px 0;
|
282
|
-
}
|
283
|
-
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
|
284
|
-
border-radius: 50%;
|
285
|
-
bottom: 20px;
|
286
|
-
left: 22px;
|
287
|
-
}
|
288
|
-
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
|
289
|
-
border-radius: 50%;
|
290
|
-
right: 22px;
|
291
|
-
top: 20px;
|
292
|
-
}
|
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 {
|
294
|
-
right: 10px;
|
295
|
-
}
|
296
|
-
.e-splitter .e-split-bar.e-split-bar-vertical.e-last-bar:not(.e-resizable-split-bar) {
|
297
|
-
margin: 3px 0;
|
298
|
-
}
|
299
|
-
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
300
|
-
margin: 3px 0 0;
|
301
|
-
}
|
302
|
-
|
303
|
-
.e-bigger.e-splitter .e-pane {
|
304
|
-
font-size: 14px;
|
305
|
-
}
|
306
|
-
.e-bigger.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
307
|
-
height: 20px;
|
308
|
-
}
|
309
|
-
.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
|
310
|
-
width: 20px;
|
311
|
-
}
|
312
|
-
.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
313
|
-
.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
314
|
-
margin-top: -2px;
|
315
|
-
}
|
316
|
-
.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
317
|
-
margin-top: 2px;
|
318
|
-
}
|
319
|
-
|
320
|
-
.e-rtl .e-splitter.e-splitter-horizontal {
|
321
|
-
-ms-flex-direction: row-reverse;
|
322
|
-
flex-direction: row-reverse;
|
323
|
-
}
|
324
|
-
|
325
|
-
.e-bigger .e-splitter .e-pane {
|
326
|
-
font-size: 14px;
|
327
|
-
}
|
328
|
-
.e-bigger .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
329
|
-
height: 20px;
|
330
|
-
}
|
331
|
-
.e-bigger .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
|
332
|
-
width: 20px;
|
333
|
-
}
|
334
|
-
|
335
|
-
.e-content-placeholder.e-splitter.e-placeholder-splitter {
|
336
|
-
background-size: 100px 110px;
|
337
|
-
min-height: 110px;
|
338
|
-
}
|
339
|
-
|
340
|
-
.e-bigger .e-content-placeholder.e-splitter.e-placeholder-splitter,
|
341
|
-
.e-bigger.e-content-placeholder.e-splitter.e-placeholder-splitter {
|
342
|
-
background-size: 100px 110px;
|
343
|
-
min-height: 110px;
|
344
|
-
}
|
345
|
-
|
346
|
-
.e-splitter.e-ie .e-navigate-arrow.e-arrow-left {
|
347
|
-
margin-left: -26px;
|
348
|
-
}
|
349
|
-
|
350
|
-
.e-splitter.e-ie .e-split-bar-horizontal .e-resize-handler {
|
351
|
-
-ms-flex-direction: column;
|
352
|
-
flex-direction: column;
|
353
|
-
}
|
354
|
-
|
355
|
-
.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
|
356
|
-
border: solid 1px #616161;
|
357
|
-
}
|
358
|
-
.e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
|
359
|
-
color: #fff;
|
360
|
-
}
|
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 {
|
362
|
-
border: transparent;
|
363
|
-
}
|
364
|
-
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
365
|
-
background: #616161;
|
366
|
-
border-left: none;
|
367
|
-
border-right: none;
|
368
|
-
}
|
369
|
-
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
370
|
-
background: #303030;
|
371
|
-
color: rgba(255, 255, 255, 0.7);
|
372
|
-
z-index: 10;
|
373
|
-
}
|
374
|
-
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
|
375
|
-
background-color: transparent;
|
376
|
-
border-color: transparent;
|
377
|
-
color: transparent;
|
378
|
-
transition: background-color 500ms ease-out;
|
379
|
-
}
|
380
|
-
.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 {
|
381
|
-
background-color: rgb(255, 128, 171);
|
382
|
-
opacity: 0;
|
383
|
-
transition-duration: 0.3s;
|
384
|
-
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
|
385
|
-
}
|
386
|
-
.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 {
|
387
|
-
background: #00b0ff;
|
388
|
-
border-left: none;
|
389
|
-
border-right: none;
|
390
|
-
}
|
391
|
-
.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 {
|
392
|
-
background: #303030;
|
393
|
-
color: #00b0ff;
|
394
|
-
}
|
395
|
-
.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 {
|
396
|
-
background-color: #000;
|
397
|
-
border-color: rgba(255, 128, 171, 0.5);
|
398
|
-
border-width: 1px;
|
399
|
-
opacity: 0.9;
|
400
|
-
}
|
401
|
-
.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 {
|
402
|
-
background-color: rgb(255, 128, 171);
|
403
|
-
opacity: 1;
|
404
|
-
transform: rotate(40deg);
|
405
|
-
}
|
406
|
-
.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 {
|
407
|
-
background-color: rgb(255, 128, 171);
|
408
|
-
opacity: 1;
|
409
|
-
transform: rotate(-40deg);
|
410
|
-
}
|
411
|
-
.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 {
|
412
|
-
background-color: rgb(255, 128, 171);
|
413
|
-
opacity: 1;
|
414
|
-
transform: rotate(-40deg);
|
415
|
-
}
|
416
|
-
.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 {
|
417
|
-
background-color: rgb(255, 128, 171);
|
418
|
-
opacity: 1;
|
419
|
-
transform: rotate(40deg);
|
420
|
-
}
|
421
|
-
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
|
422
|
-
background: #00b0ff;
|
423
|
-
}
|
424
|
-
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
|
425
|
-
background: #303030;
|
426
|
-
color: #00b0ff;
|
427
|
-
}
|
428
|
-
.e-splitter .e-split-bar.e-split-bar-vertical {
|
429
|
-
background: #616161;
|
430
|
-
}
|
431
|
-
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
|
432
|
-
background: #303030;
|
433
|
-
color: rgba(255, 255, 255, 0.7);
|
434
|
-
z-index: 12;
|
435
|
-
}
|
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 {
|
437
|
-
background: #00b0ff;
|
438
|
-
border-left: none;
|
439
|
-
border-right: none;
|
440
|
-
}
|
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 {
|
442
|
-
background-color: #000;
|
443
|
-
border-color: rgba(255, 128, 171, 0.5);
|
444
|
-
border-width: 1px;
|
445
|
-
opacity: 0.9;
|
446
|
-
}
|
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 {
|
448
|
-
background: #303030;
|
449
|
-
color: #00b0ff;
|
450
|
-
}
|
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 {
|
452
|
-
background-color: rgb(255, 128, 171);
|
453
|
-
opacity: 1;
|
454
|
-
transform: rotate(125deg);
|
455
|
-
}
|
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 {
|
457
|
-
background-color: rgb(255, 128, 171);
|
458
|
-
opacity: 1;
|
459
|
-
transform: rotate(50deg);
|
460
|
-
}
|
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 {
|
462
|
-
background-color: rgb(255, 128, 171);
|
463
|
-
opacity: 1;
|
464
|
-
transform: rotate(55deg);
|
465
|
-
}
|
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 {
|
467
|
-
background-color: rgb(255, 128, 171);
|
468
|
-
opacity: 1;
|
469
|
-
transform: rotate(125deg);
|
470
|
-
}
|
471
|
-
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
|
472
|
-
background-color: transparent;
|
473
|
-
border-color: transparent;
|
474
|
-
color: transparent;
|
475
|
-
transition: background-color 300ms ease-out;
|
476
|
-
}
|
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 {
|
478
|
-
background-color: rgb(255, 128, 171);
|
479
|
-
opacity: 0;
|
480
|
-
transition-duration: 0.3s;
|
481
|
-
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
|
482
|
-
}
|
483
|
-
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
|
484
|
-
background: #00b0ff;
|
485
|
-
}
|
486
|
-
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
|
487
|
-
background: #303030;
|
488
|
-
color: #00b0ff;
|
489
|
-
}
|
490
|
-
.e-splitter.e-disabled {
|
491
|
-
opacity: 0.4;
|
492
|
-
pointer-events: none;
|
493
|
-
}
|
494
|
-
|
495
|
-
/* stylelint-disable-line no-empty-source */
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/splitter/material-dark.css';
|