@syncfusion/ej2-angular-dropdowns 25.2.7 → 26.1.35

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 (182) hide show
  1. package/CHANGELOG.md +2445 -0
  2. package/esm2020/public_api.mjs +1 -2
  3. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +0 -2
  4. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +1 -1
  5. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -2
  6. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +1 -1
  7. package/package.json +9 -9
  8. package/schematics/utils/lib-details.js +2 -2
  9. package/schematics/utils/lib-details.ts +2 -2
  10. package/styles/auto-complete/bootstrap-dark.css +109 -1
  11. package/styles/auto-complete/bootstrap.css +109 -1
  12. package/styles/auto-complete/bootstrap4.css +163 -1
  13. package/styles/auto-complete/bootstrap5-dark.css +151 -1
  14. package/styles/auto-complete/bootstrap5.css +151 -1
  15. package/styles/auto-complete/fabric-dark.css +84 -1
  16. package/styles/auto-complete/fabric.css +77 -1
  17. package/styles/auto-complete/fluent-dark.css +131 -1
  18. package/styles/auto-complete/fluent.css +131 -1
  19. package/styles/auto-complete/fluent2.css +1140 -0
  20. package/styles/auto-complete/fluent2.scss +1 -0
  21. package/styles/auto-complete/highcontrast-light.css +81 -1
  22. package/styles/auto-complete/highcontrast.css +81 -1
  23. package/styles/auto-complete/material-dark.css +118 -1
  24. package/styles/auto-complete/material.css +143 -1
  25. package/styles/auto-complete/material3-dark.css +263 -1
  26. package/styles/auto-complete/material3.css +375 -1
  27. package/styles/auto-complete/tailwind-dark.css +106 -1
  28. package/styles/auto-complete/tailwind.css +106 -1
  29. package/styles/bootstrap-dark.css +3439 -1
  30. package/styles/bootstrap.css +3444 -1
  31. package/styles/bootstrap4.css +3692 -1
  32. package/styles/bootstrap5-dark.css +3614 -1
  33. package/styles/bootstrap5.css +3614 -1
  34. package/styles/combo-box/bootstrap-dark.css +109 -1
  35. package/styles/combo-box/bootstrap.css +109 -1
  36. package/styles/combo-box/bootstrap4.css +163 -1
  37. package/styles/combo-box/bootstrap5-dark.css +151 -1
  38. package/styles/combo-box/bootstrap5.css +151 -1
  39. package/styles/combo-box/fabric-dark.css +84 -1
  40. package/styles/combo-box/fabric.css +77 -1
  41. package/styles/combo-box/fluent-dark.css +131 -1
  42. package/styles/combo-box/fluent.css +131 -1
  43. package/styles/combo-box/fluent2.css +1140 -0
  44. package/styles/combo-box/fluent2.scss +1 -0
  45. package/styles/combo-box/highcontrast-light.css +81 -1
  46. package/styles/combo-box/highcontrast.css +81 -1
  47. package/styles/combo-box/material-dark.css +118 -1
  48. package/styles/combo-box/material.css +143 -1
  49. package/styles/combo-box/material3-dark.css +263 -1
  50. package/styles/combo-box/material3.css +375 -1
  51. package/styles/combo-box/tailwind-dark.css +106 -1
  52. package/styles/combo-box/tailwind.css +106 -1
  53. package/styles/drop-down-base/bootstrap-dark.css +373 -1
  54. package/styles/drop-down-base/bootstrap.css +373 -1
  55. package/styles/drop-down-base/bootstrap4.css +383 -1
  56. package/styles/drop-down-base/bootstrap5-dark.css +405 -1
  57. package/styles/drop-down-base/bootstrap5.css +405 -1
  58. package/styles/drop-down-base/fabric-dark.css +373 -1
  59. package/styles/drop-down-base/fabric.css +373 -1
  60. package/styles/drop-down-base/fluent-dark.css +421 -1
  61. package/styles/drop-down-base/fluent.css +421 -1
  62. package/styles/drop-down-base/fluent2.css +1447 -0
  63. package/styles/drop-down-base/fluent2.scss +1 -0
  64. package/styles/drop-down-base/highcontrast-light.css +387 -1
  65. package/styles/drop-down-base/highcontrast.css +387 -1
  66. package/styles/drop-down-base/material-dark.css +372 -1
  67. package/styles/drop-down-base/material.css +372 -1
  68. package/styles/drop-down-base/material3-dark.css +492 -1
  69. package/styles/drop-down-base/material3.css +604 -1
  70. package/styles/drop-down-base/tailwind-dark.css +481 -1
  71. package/styles/drop-down-base/tailwind.css +481 -1
  72. package/styles/drop-down-list/bootstrap-dark.css +433 -1
  73. package/styles/drop-down-list/bootstrap.css +433 -1
  74. package/styles/drop-down-list/bootstrap4.css +477 -1
  75. package/styles/drop-down-list/bootstrap5-dark.css +490 -1
  76. package/styles/drop-down-list/bootstrap5.css +490 -1
  77. package/styles/drop-down-list/fabric-dark.css +408 -1
  78. package/styles/drop-down-list/fabric.css +401 -1
  79. package/styles/drop-down-list/fluent-dark.css +471 -1
  80. package/styles/drop-down-list/fluent.css +471 -1
  81. package/styles/drop-down-list/fluent2.css +1684 -0
  82. package/styles/drop-down-list/fluent2.scss +1 -0
  83. package/styles/drop-down-list/highcontrast-light.css +419 -1
  84. package/styles/drop-down-list/highcontrast.css +419 -1
  85. package/styles/drop-down-list/material-dark.css +455 -1
  86. package/styles/drop-down-list/material.css +499 -1
  87. package/styles/drop-down-list/material3-dark.css +626 -1
  88. package/styles/drop-down-list/material3.css +738 -1
  89. package/styles/drop-down-list/tailwind-dark.css +428 -1
  90. package/styles/drop-down-list/tailwind.css +428 -1
  91. package/styles/drop-down-tree/bootstrap-dark.css +464 -1
  92. package/styles/drop-down-tree/bootstrap.css +465 -1
  93. package/styles/drop-down-tree/bootstrap4.css +498 -1
  94. package/styles/drop-down-tree/bootstrap5-dark.css +544 -1
  95. package/styles/drop-down-tree/bootstrap5.css +544 -1
  96. package/styles/drop-down-tree/fabric-dark.css +466 -1
  97. package/styles/drop-down-tree/fabric.css +467 -1
  98. package/styles/drop-down-tree/fluent-dark.css +549 -1
  99. package/styles/drop-down-tree/fluent.css +549 -1
  100. package/styles/drop-down-tree/fluent2.css +1732 -0
  101. package/styles/drop-down-tree/fluent2.scss +1 -0
  102. package/styles/drop-down-tree/highcontrast-light.css +481 -1
  103. package/styles/drop-down-tree/highcontrast.css +491 -1
  104. package/styles/drop-down-tree/material-dark.css +790 -1
  105. package/styles/drop-down-tree/material.css +814 -1
  106. package/styles/drop-down-tree/material3-dark.css +580 -1
  107. package/styles/drop-down-tree/material3.css +692 -1
  108. package/styles/drop-down-tree/tailwind-dark.css +579 -1
  109. package/styles/drop-down-tree/tailwind.css +579 -1
  110. package/styles/fabric-dark.css +3413 -1
  111. package/styles/fabric.css +3413 -1
  112. package/styles/fluent-dark.css +3689 -1
  113. package/styles/fluent.css +3689 -1
  114. package/styles/fluent2.css +12401 -0
  115. package/styles/fluent2.scss +8 -0
  116. package/styles/highcontrast-light.css +3525 -1
  117. package/styles/highcontrast.css +3553 -1
  118. package/styles/list-box/bootstrap-dark.css +915 -1
  119. package/styles/list-box/bootstrap.css +926 -1
  120. package/styles/list-box/bootstrap4.css +980 -1
  121. package/styles/list-box/bootstrap5-dark.css +952 -1
  122. package/styles/list-box/bootstrap5.css +952 -1
  123. package/styles/list-box/fabric-dark.css +915 -1
  124. package/styles/list-box/fabric.css +926 -1
  125. package/styles/list-box/fluent-dark.css +952 -1
  126. package/styles/list-box/fluent.css +952 -1
  127. package/styles/list-box/fluent2.css +2029 -0
  128. package/styles/list-box/fluent2.scss +1 -0
  129. package/styles/list-box/highcontrast-light.css +929 -1
  130. package/styles/list-box/highcontrast.css +940 -1
  131. package/styles/list-box/material-dark.css +914 -1
  132. package/styles/list-box/material.css +925 -1
  133. package/styles/list-box/material3-dark.css +1025 -1
  134. package/styles/list-box/material3.css +1137 -1
  135. package/styles/list-box/tailwind-dark.css +961 -1
  136. package/styles/list-box/tailwind.css +961 -1
  137. package/styles/material-dark.css +4927 -1
  138. package/styles/material.css +5006 -1
  139. package/styles/material3-dark.css +5644 -1
  140. package/styles/material3.css +6540 -1
  141. package/styles/mention/bootstrap-dark.css +53 -1
  142. package/styles/mention/bootstrap.css +53 -1
  143. package/styles/mention/bootstrap4.css +63 -1
  144. package/styles/mention/bootstrap5-dark.css +82 -1
  145. package/styles/mention/bootstrap5.css +82 -1
  146. package/styles/mention/fabric-dark.css +53 -1
  147. package/styles/mention/fabric.css +53 -1
  148. package/styles/mention/fluent-dark.css +82 -1
  149. package/styles/mention/fluent.css +82 -1
  150. package/styles/mention/fluent2.css +1130 -0
  151. package/styles/mention/fluent2.scss +1 -0
  152. package/styles/mention/highcontrast-light.css +67 -1
  153. package/styles/mention/highcontrast.css +67 -1
  154. package/styles/mention/material-dark.css +52 -1
  155. package/styles/mention/material.css +52 -1
  156. package/styles/mention/material3-dark.css +165 -1
  157. package/styles/mention/material3.css +277 -1
  158. package/styles/mention/tailwind-dark.css +91 -1
  159. package/styles/mention/tailwind.css +91 -1
  160. package/styles/multi-select/bootstrap-dark.css +1318 -1
  161. package/styles/multi-select/bootstrap.css +1311 -1
  162. package/styles/multi-select/bootstrap4.css +1442 -1
  163. package/styles/multi-select/bootstrap5-dark.css +1389 -1
  164. package/styles/multi-select/bootstrap5.css +1389 -1
  165. package/styles/multi-select/fabric-dark.css +1315 -1
  166. package/styles/multi-select/fabric.css +1310 -1
  167. package/styles/multi-select/fluent-dark.css +1462 -1
  168. package/styles/multi-select/fluent.css +1462 -1
  169. package/styles/multi-select/fluent2.css +2663 -0
  170. package/styles/multi-select/fluent2.scss +1 -0
  171. package/styles/multi-select/highcontrast-light.css +1429 -1
  172. package/styles/multi-select/highcontrast.css +1436 -1
  173. package/styles/multi-select/material-dark.css +2470 -1
  174. package/styles/multi-select/material.css +2490 -1
  175. package/styles/multi-select/material3-dark.css +2683 -1
  176. package/styles/multi-select/material3.css +2795 -1
  177. package/styles/multi-select/tailwind-dark.css +1383 -1
  178. package/styles/multi-select/tailwind.css +1383 -1
  179. package/styles/tailwind-dark.css +3630 -1
  180. package/styles/tailwind.css +3630 -1
  181. package/license +0 -10
  182. package/postinstall/tagchange.js +0 -18
@@ -1 +1,471 @@
1
- @import '@syncfusion/ej2-dropdowns/styles/drop-down-list/fluent.css';
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */
3
+ /* stylelint-disable property-no-vendor-prefix */
4
+ @-webkit-keyframes material-spinner-rotate {
5
+ 0% {
6
+ -webkit-transform: rotate(0);
7
+ transform: rotate(0);
8
+ }
9
+ 100% {
10
+ -webkit-transform: rotate(360deg);
11
+ transform: rotate(360deg);
12
+ }
13
+ }
14
+ @keyframes material-spinner-rotate {
15
+ 0% {
16
+ -webkit-transform: rotate(0);
17
+ transform: rotate(0);
18
+ }
19
+ 100% {
20
+ -webkit-transform: rotate(360deg);
21
+ transform: rotate(360deg);
22
+ }
23
+ }
24
+ @-webkit-keyframes fabric-spinner-rotate {
25
+ 0% {
26
+ -webkit-transform: rotate(0);
27
+ transform: rotate(0);
28
+ }
29
+ 100% {
30
+ -webkit-transform: rotate(360deg);
31
+ transform: rotate(360deg);
32
+ }
33
+ }
34
+ @keyframes fabric-spinner-rotate {
35
+ 0% {
36
+ -webkit-transform: rotate(0);
37
+ transform: rotate(0);
38
+ }
39
+ 100% {
40
+ -webkit-transform: rotate(360deg);
41
+ transform: rotate(360deg);
42
+ }
43
+ }
44
+ .e-dropdownbase .e-list-group-item,
45
+ .e-fixed-head {
46
+ font-size: 12px;
47
+ }
48
+
49
+ .e-small .e-dropdownbase .e-list-group-item,
50
+ .e-small .e-fixed-head,
51
+ .e-small.e-dropdownbase .e-list-group-item,
52
+ .e-small.e-fixed-head {
53
+ font-size: 10px;
54
+ }
55
+
56
+ .e-bigger .e-dropdownbase .e-list-group-item,
57
+ .e-bigger .e-fixed-head,
58
+ .e-bigger.e-dropdownbase .e-list-group-item,
59
+ .e-bigger.e-fixed-head {
60
+ font-size: 14px;
61
+ }
62
+
63
+ .e-bigger.e-small .e-dropdownbase .e-list-group-item,
64
+ .e-bigger.e-small .e-fixed-head,
65
+ .e-bigger.e-small.e-dropdownbase .e-list-group-item,
66
+ .e-bigger.e-small.e-fixed-head {
67
+ font-size: 12px;
68
+ }
69
+
70
+ .e-dropdownbase .e-list-item .e-list-icon {
71
+ padding: 0 8px 0 0;
72
+ }
73
+
74
+ .e-bigger .e-dropdownbase .e-list-item .e-list-icon,
75
+ .e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
76
+ padding: 0 12px 0 0;
77
+ }
78
+
79
+ .e-small .e-dropdownbase .e-list-item .e-list-icon {
80
+ padding: 0 8px 0 0;
81
+ }
82
+
83
+ .e-popup.e-ddl {
84
+ border-radius: 4px;
85
+ -webkit-box-shadow: none;
86
+ box-shadow: none;
87
+ margin-top: 1px;
88
+ }
89
+ .e-popup.e-ddl .e-input-group {
90
+ width: auto;
91
+ }
92
+ .e-popup.e-ddl .e-input-group input {
93
+ line-height: 15px;
94
+ }
95
+
96
+ .e-popup.e-ddl .e-dropdownbase {
97
+ min-height: 26px;
98
+ }
99
+
100
+ .e-popup.e-ddl .e-filter-parent .e-input-group {
101
+ display: -webkit-box;
102
+ display: -ms-flexbox;
103
+ display: flex;
104
+ width: auto;
105
+ }
106
+ .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
107
+ border: 0;
108
+ }
109
+
110
+ .e-bigger .e-popup.e-ddl-device-filter {
111
+ margin-top: 0;
112
+ }
113
+
114
+ .e-bigger .e-popup.e-ddl .e-list-item {
115
+ font-size: 16px;
116
+ line-height: 32px;
117
+ padding-left: 0;
118
+ text-indent: 16px;
119
+ }
120
+
121
+ .e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
122
+ font-size: 14px;
123
+ line-height: 32px;
124
+ padding-left: 0;
125
+ text-indent: 16px;
126
+ }
127
+
128
+ .e-bigger .e-popup.e-ddl .e-dropdownbase {
129
+ min-height: 40px;
130
+ }
131
+
132
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
133
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] {
134
+ background: transparent;
135
+ }
136
+
137
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
138
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
139
+ background: #fff;
140
+ }
141
+
142
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
143
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
144
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
145
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
146
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
147
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
148
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
149
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
150
+ background: none;
151
+ color: #605e5c;
152
+ }
153
+
154
+ .e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
155
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
156
+ .e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
157
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
158
+ background: transparent;
159
+ color: #605e5c;
160
+ }
161
+
162
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
163
+ .e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
164
+ .e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
165
+ .e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
166
+ border: 0;
167
+ }
168
+
169
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
170
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
171
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
172
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
173
+ -webkit-box-shadow: none;
174
+ box-shadow: none;
175
+ }
176
+
177
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
178
+ background: none;
179
+ display: -webkit-box;
180
+ display: -ms-flexbox;
181
+ display: flex;
182
+ position: relative;
183
+ }
184
+
185
+ .e-ddl.e-popup .e-filter-parent .e-input-group,
186
+ .e-ddl.e-popup .e-filter-parent {
187
+ background: #fff;
188
+ }
189
+
190
+ .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
191
+ font-size: 14px;
192
+ }
193
+
194
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
195
+ font-size: 16px;
196
+ }
197
+
198
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
199
+ font-size: 14px;
200
+ line-height: 34px;
201
+ padding-left: 0;
202
+ text-indent: 16px;
203
+ }
204
+
205
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
206
+ height: 30px;
207
+ }
208
+
209
+ .e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
210
+ min-height: 34px;
211
+ }
212
+
213
+ .e-ddl .e-search-icon::before {
214
+ content: "\e754";
215
+ }
216
+
217
+ .e-ddl .e-back-icon::before {
218
+ content: "\e773";
219
+ }
220
+
221
+ .e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
222
+ content: "\e729";
223
+ font-family: "e-icons";
224
+ }
225
+
226
+ .e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
227
+ margin-left: -20px;
228
+ }
229
+
230
+ .e-bigger .e-ddl.e-popup .e-list-item {
231
+ font-size: 16px;
232
+ }
233
+ .e-bigger .e-ddl.e-popup .e-list-group-item {
234
+ font-size: 16px;
235
+ }
236
+ .e-bigger.e-ddl.e-popup .e-list-item {
237
+ font-size: 16px;
238
+ }
239
+ .e-bigger.e-ddl.e-popup .e-list-group-item {
240
+ font-size: 16px;
241
+ }
242
+ .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
243
+ display: block;
244
+ visibility: hidden;
245
+ }
246
+
247
+ .e-popup-full-page {
248
+ bottom: 0;
249
+ left: 0;
250
+ margin: 0;
251
+ overflow: hidden;
252
+ padding: 0;
253
+ right: 0;
254
+ top: 0;
255
+ }
256
+ .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
257
+ margin: 0;
258
+ }
259
+
260
+ .e-ddl.e-control-wrapper .e-ddl-disable-icon {
261
+ position: relative;
262
+ }
263
+
264
+ .e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
265
+ content: "";
266
+ }
267
+
268
+ .e-ddl-device-filter .e-filter-parent {
269
+ background-color: #fff;
270
+ }
271
+
272
+ /* stylelint-disable property-no-vendor-prefix */
273
+ .e-ddl input.e-input::-webkit-contacts-auto-fill-button {
274
+ display: none;
275
+ pointer-events: none;
276
+ position: absolute;
277
+ right: 0;
278
+ visibility: hidden;
279
+ }
280
+
281
+ /* stylelint-enable property-no-vendor-prefix */
282
+ .e-filter-parent {
283
+ border: 0;
284
+ border-top-width: 0;
285
+ -webkit-box-shadow: none;
286
+ box-shadow: none;
287
+ display: block;
288
+ padding: 8px;
289
+ border-bottom: 1px solid #edebe9;
290
+ }
291
+
292
+ .e-ddl.e-input-group:not(.e-disabled) {
293
+ cursor: pointer;
294
+ }
295
+
296
+ .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before, .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after {
297
+ width: 0;
298
+ }
299
+
300
+ .e-ddl.e-popup {
301
+ background: #fff;
302
+ border: 1px solid #edebe9;
303
+ position: absolute;
304
+ }
305
+ .e-ddl.e-popup .e-search-icon {
306
+ margin: 0;
307
+ opacity: 0.57;
308
+ padding: 12px 8px 8px;
309
+ }
310
+
311
+ .e-ddl.e-popup .e-filter-parent .e-back-icon {
312
+ padding: 0 8px;
313
+ }
314
+
315
+ .e-ddl.e-popup .e-input-group {
316
+ margin-bottom: 0;
317
+ }
318
+
319
+ .e-ddl.e-popup .e-ddl-footer, .e-ddl.e-popup .e-ddl-header {
320
+ cursor: default;
321
+ }
322
+
323
+ /* stylelint-disable property-no-vendor-prefix */
324
+ .e-ddl.e-input-group .e-ddl-hidden,
325
+ .e-ddl.e-float-input .e-ddl-hidden {
326
+ -webkit-appearance: initial;
327
+ border: 0;
328
+ height: 0;
329
+ padding: 0;
330
+ visibility: hidden;
331
+ width: 0;
332
+ }
333
+
334
+ .e-ddl.e-input-group,
335
+ .e-ddl.e-input-group.e-input-focus:focus {
336
+ outline: none;
337
+ }
338
+
339
+ .e-dropdownbase .e-list-item .e-highlight {
340
+ display: inline;
341
+ font-weight: bold;
342
+ vertical-align: baseline;
343
+ }
344
+
345
+ .e-ddl.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide),
346
+ .e-float-input input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide),
347
+ .e-float-input.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide) {
348
+ opacity: 1;
349
+ }
350
+
351
+ .e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
352
+ .e-input-group input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
353
+ .e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
354
+ .e-float-input input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
355
+ .e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
356
+ .e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
357
+ .e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon {
358
+ display: -webkit-box;
359
+ display: -ms-flexbox;
360
+ display: flex;
361
+ }
362
+
363
+ .e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
364
+ .e-input-group input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
365
+ .e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
366
+ .e-float-input input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
367
+ .e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
368
+ .e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
369
+ .e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide {
370
+ display: none;
371
+ }
372
+
373
+ .e-input-group.e-static-clear input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
374
+ .e-input-group.e-static-clear.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
375
+ .e-float-input.e-static-clear input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
376
+ .e-float-input.e-static-clear.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
377
+ .e-float-input.e-static-clear.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
378
+ .e-float-input.e-static-clear.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide {
379
+ cursor: pointer;
380
+ display: -webkit-box;
381
+ display: -ms-flexbox;
382
+ display: flex;
383
+ }
384
+
385
+ .e-ddl.e-input-group .e-input-value,
386
+ .e-ddl.e-input-group .e-input-value:focus {
387
+ font-family: inherit;
388
+ font-size: 14px;
389
+ height: auto;
390
+ margin: 0;
391
+ outline: none;
392
+ width: 100%;
393
+ }
394
+ .e-ddl.e-input-group input[readonly].e-input,
395
+ .e-ddl.e-input-group input[readonly],
396
+ .e-ddl.e-input-group .e-dropdownlist {
397
+ pointer-events: none;
398
+ }
399
+
400
+ .e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
401
+ opacity: 0.7;
402
+ pointer-events: none;
403
+ }
404
+
405
+ ejs-autocomplete,
406
+ ejs-combobox,
407
+ ejs-dropdownlist {
408
+ display: block;
409
+ }
410
+
411
+ .e-small .e-ddl.e-popup .e-list-item,
412
+ .e-input-group.e-ddl.e-small .e-list-item {
413
+ font-size: 12px;
414
+ }
415
+ .e-small .e-ddl.e-popup .e-list-group-item,
416
+ .e-input-group.e-ddl.e-small .e-list-group-item {
417
+ font-size: 12px;
418
+ }
419
+
420
+ .e-small.e-ddl.e-popup .e-list-item,
421
+ .e-input-group.e-ddl.e-small .e-list-item {
422
+ font-size: 12px;
423
+ }
424
+ .e-small.e-ddl.e-popup .e-list-group-item,
425
+ .e-input-group.e-ddl.e-small .e-list-group-item {
426
+ font-size: 12px;
427
+ }
428
+
429
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item,
430
+ .e-bigger .e-input-group.e-ddl.e-small .e-list-item {
431
+ font-size: 14px;
432
+ }
433
+ .e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
434
+ .e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
435
+ font-size: 14px;
436
+ }
437
+
438
+ .e-bigger.e-small.e-ddl.e-popup .e-list-item,
439
+ .e-bigger .e-input-group.e-ddl.e-small .e-list-item {
440
+ font-size: 14px;
441
+ }
442
+ .e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
443
+ .e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
444
+ font-size: 14px;
445
+ }
446
+
447
+ .e-content-placeholder.e-ddl.e-placeholder-ddl,
448
+ .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
449
+ .e-content-placeholder.e-combobox.e-placeholder-combobox {
450
+ background-size: 300px 33px;
451
+ min-height: 33px;
452
+ }
453
+
454
+ .e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl,
455
+ .e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl,
456
+ .e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
457
+ .e-bigger.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
458
+ .e-bigger .e-content-placeholder.e-combobox.e-placeholder-combobox,
459
+ .e-bigger.e-content-placeholder.e-combobox.e-placeholder-combobox {
460
+ background-size: 300px 40px;
461
+ min-height: 40px;
462
+ }
463
+
464
+ .e-popup {
465
+ border-color: #edebe9;
466
+ }
467
+
468
+ .e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
469
+ .e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
470
+ color: #201f1e;
471
+ }