@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
@@ -568,17 +568,238 @@
568
568
  margin: 0 4px;
569
569
  }
570
570
 
571
- .e-popup {
572
- border-color: rgba(var(--color-sf-primary));
571
+ .e-ddl.e-popup .e-input-group {
572
+ padding-top: 4px;
573
573
  }
574
574
 
575
- .e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
576
- .e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
577
- color: rgba(var(--color-sf-on-surface));
575
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
576
+ width: 100%;
577
+ border: 0 solid;
578
578
  }
579
579
 
580
- .e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
581
- border-color: transparent;
580
+ .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
581
+ display: block;
582
+ visibility: hidden;
583
+ }
584
+
585
+ .e-popup-full-page {
586
+ bottom: 0;
587
+ left: 0;
588
+ margin: 0;
589
+ overflow: hidden;
590
+ padding: 0;
591
+ right: 0;
592
+ top: 0;
593
+ }
594
+ .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
595
+ margin: 0;
596
+ }
597
+
598
+ .e-ddl.e-control-wrapper .e-ddl-disable-icon {
599
+ position: relative;
600
+ }
601
+
602
+ .e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
603
+ content: "";
604
+ }
605
+
606
+ .e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
607
+ position: relative;
608
+ }
609
+
610
+ .e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
611
+ content: "";
612
+ }
613
+
614
+ .e-ddl-device-filter .e-filter-parent {
615
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
616
+ }
617
+
618
+ /* stylelint-disable property-no-vendor-prefix */
619
+ .e-ddl input.e-input::-webkit-contacts-auto-fill-button {
620
+ display: none;
621
+ pointer-events: none;
622
+ position: absolute;
623
+ right: 0;
624
+ visibility: hidden;
625
+ }
626
+
627
+ /* stylelint-enable property-no-vendor-prefix */
628
+ .e-filter-parent {
629
+ border: 0;
630
+ border-top-width: 0;
631
+ -webkit-box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
632
+ box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
633
+ display: block;
634
+ padding: 0;
635
+ }
636
+
637
+ .e-ddl.e-input-group:not(.e-disabled) {
638
+ cursor: pointer;
639
+ }
640
+
641
+ .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 {
642
+ width: 0;
643
+ }
644
+
645
+ .e-ddl.e-popup {
646
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
647
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
648
+ border-radius: calc(var(--e-radius) * 0.25);
649
+ position: absolute;
650
+ }
651
+ .e-ddl.e-popup .e-search-icon {
652
+ margin: 0;
653
+ opacity: 0.57;
654
+ padding: 12px 8px 8px;
655
+ }
656
+
657
+ .e-ddl.e-popup .e-filter-parent .e-back-icon {
658
+ padding: 0 8px;
659
+ }
660
+
661
+ .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 {
662
+ padding: 4px 16px 4px;
663
+ }
664
+
665
+ .e-ddl.e-popup .e-input-group {
666
+ margin-bottom: 0;
667
+ }
668
+
669
+ .e-ddl.e-popup .e-ddl-footer, .e-ddl.e-popup .e-ddl-header {
670
+ cursor: default;
671
+ }
672
+
673
+ /* stylelint-disable property-no-vendor-prefix */
674
+ .e-ddl.e-input-group .e-ddl-hidden,
675
+ .e-ddl.e-float-input .e-ddl-hidden {
676
+ -webkit-appearance: initial;
677
+ border: 0;
678
+ height: 0;
679
+ padding: 0;
680
+ visibility: hidden;
681
+ width: 0;
682
+ }
683
+
684
+ .e-ddl.e-input-group,
685
+ .e-ddl.e-input-group.e-input-focus:focus {
686
+ outline: none;
687
+ }
688
+
689
+ .e-dropdownbase .e-list-item .e-highlight {
690
+ display: inline;
691
+ font-weight: bold;
692
+ vertical-align: baseline;
693
+ }
694
+
695
+ .e-ddl.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide),
696
+ .e-float-input input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide),
697
+ .e-float-input.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide) {
698
+ opacity: 1;
699
+ }
700
+
701
+ .e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
702
+ .e-input-group input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
703
+ .e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
704
+ .e-float-input input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
705
+ .e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
706
+ .e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
707
+ .e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon {
708
+ display: -webkit-box;
709
+ display: -ms-flexbox;
710
+ display: flex;
711
+ }
712
+
713
+ .e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
714
+ .e-input-group input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
715
+ .e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
716
+ .e-float-input input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
717
+ .e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
718
+ .e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
719
+ .e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide {
720
+ display: none;
721
+ }
722
+
723
+ .e-input-group.e-static-clear input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
724
+ .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,
725
+ .e-float-input.e-static-clear input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
726
+ .e-float-input.e-static-clear.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
727
+ .e-float-input.e-static-clear.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
728
+ .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 {
729
+ cursor: pointer;
730
+ display: -webkit-box;
731
+ display: -ms-flexbox;
732
+ display: flex;
733
+ }
734
+
735
+ .e-disabled.e-ddl.e-static-clear .e-clear-icon {
736
+ pointer-events: none;
737
+ }
738
+
739
+ .e-ddl.e-input-group .e-input-value,
740
+ .e-ddl.e-input-group .e-input-value:focus {
741
+ font-family: inherit;
742
+ font-size: 14px;
743
+ height: auto;
744
+ margin: 0;
745
+ outline: none;
746
+ width: 100%;
747
+ overflow: hidden;
748
+ }
749
+ .e-ddl.e-input-group input[readonly].e-input,
750
+ .e-ddl.e-input-group input[readonly],
751
+ .e-ddl.e-input-group .e-dropdownlist {
752
+ pointer-events: none;
753
+ }
754
+
755
+ .e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
756
+ cursor: pointer;
757
+ pointer-events: auto;
758
+ }
759
+
760
+ .e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
761
+ opacity: 0.7;
762
+ pointer-events: none;
763
+ }
764
+
765
+ ejs-autocomplete,
766
+ ejs-combobox,
767
+ ejs-dropdownlist {
768
+ display: block;
769
+ }
770
+
771
+ .e-small .e-ddl.e-popup .e-list-item,
772
+ .e-input-group.e-ddl.e-small .e-list-item {
773
+ font-size: 12px;
774
+ }
775
+ .e-small .e-ddl.e-popup .e-list-group-item,
776
+ .e-input-group.e-ddl.e-small .e-list-group-item {
777
+ font-size: 12px;
778
+ }
779
+
780
+ .e-small.e-ddl.e-popup .e-list-item,
781
+ .e-input-group.e-ddl.e-small .e-list-item {
782
+ font-size: 12px;
783
+ }
784
+ .e-small.e-ddl.e-popup .e-list-group-item,
785
+ .e-input-group.e-ddl.e-small .e-list-group-item {
786
+ font-size: 12px;
787
+ }
788
+
789
+ .e-content-placeholder.e-ddl.e-placeholder-ddl,
790
+ .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
791
+ .e-content-placeholder.e-combobox.e-placeholder-combobox {
792
+ background-size: 300px 33px;
793
+ min-height: 33px;
794
+ }
795
+
796
+ .e-ddl.e-popup.e-resize .e-resizer-right {
797
+ bottom: 0;
798
+ right: 0;
799
+ cursor: nwse-resize;
800
+ height: 15px;
801
+ position: absolute;
802
+ width: 15px;
582
803
  }
583
804
 
584
805
 
@@ -815,238 +1036,17 @@
815
1036
  margin: 0 4px;
816
1037
  }
817
1038
 
818
- .e-ddl.e-popup .e-input-group {
819
- padding-top: 4px;
820
- }
821
-
822
- .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
823
- width: 100%;
824
- border: 0 solid;
825
- }
826
-
827
- .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
828
- display: block;
829
- visibility: hidden;
830
- }
831
-
832
- .e-popup-full-page {
833
- bottom: 0;
834
- left: 0;
835
- margin: 0;
836
- overflow: hidden;
837
- padding: 0;
838
- right: 0;
839
- top: 0;
840
- }
841
- .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
842
- margin: 0;
843
- }
844
-
845
- .e-ddl.e-control-wrapper .e-ddl-disable-icon {
846
- position: relative;
847
- }
848
-
849
- .e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
850
- content: "";
851
- }
852
-
853
- .e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
854
- position: relative;
855
- }
856
-
857
- .e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
858
- content: "";
859
- }
860
-
861
- .e-ddl-device-filter .e-filter-parent {
862
- background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
863
- }
864
-
865
- /* stylelint-disable property-no-vendor-prefix */
866
- .e-ddl input.e-input::-webkit-contacts-auto-fill-button {
867
- display: none;
868
- pointer-events: none;
869
- position: absolute;
870
- right: 0;
871
- visibility: hidden;
872
- }
873
-
874
- /* stylelint-enable property-no-vendor-prefix */
875
- .e-filter-parent {
876
- border: 0;
877
- border-top-width: 0;
878
- -webkit-box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
879
- box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
880
- display: block;
881
- padding: 0;
882
- }
883
-
884
- .e-ddl.e-input-group:not(.e-disabled) {
885
- cursor: pointer;
886
- }
887
-
888
- .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 {
889
- width: 0;
890
- }
891
-
892
- .e-ddl.e-popup {
893
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
894
- background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
895
- border-radius: calc(var(--e-radius) * 0.25);
896
- position: absolute;
897
- }
898
- .e-ddl.e-popup .e-search-icon {
899
- margin: 0;
900
- opacity: 0.57;
901
- padding: 12px 8px 8px;
902
- }
903
-
904
- .e-ddl.e-popup .e-filter-parent .e-back-icon {
905
- padding: 0 8px;
906
- }
907
-
908
- .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 {
909
- padding: 4px 16px 4px;
910
- }
911
-
912
- .e-ddl.e-popup .e-input-group {
913
- margin-bottom: 0;
914
- }
915
-
916
- .e-ddl.e-popup .e-ddl-footer, .e-ddl.e-popup .e-ddl-header {
917
- cursor: default;
918
- }
919
-
920
- /* stylelint-disable property-no-vendor-prefix */
921
- .e-ddl.e-input-group .e-ddl-hidden,
922
- .e-ddl.e-float-input .e-ddl-hidden {
923
- -webkit-appearance: initial;
924
- border: 0;
925
- height: 0;
926
- padding: 0;
927
- visibility: hidden;
928
- width: 0;
929
- }
930
-
931
- .e-ddl.e-input-group,
932
- .e-ddl.e-input-group.e-input-focus:focus {
933
- outline: none;
934
- }
935
-
936
- .e-dropdownbase .e-list-item .e-highlight {
937
- display: inline;
938
- font-weight: bold;
939
- vertical-align: baseline;
940
- }
941
-
942
- .e-ddl.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide),
943
- .e-float-input input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide),
944
- .e-float-input.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide) {
945
- opacity: 1;
946
- }
947
-
948
- .e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
949
- .e-input-group input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
950
- .e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
951
- .e-float-input input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
952
- .e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
953
- .e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
954
- .e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon {
955
- display: -webkit-box;
956
- display: -ms-flexbox;
957
- display: flex;
958
- }
959
-
960
- .e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
961
- .e-input-group input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
962
- .e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
963
- .e-float-input input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
964
- .e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
965
- .e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
966
- .e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide {
967
- display: none;
968
- }
969
-
970
- .e-input-group.e-static-clear input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
971
- .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,
972
- .e-float-input.e-static-clear input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
973
- .e-float-input.e-static-clear.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
974
- .e-float-input.e-static-clear.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
975
- .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 {
976
- cursor: pointer;
977
- display: -webkit-box;
978
- display: -ms-flexbox;
979
- display: flex;
980
- }
981
-
982
- .e-disabled.e-ddl.e-static-clear .e-clear-icon {
983
- pointer-events: none;
984
- }
985
-
986
- .e-ddl.e-input-group .e-input-value,
987
- .e-ddl.e-input-group .e-input-value:focus {
988
- font-family: inherit;
989
- font-size: 14px;
990
- height: auto;
991
- margin: 0;
992
- outline: none;
993
- width: 100%;
994
- overflow: hidden;
995
- }
996
- .e-ddl.e-input-group input[readonly].e-input,
997
- .e-ddl.e-input-group input[readonly],
998
- .e-ddl.e-input-group .e-dropdownlist {
999
- pointer-events: none;
1000
- }
1001
-
1002
- .e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
1003
- cursor: pointer;
1004
- pointer-events: auto;
1005
- }
1006
-
1007
- .e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
1008
- opacity: 0.7;
1009
- pointer-events: none;
1010
- }
1011
-
1012
- ejs-autocomplete,
1013
- ejs-combobox,
1014
- ejs-dropdownlist {
1015
- display: block;
1016
- }
1017
-
1018
- .e-small .e-ddl.e-popup .e-list-item,
1019
- .e-input-group.e-ddl.e-small .e-list-item {
1020
- font-size: 12px;
1021
- }
1022
- .e-small .e-ddl.e-popup .e-list-group-item,
1023
- .e-input-group.e-ddl.e-small .e-list-group-item {
1024
- font-size: 12px;
1025
- }
1026
-
1027
- .e-small.e-ddl.e-popup .e-list-item,
1028
- .e-input-group.e-ddl.e-small .e-list-item {
1029
- font-size: 12px;
1030
- }
1031
- .e-small.e-ddl.e-popup .e-list-group-item,
1032
- .e-input-group.e-ddl.e-small .e-list-group-item {
1033
- font-size: 12px;
1039
+ .e-popup {
1040
+ border-color: rgba(var(--color-sf-primary));
1034
1041
  }
1035
1042
 
1036
- .e-content-placeholder.e-ddl.e-placeholder-ddl,
1037
- .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
1038
- .e-content-placeholder.e-combobox.e-placeholder-combobox {
1039
- background-size: 300px 33px;
1040
- min-height: 33px;
1043
+ .e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
1044
+ .e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
1045
+ color: rgba(var(--color-sf-on-surface));
1041
1046
  }
1042
1047
 
1043
- .e-ddl.e-popup.e-resize .e-resizer-right {
1044
- bottom: 0;
1045
- right: 0;
1046
- cursor: nwse-resize;
1047
- height: 15px;
1048
- position: absolute;
1049
- width: 15px;
1048
+ .e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
1049
+ border-color: transparent;
1050
1050
  }
1051
1051
 
1052
1052