@syncfusion/ej2-dropdowns 26.2.11 → 27.1.48

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 (438) hide show
  1. package/dist/ej2-dropdowns.min.js +2 -2
  2. package/dist/ej2-dropdowns.umd.min.js +2 -2
  3. package/dist/ej2-dropdowns.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-dropdowns.es2015.js +1548 -851
  5. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  6. package/dist/es6/ej2-dropdowns.es5.js +1441 -721
  7. package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
  8. package/dist/global/ej2-dropdowns.min.js +2 -2
  9. package/dist/global/ej2-dropdowns.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +15 -13
  12. package/src/auto-complete/auto-complete-model.d.ts +1 -1
  13. package/src/auto-complete/auto-complete.d.ts +2 -0
  14. package/src/auto-complete/auto-complete.js +52 -22
  15. package/src/combo-box/combo-box-model.d.ts +12 -5
  16. package/src/combo-box/combo-box.d.ts +10 -4
  17. package/src/combo-box/combo-box.js +74 -39
  18. package/src/common/incremental-search.d.ts +26 -11
  19. package/src/common/incremental-search.js +30 -16
  20. package/src/common/interface.d.ts +5 -5
  21. package/src/common/virtual-scroll.js +69 -36
  22. package/src/drop-down-base/drop-down-base-model.d.ts +1 -1
  23. package/src/drop-down-base/drop-down-base.d.ts +6 -2
  24. package/src/drop-down-base/drop-down-base.js +100 -67
  25. package/src/drop-down-list/drop-down-list-model.d.ts +14 -7
  26. package/src/drop-down-list/drop-down-list.d.ts +12 -4
  27. package/src/drop-down-list/drop-down-list.js +302 -177
  28. package/src/drop-down-tree/drop-down-tree-model.d.ts +19 -0
  29. package/src/drop-down-tree/drop-down-tree.d.ts +26 -2
  30. package/src/drop-down-tree/drop-down-tree.js +207 -69
  31. package/src/list-box/list-box.js +72 -36
  32. package/src/mention/mention.d.ts +8 -0
  33. package/src/mention/mention.js +88 -25
  34. package/src/multi-select/checkbox-selection.js +3 -2
  35. package/src/multi-select/interface.d.ts +1 -0
  36. package/src/multi-select/multi-select-model.d.ts +15 -8
  37. package/src/multi-select/multi-select.d.ts +15 -5
  38. package/src/multi-select/multi-select.js +444 -237
  39. package/styles/auto-complete/bootstrap-dark.css +0 -50
  40. package/styles/auto-complete/bootstrap.css +0 -50
  41. package/styles/auto-complete/bootstrap4.css +0 -68
  42. package/styles/auto-complete/bootstrap5-dark.css +0 -54
  43. package/styles/auto-complete/bootstrap5.3.css +101 -0
  44. package/styles/auto-complete/bootstrap5.3.scss +4 -0
  45. package/styles/auto-complete/bootstrap5.css +0 -54
  46. package/styles/auto-complete/fabric-dark.css +0 -49
  47. package/styles/auto-complete/fabric.css +0 -42
  48. package/styles/auto-complete/fluent-dark.css +0 -41
  49. package/styles/auto-complete/fluent.css +0 -41
  50. package/styles/auto-complete/fluent2.css +1 -36
  51. package/styles/auto-complete/highcontrast-light.css +0 -37
  52. package/styles/auto-complete/highcontrast.css +0 -37
  53. package/styles/auto-complete/material-dark.css +0 -34
  54. package/styles/auto-complete/material.css +0 -55
  55. package/styles/auto-complete/material3-dark.css +0 -59
  56. package/styles/auto-complete/material3.css +0 -59
  57. package/styles/auto-complete/tailwind-dark.css +0 -35
  58. package/styles/auto-complete/tailwind.css +0 -35
  59. package/styles/bootstrap-dark-lite.css +2752 -0
  60. package/styles/bootstrap-dark-lite.scss +28 -0
  61. package/styles/bootstrap-dark.css +651 -604
  62. package/styles/bootstrap-dark.scss +6 -1
  63. package/styles/bootstrap-lite.css +2751 -0
  64. package/styles/bootstrap-lite.scss +28 -0
  65. package/styles/bootstrap.css +657 -610
  66. package/styles/bootstrap.scss +6 -1
  67. package/styles/bootstrap4-lite.css +2856 -0
  68. package/styles/bootstrap4-lite.scss +28 -0
  69. package/styles/bootstrap4.css +828 -755
  70. package/styles/bootstrap4.scss +6 -1
  71. package/styles/bootstrap5-dark-lite.css +2827 -0
  72. package/styles/bootstrap5-dark-lite.scss +28 -0
  73. package/styles/bootstrap5-dark.css +702 -651
  74. package/styles/bootstrap5-dark.scss +6 -1
  75. package/styles/bootstrap5-lite.css +2827 -0
  76. package/styles/bootstrap5-lite.scss +28 -0
  77. package/styles/bootstrap5.3-lite.css +2821 -0
  78. package/styles/bootstrap5.3-lite.scss +28 -0
  79. package/styles/bootstrap5.3.css +3552 -0
  80. package/styles/bootstrap5.3.scss +33 -0
  81. package/styles/bootstrap5.css +702 -651
  82. package/styles/bootstrap5.scss +6 -1
  83. package/styles/combo-box/bootstrap-dark.css +0 -50
  84. package/styles/combo-box/bootstrap.css +0 -50
  85. package/styles/combo-box/bootstrap4.css +0 -68
  86. package/styles/combo-box/bootstrap5-dark.css +0 -54
  87. package/styles/combo-box/bootstrap5.3.css +101 -0
  88. package/styles/combo-box/bootstrap5.3.scss +4 -0
  89. package/styles/combo-box/bootstrap5.css +0 -54
  90. package/styles/combo-box/fabric-dark.css +0 -49
  91. package/styles/combo-box/fabric.css +0 -42
  92. package/styles/combo-box/fluent-dark.css +0 -41
  93. package/styles/combo-box/fluent.css +0 -41
  94. package/styles/combo-box/fluent2.css +1 -36
  95. package/styles/combo-box/highcontrast-light.css +0 -37
  96. package/styles/combo-box/highcontrast.css +0 -37
  97. package/styles/combo-box/material-dark.css +0 -34
  98. package/styles/combo-box/material.css +0 -55
  99. package/styles/combo-box/material3-dark.css +0 -59
  100. package/styles/combo-box/material3.css +0 -59
  101. package/styles/combo-box/tailwind-dark.css +0 -35
  102. package/styles/combo-box/tailwind.css +0 -35
  103. package/styles/drop-down-base/_bds-definition.scss +0 -22
  104. package/styles/drop-down-base/_bigger.scss +195 -0
  105. package/styles/drop-down-base/_bootstrap-dark-definition.scss +0 -5
  106. package/styles/drop-down-base/_bootstrap-definition.scss +0 -5
  107. package/styles/drop-down-base/_bootstrap4-definition.scss +0 -9
  108. package/styles/drop-down-base/_bootstrap5-definition.scss +0 -19
  109. package/styles/drop-down-base/_bootstrap5.3-definition.scss +2 -21
  110. package/styles/drop-down-base/_fabric-dark-definition.scss +0 -5
  111. package/styles/drop-down-base/_fabric-definition.scss +0 -5
  112. package/styles/drop-down-base/_fluent-definition.scss +0 -19
  113. package/styles/drop-down-base/_fluent2-definition.scss +2 -23
  114. package/styles/drop-down-base/_fusionnew-definition.scss +0 -19
  115. package/styles/drop-down-base/_highcontrast-definition.scss +0 -9
  116. package/styles/drop-down-base/_highcontrast-light-definition.scss +0 -9
  117. package/styles/drop-down-base/_layout.scss +1 -57
  118. package/styles/drop-down-base/_material-dark-definition.scss +0 -4
  119. package/styles/drop-down-base/_material-definition.scss +0 -4
  120. package/styles/drop-down-base/_material3-definition.scss +0 -3
  121. package/styles/drop-down-base/_tailwind-definition.scss +0 -22
  122. package/styles/drop-down-base/_theme.scss +10 -91
  123. package/styles/drop-down-base/bootstrap-dark.css +75 -75
  124. package/styles/drop-down-base/bootstrap-dark.scss +1 -0
  125. package/styles/drop-down-base/bootstrap.css +75 -75
  126. package/styles/drop-down-base/bootstrap.scss +1 -0
  127. package/styles/drop-down-base/bootstrap4.css +79 -79
  128. package/styles/drop-down-base/bootstrap4.scss +1 -0
  129. package/styles/drop-down-base/bootstrap5-dark.css +89 -89
  130. package/styles/drop-down-base/bootstrap5-dark.scss +1 -0
  131. package/styles/drop-down-base/bootstrap5.3.css +411 -0
  132. package/styles/drop-down-base/bootstrap5.3.scss +4 -0
  133. package/styles/drop-down-base/bootstrap5.css +89 -89
  134. package/styles/drop-down-base/bootstrap5.scss +1 -0
  135. package/styles/drop-down-base/fabric-dark.css +75 -75
  136. package/styles/drop-down-base/fabric-dark.scss +1 -0
  137. package/styles/drop-down-base/fabric.css +75 -75
  138. package/styles/drop-down-base/fabric.scss +1 -0
  139. package/styles/drop-down-base/fluent-dark.css +101 -101
  140. package/styles/drop-down-base/fluent-dark.scss +1 -0
  141. package/styles/drop-down-base/fluent.css +101 -101
  142. package/styles/drop-down-base/fluent.scss +1 -0
  143. package/styles/drop-down-base/fluent2.css +97 -95
  144. package/styles/drop-down-base/fluent2.scss +1 -0
  145. package/styles/drop-down-base/highcontrast-light.css +75 -77
  146. package/styles/drop-down-base/highcontrast-light.scss +1 -0
  147. package/styles/drop-down-base/highcontrast.css +75 -77
  148. package/styles/drop-down-base/highcontrast.scss +1 -0
  149. package/styles/drop-down-base/material-dark.css +74 -74
  150. package/styles/drop-down-base/material-dark.scss +1 -0
  151. package/styles/drop-down-base/material.css +74 -74
  152. package/styles/drop-down-base/material.scss +1 -0
  153. package/styles/drop-down-base/material3-dark.css +74 -74
  154. package/styles/drop-down-base/material3-dark.scss +1 -0
  155. package/styles/drop-down-base/material3.css +74 -74
  156. package/styles/drop-down-base/material3.scss +1 -0
  157. package/styles/drop-down-base/tailwind-dark.css +135 -135
  158. package/styles/drop-down-base/tailwind-dark.scss +1 -0
  159. package/styles/drop-down-base/tailwind.css +135 -135
  160. package/styles/drop-down-base/tailwind.scss +1 -0
  161. package/styles/drop-down-list/_bds-definition.scss +0 -34
  162. package/styles/drop-down-list/_bigger.scss +713 -0
  163. package/styles/drop-down-list/_bootstrap-dark-definition.scss +0 -64
  164. package/styles/drop-down-list/_bootstrap-definition.scss +0 -64
  165. package/styles/drop-down-list/_bootstrap4-definition.scss +0 -81
  166. package/styles/drop-down-list/_bootstrap5-definition.scss +0 -67
  167. package/styles/drop-down-list/_bootstrap5.3-definition.scss +1 -67
  168. package/styles/drop-down-list/_fabric-dark-definition.scss +0 -57
  169. package/styles/drop-down-list/_fabric-definition.scss +0 -56
  170. package/styles/drop-down-list/_fluent-definition.scss +0 -57
  171. package/styles/drop-down-list/_fluent2-definition.scss +2 -35
  172. package/styles/drop-down-list/_fusionnew-definition.scss +0 -67
  173. package/styles/drop-down-list/_highcontrast-definition.scss +0 -60
  174. package/styles/drop-down-list/_highcontrast-light-definition.scss +0 -60
  175. package/styles/drop-down-list/_layout.scss +4 -82
  176. package/styles/drop-down-list/_material-dark-definition.scss +0 -33
  177. package/styles/drop-down-list/_material-definition.scss +0 -55
  178. package/styles/drop-down-list/_material3-definition.scss +0 -58
  179. package/styles/drop-down-list/_tailwind-definition.scss +0 -34
  180. package/styles/drop-down-list/_theme.scss +7 -0
  181. package/styles/drop-down-list/bootstrap-dark.css +90 -91
  182. package/styles/drop-down-list/bootstrap-dark.scss +1 -0
  183. package/styles/drop-down-list/bootstrap.css +90 -91
  184. package/styles/drop-down-list/bootstrap.scss +1 -0
  185. package/styles/drop-down-list/bootstrap4.css +105 -105
  186. package/styles/drop-down-list/bootstrap4.scss +1 -0
  187. package/styles/drop-down-list/bootstrap5-dark.css +87 -101
  188. package/styles/drop-down-list/bootstrap5-dark.scss +1 -0
  189. package/styles/drop-down-list/bootstrap5.3.css +481 -0
  190. package/styles/drop-down-list/bootstrap5.3.scss +10 -0
  191. package/styles/drop-down-list/bootstrap5.css +87 -101
  192. package/styles/drop-down-list/bootstrap5.scss +1 -0
  193. package/styles/drop-down-list/fabric-dark.css +89 -90
  194. package/styles/drop-down-list/fabric-dark.scss +1 -0
  195. package/styles/drop-down-list/fabric.css +89 -83
  196. package/styles/drop-down-list/fabric.scss +1 -0
  197. package/styles/drop-down-list/fluent-dark.css +73 -88
  198. package/styles/drop-down-list/fluent-dark.scss +1 -0
  199. package/styles/drop-down-list/fluent.css +73 -88
  200. package/styles/drop-down-list/fluent.scss +1 -0
  201. package/styles/drop-down-list/fluent2.css +76 -93
  202. package/styles/drop-down-list/fluent2.scss +1 -0
  203. package/styles/drop-down-list/highcontrast-light.css +78 -80
  204. package/styles/drop-down-list/highcontrast-light.scss +1 -0
  205. package/styles/drop-down-list/highcontrast.css +79 -80
  206. package/styles/drop-down-list/highcontrast.scss +1 -0
  207. package/styles/drop-down-list/material-dark.css +73 -73
  208. package/styles/drop-down-list/material-dark.scss +1 -0
  209. package/styles/drop-down-list/material.css +94 -94
  210. package/styles/drop-down-list/material.scss +1 -0
  211. package/styles/drop-down-list/material3-dark.css +98 -98
  212. package/styles/drop-down-list/material3-dark.scss +1 -0
  213. package/styles/drop-down-list/material3.css +98 -98
  214. package/styles/drop-down-list/material3.scss +1 -0
  215. package/styles/drop-down-list/tailwind-dark.css +95 -78
  216. package/styles/drop-down-list/tailwind-dark.scss +1 -0
  217. package/styles/drop-down-list/tailwind.css +95 -78
  218. package/styles/drop-down-list/tailwind.scss +1 -0
  219. package/styles/drop-down-tree/_bigger.scss +522 -0
  220. package/styles/drop-down-tree/_bootstrap5.3-definition.scss +5 -5
  221. package/styles/drop-down-tree/_fluent2-definition.scss +5 -3
  222. package/styles/drop-down-tree/_layout.scss +15 -491
  223. package/styles/drop-down-tree/_theme.scss +16 -4
  224. package/styles/drop-down-tree/bootstrap-dark.css +32 -37
  225. package/styles/drop-down-tree/bootstrap-dark.scss +1 -0
  226. package/styles/drop-down-tree/bootstrap.css +32 -37
  227. package/styles/drop-down-tree/bootstrap.scss +1 -0
  228. package/styles/drop-down-tree/bootstrap4.css +38 -47
  229. package/styles/drop-down-tree/bootstrap4.scss +1 -0
  230. package/styles/drop-down-tree/bootstrap5-dark.css +36 -55
  231. package/styles/drop-down-tree/bootstrap5-dark.scss +1 -0
  232. package/styles/drop-down-tree/bootstrap5.3.css +460 -0
  233. package/styles/drop-down-tree/bootstrap5.3.scss +10 -0
  234. package/styles/drop-down-tree/bootstrap5.css +36 -55
  235. package/styles/drop-down-tree/bootstrap5.scss +1 -0
  236. package/styles/drop-down-tree/fabric-dark.css +32 -37
  237. package/styles/drop-down-tree/fabric-dark.scss +1 -0
  238. package/styles/drop-down-tree/fabric.css +32 -37
  239. package/styles/drop-down-tree/fabric.scss +1 -0
  240. package/styles/drop-down-tree/fluent-dark.css +32 -51
  241. package/styles/drop-down-tree/fluent-dark.scss +1 -0
  242. package/styles/drop-down-tree/fluent.css +32 -51
  243. package/styles/drop-down-tree/fluent.scss +1 -0
  244. package/styles/drop-down-tree/fluent2.css +38 -53
  245. package/styles/drop-down-tree/fluent2.scss +1 -0
  246. package/styles/drop-down-tree/highcontrast-light.css +32 -39
  247. package/styles/drop-down-tree/highcontrast-light.scss +1 -0
  248. package/styles/drop-down-tree/highcontrast.css +41 -48
  249. package/styles/drop-down-tree/highcontrast.scss +1 -0
  250. package/styles/drop-down-tree/material-dark.css +32 -36
  251. package/styles/drop-down-tree/material-dark.scss +1 -0
  252. package/styles/drop-down-tree/material.css +32 -36
  253. package/styles/drop-down-tree/material.scss +1 -0
  254. package/styles/drop-down-tree/material3-dark.css +33 -37
  255. package/styles/drop-down-tree/material3-dark.scss +1 -0
  256. package/styles/drop-down-tree/material3.css +33 -37
  257. package/styles/drop-down-tree/material3.scss +1 -0
  258. package/styles/drop-down-tree/tailwind-dark.css +51 -73
  259. package/styles/drop-down-tree/tailwind-dark.scss +1 -0
  260. package/styles/drop-down-tree/tailwind.css +51 -73
  261. package/styles/drop-down-tree/tailwind.scss +1 -0
  262. package/styles/fabric-dark-lite.css +2730 -0
  263. package/styles/fabric-dark-lite.scss +28 -0
  264. package/styles/fabric-dark.css +657 -604
  265. package/styles/fabric-dark.scss +6 -1
  266. package/styles/fabric-lite.css +2731 -0
  267. package/styles/fabric-lite.scss +28 -0
  268. package/styles/fabric.css +667 -607
  269. package/styles/fabric.scss +6 -1
  270. package/styles/fluent-dark-lite.css +2866 -0
  271. package/styles/fluent-dark-lite.scss +28 -0
  272. package/styles/fluent-dark.css +703 -678
  273. package/styles/fluent-dark.scss +6 -1
  274. package/styles/fluent-lite.css +2866 -0
  275. package/styles/fluent-lite.scss +28 -0
  276. package/styles/fluent.css +703 -678
  277. package/styles/fluent.scss +6 -1
  278. package/styles/fluent2-lite.css +3050 -0
  279. package/styles/fluent2-lite.scss +28 -0
  280. package/styles/fluent2.css +739 -672
  281. package/styles/fluent2.scss +6 -1
  282. package/styles/highcontrast-light-lite.css +2847 -0
  283. package/styles/highcontrast-light-lite.scss +28 -0
  284. package/styles/highcontrast-light.css +652 -602
  285. package/styles/highcontrast-light.scss +6 -1
  286. package/styles/highcontrast-lite.css +2870 -0
  287. package/styles/highcontrast-lite.scss +28 -0
  288. package/styles/highcontrast.css +670 -619
  289. package/styles/highcontrast.scss +6 -1
  290. package/styles/list-box/_bigger.scss +173 -0
  291. package/styles/list-box/_bootstrap5-definition.scss +1 -0
  292. package/styles/list-box/_bootstrap5.3-definition.scss +17 -14
  293. package/styles/list-box/_fluent2-definition.scss +2 -0
  294. package/styles/list-box/_layout.scss +15 -127
  295. package/styles/list-box/_theme.scss +14 -51
  296. package/styles/list-box/bootstrap-dark.css +121 -129
  297. package/styles/list-box/bootstrap-dark.scss +1 -0
  298. package/styles/list-box/bootstrap.css +127 -135
  299. package/styles/list-box/bootstrap.scss +1 -0
  300. package/styles/list-box/bootstrap4.css +171 -183
  301. package/styles/list-box/bootstrap4.scss +1 -0
  302. package/styles/list-box/bootstrap5-dark.css +127 -149
  303. package/styles/list-box/bootstrap5-dark.scss +1 -0
  304. package/styles/list-box/bootstrap5.3.css +950 -0
  305. package/styles/list-box/bootstrap5.3.scss +6 -0
  306. package/styles/list-box/bootstrap5.css +127 -149
  307. package/styles/list-box/bootstrap5.scss +1 -0
  308. package/styles/list-box/fabric-dark.css +121 -129
  309. package/styles/list-box/fabric-dark.scss +1 -0
  310. package/styles/list-box/fabric.css +127 -135
  311. package/styles/list-box/fabric.scss +1 -0
  312. package/styles/list-box/fluent-dark.css +127 -149
  313. package/styles/list-box/fluent-dark.scss +1 -0
  314. package/styles/list-box/fluent.css +127 -149
  315. package/styles/list-box/fluent.scss +1 -0
  316. package/styles/list-box/fluent2.css +121 -156
  317. package/styles/list-box/fluent2.scss +1 -0
  318. package/styles/list-box/highcontrast-light.css +121 -131
  319. package/styles/list-box/highcontrast-light.scss +1 -0
  320. package/styles/list-box/highcontrast.css +127 -137
  321. package/styles/list-box/highcontrast.scss +1 -0
  322. package/styles/list-box/material-dark.css +121 -128
  323. package/styles/list-box/material-dark.scss +1 -0
  324. package/styles/list-box/material.css +127 -134
  325. package/styles/list-box/material.scss +1 -0
  326. package/styles/list-box/material3-dark.css +121 -128
  327. package/styles/list-box/material3-dark.scss +1 -0
  328. package/styles/list-box/material3.css +121 -128
  329. package/styles/list-box/material3.scss +1 -0
  330. package/styles/list-box/tailwind-dark.css +137 -162
  331. package/styles/list-box/tailwind-dark.scss +1 -0
  332. package/styles/list-box/tailwind.css +137 -162
  333. package/styles/list-box/tailwind.scss +1 -0
  334. package/styles/material-dark-lite.css +3513 -0
  335. package/styles/material-dark-lite.scss +28 -0
  336. package/styles/material-dark.css +1265 -1157
  337. package/styles/material-dark.scss +6 -1
  338. package/styles/material-lite.css +3545 -0
  339. package/styles/material-lite.scss +28 -0
  340. package/styles/material.css +1305 -1197
  341. package/styles/material.scss +6 -1
  342. package/styles/material3-dark-lite.css +3459 -0
  343. package/styles/material3-dark-lite.scss +28 -0
  344. package/styles/material3-dark.css +1614 -1248
  345. package/styles/material3-dark.scss +6 -1
  346. package/styles/material3-lite.css +3461 -0
  347. package/styles/material3-lite.scss +28 -0
  348. package/styles/material3.css +1614 -1248
  349. package/styles/material3.scss +6 -1
  350. package/styles/mention/bootstrap-dark.css +0 -5
  351. package/styles/mention/bootstrap.css +0 -5
  352. package/styles/mention/bootstrap4.css +0 -9
  353. package/styles/mention/bootstrap5-dark.css +0 -19
  354. package/styles/mention/bootstrap5.3.css +67 -0
  355. package/styles/mention/bootstrap5.3.scss +6 -0
  356. package/styles/mention/bootstrap5.css +0 -19
  357. package/styles/mention/fabric-dark.css +0 -5
  358. package/styles/mention/fabric.css +0 -5
  359. package/styles/mention/fluent-dark.css +0 -19
  360. package/styles/mention/fluent.css +0 -19
  361. package/styles/mention/fluent2.css +0 -22
  362. package/styles/mention/highcontrast-light.css +0 -7
  363. package/styles/mention/highcontrast.css +0 -7
  364. package/styles/mention/material-dark.css +0 -4
  365. package/styles/mention/material.css +0 -4
  366. package/styles/mention/material3-dark.css +0 -4
  367. package/styles/mention/material3.css +0 -4
  368. package/styles/mention/tailwind-dark.css +0 -22
  369. package/styles/mention/tailwind.css +0 -22
  370. package/styles/multi-select/_bds-definition.scss +0 -5
  371. package/styles/multi-select/_bigger.scss +2002 -0
  372. package/styles/multi-select/_bootstrap-dark-definition.scss +0 -9
  373. package/styles/multi-select/_bootstrap-definition.scss +0 -9
  374. package/styles/multi-select/_bootstrap4-definition.scss +0 -44
  375. package/styles/multi-select/_bootstrap5-definition.scss +0 -5
  376. package/styles/multi-select/_bootstrap5.3-definition.scss +0 -5
  377. package/styles/multi-select/_fabric-dark-definition.scss +2 -4
  378. package/styles/multi-select/_fabric-definition.scss +2 -4
  379. package/styles/multi-select/_fluent-definition.scss +0 -10
  380. package/styles/multi-select/_fluent2-definition.scss +2 -5
  381. package/styles/multi-select/_fusionnew-definition.scss +0 -5
  382. package/styles/multi-select/_highcontrast-definition.scss +1 -2
  383. package/styles/multi-select/_highcontrast-light-definition.scss +1 -2
  384. package/styles/multi-select/_layout.scss +33 -934
  385. package/styles/multi-select/_tailwind-definition.scss +0 -5
  386. package/styles/multi-select/_theme.scss +13 -34
  387. package/styles/multi-select/bootstrap-dark.css +314 -273
  388. package/styles/multi-select/bootstrap-dark.scss +1 -0
  389. package/styles/multi-select/bootstrap.css +314 -273
  390. package/styles/multi-select/bootstrap.scss +1 -0
  391. package/styles/multi-select/bootstrap4.css +405 -347
  392. package/styles/multi-select/bootstrap4.scss +1 -0
  393. package/styles/multi-select/bootstrap5-dark.css +350 -320
  394. package/styles/multi-select/bootstrap5-dark.scss +1 -0
  395. package/styles/multi-select/bootstrap5.3.css +1424 -0
  396. package/styles/multi-select/bootstrap5.3.scss +10 -0
  397. package/styles/multi-select/bootstrap5.css +350 -320
  398. package/styles/multi-select/bootstrap5.scss +1 -0
  399. package/styles/multi-select/fabric-dark.css +320 -273
  400. package/styles/multi-select/fabric-dark.scss +1 -0
  401. package/styles/multi-select/fabric.css +320 -273
  402. package/styles/multi-select/fabric.scss +1 -0
  403. package/styles/multi-select/fluent-dark.css +366 -361
  404. package/styles/multi-select/fluent-dark.scss +1 -0
  405. package/styles/multi-select/fluent.css +366 -361
  406. package/styles/multi-select/fluent.scss +1 -0
  407. package/styles/multi-select/fluent2.css +399 -355
  408. package/styles/multi-select/fluent2.scss +1 -0
  409. package/styles/multi-select/highcontrast-light.css +321 -278
  410. package/styles/multi-select/highcontrast-light.scss +1 -0
  411. package/styles/multi-select/highcontrast.css +321 -278
  412. package/styles/multi-select/highcontrast.scss +1 -0
  413. package/styles/multi-select/icons/_bootstrap4.scss +0 -9
  414. package/styles/multi-select/icons/_fluent.scss +0 -21
  415. package/styles/multi-select/icons/_fluent2.scss +5 -354
  416. package/styles/multi-select/icons/_material-dark.scss +5 -354
  417. package/styles/multi-select/icons/_material.scss +5 -354
  418. package/styles/multi-select/icons/_material3.scss +5 -354
  419. package/styles/multi-select/material-dark.css +960 -857
  420. package/styles/multi-select/material-dark.scss +1 -0
  421. package/styles/multi-select/material.css +960 -857
  422. package/styles/multi-select/material.scss +1 -0
  423. package/styles/multi-select/material3-dark.css +1277 -916
  424. package/styles/multi-select/material3-dark.scss +1 -0
  425. package/styles/multi-select/material3.css +1277 -916
  426. package/styles/multi-select/material3.scss +1 -0
  427. package/styles/multi-select/tailwind-dark.css +351 -327
  428. package/styles/multi-select/tailwind-dark.scss +1 -0
  429. package/styles/multi-select/tailwind.css +351 -327
  430. package/styles/multi-select/tailwind.scss +1 -0
  431. package/styles/tailwind-dark-lite.css +2813 -0
  432. package/styles/tailwind-dark-lite.scss +28 -0
  433. package/styles/tailwind-dark.css +930 -848
  434. package/styles/tailwind-dark.scss +6 -1
  435. package/styles/tailwind-lite.css +2813 -0
  436. package/styles/tailwind-lite.scss +28 -0
  437. package/styles/tailwind.css +930 -848
  438. package/styles/tailwind.scss +6 -1
@@ -20,6 +20,9 @@
20
20
  line-height: $line-height;
21
21
  &::before {
22
22
  font-size: $font-size;
23
+ @if ($ddt-skin-name == 'fluent2') {
24
+ padding: 3px;
25
+ }
23
26
  }
24
27
  }
25
28
 
@@ -76,7 +79,7 @@
76
79
  &.e-float-input.e-control-wrapper {
77
80
  .e-clear-icon {
78
81
  box-sizing: content-box;
79
- @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'FluentUI' and $ddt-skin-name != 'Material3' {
82
+ @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'bootstrap5.3' and $ddt-skin-name != 'FluentUI' and $ddt-skin-name != 'Material3' {
80
83
  min-height: $ddt-close-icon-min-height;
81
84
  }
82
85
  @if $ddt-skin-name == 'Material3' {
@@ -172,7 +175,7 @@
172
175
  &.e-show-chip {
173
176
 
174
177
  .e-chips-close {
175
- @if $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'Material3' {
178
+ @if $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'Material3' and $ddt-skin-name != 'bootstrap5.3' {
176
179
  @include min-style($ddt-chip-close-height, $ddt-chip-close-width, $ddt-chip-close-font, $ddt-chip-icon-line-height);
177
180
  }
178
181
  @else {
@@ -189,7 +192,12 @@
189
192
 
190
193
  .e-chips {
191
194
  align-items: center;
192
- border-radius: $ddt-chip-radius;
195
+ @if $theme-name =='fluent2-highcontrast' {
196
+ border-radius: 4px;
197
+ }
198
+ @else {
199
+ border-radius: $ddt-chip-radius;
200
+ }
193
201
  box-sizing: border-box;
194
202
  display: inline-flex;
195
203
  float: left;
@@ -423,7 +431,7 @@
423
431
  }
424
432
 
425
433
  &.e-wrap-count {
426
- @if $ddt-skin-name == 'bootstrap5' {
434
+ @if $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'bootstrap5.3' {
427
435
  padding: $ddt-overflow-count-padding;
428
436
  }
429
437
  @else if $ddt-skin-name == 'FluentUI' {
@@ -574,7 +582,7 @@
574
582
 
575
583
  .e-input,
576
584
  .e-input:focus {
577
- @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' {
585
+ @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'bootstrap5.3' {
578
586
  padding: $ddt-list-filter-text-indent;
579
587
  }
580
588
  }
@@ -667,7 +675,7 @@
667
675
  @if $ddt-skin-name == 'highcontrast' or $ddt-skin-name == 'highcontrast-light' {
668
676
  border-width: 2px;
669
677
  }
670
- @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'Material3' and $ddt-skin-name != 'fluent2' {
678
+ @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'bootstrap5.3' and $ddt-skin-name != 'Material3' and $ddt-skin-name != 'fluent2' {
671
679
  height: $ddt-treeview-fullrow-height;
672
680
  }
673
681
  }
@@ -680,7 +688,7 @@
680
688
  }
681
689
 
682
690
  &.e-fullrow-wrap .e-text-content {
683
- @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'FluentUI' and $ddt-skin-name != 'Material3' and $ddt-skin-name != 'fluent2' {
691
+ @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'bootstrap5.3' and $ddt-skin-name != 'FluentUI' and $ddt-skin-name != 'Material3' and $ddt-skin-name != 'fluent2' {
684
692
  padding-bottom: $ddt-treeview-content-padding-top;
685
693
  padding-top: $ddt-treeview-content-padding-bottom;
686
694
  }
@@ -899,488 +907,4 @@
899
907
  .e-ddt-icon-hide {
900
908
  display: none;
901
909
  }
902
-
903
- .e-bigger .e-ddt,
904
- .e-ddt.e-bigger {
905
-
906
- .e-chips {
907
- height: $ddt-chip-bigger-height;
908
-
909
- @if $ddt-skin-name == 'tailwind' {
910
- padding: 3px 8px;
911
-
912
- & > .e-chipcontent {
913
- padding: $ddt-big-chip-content-padding;
914
- }
915
- }
916
- @if $ddt-skin-name == 'FluentUI' {
917
- font-size: $text-lg;
918
- }
919
- }
920
-
921
- &.e-input-group.e-control-wrapper,
922
- &.e-float-input.e-control-wrapper {
923
-
924
- &.e-show-chip,
925
- &.e-show-text {
926
- &.e-show-dd-icon .e-clear-icon {
927
- @if $ddt-skin-name == 'tailwind' {
928
- @include icon-style(3px, 32px);
929
- }
930
- @else if $ddt-skin-name == 'bootstrap4' {
931
- right: 33px;
932
- }
933
- @else if $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
934
- @include icon-style(auto, 36px);
935
- }
936
- @else if $ddt-skin-name != 'Material3' {
937
- right: $ddt-dd-icon-bigger-width;
938
- }
939
- }
940
-
941
- @if $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
942
- &.e-show-chip {
943
- &.e-show-dd-icon .e-clear-icon {
944
- bottom: 0;
945
- }
946
- }
947
- }
948
-
949
- .e-ddt-icon {
950
- bottom: $ddt-dd-icon-bigger-bottom;
951
- }
952
- }
953
-
954
- .e-input-group-icon.e-ddt-icon {
955
- @if $ddt-skin-name == 'bootstrap4' {
956
- font-size: 10px;
957
- }
958
- @else if $ddt-skin-name == 'fluent2' {
959
- font-size: 18px;
960
- }
961
- }
962
-
963
- .e-clear-icon {
964
- @if $ddt-skin-name == 'tailwind' {
965
- min-width: 0;
966
- padding: 6px;
967
- }
968
- @else {
969
- min-height: $ddt-close-icon-bigger-min-height;
970
- }
971
- @if $ddt-skin-name == 'fluent2' {
972
- &::before {
973
- font-size: 18px;
974
- }
975
- }
976
- }
977
- }
978
-
979
- &.e-show-chip {
980
- .e-chips-close {
981
- @if $ddt-skin-name == 'bootstrap4' {
982
- @include min-style(30px, 30px, 10px, 27px);
983
- }
984
- @if $ddt-skin-name == 'tailwind' {
985
- @include min-style(24px, 24px, 20px, 18px);
986
- }
987
- @if $ddt-skin-name == 'bootstrap5' {
988
- @include min-style(24px, 24px, 12px, null);
989
- &::before {
990
- vertical-align: middle;
991
- }
992
- }
993
- @if $ddt-skin-name == 'FluentUI' {
994
- @include min-style(32px, 32px, 12px, 27px);
995
- }
996
- }
997
-
998
- .e-overflow {
999
- .e-remain {
1000
- &.e-wrap-count {
1001
- @if $ddt-skin-name == 'tailwind' {
1002
- line-height: 22px;
1003
- padding-top: 7px;
1004
- }
1005
- @if $ddt-skin-name == 'FluentUI' {
1006
- line-height: 38px;
1007
- padding-top: 0;
1008
- }
1009
- }
1010
- }
1011
-
1012
- &.e-total-count {
1013
- .e-remain {
1014
- @if $ddt-skin-name == 'bootstrap5' {
1015
- line-height: 36px;
1016
- padding: 0 12px;
1017
- }
1018
- @else if $ddt-skin-name == 'tailwind' {
1019
- padding: 8px 12px;
1020
- }
1021
- @else if $ddt-skin-name == 'FluentUI' {
1022
- line-height: 38px;
1023
- padding: 0 8px;
1024
- }
1025
- }
1026
- }
1027
- }
1028
- }
1029
-
1030
- .e-overflow {
1031
-
1032
- &.e-show-text {
1033
- padding: $ddt-delim-bigger-padding;
1034
- @if $ddt-skin-name == 'bootstrap5' {
1035
- line-height: 37px;
1036
- }
1037
- @if $ddt-skin-name == 'FluentUI' {
1038
- line-height: 38px;
1039
- }
1040
- }
1041
-
1042
- .e-remain {
1043
- @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
1044
- font-size: $ddt-remains-font-size;
1045
- }
1046
- }
1047
- }
1048
-
1049
- @if $ddt-skin-name == 'material' or $ddt-skin-name == 'material-dark' {
1050
- &.e-outline {
1051
- .e-overflow {
1052
- &.e-show-text,
1053
- &.e-total-count {
1054
- padding: $ddt-outline-bigger-padding;
1055
- }
1056
- }
1057
-
1058
- &.e-input-group.e-control-wrapper,
1059
- &.e-float-input.e-control-wrapper {
1060
- &.e-show-dd-icon .e-clear-icon {
1061
- right: 36px;
1062
- }
1063
- }
1064
- }
1065
-
1066
- &.e-outline.e-show-chip {
1067
- .e-overflow {
1068
- padding: $ddt-bigger-outline-chip-padding;
1069
-
1070
- &.e-total-count {
1071
- .e-remain {
1072
- padding-top: 10px;
1073
- }
1074
- }
1075
-
1076
- .e-remain {
1077
- &.e-wrap-count {
1078
- padding-top: 10px;
1079
- }
1080
- }
1081
- }
1082
-
1083
- .e-chips-wrapper {
1084
- padding: $ddt-bigger-outline-chip-padding;
1085
- }
1086
- }
1087
-
1088
- &.e-filled {
1089
- &.e-float-input.e-control-wrapper {
1090
- .e-overflow {
1091
- &.e-show-text {
1092
- line-height: 30px;
1093
- padding: 19px 12px 0 0;
1094
- }
1095
-
1096
- .e-remain {
1097
- &.e-wrap-count {
1098
- padding-top: 14px;
1099
- }
1100
- }
1101
- }
1102
- }
1103
-
1104
- &.e-float-input.e-control-wrapper:not(.e-show-chip) {
1105
- .e-ddt-icon,
1106
- &.e-show-dd-icon .e-clear-icon {
1107
- padding-top: 8px;
1108
- }
1109
- }
1110
-
1111
- &.e-float-input.e-control-wrapper.e-show-chip,
1112
- &.e-float-input.e-control-wrapper.e-show-text {
1113
- .e-ddt-icon {
1114
- @include icon-style(12px, 12px);
1115
- }
1116
-
1117
- .e-clear-icon {
1118
- @include icon-style(11px, 44px);
1119
- }
1120
-
1121
- &:not(.e-show-dd-icon) .e-clear-icon {
1122
- @include icon-style(14px, 12px);
1123
- }
1124
- }
1125
-
1126
- .e-chips-wrapper,
1127
- .e-overflow {
1128
- .e-chips {
1129
- margin-top: 8px;
1130
- padding: 0 8px;
1131
- }
1132
- }
1133
-
1134
- &.e-float-input.e-control-wrapper.e-show-chip {
1135
- .e-chips-wrapper,
1136
- .e-overflow {
1137
- padding-top: 19px;
1138
-
1139
- .e-chips {
1140
- height: 24px;
1141
- }
1142
-
1143
- .e-chips > .e-chipcontent {
1144
- font-size: 13px;
1145
- }
1146
-
1147
- .e-chips-close::before {
1148
- @include close-style(14px, 14px, 14px);
1149
- }
1150
- }
1151
- }
1152
-
1153
- &.e-input-group.e-control-wrapper:not(.e-float-input) {
1154
- .e-overflow {
1155
- &.e-show-text {
1156
- line-height: 55px;
1157
- }
1158
-
1159
- .e-remain {
1160
- &.e-wrap-count {
1161
- line-height: 55px;
1162
- padding-top: 0;
1163
- }
1164
- }
1165
- }
1166
-
1167
- &.e-show-chip {
1168
- .e-chips-wrapper,
1169
- .e-overflow {
1170
- .e-chips {
1171
- height: 32px;
1172
- padding: 0 12px;
1173
-
1174
- > .e-chipcontent {
1175
- font-size: 14px;
1176
- }
1177
- }
1178
-
1179
- .e-chips-close::before {
1180
- @include close-style(16px, 16px, 16px);
1181
- }
1182
- }
1183
- }
1184
-
1185
- &.e-show-dd-icon.e-show-text,
1186
- &.e-show-dd-icon.e-show-chip {
1187
- .e-ddt-icon,
1188
- &:not(.e-show-dd-icon) .e-clear-icon {
1189
- @include icon-style(16px, 12px);
1190
- }
1191
- }
1192
-
1193
- .e-clear-icon {
1194
- @include icon-style(15px, 44px);
1195
- }
1196
- }
1197
- }
1198
- }
1199
-
1200
- &.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
1201
- @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'Material3' {
1202
- margin-right: $ddt-dd-icon-bigger-width;
1203
- }
1204
- max-width: $ddt-big-chip-ddi-width;
1205
- }
1206
-
1207
- &.e-show-clear .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-close-icon-bigger-width;
1210
- }
1211
- max-width: $ddt-big-chip-ci-width;
1212
- }
1213
-
1214
- &.e-show-clear.e-show-dd-icon {
1215
- @include chip-last($ddt-last-chip-bigger-right-margin, $ddt-big-chip-ddi-ci-width);
1216
- }
1217
-
1218
- &.e-popup {
1219
- @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' {
1220
- margin-top: $ddt-popup-margin;
1221
- }
1222
-
1223
- .e-selectall-parent {
1224
- text-indent: $ddt-select-all-bigger-text-indent;
1225
- @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
1226
- padding: $ddt-big-select-all-padding;
1227
-
1228
- .e-all-text {
1229
- font-size: $text-base;
1230
- line-height: 24px;
1231
- @if $ddt-skin-name == 'bootstrap5' {
1232
- margin: 0 12px;
1233
- }
1234
- @else {
1235
- margin: 0 16px;
1236
- }
1237
- }
1238
- }
1239
- }
1240
-
1241
- @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
1242
- .e-popup-content {
1243
- &.e-no-data {
1244
- @if $ddt-skin-name == 'bootstrap5' {
1245
- padding: 9px 16px;
1246
- }
1247
- @else {
1248
- padding: 10px 16px;
1249
- }
1250
-
1251
- .e-ddt-nodata {
1252
- @if $ddt-skin-name == 'FluentUI' {
1253
- font-size: $text-lg;
1254
- }
1255
- @else {
1256
- font-size: $text-base;
1257
- }
1258
- line-height: 24px;
1259
- }
1260
- }
1261
- }
1262
-
1263
- .e-filter-wrap {
1264
- padding: 8px;
1265
- }
1266
- }
1267
-
1268
- .e-treeview {
1269
- .e-fullrow {
1270
- @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'Material3' {
1271
- height: $ddt-treeview-fullrow-bigger-height;
1272
- }
1273
- }
1274
-
1275
- > .e-ul {
1276
- @if $ddt-skin-name == 'bootstrap5' {
1277
- padding: 8px 16px;
1278
- }
1279
- @if $ddt-skin-name == 'tailwind' {
1280
- padding: 8px 0 8px 16px;
1281
- }
1282
- }
1283
- }
1284
- }
1285
-
1286
- &.e-rtl {
1287
- .e-chips {
1288
- @if $ddt-skin-name == 'tailwind' {
1289
- & > .e-chipcontent {
1290
- padding: $ddt-rtl-big-chip-content-padding;
1291
- }
1292
- }
1293
- }
1294
-
1295
- @if $ddt-skin-name == 'material' or $ddt-skin-name == 'material-dark' {
1296
- &.e-outline {
1297
- &.e-input-group.e-control-wrapper,
1298
- &.e-float-input.e-control-wrapper {
1299
- &.e-show-dd-icon .e-clear-icon,
1300
- &.e-show-dd-icon.e-show-text .e-clear-icon,
1301
- &.e-show-dd-icon.e-show-chip .e-clear-icon {
1302
- left: 36px;
1303
- }
1304
- }
1305
- }
1306
-
1307
- &.e-filled {
1308
- &.e-float-input.e-control-wrapper {
1309
- .e-overflow {
1310
- &.e-show-text {
1311
- padding: 19px 0 0 12px;
1312
- }
1313
- }
1314
-
1315
- &.e-show-chip,
1316
- &.e-show-text {
1317
- .e-ddt-icon,
1318
- &:not(.e-show-dd-icon) .e-clear-icon {
1319
- left: 12px;
1320
- right: auto;
1321
- }
1322
-
1323
- &.e-show-dd-icon .e-clear-icon {
1324
- left: 44px;
1325
- right: auto;
1326
- }
1327
- }
1328
- }
1329
-
1330
- &.e-input-group.e-control-wrapper:not(.e-float-input) {
1331
- &.e-show-dd-icon:not(.e-input-focus),
1332
- &.e-show-dd-icon.e-show-chip {
1333
- .e-ddt-icon,
1334
- &:not(.e-show-dd-icon) .e-clear-icon {
1335
- left: 12px;
1336
- right: auto;
1337
- }
1338
- }
1339
-
1340
- .e-clear-icon {
1341
- left: 44px;
1342
- right: auto;
1343
- }
1344
- }
1345
- }
1346
- }
1347
-
1348
- &.e-show-dd-icon {
1349
- @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
1350
- @include chip-last-margin(4px, null);
1351
- }
1352
- @else if $ddt-skin-name != 'Material3' {
1353
- @include chip-last-margin(1px, $ddt-dd-icon-bigger-width);
1354
- }
1355
- }
1356
-
1357
- &.e-show-clear {
1358
- @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
1359
- @include chip-last-margin(4px, null);
1360
- }
1361
- @else if $ddt-skin-name != 'Material3' {
1362
- @include chip-last-margin(1px, $ddt-close-icon-bigger-width);
1363
- }
1364
- }
1365
-
1366
- &.e-show-clear.e-show-dd-icon {
1367
- @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
1368
- @include chip-last-margin($ddt-last-chip-bigger-right-margin, 4px);
1369
- }
1370
- @else {
1371
- @include chip-last-margin($ddt-last-chip-bigger-right-margin, 1px);
1372
- }
1373
- }
1374
-
1375
- &.e-show-chip,
1376
- &.e-show-text {
1377
- &.e-input-group.e-show-dd-icon .e-clear-icon {
1378
- @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'Material3' {
1379
- left: $ddt-dd-icon-bigger-width;
1380
- }
1381
- right: auto;
1382
- }
1383
- }
1384
- }
1385
- }
1386
910
  }
@@ -21,7 +21,7 @@
21
21
 
22
22
  .e-chips {
23
23
  @include chip-style($ddt-chip-bg-color, $ddt-chip-close, $ddt-chip-font-color);
24
- @if $ddt-skin-name == 'Material3' {
24
+ @if $ddt-skin-name == 'Material3' or $theme-name == 'fluent2-highcontrast' {
25
25
  border-color: $ddt-chip-border-color;
26
26
  border: 1px solid;
27
27
  }
@@ -63,15 +63,27 @@
63
63
  &.e-input-group.e-control-wrapper,
64
64
  &.e-float-input.e-control-wrapper {
65
65
  .e-clear-icon {
66
- @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'material' and $ddt-skin-name != 'material-dark' and $ddt-skin-name != 'FluentUI' and $ddt-skin-name != 'Material3' and $ddt-skin-name != 'fluent2' {
66
+ @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'bootstrap5.3' and $ddt-skin-name != 'material' and $ddt-skin-name != 'material-dark' and $ddt-skin-name != 'FluentUI' and $ddt-skin-name != 'Material3' and $ddt-skin-name != 'fluent2' {
67
67
  background-color: $ddt-icon-bg-color;
68
68
  }
69
69
  }
70
70
  }
71
71
 
72
+ @if ($ddt-skin-name == 'fluent2') {
73
+ &.e-input-group.e-control-wrapper:focus,
74
+ &.e-float-input.e-control-wrapper:focus {
75
+ border-color: $ddt-input-border-color;
76
+ }
77
+
78
+ &.e-input-group.e-control-wrapper:active,
79
+ &.e-float-input.e-control-wrapper:active {
80
+ border-color: $ddt-input-border-color;
81
+ }
82
+ }
83
+
72
84
  &.e-input-group.e-control-wrapper .e-input[readonly],
73
85
  &.e-float-input.e-control-wrapper input[readonly] {
74
- @if $ddt-skin-name == 'bootstrap4' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
86
+ @if $ddt-skin-name == 'bootstrap4' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'bootstrap5.3' or $ddt-skin-name == 'FluentUI' {
75
87
  @if $ddt-skin-name == 'FluentUI' {
76
88
  background: transparent;
77
89
  }
@@ -79,7 +91,7 @@
79
91
  background: $ddt-readonly-input-bg-color;
80
92
  }
81
93
 
82
- @if $ddt-skin-name == 'bootstrap5' {
94
+ @if $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'bootstrap5.3' {
83
95
  ~ span.e-input-group-icon.e-ddt-icon {
84
96
  background: transparent;
85
97
  color: $icon-color;
@@ -45,11 +45,6 @@
45
45
  padding: 0 10px 0 0;
46
46
  }
47
47
 
48
- .e-bigger .e-dropdownbase .e-list-item .e-list-icon,
49
- .e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
50
- padding: 0 12px 0 0;
51
- }
52
-
53
48
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
54
49
  padding: 0 8px 0 0;
55
50
  }
@@ -360,6 +355,38 @@
360
355
  display: none;
361
356
  }
362
357
 
358
+ .e-ddt .e-chips {
359
+ background-color: #414141;
360
+ }
361
+ .e-ddt .e-chips .e-chips-close::before {
362
+ color: #f0f0f0;
363
+ }
364
+ .e-ddt .e-chips > .e-chipcontent {
365
+ color: #f0f0f0;
366
+ }
367
+ .e-ddt .e-overflow .e-remain {
368
+ color: #8d8d8d;
369
+ }
370
+ .e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
371
+ background-color: #1a1a1a;
372
+ }
373
+ .e-ddt.e-popup {
374
+ background: #313131;
375
+ border-color: #414141;
376
+ }
377
+ .e-ddt.e-popup .e-popup-content.e-no-data {
378
+ color: #a4a4a4;
379
+ }
380
+ .e-ddt.e-popup .e-selectall-parent {
381
+ border-bottom-color: #484848;
382
+ }
383
+ .e-ddt.e-popup .e-selectall-parent:focus {
384
+ background: #414141;
385
+ }
386
+ .e-ddt.e-popup .e-selectall-parent .e-all-text {
387
+ color: #f0f0f0;
388
+ }
389
+
363
390
  .e-bigger .e-ddt .e-chips,
364
391
  .e-ddt.e-bigger .e-chips {
365
392
  height: 34px;
@@ -430,36 +457,4 @@
430
457
  .e-ddt.e-bigger.e-rtl.e-show-text.e-input-group.e-show-dd-icon .e-clear-icon {
431
458
  left: 38px;
432
459
  right: auto;
433
- }
434
-
435
- .e-ddt .e-chips {
436
- background-color: #414141;
437
- }
438
- .e-ddt .e-chips .e-chips-close::before {
439
- color: #f0f0f0;
440
- }
441
- .e-ddt .e-chips > .e-chipcontent {
442
- color: #f0f0f0;
443
- }
444
- .e-ddt .e-overflow .e-remain {
445
- color: #8d8d8d;
446
- }
447
- .e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
448
- background-color: #1a1a1a;
449
- }
450
- .e-ddt.e-popup {
451
- background: #313131;
452
- border-color: #414141;
453
- }
454
- .e-ddt.e-popup .e-popup-content.e-no-data {
455
- color: #a4a4a4;
456
- }
457
- .e-ddt.e-popup .e-selectall-parent {
458
- border-bottom-color: #484848;
459
- }
460
- .e-ddt.e-popup .e-selectall-parent:focus {
461
- background: #414141;
462
- }
463
- .e-ddt.e-popup .e-selectall-parent .e-all-text {
464
- color: #f0f0f0;
465
460
  }
@@ -7,3 +7,4 @@
7
7
  @import 'bootstrap-dark-definition.scss';
8
8
  @import 'icons/bootstrap-dark.scss';
9
9
  @import 'all.scss';
10
+ @import 'bigger.scss';