@syncfusion/ej2-angular-spreadsheet 20.3.47-ngcc → 20.3.48-ngcc

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
@@ -6,9 +6,97 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I404920` - Issue with "wrong date value returns while passing negative value to the date formula calculation " has been resolved.
10
+ - `#I405151` - Issue with "cell value is not updated in the UI level when applied number format" has been resolved.
11
+
12
+ ## 20.3.47 (2022-09-29)
13
+
14
+ ### Spreadsheet
15
+
16
+ #### Bug Fixes
17
+
18
+ - `I387270` - Issue with "importing the excel file that contain special character in sheet name" has been resolved.
19
+
20
+ ## 20.2.46 (2022-08-30)
21
+
22
+ ### Spreadsheet
23
+
24
+ #### Bug Fixes
25
+
26
+ - `#I387270` - Issue with "post back occurs while clicking the button in the control" has been resolved.
27
+
28
+ - `#I397860` - Issue with "characters are repeated in the locked cells while scroll down the sheet and move on the top of the sheet" has been resolved.
29
+
30
+ ## 20.2.45 (2022-08-23)
31
+
32
+ ### Spreadsheet
33
+
34
+ #### Bug Fixes
35
+
36
+ - `#I395418` - Issue with "unable to perform copy and paste actions on the textbox inside the cell template" has been resolved.
37
+
38
+ ## 20.2.44 (2022-08-16)
39
+
40
+ ### Spreadsheet
41
+
42
+ #### Bug Fixes
43
+
44
+ - `#I383440` - Issue with "exception throws while applying formula reference on the wrap content cell" has been resolved.
45
+ - `#I390638` - Issue with "exception throws while performing multi-selection along with scrolling action on the freeze pane" has been resolved.
46
+ - `#I394857` - Issue with "typed content is not visible while performing the edit on partially viewed cell" has been resolved.
47
+ - `#I395466` - Issue with "allow to rename and moving the sheets on protect workbook" has been resolved.
48
+ - `#I395410`, `#I395411`, `#I395414`, `#I395416`, `#I395419`, `#I394857`, `#I395421` - Issue with "context menu and autofill option shows while disabling the cell selection" has been resolved.
49
+ - `#I394806` - Provided new argument in the `addCustomFunction` method to add the description for the custom formula.
50
+ - `#I392186` - Provided option to set maximum file size and maximum data count for validating the files before opening into the component.
51
+
52
+ ## 20.2.43 (2022-08-08)
53
+
54
+ ### Spreadsheet
55
+
56
+ #### Bug Fixes
57
+
58
+ - `#I392958` - Issue with "exception throws while pressing the `ctrl` key in the search input on the filter popup" has been resolved.
59
+ - `#I393391` - Issue with "cell values convert into Date type while scrolling the sheet along with cell value contain `-` in the data" has been resolved.
60
+
61
+ ## 20.2.40 (2022-07-26)
62
+
63
+ ### Spreadsheet
64
+
65
+ #### Bug Fixes
66
+
67
+ - `#I392225` - Issue with "exception throws while applying large formula in the sheet" has been resolved.
68
+ - `#I391983` - Issue with "custom sorting for multiple columns is not applied properly" has been resolved.
69
+ - `#I345383` - Issue with "unwanted commas added in the exported sheet" has been resolved.
70
+ - `#I391962` - Issue with "sort order is not getting properly while sorting the column" has been resolved.
71
+ - `#I391982` - Issue with "sorting the time column without considering AM / PM" has been resolved.
72
+ - `#I390848` - Issue with "sorting method is not working properly when active cell is not the sorting column" has been resolved.
73
+
74
+ ## 20.2.39 (2022-07-19)
75
+
76
+ ### Spreadsheet
77
+
78
+ #### Bug Fixes
79
+
80
+ - `#I390848` - Issue with "sort method is not working as expected for the date type" has been resolved.
81
+ - `#I390792` - Issue with "chart object is not updated properly in the cell model after deleting an already created chart element" has been resolved.
82
+ - `#I390792` - Issue with "script error occurs while switching chart theme and changing chart type" has been resolved.
83
+ - `#I391056` - Issue with "selection is not updated properly after filtering and scrolling which causes copying invalid data" has been resolved.
84
+ - `#I390628` - Issue with "find toolbar dialog is misaligned while resizing the browser" has been resolved.
85
+ - `#I390628` - Filtered hidden rows are considered during find action issue has been resolved.
86
+ - `#I390638` - Issue with "exception throws while unhiding the hidden rows, after selecting a column and perform a Cut action" has been resolved.
87
+ - `#I390638` - Issue with "exception throws while scrolling with multi selection in the freeze pane" has been resolved.
88
+
89
+ ## 20.2.38 (2022-07-12)
90
+
91
+ ### Spreadsheet
92
+
93
+ #### Bug Fixes
94
+
9
95
  - `#I384048` - The issue of copied values being removed after saving when unique is applied is resolved.
10
96
  - `#I379174` - After importing the protected excel file, the problem of not considering the password when selecting the unprotect sheet option in the sheet tab context menu has been resolved.
11
97
  - `#I386574` - The exception thrown with font size pixel values while exporting is resolved.
98
+ - `#I384953` - Unique formula cell value gets `#spill` error on refresh issue resolved.
99
+ - `#F175967` - The `addToolbarItems` method is not working for locale other than 'en-US' issue has been resolved.
12
100
 
13
101
  ## 20.2.36 (2022-06-30)
14
102
 
@@ -1132,6 +1220,39 @@ The Spreadsheet is an user interactive component to organize and analyze data in
1132
1220
  - **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.
1133
1221
 
1134
1222
 
1223
+ ## 20.2.50 (2022-09-20)
1224
+
1225
+ ### Spreadsheet
1226
+
1227
+ #### Bug Fixes
1228
+
1229
+ - `#I401897` - Issue with "exception throws on the filter applied frozen sheet while clicking `Alt` key after scrolling to the end" has been resolved.
1230
+ - `#I401076` - Issue with "`created` event is not triggered while using `rxjs` latest version" has been resolved.
1231
+
1232
+ ## 20.2.49 (2022-09-13)
1233
+
1234
+ ### Spreadsheet
1235
+
1236
+ #### Bug Fixes
1237
+
1238
+ - `#I399409` - Issue with "formula value is not calculated properly when formula has two operators continuously" has been resolved.
1239
+ - `#I399404` - Issue with "formula reference is not updated properly while pasting the formula with multiple cells" has been resolved.
1240
+ - `#I399744` - Issue with "formula selector is not working properly when colon ":" is present before the cursor position" has been resolved.
1241
+ - `#I401876` - Issue with "freeze pane is not applied properly when selection range before the viewport" has been resolved.
1242
+ - `#I402213` - Issue with "exception throws on the horizontal scrolling when sheet contains freeze pane and multiple columns selection" has been resolved.
1243
+ - `#FB37470` - Issue with "string concatenation formula is not working properly when formula contains string values and space" has been resolved.
1244
+ - `#I403235` - Issue with "filter state is not maintained properly while loading JSON using the `openFromJson` method" has been resolved.
1245
+
1246
+ ## 20.2.48 (2022-09-06)
1247
+
1248
+ ### Spreadsheet
1249
+
1250
+ #### Bug Fixes
1251
+
1252
+ - `#I398993` - Issue with "data with trailing zero is not filtered properly in the filter popup" has been resolved.
1253
+ - `#I399452` - Issue with "console error throws while deleting or inserting rows" has been resolved.
1254
+ - `#I399629`, `#I399317` - Issue with "previously applied conditional formatting is removed when user applies a second conditional formatting to the same range of data" has been resolved.
1255
+
1135
1256
  ## 17.4.40 (2019-12-24)
1136
1257
 
1137
1258
  ### Spreadsheet
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-spreadsheet.umd.js
3
- * version : 20.3.47
3
+ * version : 20.3.48
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-angular-spreadsheet.umd.min.js
3
- * version : 20.3.47
3
+ * version : 20.3.48
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-angular-spreadsheet@*",
3
- "_id": "@syncfusion/ej2-angular-spreadsheet@20.3.9",
3
+ "_id": "@syncfusion/ej2-angular-spreadsheet@20.3.47",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-bmX+Oqb3jTRbvN6yLE22HlGcnJxzAr2a9ClgmCiJkqtBO9TwiYQ3+s4Efqund3dCQYcJlW0a84KmTJ+jh5efEw==",
5
+ "_integrity": "sha512-eGZe1K0jds1WLlTeASJha7rs7dFYxxY7voUu/W6eifOTa5jc8U0KJ9U55rFQiBVqQ0k+79F42wXxPbVo/8u7Tw==",
6
6
  "_location": "/@syncfusion/ej2-angular-spreadsheet",
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-release/@syncfusion/ej2-angular-spreadsheet/-/ej2-angular-spreadsheet-20.3.9.tgz",
23
- "_shasum": "cf7b9c0e28823e373bf1af9b6e1f834d718cb121",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-spreadsheet/-/ej2-angular-spreadsheet-20.3.47.tgz",
23
+ "_shasum": "e0a87e07233523c738291265ebac23431e65f62f",
24
24
  "_spec": "@syncfusion/ej2-angular-spreadsheet@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -32,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~20.3.47",
35
- "@syncfusion/ej2-base": "~20.3.47",
36
- "@syncfusion/ej2-spreadsheet": "20.3.47"
35
+ "@syncfusion/ej2-base": "~20.3.48",
36
+ "@syncfusion/ej2-spreadsheet": "20.3.48"
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 Angular",
@@ -70,5 +70,5 @@
70
70
  "schematics": "./schematics/collection.json",
71
71
  "sideEffects": false,
72
72
  "typings": "ej2-angular-spreadsheet.d.ts",
73
- "version": "20.3.47-ngcc"
73
+ "version": "20.3.48-ngcc"
74
74
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-spreadsheet";
2
- export declare const pkgVer = "^20.3.9";
2
+ export declare const pkgVer = "^20.3.47";
3
3
  export declare const moduleName = "SpreadsheetModule";
4
- export declare const themeVer = "~20.3.9";
4
+ export declare const themeVer = "~20.3.47";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-spreadsheet';
4
- exports.pkgVer = '^20.3.47';
4
+ exports.pkgVer = '^20.3.48';
5
5
  exports.moduleName = 'SpreadsheetModule';
6
- exports.themeVer = '~20.3.47';
6
+ exports.themeVer = '~20.3.48';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-spreadsheet';
2
- export const pkgVer = '^20.3.47';
2
+ export const pkgVer = '^20.3.48';
3
3
  export const moduleName = 'SpreadsheetModule';
4
- export const themeVer = '~20.3.47';
4
+ export const themeVer = '~20.3.48';