@syncfusion/ej2-layouts 27.2.3 → 28.1.33
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/README.md +3 -3
- package/dist/ej2-layouts.min.js +3 -3
- package/dist/ej2-layouts.umd.min.js +3 -3
- package/dist/ej2-layouts.umd.min.js.map +1 -1
- package/dist/es6/ej2-layouts.es2015.js +25 -1
- package/dist/es6/ej2-layouts.es2015.js.map +1 -1
- package/dist/es6/ej2-layouts.es5.js +25 -1
- package/dist/es6/ej2-layouts.es5.js.map +1 -1
- package/dist/global/ej2-layouts.min.js +3 -3
- package/dist/global/ej2-layouts.min.js.map +1 -1
- package/dist/global/index.d.ts +2 -2
- package/package.json +7 -7
- package/src/splitter/splitter.js +25 -1
- package/styles/avatar/_layout.scss +5 -5
- package/styles/avatar/_tailwind3-definition.scss +26 -0
- package/styles/avatar/bds.css +69 -0
- package/styles/avatar/bds.scss +3 -0
- package/styles/avatar/fluent2.css +1 -1
- package/styles/avatar/tailwind3.css +65 -0
- package/styles/avatar/tailwind3.scss +3 -0
- package/styles/bds-lite.css +1557 -0
- package/styles/bds-lite.scss +14 -0
- package/styles/bds.css +1796 -0
- package/styles/bds.scss +18 -0
- package/styles/bootstrap-dark-lite.css +1 -1
- package/styles/bootstrap-dark.css +1 -1
- package/styles/bootstrap-lite.css +1 -1
- package/styles/bootstrap.css +1 -1
- package/styles/bootstrap4-lite.css +1 -1
- package/styles/bootstrap4.css +1 -1
- package/styles/bootstrap5-dark-lite.css +1 -1
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5-lite.css +1 -1
- package/styles/bootstrap5.3-lite.css +1 -1
- package/styles/bootstrap5.3.css +1 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/card/_bigger.scss +8 -2
- package/styles/card/_layout.scss +15 -4
- package/styles/card/_tailwind3-definition.scss +126 -0
- package/styles/card/bds.css +561 -0
- package/styles/card/bds.scss +4 -0
- package/styles/card/fabric.css +0 -1
- package/styles/card/fluent2.css +2 -3
- package/styles/card/highcontrast.css +0 -1
- package/styles/card/tailwind3.css +551 -0
- package/styles/card/tailwind3.scss +4 -0
- package/styles/dashboard-layout/_bigger.scss +1 -1
- package/styles/dashboard-layout/_layout.scss +3 -3
- package/styles/dashboard-layout/_tailwind3-definition.scss +108 -0
- package/styles/dashboard-layout/_theme.scss +8 -1
- package/styles/dashboard-layout/bds.css +328 -0
- package/styles/dashboard-layout/bds.scss +5 -0
- package/styles/dashboard-layout/fluent2.css +1 -1
- package/styles/dashboard-layout/icons/_tailwind3.scss +80 -0
- package/styles/dashboard-layout/tailwind-dark.css +3 -0
- package/styles/dashboard-layout/tailwind.css +3 -0
- package/styles/dashboard-layout/tailwind3.css +314 -0
- package/styles/dashboard-layout/tailwind3.scss +5 -0
- package/styles/fabric-dark-lite.css +1 -1
- package/styles/fabric-dark.css +1 -1
- package/styles/fabric-lite.css +1 -2
- package/styles/fabric.css +1 -2
- package/styles/fluent-dark-lite.css +1 -1
- package/styles/fluent-dark.css +1 -1
- package/styles/fluent-lite.css +1 -1
- package/styles/fluent.css +1 -1
- package/styles/fluent2-lite.css +6 -7
- package/styles/fluent2.css +6 -7
- package/styles/highcontrast-light-lite.css +1 -1
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast-lite.css +1 -2
- package/styles/highcontrast.css +1 -2
- package/styles/material-dark-lite.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/material-lite.css +1 -1
- package/styles/material.css +1 -1
- package/styles/material3-dark-lite.css +1 -1
- package/styles/material3-dark.css +1 -1
- package/styles/material3-lite.css +1 -1
- package/styles/material3.css +1 -1
- package/styles/splitter/_tailwind3-definition.scss +31 -0
- package/styles/splitter/bds.css +547 -0
- package/styles/splitter/bds.scss +5 -0
- package/styles/splitter/fluent2.css +1 -1
- package/styles/splitter/icons/_tailwind3.scss +21 -0
- package/styles/splitter/tailwind3.css +547 -0
- package/styles/splitter/tailwind3.scss +5 -0
- package/styles/tailwind-dark-lite.css +4 -1
- package/styles/tailwind-dark.css +4 -1
- package/styles/tailwind-lite.css +4 -1
- package/styles/tailwind.css +4 -1
- package/styles/tailwind3-lite.css +1538 -0
- package/styles/tailwind3-lite.scss +14 -0
- package/styles/tailwind3.css +1767 -0
- package/styles/tailwind3.scss +18 -0
- package/styles/timeline/_layout.scss +1 -1
- package/styles/timeline/_tailwind3-definition.scss +18 -0
- package/styles/timeline/bds.css +303 -0
- package/styles/timeline/bds.scss +4 -0
- package/styles/timeline/bootstrap-dark.css +1 -1
- package/styles/timeline/bootstrap.css +1 -1
- package/styles/timeline/bootstrap4.css +1 -1
- package/styles/timeline/bootstrap5-dark.css +1 -1
- package/styles/timeline/bootstrap5.3.css +1 -1
- package/styles/timeline/bootstrap5.css +1 -1
- package/styles/timeline/fabric-dark.css +1 -1
- package/styles/timeline/fabric.css +1 -1
- package/styles/timeline/fluent-dark.css +1 -1
- package/styles/timeline/fluent.css +1 -1
- package/styles/timeline/fluent2.css +1 -1
- package/styles/timeline/highcontrast-light.css +1 -1
- package/styles/timeline/highcontrast.css +1 -1
- package/styles/timeline/material-dark.css +1 -1
- package/styles/timeline/material.css +1 -1
- package/styles/timeline/material3-dark.css +1 -1
- package/styles/timeline/material3.css +1 -1
- package/styles/timeline/tailwind-dark.css +1 -1
- package/styles/timeline/tailwind.css +1 -1
- package/styles/timeline/tailwind3.css +303 -0
- package/styles/timeline/tailwind3.scss +4 -0
@@ -0,0 +1,314 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
/*! component's theme wise override tailwind-definitions and variables */
|
6
|
+
/* stylelint-disable */
|
7
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
8
|
+
height: 100%;
|
9
|
+
padding: 20px 0;
|
10
|
+
right: 1px;
|
11
|
+
top: 0;
|
12
|
+
width: 12px;
|
13
|
+
}
|
14
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
|
15
|
+
height: 100%;
|
16
|
+
left: 0;
|
17
|
+
padding: 20px 0;
|
18
|
+
top: 0;
|
19
|
+
width: 12px;
|
20
|
+
}
|
21
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .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
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
|
28
|
+
bottom: 1px;
|
29
|
+
height: 12px;
|
30
|
+
padding: 0 20px;
|
31
|
+
width: 100%;
|
32
|
+
}
|
33
|
+
.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 {
|
34
|
+
bottom: 0;
|
35
|
+
right: 1px;
|
36
|
+
z-index: 10;
|
37
|
+
}
|
38
|
+
.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 {
|
39
|
+
left: 2px;
|
40
|
+
top: 2px;
|
41
|
+
z-index: 10;
|
42
|
+
}
|
43
|
+
.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 {
|
44
|
+
right: 2px;
|
45
|
+
top: 2px;
|
46
|
+
z-index: 10;
|
47
|
+
}
|
48
|
+
.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 {
|
49
|
+
bottom: 1px;
|
50
|
+
left: 1px;
|
51
|
+
z-index: 10;
|
52
|
+
}
|
53
|
+
.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 {
|
54
|
+
bottom: 4px;
|
55
|
+
content: "\e761";
|
56
|
+
font-size: 12px;
|
57
|
+
position: absolute;
|
58
|
+
right: 4px;
|
59
|
+
}
|
60
|
+
.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 {
|
61
|
+
bottom: 4px;
|
62
|
+
content: "\e761";
|
63
|
+
font-size: 12px;
|
64
|
+
left: 4px;
|
65
|
+
position: absolute;
|
66
|
+
-webkit-transform: rotateY(180deg);
|
67
|
+
transform: rotateY(180deg);
|
68
|
+
}
|
69
|
+
|
70
|
+
.e-dashboardlayout.e-control .e-dashboard-gridline-table {
|
71
|
+
background: var(--color-sf-content-bg-color-alt1);
|
72
|
+
border-collapse: collapse;
|
73
|
+
height: 100%;
|
74
|
+
width: 100%;
|
75
|
+
}
|
76
|
+
.e-dashboardlayout.e-control .e-dashboard-gridline-table td.e-dashboard-gridline {
|
77
|
+
border: 1px dashed var(--color-sf-border-light);
|
78
|
+
position: absolute;
|
79
|
+
}
|
80
|
+
.e-dashboardlayout.e-control.e-responsive {
|
81
|
+
width: 100% !important;
|
82
|
+
}
|
83
|
+
.e-dashboardlayout.e-control.e-prevent {
|
84
|
+
-webkit-user-select: none;
|
85
|
+
-moz-user-select: none;
|
86
|
+
-ms-user-select: none;
|
87
|
+
user-select: none;
|
88
|
+
}
|
89
|
+
.e-dashboardlayout.e-control .e-panel.e-ssr {
|
90
|
+
position: relative;
|
91
|
+
}
|
92
|
+
.e-dashboardlayout.e-control .e-panel {
|
93
|
+
border: 1px solid var(--color-sf-border-light);
|
94
|
+
height: 100%;
|
95
|
+
-webkit-user-select: none;
|
96
|
+
-moz-user-select: none;
|
97
|
+
-ms-user-select: none;
|
98
|
+
user-select: none;
|
99
|
+
width: 100%;
|
100
|
+
border-radius: 4px;
|
101
|
+
}
|
102
|
+
.e-dashboardlayout.e-control .e-panel:hover {
|
103
|
+
border: 1px solid var(--color-sf-border-dark);
|
104
|
+
}
|
105
|
+
.e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
|
106
|
+
display: block;
|
107
|
+
}
|
108
|
+
.e-dashboardlayout.e-control .e-panel:active {
|
109
|
+
border: 1px solid var(--color-sf-primary-border-color);
|
110
|
+
}
|
111
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container {
|
112
|
+
height: 100%;
|
113
|
+
width: 100%;
|
114
|
+
}
|
115
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template {
|
116
|
+
height: inherit;
|
117
|
+
width: inherit;
|
118
|
+
}
|
119
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
|
120
|
+
display: none;
|
121
|
+
}
|
122
|
+
.e-dashboardlayout.e-control .e-panel.e-panel-transition {
|
123
|
+
-webkit-transition: top 0.1s, left 0.1s;
|
124
|
+
transition: top 0.1s, left 0.1s;
|
125
|
+
}
|
126
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-header {
|
127
|
+
border-bottom: 1px solid var(--color-sf-border-light);
|
128
|
+
color: var(--color-sf-content-text-color);
|
129
|
+
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";
|
130
|
+
font-size: 16px;
|
131
|
+
font-weight: 400;
|
132
|
+
height: 38px;
|
133
|
+
padding: 10px 9px 5px;
|
134
|
+
line-height: 24px;
|
135
|
+
}
|
136
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-header div {
|
137
|
+
overflow: hidden;
|
138
|
+
text-overflow: ellipsis;
|
139
|
+
white-space: nowrap;
|
140
|
+
}
|
141
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content {
|
142
|
+
display: inline-block;
|
143
|
+
}
|
144
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template {
|
145
|
+
float: right;
|
146
|
+
}
|
147
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single, .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
|
148
|
+
position: absolute;
|
149
|
+
-ms-touch-action: none;
|
150
|
+
touch-action: none;
|
151
|
+
}
|
152
|
+
.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 {
|
153
|
+
border: none;
|
154
|
+
}
|
155
|
+
.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 {
|
156
|
+
cursor: e-resize;
|
157
|
+
}
|
158
|
+
.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 {
|
159
|
+
cursor: w-resize;
|
160
|
+
}
|
161
|
+
.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 {
|
162
|
+
cursor: n-resize;
|
163
|
+
}
|
164
|
+
.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 {
|
165
|
+
cursor: s-resize;
|
166
|
+
}
|
167
|
+
.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 {
|
168
|
+
cursor: nw-resize;
|
169
|
+
}
|
170
|
+
.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 {
|
171
|
+
cursor: ne-resize;
|
172
|
+
}
|
173
|
+
.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 {
|
174
|
+
cursor: sw-resize;
|
175
|
+
}
|
176
|
+
.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 {
|
177
|
+
cursor: se-resize;
|
178
|
+
}
|
179
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
|
180
|
+
font-family: "e-icons";
|
181
|
+
position: absolute;
|
182
|
+
}
|
183
|
+
.e-dashboardlayout.e-control .e-panel.e-dragging, .e-dashboardlayout.e-control .e-panel.e-item-moving {
|
184
|
+
cursor: move;
|
185
|
+
z-index: 1111 !important;
|
186
|
+
}
|
187
|
+
.e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
|
188
|
+
float: left;
|
189
|
+
}
|
190
|
+
.e-dashboardlayout.e-control .e-drag:hover {
|
191
|
+
cursor: move;
|
192
|
+
}
|
193
|
+
.e-dashboardlayout.e-control .e-drag-restrict.e-drag:hover,
|
194
|
+
.e-dashboardlayout.e-control .e-drag-restrict .e-drag:hover {
|
195
|
+
cursor: default;
|
196
|
+
}
|
197
|
+
.e-dashboardlayout.e-control .e-holder {
|
198
|
+
background: var(--color-sf-primary-lighter);
|
199
|
+
border: 1px var(--color-sf-primary-border-color) dashed;
|
200
|
+
border-radius: 4px;
|
201
|
+
position: absolute;
|
202
|
+
border-radius: 4px;
|
203
|
+
}
|
204
|
+
.e-dashboardlayout.e-control .e-holder.e-holder-transition {
|
205
|
+
-webkit-transition: top 0.3s, left 0.3s;
|
206
|
+
transition: top 0.3s, left 0.3s;
|
207
|
+
}
|
208
|
+
|
209
|
+
.e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
|
210
|
+
height: 100%;
|
211
|
+
width: 100%;
|
212
|
+
}
|
213
|
+
|
214
|
+
.e-dashboardlayout.e-control {
|
215
|
+
display: block;
|
216
|
+
position: relative;
|
217
|
+
}
|
218
|
+
.e-dashboardlayout.e-control .e-panel {
|
219
|
+
background: var(--color-sf-flyout-bg-color);
|
220
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(var(--color-sf-black), 0.05);
|
221
|
+
box-shadow: 0 1px 2px 0 rgba(var(--color-sf-black), 0.05);
|
222
|
+
-webkit-box-sizing: border-box;
|
223
|
+
box-sizing: border-box;
|
224
|
+
position: absolute;
|
225
|
+
}
|
226
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
|
227
|
+
color: var(--color-sf-content-text-color);
|
228
|
+
}
|
229
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single {
|
230
|
+
background: none;
|
231
|
+
}
|
232
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
|
233
|
+
color: var(--color-sf-icon-color-disabled);
|
234
|
+
font-size: 8px;
|
235
|
+
height: 8px;
|
236
|
+
width: 8px;
|
237
|
+
}
|
238
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
|
239
|
+
bottom: 2px;
|
240
|
+
right: 2px;
|
241
|
+
}
|
242
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
|
243
|
+
bottom: 2px;
|
244
|
+
left: 2px;
|
245
|
+
}
|
246
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
|
247
|
+
left: 2px;
|
248
|
+
top: 2px;
|
249
|
+
}
|
250
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
|
251
|
+
right: 2px;
|
252
|
+
top: 2px;
|
253
|
+
}
|
254
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
|
255
|
+
right: 2px;
|
256
|
+
top: 2px;
|
257
|
+
}
|
258
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
|
259
|
+
left: 2px;
|
260
|
+
top: 2px;
|
261
|
+
}
|
262
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
|
263
|
+
bottom: 2px;
|
264
|
+
left: 2px;
|
265
|
+
}
|
266
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
|
267
|
+
bottom: 2px;
|
268
|
+
right: 2px;
|
269
|
+
}
|
270
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
|
271
|
+
right: 2px;
|
272
|
+
top: 2px;
|
273
|
+
}
|
274
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
|
275
|
+
left: 2px;
|
276
|
+
top: 2px;
|
277
|
+
}
|
278
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
|
279
|
+
bottom: 2px;
|
280
|
+
left: 2px;
|
281
|
+
}
|
282
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
|
283
|
+
bottom: 2px;
|
284
|
+
right: 2px;
|
285
|
+
}
|
286
|
+
.e-dashboardlayout.e-control .e-panel:active {
|
287
|
+
background: var(--color-sf-content-bg-color-selected);
|
288
|
+
-webkit-box-shadow: 0 2px 4px -2px rgba(var(--color-sf-black), 0.1), 0 4px 6px -1px rgba(var(--color-sf-black), 0.1);
|
289
|
+
box-shadow: 0 2px 4px -2px rgba(var(--color-sf-black), 0.1), 0 4px 6px -1px rgba(var(--color-sf-black), 0.1);
|
290
|
+
}
|
291
|
+
.e-dashboardlayout.e-control .e-panel.e-dragging:active {
|
292
|
+
background: var(--color-sf-content-bg-color-selected);
|
293
|
+
-webkit-box-shadow: 0 2px 4px -2px rgba(var(--color-sf-black), 0.1), 0 4px 6px -1px rgba(var(--color-sf-black), 0.1);
|
294
|
+
box-shadow: 0 2px 4px -2px rgba(var(--color-sf-black), 0.1), 0 4px 6px -1px rgba(var(--color-sf-black), 0.1);
|
295
|
+
}
|
296
|
+
|
297
|
+
.e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
|
298
|
+
font-size: 16px;
|
299
|
+
font-weight: 400;
|
300
|
+
height: 38px;
|
301
|
+
padding: 10px 9px 5px;
|
302
|
+
line-height: 24px;
|
303
|
+
}
|
304
|
+
.e-bigger .e-panel-header {
|
305
|
+
color: var(--color-sf-content-text-color);
|
306
|
+
}
|
307
|
+
|
308
|
+
.e-bigger .e-panel-header {
|
309
|
+
font-size: 16px;
|
310
|
+
font-weight: 400;
|
311
|
+
height: 38px;
|
312
|
+
padding: 10px 9px 5px;
|
313
|
+
line-height: 24px;
|
314
|
+
}
|
@@ -1445,7 +1445,7 @@
|
|
1445
1445
|
left: auto;
|
1446
1446
|
}
|
1447
1447
|
.e-timeline.e-horizontal .e-dot-item {
|
1448
|
-
margin:
|
1448
|
+
margin: var(--dot-size);
|
1449
1449
|
}
|
1450
1450
|
.e-timeline.e-horizontal .e-opposite-content,
|
1451
1451
|
.e-timeline.e-horizontal .e-content {
|
package/styles/fabric-dark.css
CHANGED
@@ -1637,7 +1637,7 @@
|
|
1637
1637
|
left: auto;
|
1638
1638
|
}
|
1639
1639
|
.e-timeline.e-horizontal .e-dot-item {
|
1640
|
-
margin:
|
1640
|
+
margin: var(--dot-size);
|
1641
1641
|
}
|
1642
1642
|
.e-timeline.e-horizontal .e-opposite-content,
|
1643
1643
|
.e-timeline.e-horizontal .e-content {
|
package/styles/fabric-lite.css
CHANGED
@@ -248,7 +248,6 @@
|
|
248
248
|
}
|
249
249
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
250
250
|
font-size: 14px;
|
251
|
-
font-weight: normal;
|
252
251
|
font-weight: 600;
|
253
252
|
line-height: normal;
|
254
253
|
}
|
@@ -1455,7 +1454,7 @@
|
|
1455
1454
|
left: auto;
|
1456
1455
|
}
|
1457
1456
|
.e-timeline.e-horizontal .e-dot-item {
|
1458
|
-
margin:
|
1457
|
+
margin: var(--dot-size);
|
1459
1458
|
}
|
1460
1459
|
.e-timeline.e-horizontal .e-opposite-content,
|
1461
1460
|
.e-timeline.e-horizontal .e-content {
|
package/styles/fabric.css
CHANGED
@@ -248,7 +248,6 @@
|
|
248
248
|
}
|
249
249
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
250
250
|
font-size: 14px;
|
251
|
-
font-weight: normal;
|
252
251
|
font-weight: 600;
|
253
252
|
line-height: normal;
|
254
253
|
}
|
@@ -1648,7 +1647,7 @@
|
|
1648
1647
|
left: auto;
|
1649
1648
|
}
|
1650
1649
|
.e-timeline.e-horizontal .e-dot-item {
|
1651
|
-
margin:
|
1650
|
+
margin: var(--dot-size);
|
1652
1651
|
}
|
1653
1652
|
.e-timeline.e-horizontal .e-opposite-content,
|
1654
1653
|
.e-timeline.e-horizontal .e-content {
|
@@ -1470,7 +1470,7 @@
|
|
1470
1470
|
left: auto;
|
1471
1471
|
}
|
1472
1472
|
.e-timeline.e-horizontal .e-dot-item {
|
1473
|
-
margin:
|
1473
|
+
margin: var(--dot-size);
|
1474
1474
|
}
|
1475
1475
|
.e-timeline.e-horizontal .e-opposite-content,
|
1476
1476
|
.e-timeline.e-horizontal .e-content {
|
package/styles/fluent-dark.css
CHANGED
@@ -1670,7 +1670,7 @@
|
|
1670
1670
|
left: auto;
|
1671
1671
|
}
|
1672
1672
|
.e-timeline.e-horizontal .e-dot-item {
|
1673
|
-
margin:
|
1673
|
+
margin: var(--dot-size);
|
1674
1674
|
}
|
1675
1675
|
.e-timeline.e-horizontal .e-opposite-content,
|
1676
1676
|
.e-timeline.e-horizontal .e-content {
|
package/styles/fluent-lite.css
CHANGED
@@ -1470,7 +1470,7 @@
|
|
1470
1470
|
left: auto;
|
1471
1471
|
}
|
1472
1472
|
.e-timeline.e-horizontal .e-dot-item {
|
1473
|
-
margin:
|
1473
|
+
margin: var(--dot-size);
|
1474
1474
|
}
|
1475
1475
|
.e-timeline.e-horizontal .e-opposite-content,
|
1476
1476
|
.e-timeline.e-horizontal .e-content {
|
package/styles/fluent.css
CHANGED
@@ -1670,7 +1670,7 @@
|
|
1670
1670
|
left: auto;
|
1671
1671
|
}
|
1672
1672
|
.e-timeline.e-horizontal .e-dot-item {
|
1673
|
-
margin:
|
1673
|
+
margin: var(--dot-size);
|
1674
1674
|
}
|
1675
1675
|
.e-timeline.e-horizontal .e-opposite-content,
|
1676
1676
|
.e-timeline.e-horizontal .e-content {
|
package/styles/fluent2-lite.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19
19
|
display: -webkit-inline-box;
|
20
20
|
display: -ms-inline-flexbox;
|
21
21
|
display: inline-flex;
|
22
|
-
font-family: "Segoe UI", -apple-system,
|
22
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
23
23
|
font-size: 14px;
|
24
24
|
font-weight: 400;
|
25
25
|
height: 40px;
|
@@ -79,7 +79,7 @@
|
|
79
79
|
-webkit-box-direction: normal;
|
80
80
|
-ms-flex-direction: column;
|
81
81
|
flex-direction: column;
|
82
|
-
font-family: "Segoe UI", -apple-system,
|
82
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
83
83
|
font-size: 15px;
|
84
84
|
-webkit-box-pack: center;
|
85
85
|
-ms-flex-pack: center;
|
@@ -258,7 +258,6 @@
|
|
258
258
|
}
|
259
259
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
260
260
|
font-size: 14px;
|
261
|
-
font-weight: normal;
|
262
261
|
font-weight: 600;
|
263
262
|
line-height: 1.5;
|
264
263
|
}
|
@@ -391,7 +390,7 @@
|
|
391
390
|
}
|
392
391
|
.e-card .e-card-actions .e-card-btn,
|
393
392
|
.e-card .e-card-actions a {
|
394
|
-
font-family: "Segoe UI", -apple-system,
|
393
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
395
394
|
font-size: 14px;
|
396
395
|
line-height: 30px;
|
397
396
|
margin: 0 0 0 6px;
|
@@ -516,7 +515,7 @@
|
|
516
515
|
-webkit-box-flex: 1;
|
517
516
|
-ms-flex: 1 1 auto;
|
518
517
|
flex: 1 1 auto;
|
519
|
-
font-family: "Segoe UI", -apple-system,
|
518
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
520
519
|
font-size: 14px;
|
521
520
|
font-weight: 400;
|
522
521
|
}
|
@@ -1121,7 +1120,7 @@
|
|
1121
1120
|
.e-dashboardlayout.e-control .e-panel .e-panel-header {
|
1122
1121
|
border-bottom: none;
|
1123
1122
|
color: var(--color-sf-content-text-color);
|
1124
|
-
font-family: "Segoe UI", -apple-system,
|
1123
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
1125
1124
|
font-size: 14px;
|
1126
1125
|
font-weight: 600;
|
1127
1126
|
height: 38px;
|
@@ -1465,7 +1464,7 @@
|
|
1465
1464
|
left: auto;
|
1466
1465
|
}
|
1467
1466
|
.e-timeline.e-horizontal .e-dot-item {
|
1468
|
-
margin:
|
1467
|
+
margin: var(--dot-size);
|
1469
1468
|
}
|
1470
1469
|
.e-timeline.e-horizontal .e-opposite-content,
|
1471
1470
|
.e-timeline.e-horizontal .e-content {
|
package/styles/fluent2.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19
19
|
display: -webkit-inline-box;
|
20
20
|
display: -ms-inline-flexbox;
|
21
21
|
display: inline-flex;
|
22
|
-
font-family: "Segoe UI", -apple-system,
|
22
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
23
23
|
font-size: 14px;
|
24
24
|
font-weight: 400;
|
25
25
|
height: 40px;
|
@@ -79,7 +79,7 @@
|
|
79
79
|
-webkit-box-direction: normal;
|
80
80
|
-ms-flex-direction: column;
|
81
81
|
flex-direction: column;
|
82
|
-
font-family: "Segoe UI", -apple-system,
|
82
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
83
83
|
font-size: 15px;
|
84
84
|
-webkit-box-pack: center;
|
85
85
|
-ms-flex-pack: center;
|
@@ -258,7 +258,6 @@
|
|
258
258
|
}
|
259
259
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
260
260
|
font-size: 14px;
|
261
|
-
font-weight: normal;
|
262
261
|
font-weight: 600;
|
263
262
|
line-height: 1.5;
|
264
263
|
}
|
@@ -391,7 +390,7 @@
|
|
391
390
|
}
|
392
391
|
.e-card .e-card-actions .e-card-btn,
|
393
392
|
.e-card .e-card-actions a {
|
394
|
-
font-family: "Segoe UI", -apple-system,
|
393
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
395
394
|
font-size: 14px;
|
396
395
|
line-height: 30px;
|
397
396
|
margin: 0 0 0 6px;
|
@@ -654,7 +653,7 @@
|
|
654
653
|
-webkit-box-flex: 1;
|
655
654
|
-ms-flex: 1 1 auto;
|
656
655
|
flex: 1 1 auto;
|
657
|
-
font-family: "Segoe UI", -apple-system,
|
656
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
658
657
|
font-size: 14px;
|
659
658
|
font-weight: 400;
|
660
659
|
}
|
@@ -1299,7 +1298,7 @@
|
|
1299
1298
|
.e-dashboardlayout.e-control .e-panel .e-panel-header {
|
1300
1299
|
border-bottom: none;
|
1301
1300
|
color: var(--color-sf-content-text-color);
|
1302
|
-
font-family: "Segoe UI", -apple-system,
|
1301
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
1303
1302
|
font-size: 14px;
|
1304
1303
|
font-weight: 600;
|
1305
1304
|
height: 38px;
|
@@ -1660,7 +1659,7 @@
|
|
1660
1659
|
left: auto;
|
1661
1660
|
}
|
1662
1661
|
.e-timeline.e-horizontal .e-dot-item {
|
1663
|
-
margin:
|
1662
|
+
margin: var(--dot-size);
|
1664
1663
|
}
|
1665
1664
|
.e-timeline.e-horizontal .e-opposite-content,
|
1666
1665
|
.e-timeline.e-horizontal .e-content {
|
@@ -1382,7 +1382,7 @@
|
|
1382
1382
|
left: auto;
|
1383
1383
|
}
|
1384
1384
|
.e-timeline.e-horizontal .e-dot-item {
|
1385
|
-
margin:
|
1385
|
+
margin: var(--dot-size);
|
1386
1386
|
}
|
1387
1387
|
.e-timeline.e-horizontal .e-opposite-content,
|
1388
1388
|
.e-timeline.e-horizontal .e-content {
|
@@ -1574,7 +1574,7 @@
|
|
1574
1574
|
left: auto;
|
1575
1575
|
}
|
1576
1576
|
.e-timeline.e-horizontal .e-dot-item {
|
1577
|
-
margin:
|
1577
|
+
margin: var(--dot-size);
|
1578
1578
|
}
|
1579
1579
|
.e-timeline.e-horizontal .e-opposite-content,
|
1580
1580
|
.e-timeline.e-horizontal .e-content {
|
@@ -249,7 +249,6 @@
|
|
249
249
|
}
|
250
250
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
251
251
|
font-size: 14px;
|
252
|
-
font-weight: normal;
|
253
252
|
font-weight: 600;
|
254
253
|
line-height: normal;
|
255
254
|
}
|
@@ -1454,7 +1453,7 @@
|
|
1454
1453
|
left: auto;
|
1455
1454
|
}
|
1456
1455
|
.e-timeline.e-horizontal .e-dot-item {
|
1457
|
-
margin:
|
1456
|
+
margin: var(--dot-size);
|
1458
1457
|
}
|
1459
1458
|
.e-timeline.e-horizontal .e-opposite-content,
|
1460
1459
|
.e-timeline.e-horizontal .e-content {
|
package/styles/highcontrast.css
CHANGED
@@ -249,7 +249,6 @@
|
|
249
249
|
}
|
250
250
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
251
251
|
font-size: 14px;
|
252
|
-
font-weight: normal;
|
253
252
|
font-weight: 600;
|
254
253
|
line-height: normal;
|
255
254
|
}
|
@@ -1647,7 +1646,7 @@
|
|
1647
1646
|
left: auto;
|
1648
1647
|
}
|
1649
1648
|
.e-timeline.e-horizontal .e-dot-item {
|
1650
|
-
margin:
|
1649
|
+
margin: var(--dot-size);
|
1651
1650
|
}
|
1652
1651
|
.e-timeline.e-horizontal .e-opposite-content,
|
1653
1652
|
.e-timeline.e-horizontal .e-content {
|
@@ -1443,7 +1443,7 @@
|
|
1443
1443
|
left: auto;
|
1444
1444
|
}
|
1445
1445
|
.e-timeline.e-horizontal .e-dot-item {
|
1446
|
-
margin:
|
1446
|
+
margin: var(--dot-size);
|
1447
1447
|
}
|
1448
1448
|
.e-timeline.e-horizontal .e-opposite-content,
|
1449
1449
|
.e-timeline.e-horizontal .e-content {
|
package/styles/material-dark.css
CHANGED
@@ -1635,7 +1635,7 @@
|
|
1635
1635
|
left: auto;
|
1636
1636
|
}
|
1637
1637
|
.e-timeline.e-horizontal .e-dot-item {
|
1638
|
-
margin:
|
1638
|
+
margin: var(--dot-size);
|
1639
1639
|
}
|
1640
1640
|
.e-timeline.e-horizontal .e-opposite-content,
|
1641
1641
|
.e-timeline.e-horizontal .e-content {
|
package/styles/material-lite.css
CHANGED
@@ -1445,7 +1445,7 @@
|
|
1445
1445
|
left: auto;
|
1446
1446
|
}
|
1447
1447
|
.e-timeline.e-horizontal .e-dot-item {
|
1448
|
-
margin:
|
1448
|
+
margin: var(--dot-size);
|
1449
1449
|
}
|
1450
1450
|
.e-timeline.e-horizontal .e-opposite-content,
|
1451
1451
|
.e-timeline.e-horizontal .e-content {
|
package/styles/material.css
CHANGED
@@ -1637,7 +1637,7 @@
|
|
1637
1637
|
left: auto;
|
1638
1638
|
}
|
1639
1639
|
.e-timeline.e-horizontal .e-dot-item {
|
1640
|
-
margin:
|
1640
|
+
margin: var(--dot-size);
|
1641
1641
|
}
|
1642
1642
|
.e-timeline.e-horizontal .e-opposite-content,
|
1643
1643
|
.e-timeline.e-horizontal .e-content {
|
@@ -1460,7 +1460,7 @@
|
|
1460
1460
|
left: auto;
|
1461
1461
|
}
|
1462
1462
|
.e-timeline.e-horizontal .e-dot-item {
|
1463
|
-
margin:
|
1463
|
+
margin: var(--dot-size);
|
1464
1464
|
}
|
1465
1465
|
.e-timeline.e-horizontal .e-opposite-content,
|
1466
1466
|
.e-timeline.e-horizontal .e-content {
|
@@ -1652,7 +1652,7 @@
|
|
1652
1652
|
left: auto;
|
1653
1653
|
}
|
1654
1654
|
.e-timeline.e-horizontal .e-dot-item {
|
1655
|
-
margin:
|
1655
|
+
margin: var(--dot-size);
|
1656
1656
|
}
|
1657
1657
|
.e-timeline.e-horizontal .e-opposite-content,
|
1658
1658
|
.e-timeline.e-horizontal .e-content {
|
@@ -1462,7 +1462,7 @@
|
|
1462
1462
|
left: auto;
|
1463
1463
|
}
|
1464
1464
|
.e-timeline.e-horizontal .e-dot-item {
|
1465
|
-
margin:
|
1465
|
+
margin: var(--dot-size);
|
1466
1466
|
}
|
1467
1467
|
.e-timeline.e-horizontal .e-opposite-content,
|
1468
1468
|
.e-timeline.e-horizontal .e-content {
|
package/styles/material3.css
CHANGED
@@ -1654,7 +1654,7 @@
|
|
1654
1654
|
left: auto;
|
1655
1655
|
}
|
1656
1656
|
.e-timeline.e-horizontal .e-dot-item {
|
1657
|
-
margin:
|
1657
|
+
margin: var(--dot-size);
|
1658
1658
|
}
|
1659
1659
|
.e-timeline.e-horizontal .e-opposite-content,
|
1660
1660
|
.e-timeline.e-horizontal .e-content {
|