@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,351 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--color-sf-black: 0, 0, 0;
|
|
3
|
+
--color-sf-white: 255, 255, 255;
|
|
4
|
+
--color-sf-primary: 103, 80, 164;
|
|
5
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
6
|
+
--color-sf-secondary: 98, 91, 113;
|
|
7
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
8
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
9
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
10
|
+
--color-sf-surface: 255, 255, 255;
|
|
11
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
12
|
+
--color-sf-background: var(--color-sf-surface);
|
|
13
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
14
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
15
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
16
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
17
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
18
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
19
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
20
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
21
|
+
--color-sf-on-background: 28, 27, 31;
|
|
22
|
+
--color-sf-outline: 121, 116, 126;
|
|
23
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
24
|
+
--color-sf-shadow: 0, 0, 0;
|
|
25
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
26
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
27
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
28
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
29
|
+
--color-sf-scrim: 0, 0, 0;
|
|
30
|
+
--color-sf-error: 179, 38, 30;
|
|
31
|
+
--color-sf-error-container: 249, 222, 220;
|
|
32
|
+
--color-sf-on-error: 255, 250, 250;
|
|
33
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
34
|
+
--color-sf-success: 32, 81, 7;
|
|
35
|
+
--color-sf-success-container: 209, 255, 186;
|
|
36
|
+
--color-sf-on-success: 244, 255, 239;
|
|
37
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
38
|
+
--color-sf-info: 1, 87, 155;
|
|
39
|
+
--color-sf-info-container: 233, 245, 255;
|
|
40
|
+
--color-sf-on-info: 250, 253, 255;
|
|
41
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
42
|
+
--color-sf-warning: 145, 76, 0;
|
|
43
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
44
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
45
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
46
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
47
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
48
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
49
|
+
--color-sf-success-text: 255, 255, 255;
|
|
50
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
51
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
52
|
+
--color-sf-info-text: 255, 255, 255;
|
|
53
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
54
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.e-dark-mode {
|
|
58
|
+
--color-sf-black: 0, 0, 0;
|
|
59
|
+
--color-sf-white: 255, 255, 255;
|
|
60
|
+
--color-sf-primary: 208, 188, 255;
|
|
61
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
62
|
+
--color-sf-secondary: 204, 194, 220;
|
|
63
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
64
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
65
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
66
|
+
--color-sf-surface: 28, 27, 31;
|
|
67
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
68
|
+
--color-sf-background: var(--color-sf-surface);
|
|
69
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
70
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
71
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
72
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
73
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
74
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
75
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
76
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
77
|
+
--color-sf-on-background: 230, 225, 229;
|
|
78
|
+
--color-sf-outline: 147, 143, 153;
|
|
79
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
80
|
+
--color-sf-shadow: 0, 0, 0;
|
|
81
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
82
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
83
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
84
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
85
|
+
--color-sf-scrim: 0, 0, 0;
|
|
86
|
+
--color-sf-error: 242, 184, 181;
|
|
87
|
+
--color-sf-error-container: 140, 29, 24;
|
|
88
|
+
--color-sf-on-error: 96, 20, 16;
|
|
89
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
90
|
+
--color-sf-success: 83, 202, 23;
|
|
91
|
+
--color-sf-success-container: 22, 62, 2;
|
|
92
|
+
--color-sf-on-success: 13, 39, 0;
|
|
93
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
94
|
+
--color-sf-info: 71, 172, 251;
|
|
95
|
+
--color-sf-info-container: 0, 67, 120;
|
|
96
|
+
--color-sf-on-info: 0, 51, 91;
|
|
97
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
98
|
+
--color-sf-warning: 245, 180, 130;
|
|
99
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
100
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
101
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
102
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
103
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
104
|
+
--color-sf-success-text: 0, 0, 0;
|
|
105
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
106
|
+
--color-sf-info-text: 0, 0, 0;
|
|
107
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
108
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
109
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
/*! Form material 3 theme wise override definitions and variables */
|
|
113
|
+
/*! data-form layout */
|
|
114
|
+
.e-data-form .e-form-label {
|
|
115
|
+
font-size: 12px;
|
|
116
|
+
margin-bottom: 4px;
|
|
117
|
+
font-weight: 400;
|
|
118
|
+
}
|
|
119
|
+
.e-data-form .e-form-layout {
|
|
120
|
+
display: -ms-grid;
|
|
121
|
+
display: grid;
|
|
122
|
+
}
|
|
123
|
+
.e-data-form .e-grid-col-2 {
|
|
124
|
+
-ms-grid-columns: (minmax(0, 1fr))[2];
|
|
125
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
126
|
+
}
|
|
127
|
+
.e-data-form .e-grid-col-3 {
|
|
128
|
+
-ms-grid-columns: (minmax(0, 1fr))[3];
|
|
129
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
130
|
+
}
|
|
131
|
+
.e-data-form .e-grid-col-4 {
|
|
132
|
+
-ms-grid-columns: (minmax(0, 1fr))[4];
|
|
133
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
134
|
+
}
|
|
135
|
+
.e-data-form .e-grid-col-5 {
|
|
136
|
+
-ms-grid-columns: (minmax(0, 1fr))[5];
|
|
137
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
138
|
+
}
|
|
139
|
+
.e-data-form .e-grid-col-6 {
|
|
140
|
+
-ms-grid-columns: (minmax(0, 1fr))[6];
|
|
141
|
+
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
142
|
+
}
|
|
143
|
+
.e-data-form .e-grid-col-7 {
|
|
144
|
+
-ms-grid-columns: (minmax(0, 1fr))[7];
|
|
145
|
+
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
146
|
+
}
|
|
147
|
+
.e-data-form .e-grid-col-8 {
|
|
148
|
+
-ms-grid-columns: (minmax(0, 1fr))[8];
|
|
149
|
+
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
150
|
+
}
|
|
151
|
+
.e-data-form .e-grid-col-9 {
|
|
152
|
+
-ms-grid-columns: (minmax(0, 1fr))[9];
|
|
153
|
+
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
154
|
+
}
|
|
155
|
+
.e-data-form .e-grid-col-10 {
|
|
156
|
+
-ms-grid-columns: (minmax(0, 1fr))[10];
|
|
157
|
+
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
158
|
+
}
|
|
159
|
+
.e-data-form .e-grid-col-11 {
|
|
160
|
+
-ms-grid-columns: (minmax(0, 1fr))[11];
|
|
161
|
+
grid-template-columns: repeat(11, minmax(0, 1fr));
|
|
162
|
+
}
|
|
163
|
+
.e-data-form .e-grid-col-12 {
|
|
164
|
+
-ms-grid-columns: (minmax(0, 1fr))[12];
|
|
165
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
166
|
+
}
|
|
167
|
+
.e-data-form .e-colspan-1 {
|
|
168
|
+
-ms-grid-column-span: 1;
|
|
169
|
+
-ms-grid-column: span 1;
|
|
170
|
+
grid-column: span 1/span 1;
|
|
171
|
+
}
|
|
172
|
+
.e-data-form .e-colspan-2 {
|
|
173
|
+
-ms-grid-column-span: 2;
|
|
174
|
+
-ms-grid-column: span 2;
|
|
175
|
+
grid-column: span 2/span 2;
|
|
176
|
+
}
|
|
177
|
+
.e-data-form .e-colspan-3 {
|
|
178
|
+
-ms-grid-column-span: 3;
|
|
179
|
+
-ms-grid-column: span 3;
|
|
180
|
+
grid-column: span 3/span 3;
|
|
181
|
+
}
|
|
182
|
+
.e-data-form .e-colspan-4 {
|
|
183
|
+
-ms-grid-column-span: 4;
|
|
184
|
+
-ms-grid-column: span 4;
|
|
185
|
+
grid-column: span 4/span 4;
|
|
186
|
+
}
|
|
187
|
+
.e-data-form .e-colspan-5 {
|
|
188
|
+
-ms-grid-column-span: 5;
|
|
189
|
+
-ms-grid-column: span 5;
|
|
190
|
+
grid-column: span 5/span 5;
|
|
191
|
+
}
|
|
192
|
+
.e-data-form .e-colspan-6 {
|
|
193
|
+
-ms-grid-column-span: 6;
|
|
194
|
+
-ms-grid-column: span 6;
|
|
195
|
+
grid-column: span 6/span 6;
|
|
196
|
+
}
|
|
197
|
+
.e-data-form .e-colspan-7 {
|
|
198
|
+
-ms-grid-column-span: 7;
|
|
199
|
+
-ms-grid-column: span 7;
|
|
200
|
+
grid-column: span 7/span 7;
|
|
201
|
+
}
|
|
202
|
+
.e-data-form .e-colspan-8 {
|
|
203
|
+
-ms-grid-column-span: 8;
|
|
204
|
+
-ms-grid-column: span 8;
|
|
205
|
+
grid-column: span 8/span 8;
|
|
206
|
+
}
|
|
207
|
+
.e-data-form .e-colspan-9 {
|
|
208
|
+
-ms-grid-column-span: 9;
|
|
209
|
+
-ms-grid-column: span 9;
|
|
210
|
+
grid-column: span 9/span 9;
|
|
211
|
+
}
|
|
212
|
+
.e-data-form .e-colspan-10 {
|
|
213
|
+
-ms-grid-column-span: 10;
|
|
214
|
+
-ms-grid-column: span 10;
|
|
215
|
+
grid-column: span 10/span 10;
|
|
216
|
+
}
|
|
217
|
+
.e-data-form .e-colspan-11 {
|
|
218
|
+
-ms-grid-column-span: 11;
|
|
219
|
+
-ms-grid-column: span 11;
|
|
220
|
+
grid-column: span 11/span 11;
|
|
221
|
+
}
|
|
222
|
+
.e-data-form .e-colspan-12 {
|
|
223
|
+
-ms-grid-column-span: 12;
|
|
224
|
+
-ms-grid-column: span 12;
|
|
225
|
+
grid-column: span 12/span 12;
|
|
226
|
+
}
|
|
227
|
+
.e-data-form .e-label-left .e-form-item-wrapper {
|
|
228
|
+
-ms-flex: 1 1 auto;
|
|
229
|
+
flex: 1 1 auto;
|
|
230
|
+
max-width: calc(75% - 12px);
|
|
231
|
+
}
|
|
232
|
+
.e-data-form .e-label-left .e-form-label {
|
|
233
|
+
margin-right: 12px;
|
|
234
|
+
width: 25%;
|
|
235
|
+
text-align: end;
|
|
236
|
+
-ms-flex-direction: column;
|
|
237
|
+
flex-direction: column;
|
|
238
|
+
-ms-flex-align: end;
|
|
239
|
+
align-items: flex-end;
|
|
240
|
+
-ms-flex-pack: start;
|
|
241
|
+
justify-content: flex-start;
|
|
242
|
+
}
|
|
243
|
+
.e-data-form .e-label-left .validation-message {
|
|
244
|
+
display: -ms-flexbox;
|
|
245
|
+
display: flex;
|
|
246
|
+
}
|
|
247
|
+
.e-data-form .e-form-group {
|
|
248
|
+
border: none;
|
|
249
|
+
padding: 0;
|
|
250
|
+
margin: 0;
|
|
251
|
+
}
|
|
252
|
+
.e-data-form .e-form-group .e-group-title {
|
|
253
|
+
position: relative;
|
|
254
|
+
display: inline-block;
|
|
255
|
+
padding-bottom: 8px;
|
|
256
|
+
/* Gap between text and border */
|
|
257
|
+
margin-bottom: 4px;
|
|
258
|
+
font-size: 16px;
|
|
259
|
+
}
|
|
260
|
+
.e-data-form .e-form-group .e-group-title::after {
|
|
261
|
+
content: "";
|
|
262
|
+
position: absolute;
|
|
263
|
+
bottom: 0;
|
|
264
|
+
left: 0;
|
|
265
|
+
width: 100%;
|
|
266
|
+
height: 1px;
|
|
267
|
+
border-bottom: 1px solid var(--color-sf-outline-variant);
|
|
268
|
+
}
|
|
269
|
+
.e-data-form .e-label-top {
|
|
270
|
+
display: -ms-flexbox;
|
|
271
|
+
display: flex;
|
|
272
|
+
-ms-flex-direction: column;
|
|
273
|
+
flex-direction: column;
|
|
274
|
+
margin-top: 20px;
|
|
275
|
+
}
|
|
276
|
+
.e-data-form .e-label-top .e-label-right {
|
|
277
|
+
display: -ms-flexbox;
|
|
278
|
+
display: flex;
|
|
279
|
+
-ms-flex-align: center;
|
|
280
|
+
align-items: center;
|
|
281
|
+
}
|
|
282
|
+
.e-data-form .e-label-top .e-label-right .e-switch-wrapper + .e-form-label {
|
|
283
|
+
margin-top: 3px;
|
|
284
|
+
margin-left: 5px;
|
|
285
|
+
}
|
|
286
|
+
.e-data-form .e-label-top .e-label-right .e-checkbox-wrapper + .e-form-label {
|
|
287
|
+
margin-top: 6px;
|
|
288
|
+
}
|
|
289
|
+
.e-data-form .e-label-left {
|
|
290
|
+
display: -ms-flexbox;
|
|
291
|
+
display: flex;
|
|
292
|
+
text-align: center;
|
|
293
|
+
margin-top: 20px;
|
|
294
|
+
}
|
|
295
|
+
.e-data-form .e-button-left {
|
|
296
|
+
-ms-flex-pack: start;
|
|
297
|
+
justify-content: flex-start;
|
|
298
|
+
}
|
|
299
|
+
.e-data-form .e-button-right {
|
|
300
|
+
-ms-flex-pack: end;
|
|
301
|
+
justify-content: flex-end;
|
|
302
|
+
}
|
|
303
|
+
.e-data-form .e-button-center {
|
|
304
|
+
-ms-flex-pack: center;
|
|
305
|
+
justify-content: center;
|
|
306
|
+
}
|
|
307
|
+
.e-data-form .e-button-left, .e-data-form .e-button-right, .e-data-form .e-button-center, .e-data-form .e-button-stretch {
|
|
308
|
+
margin-top: 24px;
|
|
309
|
+
display: -ms-flexbox;
|
|
310
|
+
display: flex;
|
|
311
|
+
gap: 10px;
|
|
312
|
+
}
|
|
313
|
+
.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 {
|
|
314
|
+
border-radius: 20px;
|
|
315
|
+
padding: 7px 16px;
|
|
316
|
+
}
|
|
317
|
+
.e-data-form .e-button-stretch .e-btn {
|
|
318
|
+
width: 100%;
|
|
319
|
+
}
|
|
320
|
+
.e-data-form > :first-child.e-form-layout {
|
|
321
|
+
margin-top: 0;
|
|
322
|
+
}
|
|
323
|
+
.e-data-form .e-form-group-layout {
|
|
324
|
+
display: -ms-grid;
|
|
325
|
+
display: grid;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
/*! data-form theme */
|
|
329
|
+
.e-data-form .e-form-label {
|
|
330
|
+
color: var(--color-sf-on-surface-variant);
|
|
331
|
+
}
|
|
332
|
+
.e-data-form .e-group-title {
|
|
333
|
+
color: var(--color-sf-on-secondary-container);
|
|
334
|
+
}
|
|
335
|
+
.e-data-form .validation-message {
|
|
336
|
+
color: var(--danger, #b3261e);
|
|
337
|
+
font-size: 12px;
|
|
338
|
+
font-style: italic;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip {
|
|
342
|
+
background-color: var(--color-sf-error-container);
|
|
343
|
+
border: var(--color-sf-error-container);
|
|
344
|
+
}
|
|
345
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
|
|
346
|
+
color: var(--danger, #b3261e);
|
|
347
|
+
}
|
|
348
|
+
.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 {
|
|
349
|
+
border-bottom-color: var(--color-sf-error-container);
|
|
350
|
+
color: var(--color-sf-error-container);
|
|
351
|
+
}
|
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
/*! FileManager's tailwind 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: 500;
|
|
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 #6b7280;
|
|
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: #d1d5db;
|
|
220
|
+
}
|
|
221
|
+
.e-data-form .e-group-title {
|
|
222
|
+
color: #9ca3af;
|
|
223
|
+
}
|
|
224
|
+
.e-data-form .validation-message {
|
|
225
|
+
color: #f87171;
|
|
226
|
+
font-size: 12px;
|
|
227
|
+
font-style: italic;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip {
|
|
231
|
+
background-color: #fee2e2;
|
|
232
|
+
border: #fee2e2;
|
|
233
|
+
}
|
|
234
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
|
|
235
|
+
color: #f87171;
|
|
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: #fee2e2;
|
|
239
|
+
color: #fee2e2;
|
|
240
|
+
}
|