@syncfusion/ej2-react-layouts 19.4.52 → 20.1.47

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 (59) hide show
  1. package/CHANGELOG.md +0 -16
  2. package/dist/ej2-react-layouts.umd.min.js +1 -1
  3. package/package.json +8 -8
  4. package/styles/avatar/bootstrap5-dark.css +2 -0
  5. package/styles/avatar/bootstrap5.css +2 -0
  6. package/styles/avatar/fluent-dark.css +61 -0
  7. package/styles/avatar/fluent-dark.scss +1 -0
  8. package/styles/avatar/fluent.css +61 -0
  9. package/styles/avatar/fluent.scss +1 -0
  10. package/styles/bootstrap-dark.css +4 -4
  11. package/styles/bootstrap.css +4 -4
  12. package/styles/bootstrap4.css +4 -4
  13. package/styles/bootstrap5-dark.css +14 -10
  14. package/styles/bootstrap5.css +14 -10
  15. package/styles/card/bootstrap5-dark.css +5 -3
  16. package/styles/card/bootstrap5.css +5 -3
  17. package/styles/card/fluent-dark.css +602 -0
  18. package/styles/card/fluent-dark.scss +1 -0
  19. package/styles/card/fluent.css +602 -0
  20. package/styles/card/fluent.scss +1 -0
  21. package/styles/card/tailwind-dark.css +8 -8
  22. package/styles/card/tailwind.css +8 -8
  23. package/styles/dashboard-layout/bootstrap5-dark.css +1 -1
  24. package/styles/dashboard-layout/bootstrap5.css +1 -1
  25. package/styles/dashboard-layout/fluent-dark.css +388 -0
  26. package/styles/dashboard-layout/fluent-dark.scss +1 -0
  27. package/styles/dashboard-layout/fluent.css +388 -0
  28. package/styles/dashboard-layout/fluent.scss +1 -0
  29. package/styles/dashboard-layout/tailwind-dark.css +18 -15
  30. package/styles/dashboard-layout/tailwind.css +16 -13
  31. package/styles/fabric-dark.css +4 -4
  32. package/styles/fabric.css +4 -4
  33. package/styles/fluent-dark.css +1628 -0
  34. package/styles/fluent-dark.scss +4 -0
  35. package/styles/fluent.css +1628 -0
  36. package/styles/fluent.scss +4 -0
  37. package/styles/highcontrast-light.css +4 -4
  38. package/styles/highcontrast.css +4 -4
  39. package/styles/material-dark.css +4 -4
  40. package/styles/material.css +4 -4
  41. package/styles/splitter/bootstrap-dark.css +4 -4
  42. package/styles/splitter/bootstrap.css +4 -4
  43. package/styles/splitter/bootstrap4.css +4 -4
  44. package/styles/splitter/bootstrap5-dark.css +6 -6
  45. package/styles/splitter/bootstrap5.css +6 -6
  46. package/styles/splitter/fabric-dark.css +4 -4
  47. package/styles/splitter/fabric.css +4 -4
  48. package/styles/splitter/fluent-dark.css +574 -0
  49. package/styles/splitter/fluent-dark.scss +1 -0
  50. package/styles/splitter/fluent.css +574 -0
  51. package/styles/splitter/fluent.scss +1 -0
  52. package/styles/splitter/highcontrast-light.css +4 -4
  53. package/styles/splitter/highcontrast.css +4 -4
  54. package/styles/splitter/material-dark.css +4 -4
  55. package/styles/splitter/material.css +4 -4
  56. package/styles/splitter/tailwind-dark.css +8 -16
  57. package/styles/splitter/tailwind.css +8 -16
  58. package/styles/tailwind-dark.css +34 -39
  59. package/styles/tailwind.css +32 -37
@@ -98,12 +98,12 @@
98
98
 
99
99
  .e-bigger .e-card .e-card-actions,
100
100
  .e-bigger.e-card .e-card-actions {
101
- padding: 12px 24px;
101
+ padding: 24px 24px;
102
102
  }
103
103
 
104
104
  .e-bigger .e-card .e-card-actions.e-card-vertical,
105
105
  .e-bigger.e-card .e-card-actions.e-card-vertical {
106
- padding: 12px 24px 12px 24px;
106
+ padding: 12px 24px 24px 24px;
107
107
  }
108
108
 
109
109
  .e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn,
@@ -147,7 +147,7 @@
147
147
 
148
148
  .e-bigger .e-card .e-card-content,
149
149
  .e-bigger.e-card .e-card-content {
150
- padding: 16px 24px;
150
+ padding: 0 24px 16px 24px;
151
151
  }
152
152
 
153
153
  .e-bigger .e-card .e-card-content + :not(.e-card-content),
@@ -169,7 +169,7 @@
169
169
  font-size: 15px;
170
170
  -ms-flex-pack: center;
171
171
  justify-content: center;
172
- line-height: 36px;
172
+ line-height: 24px;
173
173
  min-height: 36px;
174
174
  overflow: hidden;
175
175
  position: relative;
@@ -294,7 +294,7 @@
294
294
  justify-content: center;
295
295
  line-height: normal;
296
296
  min-height: 22.5px;
297
- padding: 18px;
297
+ padding: 18px 18px 12px 18px;
298
298
  width: inherit;
299
299
  }
300
300
 
@@ -402,7 +402,7 @@
402
402
  display: inline-block;
403
403
  -ms-flex-pack: start;
404
404
  justify-content: flex-start;
405
- padding: 8px 18px;
405
+ padding: 18px 18px;
406
406
  }
407
407
 
408
408
  .e-card .e-card-actions.e-card-vertical {
@@ -410,7 +410,7 @@
410
410
  display: flex;
411
411
  -ms-flex-direction: column;
412
412
  flex-direction: column;
413
- padding: 8px 18px;
413
+ padding: 18px 18px;
414
414
  }
415
415
 
416
416
  .e-card .e-card-actions.e-card-vertical .e-card-btn,
@@ -502,7 +502,7 @@
502
502
  .e-card .e-card-content {
503
503
  font-size: 14px;
504
504
  line-height: 1.5;
505
- padding: 12px 18px;
505
+ padding: 0 18px 12px 18px;
506
506
  }
507
507
 
508
508
  .e-card .e-card-content + :not(.e-card-content),
@@ -129,7 +129,7 @@
129
129
  }
130
130
 
131
131
  .e-dashboardlayout.e-control .e-panel .e-panel-header {
132
- border-bottom: none;
132
+ border-bottom: 1px solid #444c54;
133
133
  color: #fff;
134
134
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
135
135
  font-size: 14px;
@@ -129,7 +129,7 @@
129
129
  }
130
130
 
131
131
  .e-dashboardlayout.e-control .e-panel .e-panel-header {
132
- border-bottom: none;
132
+ border-bottom: 1px solid #dee2e6;
133
133
  color: #212529;
134
134
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
135
135
  font-size: 14px;
@@ -0,0 +1,388 @@
1
+ /*! component's theme wise override tailwind-definitions and variables */
2
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east,
3
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
4
+ height: 100%;
5
+ padding: 20px 0;
6
+ right: 1px;
7
+ top: 0;
8
+ width: 12px;
9
+ }
10
+
11
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west,
12
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
13
+ height: 100%;
14
+ left: 0;
15
+ padding: 20px 0;
16
+ top: 0;
17
+ width: 12px;
18
+ }
19
+
20
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north,
21
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
22
+ height: 12px;
23
+ padding: 0 20px;
24
+ top: 1px;
25
+ width: 100%;
26
+ }
27
+
28
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south,
29
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
30
+ bottom: 1px;
31
+ height: 12px;
32
+ padding: 0 20px;
33
+ width: 100%;
34
+ }
35
+
36
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east,
37
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east {
38
+ bottom: 0;
39
+ right: 1px;
40
+ z-index: 10;
41
+ }
42
+
43
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west,
44
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west {
45
+ left: 2px;
46
+ top: 2px;
47
+ z-index: 10;
48
+ }
49
+
50
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east,
51
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east {
52
+ right: 2px;
53
+ top: 2px;
54
+ z-index: 10;
55
+ }
56
+
57
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west,
58
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west {
59
+ bottom: 1px;
60
+ left: 1px;
61
+ z-index: 10;
62
+ }
63
+
64
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before,
65
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before {
66
+ bottom: 4px;
67
+ content: '\e761';
68
+ font-size: 12px;
69
+ position: absolute;
70
+ right: 4px;
71
+ }
72
+
73
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before,
74
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before {
75
+ bottom: 4px;
76
+ content: '\e761';
77
+ font-size: 12px;
78
+ left: 4px;
79
+ position: absolute;
80
+ transform: rotateY(180deg);
81
+ }
82
+
83
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table {
84
+ background: #252423;
85
+ border-collapse: collapse;
86
+ height: 100%;
87
+ width: 100%;
88
+ }
89
+
90
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table tbody tr td.e-dashboard-gridline {
91
+ border: 1px dotted #797775;
92
+ position: absolute;
93
+ }
94
+
95
+ .e-dashboardlayout.e-control.e-responsive {
96
+ width: 100% !important;
97
+ }
98
+
99
+ .e-dashboardlayout.e-control.e-prevent {
100
+ -webkit-user-select: none;
101
+ -ms-user-select: none;
102
+ user-select: none;
103
+ }
104
+
105
+ .e-dashboardlayout.e-control .e-panel {
106
+ border-radius: 2px;
107
+ }
108
+
109
+ .e-dashboardlayout.e-control .e-panel:hover {
110
+ border: 1px solid #797775;
111
+ 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);
112
+ }
113
+
114
+ .e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
115
+ display: block;
116
+ }
117
+
118
+ .e-dashboardlayout.e-control .e-panel:active {
119
+ border: 1px solid #0078d4;
120
+ }
121
+
122
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
123
+ display: none;
124
+ }
125
+
126
+ .e-dashboardlayout.e-control .e-panel.e-panel-transition {
127
+ transition: top .5s, left .5s;
128
+ }
129
+
130
+ .e-dashboardlayout.e-control .e-panel .e-panel-header {
131
+ border-bottom: 1px solid #323130;
132
+ color: #f3f2f1;
133
+ font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
134
+ font-size: 16px;
135
+ font-weight: 600;
136
+ height: 56px;
137
+ padding: 16px 0 16px 16px;
138
+ }
139
+
140
+ .e-dashboardlayout.e-control .e-panel .e-panel-header div {
141
+ overflow: hidden;
142
+ text-overflow: ellipsis;
143
+ white-space: nowrap;
144
+ }
145
+
146
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content {
147
+ display: inline-block;
148
+ }
149
+
150
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template {
151
+ float: right;
152
+ }
153
+
154
+ .e-dashboardlayout.e-control .e-panel .e-panel-container {
155
+ height: 100%;
156
+ width: 100%;
157
+ }
158
+
159
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template {
160
+ height: inherit;
161
+ width: inherit;
162
+ }
163
+
164
+ .e-dashboardlayout.e-control .e-panel {
165
+ border: 1px solid #252423;
166
+ height: 100%;
167
+ -webkit-user-select: none;
168
+ -ms-user-select: none;
169
+ user-select: none;
170
+ width: 100%;
171
+ }
172
+
173
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single,
174
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
175
+ position: absolute;
176
+ -ms-touch-action: none;
177
+ touch-action: none;
178
+ }
179
+
180
+ .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,
181
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east,
182
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west,
183
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north,
184
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
185
+ border: none;
186
+ }
187
+
188
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover,
189
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover {
190
+ cursor: e-resize;
191
+ }
192
+
193
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover,
194
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover {
195
+ cursor: w-resize;
196
+ }
197
+
198
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover,
199
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover {
200
+ cursor: n-resize;
201
+ }
202
+
203
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover,
204
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover {
205
+ cursor: s-resize;
206
+ }
207
+
208
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover,
209
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover {
210
+ cursor: nw-resize;
211
+ }
212
+
213
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover,
214
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover {
215
+ cursor: ne-resize;
216
+ }
217
+
218
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover,
219
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover {
220
+ cursor: sw-resize;
221
+ }
222
+
223
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover,
224
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover {
225
+ cursor: se-resize;
226
+ }
227
+
228
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single::before,
229
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
230
+ font-family: 'e-icons';
231
+ position: absolute;
232
+ }
233
+
234
+ .e-dashboardlayout.e-control .e-drag:hover {
235
+ cursor: move;
236
+ }
237
+
238
+ .e-dashboardlayout.e-control .e-drag-restrict.e-drag:hover,
239
+ .e-dashboardlayout.e-control .e-drag-restrict .e-drag:hover {
240
+ cursor: default;
241
+ }
242
+
243
+ .e-dashboardlayout.e-control .e-panel.e-dragging,
244
+ .e-dashboardlayout.e-control .e-panel.e-item-moving {
245
+ cursor: move;
246
+ z-index: 1111 !important;
247
+ }
248
+
249
+ .e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
250
+ float: left;
251
+ }
252
+
253
+ .e-dashboardlayout.e-control .e-holder {
254
+ background: #004578;
255
+ border: 1px #0078d4 dashed;
256
+ border-radius: 2px;
257
+ position: absolute;
258
+ border-radius: 2px;
259
+ }
260
+
261
+ .e-dashboardlayout.e-control .e-holder.e-holder-transition {
262
+ transition: top .3s, left .3s;
263
+ }
264
+
265
+ .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
266
+ font-size: 18px;
267
+ font-weight: 600;
268
+ height: 68px;
269
+ padding: 20px 0 20px 20px;
270
+ }
271
+
272
+ .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
273
+ font-size: 18px;
274
+ font-weight: 600;
275
+ height: 68px;
276
+ padding: 20px 0 20px 20px;
277
+ }
278
+
279
+ .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
280
+ height: 100%;
281
+ width: 100%;
282
+ }
283
+
284
+ .e-dashboardlayout.e-control {
285
+ display: block;
286
+ position: relative;
287
+ }
288
+
289
+ .e-dashboardlayout.e-control .e-panel {
290
+ background: #252423;
291
+ 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);
292
+ box-sizing: border-box;
293
+ position: absolute;
294
+ }
295
+
296
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
297
+ color: #f3f2f1;
298
+ }
299
+
300
+ .e-dashboardlayout.e-control .e-panel {
301
+ background: #252423;
302
+ 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);
303
+ box-sizing: border-box;
304
+ position: absolute;
305
+ }
306
+
307
+ .e-dashboardlayout.e-control .e-panel:active {
308
+ background: #201f1e;
309
+ }
310
+
311
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
312
+ color: #f3f2f1;
313
+ }
314
+
315
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single {
316
+ background: none;
317
+ }
318
+
319
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
320
+ color: #484644;
321
+ font-size: 7px;
322
+ height: 7px;
323
+ width: 7px;
324
+ }
325
+
326
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
327
+ bottom: 2px;
328
+ right: 2px;
329
+ }
330
+
331
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
332
+ bottom: 2px;
333
+ left: 2px;
334
+ }
335
+
336
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
337
+ left: 2px;
338
+ top: 2px;
339
+ }
340
+
341
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
342
+ right: 2px;
343
+ top: 2px;
344
+ }
345
+
346
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
347
+ right: 2px;
348
+ top: 2px;
349
+ }
350
+
351
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
352
+ left: 2px;
353
+ top: 2px;
354
+ }
355
+
356
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
357
+ bottom: 2px;
358
+ left: 2px;
359
+ }
360
+
361
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
362
+ bottom: 2px;
363
+ right: 2px;
364
+ }
365
+
366
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
367
+ right: 2px;
368
+ top: 2px;
369
+ }
370
+
371
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
372
+ left: 2px;
373
+ top: 2px;
374
+ }
375
+
376
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
377
+ bottom: 2px;
378
+ left: 2px;
379
+ }
380
+
381
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
382
+ bottom: 2px;
383
+ right: 2px;
384
+ }
385
+
386
+ .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
387
+ color: #f3f2f1;
388
+ }
@@ -0,0 +1 @@
1
+ @import 'ej2-layouts/styles/dashboard-layout/fluent-dark.scss';