@syncfusion/ej2-dropdowns 20.3.60 → 20.4.38

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 (55) hide show
  1. package/CHANGELOG.md +2 -44
  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 +485 -310
  6. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  7. package/dist/es6/ej2-dropdowns.es5.js +471 -296
  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/auto-complete/auto-complete-model.d.ts +1 -1
  14. package/src/combo-box/combo-box.js +7 -5
  15. package/src/drop-down-base/drop-down-base-model.d.ts +0 -18
  16. package/src/drop-down-base/drop-down-base.d.ts +0 -22
  17. package/src/drop-down-base/drop-down-base.js +42 -37
  18. package/src/drop-down-list/drop-down-list-model.d.ts +18 -0
  19. package/src/drop-down-list/drop-down-list.d.ts +22 -0
  20. package/src/drop-down-list/drop-down-list.js +95 -41
  21. package/src/drop-down-tree/drop-down-tree-model.d.ts +15 -1
  22. package/src/drop-down-tree/drop-down-tree.d.ts +13 -1
  23. package/src/drop-down-tree/drop-down-tree.js +22 -5
  24. package/src/list-box/list-box-model.d.ts +18 -0
  25. package/src/list-box/list-box.d.ts +22 -0
  26. package/src/list-box/list-box.js +27 -14
  27. package/src/mention/mention-model.d.ts +2 -2
  28. package/src/mention/mention.d.ts +4 -1
  29. package/src/mention/mention.js +66 -27
  30. package/src/multi-select/checkbox-selection.js +10 -8
  31. package/src/multi-select/multi-select.js +203 -156
  32. package/styles/bootstrap5-dark.css +2 -2
  33. package/styles/bootstrap5.css +2 -2
  34. package/styles/drop-down-base/_bootstrap-dark-definition.scss +1 -0
  35. package/styles/drop-down-base/_bootstrap-definition.scss +1 -0
  36. package/styles/drop-down-base/_bootstrap4-definition.scss +1 -0
  37. package/styles/drop-down-base/_bootstrap5-definition.scss +1 -0
  38. package/styles/drop-down-base/_fabric-dark-definition.scss +1 -0
  39. package/styles/drop-down-base/_fabric-definition.scss +1 -0
  40. package/styles/drop-down-base/_fluent-definition.scss +1 -0
  41. package/styles/drop-down-base/_fusionnew-definition.scss +1 -0
  42. package/styles/drop-down-base/_highcontrast-definition.scss +1 -0
  43. package/styles/drop-down-base/_highcontrast-light-definition.scss +1 -0
  44. package/styles/drop-down-base/_layout.scss +1 -1
  45. package/styles/drop-down-base/_material-dark-definition.scss +1 -0
  46. package/styles/drop-down-base/_material-definition.scss +1 -0
  47. package/styles/drop-down-base/_material3-definition.scss +1 -0
  48. package/styles/drop-down-base/_tailwind-definition.scss +1 -0
  49. package/styles/drop-down-base/material-dark.css +1 -1
  50. package/styles/drop-down-tree/_layout.scss +3 -3
  51. package/styles/drop-down-tree/bootstrap5-dark.css +2 -2
  52. package/styles/drop-down-tree/bootstrap5.css +2 -2
  53. package/styles/material-dark.css +1 -1
  54. package/.eslintrc.json +0 -244
  55. package/tslint.json +0 -111
package/CHANGELOG.md CHANGED
@@ -2,45 +2,17 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### AutoComplete
6
-
7
- #### Bug Fixes
8
-
9
- - `#I420089` - The issue "API documentation broken on autocomplete Component" has been resolved.
10
-
11
- ## 20.3.59 (2022-11-29)
12
-
13
5
  ### ListBox
14
6
 
15
7
  #### Bug Fixes
16
8
 
17
9
  - `#F37860` - Issue with "Command button not working properly for multiselect in ListBox in Mac" has been resolved.
18
10
 
19
- ## 20.3.58 (2022-11-22)
20
-
21
- ### MultiSelect
22
-
23
- #### Bug Fixes
24
-
25
- - `#FB38693` - The issue "Multiselect dropdown icon is not aligned properly" has been resolved.
26
-
27
- ## 20.3.56 (2022-11-08)
28
-
29
- ### ListBox
30
-
31
- #### Bug Fixes
32
-
33
- - `#F178523` - Issue with "Script error thrown when we drag and drop the listbox item in angular platform" has been resolved.
34
-
35
- ## 20.3.50 (2022-10-18)
36
-
37
- ### Dropdown Tree
11
+ ### DropDownList
38
12
 
39
13
  #### Bug Fixes
40
14
 
41
- - `#I408860` - The issue with "While focus the item using tab key, focus disappeared instead of focus the first popup element in the Angular Dropdown Tree component" has been resolved.
42
-
43
- ## 20.3.49 (2022-10-11)
15
+ - `#I397894` - The issue "aria-label added on input element instead of wrapper element while adding the aria-label by using Html Attribute property" has been resolved.
44
16
 
45
17
  ### ListBox
46
18
 
@@ -48,20 +20,6 @@
48
20
 
49
21
  - `#I409839` - Issue with "Script error thrown while drag and drop after removed the item from listbox using removeItem method" has been resolved.
50
22
 
51
- ### DropDownList
52
-
53
- #### Bug Fixes
54
-
55
- - `#I409074` - The issue "Previous value not updated properly in change event argument when we clear the value" has been resolved.
56
-
57
- ## 20.3.48 (2022-10-05)
58
-
59
- ### Mention
60
-
61
- #### Bug Fixes
62
-
63
- - Issue with `Localization` and `Accessibility` has been resolved.
64
-
65
23
  ## 20.3.47 (2022-09-29)
66
24
 
67
25
  ### Mention