@syncfusion/ej2-react-dropdowns 20.3.59 → 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.
- package/CHANGELOG.md +1 -41
- package/diConfig.json +10 -2
- package/dist/ej2-react-dropdowns.min.js +1 -1
- package/dist/ej2-react-dropdowns.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap5-dark.css +2 -2
- package/styles/bootstrap5.css +2 -2
- package/styles/drop-down-base/material-dark.css +1 -1
- package/styles/drop-down-tree/bootstrap5-dark.css +2 -2
- package/styles/drop-down-tree/bootstrap5.css +2 -2
- package/styles/material-dark.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,53 +6,13 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#F37860` - Issue with "Command button not working properly for multiselect in ListBox in Mac" has been resolved.
|
|
10
|
-
|
|
11
|
-
## 20.3.58 (2022-11-22)
|
|
12
|
-
|
|
13
|
-
### MultiSelect
|
|
14
|
-
|
|
15
|
-
#### Bug Fixes
|
|
16
|
-
|
|
17
|
-
- `#FB38693` - The issue "Multiselect dropdown icon is not aligned properly" has been resolved.
|
|
18
|
-
|
|
19
|
-
## 20.3.56 (2022-11-08)
|
|
20
|
-
|
|
21
|
-
### ListBox
|
|
22
|
-
|
|
23
|
-
#### Bug Fixes
|
|
24
|
-
|
|
25
|
-
- `#F178523` - Issue with "Script error thrown when we drag and drop the listbox item in angular platform" has been resolved.
|
|
26
|
-
|
|
27
|
-
## 20.3.50 (2022-10-18)
|
|
28
|
-
|
|
29
|
-
### Dropdown Tree
|
|
30
|
-
|
|
31
|
-
#### Bug Fixes
|
|
32
|
-
|
|
33
|
-
- `#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.
|
|
34
|
-
|
|
35
|
-
## 20.3.49 (2022-10-11)
|
|
36
|
-
|
|
37
|
-
### ListBox
|
|
38
|
-
|
|
39
|
-
#### Bug Fixes
|
|
40
|
-
|
|
41
9
|
- `#I409839` - Issue with "Script error thrown while drag and drop after removed the item from listbox using removeItem method" has been resolved.
|
|
42
10
|
|
|
43
11
|
### DropDownList
|
|
44
12
|
|
|
45
13
|
#### Bug Fixes
|
|
46
14
|
|
|
47
|
-
- `#
|
|
48
|
-
|
|
49
|
-
## 20.3.48 (2022-10-05)
|
|
50
|
-
|
|
51
|
-
### Mention
|
|
52
|
-
|
|
53
|
-
#### Bug Fixes
|
|
54
|
-
|
|
55
|
-
- Issue with `Localization` and `Accessibility` has been resolved.
|
|
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.
|
|
56
16
|
|
|
57
17
|
## 20.3.47 (2022-09-29)
|
|
58
18
|
|
package/diConfig.json
CHANGED
|
@@ -468,6 +468,7 @@
|
|
|
468
468
|
"directoryName": "mention",
|
|
469
469
|
"type": "container",
|
|
470
470
|
"preferredTag":"div",
|
|
471
|
+
"blazorPlaceholder": "mention",
|
|
471
472
|
"defaultTag": "<div id='ej2Mention'></div>",
|
|
472
473
|
"twoWays": [],
|
|
473
474
|
"comment": [
|
|
@@ -490,7 +491,7 @@
|
|
|
490
491
|
"/**",
|
|
491
492
|
" * The Mention contains a list of predefined values from which the user can choose",
|
|
492
493
|
" * ```html",
|
|
493
|
-
" * <ejs-mention :dataSource='data'></ejs-
|
|
494
|
+
" * <ejs-mention :dataSource='data'></ejs-mention>",
|
|
494
495
|
" * ```",
|
|
495
496
|
" */"
|
|
496
497
|
],
|
|
@@ -517,7 +518,14 @@
|
|
|
517
518
|
"name": "dataSource"
|
|
518
519
|
}
|
|
519
520
|
],
|
|
520
|
-
"isGenericClass": true
|
|
521
|
+
"isGenericClass": true,
|
|
522
|
+
"blazorCustomBaseComponent": "DropDownBase<TItem>",
|
|
523
|
+
"blazorType": "native",
|
|
524
|
+
"isBlazorDerivedTemplate": true,
|
|
525
|
+
"blazorDependency": [
|
|
526
|
+
"ej2-base",
|
|
527
|
+
"ej2-popups/popup"
|
|
528
|
+
]
|
|
521
529
|
}
|
|
522
530
|
],
|
|
523
531
|
"repository": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-dropdowns.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.4.38
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-dropdowns.umd.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.4.38
|
|
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@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-dropdowns@18.58.2",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-oR2lanalH0Ur7v+DT79j2ey2kaYUjj8wR+MAbzBfhTdQoQqpx12zxLkE29YMrG78AHC0sN+Iw91QKSchjad9MA==",
|
|
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": "https://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-dropdowns/-/ej2-react-dropdowns-18.58.2.tgz",
|
|
23
|
+
"_shasum": "6f46e77458738947b183c7d0cd09154722e457df",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-dropdowns@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-dropdowns": "20.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.4.38",
|
|
35
|
+
"@syncfusion/ej2-dropdowns": "20.4.38",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~20.4.38"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 DropDown Components for React",
|
|
@@ -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.
|
|
70
|
+
"version": "20.4.38",
|
|
71
71
|
"sideEffects": false
|
|
72
72
|
}
|
|
@@ -988,10 +988,10 @@ ejs-dropdownlist {
|
|
|
988
988
|
box-shadow: none;
|
|
989
989
|
position: absolute;
|
|
990
990
|
}
|
|
991
|
-
.e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check) {
|
|
991
|
+
.e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check):not(.e-stop) {
|
|
992
992
|
background-color: #212529;
|
|
993
993
|
}
|
|
994
|
-
.e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check) {
|
|
994
|
+
.e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check):not(.e-stop) {
|
|
995
995
|
background-color: transparent;
|
|
996
996
|
}
|
|
997
997
|
.e-ddt.e-popup .e-selectall-parent {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -988,10 +988,10 @@ ejs-dropdownlist {
|
|
|
988
988
|
box-shadow: none;
|
|
989
989
|
position: absolute;
|
|
990
990
|
}
|
|
991
|
-
.e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check) {
|
|
991
|
+
.e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check):not(.e-stop) {
|
|
992
992
|
background-color: #fff;
|
|
993
993
|
}
|
|
994
|
-
.e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check) {
|
|
994
|
+
.e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check):not(.e-stop) {
|
|
995
995
|
background-color: transparent;
|
|
996
996
|
}
|
|
997
997
|
.e-ddt.e-popup .e-selectall-parent {
|
|
@@ -207,10 +207,10 @@
|
|
|
207
207
|
box-shadow: none;
|
|
208
208
|
position: absolute;
|
|
209
209
|
}
|
|
210
|
-
.e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check) {
|
|
210
|
+
.e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check):not(.e-stop) {
|
|
211
211
|
background-color: #212529;
|
|
212
212
|
}
|
|
213
|
-
.e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check) {
|
|
213
|
+
.e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check):not(.e-stop) {
|
|
214
214
|
background-color: transparent;
|
|
215
215
|
}
|
|
216
216
|
.e-ddt.e-popup .e-selectall-parent {
|
|
@@ -207,10 +207,10 @@
|
|
|
207
207
|
box-shadow: none;
|
|
208
208
|
position: absolute;
|
|
209
209
|
}
|
|
210
|
-
.e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check) {
|
|
210
|
+
.e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check):not(.e-stop) {
|
|
211
211
|
background-color: #fff;
|
|
212
212
|
}
|
|
213
|
-
.e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check) {
|
|
213
|
+
.e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check):not(.e-stop) {
|
|
214
214
|
background-color: transparent;
|
|
215
215
|
}
|
|
216
216
|
.e-ddt.e-popup .e-selectall-parent {
|