@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.
Files changed (142) hide show
  1. package/package.json +9 -9
  2. package/schematics/utils/lib-details.d.ts +2 -2
  3. package/schematics/utils/lib-details.js +2 -2
  4. package/schematics/utils/lib-details.ts +2 -2
  5. package/styles/bootstrap-dark.css +263 -3
  6. package/styles/bootstrap-dark.scss +1 -0
  7. package/styles/bootstrap.css +263 -3
  8. package/styles/bootstrap.scss +1 -0
  9. package/styles/bootstrap4.css +263 -3
  10. package/styles/bootstrap4.scss +1 -0
  11. package/styles/bootstrap5-dark.css +276 -3
  12. package/styles/bootstrap5-dark.scss +1 -0
  13. package/styles/bootstrap5.css +276 -3
  14. package/styles/bootstrap5.scss +1 -0
  15. package/styles/color-picker/_layout.scss +36 -0
  16. package/styles/color-picker/bootstrap5-dark.css +13 -0
  17. package/styles/color-picker/bootstrap5.css +13 -0
  18. package/styles/color-picker/fabric.css +5 -0
  19. package/styles/color-picker/fluent-dark.css +13 -0
  20. package/styles/color-picker/fluent.css +13 -0
  21. package/styles/color-picker/material.css +13 -0
  22. package/styles/color-picker/material3-dark.css +18 -0
  23. package/styles/color-picker/material3.css +18 -0
  24. package/styles/color-picker/tailwind-dark.css +13 -0
  25. package/styles/color-picker/tailwind.css +13 -0
  26. package/styles/data-form/_all.scss +2 -0
  27. package/styles/data-form/_bootstrap-dark-definition.scss +42 -0
  28. package/styles/data-form/_bootstrap-definition.scss +41 -0
  29. package/styles/data-form/_bootstrap4-definition.scss +41 -0
  30. package/styles/data-form/_bootstrap5-dark-definition.scss +1 -0
  31. package/styles/data-form/_bootstrap5-definition.scss +41 -0
  32. package/styles/data-form/_fabric-dark-definition.scss +41 -0
  33. package/styles/data-form/_fabric-definition.scss +41 -0
  34. package/styles/data-form/_fluent-dark-definition.scss +1 -0
  35. package/styles/data-form/_fluent-definition.scss +41 -0
  36. package/styles/data-form/_fusionnew-definition.scss +41 -0
  37. package/styles/data-form/_highcontrast-definition.scss +41 -0
  38. package/styles/data-form/_highcontrast-light-definition.scss +41 -0
  39. package/styles/data-form/_layout.scss +223 -0
  40. package/styles/data-form/_material-dark-definition.scss +41 -0
  41. package/styles/data-form/_material-definition.scss +42 -0
  42. package/styles/data-form/_material3-dark-definition.scss +1 -0
  43. package/styles/data-form/_material3-definition.scss +41 -0
  44. package/styles/data-form/_tailwind-dark-definition.scss +1 -0
  45. package/styles/data-form/_tailwind-definition.scss +41 -0
  46. package/styles/data-form/_theme.scss +38 -0
  47. package/styles/data-form/bootstrap-dark.css +240 -0
  48. package/styles/data-form/bootstrap-dark.scss +3 -0
  49. package/styles/data-form/bootstrap.css +240 -0
  50. package/styles/data-form/bootstrap.scss +3 -0
  51. package/styles/data-form/bootstrap4.css +240 -0
  52. package/styles/data-form/bootstrap4.scss +3 -0
  53. package/styles/data-form/bootstrap5-dark.css +240 -0
  54. package/styles/data-form/bootstrap5-dark.scss +3 -0
  55. package/styles/data-form/bootstrap5.css +240 -0
  56. package/styles/data-form/bootstrap5.scss +3 -0
  57. package/styles/data-form/fabric-dark.css +240 -0
  58. package/styles/data-form/fabric-dark.scss +3 -0
  59. package/styles/data-form/fabric.css +240 -0
  60. package/styles/data-form/fabric.scss +3 -0
  61. package/styles/data-form/fluent-dark.css +240 -0
  62. package/styles/data-form/fluent-dark.scss +3 -0
  63. package/styles/data-form/fluent.css +240 -0
  64. package/styles/data-form/fluent.scss +3 -0
  65. package/styles/data-form/highcontrast-light.css +240 -0
  66. package/styles/data-form/highcontrast-light.scss +3 -0
  67. package/styles/data-form/highcontrast.css +240 -0
  68. package/styles/data-form/highcontrast.scss +3 -0
  69. package/styles/data-form/material-dark.css +240 -0
  70. package/styles/data-form/material-dark.scss +3 -0
  71. package/styles/data-form/material.css +240 -0
  72. package/styles/data-form/material.scss +3 -0
  73. package/styles/data-form/material3-dark.css +295 -0
  74. package/styles/data-form/material3-dark.scss +4 -0
  75. package/styles/data-form/material3.css +351 -0
  76. package/styles/data-form/material3.scss +4 -0
  77. package/styles/data-form/tailwind-dark.css +240 -0
  78. package/styles/data-form/tailwind-dark.scss +3 -0
  79. package/styles/data-form/tailwind.css +240 -0
  80. package/styles/data-form/tailwind.scss +3 -0
  81. package/styles/fabric-dark.css +263 -3
  82. package/styles/fabric-dark.scss +1 -0
  83. package/styles/fabric.css +268 -3
  84. package/styles/fabric.scss +1 -0
  85. package/styles/fluent-dark.css +276 -3
  86. package/styles/fluent-dark.scss +1 -0
  87. package/styles/fluent.css +276 -3
  88. package/styles/fluent.scss +1 -0
  89. package/styles/highcontrast-light.css +263 -3
  90. package/styles/highcontrast-light.scss +1 -0
  91. package/styles/highcontrast.css +263 -3
  92. package/styles/highcontrast.scss +1 -0
  93. package/styles/material-dark.css +275 -3
  94. package/styles/material-dark.scss +1 -0
  95. package/styles/material.css +288 -3
  96. package/styles/material.scss +1 -0
  97. package/styles/material3-dark.css +293 -3
  98. package/styles/material3-dark.scss +1 -0
  99. package/styles/material3.css +293 -3
  100. package/styles/material3.scss +1 -0
  101. package/styles/rating/_bootstrap-dark-definition.scss +4 -0
  102. package/styles/rating/_bootstrap-definition.scss +4 -0
  103. package/styles/rating/_bootstrap4-definition.scss +4 -0
  104. package/styles/rating/_bootstrap5-definition.scss +4 -0
  105. package/styles/rating/_fabric-dark-definition.scss +4 -0
  106. package/styles/rating/_fabric-definition.scss +4 -0
  107. package/styles/rating/_fluent-definition.scss +4 -0
  108. package/styles/rating/_fusionnew-definition.scss +4 -0
  109. package/styles/rating/_highcontrast-definition.scss +4 -0
  110. package/styles/rating/_highcontrast-light-definition.scss +4 -0
  111. package/styles/rating/_layout.scss +21 -7
  112. package/styles/rating/_material-dark-definition.scss +4 -0
  113. package/styles/rating/_material-definition.scss +4 -0
  114. package/styles/rating/_material3-definition.scss +4 -0
  115. package/styles/rating/_tailwind-definition.scss +4 -0
  116. package/styles/rating/_theme.scss +5 -2
  117. package/styles/rating/bootstrap-dark.css +22 -3
  118. package/styles/rating/bootstrap.css +22 -3
  119. package/styles/rating/bootstrap4.css +22 -3
  120. package/styles/rating/bootstrap5-dark.css +22 -3
  121. package/styles/rating/bootstrap5.css +22 -3
  122. package/styles/rating/fabric-dark.css +22 -3
  123. package/styles/rating/fabric.css +22 -3
  124. package/styles/rating/fluent-dark.css +22 -3
  125. package/styles/rating/fluent.css +22 -3
  126. package/styles/rating/highcontrast-light.css +22 -3
  127. package/styles/rating/highcontrast.css +22 -3
  128. package/styles/rating/material-dark.css +22 -3
  129. package/styles/rating/material.css +22 -3
  130. package/styles/rating/material3-dark.css +22 -3
  131. package/styles/rating/material3.css +22 -3
  132. package/styles/rating/tailwind-dark.css +22 -3
  133. package/styles/rating/tailwind.css +22 -3
  134. package/styles/slider/_layout.scss +4 -0
  135. package/styles/slider/material-dark.css +12 -0
  136. package/styles/slider/material.css +12 -0
  137. package/styles/slider/material3-dark.css +12 -0
  138. package/styles/slider/material3.css +12 -0
  139. package/styles/tailwind-dark.css +276 -3
  140. package/styles/tailwind-dark.scss +1 -0
  141. package/styles/tailwind.css +276 -3
  142. package/styles/tailwind.scss +1 -0
@@ -0,0 +1,3 @@
1
+ @import 'ej2-base/styles/definition/highcontrast-light.scss';
2
+ @import 'highcontrast-light-definition.scss';
3
+ @import 'all.scss';
@@ -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,3 @@
1
+ @import 'ej2-base/styles/definition/highcontrast.scss';
2
+ @import 'highcontrast-definition.scss';
3
+ @import 'all.scss';
@@ -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
+ }
@@ -0,0 +1,3 @@
1
+ @import 'ej2-base/styles/definition/material-dark.scss';
2
+ @import 'material-dark-definition.scss';
3
+ @import 'all.scss';