@syncfusion/ej2-react-dropdowns 20.2.43 → 20.2.44
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
CHANGED
|
@@ -2,6 +2,36 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### MultiSelect
|
|
6
|
+
|
|
7
|
+
#### New Features
|
|
8
|
+
|
|
9
|
+
- Provided event details in open and close event arguments in the multiselect component.
|
|
10
|
+
|
|
11
|
+
### AutoComplete
|
|
12
|
+
|
|
13
|
+
#### New Features
|
|
14
|
+
|
|
15
|
+
- Provided event details in open and close event arguments in the autocomplete component.
|
|
16
|
+
|
|
17
|
+
### ComboBox
|
|
18
|
+
|
|
19
|
+
#### New Features
|
|
20
|
+
|
|
21
|
+
- Provided event details in open and close event arguments in the combobox component.
|
|
22
|
+
|
|
23
|
+
### DropDownList
|
|
24
|
+
|
|
25
|
+
#### New Features
|
|
26
|
+
|
|
27
|
+
- Provided event details in open and close event arguments in the dropdownlist component.
|
|
28
|
+
|
|
29
|
+
#### Bug Fixes
|
|
30
|
+
|
|
31
|
+
- `#FB36207` - The issue "Console error thrown when using DropDownList `footerTemplate` property in React" has been resolved.
|
|
32
|
+
|
|
33
|
+
## 20.2.43 (2022-08-08)
|
|
34
|
+
|
|
5
35
|
### ListBox
|
|
6
36
|
|
|
7
37
|
#### Bug Fixes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-dropdowns.umd.min.js
|
|
3
|
-
* version : 20.2.
|
|
3
|
+
* version : 20.2.44
|
|
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
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-dropdowns@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-dropdowns@20.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-dropdowns@20.2.43",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-JNEzIVoDjaxNte08DUo7F/m3/8XjByGK4gCIoFmymwvuV8EX+mJiZW+y0y4x6wfpREnBxiY+4jMeCg0NU+67iw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-dropdowns",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-dropdowns/-/ej2-react-dropdowns-20.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-dropdowns/-/ej2-react-dropdowns-20.2.43.tgz",
|
|
23
|
+
"_shasum": "d74e7aee5fca01efb0ccdd994ef85e9ca1f98931",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-dropdowns@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~20.2.43",
|
|
35
|
-
"@syncfusion/ej2-dropdowns": "20.2.
|
|
35
|
+
"@syncfusion/ej2-dropdowns": "20.2.44",
|
|
36
36
|
"@syncfusion/ej2-react-base": "~20.2.43"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -67,6 +67,6 @@
|
|
|
67
67
|
"type": "git",
|
|
68
68
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
69
69
|
},
|
|
70
|
-
"version": "20.2.
|
|
70
|
+
"version": "20.2.44",
|
|
71
71
|
"sideEffects": false
|
|
72
72
|
}
|
|
@@ -221,6 +221,7 @@
|
|
|
221
221
|
-ms-flex-direction: row;
|
|
222
222
|
flex-direction: row;
|
|
223
223
|
margin-top: -2em;
|
|
224
|
+
margin-top: -1.45em;
|
|
224
225
|
outline: 0;
|
|
225
226
|
padding: 0;
|
|
226
227
|
position: absolute;
|
|
@@ -401,6 +402,7 @@
|
|
|
401
402
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
402
403
|
margin-top: -1.62em;
|
|
403
404
|
height: 36px;
|
|
405
|
+
margin-top: -2em;
|
|
404
406
|
width: 40px;
|
|
405
407
|
}
|
|
406
408
|
|
|
@@ -221,6 +221,7 @@
|
|
|
221
221
|
-ms-flex-direction: row;
|
|
222
222
|
flex-direction: row;
|
|
223
223
|
margin-top: -2em;
|
|
224
|
+
margin-top: -1.45em;
|
|
224
225
|
outline: 0;
|
|
225
226
|
padding: 0;
|
|
226
227
|
position: absolute;
|
|
@@ -401,6 +402,7 @@
|
|
|
401
402
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
402
403
|
margin-top: -1.62em;
|
|
403
404
|
height: 36px;
|
|
405
|
+
margin-top: -2em;
|
|
404
406
|
width: 40px;
|
|
405
407
|
}
|
|
406
408
|
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1426,6 +1426,7 @@ ejs-dropdownlist {
|
|
|
1426
1426
|
-ms-flex-direction: row;
|
|
1427
1427
|
flex-direction: row;
|
|
1428
1428
|
margin-top: -2em;
|
|
1429
|
+
margin-top: -1.45em;
|
|
1429
1430
|
outline: 0;
|
|
1430
1431
|
padding: 0;
|
|
1431
1432
|
position: absolute;
|
|
@@ -1606,6 +1607,7 @@ ejs-dropdownlist {
|
|
|
1606
1607
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1607
1608
|
margin-top: -1.62em;
|
|
1608
1609
|
height: 36px;
|
|
1610
|
+
margin-top: -2em;
|
|
1609
1611
|
width: 40px;
|
|
1610
1612
|
}
|
|
1611
1613
|
|
package/styles/tailwind.css
CHANGED
|
@@ -1426,6 +1426,7 @@ ejs-dropdownlist {
|
|
|
1426
1426
|
-ms-flex-direction: row;
|
|
1427
1427
|
flex-direction: row;
|
|
1428
1428
|
margin-top: -2em;
|
|
1429
|
+
margin-top: -1.45em;
|
|
1429
1430
|
outline: 0;
|
|
1430
1431
|
padding: 0;
|
|
1431
1432
|
position: absolute;
|
|
@@ -1606,6 +1607,7 @@ ejs-dropdownlist {
|
|
|
1606
1607
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1607
1608
|
margin-top: -1.62em;
|
|
1608
1609
|
height: 36px;
|
|
1610
|
+
margin-top: -2em;
|
|
1609
1611
|
width: 40px;
|
|
1610
1612
|
}
|
|
1611
1613
|
|