@syncfusion/ej2-angular-spreadsheet 20.2.49-ngcc → 20.2.50-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,13 +6,8 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I399409` - Issue with "formula value is not calculated properly when formula has two operators continuously" has been resolved.
10
- - `#I399404` - Issue with "formula reference is not updated properly while pasting the formula with multiple cells" has been resolved.
11
- - `#I399744` - Issue with "formula selector is not working properly when colon ":" is present before the cursor position" has been resolved.
12
- - `#I401876` - Issue with "freeze pane is not applied properly when selection range before the viewport" has been resolved.
13
- - `#I402213` - Issue with "exception throws on the horizontal scrolling when sheet contains freeze pane and multiple columns selection" has been resolved.
14
- - `#FB37470` - Issue with "string concatenation formula is not working properly when formula contains string values and space" has been resolved.
15
- - `#I403235` - Issue with "filter state is not maintained properly while loading JSON using the `openFromJson` method" has been resolved.
9
+ - `#I401897` - Issue with "exception throws on the filter applied frozen sheet while clicking `Alt` key after scrolling to the end" has been resolved.
10
+ - `#I401076` - Issue with "`created` event is not triggered while using `rxjs` latest version" has been resolved.
16
11
 
17
12
  ## 20.2.46 (2022-08-30)
18
13
 
@@ -1218,6 +1213,20 @@ The Spreadsheet is an user interactive component to organize and analyze data in
1218
1213
  - **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.
1219
1214
 
1220
1215
 
1216
+ ## 20.2.49 (2022-09-13)
1217
+
1218
+ ### Spreadsheet
1219
+
1220
+ #### Bug Fixes
1221
+
1222
+ - `#I399409` - Issue with "formula value is not calculated properly when formula has two operators continuously" has been resolved.
1223
+ - `#I399404` - Issue with "formula reference is not updated properly while pasting the formula with multiple cells" has been resolved.
1224
+ - `#I399744` - Issue with "formula selector is not working properly when colon ":" is present before the cursor position" has been resolved.
1225
+ - `#I401876` - Issue with "freeze pane is not applied properly when selection range before the viewport" has been resolved.
1226
+ - `#I402213` - Issue with "exception throws on the horizontal scrolling when sheet contains freeze pane and multiple columns selection" has been resolved.
1227
+ - `#FB37470` - Issue with "string concatenation formula is not working properly when formula contains string values and space" has been resolved.
1228
+ - `#I403235` - Issue with "filter state is not maintained properly while loading JSON using the `openFromJson` method" has been resolved.
1229
+
1221
1230
  ## 20.2.48 (2022-09-06)
1222
1231
 
1223
1232
  ### Spreadsheet
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-spreadsheet.umd.js
3
- * version : 20.2.49
3
+ * version : 20.2.50
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.2.49
3
+ * version : 20.2.50
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.2.48",
3
+ "_id": "@syncfusion/ej2-angular-spreadsheet@20.2.49",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-fVH5dyYh/KrM0Cm3DrKaxxjSW/+WMEzfKM6pBqrMyUqiIfJ8CmS9i+X0nsu8CxmZuuS6TiuTiqZMR/JB+kGkNg==",
5
+ "_integrity": "sha512-RHDaaFTWLRuytXpBN35Z5K6QmHyj2127OhHPM98a04jaK34qMTG2qhkarE9WuJN+vmS/3ACcFdvj1REiTBHZaA==",
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-hotfix-new/@syncfusion/ej2-angular-spreadsheet/-/ej2-angular-spreadsheet-20.2.48.tgz",
23
- "_shasum": "161afd0f495e2ba9b6c49d42ba08f4dce73eb3fc",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-spreadsheet/-/ej2-angular-spreadsheet-20.2.49.tgz",
23
+ "_shasum": "4b40355ab382ca70870ff775d546e63e33ac8756",
24
24
  "_spec": "@syncfusion/ej2-angular-spreadsheet@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~20.2.49",
35
35
  "@syncfusion/ej2-base": "~20.2.48",
36
- "@syncfusion/ej2-spreadsheet": "20.2.49"
36
+ "@syncfusion/ej2-spreadsheet": "20.2.50"
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.2.49-ngcc"
73
+ "version": "20.2.50-ngcc"
74
74
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-spreadsheet";
2
- export declare const pkgVer = "^20.2.48";
2
+ export declare const pkgVer = "^20.2.49";
3
3
  export declare const moduleName = "SpreadsheetModule";
4
- export declare const themeVer = "~20.2.48";
4
+ export declare const themeVer = "~20.2.49";
@@ -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.2.49';
4
+ exports.pkgVer = '^20.2.50';
5
5
  exports.moduleName = 'SpreadsheetModule';
6
- exports.themeVer = '~20.2.49';
6
+ exports.themeVer = '~20.2.50';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-spreadsheet';
2
- export const pkgVer = '^20.2.49';
2
+ export const pkgVer = '^20.2.50';
3
3
  export const moduleName = 'SpreadsheetModule';
4
- export const themeVer = '~20.2.49';
4
+ export const themeVer = '~20.2.50';