@syncfusion/ej2-react-layouts 21.2.6 → 22.1.34

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.
@@ -0,0 +1,357 @@
1
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
+ :root {
3
+ --color-sf-black: 0, 0, 0;
4
+ --color-sf-white: 255, 255, 255;
5
+ --color-sf-primary: 208, 188, 255;
6
+ --color-sf-primary-container: 79, 55, 139;
7
+ --color-sf-secondary: 204, 194, 220;
8
+ --color-sf-secondary-container: 74, 68, 88;
9
+ --color-sf-tertiary: 239, 184, 200;
10
+ --color-sf-tertiary-container: 99, 59, 72;
11
+ --color-sf-surface: 28, 27, 31;
12
+ --color-sf-surface-variant: 73, 69, 79;
13
+ --color-sf-background: var(--color-sf-surface);
14
+ --color-sf-on-primary: 55, 30, 115;
15
+ --color-sf-on-primary-container: 234, 221, 255;
16
+ --color-sf-on-secondary: 51, 45, 65;
17
+ --color-sf-on-secondary-container: 232, 222, 248;
18
+ --color-sf-on-tertiary: 73, 37, 50;
19
+ --color-sf-on-tertiary-containe: 255, 216, 228;
20
+ --color-sf-on-surface: 230, 225, 229;
21
+ --color-sf-on-surface-variant: 202, 196, 208;
22
+ --color-sf-on-background: 230, 225, 229;
23
+ --color-sf-outline: 147, 143, 153;
24
+ --color-sf-outline-variant: 68, 71, 70;
25
+ --color-sf-shadow: 0, 0, 0;
26
+ --color-sf-surface-tint-color: 208, 188, 255;
27
+ --color-sf-inverse-surface: 230, 225, 229;
28
+ --color-sf-inverse-on-surface: 49, 48, 51;
29
+ --color-sf-inverse-primary: 103, 80, 164;
30
+ --color-sf-scrim: 0, 0, 0;
31
+ --color-sf-error: 242, 184, 181;
32
+ --color-sf-error-container: 140, 29, 24;
33
+ --color-sf-on-error: 96, 20, 16;
34
+ --color-sf-on-error-container: 249, 222, 220;
35
+ --color-sf-success: 83, 202, 23;
36
+ --color-sf-success-container: 22, 62, 2;
37
+ --color-sf-on-success: 13, 39, 0;
38
+ --color-sf-on-success-container: 183, 250, 150;
39
+ --color-sf-info: 71, 172, 251;
40
+ --color-sf-info-container: 0, 67, 120;
41
+ --color-sf-on-info: 0, 51, 91;
42
+ --color-sf-on-info-container: 173, 219, 255;
43
+ --color-sf-warning: 245, 180, 130;
44
+ --color-sf-warning-container: 123, 65, 0;
45
+ --color-sf-on-warning: 99, 52, 0;
46
+ --color-sf-on-warning-container: 255, 220, 193;
47
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
48
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
49
+ --color-sf-success-text: 0, 0, 0;
50
+ --color-sf-warning-text: 0, 0, 0;
51
+ --color-sf-info-text: 0, 0, 0;
52
+ --color-sf-danger-text: 0, 0, 0;
53
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
54
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
55
+ }
56
+
57
+ /*! component's theme wise override material 3 definitions and variables */
58
+ /* stylelint-disable */
59
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
60
+ height: 100%;
61
+ padding: 20px 0;
62
+ right: 1px;
63
+ top: 0;
64
+ width: 12px;
65
+ }
66
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
67
+ height: 100%;
68
+ left: 0;
69
+ padding: 20px 0;
70
+ top: 0;
71
+ width: 12px;
72
+ }
73
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
74
+ height: 12px;
75
+ padding: 0 20px;
76
+ top: 1px;
77
+ width: 100%;
78
+ }
79
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
80
+ bottom: 1px;
81
+ height: 12px;
82
+ padding: 0 20px;
83
+ width: 100%;
84
+ }
85
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east {
86
+ bottom: 0;
87
+ right: 1px;
88
+ z-index: 10;
89
+ }
90
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west {
91
+ left: 2px;
92
+ top: 2px;
93
+ z-index: 10;
94
+ }
95
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east {
96
+ right: 2px;
97
+ top: 2px;
98
+ z-index: 10;
99
+ }
100
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west {
101
+ bottom: 1px;
102
+ left: 1px;
103
+ z-index: 10;
104
+ }
105
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before {
106
+ bottom: 4px;
107
+ content: "\e761";
108
+ font-size: 12px;
109
+ position: absolute;
110
+ right: 4px;
111
+ }
112
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before {
113
+ bottom: 4px;
114
+ content: "\e761";
115
+ font-size: 12px;
116
+ left: 4px;
117
+ position: absolute;
118
+ transform: rotateY(180deg);
119
+ }
120
+
121
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table {
122
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
123
+ border-collapse: collapse;
124
+ height: 100%;
125
+ width: 100%;
126
+ }
127
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table tbody tr td.e-dashboard-gridline {
128
+ border: 1px dashed rgba(var(--color-sf-primary));
129
+ position: absolute;
130
+ }
131
+ .e-dashboardlayout.e-control.e-responsive {
132
+ width: 100% !important;
133
+ }
134
+ .e-dashboardlayout.e-control.e-prevent {
135
+ -webkit-user-select: none;
136
+ -ms-user-select: none;
137
+ user-select: none;
138
+ }
139
+ .e-dashboardlayout.e-control .e-panel {
140
+ border-radius: 8px;
141
+ }
142
+ .e-dashboardlayout.e-control .e-panel:hover {
143
+ border: 1px solid rgba(var(--color-sf-outline-variant));
144
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
145
+ }
146
+ .e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
147
+ display: block;
148
+ }
149
+ .e-dashboardlayout.e-control .e-panel:active {
150
+ border: 1px solid rgba(var(--color-sf-primary));
151
+ }
152
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
153
+ display: none;
154
+ }
155
+ .e-dashboardlayout.e-control .e-panel.e-panel-transition {
156
+ transition: top 0.5s, left 0.5s;
157
+ }
158
+ .e-dashboardlayout.e-control .e-panel .e-panel-header {
159
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
160
+ color: rgba(var(--color-sf-on-surface));
161
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
162
+ font-size: 14px;
163
+ font-weight: 600;
164
+ height: 40px;
165
+ padding: 11px 16px;
166
+ border-top-left-radius: 8px;
167
+ border-top-right-radius: 8px;
168
+ }
169
+ .e-dashboardlayout.e-control .e-panel .e-panel-header div {
170
+ overflow: hidden;
171
+ text-overflow: ellipsis;
172
+ white-space: nowrap;
173
+ }
174
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content {
175
+ display: inline-block;
176
+ }
177
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template {
178
+ float: right;
179
+ }
180
+ .e-dashboardlayout.e-control .e-panel .e-panel-container {
181
+ height: 100%;
182
+ width: 100%;
183
+ }
184
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template {
185
+ height: inherit;
186
+ width: inherit;
187
+ }
188
+ .e-dashboardlayout.e-control .e-panel {
189
+ border: 1px solid rgba(var(--color-sf-outline-variant));
190
+ height: 100%;
191
+ -webkit-user-select: none;
192
+ -ms-user-select: none;
193
+ user-select: none;
194
+ width: 100%;
195
+ }
196
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single, .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
197
+ position: absolute;
198
+ -ms-touch-action: none;
199
+ touch-action: none;
200
+ }
201
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
202
+ border: none;
203
+ }
204
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover {
205
+ cursor: e-resize;
206
+ }
207
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover {
208
+ cursor: w-resize;
209
+ }
210
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover {
211
+ cursor: n-resize;
212
+ }
213
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover {
214
+ cursor: s-resize;
215
+ }
216
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover {
217
+ cursor: nw-resize;
218
+ }
219
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover {
220
+ cursor: ne-resize;
221
+ }
222
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover {
223
+ cursor: sw-resize;
224
+ }
225
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover {
226
+ cursor: se-resize;
227
+ }
228
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
229
+ font-family: "e-icons";
230
+ position: absolute;
231
+ }
232
+ .e-dashboardlayout.e-control .e-drag:hover {
233
+ cursor: move;
234
+ }
235
+ .e-dashboardlayout.e-control .e-drag-restrict.e-drag:hover,
236
+ .e-dashboardlayout.e-control .e-drag-restrict .e-drag:hover {
237
+ cursor: default;
238
+ }
239
+ .e-dashboardlayout.e-control .e-panel.e-dragging, .e-dashboardlayout.e-control .e-panel.e-item-moving {
240
+ cursor: move;
241
+ z-index: 1111 !important;
242
+ }
243
+ .e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
244
+ float: left;
245
+ }
246
+ .e-dashboardlayout.e-control .e-holder {
247
+ background: rgba(var(--color-sf-primary-container));
248
+ border: 1px rgba(var(--color-sf-primary)) dashed;
249
+ border-radius: 8px;
250
+ position: absolute;
251
+ border-radius: 8px;
252
+ }
253
+ .e-dashboardlayout.e-control .e-holder.e-holder-transition {
254
+ transition: top 0.3s, left 0.3s;
255
+ }
256
+ .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
257
+ font-size: 16px;
258
+ font-weight: 600;
259
+ height: 48px;
260
+ padding: 14px 16px;
261
+ }
262
+
263
+ .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
264
+ font-size: 16px;
265
+ font-weight: 600;
266
+ height: 48px;
267
+ padding: 14px 16px;
268
+ }
269
+ .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
270
+ height: 100%;
271
+ width: 100%;
272
+ }
273
+
274
+ .e-dashboardlayout.e-control {
275
+ display: block;
276
+ position: relative;
277
+ }
278
+ .e-dashboardlayout.e-control .e-panel {
279
+ background: rgba(var(--color-sf-surface));
280
+ box-shadow: none;
281
+ box-sizing: border-box;
282
+ position: absolute;
283
+ }
284
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
285
+ color: rgba(var(--color-sf-on-surface));
286
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
287
+ box-sizing: border-box;
288
+ }
289
+ .e-dashboardlayout.e-control .e-panel {
290
+ background: rgba(var(--color-sf-surface));
291
+ box-shadow: none;
292
+ box-sizing: border-box;
293
+ position: absolute;
294
+ }
295
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
296
+ color: rgba(var(--color-sf-on-surface));
297
+ }
298
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single {
299
+ background: none;
300
+ }
301
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
302
+ color: rgba(var(--color-sf-on-surface-variant), 0.38);
303
+ font-size: 8px;
304
+ height: 8px;
305
+ width: 8px;
306
+ }
307
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
308
+ bottom: 2px;
309
+ right: 2px;
310
+ }
311
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
312
+ bottom: 2px;
313
+ left: 2px;
314
+ }
315
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
316
+ left: 2px;
317
+ top: 2px;
318
+ }
319
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
320
+ right: 2px;
321
+ top: 2px;
322
+ }
323
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
324
+ right: 2px;
325
+ top: 2px;
326
+ }
327
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
328
+ left: 2px;
329
+ top: 2px;
330
+ }
331
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
332
+ bottom: 2px;
333
+ left: 2px;
334
+ }
335
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
336
+ bottom: 2px;
337
+ right: 2px;
338
+ }
339
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
340
+ right: 2px;
341
+ top: 2px;
342
+ }
343
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
344
+ left: 2px;
345
+ top: 2px;
346
+ }
347
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
348
+ bottom: 2px;
349
+ left: 2px;
350
+ }
351
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
352
+ bottom: 2px;
353
+ right: 2px;
354
+ }
355
+ .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
356
+ color: rgba(var(--color-sf-on-surface));
357
+ }
@@ -0,0 +1,2 @@
1
+ @import 'ej2-base/styles/material3-dark-definition.scss';
2
+ @import 'ej2-layouts/styles/dashboard-layout/material3-dark.scss';