@syncfusion/ej2-dropdowns 23.1.40 → 23.1.42

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 (61) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/dist/ej2-dropdowns.min.js +2 -2
  3. package/dist/ej2-dropdowns.umd.min.js +2 -2
  4. package/dist/ej2-dropdowns.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-dropdowns.es2015.js +77 -12
  6. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  7. package/dist/es6/ej2-dropdowns.es5.js +77 -12
  8. package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
  9. package/dist/global/ej2-dropdowns.min.js +2 -2
  10. package/dist/global/ej2-dropdowns.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +9 -9
  13. package/src/drop-down-base/drop-down-base.d.ts +1 -0
  14. package/src/drop-down-base/drop-down-base.js +5 -0
  15. package/src/drop-down-list/drop-down-list.d.ts +3 -0
  16. package/src/drop-down-list/drop-down-list.js +33 -2
  17. package/src/drop-down-tree/drop-down-tree.js +2 -2
  18. package/src/mention/mention.d.ts +1 -0
  19. package/src/mention/mention.js +32 -8
  20. package/src/multi-select/multi-select.js +5 -0
  21. package/styles/auto-complete/bootstrap4.css +13 -2
  22. package/styles/bootstrap-dark.css +1 -1
  23. package/styles/bootstrap.css +1 -1
  24. package/styles/bootstrap4.css +33 -3
  25. package/styles/bootstrap5-dark.css +1 -1
  26. package/styles/bootstrap5.css +1 -1
  27. package/styles/combo-box/bootstrap4.css +13 -2
  28. package/styles/drop-down-list/_bootstrap4-definition.scss +13 -2
  29. package/styles/drop-down-list/bootstrap4.css +13 -2
  30. package/styles/fabric-dark.css +1 -1
  31. package/styles/fabric.css +1 -1
  32. package/styles/fluent-dark.css +1 -1
  33. package/styles/fluent.css +1 -1
  34. package/styles/highcontrast-light.css +1 -1
  35. package/styles/highcontrast.css +1 -1
  36. package/styles/list-box/_theme.scss +1 -1
  37. package/styles/list-box/bootstrap-dark.css +1 -1
  38. package/styles/list-box/bootstrap.css +1 -1
  39. package/styles/list-box/bootstrap4.css +1 -1
  40. package/styles/list-box/bootstrap5-dark.css +1 -1
  41. package/styles/list-box/bootstrap5.css +1 -1
  42. package/styles/list-box/fabric-dark.css +1 -1
  43. package/styles/list-box/fabric.css +1 -1
  44. package/styles/list-box/fluent-dark.css +1 -1
  45. package/styles/list-box/fluent.css +1 -1
  46. package/styles/list-box/highcontrast-light.css +1 -1
  47. package/styles/list-box/highcontrast.css +1 -1
  48. package/styles/list-box/material-dark.css +1 -1
  49. package/styles/list-box/material.css +1 -1
  50. package/styles/list-box/material3-dark.css +1 -1
  51. package/styles/list-box/material3.css +1 -1
  52. package/styles/list-box/tailwind-dark.css +1 -1
  53. package/styles/list-box/tailwind.css +1 -1
  54. package/styles/material-dark.css +1 -1
  55. package/styles/material.css +1 -1
  56. package/styles/material3-dark.css +1 -1
  57. package/styles/material3.css +1 -1
  58. package/styles/multi-select/_bootstrap4-definition.scss +19 -0
  59. package/styles/multi-select/bootstrap4.css +19 -0
  60. package/styles/tailwind-dark.css +1 -1
  61. package/styles/tailwind.css +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,40 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Mention
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I506552` - Resolved issue with "Full popup is not visible when we open it at the edge of the screen".
10
+
11
+ ### DropDownTree
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I498924` - Issue with the locale property in the Dropdown Tree component has been resolved.
16
+
17
+ ## 23.1.41 (2023-10-17)
18
+
19
+ ### MultiSelect
20
+
21
+ #### Bug fixes
22
+
23
+ - `#I503091` - Resolved a null exception that was thrown when dynamically changing the `groupBy` fields to undefined.
24
+
25
+ ### DropdownList
26
+
27
+ #### Bug Fixes
28
+
29
+ - `#I498409` - Fixed an issue where the preselected `value` was getting cleared when updating the data source.
30
+
31
+ - `#I500431` - Fixed issue where the preselected `value` through `index` property was not updated when updating the data source.
32
+
33
+ ### DropDownTree
34
+
35
+ #### Bug Fixes
36
+
37
+ - `#F184672` - Issue with the `checkAll` and `uncheckAll` status not updated properly has been resolved.
38
+
5
39
  ## 23.1.38 (2023-09-26)
6
40
 
7
41
  ### ListBox