@syncfusion/ej2-angular-inputs 23.2.4 → 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/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +263 -3
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +263 -3
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +263 -3
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +276 -3
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +276 -3
- package/styles/bootstrap5.scss +1 -0
- package/styles/color-picker/_layout.scss +36 -0
- package/styles/color-picker/bootstrap5-dark.css +13 -0
- package/styles/color-picker/bootstrap5.css +13 -0
- package/styles/color-picker/fabric.css +5 -0
- package/styles/color-picker/fluent-dark.css +13 -0
- package/styles/color-picker/fluent.css +13 -0
- package/styles/color-picker/material.css +13 -0
- package/styles/color-picker/material3-dark.css +18 -0
- package/styles/color-picker/material3.css +18 -0
- package/styles/color-picker/tailwind-dark.css +13 -0
- package/styles/color-picker/tailwind.css +13 -0
- package/styles/data-form/_all.scss +2 -0
- package/styles/data-form/_bootstrap-dark-definition.scss +42 -0
- package/styles/data-form/_bootstrap-definition.scss +41 -0
- package/styles/data-form/_bootstrap4-definition.scss +41 -0
- package/styles/data-form/_bootstrap5-dark-definition.scss +1 -0
- package/styles/data-form/_bootstrap5-definition.scss +41 -0
- package/styles/data-form/_fabric-dark-definition.scss +41 -0
- package/styles/data-form/_fabric-definition.scss +41 -0
- package/styles/data-form/_fluent-dark-definition.scss +1 -0
- package/styles/data-form/_fluent-definition.scss +41 -0
- package/styles/data-form/_fusionnew-definition.scss +41 -0
- package/styles/data-form/_highcontrast-definition.scss +41 -0
- package/styles/data-form/_highcontrast-light-definition.scss +41 -0
- package/styles/data-form/_layout.scss +223 -0
- package/styles/data-form/_material-dark-definition.scss +41 -0
- package/styles/data-form/_material-definition.scss +42 -0
- package/styles/data-form/_material3-dark-definition.scss +1 -0
- package/styles/data-form/_material3-definition.scss +41 -0
- package/styles/data-form/_tailwind-dark-definition.scss +1 -0
- package/styles/data-form/_tailwind-definition.scss +41 -0
- package/styles/data-form/_theme.scss +38 -0
- package/styles/data-form/bootstrap-dark.css +240 -0
- package/styles/data-form/bootstrap-dark.scss +3 -0
- package/styles/data-form/bootstrap.css +240 -0
- package/styles/data-form/bootstrap.scss +3 -0
- package/styles/data-form/bootstrap4.css +240 -0
- package/styles/data-form/bootstrap4.scss +3 -0
- package/styles/data-form/bootstrap5-dark.css +240 -0
- package/styles/data-form/bootstrap5-dark.scss +3 -0
- package/styles/data-form/bootstrap5.css +240 -0
- package/styles/data-form/bootstrap5.scss +3 -0
- package/styles/data-form/fabric-dark.css +240 -0
- package/styles/data-form/fabric-dark.scss +3 -0
- package/styles/data-form/fabric.css +240 -0
- package/styles/data-form/fabric.scss +3 -0
- package/styles/data-form/fluent-dark.css +240 -0
- package/styles/data-form/fluent-dark.scss +3 -0
- package/styles/data-form/fluent.css +240 -0
- package/styles/data-form/fluent.scss +3 -0
- package/styles/data-form/highcontrast-light.css +240 -0
- package/styles/data-form/highcontrast-light.scss +3 -0
- package/styles/data-form/highcontrast.css +240 -0
- package/styles/data-form/highcontrast.scss +3 -0
- package/styles/data-form/material-dark.css +240 -0
- package/styles/data-form/material-dark.scss +3 -0
- package/styles/data-form/material.css +240 -0
- package/styles/data-form/material.scss +3 -0
- package/styles/data-form/material3-dark.css +295 -0
- package/styles/data-form/material3-dark.scss +4 -0
- package/styles/data-form/material3.css +351 -0
- package/styles/data-form/material3.scss +4 -0
- package/styles/data-form/tailwind-dark.css +240 -0
- package/styles/data-form/tailwind-dark.scss +3 -0
- package/styles/data-form/tailwind.css +240 -0
- package/styles/data-form/tailwind.scss +3 -0
- package/styles/fabric-dark.css +263 -3
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +268 -3
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +276 -3
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +276 -3
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.css +263 -3
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +263 -3
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +275 -3
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +288 -3
- package/styles/material.scss +1 -0
- package/styles/material3-dark.css +293 -3
- package/styles/material3-dark.scss +1 -0
- package/styles/material3.css +293 -3
- package/styles/material3.scss +1 -0
- package/styles/rating/_bootstrap-dark-definition.scss +4 -0
- package/styles/rating/_bootstrap-definition.scss +4 -0
- package/styles/rating/_bootstrap4-definition.scss +4 -0
- package/styles/rating/_bootstrap5-definition.scss +4 -0
- package/styles/rating/_fabric-dark-definition.scss +4 -0
- package/styles/rating/_fabric-definition.scss +4 -0
- package/styles/rating/_fluent-definition.scss +4 -0
- package/styles/rating/_fusionnew-definition.scss +4 -0
- package/styles/rating/_highcontrast-definition.scss +4 -0
- package/styles/rating/_highcontrast-light-definition.scss +4 -0
- package/styles/rating/_layout.scss +21 -7
- package/styles/rating/_material-dark-definition.scss +4 -0
- package/styles/rating/_material-definition.scss +4 -0
- package/styles/rating/_material3-definition.scss +4 -0
- package/styles/rating/_tailwind-definition.scss +4 -0
- package/styles/rating/_theme.scss +5 -2
- package/styles/rating/bootstrap-dark.css +22 -3
- package/styles/rating/bootstrap.css +22 -3
- package/styles/rating/bootstrap4.css +22 -3
- package/styles/rating/bootstrap5-dark.css +22 -3
- package/styles/rating/bootstrap5.css +22 -3
- package/styles/rating/fabric-dark.css +22 -3
- package/styles/rating/fabric.css +22 -3
- package/styles/rating/fluent-dark.css +22 -3
- package/styles/rating/fluent.css +22 -3
- package/styles/rating/highcontrast-light.css +22 -3
- package/styles/rating/highcontrast.css +22 -3
- package/styles/rating/material-dark.css +22 -3
- package/styles/rating/material.css +22 -3
- package/styles/rating/material3-dark.css +22 -3
- package/styles/rating/material3.css +22 -3
- package/styles/rating/tailwind-dark.css +22 -3
- package/styles/rating/tailwind.css +22 -3
- package/styles/slider/_layout.scss +4 -0
- package/styles/slider/material-dark.css +12 -0
- package/styles/slider/material.css +12 -0
- package/styles/slider/material3-dark.css +12 -0
- package/styles/slider/material3.css +12 -0
- package/styles/tailwind-dark.css +276 -3
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +276 -3
- package/styles/tailwind.scss +1 -0
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
/*! FileManager's highcontrast theme wise override definitions and variables */
|
|
2
|
+
/*! data-form layout */
|
|
3
|
+
.e-data-form .e-form-label {
|
|
4
|
+
font-size: 14px;
|
|
5
|
+
margin-bottom: 4px;
|
|
6
|
+
font-weight: 600;
|
|
7
|
+
}
|
|
8
|
+
.e-data-form .e-form-layout {
|
|
9
|
+
display: -ms-grid;
|
|
10
|
+
display: grid;
|
|
11
|
+
}
|
|
12
|
+
.e-data-form .e-grid-col-2 {
|
|
13
|
+
-ms-grid-columns: (minmax(0, 1fr))[2];
|
|
14
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
15
|
+
}
|
|
16
|
+
.e-data-form .e-grid-col-3 {
|
|
17
|
+
-ms-grid-columns: (minmax(0, 1fr))[3];
|
|
18
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
19
|
+
}
|
|
20
|
+
.e-data-form .e-grid-col-4 {
|
|
21
|
+
-ms-grid-columns: (minmax(0, 1fr))[4];
|
|
22
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
23
|
+
}
|
|
24
|
+
.e-data-form .e-grid-col-5 {
|
|
25
|
+
-ms-grid-columns: (minmax(0, 1fr))[5];
|
|
26
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
27
|
+
}
|
|
28
|
+
.e-data-form .e-grid-col-6 {
|
|
29
|
+
-ms-grid-columns: (minmax(0, 1fr))[6];
|
|
30
|
+
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
31
|
+
}
|
|
32
|
+
.e-data-form .e-grid-col-7 {
|
|
33
|
+
-ms-grid-columns: (minmax(0, 1fr))[7];
|
|
34
|
+
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
35
|
+
}
|
|
36
|
+
.e-data-form .e-grid-col-8 {
|
|
37
|
+
-ms-grid-columns: (minmax(0, 1fr))[8];
|
|
38
|
+
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
39
|
+
}
|
|
40
|
+
.e-data-form .e-grid-col-9 {
|
|
41
|
+
-ms-grid-columns: (minmax(0, 1fr))[9];
|
|
42
|
+
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
43
|
+
}
|
|
44
|
+
.e-data-form .e-grid-col-10 {
|
|
45
|
+
-ms-grid-columns: (minmax(0, 1fr))[10];
|
|
46
|
+
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
47
|
+
}
|
|
48
|
+
.e-data-form .e-grid-col-11 {
|
|
49
|
+
-ms-grid-columns: (minmax(0, 1fr))[11];
|
|
50
|
+
grid-template-columns: repeat(11, minmax(0, 1fr));
|
|
51
|
+
}
|
|
52
|
+
.e-data-form .e-grid-col-12 {
|
|
53
|
+
-ms-grid-columns: (minmax(0, 1fr))[12];
|
|
54
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
55
|
+
}
|
|
56
|
+
.e-data-form .e-colspan-1 {
|
|
57
|
+
-ms-grid-column-span: 1;
|
|
58
|
+
-ms-grid-column: span 1;
|
|
59
|
+
grid-column: span 1/span 1;
|
|
60
|
+
}
|
|
61
|
+
.e-data-form .e-colspan-2 {
|
|
62
|
+
-ms-grid-column-span: 2;
|
|
63
|
+
-ms-grid-column: span 2;
|
|
64
|
+
grid-column: span 2/span 2;
|
|
65
|
+
}
|
|
66
|
+
.e-data-form .e-colspan-3 {
|
|
67
|
+
-ms-grid-column-span: 3;
|
|
68
|
+
-ms-grid-column: span 3;
|
|
69
|
+
grid-column: span 3/span 3;
|
|
70
|
+
}
|
|
71
|
+
.e-data-form .e-colspan-4 {
|
|
72
|
+
-ms-grid-column-span: 4;
|
|
73
|
+
-ms-grid-column: span 4;
|
|
74
|
+
grid-column: span 4/span 4;
|
|
75
|
+
}
|
|
76
|
+
.e-data-form .e-colspan-5 {
|
|
77
|
+
-ms-grid-column-span: 5;
|
|
78
|
+
-ms-grid-column: span 5;
|
|
79
|
+
grid-column: span 5/span 5;
|
|
80
|
+
}
|
|
81
|
+
.e-data-form .e-colspan-6 {
|
|
82
|
+
-ms-grid-column-span: 6;
|
|
83
|
+
-ms-grid-column: span 6;
|
|
84
|
+
grid-column: span 6/span 6;
|
|
85
|
+
}
|
|
86
|
+
.e-data-form .e-colspan-7 {
|
|
87
|
+
-ms-grid-column-span: 7;
|
|
88
|
+
-ms-grid-column: span 7;
|
|
89
|
+
grid-column: span 7/span 7;
|
|
90
|
+
}
|
|
91
|
+
.e-data-form .e-colspan-8 {
|
|
92
|
+
-ms-grid-column-span: 8;
|
|
93
|
+
-ms-grid-column: span 8;
|
|
94
|
+
grid-column: span 8/span 8;
|
|
95
|
+
}
|
|
96
|
+
.e-data-form .e-colspan-9 {
|
|
97
|
+
-ms-grid-column-span: 9;
|
|
98
|
+
-ms-grid-column: span 9;
|
|
99
|
+
grid-column: span 9/span 9;
|
|
100
|
+
}
|
|
101
|
+
.e-data-form .e-colspan-10 {
|
|
102
|
+
-ms-grid-column-span: 10;
|
|
103
|
+
-ms-grid-column: span 10;
|
|
104
|
+
grid-column: span 10/span 10;
|
|
105
|
+
}
|
|
106
|
+
.e-data-form .e-colspan-11 {
|
|
107
|
+
-ms-grid-column-span: 11;
|
|
108
|
+
-ms-grid-column: span 11;
|
|
109
|
+
grid-column: span 11/span 11;
|
|
110
|
+
}
|
|
111
|
+
.e-data-form .e-colspan-12 {
|
|
112
|
+
-ms-grid-column-span: 12;
|
|
113
|
+
-ms-grid-column: span 12;
|
|
114
|
+
grid-column: span 12/span 12;
|
|
115
|
+
}
|
|
116
|
+
.e-data-form .e-label-left .e-form-item-wrapper {
|
|
117
|
+
-ms-flex: 1 1 auto;
|
|
118
|
+
flex: 1 1 auto;
|
|
119
|
+
max-width: calc(75% - 12px);
|
|
120
|
+
}
|
|
121
|
+
.e-data-form .e-label-left .e-form-label {
|
|
122
|
+
margin-right: 12px;
|
|
123
|
+
width: 25%;
|
|
124
|
+
text-align: end;
|
|
125
|
+
-ms-flex-direction: column;
|
|
126
|
+
flex-direction: column;
|
|
127
|
+
-ms-flex-align: end;
|
|
128
|
+
align-items: flex-end;
|
|
129
|
+
-ms-flex-pack: start;
|
|
130
|
+
justify-content: flex-start;
|
|
131
|
+
}
|
|
132
|
+
.e-data-form .e-label-left .validation-message {
|
|
133
|
+
display: -ms-flexbox;
|
|
134
|
+
display: flex;
|
|
135
|
+
}
|
|
136
|
+
.e-data-form .e-form-group {
|
|
137
|
+
border: none;
|
|
138
|
+
padding: 0;
|
|
139
|
+
margin: 0;
|
|
140
|
+
}
|
|
141
|
+
.e-data-form .e-form-group .e-group-title {
|
|
142
|
+
position: relative;
|
|
143
|
+
display: inline-block;
|
|
144
|
+
padding-bottom: 8px;
|
|
145
|
+
/* Gap between text and border */
|
|
146
|
+
margin-bottom: 0;
|
|
147
|
+
font-size: 16px;
|
|
148
|
+
}
|
|
149
|
+
.e-data-form .e-form-group .e-group-title::after {
|
|
150
|
+
content: "";
|
|
151
|
+
position: absolute;
|
|
152
|
+
bottom: 0;
|
|
153
|
+
left: 0;
|
|
154
|
+
width: 100%;
|
|
155
|
+
height: 1px;
|
|
156
|
+
border-bottom: 1px solid #969696;
|
|
157
|
+
}
|
|
158
|
+
.e-data-form .e-label-top {
|
|
159
|
+
display: -ms-flexbox;
|
|
160
|
+
display: flex;
|
|
161
|
+
-ms-flex-direction: column;
|
|
162
|
+
flex-direction: column;
|
|
163
|
+
margin-top: 20px;
|
|
164
|
+
}
|
|
165
|
+
.e-data-form .e-label-top .e-label-right {
|
|
166
|
+
display: -ms-flexbox;
|
|
167
|
+
display: flex;
|
|
168
|
+
-ms-flex-align: center;
|
|
169
|
+
align-items: center;
|
|
170
|
+
}
|
|
171
|
+
.e-data-form .e-label-top .e-label-right .e-switch-wrapper + .e-form-label {
|
|
172
|
+
margin-top: 3px;
|
|
173
|
+
margin-left: 5px;
|
|
174
|
+
}
|
|
175
|
+
.e-data-form .e-label-top .e-label-right .e-checkbox-wrapper + .e-form-label {
|
|
176
|
+
margin-top: 3px;
|
|
177
|
+
}
|
|
178
|
+
.e-data-form .e-label-left {
|
|
179
|
+
display: -ms-flexbox;
|
|
180
|
+
display: flex;
|
|
181
|
+
text-align: center;
|
|
182
|
+
margin-top: 20px;
|
|
183
|
+
}
|
|
184
|
+
.e-data-form .e-button-left {
|
|
185
|
+
-ms-flex-pack: start;
|
|
186
|
+
justify-content: flex-start;
|
|
187
|
+
}
|
|
188
|
+
.e-data-form .e-button-right {
|
|
189
|
+
-ms-flex-pack: end;
|
|
190
|
+
justify-content: flex-end;
|
|
191
|
+
}
|
|
192
|
+
.e-data-form .e-button-center {
|
|
193
|
+
-ms-flex-pack: center;
|
|
194
|
+
justify-content: center;
|
|
195
|
+
}
|
|
196
|
+
.e-data-form .e-button-left, .e-data-form .e-button-right, .e-data-form .e-button-center, .e-data-form .e-button-stretch {
|
|
197
|
+
margin-top: 24px;
|
|
198
|
+
display: -ms-flexbox;
|
|
199
|
+
display: flex;
|
|
200
|
+
gap: 10px;
|
|
201
|
+
}
|
|
202
|
+
.e-data-form .e-button-left .e-btn, .e-data-form .e-button-right .e-btn, .e-data-form .e-button-center .e-btn, .e-data-form .e-button-stretch .e-btn {
|
|
203
|
+
border-radius: 20px;
|
|
204
|
+
padding: 7px 16px;
|
|
205
|
+
}
|
|
206
|
+
.e-data-form .e-button-stretch .e-btn {
|
|
207
|
+
width: 100%;
|
|
208
|
+
}
|
|
209
|
+
.e-data-form > :first-child.e-form-layout {
|
|
210
|
+
margin-top: 0;
|
|
211
|
+
}
|
|
212
|
+
.e-data-form .e-form-group-layout {
|
|
213
|
+
display: -ms-grid;
|
|
214
|
+
display: grid;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
/*! data-form theme */
|
|
218
|
+
.e-data-form .e-form-label {
|
|
219
|
+
color: #fff;
|
|
220
|
+
}
|
|
221
|
+
.e-data-form .e-group-title {
|
|
222
|
+
color: #fff;
|
|
223
|
+
}
|
|
224
|
+
.e-data-form .validation-message {
|
|
225
|
+
color: #fff;
|
|
226
|
+
font-size: 14px;
|
|
227
|
+
font-style: italic;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip {
|
|
231
|
+
background-color: #b30900;
|
|
232
|
+
border: #b30900;
|
|
233
|
+
}
|
|
234
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
|
|
235
|
+
color: #fff;
|
|
236
|
+
}
|
|
237
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-outer.e-tip-top, .e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-inner.e-tip-top {
|
|
238
|
+
border-bottom-color: #b30900;
|
|
239
|
+
color: #b30900;
|
|
240
|
+
}
|
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
/*! Form material theme wise override definitions and variables */
|
|
2
|
+
/*! data-form layout */
|
|
3
|
+
.e-data-form .e-form-label {
|
|
4
|
+
font-size: 12px;
|
|
5
|
+
margin-bottom: 4px;
|
|
6
|
+
font-weight: 400;
|
|
7
|
+
}
|
|
8
|
+
.e-data-form .e-form-layout {
|
|
9
|
+
display: -ms-grid;
|
|
10
|
+
display: grid;
|
|
11
|
+
}
|
|
12
|
+
.e-data-form .e-grid-col-2 {
|
|
13
|
+
-ms-grid-columns: (minmax(0, 1fr))[2];
|
|
14
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
15
|
+
}
|
|
16
|
+
.e-data-form .e-grid-col-3 {
|
|
17
|
+
-ms-grid-columns: (minmax(0, 1fr))[3];
|
|
18
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
19
|
+
}
|
|
20
|
+
.e-data-form .e-grid-col-4 {
|
|
21
|
+
-ms-grid-columns: (minmax(0, 1fr))[4];
|
|
22
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
23
|
+
}
|
|
24
|
+
.e-data-form .e-grid-col-5 {
|
|
25
|
+
-ms-grid-columns: (minmax(0, 1fr))[5];
|
|
26
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
27
|
+
}
|
|
28
|
+
.e-data-form .e-grid-col-6 {
|
|
29
|
+
-ms-grid-columns: (minmax(0, 1fr))[6];
|
|
30
|
+
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
31
|
+
}
|
|
32
|
+
.e-data-form .e-grid-col-7 {
|
|
33
|
+
-ms-grid-columns: (minmax(0, 1fr))[7];
|
|
34
|
+
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
35
|
+
}
|
|
36
|
+
.e-data-form .e-grid-col-8 {
|
|
37
|
+
-ms-grid-columns: (minmax(0, 1fr))[8];
|
|
38
|
+
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
39
|
+
}
|
|
40
|
+
.e-data-form .e-grid-col-9 {
|
|
41
|
+
-ms-grid-columns: (minmax(0, 1fr))[9];
|
|
42
|
+
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
43
|
+
}
|
|
44
|
+
.e-data-form .e-grid-col-10 {
|
|
45
|
+
-ms-grid-columns: (minmax(0, 1fr))[10];
|
|
46
|
+
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
47
|
+
}
|
|
48
|
+
.e-data-form .e-grid-col-11 {
|
|
49
|
+
-ms-grid-columns: (minmax(0, 1fr))[11];
|
|
50
|
+
grid-template-columns: repeat(11, minmax(0, 1fr));
|
|
51
|
+
}
|
|
52
|
+
.e-data-form .e-grid-col-12 {
|
|
53
|
+
-ms-grid-columns: (minmax(0, 1fr))[12];
|
|
54
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
55
|
+
}
|
|
56
|
+
.e-data-form .e-colspan-1 {
|
|
57
|
+
-ms-grid-column-span: 1;
|
|
58
|
+
-ms-grid-column: span 1;
|
|
59
|
+
grid-column: span 1/span 1;
|
|
60
|
+
}
|
|
61
|
+
.e-data-form .e-colspan-2 {
|
|
62
|
+
-ms-grid-column-span: 2;
|
|
63
|
+
-ms-grid-column: span 2;
|
|
64
|
+
grid-column: span 2/span 2;
|
|
65
|
+
}
|
|
66
|
+
.e-data-form .e-colspan-3 {
|
|
67
|
+
-ms-grid-column-span: 3;
|
|
68
|
+
-ms-grid-column: span 3;
|
|
69
|
+
grid-column: span 3/span 3;
|
|
70
|
+
}
|
|
71
|
+
.e-data-form .e-colspan-4 {
|
|
72
|
+
-ms-grid-column-span: 4;
|
|
73
|
+
-ms-grid-column: span 4;
|
|
74
|
+
grid-column: span 4/span 4;
|
|
75
|
+
}
|
|
76
|
+
.e-data-form .e-colspan-5 {
|
|
77
|
+
-ms-grid-column-span: 5;
|
|
78
|
+
-ms-grid-column: span 5;
|
|
79
|
+
grid-column: span 5/span 5;
|
|
80
|
+
}
|
|
81
|
+
.e-data-form .e-colspan-6 {
|
|
82
|
+
-ms-grid-column-span: 6;
|
|
83
|
+
-ms-grid-column: span 6;
|
|
84
|
+
grid-column: span 6/span 6;
|
|
85
|
+
}
|
|
86
|
+
.e-data-form .e-colspan-7 {
|
|
87
|
+
-ms-grid-column-span: 7;
|
|
88
|
+
-ms-grid-column: span 7;
|
|
89
|
+
grid-column: span 7/span 7;
|
|
90
|
+
}
|
|
91
|
+
.e-data-form .e-colspan-8 {
|
|
92
|
+
-ms-grid-column-span: 8;
|
|
93
|
+
-ms-grid-column: span 8;
|
|
94
|
+
grid-column: span 8/span 8;
|
|
95
|
+
}
|
|
96
|
+
.e-data-form .e-colspan-9 {
|
|
97
|
+
-ms-grid-column-span: 9;
|
|
98
|
+
-ms-grid-column: span 9;
|
|
99
|
+
grid-column: span 9/span 9;
|
|
100
|
+
}
|
|
101
|
+
.e-data-form .e-colspan-10 {
|
|
102
|
+
-ms-grid-column-span: 10;
|
|
103
|
+
-ms-grid-column: span 10;
|
|
104
|
+
grid-column: span 10/span 10;
|
|
105
|
+
}
|
|
106
|
+
.e-data-form .e-colspan-11 {
|
|
107
|
+
-ms-grid-column-span: 11;
|
|
108
|
+
-ms-grid-column: span 11;
|
|
109
|
+
grid-column: span 11/span 11;
|
|
110
|
+
}
|
|
111
|
+
.e-data-form .e-colspan-12 {
|
|
112
|
+
-ms-grid-column-span: 12;
|
|
113
|
+
-ms-grid-column: span 12;
|
|
114
|
+
grid-column: span 12/span 12;
|
|
115
|
+
}
|
|
116
|
+
.e-data-form .e-label-left .e-form-item-wrapper {
|
|
117
|
+
-ms-flex: 1 1 auto;
|
|
118
|
+
flex: 1 1 auto;
|
|
119
|
+
max-width: calc(75% - 12px);
|
|
120
|
+
}
|
|
121
|
+
.e-data-form .e-label-left .e-form-label {
|
|
122
|
+
margin-right: 12px;
|
|
123
|
+
width: 25%;
|
|
124
|
+
text-align: end;
|
|
125
|
+
-ms-flex-direction: column;
|
|
126
|
+
flex-direction: column;
|
|
127
|
+
-ms-flex-align: end;
|
|
128
|
+
align-items: flex-end;
|
|
129
|
+
-ms-flex-pack: start;
|
|
130
|
+
justify-content: flex-start;
|
|
131
|
+
}
|
|
132
|
+
.e-data-form .e-label-left .validation-message {
|
|
133
|
+
display: -ms-flexbox;
|
|
134
|
+
display: flex;
|
|
135
|
+
}
|
|
136
|
+
.e-data-form .e-form-group {
|
|
137
|
+
border: none;
|
|
138
|
+
padding: 0;
|
|
139
|
+
margin: 0;
|
|
140
|
+
}
|
|
141
|
+
.e-data-form .e-form-group .e-group-title {
|
|
142
|
+
position: relative;
|
|
143
|
+
display: inline-block;
|
|
144
|
+
padding-bottom: 8px;
|
|
145
|
+
/* Gap between text and border */
|
|
146
|
+
margin-bottom: 4px;
|
|
147
|
+
font-size: 16px;
|
|
148
|
+
}
|
|
149
|
+
.e-data-form .e-form-group .e-group-title::after {
|
|
150
|
+
content: "";
|
|
151
|
+
position: absolute;
|
|
152
|
+
bottom: 0;
|
|
153
|
+
left: 0;
|
|
154
|
+
width: 100%;
|
|
155
|
+
height: 1px;
|
|
156
|
+
border-bottom: 1px solid #dee2e6;
|
|
157
|
+
}
|
|
158
|
+
.e-data-form .e-label-top {
|
|
159
|
+
display: -ms-flexbox;
|
|
160
|
+
display: flex;
|
|
161
|
+
-ms-flex-direction: column;
|
|
162
|
+
flex-direction: column;
|
|
163
|
+
margin-top: 20px;
|
|
164
|
+
}
|
|
165
|
+
.e-data-form .e-label-top .e-label-right {
|
|
166
|
+
display: -ms-flexbox;
|
|
167
|
+
display: flex;
|
|
168
|
+
-ms-flex-align: center;
|
|
169
|
+
align-items: center;
|
|
170
|
+
}
|
|
171
|
+
.e-data-form .e-label-top .e-label-right .e-switch-wrapper + .e-form-label {
|
|
172
|
+
margin-top: 3px;
|
|
173
|
+
margin-left: 5px;
|
|
174
|
+
}
|
|
175
|
+
.e-data-form .e-label-top .e-label-right .e-checkbox-wrapper + .e-form-label {
|
|
176
|
+
margin-top: 6px;
|
|
177
|
+
}
|
|
178
|
+
.e-data-form .e-label-left {
|
|
179
|
+
display: -ms-flexbox;
|
|
180
|
+
display: flex;
|
|
181
|
+
text-align: center;
|
|
182
|
+
margin-top: 20px;
|
|
183
|
+
}
|
|
184
|
+
.e-data-form .e-button-left {
|
|
185
|
+
-ms-flex-pack: start;
|
|
186
|
+
justify-content: flex-start;
|
|
187
|
+
}
|
|
188
|
+
.e-data-form .e-button-right {
|
|
189
|
+
-ms-flex-pack: end;
|
|
190
|
+
justify-content: flex-end;
|
|
191
|
+
}
|
|
192
|
+
.e-data-form .e-button-center {
|
|
193
|
+
-ms-flex-pack: center;
|
|
194
|
+
justify-content: center;
|
|
195
|
+
}
|
|
196
|
+
.e-data-form .e-button-left, .e-data-form .e-button-right, .e-data-form .e-button-center, .e-data-form .e-button-stretch {
|
|
197
|
+
margin-top: 24px;
|
|
198
|
+
display: -ms-flexbox;
|
|
199
|
+
display: flex;
|
|
200
|
+
gap: 10px;
|
|
201
|
+
}
|
|
202
|
+
.e-data-form .e-button-left .e-btn, .e-data-form .e-button-right .e-btn, .e-data-form .e-button-center .e-btn, .e-data-form .e-button-stretch .e-btn {
|
|
203
|
+
border-radius: 20px;
|
|
204
|
+
padding: 7px 16px;
|
|
205
|
+
}
|
|
206
|
+
.e-data-form .e-button-stretch .e-btn {
|
|
207
|
+
width: 100%;
|
|
208
|
+
}
|
|
209
|
+
.e-data-form > :first-child.e-form-layout {
|
|
210
|
+
margin-top: 0;
|
|
211
|
+
}
|
|
212
|
+
.e-data-form .e-form-group-layout {
|
|
213
|
+
display: -ms-grid;
|
|
214
|
+
display: grid;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
/*! data-form theme */
|
|
218
|
+
.e-data-form .e-form-label {
|
|
219
|
+
color: rgba(255, 255, 255, 0.64);
|
|
220
|
+
}
|
|
221
|
+
.e-data-form .e-group-title {
|
|
222
|
+
color: rgba(255, 255, 255, 0.64);
|
|
223
|
+
}
|
|
224
|
+
.e-data-form .validation-message {
|
|
225
|
+
color: #d21800;
|
|
226
|
+
font-size: 12px;
|
|
227
|
+
font-style: italic;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip {
|
|
231
|
+
background-color: #ffd7d2;
|
|
232
|
+
border: #ffd7d2;
|
|
233
|
+
}
|
|
234
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
|
|
235
|
+
color: #d21800;
|
|
236
|
+
}
|
|
237
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-outer.e-tip-top, .e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-inner.e-tip-top {
|
|
238
|
+
border-bottom-color: #ffd7d2;
|
|
239
|
+
color: #ffd7d2;
|
|
240
|
+
}
|