@syncfusion/ej2-react-spreadsheet 23.1.39 → 23.1.41

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
@@ -1300,6 +1300,14 @@ The Spreadsheet is an user interactive component to organize and analyze data in
1300
1300
  - **Accessibility:** Provides with built-in accessibility support which helps to access all the spreadsheet component features using the keyboard, screen readers, or other assistive technology devices.
1301
1301
 
1302
1302
 
1303
+ ## 23.1.40 (2023-10-10)
1304
+
1305
+ ### Spreadsheet
1306
+
1307
+ #### Bug fixes
1308
+
1309
+ - `#I849431` - Issue with "exception throws while exporting as excel file after deleting the sheet with defined names" has been resolved.
1310
+
1303
1311
  ## 21.1.39 (2023-04-11)
1304
1312
 
1305
1313
  ### Spreadsheet
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-spreadsheet.min.js
3
- * version : 23.1.39
3
+ * version : 23.1.41
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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-spreadsheet.umd.min.js
3
- * version : 23.1.39
3
+ * version : 23.1.41
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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-spreadsheet@*",
3
- "_id": "@syncfusion/ej2-react-spreadsheet@23.1.38",
3
+ "_id": "@syncfusion/ej2-react-spreadsheet@23.1.40",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-XtXpxWonVA/c6To2Grr6VLJ8sWO2/IP0Sctm9LXOEiD/HsmDO6SO6Ohfkaqkl4qbC6g5DGgixJ/37OLqKVlSpg==",
5
+ "_integrity": "sha512-gCgVVdUMss8oxQ7gu/bC/YJNEHGl73bspvcvw/M6wNvTDFgtvBJIuDcAWs2BiVbDn/Tv1M9lFL/Zeh0xM0gNwg==",
6
6
  "_location": "/@syncfusion/ej2-react-spreadsheet",
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-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-23.1.38.tgz",
23
- "_shasum": "09f0bd331fd9363cf007b832b6ef8eca6772219a",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-23.1.40.tgz",
23
+ "_shasum": "2ebf2011912cf8a709d18307e4acae159c02d6b0",
24
24
  "_spec": "@syncfusion/ej2-react-spreadsheet@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~23.1.38",
34
+ "@syncfusion/ej2-base": "~23.1.41",
35
35
  "@syncfusion/ej2-react-base": "~23.1.36",
36
- "@syncfusion/ej2-spreadsheet": "23.1.39"
36
+ "@syncfusion/ej2-spreadsheet": "23.1.41"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for React",
@@ -53,6 +53,6 @@
53
53
  "type": "git",
54
54
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
55
55
  },
56
- "version": "23.1.39",
56
+ "version": "23.1.41",
57
57
  "sideEffects": false
58
58
  }
@@ -111,13 +111,24 @@
111
111
  }
112
112
 
113
113
  .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
114
- font-size: 8px;
114
+ font-size: 12px;
115
+ }
116
+
117
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
118
+ .e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
119
+ font-size: 14px;
115
120
  }
116
121
 
117
- .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
122
+ .e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
123
+ .e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
118
124
  font-size: 10px;
119
125
  }
120
126
 
127
+ .e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
128
+ .e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
129
+ font-size: 12px;
130
+ }
131
+
121
132
  .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
122
133
  font-size: 14px;
123
134
  line-height: 34px;
@@ -111,13 +111,24 @@
111
111
  }
112
112
 
113
113
  .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
114
- font-size: 8px;
114
+ font-size: 12px;
115
+ }
116
+
117
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
118
+ .e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
119
+ font-size: 14px;
115
120
  }
116
121
 
117
- .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
122
+ .e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
123
+ .e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
118
124
  font-size: 10px;
119
125
  }
120
126
 
127
+ .e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
128
+ .e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
129
+ font-size: 12px;
130
+ }
131
+
121
132
  .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
122
133
  font-size: 14px;
123
134
  line-height: 34px;