@syncfusion/ej2-vue-dropdowns 20.1.61 → 20.2.39

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 (40) hide show
  1. package/CHANGELOG.md +3 -65
  2. package/dist/ej2-vue-dropdowns.umd.min.js +2 -11
  3. package/dist/es6/ej2-vue-dropdowns.es2015.js +2 -2
  4. package/dist/es6/ej2-vue-dropdowns.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-dropdowns.es5.js +2 -2
  6. package/dist/es6/ej2-vue-dropdowns.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-dropdowns.min.js +2 -2
  8. package/package.json +8 -8
  9. package/src/multi-select/multiselect.component.d.ts +1 -1
  10. package/src/multi-select/multiselect.component.js +2 -2
  11. package/styles/bootstrap-dark.css +69 -11
  12. package/styles/bootstrap.css +69 -11
  13. package/styles/bootstrap4.css +69 -11
  14. package/styles/bootstrap5-dark.css +70 -12
  15. package/styles/bootstrap5.css +70 -12
  16. package/styles/fabric-dark.css +69 -11
  17. package/styles/fabric.css +69 -11
  18. package/styles/fluent-dark.css +73 -15
  19. package/styles/fluent.css +70 -12
  20. package/styles/highcontrast-light.css +69 -11
  21. package/styles/highcontrast.css +69 -11
  22. package/styles/list-box/bootstrap-dark.css +59 -11
  23. package/styles/list-box/bootstrap.css +69 -11
  24. package/styles/list-box/bootstrap4.css +69 -11
  25. package/styles/list-box/bootstrap5-dark.css +70 -12
  26. package/styles/list-box/bootstrap5.css +70 -12
  27. package/styles/list-box/fabric-dark.css +59 -11
  28. package/styles/list-box/fabric.css +69 -11
  29. package/styles/list-box/fluent-dark.css +73 -15
  30. package/styles/list-box/fluent.css +70 -12
  31. package/styles/list-box/highcontrast-light.css +59 -11
  32. package/styles/list-box/highcontrast.css +69 -11
  33. package/styles/list-box/material-dark.css +60 -12
  34. package/styles/list-box/material.css +70 -12
  35. package/styles/list-box/tailwind-dark.css +70 -12
  36. package/styles/list-box/tailwind.css +70 -12
  37. package/styles/material-dark.css +70 -12
  38. package/styles/material.css +70 -12
  39. package/styles/tailwind-dark.css +70 -12
  40. package/styles/tailwind.css +70 -12
package/CHANGELOG.md CHANGED
@@ -2,81 +2,19 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### MultiSelect
6
-
7
- #### Bug Fixes
8
-
9
- - `#I373060` - Issue with "placeholder is not displayed properly while rendering the component with size HTML attribute" has been resolved.
10
-
11
- ## 20.1.60 (2022-06-14)
12
-
13
5
  ### ListBox
14
6
 
15
7
  #### Bug Fixes
16
8
 
17
- - `I377077` - Issue with "we navigate the listbox using tab key, it focus blank top area of the listbox instead of the listbox first item" has been resolved.
18
-
19
- ## 20.1.59 (2022-06-07)
20
-
21
- ### DropDownList
22
-
23
- #### Bug Fixes
24
-
25
- - "Dropdown List template sample is not working in React 18" issue has been resolved.
9
+ - `#I384240` - Issue with "`RemoveItems` not working properly after adding items with specific index" has been resolved.
26
10
 
27
- ## 20.1.58 (2022-05-31)
28
-
29
- ### AutoComplete
30
-
31
- #### Bug Fixes
32
-
33
- - `#F34768` - Issue with "change event argument `IsInteracted` returns wrong value while rendering component with disabled custom value" has been resolved
34
-
35
- ## 20.1.57 (2022-05-24)
36
-
37
- ### Dropdown Tree
38
-
39
- #### Bug Fixes
40
-
41
- - `#I374653` - The issue with "The filtering was not working properly when using a hierarchical data source for the Dropdown Tree component" has been resolved.
42
-
43
- ### DropDownList
44
-
45
- #### Bug Fixes
46
-
47
- - `I375107` - Issue with "cascading dropdown list doesn't display the updated data while binding the remote data and filtering enabled" has been resolved.
48
-
49
- ## 20.1.56 (2022-05-17)
11
+ ## 20.2.36 (2022-06-30)
50
12
 
51
13
  ### ListBox
52
14
 
53
15
  #### Bug Fixes
54
16
 
55
- - `F174682` - Issue with "Drag and Drop not working properly while using item template in listbox" has been resolved.
56
-
57
- ### AutoComplete
58
-
59
- #### Bug Fixes
60
-
61
- - `I372269` - Issue with "value is displayed instead of text while binding beyond the initial loading data values" has been resolved.
62
-
63
- ## 20.1.52 (2022-05-04)
64
-
65
- ### ListBox
66
-
67
- #### Bug Fixes
68
-
69
- - `I374083` - Issue with "Filtering did not work in the datasource empty list" has been resolved.
70
-
71
- ## 20.1.50 (2022-04-19)
72
-
73
- ### ListBox
74
-
75
- #### Bug Fixes
76
-
77
- - Issue with "Keyboard navigation correction for select the multiple items of listbox" has been resolved.
78
-
79
- ## 20.1.47 (2022-04-04)
17
+ - `#I383114` - Issue with "Drop event argument not passes the selected item properly, while drag and drop the multiple item of listbox" has been resolved.
80
18
 
81
19
  ### MultiSelect
82
20
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-dropdowns.umd.min.js
3
- * version : 20.1.61
3
+ * version : 20.2.39
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -9,16 +9,7 @@
9
9
  */
10
10
  /*!
11
11
  * filename: ej2-vue-dropdowns.umd.min.js
12
- * version : 20.1.47
13
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
14
- * Use of this code is subject to the terms of our license.
15
- * A copy of the current license can be obtained at any time by e-mailing
16
- * licensing@syncfusion.com. Any infringement will be prosecuted under
17
- * applicable laws.
18
- */
19
- /*!
20
- * filename: ej2-vue-dropdowns.umd.min.js
21
- * version : 19.4.38
12
+ * version : 19.2.55
22
13
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
23
14
  * Use of this code is subject to the terms of our license.
24
15
  * A copy of the current license can be obtained at any time by e-mailing
@@ -796,8 +796,8 @@ class MultiSelectComponent extends ComponentBase {
796
796
  getItems() {
797
797
  return this.ej2Instances.getItems();
798
798
  }
799
- hidePopup() {
800
- return this.ej2Instances.hidePopup();
799
+ hidePopup(e) {
800
+ return this.ej2Instances.hidePopup(e);
801
801
  }
802
802
  hideSpinner() {
803
803
  return this.ej2Instances.hideSpinner();