@syncfusion/ej2-angular-dropdowns 26.1.42 → 26.2.4-ngcc

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