@syncfusion/ej2-angular-dropdowns 21.2.10-ngcc → 21.2.10

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 (429) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/auto-complete/autocomplete-all.module.mjs +23 -0
  3. package/esm2020/src/auto-complete/autocomplete.component.mjs +121 -0
  4. package/esm2020/src/auto-complete/autocomplete.module.mjs +25 -0
  5. package/esm2020/src/combo-box/combobox-all.module.mjs +23 -0
  6. package/esm2020/src/combo-box/combobox.component.mjs +121 -0
  7. package/esm2020/src/combo-box/combobox.module.mjs +25 -0
  8. package/esm2020/src/drop-down-list/dropdownlist-all.module.mjs +23 -0
  9. package/esm2020/src/drop-down-list/dropdownlist.component.mjs +127 -0
  10. package/esm2020/src/drop-down-list/dropdownlist.module.mjs +25 -0
  11. package/esm2020/src/drop-down-tree/dropdowntree-all.module.mjs +23 -0
  12. package/esm2020/src/drop-down-tree/dropdowntree.component.mjs +115 -0
  13. package/esm2020/src/drop-down-tree/dropdowntree.module.mjs +25 -0
  14. package/esm2020/src/index.mjs +23 -0
  15. package/esm2020/src/list-box/listbox-all.module.mjs +23 -0
  16. package/esm2020/src/list-box/listbox.component.mjs +103 -0
  17. package/esm2020/src/list-box/listbox.module.mjs +25 -0
  18. package/esm2020/src/mention/mention-all.module.mjs +23 -0
  19. package/esm2020/src/mention/mention.component.mjs +84 -0
  20. package/esm2020/src/mention/mention.module.mjs +25 -0
  21. package/esm2020/src/multi-select/multiselect-all.module.mjs +29 -0
  22. package/esm2020/src/multi-select/multiselect.component.mjs +134 -0
  23. package/esm2020/src/multi-select/multiselect.module.mjs +25 -0
  24. package/esm2020/syncfusion-ej2-angular-dropdowns.mjs +5 -0
  25. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +1052 -0
  26. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +1 -0
  27. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +1052 -0
  28. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +1 -0
  29. package/package.json +26 -12
  30. package/src/auto-complete/autocomplete-all.module.d.ts +6 -0
  31. package/src/auto-complete/autocomplete.component.d.ts +7 -4
  32. package/src/auto-complete/autocomplete.module.d.ts +6 -0
  33. package/src/combo-box/combobox-all.module.d.ts +6 -0
  34. package/src/combo-box/combobox.component.d.ts +7 -4
  35. package/src/combo-box/combobox.module.d.ts +6 -0
  36. package/src/drop-down-list/dropdownlist-all.module.d.ts +6 -0
  37. package/src/drop-down-list/dropdownlist.component.d.ts +5 -2
  38. package/src/drop-down-list/dropdownlist.module.d.ts +6 -0
  39. package/src/drop-down-tree/dropdowntree-all.module.d.ts +6 -0
  40. package/src/drop-down-tree/dropdowntree.component.d.ts +3 -0
  41. package/src/drop-down-tree/dropdowntree.module.d.ts +6 -0
  42. package/src/list-box/listbox-all.module.d.ts +6 -0
  43. package/src/list-box/listbox.component.d.ts +4 -1
  44. package/src/list-box/listbox.module.d.ts +6 -0
  45. package/src/mention/mention-all.module.d.ts +6 -0
  46. package/src/mention/mention.component.d.ts +3 -0
  47. package/src/mention/mention.module.d.ts +6 -0
  48. package/src/multi-select/multiselect-all.module.d.ts +6 -0
  49. package/src/multi-select/multiselect.component.d.ts +3 -0
  50. package/src/multi-select/multiselect.module.d.ts +6 -0
  51. package/styles/auto-complete/_all.scss +1 -0
  52. package/styles/auto-complete/_bootstrap-dark-definition.scss +3 -0
  53. package/styles/auto-complete/_bootstrap-definition.scss +2 -0
  54. package/styles/auto-complete/_bootstrap4-definition.scss +11 -0
  55. package/styles/auto-complete/_bootstrap5-dark-definition.scss +1 -0
  56. package/styles/auto-complete/_bootstrap5-definition.scss +2 -0
  57. package/styles/auto-complete/_fabric-dark-definition.scss +2 -0
  58. package/styles/auto-complete/_fabric-definition.scss +2 -0
  59. package/styles/auto-complete/_fluent-dark-definition.scss +1 -0
  60. package/styles/auto-complete/_fluent-definition.scss +2 -0
  61. package/styles/auto-complete/_fusionnew-definition.scss +2 -0
  62. package/styles/auto-complete/_highcontrast-definition.scss +2 -0
  63. package/styles/auto-complete/_highcontrast-light-definition.scss +2 -0
  64. package/styles/auto-complete/_material-dark-definition.scss +2 -0
  65. package/styles/auto-complete/_material-definition.scss +2 -0
  66. package/styles/auto-complete/_tailwind-dark-definition.scss +1 -0
  67. package/styles/auto-complete/_tailwind-definition.scss +2 -0
  68. package/styles/auto-complete/bootstrap-dark.scss +4 -1
  69. package/styles/auto-complete/bootstrap.scss +4 -1
  70. package/styles/auto-complete/bootstrap4.scss +4 -1
  71. package/styles/auto-complete/bootstrap5-dark.scss +4 -1
  72. package/styles/auto-complete/bootstrap5.scss +4 -1
  73. package/styles/auto-complete/fabric-dark.scss +4 -1
  74. package/styles/auto-complete/fabric.scss +4 -1
  75. package/styles/auto-complete/fluent-dark.scss +4 -1
  76. package/styles/auto-complete/fluent.scss +4 -1
  77. package/styles/auto-complete/highcontrast-light.scss +4 -1
  78. package/styles/auto-complete/highcontrast.scss +4 -1
  79. package/styles/auto-complete/material-dark.scss +4 -1
  80. package/styles/auto-complete/material.scss +4 -1
  81. package/styles/auto-complete/tailwind-dark.scss +4 -1
  82. package/styles/auto-complete/tailwind.scss +4 -1
  83. package/styles/bootstrap-dark.css +99 -207
  84. package/styles/bootstrap.css +100 -209
  85. package/styles/bootstrap4.css +100 -209
  86. package/styles/bootstrap5-dark.css +99 -207
  87. package/styles/bootstrap5.css +99 -207
  88. package/styles/combo-box/_all.scss +1 -0
  89. package/styles/combo-box/_bootstrap-dark-definition.scss +2 -0
  90. package/styles/combo-box/_bootstrap-definition.scss +2 -0
  91. package/styles/combo-box/_bootstrap4-definition.scss +11 -0
  92. package/styles/combo-box/_bootstrap5-dark-definition.scss +1 -0
  93. package/styles/combo-box/_bootstrap5-definition.scss +2 -0
  94. package/styles/combo-box/_fabric-dark-definition.scss +2 -0
  95. package/styles/combo-box/_fabric-definition.scss +2 -0
  96. package/styles/combo-box/_fluent-dark-definition.scss +1 -0
  97. package/styles/combo-box/_fluent-definition.scss +2 -0
  98. package/styles/combo-box/_fusionnew-definition.scss +2 -0
  99. package/styles/combo-box/_highcontrast-definition.scss +2 -0
  100. package/styles/combo-box/_highcontrast-light-definition.scss +3 -0
  101. package/styles/combo-box/_material-dark-definition.scss +2 -0
  102. package/styles/combo-box/_material-definition.scss +2 -0
  103. package/styles/combo-box/_tailwind-dark-definition.scss +1 -0
  104. package/styles/combo-box/_tailwind-definition.scss +2 -0
  105. package/styles/combo-box/bootstrap-dark.scss +4 -1
  106. package/styles/combo-box/bootstrap.scss +4 -1
  107. package/styles/combo-box/bootstrap4.scss +4 -1
  108. package/styles/combo-box/bootstrap5-dark.scss +4 -1
  109. package/styles/combo-box/bootstrap5.scss +4 -1
  110. package/styles/combo-box/fabric-dark.scss +4 -1
  111. package/styles/combo-box/fabric.scss +4 -1
  112. package/styles/combo-box/fluent-dark.scss +4 -1
  113. package/styles/combo-box/fluent.scss +4 -1
  114. package/styles/combo-box/highcontrast-light.scss +4 -1
  115. package/styles/combo-box/highcontrast.scss +4 -1
  116. package/styles/combo-box/material-dark.scss +4 -1
  117. package/styles/combo-box/material.scss +4 -1
  118. package/styles/combo-box/tailwind-dark.scss +4 -1
  119. package/styles/combo-box/tailwind.scss +4 -1
  120. package/styles/drop-down-base/_all.scss +2 -0
  121. package/styles/drop-down-base/_bootstrap-dark-definition.scss +83 -0
  122. package/styles/drop-down-base/_bootstrap-definition.scss +83 -0
  123. package/styles/drop-down-base/_bootstrap4-definition.scss +90 -0
  124. package/styles/drop-down-base/_bootstrap5-dark-definition.scss +1 -0
  125. package/styles/drop-down-base/_bootstrap5-definition.scss +117 -0
  126. package/styles/drop-down-base/_definition.scss +23 -0
  127. package/styles/drop-down-base/_fabric-dark-definition.scss +86 -0
  128. package/styles/drop-down-base/_fabric-definition.scss +84 -0
  129. package/styles/drop-down-base/_fluent-dark-definition.scss +1 -0
  130. package/styles/drop-down-base/_fluent-definition.scss +121 -0
  131. package/styles/drop-down-base/_fusionnew-definition.scss +117 -0
  132. package/styles/drop-down-base/_highcontrast-definition.scss +105 -0
  133. package/styles/drop-down-base/_highcontrast-light-definition.scss +105 -0
  134. package/styles/drop-down-base/_layout.scss +193 -0
  135. package/styles/drop-down-base/_material-dark-definition.scss +86 -0
  136. package/styles/drop-down-base/_material-definition.scss +85 -0
  137. package/styles/drop-down-base/_tailwind-dark-definition.scss +1 -0
  138. package/styles/drop-down-base/_tailwind-definition.scss +129 -0
  139. package/styles/drop-down-base/_theme.scss +381 -0
  140. package/styles/drop-down-base/bootstrap-dark.scss +3 -1
  141. package/styles/drop-down-base/bootstrap.scss +3 -1
  142. package/styles/drop-down-base/bootstrap4.scss +3 -1
  143. package/styles/drop-down-base/bootstrap5-dark.scss +3 -1
  144. package/styles/drop-down-base/bootstrap5.scss +3 -1
  145. package/styles/drop-down-base/fabric-dark.scss +3 -1
  146. package/styles/drop-down-base/fabric.scss +3 -1
  147. package/styles/drop-down-base/fluent-dark.scss +3 -1
  148. package/styles/drop-down-base/fluent.scss +3 -1
  149. package/styles/drop-down-base/highcontrast-light.scss +3 -1
  150. package/styles/drop-down-base/highcontrast.scss +3 -1
  151. package/styles/drop-down-base/material-dark.scss +3 -1
  152. package/styles/drop-down-base/material.scss +3 -1
  153. package/styles/drop-down-base/tailwind-dark.scss +3 -1
  154. package/styles/drop-down-base/tailwind.scss +3 -1
  155. package/styles/drop-down-list/_all.scss +3 -0
  156. package/styles/drop-down-list/_bootstrap-dark-definition.scss +157 -0
  157. package/styles/drop-down-list/_bootstrap-definition.scss +156 -0
  158. package/styles/drop-down-list/_bootstrap4-definition.scss +191 -0
  159. package/styles/drop-down-list/_bootstrap5-dark-definition.scss +1 -0
  160. package/styles/drop-down-list/_bootstrap5-definition.scss +201 -0
  161. package/styles/drop-down-list/_fabric-dark-definition.scss +128 -0
  162. package/styles/drop-down-list/_fabric-definition.scss +124 -0
  163. package/styles/drop-down-list/_fluent-dark-definition.scss +1 -0
  164. package/styles/drop-down-list/_fluent-definition.scss +185 -0
  165. package/styles/drop-down-list/_fusionnew-definition.scss +201 -0
  166. package/styles/drop-down-list/_highcontrast-definition.scss +142 -0
  167. package/styles/drop-down-list/_highcontrast-light-definition.scss +144 -0
  168. package/styles/drop-down-list/_layout.scss +296 -0
  169. package/styles/drop-down-list/_material-dark-definition.scss +143 -0
  170. package/styles/drop-down-list/_material-definition.scss +167 -0
  171. package/styles/drop-down-list/_tailwind-dark-definition.scss +1 -0
  172. package/styles/drop-down-list/_tailwind-definition.scss +134 -0
  173. package/styles/drop-down-list/_theme.scss +10 -0
  174. package/styles/drop-down-list/bootstrap-dark.scss +8 -1
  175. package/styles/drop-down-list/bootstrap.scss +8 -1
  176. package/styles/drop-down-list/bootstrap4.scss +8 -1
  177. package/styles/drop-down-list/bootstrap5-dark.scss +8 -1
  178. package/styles/drop-down-list/bootstrap5.scss +8 -1
  179. package/styles/drop-down-list/fabric-dark.scss +8 -1
  180. package/styles/drop-down-list/fabric.scss +8 -1
  181. package/styles/drop-down-list/fluent-dark.scss +8 -1
  182. package/styles/drop-down-list/fluent.scss +8 -1
  183. package/styles/drop-down-list/highcontrast-light.scss +8 -1
  184. package/styles/drop-down-list/highcontrast.scss +8 -1
  185. package/styles/drop-down-list/icons/_bootstrap-dark.scss +14 -0
  186. package/styles/drop-down-list/icons/_bootstrap.scss +14 -0
  187. package/styles/drop-down-list/icons/_bootstrap4.scss +14 -0
  188. package/styles/drop-down-list/icons/_bootstrap5-dark.scss +1 -0
  189. package/styles/drop-down-list/icons/_bootstrap5.scss +14 -0
  190. package/styles/drop-down-list/icons/_fabric-dark.scss +14 -0
  191. package/styles/drop-down-list/icons/_fabric.scss +14 -0
  192. package/styles/drop-down-list/icons/_fluent-dark.scss +1 -0
  193. package/styles/drop-down-list/icons/_fluent.scss +14 -0
  194. package/styles/drop-down-list/icons/_fusionnew.scss +14 -0
  195. package/styles/drop-down-list/icons/_highcontrast-light.scss +14 -0
  196. package/styles/drop-down-list/icons/_highcontrast.scss +14 -0
  197. package/styles/drop-down-list/icons/_material-dark.scss +14 -0
  198. package/styles/drop-down-list/icons/_material.scss +14 -0
  199. package/styles/drop-down-list/icons/_material3.scss +14 -0
  200. package/styles/drop-down-list/icons/_tailwind-dark.scss +1 -0
  201. package/styles/drop-down-list/icons/_tailwind.scss +14 -0
  202. package/styles/drop-down-list/material-dark.scss +8 -1
  203. package/styles/drop-down-list/material.scss +8 -1
  204. package/styles/drop-down-list/tailwind-dark.scss +8 -1
  205. package/styles/drop-down-list/tailwind.scss +8 -1
  206. package/styles/drop-down-tree/_all.scss +2 -0
  207. package/styles/drop-down-tree/_bootstrap-dark-definition.scss +72 -0
  208. package/styles/drop-down-tree/_bootstrap-definition.scss +71 -0
  209. package/styles/drop-down-tree/_bootstrap4-definition.scss +72 -0
  210. package/styles/drop-down-tree/_bootstrap5-dark-definition.scss +1 -0
  211. package/styles/drop-down-tree/_bootstrap5-definition.scss +60 -0
  212. package/styles/drop-down-tree/_fabric-dark-definition.scss +72 -0
  213. package/styles/drop-down-tree/_fabric-definition.scss +72 -0
  214. package/styles/drop-down-tree/_fluent-dark-definition.scss +1 -0
  215. package/styles/drop-down-tree/_fluent-definition.scss +66 -0
  216. package/styles/drop-down-tree/_fusionnew-definition.scss +60 -0
  217. package/styles/drop-down-tree/_highcontrast-definition.scss +72 -0
  218. package/styles/drop-down-tree/_highcontrast-light-definition.scss +72 -0
  219. package/styles/drop-down-tree/_layout.scss +1406 -0
  220. package/styles/drop-down-tree/_material-dark-definition.scss +73 -0
  221. package/styles/drop-down-tree/_material-definition.scss +73 -0
  222. package/styles/drop-down-tree/_tailwind-dark-definition.scss +1 -0
  223. package/styles/drop-down-tree/_tailwind-definition.scss +61 -0
  224. package/styles/drop-down-tree/_theme.scss +120 -0
  225. package/styles/drop-down-tree/bootstrap-dark.scss +9 -1
  226. package/styles/drop-down-tree/bootstrap.scss +9 -1
  227. package/styles/drop-down-tree/bootstrap4.scss +9 -1
  228. package/styles/drop-down-tree/bootstrap5-dark.scss +9 -1
  229. package/styles/drop-down-tree/bootstrap5.scss +9 -1
  230. package/styles/drop-down-tree/fabric-dark.scss +9 -1
  231. package/styles/drop-down-tree/fabric.scss +9 -1
  232. package/styles/drop-down-tree/fluent-dark.scss +9 -1
  233. package/styles/drop-down-tree/fluent.scss +9 -1
  234. package/styles/drop-down-tree/highcontrast-light.scss +9 -1
  235. package/styles/drop-down-tree/highcontrast.scss +9 -1
  236. package/styles/drop-down-tree/icons/_bootstrap-dark.scss +11 -0
  237. package/styles/drop-down-tree/icons/_bootstrap.scss +11 -0
  238. package/styles/drop-down-tree/icons/_bootstrap4.scss +11 -0
  239. package/styles/drop-down-tree/icons/_bootstrap5-dark.scss +1 -0
  240. package/styles/drop-down-tree/icons/_bootstrap5.scss +11 -0
  241. package/styles/drop-down-tree/icons/_fabric-dark.scss +11 -0
  242. package/styles/drop-down-tree/icons/_fabric.scss +11 -0
  243. package/styles/drop-down-tree/icons/_fluent-dark.scss +1 -0
  244. package/styles/drop-down-tree/icons/_fluent.scss +11 -0
  245. package/styles/drop-down-tree/icons/_fusionnew.scss +11 -0
  246. package/styles/drop-down-tree/icons/_highcontrast-light.scss +11 -0
  247. package/styles/drop-down-tree/icons/_highcontrast.scss +11 -0
  248. package/styles/drop-down-tree/icons/_material-dark.scss +11 -0
  249. package/styles/drop-down-tree/icons/_material.scss +11 -0
  250. package/styles/drop-down-tree/icons/_material3.scss +11 -0
  251. package/styles/drop-down-tree/icons/_tailwind-dark.scss +11 -0
  252. package/styles/drop-down-tree/icons/_tailwind.scss +11 -0
  253. package/styles/drop-down-tree/material-dark.scss +9 -1
  254. package/styles/drop-down-tree/material.scss +9 -1
  255. package/styles/drop-down-tree/tailwind-dark.scss +9 -1
  256. package/styles/drop-down-tree/tailwind.scss +9 -1
  257. package/styles/fabric-dark.css +99 -207
  258. package/styles/fabric.css +100 -209
  259. package/styles/fluent-dark.css +100 -209
  260. package/styles/fluent.css +100 -209
  261. package/styles/highcontrast-light.css +99 -207
  262. package/styles/highcontrast.css +100 -209
  263. package/styles/list-box/_all.scss +2 -0
  264. package/styles/list-box/_bootstrap-dark-definition.scss +122 -0
  265. package/styles/list-box/_bootstrap-definition.scss +115 -0
  266. package/styles/list-box/_bootstrap4-definition.scss +120 -0
  267. package/styles/list-box/_bootstrap5-dark-definition.scss +1 -0
  268. package/styles/list-box/_bootstrap5-definition.scss +118 -0
  269. package/styles/list-box/_fabric-dark-definition.scss +122 -0
  270. package/styles/list-box/_fabric-definition.scss +115 -0
  271. package/styles/list-box/_fluent-dark-definition.scss +1 -0
  272. package/styles/list-box/_fluent-definition.scss +118 -0
  273. package/styles/list-box/_fusionnew-definition.scss +111 -0
  274. package/styles/list-box/_highcontrast-definition.scss +115 -0
  275. package/styles/list-box/_highcontrast-light-definition.scss +122 -0
  276. package/styles/list-box/_layout.scss +534 -0
  277. package/styles/list-box/_material-dark-definition.scss +122 -0
  278. package/styles/list-box/_material-definition.scss +115 -0
  279. package/styles/list-box/_tailwind-dark-definition.scss +1 -0
  280. package/styles/list-box/_tailwind-definition.scss +117 -0
  281. package/styles/list-box/_theme.scss +316 -0
  282. package/styles/list-box/bootstrap-dark.css +99 -207
  283. package/styles/list-box/bootstrap-dark.scss +5 -1
  284. package/styles/list-box/bootstrap.css +100 -209
  285. package/styles/list-box/bootstrap.scss +5 -1
  286. package/styles/list-box/bootstrap4.css +100 -209
  287. package/styles/list-box/bootstrap4.scss +5 -1
  288. package/styles/list-box/bootstrap5-dark.css +99 -207
  289. package/styles/list-box/bootstrap5-dark.scss +5 -1
  290. package/styles/list-box/bootstrap5.css +99 -207
  291. package/styles/list-box/bootstrap5.scss +5 -1
  292. package/styles/list-box/fabric-dark.css +99 -207
  293. package/styles/list-box/fabric-dark.scss +5 -1
  294. package/styles/list-box/fabric.css +100 -209
  295. package/styles/list-box/fabric.scss +5 -1
  296. package/styles/list-box/fluent-dark.css +100 -209
  297. package/styles/list-box/fluent-dark.scss +5 -1
  298. package/styles/list-box/fluent.css +100 -209
  299. package/styles/list-box/fluent.scss +5 -1
  300. package/styles/list-box/highcontrast-light.css +99 -207
  301. package/styles/list-box/highcontrast-light.scss +5 -1
  302. package/styles/list-box/highcontrast.css +100 -209
  303. package/styles/list-box/highcontrast.scss +5 -1
  304. package/styles/list-box/icons/_bootstrap-dark.scss +25 -0
  305. package/styles/list-box/icons/_bootstrap.scss +25 -0
  306. package/styles/list-box/icons/_bootstrap4.scss +25 -0
  307. package/styles/list-box/icons/_bootstrap5-dark.scss +1 -0
  308. package/styles/list-box/icons/_bootstrap5.scss +25 -0
  309. package/styles/list-box/icons/_fabric-dark.scss +25 -0
  310. package/styles/list-box/icons/_fabric.scss +25 -0
  311. package/styles/list-box/icons/_fluent-dark.scss +1 -0
  312. package/styles/list-box/icons/_fluent.scss +25 -0
  313. package/styles/list-box/icons/_fusionnew.scss +25 -0
  314. package/styles/list-box/icons/_highcontrast-light.scss +25 -0
  315. package/styles/list-box/icons/_highcontrast.scss +25 -0
  316. package/styles/list-box/icons/_material-dark.scss +25 -0
  317. package/styles/list-box/icons/_material.scss +25 -0
  318. package/styles/list-box/icons/_material3.scss +25 -0
  319. package/styles/list-box/icons/_tailwind-dark.scss +25 -0
  320. package/styles/list-box/icons/_tailwind.scss +25 -0
  321. package/styles/list-box/material-dark.css +99 -207
  322. package/styles/list-box/material-dark.scss +5 -1
  323. package/styles/list-box/material.css +100 -209
  324. package/styles/list-box/material.scss +5 -1
  325. package/styles/list-box/tailwind-dark.css +100 -209
  326. package/styles/list-box/tailwind-dark.scss +5 -1
  327. package/styles/list-box/tailwind.css +100 -209
  328. package/styles/list-box/tailwind.scss +5 -1
  329. package/styles/material-dark.css +99 -207
  330. package/styles/material.css +100 -209
  331. package/styles/mention/_all.scss +1 -0
  332. package/styles/mention/_bootstrap-dark-definition.scss +3 -0
  333. package/styles/mention/_bootstrap-definition.scss +3 -0
  334. package/styles/mention/_bootstrap4-definition.scss +3 -0
  335. package/styles/mention/_bootstrap5-dark-definition.scss +1 -0
  336. package/styles/mention/_bootstrap5-definition.scss +1 -0
  337. package/styles/mention/_fabric-dark-definition.scss +2 -0
  338. package/styles/mention/_fabric-definition.scss +3 -0
  339. package/styles/mention/_fluent-dark-definition.scss +1 -0
  340. package/styles/mention/_fluent-definition.scss +1 -0
  341. package/styles/mention/_fusionnew-definition.scss +1 -0
  342. package/styles/mention/_highcontrast-definition.scss +3 -0
  343. package/styles/mention/_highcontrast-light-definition.scss +3 -0
  344. package/styles/mention/_layout.scss +6 -0
  345. package/styles/mention/_material-dark-definition.scss +3 -0
  346. package/styles/mention/_material-definition.scss +3 -0
  347. package/styles/mention/_tailwind-dark-definition.scss +1 -0
  348. package/styles/mention/_tailwind-definition.scss +1 -0
  349. package/styles/mention/bootstrap-dark.scss +6 -1
  350. package/styles/mention/bootstrap.scss +6 -1
  351. package/styles/mention/bootstrap4.scss +6 -1
  352. package/styles/mention/bootstrap5-dark.scss +6 -1
  353. package/styles/mention/bootstrap5.scss +6 -1
  354. package/styles/mention/fabric-dark.scss +6 -1
  355. package/styles/mention/fabric.scss +6 -1
  356. package/styles/mention/fluent-dark.scss +6 -1
  357. package/styles/mention/fluent.scss +6 -1
  358. package/styles/mention/highcontrast-light.scss +6 -1
  359. package/styles/mention/highcontrast.scss +6 -1
  360. package/styles/mention/material-dark.scss +6 -1
  361. package/styles/mention/material.scss +6 -1
  362. package/styles/mention/tailwind-dark.scss +6 -1
  363. package/styles/mention/tailwind.scss +6 -1
  364. package/styles/multi-select/_all.scss +2 -0
  365. package/styles/multi-select/_bootstrap-dark-definition.scss +196 -0
  366. package/styles/multi-select/_bootstrap-definition.scss +190 -0
  367. package/styles/multi-select/_bootstrap4-definition.scss +257 -0
  368. package/styles/multi-select/_bootstrap5-dark-definition.scss +1 -0
  369. package/styles/multi-select/_bootstrap5-definition.scss +227 -0
  370. package/styles/multi-select/_fabric-dark-definition.scss +185 -0
  371. package/styles/multi-select/_fabric-definition.scss +181 -0
  372. package/styles/multi-select/_fluent-dark-definition.scss +1 -0
  373. package/styles/multi-select/_fluent-definition.scss +238 -0
  374. package/styles/multi-select/_fusionnew-definition.scss +227 -0
  375. package/styles/multi-select/_highcontrast-definition.scss +296 -0
  376. package/styles/multi-select/_highcontrast-light-definition.scss +295 -0
  377. package/styles/multi-select/_layout.scss +2033 -0
  378. package/styles/multi-select/_material-dark-definition.scss +228 -0
  379. package/styles/multi-select/_material-definition.scss +221 -0
  380. package/styles/multi-select/_tailwind-dark-definition.scss +1 -0
  381. package/styles/multi-select/_tailwind-definition.scss +232 -0
  382. package/styles/multi-select/_theme.scss +580 -0
  383. package/styles/multi-select/bootstrap-dark.scss +9 -1
  384. package/styles/multi-select/bootstrap.scss +9 -1
  385. package/styles/multi-select/bootstrap4.scss +9 -1
  386. package/styles/multi-select/bootstrap5-dark.scss +9 -1
  387. package/styles/multi-select/bootstrap5.scss +9 -1
  388. package/styles/multi-select/fabric-dark.scss +9 -1
  389. package/styles/multi-select/fabric.scss +9 -1
  390. package/styles/multi-select/fluent-dark.scss +9 -1
  391. package/styles/multi-select/fluent.scss +9 -1
  392. package/styles/multi-select/highcontrast-light.scss +9 -1
  393. package/styles/multi-select/highcontrast.scss +9 -1
  394. package/styles/multi-select/icons/_bootstrap-dark.scss +26 -0
  395. package/styles/multi-select/icons/_bootstrap.scss +26 -0
  396. package/styles/multi-select/icons/_bootstrap4.scss +37 -0
  397. package/styles/multi-select/icons/_bootstrap5-dark.scss +1 -0
  398. package/styles/multi-select/icons/_bootstrap5.scss +26 -0
  399. package/styles/multi-select/icons/_fabric-dark.scss +26 -0
  400. package/styles/multi-select/icons/_fabric.scss +26 -0
  401. package/styles/multi-select/icons/_fluent-dark.scss +1 -0
  402. package/styles/multi-select/icons/_fluent.scss +55 -0
  403. package/styles/multi-select/icons/_fusionnew.scss +26 -0
  404. package/styles/multi-select/icons/_highcontrast-light.scss +26 -0
  405. package/styles/multi-select/icons/_highcontrast.scss +26 -0
  406. package/styles/multi-select/icons/_material-dark.scss +693 -0
  407. package/styles/multi-select/icons/_material.scss +693 -0
  408. package/styles/multi-select/icons/_material3.scss +693 -0
  409. package/styles/multi-select/icons/_tailwind-dark.scss +1 -0
  410. package/styles/multi-select/icons/_tailwind.scss +26 -0
  411. package/styles/multi-select/material-dark.scss +9 -1
  412. package/styles/multi-select/material.scss +9 -1
  413. package/styles/multi-select/tailwind-dark.scss +9 -1
  414. package/styles/multi-select/tailwind.scss +9 -1
  415. package/styles/tailwind-dark.css +100 -209
  416. package/styles/tailwind.css +100 -209
  417. package/syncfusion-ej2-angular-dropdowns.d.ts +5 -0
  418. package/@syncfusion/ej2-angular-dropdowns.es5.js +0 -1427
  419. package/@syncfusion/ej2-angular-dropdowns.es5.js.map +0 -1
  420. package/@syncfusion/ej2-angular-dropdowns.js +0 -1342
  421. package/@syncfusion/ej2-angular-dropdowns.js.map +0 -1
  422. package/CHANGELOG.md +0 -2490
  423. package/dist/ej2-angular-dropdowns.umd.js +0 -1495
  424. package/dist/ej2-angular-dropdowns.umd.js.map +0 -1
  425. package/dist/ej2-angular-dropdowns.umd.min.js +0 -11
  426. package/dist/ej2-angular-dropdowns.umd.min.js.map +0 -1
  427. package/ej2-angular-dropdowns.d.ts +0 -11
  428. package/ej2-angular-dropdowns.metadata.json +0 -1
  429. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,1406 @@
1
+ @mixin ddt-rotate($position) {
2
+ transform: rotate($position);
3
+ transition: transform 300ms ease;
4
+ }
5
+
6
+ @include export-module('dropdowntree-layout') {
7
+
8
+ .e-ddt {
9
+ cursor: pointer;
10
+ outline: none;
11
+
12
+ .e-ddt-icon::before {
13
+ @include ddt-rotate(0deg);
14
+ }
15
+
16
+ &.e-icon-anim {
17
+ @if $ddt-skin-name == 'Material3' {
18
+ .e-ddt-icon {
19
+ background: $ddt-dd-icon-bg;
20
+ border-radius: $ddt-dd-icon-radius;
21
+ }
22
+ }
23
+
24
+ .e-ddt-icon::before {
25
+ @include ddt-rotate(180deg);
26
+ }
27
+ }
28
+
29
+ .e-ddt-hidden {
30
+ border: 0;
31
+ height: 0;
32
+ visibility: hidden;
33
+ width: 0;
34
+ }
35
+
36
+ &.e-input-group.e-control-wrapper,
37
+ &.e-float-input.e-control-wrapper {
38
+ .e-clear-icon {
39
+ box-sizing: content-box;
40
+ @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'FluentUI' and $ddt-skin-name != 'Material3' {
41
+ min-height: $ddt-close-icon-min-height;
42
+ }
43
+ @if $ddt-skin-name == 'Material3' {
44
+ padding: $ddt-close-icon-padding;
45
+ }
46
+ }
47
+
48
+ .e-input-group-icon.e-ddt-icon {
49
+ border: 0;
50
+
51
+ @if $ddt-skin-name == 'bootstrap4' {
52
+ font-size: 8px;
53
+ }
54
+ @if $ddt-skin-name == 'bootstrap5' {
55
+ font-size: 20px;
56
+ }
57
+
58
+ @if $ddt-skin-name == 'Material3' {
59
+ font-size: $ddt-chip-icon-line-height;
60
+ padding: $ddt-dd-icon-padding;
61
+ margin: $ddt-dd-icon-margin;
62
+ line-height: $ddt-chip-icon-line-height;
63
+ }
64
+ }
65
+
66
+ .e-icon-hide {
67
+ display: none;
68
+ }
69
+
70
+ &.e-show-chip,
71
+ &.e-show-text {
72
+ .e-clear-icon {
73
+ bottom: $ddt-close-icon-bottom;
74
+ position: absolute;
75
+ right: 0;
76
+ }
77
+
78
+ &.e-show-dd-icon .e-clear-icon {
79
+ @if $ddt-skin-name == 'tailwind' {
80
+ right: 28px;
81
+ }
82
+ @else {
83
+ right: $ddt-dd-icon-width;
84
+ }
85
+ }
86
+
87
+ .e-ddt-icon {
88
+ @if $ddt-skin-name != 'FluentUI' {
89
+ bottom: $ddt-dd-icon-bottom;
90
+ }
91
+ position: absolute;
92
+ right: 0;
93
+ }
94
+
95
+ &.e-input-focus input.e-dropdowntree.e-chip-input,
96
+ input.e-dropdowntree.e-chip-input {
97
+ padding-left: 0;
98
+ padding-right: 0;
99
+ }
100
+ }
101
+ }
102
+
103
+ .e-chips-wrapper {
104
+ width: 100%;
105
+ }
106
+
107
+ &.e-show-chip {
108
+
109
+ .e-chips-close {
110
+ @if $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'Material3' {
111
+ line-height: $ddt-chip-icon-line-height;
112
+ }
113
+ min-height: $ddt-chip-close-height;
114
+ min-width: $ddt-chip-close-width;
115
+ text-align: center;
116
+
117
+ &::before {
118
+ font-size: $ddt-chip-close-font;
119
+ @if $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'material' and $ddt-skin-name != 'material-dark' {
120
+ vertical-align: middle;
121
+ }
122
+ }
123
+ }
124
+
125
+ .e-chips {
126
+ align-items: center;
127
+ border-radius: $ddt-chip-radius;
128
+ box-sizing: border-box;
129
+ display: inline-flex;
130
+ float: left;
131
+ height: $ddt-chip-height;
132
+ margin: $ddt-chip-margin;
133
+ max-width: $ddt-chip-width;
134
+ overflow: hidden;
135
+ padding: $ddt-chip-padding;
136
+ text-overflow: ellipsis;
137
+ white-space: nowrap;
138
+
139
+ & > .e-chipcontent {
140
+ max-width: 100%;
141
+ overflow: hidden;
142
+ padding: $ddt-chip-content-padding;
143
+ text-indent: 0;
144
+ text-overflow: ellipsis;
145
+ white-space: nowrap;
146
+
147
+ @if $ddt-skin-name == 'fabric' or $ddt-skin-name == 'fabric-dark' or $ddt-skin-name == 'highcontrast' or $ddt-skin-name == 'highcontrast-light' {
148
+ line-height: $ddt-chip-text-line-height;
149
+ }
150
+ }
151
+ }
152
+
153
+ .e-ddt-icon {
154
+ @if $ddt-skin-name == 'FluentUI' {
155
+ bottom: 0;
156
+ }
157
+ }
158
+ }
159
+ @if $ddt-skin-name == 'material' or $ddt-skin-name == 'material-dark' {
160
+ &.e-outline {
161
+ .e-overflow {
162
+ &.e-show-text {
163
+ padding: 10px 12px 9px;
164
+ }
165
+
166
+ &.e-total-count {
167
+ padding: $ddt-outline-padding;
168
+ }
169
+ }
170
+
171
+ &.e-input-group.e-control-wrapper,
172
+ &.e-float-input.e-control-wrapper {
173
+ &.e-show-dd-icon .e-clear-icon {
174
+ right: 30px;
175
+ }
176
+ }
177
+
178
+ &.e-input-group.e-control-wrapper:not(.e-show-chip),
179
+ &.e-float-input.e-control-wrapper:not(.e-show-chip) {
180
+ &.e-show-dd-icon.e-input-focus .e-clear-icon {
181
+ min-height: 20px;
182
+ }
183
+ }
184
+ }
185
+
186
+ &.e-outline.e-show-chip {
187
+ .e-overflow {
188
+ padding: $ddt-outline-chip-padding;
189
+ }
190
+
191
+ .e-chips-wrapper {
192
+ padding: $ddt-outline-chip-padding;
193
+ }
194
+ }
195
+
196
+ &.e-filled {
197
+ &.e-float-input.e-control-wrapper {
198
+ .e-overflow {
199
+ &.e-show-text {
200
+ line-height: 21px;
201
+ padding: 14px 2px 5px 0;
202
+ }
203
+
204
+ .e-remain {
205
+ &.e-wrap-count {
206
+ padding-top: 10px;
207
+ }
208
+ }
209
+ }
210
+ }
211
+
212
+ &.e-float-input.e-control-wrapper:not(.e-show-chip) {
213
+ .e-ddt-icon,
214
+ &.e-show-dd-icon .e-clear-icon {
215
+ padding-top: 8px;
216
+ }
217
+ }
218
+
219
+ &.e-float-input.e-control-wrapper.e-show-chip,
220
+ &.e-float-input.e-control-wrapper.e-show-text {
221
+ .e-ddt-icon {
222
+ bottom: 6px;
223
+ right: 10px;
224
+ }
225
+
226
+ .e-clear-icon {
227
+ bottom: 5px;
228
+ right: 38px;
229
+ }
230
+
231
+ &:not(.e-show-dd-icon) .e-clear-icon {
232
+ bottom: 9px;
233
+ right: 10px;
234
+ }
235
+ }
236
+
237
+ .e-chips-wrapper,
238
+ .e-overflow {
239
+ .e-chips {
240
+ margin-top: 8px;
241
+ padding: 0 8px;
242
+ }
243
+ }
244
+
245
+ &.e-float-input.e-control-wrapper.e-show-chip {
246
+ .e-chips-wrapper,
247
+ .e-overflow {
248
+ padding-top: 8px;
249
+
250
+ .e-chips {
251
+ height: 18px;
252
+ }
253
+
254
+ .e-chips > .e-chipcontent {
255
+ font-size: 12px;
256
+ padding: 0 4px 0 0;
257
+ }
258
+
259
+ .e-chips-close::before {
260
+ font-size: 12px;
261
+ height: 12px;
262
+ width: 12px;
263
+ }
264
+ }
265
+ }
266
+
267
+ &.e-input-group.e-control-wrapper:not(.e-float-input) {
268
+ .e-overflow {
269
+ &.e-show-text {
270
+ line-height: 39px;
271
+ padding: 0;
272
+ }
273
+
274
+ .e-remain {
275
+ &.e-wrap-count {
276
+ line-height: 39px;
277
+ padding-top: 0;
278
+ }
279
+ }
280
+ }
281
+
282
+ &.e-show-chip {
283
+ .e-chips-wrapper,
284
+ .e-overflow {
285
+ .e-chips {
286
+ height: 28px;
287
+ margin-top: 8px;
288
+ padding: 0 8px;
289
+ }
290
+
291
+ .e-chips > .e-chipcontent {
292
+ font-size: 13px;
293
+ padding: 0 8px 0 0;
294
+ }
295
+
296
+ .e-chips-close::before {
297
+ font-size: 14px;
298
+ height: 14px;
299
+ width: 14px;
300
+ }
301
+ }
302
+ }
303
+
304
+ &.e-show-dd-icon.e-show-text,
305
+ &.e-show-dd-icon.e-show-chip {
306
+ .e-ddt-icon {
307
+ bottom: 10px;
308
+ right: 10px;
309
+ }
310
+ }
311
+
312
+ .e-clear-icon {
313
+ bottom: 9px;
314
+ right: 38px;
315
+ }
316
+
317
+ &:not(.e-show-dd-icon) .e-clear-icon {
318
+ bottom: 9px;
319
+ right: 10px;
320
+ }
321
+ }
322
+ }
323
+ }
324
+
325
+ .e-overflow {
326
+ white-space: nowrap;
327
+
328
+ &.e-show-text {
329
+ padding: $ddt-delim-padding;
330
+ @if $ddt-skin-name == 'tailwind' {
331
+ line-height: 22px;
332
+
333
+ .e-remain {
334
+ padding-left: 8px;
335
+ }
336
+ }
337
+ @if $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
338
+ line-height: 30px;
339
+ }
340
+ }
341
+
342
+ &.e-total-count {
343
+ box-sizing: border-box;
344
+ display: inline-block;
345
+ overflow: hidden;
346
+ text-overflow: ellipsis;
347
+
348
+ .e-remain {
349
+ @if $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
350
+ line-height: 30px;
351
+ }
352
+ @else {
353
+ padding: $ddt-rtl-remains-padding;
354
+ }
355
+ }
356
+ }
357
+
358
+ &.e-wrap-count {
359
+ @if $ddt-skin-name != 'bootstrap5' {
360
+ padding-top: $ddt-remains-count-padding-top;
361
+ }
362
+ }
363
+
364
+ .e-remain {
365
+ cursor: pointer;
366
+ display: inline-block;
367
+ font-size: $ddt-chip-font-size;
368
+ padding: $ddt-remains-padding;
369
+
370
+ &.e-wrap-count {
371
+ @if $ddt-skin-name == 'bootstrap5' {
372
+ padding: $ddt-overflow-count-padding;
373
+ }
374
+ @else {
375
+ @if $ddt-skin-name == 'FluentUI' {
376
+ line-height: 30px;
377
+ }
378
+ @else if $ddt-skin-name != 'Material3' {
379
+ padding-top: $ddt-overflow-count-padding-top;
380
+ }
381
+ }
382
+ }
383
+ }
384
+ }
385
+
386
+ &.e-show-chip {
387
+ .e-overflow {
388
+ &.e-total-count {
389
+ .e-remain {
390
+ padding: $ddt-delim-padding;
391
+ }
392
+ }
393
+ @if $ddt-skin-name == 'FluentUI' {
394
+ .e-remain.e-wrap-count {
395
+ padding-left: 4px;
396
+ }
397
+ }
398
+ }
399
+ }
400
+
401
+ &.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
402
+ @if $ddt-skin-name == 'tailwind' {
403
+ margin-right: 18px;
404
+ }
405
+ @else {
406
+ margin-right: $ddt-dd-icon-width;
407
+ }
408
+ max-width: $ddt-chip-ddi-width;
409
+ }
410
+
411
+ &.e-show-clear .e-chips-wrapper .e-chips:last-child {
412
+ @if $ddt-skin-name == 'tailwind' {
413
+ margin-right: 18px;
414
+ }
415
+ @else {
416
+ margin-right: $ddt-close-icon-width;
417
+ }
418
+ max-width: $ddt-chip-ci-width;
419
+ }
420
+
421
+ &.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
422
+ margin-right: $ddt-last-chip-right-margin;
423
+ max-width: $ddt-chip-ddi-ci-width;
424
+ }
425
+
426
+ input[readonly],
427
+ .e-dropdowntree,
428
+ input[readonly].e-input {
429
+ pointer-events: none;
430
+
431
+ &.e-chip-input {
432
+ width: 0;
433
+ }
434
+ }
435
+
436
+ &.e-popup {
437
+ @if $skin-name != 'material' and $skin-name != 'FluentUI' {
438
+ border: 1px solid $ddt-popup-border-color;
439
+ }
440
+
441
+ @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' {
442
+ border-radius: 4px;
443
+ margin-top: 4px;
444
+ }
445
+
446
+ @if $skin-name == 'bootstrap4' {
447
+ border-radius: $ddt-chip-radius;
448
+ }
449
+
450
+ @if $skin-name == 'FluentUI' {
451
+ border-radius: 2px;
452
+ }
453
+ box-shadow: $ddt-box-shadow;
454
+ position: absolute;
455
+
456
+ .e-active .e-checkbox-wrapper {
457
+ .e-frame:not(.e-check):not(.e-stop) {
458
+ @if$ddt-skin-name == 'bootstrap5' {
459
+ background-color: $ddt-readonly-input-bg-color;
460
+ }
461
+ }
462
+ }
463
+
464
+ .e-checkbox-wrapper {
465
+ .e-frame:not(.e-check):not(.e-stop) {
466
+ @if$ddt-skin-name == 'bootstrap5' {
467
+ background-color: transparent;
468
+ }
469
+ }
470
+ }
471
+
472
+ .e-selectall-parent {
473
+ border-bottom: 1px solid;
474
+ cursor: pointer;
475
+ display: block;
476
+ @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'FluentUI' {
477
+ line-height: $ddt-select-all-height;
478
+ }
479
+ overflow: hidden;
480
+ position: relative;
481
+ text-indent: $ddt-select-all-text-indent;
482
+ white-space: nowrap;
483
+ width: 100%;
484
+ @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'FluentUI' {
485
+ padding: 8px 12px;
486
+ }
487
+ @else if $ddt-skin-name == 'bootstrap5' {
488
+ padding: 0 8px;
489
+ }
490
+ @else if $ddt-skin-name == 'Material3' {
491
+ padding: $ddt-select-all-padding;
492
+ }
493
+
494
+ &.e-hide-selectall {
495
+ display: none;
496
+ }
497
+
498
+ .e-checkbox-wrapper {
499
+ position: relative;
500
+ text-indent: 0;
501
+
502
+ .e-frame {
503
+ @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
504
+ margin-top: -3px;
505
+ }
506
+ }
507
+ }
508
+
509
+ .e-all-text {
510
+ font-family: inherit;
511
+ font-size: 14px;
512
+ margin: $ddt-select-all-checkbox-margin;
513
+ @if $ddt-skin-name == 'tailwind' {
514
+ line-height: $ddt-select-all-height;
515
+ }
516
+ }
517
+ }
518
+
519
+ & .e-filter-wrap .e-input,
520
+ & .e-filter-wrap .e-input:focus {
521
+ @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'Material3' {
522
+ padding: $ddt-list-filter-text-indent;
523
+ }
524
+ }
525
+
526
+ .e-filter-wrap {
527
+ @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'FluentUI' {
528
+ border-bottom: $ddt-filter-border;
529
+ }
530
+ @else {
531
+ border: $ddt-filter-border;
532
+ }
533
+ border-top-width: $ddt-filter-top-border;
534
+ display: block;
535
+ padding: $ddt-filter-padding;
536
+ }
537
+
538
+ .e-filter-wrap {
539
+ @if $ddt-skin-name == 'fabric' or $ddt-skin-name == 'fabric-dark' or $ddt-skin-name == 'highcontrast' or $ddt-skin-name == 'highcontrast-light' {
540
+ border-left-width: 0;
541
+ border-right-width: 0;
542
+ }
543
+
544
+ @if $ddt-skin-name == 'bootstrap-dark' or $ddt-skin-name == 'bootstrap' {
545
+ border-bottom: $ddt-filter-border-bottom-color;
546
+ }
547
+
548
+ @if $ddt-skin-name == 'bootstrap4' {
549
+ background: $ddt-filter-bg;
550
+ }
551
+
552
+ .e-input-group:not(.e-disabled):not(.e-float-icon-left)::before,
553
+ .e-input-group:not(.e-disabled):not(.e-float-icon-left)::after,
554
+ .e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left)::before,
555
+ .e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left)::after {
556
+ @if $ddt-skin-name == 'material' {
557
+ bottom: -1px;
558
+ height: 1px;
559
+ }
560
+ }
561
+ }
562
+
563
+ .e-filter-wrap .e-input-group {
564
+ margin-bottom: 0;
565
+
566
+ @if $ddt-skin-name == 'tailwind' {
567
+ border: 1px solid $border;
568
+ border-radius: 4px;
569
+ }
570
+
571
+ @if $ddt-skin-name == 'bootstrap4' {
572
+ background: $ddt-filter-bg;
573
+ }
574
+
575
+ .e-clear-icon {
576
+ @if $ddt-skin-name == 'material' or $ddt-skin-name == 'material-dark' {
577
+ margin: 6px 6px 5px;
578
+ min-height: 12px;
579
+ min-width: 12px;
580
+ padding: 6px;
581
+ }
582
+ }
583
+ }
584
+
585
+ .e-popup-content {
586
+ overflow: auto;
587
+ position: relative;
588
+
589
+ .e-ddt-nodata {
590
+ display: none;
591
+ }
592
+
593
+ &.e-no-data {
594
+ cursor: default;
595
+ font-family: inherit;
596
+ font-size: 14px;
597
+ @if $ddt-skin-name == 'tailwind' {
598
+ padding: 8px 16px;
599
+ }
600
+ @else if $ddt-skin-name == 'bootstrap5' {
601
+ padding: 7px 16px;
602
+ }
603
+ @else {
604
+ padding: 14px 16px;
605
+ }
606
+ text-align: center;
607
+
608
+ .e-treeview {
609
+ display: none;
610
+ }
611
+
612
+ .e-ddt-nodata {
613
+ display: block;
614
+ @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5'or $ddt-skin-name == 'FluentUI' {
615
+ line-height: 22px;
616
+ }
617
+ }
618
+ }
619
+ }
620
+
621
+ .e-treeview {
622
+ display: inline-table;
623
+ width: 100%;
624
+
625
+ .e-list-item {
626
+ padding: 0;
627
+
628
+ .e-ul {
629
+ margin: 0;
630
+ padding: 0 0 0 14px;
631
+ }
632
+ }
633
+
634
+ .e-fullrow {
635
+ @if $ddt-skin-name == 'highcontrast' or $ddt-skin-name == 'highcontrast-light' {
636
+ border-width: 2px;
637
+ }
638
+ @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'Material3' {
639
+ height: $ddt-treeview-fullrow-height;
640
+ }
641
+ }
642
+
643
+ & > .e-ul {
644
+ overflow: hidden;
645
+ @if $ddt-skin-name != 'FluentUI' and $ddt-skin-name != 'Material3' {
646
+ padding: $ddt-treeview-padding;
647
+ }
648
+ }
649
+
650
+ &.e-fullrow-wrap .e-text-content {
651
+ @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'FluentUI' and $ddt-skin-name != 'Material3' {
652
+ padding-bottom: $ddt-treeview-content-padding-top;
653
+ padding-top: $ddt-treeview-content-padding-bottom;
654
+ }
655
+ }
656
+ }
657
+
658
+ .e-ddt-footer,
659
+ .e-ddt-header {
660
+ cursor: default;
661
+ }
662
+ }
663
+
664
+ &.e-rtl {
665
+ &.e-show-chip {
666
+ .e-chips {
667
+ float: right;
668
+ @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' {
669
+ & > .e-chipcontent {
670
+ padding: $ddt-rtl-chip-content-padding;
671
+ }
672
+ }
673
+ }
674
+ }
675
+
676
+ &.e-show-chip,
677
+ &.e-show-text {
678
+ .e-overflow {
679
+ .e-remain {
680
+ padding: $ddt-rtl-remains-padding;
681
+
682
+ &.e-wrap-count {
683
+ @if $ddt-skin-name == 'bootstrap5' {
684
+ padding-top: 5px;
685
+ }
686
+ @else {
687
+ padding-top: $ddt-remains-count-padding-top;
688
+ }
689
+ }
690
+ }
691
+
692
+ &.e-wrap-count {
693
+ position: absolute;
694
+ right: auto;
695
+ }
696
+ }
697
+ }
698
+
699
+ &.e-show-text {
700
+ .e-overflow {
701
+ &.e-total-count {
702
+ .e-remain {
703
+ padding: $ddt-remains-padding;
704
+ }
705
+ }
706
+ }
707
+ }
708
+
709
+ &.e-show-text {
710
+ .e-overflow {
711
+ &.e-wrap-count {
712
+ .e-remain {
713
+ @if $ddt-skin-name == 'tailwind' {
714
+ padding-right: 8px;
715
+ }
716
+ }
717
+ }
718
+ }
719
+ }
720
+
721
+ &.e-show-chip {
722
+ .e-overflow {
723
+ &.e-total-count {
724
+ .e-remain {
725
+ padding: $ddt-delim-padding;
726
+ }
727
+ }
728
+ }
729
+ }
730
+
731
+ @if $ddt-skin-name == 'material' or $ddt-skin-name == 'material-dark' {
732
+ &.e-outline {
733
+ &.e-input-group.e-control-wrapper,
734
+ &.e-float-input.e-control-wrapper {
735
+ &.e-show-dd-icon .e-clear-icon,
736
+ &.e-show-dd-icon.e-show-text .e-clear-icon,
737
+ &.e-show-dd-icon.e-show-chip .e-clear-icon {
738
+ left: 30px;
739
+ }
740
+ }
741
+ }
742
+
743
+ &.e-filled {
744
+ &.e-float-input.e-control-wrapper {
745
+ .e-overflow {
746
+ &.e-show-text {
747
+ padding: 14px 0 5px 2px;
748
+ }
749
+ }
750
+ }
751
+
752
+ &.e-float-input.e-control-wrapper.e-show-chip,
753
+ &.e-float-input.e-control-wrapper.e-show-text {
754
+ .e-ddt-icon {
755
+ left: 10px;
756
+ right: auto;
757
+ }
758
+
759
+ &.e-show-dd-icon .e-clear-icon {
760
+ left: 38px;
761
+ right: auto;
762
+ }
763
+
764
+ &:not(.e-show-dd-icon) .e-clear-icon {
765
+ left: 10px;
766
+ right: auto;
767
+ }
768
+ }
769
+
770
+ &.e-float-input.e-control-wrapper.e-show-chip {
771
+ .e-chips-wrapper,
772
+ .e-overflow {
773
+ .e-chips > .e-chipcontent {
774
+ padding: 0 0 0 4px;
775
+ }
776
+ }
777
+ }
778
+
779
+ &.e-input-group.e-control-wrapper:not(.e-float-input) {
780
+ &.e-show-chip {
781
+ .e-chips-wrapper,
782
+ .e-overflow {
783
+ .e-chips > .e-chipcontent {
784
+ padding: 0 0 0 8px;
785
+ }
786
+ }
787
+ }
788
+
789
+ &.e-show-dd-icon.e-show-text,
790
+ &.e-show-dd-icon.e-show-chip {
791
+ .e-ddt-icon {
792
+ left: 10px;
793
+ right: auto;
794
+ }
795
+ }
796
+
797
+ &.e-show-dd-icon .e-clear-icon {
798
+ left: 38px;
799
+ right: auto;
800
+ }
801
+
802
+ &:not(.e-show-dd-icon) .e-clear-icon {
803
+ left: 10px;
804
+ right: auto;
805
+ }
806
+ }
807
+ }
808
+ }
809
+
810
+ &.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
811
+ @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
812
+ margin-left: 18px;
813
+ margin-right: 4px;
814
+ }
815
+ @else {
816
+ margin-left: $ddt-dd-icon-width;
817
+ margin-right: 1px;
818
+ }
819
+ }
820
+
821
+ &.e-show-clear .e-chips-wrapper .e-chips:last-child {
822
+ @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
823
+ margin-left: 18px;
824
+ margin-right: 4px;
825
+ }
826
+ @else {
827
+ margin-left: $ddt-close-icon-width;
828
+ margin-right: 1px;
829
+ }
830
+ }
831
+
832
+ &.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
833
+ margin-left: $ddt-last-chip-right-margin;
834
+ @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
835
+ margin-right: 4px;
836
+ }
837
+ @else {
838
+ margin-right: 1px;
839
+ }
840
+ }
841
+
842
+ &.e-input-group.e-control-wrapper,
843
+ &.e-float-input.e-control-wrapper {
844
+
845
+ &.e-show-chip,
846
+ &.e-show-text {
847
+
848
+ .e-clear-icon,
849
+ .e-ddt-icon {
850
+ left: 0;
851
+ right: auto;
852
+ }
853
+
854
+ &.e-show-dd-icon .e-clear-icon {
855
+ @if $ddt-skin-name == 'tailwind' {
856
+ left: 28px;
857
+ }
858
+ @else {
859
+ left: $ddt-dd-icon-width;
860
+ }
861
+ }
862
+ }
863
+ }
864
+
865
+ &.e-popup {
866
+
867
+ .e-treeview .e-list-item .e-ul {
868
+ padding: 0 14px 0 0;
869
+ }
870
+ }
871
+ }
872
+ }
873
+
874
+ .e-ddt-icon-hide {
875
+ display: none;
876
+ }
877
+
878
+ .e-bigger .e-ddt,
879
+ .e-ddt.e-bigger {
880
+
881
+ .e-chips {
882
+ height: $ddt-chip-bigger-height;
883
+
884
+ @if $ddt-skin-name == 'tailwind' {
885
+ padding: 3px 8px;
886
+
887
+ & > .e-chipcontent {
888
+ padding: $ddt-big-chip-content-padding;
889
+ }
890
+ }
891
+ @if $ddt-skin-name == 'FluentUI' {
892
+ font-size: $text-lg;
893
+ }
894
+ }
895
+
896
+ &.e-input-group.e-control-wrapper,
897
+ &.e-float-input.e-control-wrapper {
898
+
899
+ &.e-show-chip,
900
+ &.e-show-text {
901
+ &.e-show-dd-icon .e-clear-icon {
902
+ @if $ddt-skin-name == 'tailwind' {
903
+ bottom: 3px;
904
+ right: 32px;
905
+ }
906
+ @else if $ddt-skin-name == 'bootstrap4' {
907
+ right: 33px;
908
+ }
909
+ @else if $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
910
+ bottom: auto;
911
+ right: 36px;
912
+ }
913
+ @else if $ddt-skin-name != 'Material3' {
914
+ right: $ddt-dd-icon-bigger-width;
915
+ }
916
+ }
917
+
918
+ @if $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
919
+ &.e-show-chip {
920
+ &.e-show-dd-icon .e-clear-icon {
921
+ bottom: 0;
922
+ }
923
+ }
924
+ }
925
+
926
+ .e-ddt-icon {
927
+ bottom: $ddt-dd-icon-bigger-bottom;
928
+ }
929
+ }
930
+
931
+ .e-input-group-icon.e-ddt-icon {
932
+ @if $ddt-skin-name == 'bootstrap4' {
933
+ font-size: 10px;
934
+ }
935
+ }
936
+
937
+ .e-clear-icon {
938
+ @if $ddt-skin-name == 'tailwind' {
939
+ min-width: 0;
940
+ padding: 6px;
941
+ }
942
+ @else {
943
+ min-height: $ddt-close-icon-bigger-min-height;
944
+ }
945
+ }
946
+ }
947
+
948
+ &.e-show-chip {
949
+ .e-chips-close {
950
+ @if $ddt-skin-name == 'bootstrap4' {
951
+ line-height: 27px;
952
+ min-height: 30px;
953
+ min-width: 30px;
954
+
955
+ &::before {
956
+ font-size: 10px;
957
+ }
958
+ }
959
+ @if $ddt-skin-name == 'tailwind' {
960
+ line-height: 18px;
961
+ min-height: 24px;
962
+ min-width: 24px;
963
+
964
+ &::before {
965
+ font-size: 20px;
966
+ }
967
+ }
968
+ @if $ddt-skin-name == 'bootstrap5' {
969
+ min-height: 24px;
970
+ min-width: 24px;
971
+
972
+ &::before {
973
+ font-size: 12px;
974
+ vertical-align: middle;
975
+ }
976
+ }
977
+ @if $ddt-skin-name == 'FluentUI' {
978
+ line-height: 27px;
979
+ min-height: 32px;
980
+ min-width: 32px;
981
+
982
+ &::before {
983
+ font-size: 12px;
984
+ }
985
+ }
986
+ }
987
+ }
988
+
989
+ .e-overflow {
990
+
991
+ &.e-show-text {
992
+ padding: $ddt-delim-bigger-padding;
993
+ @if $ddt-skin-name == 'bootstrap5' {
994
+ line-height: 37px;
995
+ }
996
+ @if $ddt-skin-name == 'FluentUI' {
997
+ line-height: 38px;
998
+ }
999
+ }
1000
+
1001
+ .e-remain {
1002
+ @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' {
1003
+ font-size: $text-base;
1004
+ }
1005
+ @else if $ddt-skin-name == 'FluentUI' {
1006
+ font-size: $text-lg;
1007
+ }
1008
+ }
1009
+ }
1010
+
1011
+ @if $ddt-skin-name == 'material' or $ddt-skin-name == 'material-dark' {
1012
+ &.e-outline {
1013
+ .e-overflow {
1014
+ &.e-show-text {
1015
+ padding: $ddt-outline-bigger-padding;
1016
+ }
1017
+
1018
+ &.e-total-count {
1019
+ padding: $ddt-outline-bigger-padding;
1020
+ }
1021
+ }
1022
+
1023
+ &.e-input-group.e-control-wrapper,
1024
+ &.e-float-input.e-control-wrapper {
1025
+ &.e-show-dd-icon .e-clear-icon {
1026
+ right: 36px;
1027
+ }
1028
+ }
1029
+ }
1030
+
1031
+ &.e-outline.e-show-chip {
1032
+ .e-overflow {
1033
+ padding: $ddt-bigger-outline-chip-padding;
1034
+
1035
+ &.e-total-count {
1036
+ .e-remain {
1037
+ padding-top: 10px;
1038
+ }
1039
+ }
1040
+
1041
+ .e-remain {
1042
+ &.e-wrap-count {
1043
+ padding-top: 10px;
1044
+ }
1045
+ }
1046
+ }
1047
+
1048
+ .e-chips-wrapper {
1049
+ padding: $ddt-bigger-outline-chip-padding;
1050
+ }
1051
+ }
1052
+
1053
+ &.e-filled {
1054
+ &.e-float-input.e-control-wrapper {
1055
+ .e-overflow {
1056
+ &.e-show-text {
1057
+ line-height: 30px;
1058
+ padding: 19px 12px 0 0;
1059
+ }
1060
+
1061
+ .e-remain {
1062
+ &.e-wrap-count {
1063
+ padding-top: 14px;
1064
+ }
1065
+ }
1066
+ }
1067
+ }
1068
+
1069
+ &.e-float-input.e-control-wrapper:not(.e-show-chip) {
1070
+ .e-ddt-icon,
1071
+ &.e-show-dd-icon .e-clear-icon {
1072
+ padding-top: 8px;
1073
+ }
1074
+ }
1075
+
1076
+ &.e-float-input.e-control-wrapper.e-show-chip,
1077
+ &.e-float-input.e-control-wrapper.e-show-text {
1078
+ .e-ddt-icon {
1079
+ bottom: 12px;
1080
+ right: 12px;
1081
+ }
1082
+
1083
+ .e-clear-icon {
1084
+ bottom: 11px;
1085
+ right: 44px;
1086
+ }
1087
+
1088
+ &:not(.e-show-dd-icon) .e-clear-icon {
1089
+ bottom: 14px;
1090
+ right: 12px;
1091
+ }
1092
+ }
1093
+
1094
+ .e-chips-wrapper,
1095
+ .e-overflow {
1096
+ .e-chips {
1097
+ margin-top: 8px;
1098
+ padding: 0 8px;
1099
+ }
1100
+ }
1101
+
1102
+ &.e-float-input.e-control-wrapper.e-show-chip {
1103
+ .e-chips-wrapper,
1104
+ .e-overflow {
1105
+ padding-top: 19px;
1106
+
1107
+ .e-chips {
1108
+ height: 24px;
1109
+ }
1110
+
1111
+ .e-chips > .e-chipcontent {
1112
+ font-size: 13px;
1113
+ }
1114
+
1115
+ .e-chips-close::before {
1116
+ font-size: 14px;
1117
+ height: 14px;
1118
+ width: 14px;
1119
+ }
1120
+ }
1121
+ }
1122
+
1123
+ &.e-input-group.e-control-wrapper:not(.e-float-input) {
1124
+ .e-overflow {
1125
+ &.e-show-text {
1126
+ line-height: 55px;
1127
+ }
1128
+
1129
+ .e-remain {
1130
+ &.e-wrap-count {
1131
+ line-height: 55px;
1132
+ padding-top: 0;
1133
+ }
1134
+ }
1135
+ }
1136
+
1137
+ &.e-show-chip {
1138
+ .e-chips-wrapper,
1139
+ .e-overflow {
1140
+ .e-chips {
1141
+ height: 32px;
1142
+ padding: 0 12px;
1143
+ }
1144
+
1145
+ .e-chips > .e-chipcontent {
1146
+ font-size: 14px;
1147
+ }
1148
+
1149
+ .e-chips-close::before {
1150
+ font-size: 16px;
1151
+ height: 16px;
1152
+ width: 16px;
1153
+ }
1154
+ }
1155
+ }
1156
+
1157
+ &.e-show-dd-icon.e-show-text,
1158
+ &.e-show-dd-icon.e-show-chip {
1159
+ .e-ddt-icon,
1160
+ &:not(.e-show-dd-icon) .e-clear-icon {
1161
+ bottom: 16px;
1162
+ right: 12px;
1163
+ }
1164
+ }
1165
+
1166
+ .e-clear-icon {
1167
+ bottom: 15px;
1168
+ right: 44px;
1169
+ }
1170
+ }
1171
+ }
1172
+ }
1173
+
1174
+ &.e-show-chip {
1175
+ .e-overflow {
1176
+ .e-remain {
1177
+ &.e-wrap-count {
1178
+ @if $ddt-skin-name == 'tailwind' {
1179
+ line-height: 22px;
1180
+ padding-top: 7px;
1181
+ }
1182
+ @if $ddt-skin-name == 'FluentUI' {
1183
+ line-height: 38px;
1184
+ padding-top: 0;
1185
+ }
1186
+ }
1187
+ }
1188
+
1189
+ &.e-total-count {
1190
+ .e-remain {
1191
+ @if $ddt-skin-name == 'bootstrap5' {
1192
+ line-height: 36px;
1193
+ padding: 0 12px;
1194
+ }
1195
+ @else if $ddt-skin-name == 'tailwind' {
1196
+ padding: 8px 12px;
1197
+ }
1198
+ @else if $ddt-skin-name == 'FluentUI' {
1199
+ line-height: 38px;
1200
+ padding: 0 8px;
1201
+ }
1202
+ }
1203
+ }
1204
+ }
1205
+ }
1206
+
1207
+ &.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
1208
+ @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'Material3' {
1209
+ margin-right: $ddt-dd-icon-bigger-width;
1210
+ }
1211
+ max-width: $ddt-big-chip-ddi-width;
1212
+ }
1213
+
1214
+ &.e-show-clear .e-chips-wrapper .e-chips:last-child {
1215
+ @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'Material3' {
1216
+ margin-right: $ddt-close-icon-bigger-width;
1217
+ }
1218
+ max-width: $ddt-big-chip-ci-width;
1219
+ }
1220
+
1221
+ &.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
1222
+ margin-right: $ddt-last-chip-bigger-right-margin;
1223
+ max-width: $ddt-big-chip-ddi-ci-width;
1224
+ }
1225
+
1226
+ &.e-popup {
1227
+ @if $ddt-skin-name == 'tailwind' {
1228
+ margin-top: 8px;
1229
+ }
1230
+ @else if $ddt-skin-name == 'bootstrap5' {
1231
+ margin-top: 4px;
1232
+ }
1233
+
1234
+ .e-selectall-parent {
1235
+ text-indent: $ddt-select-all-bigger-text-indent;
1236
+ @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
1237
+ @if $ddt-skin-name == 'bootstrap5' {
1238
+ padding: 3px 12px;
1239
+ }
1240
+ @else if $ddt-skin-name == 'tailwind' {
1241
+ padding: 12px 16px;
1242
+ }
1243
+ @else {
1244
+ padding: 10px 16px;
1245
+ }
1246
+
1247
+ .e-all-text {
1248
+ font-size: $text-base;
1249
+ line-height: 24px;
1250
+ @if $ddt-skin-name == 'bootstrap5' {
1251
+ margin: 0 12px;
1252
+ }
1253
+ @else {
1254
+ margin: 0 16px;
1255
+ }
1256
+ }
1257
+ }
1258
+ }
1259
+
1260
+ @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
1261
+ .e-popup-content {
1262
+ &.e-no-data {
1263
+ @if $ddt-skin-name == 'bootstrap5' {
1264
+ padding: 9px 16px;
1265
+ }
1266
+ @else {
1267
+ padding: 10px 16px;
1268
+ }
1269
+
1270
+ .e-ddt-nodata {
1271
+ @if $ddt-skin-name == 'FluentUI' {
1272
+ font-size: $text-lg;
1273
+ }
1274
+ @else {
1275
+ font-size: $text-base;
1276
+ }
1277
+ line-height: 24px;
1278
+ }
1279
+ }
1280
+ }
1281
+
1282
+ .e-filter-wrap {
1283
+ padding: 8px;
1284
+ }
1285
+ }
1286
+
1287
+ .e-treeview .e-fullrow {
1288
+ @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'Material3' {
1289
+ height: $ddt-treeview-fullrow-bigger-height;
1290
+ }
1291
+ }
1292
+
1293
+ .e-treeview > .e-ul {
1294
+ @if $ddt-skin-name == 'bootstrap5' {
1295
+ padding: 8px 16px;
1296
+ }
1297
+ @if $ddt-skin-name == 'tailwind' {
1298
+ padding: 8px 0 8px 16px;
1299
+ }
1300
+ }
1301
+ }
1302
+
1303
+ &.e-rtl {
1304
+ .e-chips {
1305
+ @if $ddt-skin-name == 'tailwind' {
1306
+ & > .e-chipcontent {
1307
+ padding: $ddt-rtl-big-chip-content-padding;
1308
+ }
1309
+ }
1310
+ }
1311
+
1312
+ @if $ddt-skin-name == 'material' or $ddt-skin-name == 'material-dark' {
1313
+ &.e-outline {
1314
+ &.e-input-group.e-control-wrapper,
1315
+ &.e-float-input.e-control-wrapper {
1316
+ &.e-show-dd-icon .e-clear-icon,
1317
+ &.e-show-dd-icon.e-show-text .e-clear-icon,
1318
+ &.e-show-dd-icon.e-show-chip .e-clear-icon {
1319
+ left: 36px;
1320
+ }
1321
+ }
1322
+ }
1323
+
1324
+ &.e-filled {
1325
+ &.e-float-input.e-control-wrapper {
1326
+ .e-overflow {
1327
+ &.e-show-text {
1328
+ padding: 19px 0 0 12px;
1329
+ }
1330
+ }
1331
+ }
1332
+
1333
+ &.e-float-input.e-control-wrapper.e-show-chip,
1334
+ &.e-float-input.e-control-wrapper.e-show-text {
1335
+ .e-ddt-icon,
1336
+ &:not(.e-show-dd-icon) .e-clear-icon {
1337
+ left: 12px;
1338
+ right: auto;
1339
+ }
1340
+
1341
+ &.e-show-dd-icon .e-clear-icon {
1342
+ left: 44px;
1343
+ right: auto;
1344
+ }
1345
+ }
1346
+
1347
+ &.e-input-group.e-control-wrapper:not(.e-float-input) {
1348
+ &.e-show-dd-icon:not(.e-input-focus),
1349
+ &.e-show-dd-icon.e-show-chip {
1350
+ .e-ddt-icon,
1351
+ &:not(.e-show-dd-icon) .e-clear-icon {
1352
+ left: 12px;
1353
+ right: auto;
1354
+ }
1355
+ }
1356
+
1357
+ .e-clear-icon {
1358
+ left: 44px;
1359
+ right: auto;
1360
+ }
1361
+ }
1362
+ }
1363
+ }
1364
+
1365
+ &.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
1366
+ @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
1367
+ margin-right: 4px;
1368
+ }
1369
+ @else if $ddt-skin-name != 'Material3' {
1370
+ margin-left: $ddt-dd-icon-bigger-width;
1371
+ margin-right: 1px;
1372
+ }
1373
+ }
1374
+
1375
+ &.e-show-clear .e-chips-wrapper .e-chips:last-child {
1376
+ @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
1377
+ margin-right: 4px;
1378
+ }
1379
+ @else if $ddt-skin-name != 'Material3' {
1380
+ margin-left: $ddt-close-icon-bigger-width;
1381
+ margin-right: 1px;
1382
+ }
1383
+ }
1384
+
1385
+ &.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
1386
+ margin-left: $ddt-last-chip-bigger-right-margin;
1387
+ @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
1388
+ margin-right: 4px;
1389
+ }
1390
+ @else {
1391
+ margin-right: 1px;
1392
+ }
1393
+ }
1394
+
1395
+ &.e-show-chip,
1396
+ &.e-show-text {
1397
+ &.e-input-group.e-show-dd-icon .e-clear-icon {
1398
+ @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'Material3' {
1399
+ left: $ddt-dd-icon-bigger-width;
1400
+ }
1401
+ right: auto;
1402
+ }
1403
+ }
1404
+ }
1405
+ }
1406
+ }