@syncfusion/ej2-dropdowns 32.1.24 → 32.2.3

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 (268) hide show
  1. package/.eslintrc.json +263 -0
  2. package/aceconfig.js +17 -0
  3. package/dist/ej2-dropdowns.min.js +2 -2
  4. package/dist/ej2-dropdowns.umd.min.js +2 -2
  5. package/dist/ej2-dropdowns.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-dropdowns.es2015.js +14 -6
  7. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  8. package/dist/es6/ej2-dropdowns.es5.js +14 -6
  9. package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
  10. package/dist/global/ej2-dropdowns.min.js +2 -2
  11. package/dist/global/ej2-dropdowns.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +8 -8
  14. package/src/drop-down-list/drop-down-list.js +1 -1
  15. package/src/multi-select/multi-select.js +13 -5
  16. package/styles/bds-lite.css +898 -898
  17. package/styles/bds.css +1302 -1302
  18. package/styles/bootstrap-dark-lite.css +870 -870
  19. package/styles/bootstrap-dark.css +1275 -1275
  20. package/styles/bootstrap-lite.css +867 -867
  21. package/styles/bootstrap.css +1278 -1278
  22. package/styles/bootstrap4-lite.css +1408 -1408
  23. package/styles/bootstrap4.css +1721 -1721
  24. package/styles/bootstrap5-dark-lite.css +1769 -1769
  25. package/styles/bootstrap5-dark.css +1710 -1710
  26. package/styles/bootstrap5-lite.css +1396 -1396
  27. package/styles/bootstrap5.3-lite.css +1138 -1138
  28. package/styles/bootstrap5.3.css +1592 -1592
  29. package/styles/bootstrap5.css +1711 -1711
  30. package/styles/drop-down-base/_all.bds.scss +1 -1
  31. package/styles/drop-down-base/_all.bootstrap-dark.scss +1 -1
  32. package/styles/drop-down-base/_all.bootstrap.scss +1 -1
  33. package/styles/drop-down-base/_all.bootstrap4.scss +1 -1
  34. package/styles/drop-down-base/_all.bootstrap5-dark.scss +1 -1
  35. package/styles/drop-down-base/_all.bootstrap5.3.scss +1 -1
  36. package/styles/drop-down-base/_all.bootstrap5.scss +1 -1
  37. package/styles/drop-down-base/_all.fabric-dark.scss +1 -1
  38. package/styles/drop-down-base/_all.fabric.scss +1 -1
  39. package/styles/drop-down-base/_all.fluent-dark.scss +1 -1
  40. package/styles/drop-down-base/_all.fluent.scss +1 -1
  41. package/styles/drop-down-base/_all.fluent2.scss +1 -1
  42. package/styles/drop-down-base/_all.highcontrast-light.scss +1 -1
  43. package/styles/drop-down-base/_all.highcontrast.scss +1 -1
  44. package/styles/drop-down-base/_all.material-dark.scss +1 -1
  45. package/styles/drop-down-base/_all.material.scss +1 -1
  46. package/styles/drop-down-base/_all.material3-dark.scss +1 -1
  47. package/styles/drop-down-base/_all.material3.scss +1 -1
  48. package/styles/drop-down-base/_all.tailwind-dark.scss +1 -1
  49. package/styles/drop-down-base/_all.tailwind.scss +1 -1
  50. package/styles/drop-down-base/_all.tailwind3.scss +1 -1
  51. package/styles/drop-down-base/bds.css +164 -164
  52. package/styles/drop-down-base/bootstrap-dark.css +130 -130
  53. package/styles/drop-down-base/bootstrap.css +130 -130
  54. package/styles/drop-down-base/bootstrap4.css +136 -136
  55. package/styles/drop-down-base/bootstrap5-dark.css +143 -143
  56. package/styles/drop-down-base/bootstrap5.3.css +219 -219
  57. package/styles/drop-down-base/bootstrap5.css +143 -143
  58. package/styles/drop-down-base/fabric-dark.css +130 -130
  59. package/styles/drop-down-base/fabric.css +130 -130
  60. package/styles/drop-down-base/fluent-dark.css +148 -148
  61. package/styles/drop-down-base/fluent.css +148 -148
  62. package/styles/drop-down-base/fluent2.css +215 -215
  63. package/styles/drop-down-base/highcontrast-light.css +146 -146
  64. package/styles/drop-down-base/highcontrast.css +146 -146
  65. package/styles/drop-down-base/material-dark.css +130 -130
  66. package/styles/drop-down-base/material.css +130 -130
  67. package/styles/drop-down-base/material3-dark.css +212 -212
  68. package/styles/drop-down-base/material3.css +214 -214
  69. package/styles/drop-down-base/tailwind-dark.css +155 -155
  70. package/styles/drop-down-base/tailwind.css +155 -155
  71. package/styles/drop-down-base/tailwind3.css +215 -215
  72. package/styles/drop-down-list/_all.bds.scss +1 -1
  73. package/styles/drop-down-list/_all.bootstrap-dark.scss +1 -1
  74. package/styles/drop-down-list/_all.bootstrap.scss +1 -1
  75. package/styles/drop-down-list/_all.bootstrap4.scss +1 -1
  76. package/styles/drop-down-list/_all.bootstrap5-dark.scss +1 -1
  77. package/styles/drop-down-list/_all.bootstrap5.3.scss +1 -1
  78. package/styles/drop-down-list/_all.bootstrap5.scss +1 -1
  79. package/styles/drop-down-list/_all.fabric-dark.scss +1 -1
  80. package/styles/drop-down-list/_all.fabric.scss +1 -1
  81. package/styles/drop-down-list/_all.fluent-dark.scss +1 -1
  82. package/styles/drop-down-list/_all.fluent.scss +1 -1
  83. package/styles/drop-down-list/_all.fluent2.scss +1 -1
  84. package/styles/drop-down-list/_all.highcontrast-light.scss +1 -1
  85. package/styles/drop-down-list/_all.highcontrast.scss +1 -1
  86. package/styles/drop-down-list/_all.material-dark.scss +1 -1
  87. package/styles/drop-down-list/_all.material.scss +1 -1
  88. package/styles/drop-down-list/_all.material3-dark.scss +1 -1
  89. package/styles/drop-down-list/_all.material3.scss +1 -1
  90. package/styles/drop-down-list/_all.tailwind-dark.scss +1 -1
  91. package/styles/drop-down-list/_all.tailwind.scss +1 -1
  92. package/styles/drop-down-list/_all.tailwind3.scss +1 -1
  93. package/styles/drop-down-list/bds.css +87 -87
  94. package/styles/drop-down-list/bootstrap-dark.css +74 -74
  95. package/styles/drop-down-list/bootstrap.css +74 -74
  96. package/styles/drop-down-list/bootstrap4.css +111 -111
  97. package/styles/drop-down-list/bootstrap5-dark.css +113 -113
  98. package/styles/drop-down-list/bootstrap5.3.css +197 -197
  99. package/styles/drop-down-list/bootstrap5.css +113 -113
  100. package/styles/drop-down-list/fabric-dark.css +48 -48
  101. package/styles/drop-down-list/fabric.css +48 -48
  102. package/styles/drop-down-list/fluent-dark.css +105 -105
  103. package/styles/drop-down-list/fluent.css +105 -105
  104. package/styles/drop-down-list/fluent2.css +204 -204
  105. package/styles/drop-down-list/highcontrast-light.css +63 -63
  106. package/styles/drop-down-list/highcontrast.css +64 -64
  107. package/styles/drop-down-list/material-dark.css +96 -96
  108. package/styles/drop-down-list/material.css +100 -100
  109. package/styles/drop-down-list/material3-dark.css +235 -235
  110. package/styles/drop-down-list/material3.css +235 -235
  111. package/styles/drop-down-list/tailwind-dark.css +83 -83
  112. package/styles/drop-down-list/tailwind.css +83 -83
  113. package/styles/drop-down-list/tailwind3.css +186 -186
  114. package/styles/drop-down-tree/_all.bds.scss +1 -1
  115. package/styles/drop-down-tree/_all.bootstrap-dark.scss +1 -1
  116. package/styles/drop-down-tree/_all.bootstrap.scss +1 -1
  117. package/styles/drop-down-tree/_all.bootstrap4.scss +1 -1
  118. package/styles/drop-down-tree/_all.bootstrap5-dark.scss +1 -1
  119. package/styles/drop-down-tree/_all.bootstrap5.3.scss +1 -1
  120. package/styles/drop-down-tree/_all.bootstrap5.scss +1 -1
  121. package/styles/drop-down-tree/_all.fabric-dark.scss +1 -1
  122. package/styles/drop-down-tree/_all.fabric.scss +1 -1
  123. package/styles/drop-down-tree/_all.fluent-dark.scss +1 -1
  124. package/styles/drop-down-tree/_all.fluent.scss +1 -1
  125. package/styles/drop-down-tree/_all.fluent2.scss +1 -1
  126. package/styles/drop-down-tree/_all.highcontrast-light.scss +1 -1
  127. package/styles/drop-down-tree/_all.highcontrast.scss +1 -1
  128. package/styles/drop-down-tree/_all.material-dark.scss +1 -1
  129. package/styles/drop-down-tree/_all.material.scss +1 -1
  130. package/styles/drop-down-tree/_all.material3-dark.scss +1 -1
  131. package/styles/drop-down-tree/_all.material3.scss +1 -1
  132. package/styles/drop-down-tree/_all.tailwind-dark.scss +1 -1
  133. package/styles/drop-down-tree/_all.tailwind.scss +1 -1
  134. package/styles/drop-down-tree/_all.tailwind3.scss +1 -1
  135. package/styles/drop-down-tree/bds.css +56 -56
  136. package/styles/drop-down-tree/bootstrap-dark.css +33 -33
  137. package/styles/drop-down-tree/bootstrap.css +33 -33
  138. package/styles/drop-down-tree/bootstrap4.css +39 -39
  139. package/styles/drop-down-tree/bootstrap5-dark.css +40 -40
  140. package/styles/drop-down-tree/bootstrap5.3.css +124 -124
  141. package/styles/drop-down-tree/bootstrap5.css +40 -40
  142. package/styles/drop-down-tree/fabric-dark.css +33 -33
  143. package/styles/drop-down-tree/fabric.css +33 -33
  144. package/styles/drop-down-tree/fluent-dark.css +33 -33
  145. package/styles/drop-down-tree/fluent.css +33 -33
  146. package/styles/drop-down-tree/fluent2.css +122 -122
  147. package/styles/drop-down-tree/highcontrast-light.css +33 -33
  148. package/styles/drop-down-tree/highcontrast.css +42 -42
  149. package/styles/drop-down-tree/material-dark.css +33 -33
  150. package/styles/drop-down-tree/material.css +33 -33
  151. package/styles/drop-down-tree/material3-dark.css +115 -115
  152. package/styles/drop-down-tree/material3.css +117 -117
  153. package/styles/drop-down-tree/tailwind-dark.css +52 -52
  154. package/styles/drop-down-tree/tailwind.css +52 -52
  155. package/styles/drop-down-tree/tailwind3.css +107 -107
  156. package/styles/fabric-dark-lite.css +877 -877
  157. package/styles/fabric-dark.css +1274 -1274
  158. package/styles/fabric-lite.css +877 -877
  159. package/styles/fabric.css +1147 -1147
  160. package/styles/fluent-dark-lite.css +1765 -1765
  161. package/styles/fluent-dark.css +1718 -1718
  162. package/styles/fluent-lite.css +1765 -1765
  163. package/styles/fluent.css +1718 -1718
  164. package/styles/fluent2-lite.css +2081 -2081
  165. package/styles/fluent2.css +1703 -1703
  166. package/styles/highcontrast-light-lite.css +1412 -1412
  167. package/styles/highcontrast-light.css +1760 -1760
  168. package/styles/highcontrast-lite.css +1751 -1751
  169. package/styles/highcontrast.css +1768 -1768
  170. package/styles/list-box/_all.bds.scss +1 -1
  171. package/styles/list-box/_all.bootstrap-dark.scss +1 -1
  172. package/styles/list-box/_all.bootstrap.scss +1 -1
  173. package/styles/list-box/_all.bootstrap4.scss +1 -1
  174. package/styles/list-box/_all.bootstrap5-dark.scss +1 -1
  175. package/styles/list-box/_all.bootstrap5.3.scss +1 -1
  176. package/styles/list-box/_all.bootstrap5.scss +1 -1
  177. package/styles/list-box/_all.fabric-dark.scss +1 -1
  178. package/styles/list-box/_all.fabric.scss +1 -1
  179. package/styles/list-box/_all.fluent-dark.scss +1 -1
  180. package/styles/list-box/_all.fluent.scss +1 -1
  181. package/styles/list-box/_all.fluent2.scss +1 -1
  182. package/styles/list-box/_all.highcontrast-light.scss +1 -1
  183. package/styles/list-box/_all.highcontrast.scss +1 -1
  184. package/styles/list-box/_all.material-dark.scss +1 -1
  185. package/styles/list-box/_all.material.scss +1 -1
  186. package/styles/list-box/_all.material3-dark.scss +1 -1
  187. package/styles/list-box/_all.material3.scss +1 -1
  188. package/styles/list-box/_all.tailwind-dark.scss +1 -1
  189. package/styles/list-box/_all.tailwind.scss +1 -1
  190. package/styles/list-box/_all.tailwind3.scss +1 -1
  191. package/styles/list-box/bds.css +654 -654
  192. package/styles/list-box/bootstrap-dark.css +644 -644
  193. package/styles/list-box/bootstrap.css +649 -649
  194. package/styles/list-box/bootstrap4.css +649 -649
  195. package/styles/list-box/bootstrap5-dark.css +649 -649
  196. package/styles/list-box/bootstrap5.3.css +659 -659
  197. package/styles/list-box/bootstrap5.css +649 -649
  198. package/styles/list-box/fabric-dark.css +644 -644
  199. package/styles/list-box/fabric.css +649 -649
  200. package/styles/list-box/fluent-dark.css +649 -649
  201. package/styles/list-box/fluent.css +649 -649
  202. package/styles/list-box/fluent2.css +692 -692
  203. package/styles/list-box/highcontrast-light.css +644 -644
  204. package/styles/list-box/highcontrast.css +649 -649
  205. package/styles/list-box/material-dark.css +643 -643
  206. package/styles/list-box/material.css +648 -648
  207. package/styles/list-box/material3-dark.css +659 -659
  208. package/styles/list-box/material3.css +659 -659
  209. package/styles/list-box/tailwind-dark.css +640 -640
  210. package/styles/list-box/tailwind.css +640 -640
  211. package/styles/list-box/tailwind3.css +698 -698
  212. package/styles/material-dark-lite.css +1566 -1566
  213. package/styles/material-dark.css +2278 -2278
  214. package/styles/material-lite.css +1659 -1659
  215. package/styles/material.css +1921 -1921
  216. package/styles/material3-dark-lite.css +2644 -2644
  217. package/styles/material3-dark.css +2687 -2687
  218. package/styles/material3-lite.css +2663 -2663
  219. package/styles/material3.css +2684 -2684
  220. package/styles/multi-select/_all.bds.scss +1 -1
  221. package/styles/multi-select/_all.bootstrap-dark.scss +1 -1
  222. package/styles/multi-select/_all.bootstrap.scss +1 -1
  223. package/styles/multi-select/_all.bootstrap4.scss +1 -1
  224. package/styles/multi-select/_all.bootstrap5-dark.scss +1 -1
  225. package/styles/multi-select/_all.bootstrap5.3.scss +1 -1
  226. package/styles/multi-select/_all.bootstrap5.scss +1 -1
  227. package/styles/multi-select/_all.fabric-dark.scss +1 -1
  228. package/styles/multi-select/_all.fabric.scss +1 -1
  229. package/styles/multi-select/_all.fluent-dark.scss +1 -1
  230. package/styles/multi-select/_all.fluent.scss +1 -1
  231. package/styles/multi-select/_all.fluent2.scss +1 -1
  232. package/styles/multi-select/_all.highcontrast-light.scss +1 -1
  233. package/styles/multi-select/_all.highcontrast.scss +1 -1
  234. package/styles/multi-select/_all.material-dark.scss +1 -1
  235. package/styles/multi-select/_all.material.scss +1 -1
  236. package/styles/multi-select/_all.material3-dark.scss +1 -1
  237. package/styles/multi-select/_all.material3.scss +1 -1
  238. package/styles/multi-select/_all.tailwind-dark.scss +1 -1
  239. package/styles/multi-select/_all.tailwind.scss +1 -1
  240. package/styles/multi-select/_all.tailwind3.scss +1 -1
  241. package/styles/multi-select/bds.css +221 -221
  242. package/styles/multi-select/bootstrap-dark.css +231 -231
  243. package/styles/multi-select/bootstrap.css +224 -224
  244. package/styles/multi-select/bootstrap4.css +676 -676
  245. package/styles/multi-select/bootstrap5-dark.css +235 -235
  246. package/styles/multi-select/bootstrap5.3.css +336 -336
  247. package/styles/multi-select/bootstrap5.css +235 -235
  248. package/styles/multi-select/fabric-dark.css +225 -225
  249. package/styles/multi-select/fabric.css +220 -220
  250. package/styles/multi-select/fluent-dark.css +677 -677
  251. package/styles/multi-select/fluent.css +677 -677
  252. package/styles/multi-select/fluent2.css +959 -959
  253. package/styles/multi-select/highcontrast-light.css +789 -789
  254. package/styles/multi-select/highcontrast.css +793 -793
  255. package/styles/multi-select/material-dark.css +918 -918
  256. package/styles/multi-select/material.css +920 -920
  257. package/styles/multi-select/material3-dark.css +1330 -1330
  258. package/styles/multi-select/material3.css +1334 -1334
  259. package/styles/multi-select/tailwind-dark.css +217 -217
  260. package/styles/multi-select/tailwind.css +217 -217
  261. package/styles/multi-select/tailwind3.css +326 -326
  262. package/styles/tailwind-dark-lite.css +861 -861
  263. package/styles/tailwind-dark.css +1263 -1263
  264. package/styles/tailwind-lite.css +862 -862
  265. package/styles/tailwind.css +1263 -1263
  266. package/styles/tailwind3-lite.css +1114 -1114
  267. package/styles/tailwind3.css +2339 -2339
  268. package/tslint.json +111 -0
@@ -134,54 +134,6 @@
134
134
  color: #fff;
135
135
  }
136
136
 
137
- .e-popup {
138
- border-color: #414040;
139
- }
140
-
141
- .e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
142
- .e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
143
- color: #000;
144
- }
145
-
146
- .e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
147
- border-color: transparent;
148
- }
149
-
150
- .e-ddl.e-popup {
151
- border: 0;
152
- -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
153
- box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
154
- margin-top: 1px;
155
- }
156
-
157
- .e-ddl.e-popup .e-input-group input {
158
- line-height: 15px;
159
- }
160
-
161
- .e-ddl.e-popup .e-input-group {
162
- display: -webkit-box;
163
- display: -ms-flexbox;
164
- display: flex;
165
- width: auto;
166
- }
167
-
168
- .e-ddl.e-popup .e-filter-parent {
169
- border-left-width: 0;
170
- border-right-width: 0;
171
- }
172
-
173
- .e-popup.e-ddl .e-dropdownbase {
174
- min-height: 26px;
175
- }
176
-
177
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
178
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
179
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
180
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover {
181
- background: transparent;
182
- color: #fff;
183
- }
184
-
185
137
  .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
186
138
  width: 100%;
187
139
  border: 0 solid;
@@ -451,6 +403,54 @@ ejs-dropdownlist {
451
403
  color: #fff;
452
404
  }
453
405
 
406
+ .e-popup {
407
+ border-color: #414040;
408
+ }
409
+
410
+ .e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
411
+ .e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
412
+ color: #000;
413
+ }
414
+
415
+ .e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
416
+ border-color: transparent;
417
+ }
418
+
419
+ .e-ddl.e-popup {
420
+ border: 0;
421
+ -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
422
+ box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
423
+ margin-top: 1px;
424
+ }
425
+
426
+ .e-ddl.e-popup .e-input-group input {
427
+ line-height: 15px;
428
+ }
429
+
430
+ .e-ddl.e-popup .e-input-group {
431
+ display: -webkit-box;
432
+ display: -ms-flexbox;
433
+ display: flex;
434
+ width: auto;
435
+ }
436
+
437
+ .e-ddl.e-popup .e-filter-parent {
438
+ border-left-width: 0;
439
+ border-right-width: 0;
440
+ }
441
+
442
+ .e-popup.e-ddl .e-dropdownbase {
443
+ min-height: 26px;
444
+ }
445
+
446
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
447
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
448
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
449
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover {
450
+ background: transparent;
451
+ color: #fff;
452
+ }
453
+
454
454
  .e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
455
455
  margin-left: -20px;
456
456
  }
@@ -134,54 +134,6 @@
134
134
  color: #333;
135
135
  }
136
136
 
137
- .e-popup {
138
- border-color: #eaeaea;
139
- }
140
-
141
- .e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
142
- .e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
143
- color: #333;
144
- }
145
-
146
- .e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
147
- border-color: transparent;
148
- }
149
-
150
- .e-ddl.e-popup {
151
- border: 0;
152
- -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
153
- box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
154
- margin-top: 1px;
155
- }
156
-
157
- .e-ddl.e-popup .e-input-group input {
158
- line-height: 15px;
159
- }
160
-
161
- .e-ddl.e-popup .e-input-group {
162
- display: -webkit-box;
163
- display: -ms-flexbox;
164
- display: flex;
165
- width: auto;
166
- }
167
-
168
- .e-popup.e-ddl .e-dropdownbase {
169
- min-height: 26px;
170
- }
171
-
172
- .e-ddl.e-popup .e-filter-parent {
173
- border-left-width: 0;
174
- border-right-width: 0;
175
- }
176
-
177
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
178
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
179
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
180
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover {
181
- background: transparent;
182
- color: #333;
183
- }
184
-
185
137
  .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
186
138
  width: 100%;
187
139
  border: 0 solid;
@@ -451,6 +403,54 @@ ejs-dropdownlist {
451
403
  color: #333;
452
404
  }
453
405
 
406
+ .e-popup {
407
+ border-color: #eaeaea;
408
+ }
409
+
410
+ .e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
411
+ .e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
412
+ color: #333;
413
+ }
414
+
415
+ .e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
416
+ border-color: transparent;
417
+ }
418
+
419
+ .e-ddl.e-popup {
420
+ border: 0;
421
+ -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
422
+ box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
423
+ margin-top: 1px;
424
+ }
425
+
426
+ .e-ddl.e-popup .e-input-group input {
427
+ line-height: 15px;
428
+ }
429
+
430
+ .e-ddl.e-popup .e-input-group {
431
+ display: -webkit-box;
432
+ display: -ms-flexbox;
433
+ display: flex;
434
+ width: auto;
435
+ }
436
+
437
+ .e-popup.e-ddl .e-dropdownbase {
438
+ min-height: 26px;
439
+ }
440
+
441
+ .e-ddl.e-popup .e-filter-parent {
442
+ border-left-width: 0;
443
+ border-right-width: 0;
444
+ }
445
+
446
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
447
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
448
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
449
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover {
450
+ background: transparent;
451
+ color: #333;
452
+ }
453
+
454
454
  .e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
455
455
  margin-left: -20px;
456
456
  }
@@ -259,111 +259,6 @@
259
259
  font-size: 14px;
260
260
  }
261
261
 
262
- .e-popup {
263
- border-color: #292827;
264
- }
265
-
266
- .e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
267
- .e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
268
- color: #f3f2f1;
269
- }
270
-
271
- .e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
272
- border-color: transparent;
273
- }
274
-
275
- .e-popup.e-ddl {
276
- border-radius: 4px;
277
- -webkit-box-shadow: none;
278
- box-shadow: none;
279
- margin-top: 1px;
280
- }
281
-
282
- .e-popup.e-ddl .e-input-group {
283
- width: auto;
284
- }
285
-
286
- .e-popup.e-ddl .e-input-group input {
287
- line-height: 15px;
288
- }
289
-
290
- .e-popup.e-ddl .e-dropdownbase {
291
- min-height: 26px;
292
- }
293
-
294
- .e-popup.e-ddl .e-filter-parent .e-input-group {
295
- display: -webkit-box;
296
- display: -ms-flexbox;
297
- display: flex;
298
- width: auto;
299
- }
300
-
301
- .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
302
- border: 0;
303
- }
304
-
305
- .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
306
- .e-float-input.e-control-wrapper.e-ddl input[readonly] {
307
- background: transparent;
308
- }
309
-
310
- .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
311
- .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
312
- background: #1b1a19;
313
- }
314
-
315
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
316
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
317
- .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
318
- .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
319
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
320
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
321
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
322
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
323
- background: none;
324
- color: #a19f9d;
325
- }
326
-
327
- .e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
328
- .e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
329
- .e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
330
- .e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
331
- background: transparent;
332
- color: #a19f9d;
333
- }
334
-
335
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
336
- .e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
337
- .e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
338
- .e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
339
- border: 0;
340
- }
341
-
342
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
343
- .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
344
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
345
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
346
- -webkit-box-shadow: none;
347
- box-shadow: none;
348
- }
349
-
350
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
351
- background: none;
352
- display: -webkit-box;
353
- display: -ms-flexbox;
354
- display: flex;
355
- position: relative;
356
- }
357
-
358
- .e-ddl.e-popup .e-filter-parent .e-input-group,
359
- .e-ddl.e-popup .e-filter-parent {
360
- background: #252423;
361
- }
362
-
363
- .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
364
- font-size: 14px;
365
- }
366
-
367
262
  .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
368
263
  width: 100%;
369
264
  border: 0 solid;
@@ -682,6 +577,111 @@ ejs-dropdownlist {
682
577
  font-size: 14px;
683
578
  }
684
579
 
580
+ .e-popup {
581
+ border-color: #292827;
582
+ }
583
+
584
+ .e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
585
+ .e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
586
+ color: #f3f2f1;
587
+ }
588
+
589
+ .e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
590
+ border-color: transparent;
591
+ }
592
+
593
+ .e-popup.e-ddl {
594
+ border-radius: 4px;
595
+ -webkit-box-shadow: none;
596
+ box-shadow: none;
597
+ margin-top: 1px;
598
+ }
599
+
600
+ .e-popup.e-ddl .e-input-group {
601
+ width: auto;
602
+ }
603
+
604
+ .e-popup.e-ddl .e-input-group input {
605
+ line-height: 15px;
606
+ }
607
+
608
+ .e-popup.e-ddl .e-dropdownbase {
609
+ min-height: 26px;
610
+ }
611
+
612
+ .e-popup.e-ddl .e-filter-parent .e-input-group {
613
+ display: -webkit-box;
614
+ display: -ms-flexbox;
615
+ display: flex;
616
+ width: auto;
617
+ }
618
+
619
+ .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
620
+ border: 0;
621
+ }
622
+
623
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
624
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] {
625
+ background: transparent;
626
+ }
627
+
628
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
629
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
630
+ background: #1b1a19;
631
+ }
632
+
633
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
634
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
635
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
636
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
637
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
638
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
639
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
640
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
641
+ background: none;
642
+ color: #a19f9d;
643
+ }
644
+
645
+ .e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
646
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
647
+ .e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
648
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
649
+ background: transparent;
650
+ color: #a19f9d;
651
+ }
652
+
653
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
654
+ .e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
655
+ .e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
656
+ .e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
657
+ border: 0;
658
+ }
659
+
660
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
661
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
662
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
663
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
664
+ -webkit-box-shadow: none;
665
+ box-shadow: none;
666
+ }
667
+
668
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
669
+ background: none;
670
+ display: -webkit-box;
671
+ display: -ms-flexbox;
672
+ display: flex;
673
+ position: relative;
674
+ }
675
+
676
+ .e-ddl.e-popup .e-filter-parent .e-input-group,
677
+ .e-ddl.e-popup .e-filter-parent {
678
+ background: #252423;
679
+ }
680
+
681
+ .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
682
+ font-size: 14px;
683
+ }
684
+
685
685
  .e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
686
686
  margin-left: -20px;
687
687
  }
@@ -259,111 +259,6 @@
259
259
  font-size: 14px;
260
260
  }
261
261
 
262
- .e-popup {
263
- border-color: #edebe9;
264
- }
265
-
266
- .e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
267
- .e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
268
- color: #201f1e;
269
- }
270
-
271
- .e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
272
- border-color: transparent;
273
- }
274
-
275
- .e-popup.e-ddl {
276
- border-radius: 4px;
277
- -webkit-box-shadow: none;
278
- box-shadow: none;
279
- margin-top: 1px;
280
- }
281
-
282
- .e-popup.e-ddl .e-input-group {
283
- width: auto;
284
- }
285
-
286
- .e-popup.e-ddl .e-input-group input {
287
- line-height: 15px;
288
- }
289
-
290
- .e-popup.e-ddl .e-dropdownbase {
291
- min-height: 26px;
292
- }
293
-
294
- .e-popup.e-ddl .e-filter-parent .e-input-group {
295
- display: -webkit-box;
296
- display: -ms-flexbox;
297
- display: flex;
298
- width: auto;
299
- }
300
-
301
- .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
302
- border: 0;
303
- }
304
-
305
- .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
306
- .e-float-input.e-control-wrapper.e-ddl input[readonly] {
307
- background: transparent;
308
- }
309
-
310
- .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
311
- .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
312
- background: #fff;
313
- }
314
-
315
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
316
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
317
- .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
318
- .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
319
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
320
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
321
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
322
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
323
- background: none;
324
- color: #605e5c;
325
- }
326
-
327
- .e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
328
- .e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
329
- .e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
330
- .e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
331
- background: transparent;
332
- color: #605e5c;
333
- }
334
-
335
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
336
- .e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
337
- .e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
338
- .e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
339
- border: 0;
340
- }
341
-
342
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
343
- .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
344
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
345
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
346
- -webkit-box-shadow: none;
347
- box-shadow: none;
348
- }
349
-
350
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
351
- background: none;
352
- display: -webkit-box;
353
- display: -ms-flexbox;
354
- display: flex;
355
- position: relative;
356
- }
357
-
358
- .e-ddl.e-popup .e-filter-parent .e-input-group,
359
- .e-ddl.e-popup .e-filter-parent {
360
- background: #fff;
361
- }
362
-
363
- .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
364
- font-size: 14px;
365
- }
366
-
367
262
  .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
368
263
  width: 100%;
369
264
  border: 0 solid;
@@ -682,6 +577,111 @@ ejs-dropdownlist {
682
577
  font-size: 14px;
683
578
  }
684
579
 
580
+ .e-popup {
581
+ border-color: #edebe9;
582
+ }
583
+
584
+ .e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
585
+ .e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
586
+ color: #201f1e;
587
+ }
588
+
589
+ .e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
590
+ border-color: transparent;
591
+ }
592
+
593
+ .e-popup.e-ddl {
594
+ border-radius: 4px;
595
+ -webkit-box-shadow: none;
596
+ box-shadow: none;
597
+ margin-top: 1px;
598
+ }
599
+
600
+ .e-popup.e-ddl .e-input-group {
601
+ width: auto;
602
+ }
603
+
604
+ .e-popup.e-ddl .e-input-group input {
605
+ line-height: 15px;
606
+ }
607
+
608
+ .e-popup.e-ddl .e-dropdownbase {
609
+ min-height: 26px;
610
+ }
611
+
612
+ .e-popup.e-ddl .e-filter-parent .e-input-group {
613
+ display: -webkit-box;
614
+ display: -ms-flexbox;
615
+ display: flex;
616
+ width: auto;
617
+ }
618
+
619
+ .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
620
+ border: 0;
621
+ }
622
+
623
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
624
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] {
625
+ background: transparent;
626
+ }
627
+
628
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
629
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
630
+ background: #fff;
631
+ }
632
+
633
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
634
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
635
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
636
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
637
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
638
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
639
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
640
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
641
+ background: none;
642
+ color: #605e5c;
643
+ }
644
+
645
+ .e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
646
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
647
+ .e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
648
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
649
+ background: transparent;
650
+ color: #605e5c;
651
+ }
652
+
653
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
654
+ .e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
655
+ .e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
656
+ .e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
657
+ border: 0;
658
+ }
659
+
660
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
661
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
662
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
663
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
664
+ -webkit-box-shadow: none;
665
+ box-shadow: none;
666
+ }
667
+
668
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
669
+ background: none;
670
+ display: -webkit-box;
671
+ display: -ms-flexbox;
672
+ display: flex;
673
+ position: relative;
674
+ }
675
+
676
+ .e-ddl.e-popup .e-filter-parent .e-input-group,
677
+ .e-ddl.e-popup .e-filter-parent {
678
+ background: #fff;
679
+ }
680
+
681
+ .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
682
+ font-size: 14px;
683
+ }
684
+
685
685
  .e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
686
686
  margin-left: -20px;
687
687
  }