@syncfusion/ej2-react-dropdowns 20.3.50 → 20.3.56

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,20 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### ListBox
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#F178523` - Issue with "Script error thrown when we drag and drop the listbox item in angular platform" has been resolved.
10
+
11
+ ## 20.3.50 (2022-10-18)
12
+
13
+ ### Dropdown Tree
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#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.
18
+
5
19
  ## 20.3.49 (2022-10-11)
6
20
 
7
21
  ### ListBox
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-dropdowns.min.js
3
- * version : 20.3.50
3
+ * version : 20.3.56
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.50
3
+ * version : 20.3.56
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.3.49",
3
+ "_id": "@syncfusion/ej2-react-dropdowns@20.3.50",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-+Nd7RJHK0PFSXg0tPBqZzMthC+BR7IDAyBv6RPmU7B0FFwN7SXitCopFwMWu1U6+5Omp8/QGuBrXEnlNAuFACw==",
5
+ "_integrity": "sha512-mSu2L9c13nlkqJatewQru6HvY0plLWx7rNLJ5tH40g/1zpgLoFKhLZbHSPGNC7ZpSw7chr4Ff67WRz5M8VhgKg==",
6
6
  "_location": "/@syncfusion/ej2-react-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
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.3.49.tgz",
23
- "_shasum": "416412c5aee0575a19d95215af17f61a2c001d79",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-dropdowns/-/ej2-react-dropdowns-20.3.50.tgz",
23
+ "_shasum": "974b3aad2d947329cb9259f32be5b1b17da1aae9",
24
24
  "_spec": "@syncfusion/ej2-react-dropdowns@*",
25
- "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
25
+ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.3.50",
35
- "@syncfusion/ej2-dropdowns": "20.3.50",
36
- "@syncfusion/ej2-react-base": "~20.3.47"
34
+ "@syncfusion/ej2-base": "~20.3.56",
35
+ "@syncfusion/ej2-dropdowns": "20.3.56",
36
+ "@syncfusion/ej2-react-base": "~20.3.56"
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.3.50",
70
+ "version": "20.3.56",
71
71
  "sideEffects": false
72
72
  }
@@ -988,7 +988,10 @@ ejs-dropdownlist {
988
988
  box-shadow: none;
989
989
  position: absolute;
990
990
  }
991
- .e-ddt.e-popup .e-checkbox-wrapper .e-frame {
991
+ .e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check) {
992
+ background-color: #212529;
993
+ }
994
+ .e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check) {
992
995
  background-color: transparent;
993
996
  }
994
997
  .e-ddt.e-popup .e-selectall-parent {
@@ -988,7 +988,10 @@ ejs-dropdownlist {
988
988
  box-shadow: none;
989
989
  position: absolute;
990
990
  }
991
- .e-ddt.e-popup .e-checkbox-wrapper .e-frame {
991
+ .e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check) {
992
+ background-color: #fff;
993
+ }
994
+ .e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check) {
992
995
  background-color: transparent;
993
996
  }
994
997
  .e-ddt.e-popup .e-selectall-parent {
@@ -90,7 +90,7 @@
90
90
  .e-mention.e-popup {
91
91
  background: #fff;
92
92
  border: 0;
93
- box-shadow: 0 2px 3px 1px 0 0 5px 0 rgba(0, 0, 0, 0.4);
93
+ box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.4);
94
94
  margin-top: 2px;
95
95
  position: absolute;
96
96
  }
@@ -207,7 +207,10 @@
207
207
  box-shadow: none;
208
208
  position: absolute;
209
209
  }
210
- .e-ddt.e-popup .e-checkbox-wrapper .e-frame {
210
+ .e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check) {
211
+ background-color: #212529;
212
+ }
213
+ .e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check) {
211
214
  background-color: transparent;
212
215
  }
213
216
  .e-ddt.e-popup .e-selectall-parent {
@@ -207,7 +207,10 @@
207
207
  box-shadow: none;
208
208
  position: absolute;
209
209
  }
210
- .e-ddt.e-popup .e-checkbox-wrapper .e-frame {
210
+ .e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check) {
211
+ background-color: #fff;
212
+ }
213
+ .e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check) {
211
214
  background-color: transparent;
212
215
  }
213
216
  .e-ddt.e-popup .e-selectall-parent {
package/styles/fabric.css CHANGED
@@ -90,7 +90,7 @@
90
90
  .e-mention.e-popup {
91
91
  background: #fff;
92
92
  border: 0;
93
- box-shadow: 0 2px 3px 1px 0 0 5px 0 rgba(0, 0, 0, 0.4);
93
+ box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.4);
94
94
  margin-top: 2px;
95
95
  position: absolute;
96
96
  }