@syncfusion/ej2-vue-dropdowns 20.1.61 → 20.2.36
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.
- package/CHANGELOG.md +1 -71
- package/dist/ej2-vue-dropdowns.umd.min.js +1 -1
- package/dist/es6/ej2-vue-dropdowns.es2015.js +2 -2
- package/dist/es6/ej2-vue-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-dropdowns.es5.js +2 -2
- package/dist/es6/ej2-vue-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-vue-dropdowns.min.js +2 -2
- package/package.json +8 -8
- package/src/multi-select/multiselect.component.d.ts +1 -1
- package/src/multi-select/multiselect.component.js +2 -2
- package/styles/bootstrap-dark.css +38 -2
- package/styles/bootstrap.css +38 -2
- package/styles/bootstrap4.css +38 -2
- package/styles/bootstrap5-dark.css +38 -2
- package/styles/bootstrap5.css +38 -2
- package/styles/fabric-dark.css +38 -2
- package/styles/fabric.css +38 -2
- package/styles/fluent-dark.css +38 -2
- package/styles/fluent.css +38 -2
- package/styles/highcontrast-light.css +38 -2
- package/styles/highcontrast.css +38 -2
- package/styles/list-box/bootstrap-dark.css +28 -2
- package/styles/list-box/bootstrap.css +38 -2
- package/styles/list-box/bootstrap4.css +38 -2
- package/styles/list-box/bootstrap5-dark.css +38 -2
- package/styles/list-box/bootstrap5.css +38 -2
- package/styles/list-box/fabric-dark.css +28 -2
- package/styles/list-box/fabric.css +38 -2
- package/styles/list-box/fluent-dark.css +38 -2
- package/styles/list-box/fluent.css +38 -2
- package/styles/list-box/highcontrast-light.css +28 -2
- package/styles/list-box/highcontrast.css +38 -2
- package/styles/list-box/material-dark.css +30 -4
- package/styles/list-box/material.css +40 -4
- package/styles/list-box/tailwind-dark.css +38 -2
- package/styles/list-box/tailwind.css +38 -2
- package/styles/material-dark.css +40 -4
- package/styles/material.css +40 -4
- package/styles/tailwind-dark.css +38 -2
- package/styles/tailwind.css +38 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,81 +2,11 @@
|
|
|
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
|
-
- `
|
|
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.
|
|
26
|
-
|
|
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)
|
|
50
|
-
|
|
51
|
-
### ListBox
|
|
52
|
-
|
|
53
|
-
#### Bug Fixes
|
|
54
|
-
|
|
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)
|
|
9
|
+
- `#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
10
|
|
|
81
11
|
### MultiSelect
|
|
82
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-dropdowns.umd.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.2.36
|
|
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
|
|
@@ -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();
|