@syncfusion/ej2-dropdowns 21.2.8 → 21.2.10

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 (52) hide show
  1. package/CHANGELOG.md +32 -6
  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 +37 -11
  6. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  7. package/dist/es6/ej2-dropdowns.es5.js +37 -11
  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 +11 -11
  13. package/src/drop-down-base/drop-down-base.js +3 -0
  14. package/src/drop-down-list/drop-down-list.js +5 -5
  15. package/src/list-box/list-box.d.ts +1 -0
  16. package/src/list-box/list-box.js +20 -0
  17. package/src/multi-select/multi-select-model.d.ts +1 -1
  18. package/src/multi-select/multi-select.js +9 -6
  19. package/styles/bootstrap-dark.css +207 -99
  20. package/styles/bootstrap.css +209 -100
  21. package/styles/bootstrap4.css +209 -100
  22. package/styles/bootstrap5-dark.css +207 -99
  23. package/styles/bootstrap5.css +207 -99
  24. package/styles/fabric-dark.css +207 -99
  25. package/styles/fabric.css +209 -100
  26. package/styles/fluent-dark.css +209 -100
  27. package/styles/fluent.css +209 -100
  28. package/styles/highcontrast-light.css +207 -99
  29. package/styles/highcontrast.css +209 -100
  30. package/styles/list-box/_layout.scss +8 -2
  31. package/styles/list-box/_theme.scss +2 -1
  32. package/styles/list-box/bootstrap-dark.css +207 -99
  33. package/styles/list-box/bootstrap.css +209 -100
  34. package/styles/list-box/bootstrap4.css +209 -100
  35. package/styles/list-box/bootstrap5-dark.css +207 -99
  36. package/styles/list-box/bootstrap5.css +207 -99
  37. package/styles/list-box/fabric-dark.css +207 -99
  38. package/styles/list-box/fabric.css +209 -100
  39. package/styles/list-box/fluent-dark.css +209 -100
  40. package/styles/list-box/fluent.css +209 -100
  41. package/styles/list-box/highcontrast-light.css +207 -99
  42. package/styles/list-box/highcontrast.css +209 -100
  43. package/styles/list-box/material-dark.css +207 -99
  44. package/styles/list-box/material.css +209 -100
  45. package/styles/list-box/tailwind-dark.css +209 -100
  46. package/styles/list-box/tailwind.css +209 -100
  47. package/styles/material-dark.css +207 -99
  48. package/styles/material.css +209 -100
  49. package/styles/tailwind-dark.css +209 -100
  50. package/styles/tailwind.css +209 -100
  51. package/.eslintrc.json +0 -259
  52. package/tslint.json +0 -111
package/CHANGELOG.md CHANGED
@@ -6,6 +6,32 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I467539` - Issue with "AddItems method not working when we use itemTemplate(element type) in listbox" has been resolved.
10
+
11
+ ### MultiSelect
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I467953` - Issue with "Query construct incorrectly when preselect the value second time beyond the data source value" has been resolved.
16
+
17
+ ### DropDownList
18
+
19
+ #### Bug Fixes
20
+
21
+ - `I469452` - Issue with "A console error is thrown when the datasource value field has a null value in the dropdown list" has been resolved.
22
+
23
+ ### ListBox
24
+
25
+ #### Bug Fixes
26
+
27
+ - `#F43705` - Issue with "Dropping selected items does not work correctly while enabling the checkbox in listbox component." has been resolved.
28
+
29
+ ## 21.2.8 (2023-05-30)
30
+
31
+ ### ListBox
32
+
33
+ #### Bug Fixes
34
+
9
35
  - `#I462373` - Issue with "Double quotes value not submitted while using the listbox component within the form." has been resolved.
10
36
 
11
37
  ### AutoComplete
@@ -22,19 +48,19 @@
22
48
 
23
49
  - `#I451885` - Resolved the performance issue when multiselect component is rendered with large number of data.
24
50
 
25
- ## 21.2.5 (2023-05-16)
26
-
27
- ### ListBox
51
+ ### DropDownList
28
52
 
29
53
  #### Bug Fixes
30
54
 
31
- - `#I461307` - Issue with "No Records Template not renders properly when we set the default string in listbox" has been resolved.
55
+ - `I460077` - Issue with "The popup is not closing properly when the focus is moved between two dropdowns" has been resolved.
32
56
 
33
- ### DropDownList
57
+ ## 21.2.5 (2023-05-16)
58
+
59
+ ### ListBox
34
60
 
35
61
  #### Bug Fixes
36
62
 
37
- - `I460077` - Issue with "The popup is not closing properly when the focus is moved between two dropdowns" has been resolved.
63
+ - `#I461307` - Issue with "No Records Template not renders properly when we set the default string in listbox" has been resolved.
38
64
 
39
65
  ### ComboBox
40
66