@syncfusion/ej2-angular-dropdowns 20.2.50 → 20.3.47

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 (654) hide show
  1. package/esm2020/src/index.mjs +4 -1
  2. package/esm2020/src/mention/mention-all.module.mjs +23 -0
  3. package/esm2020/src/mention/mention.component.mjs +84 -0
  4. package/esm2020/src/mention/mention.module.mjs +25 -0
  5. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +161 -44
  6. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +1 -1
  7. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +161 -44
  8. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +1 -1
  9. package/package.json +8 -8
  10. package/schematics/collection.json +155 -0
  11. package/schematics/generators/autocomplete-custom-filtering/index.d.ts +3 -0
  12. package/schematics/generators/autocomplete-custom-filtering/index.js +8 -0
  13. package/schematics/generators/autocomplete-custom-filtering/sample-details.d.ts +5 -0
  14. package/schematics/generators/autocomplete-custom-filtering/sample-details.js +7 -0
  15. package/schematics/generators/autocomplete-custom-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  16. package/schematics/generators/autocomplete-custom-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  17. package/schematics/generators/autocomplete-custom-filtering/schema.d.ts +3 -0
  18. package/schematics/generators/autocomplete-custom-filtering/schema.js +2 -0
  19. package/schematics/generators/autocomplete-custom-filtering/schema.json +125 -0
  20. package/schematics/generators/autocomplete-default/index.d.ts +3 -0
  21. package/schematics/generators/autocomplete-default/index.js +8 -0
  22. package/schematics/generators/autocomplete-default/sample-details.d.ts +5 -0
  23. package/schematics/generators/autocomplete-default/sample-details.js +7 -0
  24. package/schematics/generators/autocomplete-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  25. package/schematics/generators/autocomplete-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +3 -0
  26. package/schematics/generators/autocomplete-default/schema.d.ts +3 -0
  27. package/schematics/generators/autocomplete-default/schema.js +2 -0
  28. package/schematics/generators/autocomplete-default/schema.json +125 -0
  29. package/schematics/generators/autocomplete-diacritics-filtering/index.d.ts +3 -0
  30. package/schematics/generators/autocomplete-diacritics-filtering/index.js +8 -0
  31. package/schematics/generators/autocomplete-diacritics-filtering/sample-details.d.ts +5 -0
  32. package/schematics/generators/autocomplete-diacritics-filtering/sample-details.js +7 -0
  33. package/schematics/generators/autocomplete-diacritics-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  34. package/schematics/generators/autocomplete-diacritics-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  35. package/schematics/generators/autocomplete-diacritics-filtering/schema.d.ts +3 -0
  36. package/schematics/generators/autocomplete-diacritics-filtering/schema.js +2 -0
  37. package/schematics/generators/autocomplete-diacritics-filtering/schema.json +125 -0
  38. package/schematics/generators/autocomplete-highlight/index.d.ts +3 -0
  39. package/schematics/generators/autocomplete-highlight/index.js +8 -0
  40. package/schematics/generators/autocomplete-highlight/sample-details.d.ts +5 -0
  41. package/schematics/generators/autocomplete-highlight/sample-details.js +7 -0
  42. package/schematics/generators/autocomplete-highlight/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  43. package/schematics/generators/autocomplete-highlight/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +3 -0
  44. package/schematics/generators/autocomplete-highlight/schema.d.ts +3 -0
  45. package/schematics/generators/autocomplete-highlight/schema.js +2 -0
  46. package/schematics/generators/autocomplete-highlight/schema.json +125 -0
  47. package/schematics/generators/autocomplete-reactive-form/index.d.ts +3 -0
  48. package/schematics/generators/autocomplete-reactive-form/index.js +8 -0
  49. package/schematics/generators/autocomplete-reactive-form/sample-details.d.ts +5 -0
  50. package/schematics/generators/autocomplete-reactive-form/sample-details.js +7 -0
  51. package/schematics/generators/autocomplete-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +17 -0
  52. package/schematics/generators/autocomplete-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
  53. package/schematics/generators/autocomplete-reactive-form/schema.d.ts +3 -0
  54. package/schematics/generators/autocomplete-reactive-form/schema.js +2 -0
  55. package/schematics/generators/autocomplete-reactive-form/schema.json +125 -0
  56. package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/1.png +0 -0
  57. package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/10.png +0 -0
  58. package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/2.png +0 -0
  59. package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/3.png +0 -0
  60. package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/4.png +0 -0
  61. package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/5.png +0 -0
  62. package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/6.png +0 -0
  63. package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/7.png +0 -0
  64. package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/8.png +0 -0
  65. package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/9.png +0 -0
  66. package/schematics/generators/autocomplete-template/index.d.ts +3 -0
  67. package/schematics/generators/autocomplete-template/index.js +8 -0
  68. package/schematics/generators/autocomplete-template/sample-details.d.ts +5 -0
  69. package/schematics/generators/autocomplete-template/sample-details.js +7 -0
  70. package/schematics/generators/autocomplete-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +65 -0
  71. package/schematics/generators/autocomplete-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +14 -0
  72. package/schematics/generators/autocomplete-template/schema.d.ts +3 -0
  73. package/schematics/generators/autocomplete-template/schema.js +2 -0
  74. package/schematics/generators/autocomplete-template/schema.json +125 -0
  75. package/schematics/generators/autocomplete-template-driven/index.d.ts +3 -0
  76. package/schematics/generators/autocomplete-template-driven/index.js +8 -0
  77. package/schematics/generators/autocomplete-template-driven/sample-details.d.ts +5 -0
  78. package/schematics/generators/autocomplete-template-driven/sample-details.js +7 -0
  79. package/schematics/generators/autocomplete-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +17 -0
  80. package/schematics/generators/autocomplete-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +18 -0
  81. package/schematics/generators/autocomplete-template-driven/schema.d.ts +3 -0
  82. package/schematics/generators/autocomplete-template-driven/schema.js +2 -0
  83. package/schematics/generators/autocomplete-template-driven/schema.json +125 -0
  84. package/schematics/generators/combobox-custom-value/index.d.ts +3 -0
  85. package/schematics/generators/combobox-custom-value/index.js +8 -0
  86. package/schematics/generators/combobox-custom-value/sample-details.d.ts +5 -0
  87. package/schematics/generators/combobox-custom-value/sample-details.js +7 -0
  88. package/schematics/generators/combobox-custom-value/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +1 -0
  89. package/schematics/generators/combobox-custom-value/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  90. package/schematics/generators/combobox-custom-value/schema.d.ts +3 -0
  91. package/schematics/generators/combobox-custom-value/schema.js +2 -0
  92. package/schematics/generators/combobox-custom-value/schema.json +125 -0
  93. package/schematics/generators/combobox-default/index.d.ts +3 -0
  94. package/schematics/generators/combobox-default/index.js +8 -0
  95. package/schematics/generators/combobox-default/sample-details.d.ts +5 -0
  96. package/schematics/generators/combobox-default/sample-details.js +7 -0
  97. package/schematics/generators/combobox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  98. package/schematics/generators/combobox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +3 -0
  99. package/schematics/generators/combobox-default/schema.d.ts +3 -0
  100. package/schematics/generators/combobox-default/schema.js +2 -0
  101. package/schematics/generators/combobox-default/schema.json +125 -0
  102. package/schematics/generators/combobox-filtering/index.d.ts +3 -0
  103. package/schematics/generators/combobox-filtering/index.js +8 -0
  104. package/schematics/generators/combobox-filtering/sample-details.d.ts +5 -0
  105. package/schematics/generators/combobox-filtering/sample-details.js +7 -0
  106. package/schematics/generators/combobox-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  107. package/schematics/generators/combobox-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +2 -0
  108. package/schematics/generators/combobox-filtering/schema.d.ts +3 -0
  109. package/schematics/generators/combobox-filtering/schema.js +2 -0
  110. package/schematics/generators/combobox-filtering/schema.json +125 -0
  111. package/schematics/generators/combobox-grouping/index.d.ts +3 -0
  112. package/schematics/generators/combobox-grouping/index.js +8 -0
  113. package/schematics/generators/combobox-grouping/sample-details.d.ts +5 -0
  114. package/schematics/generators/combobox-grouping/sample-details.js +7 -0
  115. package/schematics/generators/combobox-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  116. package/schematics/generators/combobox-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  117. package/schematics/generators/combobox-grouping/schema.d.ts +3 -0
  118. package/schematics/generators/combobox-grouping/schema.js +2 -0
  119. package/schematics/generators/combobox-grouping/schema.json +125 -0
  120. package/schematics/generators/combobox-reactive-form/index.d.ts +3 -0
  121. package/schematics/generators/combobox-reactive-form/index.js +8 -0
  122. package/schematics/generators/combobox-reactive-form/sample-details.d.ts +5 -0
  123. package/schematics/generators/combobox-reactive-form/sample-details.js +7 -0
  124. package/schematics/generators/combobox-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +17 -0
  125. package/schematics/generators/combobox-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +24 -0
  126. package/schematics/generators/combobox-reactive-form/schema.d.ts +3 -0
  127. package/schematics/generators/combobox-reactive-form/schema.js +2 -0
  128. package/schematics/generators/combobox-reactive-form/schema.json +125 -0
  129. package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/1.png +0 -0
  130. package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/10.png +0 -0
  131. package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/2.png +0 -0
  132. package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/3.png +0 -0
  133. package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/4.png +0 -0
  134. package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/5.png +0 -0
  135. package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/6.png +0 -0
  136. package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/7.png +0 -0
  137. package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/8.png +0 -0
  138. package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/9.png +0 -0
  139. package/schematics/generators/combobox-template/index.d.ts +3 -0
  140. package/schematics/generators/combobox-template/index.js +8 -0
  141. package/schematics/generators/combobox-template/sample-details.d.ts +5 -0
  142. package/schematics/generators/combobox-template/sample-details.js +7 -0
  143. package/schematics/generators/combobox-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +65 -0
  144. package/schematics/generators/combobox-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +14 -0
  145. package/schematics/generators/combobox-template/schema.d.ts +3 -0
  146. package/schematics/generators/combobox-template/schema.js +2 -0
  147. package/schematics/generators/combobox-template/schema.json +125 -0
  148. package/schematics/generators/combobox-template-driven/index.d.ts +3 -0
  149. package/schematics/generators/combobox-template-driven/index.js +8 -0
  150. package/schematics/generators/combobox-template-driven/sample-details.d.ts +5 -0
  151. package/schematics/generators/combobox-template-driven/sample-details.js +7 -0
  152. package/schematics/generators/combobox-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +17 -0
  153. package/schematics/generators/combobox-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +23 -0
  154. package/schematics/generators/combobox-template-driven/schema.d.ts +3 -0
  155. package/schematics/generators/combobox-template-driven/schema.js +2 -0
  156. package/schematics/generators/combobox-template-driven/schema.json +125 -0
  157. package/schematics/generators/dropdownlist-cascading/index.d.ts +3 -0
  158. package/schematics/generators/dropdownlist-cascading/index.js +8 -0
  159. package/schematics/generators/dropdownlist-cascading/sample-details.d.ts +5 -0
  160. package/schematics/generators/dropdownlist-cascading/sample-details.js +7 -0
  161. package/schematics/generators/dropdownlist-cascading/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  162. package/schematics/generators/dropdownlist-cascading/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  163. package/schematics/generators/dropdownlist-cascading/schema.d.ts +3 -0
  164. package/schematics/generators/dropdownlist-cascading/schema.js +2 -0
  165. package/schematics/generators/dropdownlist-cascading/schema.json +125 -0
  166. package/schematics/generators/dropdownlist-default/index.d.ts +3 -0
  167. package/schematics/generators/dropdownlist-default/index.js +8 -0
  168. package/schematics/generators/dropdownlist-default/sample-details.d.ts +5 -0
  169. package/schematics/generators/dropdownlist-default/sample-details.js +7 -0
  170. package/schematics/generators/dropdownlist-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  171. package/schematics/generators/dropdownlist-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  172. package/schematics/generators/dropdownlist-default/schema.d.ts +3 -0
  173. package/schematics/generators/dropdownlist-default/schema.js +2 -0
  174. package/schematics/generators/dropdownlist-default/schema.json +125 -0
  175. package/schematics/generators/dropdownlist-filtering/index.d.ts +3 -0
  176. package/schematics/generators/dropdownlist-filtering/index.js +8 -0
  177. package/schematics/generators/dropdownlist-filtering/sample-details.d.ts +5 -0
  178. package/schematics/generators/dropdownlist-filtering/sample-details.js +7 -0
  179. package/schematics/generators/dropdownlist-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  180. package/schematics/generators/dropdownlist-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
  181. package/schematics/generators/dropdownlist-filtering/schema.d.ts +3 -0
  182. package/schematics/generators/dropdownlist-filtering/schema.js +2 -0
  183. package/schematics/generators/dropdownlist-filtering/schema.json +125 -0
  184. package/schematics/generators/dropdownlist-inline/index.d.ts +3 -0
  185. package/schematics/generators/dropdownlist-inline/index.js +8 -0
  186. package/schematics/generators/dropdownlist-inline/sample-details.d.ts +5 -0
  187. package/schematics/generators/dropdownlist-inline/sample-details.js +7 -0
  188. package/schematics/generators/dropdownlist-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  189. package/schematics/generators/dropdownlist-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
  190. package/schematics/generators/dropdownlist-inline/schema.d.ts +3 -0
  191. package/schematics/generators/dropdownlist-inline/schema.js +2 -0
  192. package/schematics/generators/dropdownlist-inline/schema.json +125 -0
  193. package/schematics/generators/dropdownlist-reactive-form/index.d.ts +3 -0
  194. package/schematics/generators/dropdownlist-reactive-form/index.js +8 -0
  195. package/schematics/generators/dropdownlist-reactive-form/sample-details.d.ts +5 -0
  196. package/schematics/generators/dropdownlist-reactive-form/sample-details.js +7 -0
  197. package/schematics/generators/dropdownlist-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +17 -0
  198. package/schematics/generators/dropdownlist-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +25 -0
  199. package/schematics/generators/dropdownlist-reactive-form/schema.d.ts +3 -0
  200. package/schematics/generators/dropdownlist-reactive-form/schema.js +2 -0
  201. package/schematics/generators/dropdownlist-reactive-form/schema.json +125 -0
  202. package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/1.png +0 -0
  203. package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/10.png +0 -0
  204. package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/2.png +0 -0
  205. package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/3.png +0 -0
  206. package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/4.png +0 -0
  207. package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/5.png +0 -0
  208. package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/6.png +0 -0
  209. package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/7.png +0 -0
  210. package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/8.png +0 -0
  211. package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/9.png +0 -0
  212. package/schematics/generators/dropdownlist-template/index.d.ts +3 -0
  213. package/schematics/generators/dropdownlist-template/index.js +8 -0
  214. package/schematics/generators/dropdownlist-template/sample-details.d.ts +5 -0
  215. package/schematics/generators/dropdownlist-template/sample-details.js +7 -0
  216. package/schematics/generators/dropdownlist-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +84 -0
  217. package/schematics/generators/dropdownlist-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +19 -0
  218. package/schematics/generators/dropdownlist-template/schema.d.ts +3 -0
  219. package/schematics/generators/dropdownlist-template/schema.js +2 -0
  220. package/schematics/generators/dropdownlist-template/schema.json +125 -0
  221. package/schematics/generators/dropdownlist-template-driven/index.d.ts +3 -0
  222. package/schematics/generators/dropdownlist-template-driven/index.js +8 -0
  223. package/schematics/generators/dropdownlist-template-driven/sample-details.d.ts +5 -0
  224. package/schematics/generators/dropdownlist-template-driven/sample-details.js +7 -0
  225. package/schematics/generators/dropdownlist-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +17 -0
  226. package/schematics/generators/dropdownlist-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +25 -0
  227. package/schematics/generators/dropdownlist-template-driven/schema.d.ts +3 -0
  228. package/schematics/generators/dropdownlist-template-driven/schema.js +2 -0
  229. package/schematics/generators/dropdownlist-template-driven/schema.json +125 -0
  230. package/schematics/generators/multiselect-box-mode/index.d.ts +3 -0
  231. package/schematics/generators/multiselect-box-mode/index.js +8 -0
  232. package/schematics/generators/multiselect-box-mode/sample-details.d.ts +5 -0
  233. package/schematics/generators/multiselect-box-mode/sample-details.js +7 -0
  234. package/schematics/generators/multiselect-box-mode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  235. package/schematics/generators/multiselect-box-mode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  236. package/schematics/generators/multiselect-box-mode/schema.d.ts +3 -0
  237. package/schematics/generators/multiselect-box-mode/schema.js +2 -0
  238. package/schematics/generators/multiselect-box-mode/schema.json +125 -0
  239. package/schematics/generators/multiselect-checkbox/index.d.ts +3 -0
  240. package/schematics/generators/multiselect-checkbox/index.js +8 -0
  241. package/schematics/generators/multiselect-checkbox/sample-details.d.ts +5 -0
  242. package/schematics/generators/multiselect-checkbox/sample-details.js +7 -0
  243. package/schematics/generators/multiselect-checkbox/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  244. package/schematics/generators/multiselect-checkbox/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
  245. package/schematics/generators/multiselect-checkbox/schema.d.ts +3 -0
  246. package/schematics/generators/multiselect-checkbox/schema.js +2 -0
  247. package/schematics/generators/multiselect-checkbox/schema.json +125 -0
  248. package/schematics/generators/multiselect-chip-customization/index.d.ts +3 -0
  249. package/schematics/generators/multiselect-chip-customization/index.js +8 -0
  250. package/schematics/generators/multiselect-chip-customization/sample-details.d.ts +5 -0
  251. package/schematics/generators/multiselect-chip-customization/sample-details.js +7 -0
  252. package/schematics/generators/multiselect-chip-customization/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +73 -0
  253. package/schematics/generators/multiselect-chip-customization/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  254. package/schematics/generators/multiselect-chip-customization/schema.d.ts +3 -0
  255. package/schematics/generators/multiselect-chip-customization/schema.js +2 -0
  256. package/schematics/generators/multiselect-chip-customization/schema.json +125 -0
  257. package/schematics/generators/multiselect-delimiter-mode/index.d.ts +3 -0
  258. package/schematics/generators/multiselect-delimiter-mode/index.js +8 -0
  259. package/schematics/generators/multiselect-delimiter-mode/sample-details.d.ts +5 -0
  260. package/schematics/generators/multiselect-delimiter-mode/sample-details.js +7 -0
  261. package/schematics/generators/multiselect-delimiter-mode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +1 -0
  262. package/schematics/generators/multiselect-delimiter-mode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  263. package/schematics/generators/multiselect-delimiter-mode/schema.d.ts +3 -0
  264. package/schematics/generators/multiselect-delimiter-mode/schema.js +2 -0
  265. package/schematics/generators/multiselect-delimiter-mode/schema.json +125 -0
  266. package/schematics/generators/multiselect-filtering/index.d.ts +3 -0
  267. package/schematics/generators/multiselect-filtering/index.js +8 -0
  268. package/schematics/generators/multiselect-filtering/sample-details.d.ts +5 -0
  269. package/schematics/generators/multiselect-filtering/sample-details.js +7 -0
  270. package/schematics/generators/multiselect-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  271. package/schematics/generators/multiselect-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  272. package/schematics/generators/multiselect-filtering/schema.d.ts +3 -0
  273. package/schematics/generators/multiselect-filtering/schema.js +2 -0
  274. package/schematics/generators/multiselect-filtering/schema.json +125 -0
  275. package/schematics/generators/multiselect-reactive-form/index.d.ts +3 -0
  276. package/schematics/generators/multiselect-reactive-form/index.js +8 -0
  277. package/schematics/generators/multiselect-reactive-form/sample-details.d.ts +5 -0
  278. package/schematics/generators/multiselect-reactive-form/sample-details.js +7 -0
  279. package/schematics/generators/multiselect-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +18 -0
  280. package/schematics/generators/multiselect-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +24 -0
  281. package/schematics/generators/multiselect-reactive-form/schema.d.ts +3 -0
  282. package/schematics/generators/multiselect-reactive-form/schema.js +2 -0
  283. package/schematics/generators/multiselect-reactive-form/schema.json +125 -0
  284. package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/1.png +0 -0
  285. package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/10.png +0 -0
  286. package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/2.png +0 -0
  287. package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/3.png +0 -0
  288. package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/4.png +0 -0
  289. package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/5.png +0 -0
  290. package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/6.png +0 -0
  291. package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/7.png +0 -0
  292. package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/8.png +0 -0
  293. package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/9.png +0 -0
  294. package/schematics/generators/multiselect-template/index.d.ts +3 -0
  295. package/schematics/generators/multiselect-template/index.js +8 -0
  296. package/schematics/generators/multiselect-template/sample-details.d.ts +5 -0
  297. package/schematics/generators/multiselect-template/sample-details.js +7 -0
  298. package/schematics/generators/multiselect-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +211 -0
  299. package/schematics/generators/multiselect-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
  300. package/schematics/generators/multiselect-template/schema.d.ts +3 -0
  301. package/schematics/generators/multiselect-template/schema.js +2 -0
  302. package/schematics/generators/multiselect-template/schema.json +125 -0
  303. package/schematics/generators/multiselect-template-driven/index.d.ts +3 -0
  304. package/schematics/generators/multiselect-template-driven/index.js +8 -0
  305. package/schematics/generators/multiselect-template-driven/sample-details.d.ts +5 -0
  306. package/schematics/generators/multiselect-template-driven/sample-details.js +7 -0
  307. package/schematics/generators/multiselect-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +18 -0
  308. package/schematics/generators/multiselect-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +24 -0
  309. package/schematics/generators/multiselect-template-driven/schema.d.ts +3 -0
  310. package/schematics/generators/multiselect-template-driven/schema.js +2 -0
  311. package/schematics/generators/multiselect-template-driven/schema.json +125 -0
  312. package/schematics/ng-add/index.d.ts +3 -0
  313. package/schematics/ng-add/index.js +9 -0
  314. package/schematics/ng-add/schema.d.ts +13 -0
  315. package/schematics/ng-add/schema.js +2 -0
  316. package/schematics/ng-add/schema.json +34 -0
  317. package/schematics/tsconfig.json +25 -0
  318. package/schematics/utils/lib-details.d.ts +4 -0
  319. package/schematics/utils/lib-details.js +6 -0
  320. package/schematics/utils/lib-details.ts +3 -3
  321. package/src/index.d.ts +3 -0
  322. package/src/mention/mention-all.module.d.ts +11 -0
  323. package/src/mention/mention.component.d.ts +57 -0
  324. package/src/mention/mention.module.d.ts +11 -0
  325. package/styles/auto-complete/_all.scss +1 -1
  326. package/styles/auto-complete/_bootstrap-dark-definition.scss +1 -1
  327. package/styles/auto-complete/_bootstrap-definition.scss +1 -1
  328. package/styles/auto-complete/_bootstrap4-definition.scss +2 -2
  329. package/styles/auto-complete/_bootstrap5-definition.scss +1 -1
  330. package/styles/auto-complete/_fabric-dark-definition.scss +1 -1
  331. package/styles/auto-complete/_fabric-definition.scss +1 -1
  332. package/styles/auto-complete/_fluent-definition.scss +1 -1
  333. package/styles/auto-complete/_fusionnew-definition.scss +1 -1
  334. package/styles/auto-complete/_highcontrast-definition.scss +1 -1
  335. package/styles/auto-complete/_highcontrast-light-definition.scss +1 -1
  336. package/styles/auto-complete/_material-dark-definition.scss +1 -1
  337. package/styles/auto-complete/_material-definition.scss +1 -1
  338. package/styles/auto-complete/_material3-definition.scss +1 -1
  339. package/styles/auto-complete/_tailwind-definition.scss +1 -1
  340. package/styles/auto-complete/bootstrap-dark.css +3 -1
  341. package/styles/auto-complete/bootstrap.css +3 -1
  342. package/styles/auto-complete/bootstrap4.css +3 -1
  343. package/styles/auto-complete/bootstrap5-dark.css +3 -1
  344. package/styles/auto-complete/bootstrap5.css +3 -1
  345. package/styles/auto-complete/fabric-dark.css +3 -1
  346. package/styles/auto-complete/fabric.css +3 -1
  347. package/styles/auto-complete/fluent-dark.css +3 -1
  348. package/styles/auto-complete/fluent.css +3 -1
  349. package/styles/auto-complete/highcontrast-light.css +3 -1
  350. package/styles/auto-complete/highcontrast.css +3 -1
  351. package/styles/auto-complete/material-dark.css +3 -1
  352. package/styles/auto-complete/material.css +3 -1
  353. package/styles/auto-complete/tailwind-dark.css +3 -1
  354. package/styles/auto-complete/tailwind.css +3 -1
  355. package/styles/bootstrap-dark.css +94 -42
  356. package/styles/bootstrap-dark.scss +1 -0
  357. package/styles/bootstrap.css +94 -42
  358. package/styles/bootstrap.scss +1 -0
  359. package/styles/bootstrap4.css +95 -42
  360. package/styles/bootstrap4.scss +1 -0
  361. package/styles/bootstrap5-dark.css +101 -44
  362. package/styles/bootstrap5-dark.scss +1 -0
  363. package/styles/bootstrap5.css +101 -44
  364. package/styles/bootstrap5.scss +1 -0
  365. package/styles/combo-box/_all.scss +1 -1
  366. package/styles/combo-box/_bootstrap-dark-definition.scss +1 -1
  367. package/styles/combo-box/_bootstrap-definition.scss +1 -1
  368. package/styles/combo-box/_bootstrap4-definition.scss +2 -2
  369. package/styles/combo-box/_bootstrap5-definition.scss +1 -1
  370. package/styles/combo-box/_fabric-dark-definition.scss +1 -1
  371. package/styles/combo-box/_fabric-definition.scss +1 -1
  372. package/styles/combo-box/_fluent-definition.scss +1 -1
  373. package/styles/combo-box/_fusionnew-definition.scss +1 -1
  374. package/styles/combo-box/_highcontrast-definition.scss +1 -1
  375. package/styles/combo-box/_highcontrast-light-definition.scss +1 -1
  376. package/styles/combo-box/_material-dark-definition.scss +1 -1
  377. package/styles/combo-box/_material-definition.scss +1 -1
  378. package/styles/combo-box/_material3-definition.scss +1 -1
  379. package/styles/combo-box/_tailwind-definition.scss +1 -1
  380. package/styles/combo-box/bootstrap-dark.css +3 -1
  381. package/styles/combo-box/bootstrap.css +3 -1
  382. package/styles/combo-box/bootstrap4.css +3 -1
  383. package/styles/combo-box/bootstrap5-dark.css +3 -1
  384. package/styles/combo-box/bootstrap5.css +3 -1
  385. package/styles/combo-box/fabric-dark.css +3 -1
  386. package/styles/combo-box/fabric.css +3 -1
  387. package/styles/combo-box/fluent-dark.css +3 -1
  388. package/styles/combo-box/fluent.css +3 -1
  389. package/styles/combo-box/highcontrast-light.css +3 -1
  390. package/styles/combo-box/highcontrast.css +3 -1
  391. package/styles/combo-box/material-dark.css +3 -1
  392. package/styles/combo-box/material.css +3 -1
  393. package/styles/combo-box/tailwind-dark.css +3 -1
  394. package/styles/combo-box/tailwind.css +3 -1
  395. package/styles/drop-down-base/_all.scss +1 -1
  396. package/styles/drop-down-base/_bootstrap-dark-definition.scss +8 -2
  397. package/styles/drop-down-base/_bootstrap-definition.scss +6 -1
  398. package/styles/drop-down-base/_bootstrap4-definition.scss +6 -1
  399. package/styles/drop-down-base/_bootstrap5-definition.scss +8 -3
  400. package/styles/drop-down-base/_fabric-dark-definition.scss +6 -1
  401. package/styles/drop-down-base/_fabric-definition.scss +6 -1
  402. package/styles/drop-down-base/_fluent-definition.scss +8 -2
  403. package/styles/drop-down-base/_fusionnew-definition.scss +8 -3
  404. package/styles/drop-down-base/_highcontrast-definition.scss +16 -6
  405. package/styles/drop-down-base/_highcontrast-light-definition.scss +18 -7
  406. package/styles/drop-down-base/_layout.scss +44 -3
  407. package/styles/drop-down-base/_material-dark-definition.scss +7 -1
  408. package/styles/drop-down-base/_material-definition.scss +6 -0
  409. package/styles/drop-down-base/_material3-definition.scss +8 -3
  410. package/styles/drop-down-base/_tailwind-definition.scss +8 -3
  411. package/styles/drop-down-base/_theme.scss +4 -4
  412. package/styles/drop-down-base/bootstrap-dark.css +42 -1
  413. package/styles/drop-down-base/bootstrap.css +42 -1
  414. package/styles/drop-down-base/bootstrap4.css +42 -1
  415. package/styles/drop-down-base/bootstrap5-dark.css +42 -1
  416. package/styles/drop-down-base/bootstrap5.css +42 -1
  417. package/styles/drop-down-base/fabric-dark.css +42 -1
  418. package/styles/drop-down-base/fabric.css +42 -1
  419. package/styles/drop-down-base/fluent-dark.css +42 -1
  420. package/styles/drop-down-base/fluent.css +42 -1
  421. package/styles/drop-down-base/highcontrast-light.css +42 -1
  422. package/styles/drop-down-base/highcontrast.css +42 -1
  423. package/styles/drop-down-base/material-dark.css +42 -1
  424. package/styles/drop-down-base/material.css +42 -1
  425. package/styles/drop-down-base/tailwind-dark.css +42 -1
  426. package/styles/drop-down-base/tailwind.css +42 -1
  427. package/styles/drop-down-list/_all.scss +2 -1
  428. package/styles/drop-down-list/_bootstrap-dark-definition.scss +2 -1
  429. package/styles/drop-down-list/_bootstrap-definition.scss +2 -1
  430. package/styles/drop-down-list/_bootstrap4-definition.scss +3 -1
  431. package/styles/drop-down-list/_bootstrap5-definition.scss +3 -3
  432. package/styles/drop-down-list/_fabric-dark-definition.scss +2 -1
  433. package/styles/drop-down-list/_fabric-definition.scss +2 -0
  434. package/styles/drop-down-list/_fluent-definition.scss +2 -1
  435. package/styles/drop-down-list/_fusionnew-definition.scss +3 -3
  436. package/styles/drop-down-list/_highcontrast-definition.scss +21 -10
  437. package/styles/drop-down-list/_highcontrast-light-definition.scss +22 -11
  438. package/styles/drop-down-list/_layout.scss +8 -9
  439. package/styles/drop-down-list/_material-dark-definition.scss +2 -2
  440. package/styles/drop-down-list/_material-definition.scss +1 -0
  441. package/styles/drop-down-list/_material3-definition.scss +3 -3
  442. package/styles/drop-down-list/_tailwind-definition.scss +1 -0
  443. package/styles/drop-down-list/_theme.scss +3 -3
  444. package/styles/drop-down-list/bootstrap-dark.css +5 -0
  445. package/styles/drop-down-list/bootstrap.css +5 -0
  446. package/styles/drop-down-list/bootstrap4.css +5 -0
  447. package/styles/drop-down-list/bootstrap5-dark.css +6 -0
  448. package/styles/drop-down-list/bootstrap5.css +6 -0
  449. package/styles/drop-down-list/fabric-dark.css +5 -0
  450. package/styles/drop-down-list/fabric.css +5 -0
  451. package/styles/drop-down-list/fluent-dark.css +6 -0
  452. package/styles/drop-down-list/fluent.css +6 -0
  453. package/styles/drop-down-list/highcontrast-light.css +5 -0
  454. package/styles/drop-down-list/highcontrast.css +5 -0
  455. package/styles/drop-down-list/icons/_bootstrap.scss +0 -1
  456. package/styles/drop-down-list/icons/_fabric.scss +0 -1
  457. package/styles/drop-down-list/icons/_material.scss +0 -1
  458. package/styles/drop-down-list/material-dark.css +5 -0
  459. package/styles/drop-down-list/material.css +5 -0
  460. package/styles/drop-down-list/tailwind-dark.css +6 -0
  461. package/styles/drop-down-list/tailwind.css +6 -0
  462. package/styles/drop-down-tree/_all.scss +1 -1
  463. package/styles/drop-down-tree/_bootstrap-dark-definition.scss +1 -1
  464. package/styles/drop-down-tree/_bootstrap-definition.scss +1 -1
  465. package/styles/drop-down-tree/_bootstrap4-definition.scss +1 -1
  466. package/styles/drop-down-tree/_bootstrap5-definition.scss +2 -2
  467. package/styles/drop-down-tree/_fabric-dark-definition.scss +1 -1
  468. package/styles/drop-down-tree/_fabric-definition.scss +2 -2
  469. package/styles/drop-down-tree/_fluent-definition.scss +2 -2
  470. package/styles/drop-down-tree/_fusionnew-definition.scss +2 -2
  471. package/styles/drop-down-tree/_highcontrast-definition.scss +1 -1
  472. package/styles/drop-down-tree/_highcontrast-light-definition.scss +1 -1
  473. package/styles/drop-down-tree/_layout.scss +1 -2
  474. package/styles/drop-down-tree/_material-dark-definition.scss +2 -2
  475. package/styles/drop-down-tree/_material-definition.scss +2 -2
  476. package/styles/drop-down-tree/_material3-definition.scss +2 -2
  477. package/styles/drop-down-tree/_tailwind-definition.scss +2 -2
  478. package/styles/drop-down-tree/bootstrap-dark.css +4 -0
  479. package/styles/drop-down-tree/bootstrap.css +4 -0
  480. package/styles/drop-down-tree/bootstrap4.css +4 -0
  481. package/styles/drop-down-tree/bootstrap5-dark.css +5 -0
  482. package/styles/drop-down-tree/bootstrap5.css +5 -0
  483. package/styles/drop-down-tree/fabric-dark.css +4 -0
  484. package/styles/drop-down-tree/fabric.css +4 -0
  485. package/styles/drop-down-tree/fluent-dark.css +5 -0
  486. package/styles/drop-down-tree/fluent.css +5 -0
  487. package/styles/drop-down-tree/highcontrast-light.css +4 -0
  488. package/styles/drop-down-tree/highcontrast.css +4 -0
  489. package/styles/drop-down-tree/icons/_bootstrap.scss +0 -1
  490. package/styles/drop-down-tree/icons/_bootstrap4.scss +0 -1
  491. package/styles/drop-down-tree/icons/_fabric.scss +0 -1
  492. package/styles/drop-down-tree/icons/_highcontrast-light.scss +0 -1
  493. package/styles/drop-down-tree/icons/_highcontrast.scss +0 -1
  494. package/styles/drop-down-tree/icons/_material-dark.scss +0 -1
  495. package/styles/drop-down-tree/icons/_material.scss +0 -1
  496. package/styles/drop-down-tree/material-dark.css +4 -0
  497. package/styles/drop-down-tree/material.css +4 -0
  498. package/styles/drop-down-tree/tailwind-dark.css +5 -0
  499. package/styles/drop-down-tree/tailwind.css +5 -0
  500. package/styles/fabric-dark.css +94 -42
  501. package/styles/fabric-dark.scss +1 -0
  502. package/styles/fabric.css +94 -42
  503. package/styles/fabric.scss +1 -0
  504. package/styles/fluent-dark.css +101 -44
  505. package/styles/fluent-dark.scss +1 -0
  506. package/styles/fluent.css +101 -44
  507. package/styles/fluent.scss +1 -0
  508. package/styles/highcontrast-light.css +97 -42
  509. package/styles/highcontrast-light.scss +1 -0
  510. package/styles/highcontrast.css +97 -42
  511. package/styles/highcontrast.scss +1 -0
  512. package/styles/list-box/_all.scss +1 -1
  513. package/styles/list-box/_bootstrap-dark-definition.scss +2 -0
  514. package/styles/list-box/_bootstrap-definition.scss +1 -0
  515. package/styles/list-box/_bootstrap4-definition.scss +1 -0
  516. package/styles/list-box/_bootstrap5-definition.scss +3 -0
  517. package/styles/list-box/_fabric-dark-definition.scss +3 -1
  518. package/styles/list-box/_fabric-definition.scss +1 -0
  519. package/styles/list-box/_fluent-definition.scss +3 -0
  520. package/styles/list-box/_fusionnew-definition.scss +1 -0
  521. package/styles/list-box/_highcontrast-definition.scss +1 -0
  522. package/styles/list-box/_highcontrast-light-definition.scss +3 -1
  523. package/styles/list-box/_layout.scss +8 -17
  524. package/styles/list-box/_material-dark-definition.scss +2 -0
  525. package/styles/list-box/_material-definition.scss +1 -0
  526. package/styles/list-box/_material3-definition.scss +1 -0
  527. package/styles/list-box/_tailwind-definition.scss +3 -0
  528. package/styles/list-box/_theme.scss +11 -25
  529. package/styles/list-box/bootstrap-dark.css +12 -33
  530. package/styles/list-box/bootstrap.css +14 -35
  531. package/styles/list-box/bootstrap4.css +14 -35
  532. package/styles/list-box/bootstrap5-dark.css +15 -36
  533. package/styles/list-box/bootstrap5.css +15 -36
  534. package/styles/list-box/fabric-dark.css +12 -33
  535. package/styles/list-box/fabric.css +14 -35
  536. package/styles/list-box/fluent-dark.css +15 -36
  537. package/styles/list-box/fluent.css +15 -36
  538. package/styles/list-box/highcontrast-light.css +12 -33
  539. package/styles/list-box/highcontrast.css +14 -35
  540. package/styles/list-box/icons/_bootstrap-dark.scss +2 -2
  541. package/styles/list-box/icons/_bootstrap.scss +1 -1
  542. package/styles/list-box/icons/_bootstrap4.scss +1 -1
  543. package/styles/list-box/icons/_bootstrap5.scss +1 -1
  544. package/styles/list-box/icons/_fabric-dark.scss +1 -1
  545. package/styles/list-box/icons/_fabric.scss +1 -1
  546. package/styles/list-box/icons/_fluent.scss +1 -1
  547. package/styles/list-box/icons/_fusionnew.scss +1 -1
  548. package/styles/list-box/icons/_highcontrast-light.scss +1 -1
  549. package/styles/list-box/icons/_highcontrast.scss +1 -1
  550. package/styles/list-box/icons/_material-dark.scss +1 -1
  551. package/styles/list-box/icons/_material.scss +2 -2
  552. package/styles/list-box/icons/_material3.scss +1 -1
  553. package/styles/list-box/icons/_tailwind-dark.scss +1 -1
  554. package/styles/list-box/icons/_tailwind.scss +1 -1
  555. package/styles/list-box/material-dark.css +12 -33
  556. package/styles/list-box/material.css +14 -35
  557. package/styles/list-box/tailwind-dark.css +15 -36
  558. package/styles/list-box/tailwind.css +15 -36
  559. package/styles/material-dark.css +94 -42
  560. package/styles/material-dark.scss +1 -0
  561. package/styles/material.css +94 -42
  562. package/styles/material.scss +1 -0
  563. package/styles/mention/_all.scss +1 -0
  564. package/styles/mention/_bootstrap-dark-definition.scss +3 -0
  565. package/styles/mention/_bootstrap-definition.scss +3 -0
  566. package/styles/mention/_bootstrap4-definition.scss +3 -0
  567. package/styles/mention/_bootstrap5-dark-definition.scss +1 -0
  568. package/styles/mention/_bootstrap5-definition.scss +1 -0
  569. package/styles/mention/_fabric-dark-definition.scss +2 -0
  570. package/styles/mention/_fabric-definition.scss +3 -0
  571. package/styles/mention/_fluent-dark-definition.scss +1 -0
  572. package/styles/mention/_fluent-definition.scss +1 -0
  573. package/styles/mention/_fusionnew-definition.scss +1 -0
  574. package/styles/mention/_highcontrast-definition.scss +3 -0
  575. package/styles/mention/_highcontrast-light-definition.scss +3 -0
  576. package/styles/mention/_layout.scss +6 -0
  577. package/styles/mention/_material-dark-definition.scss +3 -0
  578. package/styles/mention/_material-definition.scss +3 -0
  579. package/styles/mention/_material3-definition.scss +1 -0
  580. package/styles/mention/_tailwind-dark-definition.scss +1 -0
  581. package/styles/mention/_tailwind-definition.scss +1 -0
  582. package/styles/mention/bootstrap-dark.css +29 -0
  583. package/styles/mention/bootstrap-dark.scss +6 -0
  584. package/styles/mention/bootstrap.css +29 -0
  585. package/styles/mention/bootstrap.scss +6 -0
  586. package/styles/mention/bootstrap4.css +47 -0
  587. package/styles/mention/bootstrap4.scss +6 -0
  588. package/styles/mention/bootstrap5-dark.css +58 -0
  589. package/styles/mention/bootstrap5-dark.scss +6 -0
  590. package/styles/mention/bootstrap5.css +58 -0
  591. package/styles/mention/bootstrap5.scss +6 -0
  592. package/styles/mention/fabric-dark.css +29 -0
  593. package/styles/mention/fabric-dark.scss +6 -0
  594. package/styles/mention/fabric.css +29 -0
  595. package/styles/mention/fabric.scss +6 -0
  596. package/styles/mention/fluent-dark.css +58 -0
  597. package/styles/mention/fluent-dark.scss +6 -0
  598. package/styles/mention/fluent.css +58 -0
  599. package/styles/mention/fluent.scss +6 -0
  600. package/styles/mention/highcontrast-light.css +43 -0
  601. package/styles/mention/highcontrast-light.scss +6 -0
  602. package/styles/mention/highcontrast.css +43 -0
  603. package/styles/mention/highcontrast.scss +6 -0
  604. package/styles/mention/material-dark.css +29 -0
  605. package/styles/mention/material-dark.scss +6 -0
  606. package/styles/mention/material.css +29 -0
  607. package/styles/mention/material.scss +6 -0
  608. package/styles/mention/tailwind-dark.css +68 -0
  609. package/styles/mention/tailwind-dark.scss +6 -0
  610. package/styles/mention/tailwind.css +68 -0
  611. package/styles/mention/tailwind.scss +6 -0
  612. package/styles/multi-select/_all.scss +1 -1
  613. package/styles/multi-select/_bootstrap-dark-definition.scss +4 -1
  614. package/styles/multi-select/_bootstrap-definition.scss +2 -0
  615. package/styles/multi-select/_bootstrap4-definition.scss +5 -2
  616. package/styles/multi-select/_bootstrap5-definition.scss +2 -2
  617. package/styles/multi-select/_fabric-dark-definition.scss +5 -3
  618. package/styles/multi-select/_fabric-definition.scss +4 -2
  619. package/styles/multi-select/_fluent-definition.scss +2 -1
  620. package/styles/multi-select/_fusionnew-definition.scss +2 -2
  621. package/styles/multi-select/_highcontrast-definition.scss +47 -24
  622. package/styles/multi-select/_highcontrast-light-definition.scss +48 -25
  623. package/styles/multi-select/_layout.scss +59 -71
  624. package/styles/multi-select/_material-dark-definition.scss +3 -1
  625. package/styles/multi-select/_material-definition.scss +1 -0
  626. package/styles/multi-select/_material3-definition.scss +2 -2
  627. package/styles/multi-select/_tailwind-definition.scss +2 -3
  628. package/styles/multi-select/_theme.scss +16 -21
  629. package/styles/multi-select/bootstrap-dark.css +10 -6
  630. package/styles/multi-select/bootstrap.css +10 -6
  631. package/styles/multi-select/bootstrap4.css +10 -6
  632. package/styles/multi-select/bootstrap5-dark.css +11 -6
  633. package/styles/multi-select/bootstrap5.css +11 -6
  634. package/styles/multi-select/fabric-dark.css +10 -6
  635. package/styles/multi-select/fabric.css +10 -6
  636. package/styles/multi-select/fluent-dark.css +11 -6
  637. package/styles/multi-select/fluent.css +11 -6
  638. package/styles/multi-select/highcontrast-light.css +13 -6
  639. package/styles/multi-select/highcontrast.css +13 -6
  640. package/styles/multi-select/icons/_bootstrap5.scss +0 -1
  641. package/styles/multi-select/icons/_fluent.scss +0 -1
  642. package/styles/multi-select/icons/_fusionnew.scss +0 -1
  643. package/styles/multi-select/icons/_material-dark.scss +53 -54
  644. package/styles/multi-select/icons/_material.scss +53 -54
  645. package/styles/multi-select/icons/_material3.scss +0 -1
  646. package/styles/multi-select/icons/_tailwind.scss +0 -1
  647. package/styles/multi-select/material-dark.css +10 -6
  648. package/styles/multi-select/material.css +10 -6
  649. package/styles/multi-select/tailwind-dark.css +11 -6
  650. package/styles/multi-select/tailwind.css +11 -6
  651. package/styles/tailwind-dark.css +102 -44
  652. package/styles/tailwind-dark.scss +1 -0
  653. package/styles/tailwind.css +102 -44
  654. package/styles/tailwind.scss +1 -0
@@ -103,7 +103,8 @@
103
103
  position: relative;
104
104
  }
105
105
 
106
- .e-popup.e-ddl .e-dropdownbase.e-nodata {
106
+ .e-popup.e-ddl .e-dropdownbase.e-nodata,
107
+ .e-popup.e-mention .e-dropdownbase.e-nodata {
107
108
  color: #fff;
108
109
  cursor: default;
109
110
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
@@ -112,6 +113,45 @@
112
113
  text-align: center;
113
114
  }
114
115
 
116
+ .e-mention.e-popup {
117
+ background: #212529;
118
+ border: 0;
119
+ box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
120
+ margin-top: 2px;
121
+ position: absolute;
122
+ }
123
+
124
+ .e-mention .e-dropdownbase .e-list-item .e-highlight {
125
+ display: inline;
126
+ font-weight: bold;
127
+ vertical-align: baseline;
128
+ }
129
+
130
+ .e-mention .e-mention-chip,
131
+ .e-mention .e-mention-chip:hover {
132
+ background: #343a40;
133
+ border-radius: 2px;
134
+ border: none;
135
+ color: #0d6efd;
136
+ cursor: default;
137
+ }
138
+
139
+ .e-mention .e-mention-chip::selection {
140
+ color: #fff;
141
+ background: #0d6efd;
142
+ }
143
+
144
+ .e-mention.e-editable-element {
145
+ border: 2px solid #444c54;
146
+ height: auto;
147
+ min-height: 120px;
148
+ width: 100%;
149
+ }
150
+
151
+ .e-form-mirror-div {
152
+ white-space: pre-wrap;
153
+ }
154
+
115
155
  .e-rtl .e-dropdownbase.e-dd-group .e-list-item {
116
156
  padding-right: 12px;
117
157
  }
@@ -175,6 +215,7 @@
175
215
  border-color: #444c54;
176
216
  }
177
217
  .e-dropdownbase .e-list-item {
218
+ /* stylelint-disable property-no-vendor-prefix */
178
219
  -webkit-tap-highlight-color: transparent;
179
220
  background-color: #343a40;
180
221
  border-bottom: 0;
@@ -103,7 +103,8 @@
103
103
  position: relative;
104
104
  }
105
105
 
106
- .e-popup.e-ddl .e-dropdownbase.e-nodata {
106
+ .e-popup.e-ddl .e-dropdownbase.e-nodata,
107
+ .e-popup.e-mention .e-dropdownbase.e-nodata {
107
108
  color: #212529;
108
109
  cursor: default;
109
110
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
@@ -112,6 +113,45 @@
112
113
  text-align: center;
113
114
  }
114
115
 
116
+ .e-mention.e-popup {
117
+ background: #fff;
118
+ border: 0;
119
+ box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
120
+ margin-top: 2px;
121
+ position: absolute;
122
+ }
123
+
124
+ .e-mention .e-dropdownbase .e-list-item .e-highlight {
125
+ display: inline;
126
+ font-weight: bold;
127
+ vertical-align: baseline;
128
+ }
129
+
130
+ .e-mention .e-mention-chip,
131
+ .e-mention .e-mention-chip:hover {
132
+ background: #e9ecef;
133
+ border-radius: 2px;
134
+ border: none;
135
+ color: #0d6efd;
136
+ cursor: default;
137
+ }
138
+
139
+ .e-mention .e-mention-chip::selection {
140
+ color: #fff;
141
+ background: #0d6efd;
142
+ }
143
+
144
+ .e-mention.e-editable-element {
145
+ border: 2px solid #dee2e6;
146
+ height: auto;
147
+ min-height: 120px;
148
+ width: 100%;
149
+ }
150
+
151
+ .e-form-mirror-div {
152
+ white-space: pre-wrap;
153
+ }
154
+
115
155
  .e-rtl .e-dropdownbase.e-dd-group .e-list-item {
116
156
  padding-right: 12px;
117
157
  }
@@ -175,6 +215,7 @@
175
215
  border-color: #dee2e6;
176
216
  }
177
217
  .e-dropdownbase .e-list-item {
218
+ /* stylelint-disable property-no-vendor-prefix */
178
219
  -webkit-tap-highlight-color: transparent;
179
220
  background-color: #fff;
180
221
  border-bottom: 0;
@@ -77,7 +77,8 @@
77
77
  position: relative;
78
78
  }
79
79
 
80
- .e-popup.e-ddl .e-dropdownbase.e-nodata {
80
+ .e-popup.e-ddl .e-dropdownbase.e-nodata,
81
+ .e-popup.e-mention .e-dropdownbase.e-nodata {
81
82
  color: #dadada;
82
83
  cursor: default;
83
84
  font-family: inherit;
@@ -86,6 +87,45 @@
86
87
  text-align: center;
87
88
  }
88
89
 
90
+ .e-mention.e-popup {
91
+ background: #514f4f;
92
+ border: 0;
93
+ box-shadow: 0 2px 3px 1px 0 0 5px 0 rgba(0, 0, 0, 0.26);
94
+ margin-top: 2px;
95
+ position: absolute;
96
+ }
97
+
98
+ .e-mention .e-dropdownbase .e-list-item .e-highlight {
99
+ display: inline;
100
+ font-weight: bold;
101
+ vertical-align: baseline;
102
+ }
103
+
104
+ .e-mention .e-mention-chip,
105
+ .e-mention .e-mention-chip:hover {
106
+ background: #282727;
107
+ border-radius: 0;
108
+ border: none;
109
+ color: #0074cc;
110
+ cursor: default;
111
+ }
112
+
113
+ .e-mention .e-mention-chip::selection {
114
+ color: #fff;
115
+ background: #0074cc;
116
+ }
117
+
118
+ .e-mention.e-editable-element {
119
+ border: 2px solid #414040;
120
+ height: auto;
121
+ min-height: 120px;
122
+ width: 100%;
123
+ }
124
+
125
+ .e-form-mirror-div {
126
+ white-space: pre-wrap;
127
+ }
128
+
89
129
  .e-rtl .e-dropdownbase.e-dd-group .e-list-item {
90
130
  padding-right: 20px;
91
131
  }
@@ -148,6 +188,7 @@
148
188
  border-color: #414040;
149
189
  }
150
190
  .e-dropdownbase .e-list-item {
191
+ /* stylelint-disable property-no-vendor-prefix */
151
192
  -webkit-tap-highlight-color: transparent;
152
193
  background-color: #282727;
153
194
  border-bottom: 1px;
@@ -77,7 +77,8 @@
77
77
  position: relative;
78
78
  }
79
79
 
80
- .e-popup.e-ddl .e-dropdownbase.e-nodata {
80
+ .e-popup.e-ddl .e-dropdownbase.e-nodata,
81
+ .e-popup.e-mention .e-dropdownbase.e-nodata {
81
82
  color: #333;
82
83
  cursor: default;
83
84
  font-family: inherit;
@@ -86,6 +87,45 @@
86
87
  text-align: center;
87
88
  }
88
89
 
90
+ .e-mention.e-popup {
91
+ background: #fff;
92
+ border: 0;
93
+ box-shadow: 0 2px 3px 1px 0 0 5px 0 rgba(0, 0, 0, 0.4);
94
+ margin-top: 2px;
95
+ position: absolute;
96
+ }
97
+
98
+ .e-mention .e-dropdownbase .e-list-item .e-highlight {
99
+ display: inline;
100
+ font-weight: bold;
101
+ vertical-align: baseline;
102
+ }
103
+
104
+ .e-mention .e-mention-chip,
105
+ .e-mention .e-mention-chip:hover {
106
+ background: #f4f4f4;
107
+ border-radius: 0;
108
+ border: none;
109
+ color: #0078d6;
110
+ cursor: default;
111
+ }
112
+
113
+ .e-mention .e-mention-chip::selection {
114
+ color: #fff;
115
+ background: #0078d6;
116
+ }
117
+
118
+ .e-mention.e-editable-element {
119
+ border: 2px solid rgba(234, 234, 234, 0.25);
120
+ height: auto;
121
+ min-height: 120px;
122
+ width: 100%;
123
+ }
124
+
125
+ .e-form-mirror-div {
126
+ white-space: pre-wrap;
127
+ }
128
+
89
129
  .e-rtl .e-dropdownbase.e-dd-group .e-list-item {
90
130
  padding-right: 20px;
91
131
  }
@@ -148,6 +188,7 @@
148
188
  border-color: rgba(234, 234, 234, 0.25);
149
189
  }
150
190
  .e-dropdownbase .e-list-item {
191
+ /* stylelint-disable property-no-vendor-prefix */
151
192
  -webkit-tap-highlight-color: transparent;
152
193
  background-color: #fff;
153
194
  border-bottom: 1px;
@@ -103,7 +103,8 @@
103
103
  position: relative;
104
104
  }
105
105
 
106
- .e-popup.e-ddl .e-dropdownbase.e-nodata {
106
+ .e-popup.e-ddl .e-dropdownbase.e-nodata,
107
+ .e-popup.e-mention .e-dropdownbase.e-nodata {
107
108
  color: #f3f2f1;
108
109
  cursor: default;
109
110
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
@@ -112,6 +113,45 @@
112
113
  text-align: center;
113
114
  }
114
115
 
116
+ .e-mention.e-popup {
117
+ background: #252423;
118
+ border: 0;
119
+ box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
120
+ margin-top: 2px;
121
+ position: absolute;
122
+ }
123
+
124
+ .e-mention .e-dropdownbase .e-list-item .e-highlight {
125
+ display: inline;
126
+ font-weight: bold;
127
+ vertical-align: baseline;
128
+ }
129
+
130
+ .e-mention .e-mention-chip,
131
+ .e-mention .e-mention-chip:hover {
132
+ background: #252423;
133
+ border-radius: 2px;
134
+ border: none;
135
+ color: #0078d4;
136
+ cursor: default;
137
+ }
138
+
139
+ .e-mention .e-mention-chip::selection {
140
+ color: #fff;
141
+ background: #0078d4;
142
+ }
143
+
144
+ .e-mention.e-editable-element {
145
+ border: 2px solid #292827;
146
+ height: auto;
147
+ min-height: 120px;
148
+ width: 100%;
149
+ }
150
+
151
+ .e-form-mirror-div {
152
+ white-space: pre-wrap;
153
+ }
154
+
115
155
  .e-bigger.e-ddl .e-dropdownbase.e-nodata,
116
156
  .e-bigger .e-ddl .e-dropdownbase.e-nodata {
117
157
  font-size: 16px;
@@ -192,6 +232,7 @@
192
232
  border-color: #292827;
193
233
  }
194
234
  .e-dropdownbase .e-list-item {
235
+ /* stylelint-disable property-no-vendor-prefix */
195
236
  -webkit-tap-highlight-color: transparent;
196
237
  background-color: #252423;
197
238
  border-bottom: 0;
@@ -103,7 +103,8 @@
103
103
  position: relative;
104
104
  }
105
105
 
106
- .e-popup.e-ddl .e-dropdownbase.e-nodata {
106
+ .e-popup.e-ddl .e-dropdownbase.e-nodata,
107
+ .e-popup.e-mention .e-dropdownbase.e-nodata {
107
108
  color: #201f1e;
108
109
  cursor: default;
109
110
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
@@ -112,6 +113,45 @@
112
113
  text-align: center;
113
114
  }
114
115
 
116
+ .e-mention.e-popup {
117
+ background: #fff;
118
+ border: 0;
119
+ box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
120
+ margin-top: 2px;
121
+ position: absolute;
122
+ }
123
+
124
+ .e-mention .e-dropdownbase .e-list-item .e-highlight {
125
+ display: inline;
126
+ font-weight: bold;
127
+ vertical-align: baseline;
128
+ }
129
+
130
+ .e-mention .e-mention-chip,
131
+ .e-mention .e-mention-chip:hover {
132
+ background: #f3f2f1;
133
+ border-radius: 2px;
134
+ border: none;
135
+ color: #0078d4;
136
+ cursor: default;
137
+ }
138
+
139
+ .e-mention .e-mention-chip::selection {
140
+ color: #fff;
141
+ background: #0078d4;
142
+ }
143
+
144
+ .e-mention.e-editable-element {
145
+ border: 2px solid #edebe9;
146
+ height: auto;
147
+ min-height: 120px;
148
+ width: 100%;
149
+ }
150
+
151
+ .e-form-mirror-div {
152
+ white-space: pre-wrap;
153
+ }
154
+
115
155
  .e-bigger.e-ddl .e-dropdownbase.e-nodata,
116
156
  .e-bigger .e-ddl .e-dropdownbase.e-nodata {
117
157
  font-size: 16px;
@@ -192,6 +232,7 @@
192
232
  border-color: #edebe9;
193
233
  }
194
234
  .e-dropdownbase .e-list-item {
235
+ /* stylelint-disable property-no-vendor-prefix */
195
236
  -webkit-tap-highlight-color: transparent;
196
237
  background-color: #fff;
197
238
  border-bottom: 0;
@@ -91,7 +91,8 @@
91
91
  position: relative;
92
92
  }
93
93
 
94
- .e-popup.e-ddl .e-dropdownbase.e-nodata {
94
+ .e-popup.e-ddl .e-dropdownbase.e-nodata,
95
+ .e-popup.e-mention .e-dropdownbase.e-nodata {
95
96
  color: #000;
96
97
  cursor: default;
97
98
  font-family: inherit;
@@ -100,6 +101,45 @@
100
101
  text-align: center;
101
102
  }
102
103
 
104
+ .e-mention.e-popup {
105
+ background: #400074;
106
+ border: 0;
107
+ box-shadow: 0 2px 3px 1px 0 0 5px 0 rgba(0, 0, 0, 0.4);
108
+ margin-top: 2px;
109
+ position: absolute;
110
+ }
111
+
112
+ .e-mention .e-dropdownbase .e-list-item .e-highlight {
113
+ display: inline;
114
+ font-weight: bold;
115
+ vertical-align: baseline;
116
+ }
117
+
118
+ .e-mention .e-mention-chip,
119
+ .e-mention .e-mention-chip:hover {
120
+ background: transparent;
121
+ border-radius: 0;
122
+ border: 1px solid #757575;
123
+ color: #400074;
124
+ cursor: default;
125
+ }
126
+
127
+ .e-mention .e-mention-chip::selection {
128
+ color: #000;
129
+ background: #400074;
130
+ }
131
+
132
+ .e-mention.e-editable-element {
133
+ border: 2px solid #757575;
134
+ height: auto;
135
+ min-height: 120px;
136
+ width: 100%;
137
+ }
138
+
139
+ .e-form-mirror-div {
140
+ white-space: pre-wrap;
141
+ }
142
+
103
143
  .e-rtl .e-dropdownbase.e-dd-group .e-list-item {
104
144
  padding-right: 20px;
105
145
  }
@@ -162,6 +202,7 @@
162
202
  border-color: #757575;
163
203
  }
164
204
  .e-dropdownbase .e-list-item {
205
+ /* stylelint-disable property-no-vendor-prefix */
165
206
  -webkit-tap-highlight-color: transparent;
166
207
  background-color: #fff;
167
208
  border-bottom: 2px;
@@ -91,7 +91,8 @@
91
91
  position: relative;
92
92
  }
93
93
 
94
- .e-popup.e-ddl .e-dropdownbase.e-nodata {
94
+ .e-popup.e-ddl .e-dropdownbase.e-nodata,
95
+ .e-popup.e-mention .e-dropdownbase.e-nodata {
95
96
  color: #fff;
96
97
  cursor: default;
97
98
  font-family: inherit;
@@ -100,6 +101,45 @@
100
101
  text-align: center;
101
102
  }
102
103
 
104
+ .e-mention.e-popup {
105
+ background: #ffd939;
106
+ border: 0;
107
+ box-shadow: 0 2px 3px 1px 0 0 5px 0 rgba(0, 0, 0, 0.4);
108
+ margin-top: 2px;
109
+ position: absolute;
110
+ }
111
+
112
+ .e-mention .e-dropdownbase .e-list-item .e-highlight {
113
+ display: inline;
114
+ font-weight: bold;
115
+ vertical-align: baseline;
116
+ }
117
+
118
+ .e-mention .e-mention-chip,
119
+ .e-mention .e-mention-chip:hover {
120
+ background: transparent;
121
+ border-radius: 0;
122
+ border: 1px solid #969696;
123
+ color: #ffd939;
124
+ cursor: default;
125
+ }
126
+
127
+ .e-mention .e-mention-chip::selection {
128
+ color: #000;
129
+ background: #ffd939;
130
+ }
131
+
132
+ .e-mention.e-editable-element {
133
+ border: 2px solid #969696;
134
+ height: auto;
135
+ min-height: 120px;
136
+ width: 100%;
137
+ }
138
+
139
+ .e-form-mirror-div {
140
+ white-space: pre-wrap;
141
+ }
142
+
103
143
  .e-rtl .e-dropdownbase.e-dd-group .e-list-item {
104
144
  padding-right: 20px;
105
145
  }
@@ -162,6 +202,7 @@
162
202
  border-color: #969696;
163
203
  }
164
204
  .e-dropdownbase .e-list-item {
205
+ /* stylelint-disable property-no-vendor-prefix */
165
206
  -webkit-tap-highlight-color: transparent;
166
207
  background-color: #000;
167
208
  border-bottom: 2px;
@@ -77,7 +77,8 @@
77
77
  position: relative;
78
78
  }
79
79
 
80
- .e-popup.e-ddl .e-dropdownbase.e-nodata {
80
+ .e-popup.e-ddl .e-dropdownbase.e-nodata,
81
+ .e-popup.e-mention .e-dropdownbase.e-nodata {
81
82
  color: rgba(255, 255, 255, 0.7);
82
83
  cursor: default;
83
84
  font-family: inherit;
@@ -86,6 +87,45 @@
86
87
  text-align: center;
87
88
  }
88
89
 
90
+ .e-mention.e-popup {
91
+ background: rgba(255, 255, 255, 0.18);
92
+ border: 0;
93
+ box-shadow: 0 2px 3px 1px 0 2px 3px 1px rgba(0, 0, 0, 0.21);
94
+ margin-top: 2px;
95
+ position: absolute;
96
+ }
97
+
98
+ .e-mention .e-dropdownbase .e-list-item .e-highlight {
99
+ display: inline;
100
+ font-weight: bold;
101
+ vertical-align: baseline;
102
+ }
103
+
104
+ .e-mention .e-mention-chip,
105
+ .e-mention .e-mention-chip:hover {
106
+ background: #424242;
107
+ border-radius: 2px;
108
+ border: none;
109
+ color: #00b0ff;
110
+ cursor: default;
111
+ }
112
+
113
+ .e-mention .e-mention-chip::selection {
114
+ color: #000;
115
+ background: #00b0ff;
116
+ }
117
+
118
+ .e-mention.e-editable-element {
119
+ border: 2px solid transparent;
120
+ height: auto;
121
+ min-height: 120px;
122
+ width: 100%;
123
+ }
124
+
125
+ .e-form-mirror-div {
126
+ white-space: pre-wrap;
127
+ }
128
+
89
129
  .e-rtl .e-dropdownbase.e-dd-group .e-list-item {
90
130
  padding-right: 2em;
91
131
  }
@@ -148,6 +188,7 @@
148
188
  border-color: transparent;
149
189
  }
150
190
  .e-dropdownbase .e-list-item {
191
+ /* stylelint-disable property-no-vendor-prefix */
151
192
  -webkit-tap-highlight-color: transparent;
152
193
  background-color: #424242;
153
194
  border-bottom: 0;
@@ -77,7 +77,8 @@
77
77
  position: relative;
78
78
  }
79
79
 
80
- .e-popup.e-ddl .e-dropdownbase.e-nodata {
80
+ .e-popup.e-ddl .e-dropdownbase.e-nodata,
81
+ .e-popup.e-mention .e-dropdownbase.e-nodata {
81
82
  color: #000;
82
83
  cursor: default;
83
84
  font-family: inherit;
@@ -86,6 +87,45 @@
86
87
  text-align: center;
87
88
  }
88
89
 
90
+ .e-mention.e-popup {
91
+ background: #fff;
92
+ border: 0;
93
+ box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
94
+ margin-top: 2px;
95
+ position: absolute;
96
+ }
97
+
98
+ .e-mention .e-dropdownbase .e-list-item .e-highlight {
99
+ display: inline;
100
+ font-weight: bold;
101
+ vertical-align: baseline;
102
+ }
103
+
104
+ .e-mention .e-mention-chip,
105
+ .e-mention .e-mention-chip:hover {
106
+ background: #eee;
107
+ border-radius: 2px;
108
+ border: none;
109
+ color: #e3165b;
110
+ cursor: default;
111
+ }
112
+
113
+ .e-mention .e-mention-chip::selection {
114
+ color: #fff;
115
+ background: #e3165b;
116
+ }
117
+
118
+ .e-mention.e-editable-element {
119
+ border: 2px solid #e0e0e0;
120
+ height: auto;
121
+ min-height: 120px;
122
+ width: 100%;
123
+ }
124
+
125
+ .e-form-mirror-div {
126
+ white-space: pre-wrap;
127
+ }
128
+
89
129
  .e-rtl .e-dropdownbase.e-dd-group .e-list-item {
90
130
  padding-right: 2em;
91
131
  }
@@ -148,6 +188,7 @@
148
188
  border-color: #e0e0e0;
149
189
  }
150
190
  .e-dropdownbase .e-list-item {
191
+ /* stylelint-disable property-no-vendor-prefix */
151
192
  -webkit-tap-highlight-color: transparent;
152
193
  background-color: #fff;
153
194
  border-bottom: 0;
@@ -112,7 +112,8 @@
112
112
  position: relative;
113
113
  }
114
114
 
115
- .e-popup.e-ddl .e-dropdownbase.e-nodata {
115
+ .e-popup.e-ddl .e-dropdownbase.e-nodata,
116
+ .e-popup.e-mention .e-dropdownbase.e-nodata {
116
117
  color: #fff;
117
118
  cursor: default;
118
119
  font-family: "Inter";
@@ -121,6 +122,45 @@
121
122
  text-align: center;
122
123
  }
123
124
 
125
+ .e-mention.e-popup {
126
+ background: #1f2937;
127
+ border: 0;
128
+ box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
129
+ margin-top: 2px;
130
+ position: absolute;
131
+ }
132
+
133
+ .e-mention .e-dropdownbase .e-list-item .e-highlight {
134
+ display: inline;
135
+ font-weight: bold;
136
+ vertical-align: baseline;
137
+ }
138
+
139
+ .e-mention .e-mention-chip,
140
+ .e-mention .e-mention-chip:hover {
141
+ background: #374151;
142
+ border-radius: 2px;
143
+ border: none;
144
+ color: #22d3ee;
145
+ cursor: default;
146
+ }
147
+
148
+ .e-mention .e-mention-chip::selection {
149
+ color: #fff;
150
+ background: #22d3ee;
151
+ }
152
+
153
+ .e-mention.e-editable-element {
154
+ border: 2px solid #4b5563;
155
+ height: auto;
156
+ min-height: 120px;
157
+ width: 100%;
158
+ }
159
+
160
+ .e-form-mirror-div {
161
+ white-space: pre-wrap;
162
+ }
163
+
124
164
  .e-bigger.e-ddl .e-dropdownbase.e-nodata,
125
165
  .e-bigger .e-ddl .e-dropdownbase.e-nodata {
126
166
  font-size: 16px;
@@ -254,6 +294,7 @@
254
294
  border-color: #4b5563;
255
295
  }
256
296
  .e-dropdownbase .e-list-item {
297
+ /* stylelint-disable property-no-vendor-prefix */
257
298
  -webkit-tap-highlight-color: transparent;
258
299
  background-color: #374151;
259
300
  border-bottom: 0;