@syncfusion/ej2-angular-dropdowns 21.2.10 → 22.1.34-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 (500) hide show
  1. package/@syncfusion/ej2-angular-dropdowns.es5.js +1427 -0
  2. package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-dropdowns.js +1342 -0
  4. package/@syncfusion/ej2-angular-dropdowns.js.map +1 -0
  5. package/CHANGELOG.md +2468 -0
  6. package/README.md +203 -105
  7. package/dist/ej2-angular-dropdowns.umd.js +1495 -0
  8. package/dist/ej2-angular-dropdowns.umd.js.map +1 -0
  9. package/dist/ej2-angular-dropdowns.umd.min.js +11 -0
  10. package/dist/ej2-angular-dropdowns.umd.min.js.map +1 -0
  11. package/ej2-angular-dropdowns.d.ts +11 -0
  12. package/ej2-angular-dropdowns.metadata.json +1 -0
  13. package/license +10 -0
  14. package/package.json +15 -29
  15. package/postinstall/tagchange.js +18 -0
  16. package/schematics/utils/lib-details.d.ts +2 -2
  17. package/schematics/utils/lib-details.js +2 -2
  18. package/schematics/utils/lib-details.ts +2 -2
  19. package/src/auto-complete/autocomplete-all.module.d.ts +0 -6
  20. package/src/auto-complete/autocomplete.component.d.ts +8 -7
  21. package/src/auto-complete/autocomplete.module.d.ts +0 -6
  22. package/src/combo-box/combobox-all.module.d.ts +0 -6
  23. package/src/combo-box/combobox.component.d.ts +8 -7
  24. package/src/combo-box/combobox.module.d.ts +0 -6
  25. package/src/drop-down-list/dropdownlist-all.module.d.ts +0 -6
  26. package/src/drop-down-list/dropdownlist.component.d.ts +7 -5
  27. package/src/drop-down-list/dropdownlist.module.d.ts +0 -6
  28. package/src/drop-down-tree/dropdowntree-all.module.d.ts +0 -6
  29. package/src/drop-down-tree/dropdowntree.component.d.ts +12 -3
  30. package/src/drop-down-tree/dropdowntree.module.d.ts +0 -6
  31. package/src/list-box/listbox-all.module.d.ts +0 -6
  32. package/src/list-box/listbox.component.d.ts +2 -4
  33. package/src/list-box/listbox.module.d.ts +0 -6
  34. package/src/mention/mention-all.module.d.ts +0 -6
  35. package/src/mention/mention.component.d.ts +2 -3
  36. package/src/mention/mention.module.d.ts +0 -6
  37. package/src/multi-select/multiselect-all.module.d.ts +0 -6
  38. package/src/multi-select/multiselect.component.d.ts +5 -3
  39. package/src/multi-select/multiselect.module.d.ts +0 -6
  40. package/styles/auto-complete/bootstrap-dark.scss +1 -4
  41. package/styles/auto-complete/bootstrap.scss +1 -4
  42. package/styles/auto-complete/bootstrap4.scss +1 -4
  43. package/styles/auto-complete/bootstrap5-dark.scss +1 -4
  44. package/styles/auto-complete/bootstrap5.scss +1 -4
  45. package/styles/auto-complete/fabric-dark.scss +1 -4
  46. package/styles/auto-complete/fabric.scss +1 -4
  47. package/styles/auto-complete/fluent-dark.scss +1 -4
  48. package/styles/auto-complete/fluent.scss +1 -4
  49. package/styles/auto-complete/highcontrast-light.scss +1 -4
  50. package/styles/auto-complete/highcontrast.scss +1 -4
  51. package/styles/auto-complete/material-dark.scss +1 -4
  52. package/styles/auto-complete/material.scss +1 -4
  53. package/styles/auto-complete/material3-dark.css +198 -0
  54. package/styles/auto-complete/material3-dark.scss +2 -0
  55. package/styles/auto-complete/material3.css +254 -0
  56. package/styles/auto-complete/material3.scss +2 -0
  57. package/styles/auto-complete/tailwind-dark.scss +1 -4
  58. package/styles/auto-complete/tailwind.scss +1 -4
  59. package/styles/bootstrap-dark.css +212 -100
  60. package/styles/bootstrap.css +214 -101
  61. package/styles/bootstrap4.css +214 -101
  62. package/styles/bootstrap5-dark.css +212 -100
  63. package/styles/bootstrap5.css +212 -100
  64. package/styles/combo-box/bootstrap-dark.scss +1 -4
  65. package/styles/combo-box/bootstrap.scss +1 -4
  66. package/styles/combo-box/bootstrap4.scss +1 -4
  67. package/styles/combo-box/bootstrap5-dark.scss +1 -4
  68. package/styles/combo-box/bootstrap5.scss +1 -4
  69. package/styles/combo-box/fabric-dark.scss +1 -4
  70. package/styles/combo-box/fabric.scss +1 -4
  71. package/styles/combo-box/fluent-dark.scss +1 -4
  72. package/styles/combo-box/fluent.scss +1 -4
  73. package/styles/combo-box/highcontrast-light.scss +1 -4
  74. package/styles/combo-box/highcontrast.scss +1 -4
  75. package/styles/combo-box/material-dark.scss +1 -4
  76. package/styles/combo-box/material.scss +1 -4
  77. package/styles/combo-box/material3-dark.css +198 -0
  78. package/styles/combo-box/material3-dark.scss +2 -0
  79. package/styles/combo-box/material3.css +254 -0
  80. package/styles/combo-box/material3.scss +2 -0
  81. package/styles/combo-box/tailwind-dark.scss +1 -4
  82. package/styles/combo-box/tailwind.scss +1 -4
  83. package/styles/drop-down-base/bootstrap-dark.css +4 -0
  84. package/styles/drop-down-base/bootstrap-dark.scss +1 -3
  85. package/styles/drop-down-base/bootstrap.css +4 -0
  86. package/styles/drop-down-base/bootstrap.scss +1 -3
  87. package/styles/drop-down-base/bootstrap4.css +4 -0
  88. package/styles/drop-down-base/bootstrap4.scss +1 -3
  89. package/styles/drop-down-base/bootstrap5-dark.css +4 -0
  90. package/styles/drop-down-base/bootstrap5-dark.scss +1 -3
  91. package/styles/drop-down-base/bootstrap5.css +4 -0
  92. package/styles/drop-down-base/bootstrap5.scss +1 -3
  93. package/styles/drop-down-base/fabric-dark.css +4 -0
  94. package/styles/drop-down-base/fabric-dark.scss +1 -3
  95. package/styles/drop-down-base/fabric.css +4 -0
  96. package/styles/drop-down-base/fabric.scss +1 -3
  97. package/styles/drop-down-base/fluent-dark.css +4 -0
  98. package/styles/drop-down-base/fluent-dark.scss +1 -3
  99. package/styles/drop-down-base/fluent.css +4 -0
  100. package/styles/drop-down-base/fluent.scss +1 -3
  101. package/styles/drop-down-base/highcontrast-light.css +4 -0
  102. package/styles/drop-down-base/highcontrast-light.scss +1 -3
  103. package/styles/drop-down-base/highcontrast.css +4 -0
  104. package/styles/drop-down-base/highcontrast.scss +1 -3
  105. package/styles/drop-down-base/material-dark.css +4 -0
  106. package/styles/drop-down-base/material-dark.scss +1 -3
  107. package/styles/drop-down-base/material.css +4 -0
  108. package/styles/drop-down-base/material.scss +1 -3
  109. package/styles/drop-down-base/material3-dark.css +439 -0
  110. package/styles/drop-down-base/material3-dark.scss +2 -0
  111. package/styles/drop-down-base/material3.css +495 -0
  112. package/styles/drop-down-base/material3.scss +2 -0
  113. package/styles/drop-down-base/tailwind-dark.css +4 -0
  114. package/styles/drop-down-base/tailwind-dark.scss +1 -3
  115. package/styles/drop-down-base/tailwind.css +4 -0
  116. package/styles/drop-down-base/tailwind.scss +1 -3
  117. package/styles/drop-down-list/bootstrap-dark.scss +1 -8
  118. package/styles/drop-down-list/bootstrap.scss +1 -8
  119. package/styles/drop-down-list/bootstrap4.scss +1 -8
  120. package/styles/drop-down-list/bootstrap5-dark.scss +1 -8
  121. package/styles/drop-down-list/bootstrap5.scss +1 -8
  122. package/styles/drop-down-list/fabric-dark.scss +1 -8
  123. package/styles/drop-down-list/fabric.scss +1 -8
  124. package/styles/drop-down-list/fluent-dark.scss +1 -8
  125. package/styles/drop-down-list/fluent.scss +1 -8
  126. package/styles/drop-down-list/highcontrast-light.scss +1 -8
  127. package/styles/drop-down-list/highcontrast.scss +1 -8
  128. package/styles/drop-down-list/material-dark.scss +1 -8
  129. package/styles/drop-down-list/material.scss +1 -8
  130. package/styles/drop-down-list/material3-dark.css +503 -0
  131. package/styles/drop-down-list/material3-dark.scss +2 -0
  132. package/styles/drop-down-list/material3.css +559 -0
  133. package/styles/drop-down-list/material3.scss +2 -0
  134. package/styles/drop-down-list/tailwind-dark.scss +1 -8
  135. package/styles/drop-down-list/tailwind.scss +1 -8
  136. package/styles/drop-down-tree/bootstrap-dark.scss +1 -9
  137. package/styles/drop-down-tree/bootstrap.scss +1 -9
  138. package/styles/drop-down-tree/bootstrap4.scss +1 -9
  139. package/styles/drop-down-tree/bootstrap5-dark.scss +1 -9
  140. package/styles/drop-down-tree/bootstrap5.scss +1 -9
  141. package/styles/drop-down-tree/fabric-dark.scss +1 -9
  142. package/styles/drop-down-tree/fabric.scss +1 -9
  143. package/styles/drop-down-tree/fluent-dark.scss +1 -9
  144. package/styles/drop-down-tree/fluent.scss +1 -9
  145. package/styles/drop-down-tree/highcontrast-light.scss +1 -9
  146. package/styles/drop-down-tree/highcontrast.scss +1 -9
  147. package/styles/drop-down-tree/material-dark.scss +1 -9
  148. package/styles/drop-down-tree/material.scss +1 -9
  149. package/styles/drop-down-tree/material3-dark.css +466 -0
  150. package/styles/drop-down-tree/material3-dark.scss +2 -0
  151. package/styles/drop-down-tree/material3.css +522 -0
  152. package/styles/drop-down-tree/material3.scss +2 -0
  153. package/styles/drop-down-tree/tailwind-dark.scss +1 -9
  154. package/styles/drop-down-tree/tailwind.scss +1 -9
  155. package/styles/fabric-dark.css +212 -100
  156. package/styles/fabric.css +214 -101
  157. package/styles/fluent-dark.css +214 -101
  158. package/styles/fluent.css +214 -101
  159. package/styles/highcontrast-light.css +212 -100
  160. package/styles/highcontrast.css +214 -101
  161. package/styles/list-box/bootstrap-dark.css +207 -99
  162. package/styles/list-box/bootstrap-dark.scss +1 -5
  163. package/styles/list-box/bootstrap.css +209 -100
  164. package/styles/list-box/bootstrap.scss +1 -5
  165. package/styles/list-box/bootstrap4.css +209 -100
  166. package/styles/list-box/bootstrap4.scss +1 -5
  167. package/styles/list-box/bootstrap5-dark.css +207 -99
  168. package/styles/list-box/bootstrap5-dark.scss +1 -5
  169. package/styles/list-box/bootstrap5.css +207 -99
  170. package/styles/list-box/bootstrap5.scss +1 -5
  171. package/styles/list-box/fabric-dark.css +207 -99
  172. package/styles/list-box/fabric-dark.scss +1 -5
  173. package/styles/list-box/fabric.css +209 -100
  174. package/styles/list-box/fabric.scss +1 -5
  175. package/styles/list-box/fluent-dark.css +209 -100
  176. package/styles/list-box/fluent-dark.scss +1 -5
  177. package/styles/list-box/fluent.css +209 -100
  178. package/styles/list-box/fluent.scss +1 -5
  179. package/styles/list-box/highcontrast-light.css +207 -99
  180. package/styles/list-box/highcontrast-light.scss +1 -5
  181. package/styles/list-box/highcontrast.css +209 -100
  182. package/styles/list-box/highcontrast.scss +1 -5
  183. package/styles/list-box/material-dark.css +207 -99
  184. package/styles/list-box/material-dark.scss +1 -5
  185. package/styles/list-box/material.css +209 -100
  186. package/styles/list-box/material.scss +1 -5
  187. package/styles/list-box/material3-dark.css +956 -0
  188. package/styles/list-box/material3-dark.scss +2 -0
  189. package/styles/list-box/material3.css +1012 -0
  190. package/styles/list-box/material3.scss +2 -0
  191. package/styles/list-box/tailwind-dark.css +209 -100
  192. package/styles/list-box/tailwind-dark.scss +1 -5
  193. package/styles/list-box/tailwind.css +209 -100
  194. package/styles/list-box/tailwind.scss +1 -5
  195. package/styles/material-dark.css +212 -100
  196. package/styles/material.css +214 -101
  197. package/styles/material3-dark.css +5057 -0
  198. package/styles/material3-dark.scss +9 -0
  199. package/styles/material3.css +5498 -0
  200. package/styles/material3.scss +9 -0
  201. package/styles/mention/bootstrap-dark.scss +1 -6
  202. package/styles/mention/bootstrap.scss +1 -6
  203. package/styles/mention/bootstrap4.scss +1 -6
  204. package/styles/mention/bootstrap5-dark.scss +1 -6
  205. package/styles/mention/bootstrap5.scss +1 -6
  206. package/styles/mention/fabric-dark.scss +1 -6
  207. package/styles/mention/fabric.scss +1 -6
  208. package/styles/mention/fluent-dark.scss +1 -6
  209. package/styles/mention/fluent.scss +1 -6
  210. package/styles/mention/highcontrast-light.scss +1 -6
  211. package/styles/mention/highcontrast.scss +1 -6
  212. package/styles/mention/material-dark.scss +1 -6
  213. package/styles/mention/material.scss +1 -6
  214. package/styles/mention/material3-dark.css +87 -0
  215. package/styles/mention/material3-dark.scss +2 -0
  216. package/styles/mention/material3.css +143 -0
  217. package/styles/mention/material3.scss +2 -0
  218. package/styles/mention/tailwind-dark.scss +1 -6
  219. package/styles/mention/tailwind.scss +1 -6
  220. package/styles/multi-select/bootstrap-dark.css +1 -1
  221. package/styles/multi-select/bootstrap-dark.scss +1 -9
  222. package/styles/multi-select/bootstrap.css +1 -1
  223. package/styles/multi-select/bootstrap.scss +1 -9
  224. package/styles/multi-select/bootstrap4.css +1 -1
  225. package/styles/multi-select/bootstrap4.scss +1 -9
  226. package/styles/multi-select/bootstrap5-dark.css +1 -1
  227. package/styles/multi-select/bootstrap5-dark.scss +1 -9
  228. package/styles/multi-select/bootstrap5.css +1 -1
  229. package/styles/multi-select/bootstrap5.scss +1 -9
  230. package/styles/multi-select/fabric-dark.css +1 -1
  231. package/styles/multi-select/fabric-dark.scss +1 -9
  232. package/styles/multi-select/fabric.css +1 -1
  233. package/styles/multi-select/fabric.scss +1 -9
  234. package/styles/multi-select/fluent-dark.css +1 -1
  235. package/styles/multi-select/fluent-dark.scss +1 -9
  236. package/styles/multi-select/fluent.css +1 -1
  237. package/styles/multi-select/fluent.scss +1 -9
  238. package/styles/multi-select/highcontrast-light.css +1 -1
  239. package/styles/multi-select/highcontrast-light.scss +1 -9
  240. package/styles/multi-select/highcontrast.css +1 -1
  241. package/styles/multi-select/highcontrast.scss +1 -9
  242. package/styles/multi-select/material-dark.css +1 -1
  243. package/styles/multi-select/material-dark.scss +1 -9
  244. package/styles/multi-select/material.css +1 -1
  245. package/styles/multi-select/material.scss +1 -9
  246. package/styles/multi-select/material3-dark.css +2547 -0
  247. package/styles/multi-select/material3-dark.scss +2 -0
  248. package/styles/multi-select/material3.css +2603 -0
  249. package/styles/multi-select/material3.scss +2 -0
  250. package/styles/multi-select/tailwind-dark.css +1 -1
  251. package/styles/multi-select/tailwind-dark.scss +1 -9
  252. package/styles/multi-select/tailwind.css +1 -1
  253. package/styles/multi-select/tailwind.scss +1 -9
  254. package/styles/tailwind-dark.css +214 -101
  255. package/styles/tailwind.css +214 -101
  256. package/esm2020/public_api.mjs +0 -3
  257. package/esm2020/src/auto-complete/autocomplete-all.module.mjs +0 -23
  258. package/esm2020/src/auto-complete/autocomplete.component.mjs +0 -121
  259. package/esm2020/src/auto-complete/autocomplete.module.mjs +0 -25
  260. package/esm2020/src/combo-box/combobox-all.module.mjs +0 -23
  261. package/esm2020/src/combo-box/combobox.component.mjs +0 -121
  262. package/esm2020/src/combo-box/combobox.module.mjs +0 -25
  263. package/esm2020/src/drop-down-list/dropdownlist-all.module.mjs +0 -23
  264. package/esm2020/src/drop-down-list/dropdownlist.component.mjs +0 -127
  265. package/esm2020/src/drop-down-list/dropdownlist.module.mjs +0 -25
  266. package/esm2020/src/drop-down-tree/dropdowntree-all.module.mjs +0 -23
  267. package/esm2020/src/drop-down-tree/dropdowntree.component.mjs +0 -115
  268. package/esm2020/src/drop-down-tree/dropdowntree.module.mjs +0 -25
  269. package/esm2020/src/index.mjs +0 -23
  270. package/esm2020/src/list-box/listbox-all.module.mjs +0 -23
  271. package/esm2020/src/list-box/listbox.component.mjs +0 -103
  272. package/esm2020/src/list-box/listbox.module.mjs +0 -25
  273. package/esm2020/src/mention/mention-all.module.mjs +0 -23
  274. package/esm2020/src/mention/mention.component.mjs +0 -84
  275. package/esm2020/src/mention/mention.module.mjs +0 -25
  276. package/esm2020/src/multi-select/multiselect-all.module.mjs +0 -29
  277. package/esm2020/src/multi-select/multiselect.component.mjs +0 -134
  278. package/esm2020/src/multi-select/multiselect.module.mjs +0 -25
  279. package/esm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -5
  280. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +0 -1052
  281. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
  282. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -1052
  283. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
  284. package/styles/auto-complete/_all.scss +0 -1
  285. package/styles/auto-complete/_bootstrap-dark-definition.scss +0 -3
  286. package/styles/auto-complete/_bootstrap-definition.scss +0 -2
  287. package/styles/auto-complete/_bootstrap4-definition.scss +0 -11
  288. package/styles/auto-complete/_bootstrap5-dark-definition.scss +0 -1
  289. package/styles/auto-complete/_bootstrap5-definition.scss +0 -2
  290. package/styles/auto-complete/_fabric-dark-definition.scss +0 -2
  291. package/styles/auto-complete/_fabric-definition.scss +0 -2
  292. package/styles/auto-complete/_fluent-dark-definition.scss +0 -1
  293. package/styles/auto-complete/_fluent-definition.scss +0 -2
  294. package/styles/auto-complete/_fusionnew-definition.scss +0 -2
  295. package/styles/auto-complete/_highcontrast-definition.scss +0 -2
  296. package/styles/auto-complete/_highcontrast-light-definition.scss +0 -2
  297. package/styles/auto-complete/_material-dark-definition.scss +0 -2
  298. package/styles/auto-complete/_material-definition.scss +0 -2
  299. package/styles/auto-complete/_tailwind-dark-definition.scss +0 -1
  300. package/styles/auto-complete/_tailwind-definition.scss +0 -2
  301. package/styles/combo-box/_all.scss +0 -1
  302. package/styles/combo-box/_bootstrap-dark-definition.scss +0 -2
  303. package/styles/combo-box/_bootstrap-definition.scss +0 -2
  304. package/styles/combo-box/_bootstrap4-definition.scss +0 -11
  305. package/styles/combo-box/_bootstrap5-dark-definition.scss +0 -1
  306. package/styles/combo-box/_bootstrap5-definition.scss +0 -2
  307. package/styles/combo-box/_fabric-dark-definition.scss +0 -2
  308. package/styles/combo-box/_fabric-definition.scss +0 -2
  309. package/styles/combo-box/_fluent-dark-definition.scss +0 -1
  310. package/styles/combo-box/_fluent-definition.scss +0 -2
  311. package/styles/combo-box/_fusionnew-definition.scss +0 -2
  312. package/styles/combo-box/_highcontrast-definition.scss +0 -2
  313. package/styles/combo-box/_highcontrast-light-definition.scss +0 -3
  314. package/styles/combo-box/_material-dark-definition.scss +0 -2
  315. package/styles/combo-box/_material-definition.scss +0 -2
  316. package/styles/combo-box/_tailwind-dark-definition.scss +0 -1
  317. package/styles/combo-box/_tailwind-definition.scss +0 -2
  318. package/styles/drop-down-base/_all.scss +0 -2
  319. package/styles/drop-down-base/_bootstrap-dark-definition.scss +0 -83
  320. package/styles/drop-down-base/_bootstrap-definition.scss +0 -83
  321. package/styles/drop-down-base/_bootstrap4-definition.scss +0 -90
  322. package/styles/drop-down-base/_bootstrap5-dark-definition.scss +0 -1
  323. package/styles/drop-down-base/_bootstrap5-definition.scss +0 -117
  324. package/styles/drop-down-base/_definition.scss +0 -23
  325. package/styles/drop-down-base/_fabric-dark-definition.scss +0 -86
  326. package/styles/drop-down-base/_fabric-definition.scss +0 -84
  327. package/styles/drop-down-base/_fluent-dark-definition.scss +0 -1
  328. package/styles/drop-down-base/_fluent-definition.scss +0 -121
  329. package/styles/drop-down-base/_fusionnew-definition.scss +0 -117
  330. package/styles/drop-down-base/_highcontrast-definition.scss +0 -105
  331. package/styles/drop-down-base/_highcontrast-light-definition.scss +0 -105
  332. package/styles/drop-down-base/_layout.scss +0 -193
  333. package/styles/drop-down-base/_material-dark-definition.scss +0 -86
  334. package/styles/drop-down-base/_material-definition.scss +0 -85
  335. package/styles/drop-down-base/_tailwind-dark-definition.scss +0 -1
  336. package/styles/drop-down-base/_tailwind-definition.scss +0 -129
  337. package/styles/drop-down-base/_theme.scss +0 -381
  338. package/styles/drop-down-list/_all.scss +0 -3
  339. package/styles/drop-down-list/_bootstrap-dark-definition.scss +0 -157
  340. package/styles/drop-down-list/_bootstrap-definition.scss +0 -156
  341. package/styles/drop-down-list/_bootstrap4-definition.scss +0 -191
  342. package/styles/drop-down-list/_bootstrap5-dark-definition.scss +0 -1
  343. package/styles/drop-down-list/_bootstrap5-definition.scss +0 -201
  344. package/styles/drop-down-list/_fabric-dark-definition.scss +0 -128
  345. package/styles/drop-down-list/_fabric-definition.scss +0 -124
  346. package/styles/drop-down-list/_fluent-dark-definition.scss +0 -1
  347. package/styles/drop-down-list/_fluent-definition.scss +0 -185
  348. package/styles/drop-down-list/_fusionnew-definition.scss +0 -201
  349. package/styles/drop-down-list/_highcontrast-definition.scss +0 -142
  350. package/styles/drop-down-list/_highcontrast-light-definition.scss +0 -144
  351. package/styles/drop-down-list/_layout.scss +0 -296
  352. package/styles/drop-down-list/_material-dark-definition.scss +0 -143
  353. package/styles/drop-down-list/_material-definition.scss +0 -167
  354. package/styles/drop-down-list/_tailwind-dark-definition.scss +0 -1
  355. package/styles/drop-down-list/_tailwind-definition.scss +0 -134
  356. package/styles/drop-down-list/_theme.scss +0 -10
  357. package/styles/drop-down-list/icons/_bootstrap-dark.scss +0 -14
  358. package/styles/drop-down-list/icons/_bootstrap.scss +0 -14
  359. package/styles/drop-down-list/icons/_bootstrap4.scss +0 -14
  360. package/styles/drop-down-list/icons/_bootstrap5-dark.scss +0 -1
  361. package/styles/drop-down-list/icons/_bootstrap5.scss +0 -14
  362. package/styles/drop-down-list/icons/_fabric-dark.scss +0 -14
  363. package/styles/drop-down-list/icons/_fabric.scss +0 -14
  364. package/styles/drop-down-list/icons/_fluent-dark.scss +0 -1
  365. package/styles/drop-down-list/icons/_fluent.scss +0 -14
  366. package/styles/drop-down-list/icons/_fusionnew.scss +0 -14
  367. package/styles/drop-down-list/icons/_highcontrast-light.scss +0 -14
  368. package/styles/drop-down-list/icons/_highcontrast.scss +0 -14
  369. package/styles/drop-down-list/icons/_material-dark.scss +0 -14
  370. package/styles/drop-down-list/icons/_material.scss +0 -14
  371. package/styles/drop-down-list/icons/_material3.scss +0 -14
  372. package/styles/drop-down-list/icons/_tailwind-dark.scss +0 -1
  373. package/styles/drop-down-list/icons/_tailwind.scss +0 -14
  374. package/styles/drop-down-tree/_all.scss +0 -2
  375. package/styles/drop-down-tree/_bootstrap-dark-definition.scss +0 -72
  376. package/styles/drop-down-tree/_bootstrap-definition.scss +0 -71
  377. package/styles/drop-down-tree/_bootstrap4-definition.scss +0 -72
  378. package/styles/drop-down-tree/_bootstrap5-dark-definition.scss +0 -1
  379. package/styles/drop-down-tree/_bootstrap5-definition.scss +0 -60
  380. package/styles/drop-down-tree/_fabric-dark-definition.scss +0 -72
  381. package/styles/drop-down-tree/_fabric-definition.scss +0 -72
  382. package/styles/drop-down-tree/_fluent-dark-definition.scss +0 -1
  383. package/styles/drop-down-tree/_fluent-definition.scss +0 -66
  384. package/styles/drop-down-tree/_fusionnew-definition.scss +0 -60
  385. package/styles/drop-down-tree/_highcontrast-definition.scss +0 -72
  386. package/styles/drop-down-tree/_highcontrast-light-definition.scss +0 -72
  387. package/styles/drop-down-tree/_layout.scss +0 -1406
  388. package/styles/drop-down-tree/_material-dark-definition.scss +0 -73
  389. package/styles/drop-down-tree/_material-definition.scss +0 -73
  390. package/styles/drop-down-tree/_tailwind-dark-definition.scss +0 -1
  391. package/styles/drop-down-tree/_tailwind-definition.scss +0 -61
  392. package/styles/drop-down-tree/_theme.scss +0 -120
  393. package/styles/drop-down-tree/icons/_bootstrap-dark.scss +0 -11
  394. package/styles/drop-down-tree/icons/_bootstrap.scss +0 -11
  395. package/styles/drop-down-tree/icons/_bootstrap4.scss +0 -11
  396. package/styles/drop-down-tree/icons/_bootstrap5-dark.scss +0 -1
  397. package/styles/drop-down-tree/icons/_bootstrap5.scss +0 -11
  398. package/styles/drop-down-tree/icons/_fabric-dark.scss +0 -11
  399. package/styles/drop-down-tree/icons/_fabric.scss +0 -11
  400. package/styles/drop-down-tree/icons/_fluent-dark.scss +0 -1
  401. package/styles/drop-down-tree/icons/_fluent.scss +0 -11
  402. package/styles/drop-down-tree/icons/_fusionnew.scss +0 -11
  403. package/styles/drop-down-tree/icons/_highcontrast-light.scss +0 -11
  404. package/styles/drop-down-tree/icons/_highcontrast.scss +0 -11
  405. package/styles/drop-down-tree/icons/_material-dark.scss +0 -11
  406. package/styles/drop-down-tree/icons/_material.scss +0 -11
  407. package/styles/drop-down-tree/icons/_material3.scss +0 -11
  408. package/styles/drop-down-tree/icons/_tailwind-dark.scss +0 -11
  409. package/styles/drop-down-tree/icons/_tailwind.scss +0 -11
  410. package/styles/list-box/_all.scss +0 -2
  411. package/styles/list-box/_bootstrap-dark-definition.scss +0 -122
  412. package/styles/list-box/_bootstrap-definition.scss +0 -115
  413. package/styles/list-box/_bootstrap4-definition.scss +0 -120
  414. package/styles/list-box/_bootstrap5-dark-definition.scss +0 -1
  415. package/styles/list-box/_bootstrap5-definition.scss +0 -118
  416. package/styles/list-box/_fabric-dark-definition.scss +0 -122
  417. package/styles/list-box/_fabric-definition.scss +0 -115
  418. package/styles/list-box/_fluent-dark-definition.scss +0 -1
  419. package/styles/list-box/_fluent-definition.scss +0 -118
  420. package/styles/list-box/_fusionnew-definition.scss +0 -111
  421. package/styles/list-box/_highcontrast-definition.scss +0 -115
  422. package/styles/list-box/_highcontrast-light-definition.scss +0 -122
  423. package/styles/list-box/_layout.scss +0 -534
  424. package/styles/list-box/_material-dark-definition.scss +0 -122
  425. package/styles/list-box/_material-definition.scss +0 -115
  426. package/styles/list-box/_tailwind-dark-definition.scss +0 -1
  427. package/styles/list-box/_tailwind-definition.scss +0 -117
  428. package/styles/list-box/_theme.scss +0 -316
  429. package/styles/list-box/icons/_bootstrap-dark.scss +0 -25
  430. package/styles/list-box/icons/_bootstrap.scss +0 -25
  431. package/styles/list-box/icons/_bootstrap4.scss +0 -25
  432. package/styles/list-box/icons/_bootstrap5-dark.scss +0 -1
  433. package/styles/list-box/icons/_bootstrap5.scss +0 -25
  434. package/styles/list-box/icons/_fabric-dark.scss +0 -25
  435. package/styles/list-box/icons/_fabric.scss +0 -25
  436. package/styles/list-box/icons/_fluent-dark.scss +0 -1
  437. package/styles/list-box/icons/_fluent.scss +0 -25
  438. package/styles/list-box/icons/_fusionnew.scss +0 -25
  439. package/styles/list-box/icons/_highcontrast-light.scss +0 -25
  440. package/styles/list-box/icons/_highcontrast.scss +0 -25
  441. package/styles/list-box/icons/_material-dark.scss +0 -25
  442. package/styles/list-box/icons/_material.scss +0 -25
  443. package/styles/list-box/icons/_material3.scss +0 -25
  444. package/styles/list-box/icons/_tailwind-dark.scss +0 -25
  445. package/styles/list-box/icons/_tailwind.scss +0 -25
  446. package/styles/mention/_all.scss +0 -1
  447. package/styles/mention/_bootstrap-dark-definition.scss +0 -3
  448. package/styles/mention/_bootstrap-definition.scss +0 -3
  449. package/styles/mention/_bootstrap4-definition.scss +0 -3
  450. package/styles/mention/_bootstrap5-dark-definition.scss +0 -1
  451. package/styles/mention/_bootstrap5-definition.scss +0 -1
  452. package/styles/mention/_fabric-dark-definition.scss +0 -2
  453. package/styles/mention/_fabric-definition.scss +0 -3
  454. package/styles/mention/_fluent-dark-definition.scss +0 -1
  455. package/styles/mention/_fluent-definition.scss +0 -1
  456. package/styles/mention/_fusionnew-definition.scss +0 -1
  457. package/styles/mention/_highcontrast-definition.scss +0 -3
  458. package/styles/mention/_highcontrast-light-definition.scss +0 -3
  459. package/styles/mention/_layout.scss +0 -6
  460. package/styles/mention/_material-dark-definition.scss +0 -3
  461. package/styles/mention/_material-definition.scss +0 -3
  462. package/styles/mention/_tailwind-dark-definition.scss +0 -1
  463. package/styles/mention/_tailwind-definition.scss +0 -1
  464. package/styles/multi-select/_all.scss +0 -2
  465. package/styles/multi-select/_bootstrap-dark-definition.scss +0 -196
  466. package/styles/multi-select/_bootstrap-definition.scss +0 -190
  467. package/styles/multi-select/_bootstrap4-definition.scss +0 -257
  468. package/styles/multi-select/_bootstrap5-dark-definition.scss +0 -1
  469. package/styles/multi-select/_bootstrap5-definition.scss +0 -227
  470. package/styles/multi-select/_fabric-dark-definition.scss +0 -185
  471. package/styles/multi-select/_fabric-definition.scss +0 -181
  472. package/styles/multi-select/_fluent-dark-definition.scss +0 -1
  473. package/styles/multi-select/_fluent-definition.scss +0 -238
  474. package/styles/multi-select/_fusionnew-definition.scss +0 -227
  475. package/styles/multi-select/_highcontrast-definition.scss +0 -296
  476. package/styles/multi-select/_highcontrast-light-definition.scss +0 -295
  477. package/styles/multi-select/_layout.scss +0 -2033
  478. package/styles/multi-select/_material-dark-definition.scss +0 -228
  479. package/styles/multi-select/_material-definition.scss +0 -221
  480. package/styles/multi-select/_tailwind-dark-definition.scss +0 -1
  481. package/styles/multi-select/_tailwind-definition.scss +0 -232
  482. package/styles/multi-select/_theme.scss +0 -580
  483. package/styles/multi-select/icons/_bootstrap-dark.scss +0 -26
  484. package/styles/multi-select/icons/_bootstrap.scss +0 -26
  485. package/styles/multi-select/icons/_bootstrap4.scss +0 -37
  486. package/styles/multi-select/icons/_bootstrap5-dark.scss +0 -1
  487. package/styles/multi-select/icons/_bootstrap5.scss +0 -26
  488. package/styles/multi-select/icons/_fabric-dark.scss +0 -26
  489. package/styles/multi-select/icons/_fabric.scss +0 -26
  490. package/styles/multi-select/icons/_fluent-dark.scss +0 -1
  491. package/styles/multi-select/icons/_fluent.scss +0 -55
  492. package/styles/multi-select/icons/_fusionnew.scss +0 -26
  493. package/styles/multi-select/icons/_highcontrast-light.scss +0 -26
  494. package/styles/multi-select/icons/_highcontrast.scss +0 -26
  495. package/styles/multi-select/icons/_material-dark.scss +0 -693
  496. package/styles/multi-select/icons/_material.scss +0 -693
  497. package/styles/multi-select/icons/_material3.scss +0 -693
  498. package/styles/multi-select/icons/_tailwind-dark.scss +0 -1
  499. package/styles/multi-select/icons/_tailwind.scss +0 -26
  500. package/syncfusion-ej2-angular-dropdowns.d.ts +0 -5
@@ -1,1406 +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
- 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
- }