@syncfusion/ej2-angular-dropdowns 23.1.44 → 23.2.4-ngcc

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