@syncfusion/ej2-angular-spreadsheet 20.1.61 → 20.2.37-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/@syncfusion/ej2-angular-spreadsheet.es5.js +1 -1
- package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-spreadsheet.js +1 -1
- package/@syncfusion/ej2-angular-spreadsheet.js.map +1 -1
- package/CHANGELOG.md +9 -119
- package/dist/ej2-angular-spreadsheet.umd.js +8 -9
- package/dist/ej2-angular-spreadsheet.umd.js.map +1 -1
- package/dist/ej2-angular-spreadsheet.umd.min.js +2 -2
- package/package.json +16 -16
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +64 -80
- package/styles/bootstrap.css +64 -77
- package/styles/bootstrap4.css +66 -79
- package/styles/bootstrap5-dark.css +78 -83
- package/styles/bootstrap5.css +78 -83
- package/styles/fabric-dark.css +63 -81
- package/styles/fabric.css +63 -78
- package/styles/fluent-dark.css +91 -89
- package/styles/fluent.css +91 -89
- package/styles/highcontrast-light.css +63 -77
- package/styles/highcontrast.css +62 -77
- package/styles/material-dark.css +61 -80
- package/styles/material.css +61 -77
- package/styles/ribbon/bootstrap-dark.css +7 -0
- package/styles/ribbon/bootstrap.css +7 -0
- package/styles/ribbon/bootstrap4.css +7 -0
- package/styles/ribbon/bootstrap5-dark.css +15 -0
- package/styles/ribbon/bootstrap5.css +15 -0
- package/styles/ribbon/fabric-dark.css +8 -0
- package/styles/ribbon/fabric.css +8 -0
- package/styles/ribbon/fluent-dark.css +10 -0
- package/styles/ribbon/fluent.css +10 -0
- package/styles/ribbon/highcontrast-light.css +9 -0
- package/styles/ribbon/highcontrast.css +9 -0
- package/styles/ribbon/material-dark.css +7 -0
- package/styles/ribbon/material.css +7 -0
- package/styles/ribbon/tailwind-dark.css +7 -0
- package/styles/ribbon/tailwind.css +7 -0
- package/styles/spreadsheet/bootstrap-dark.css +57 -80
- package/styles/spreadsheet/bootstrap.css +57 -77
- package/styles/spreadsheet/bootstrap4.css +59 -79
- package/styles/spreadsheet/bootstrap5-dark.css +63 -83
- package/styles/spreadsheet/bootstrap5.css +63 -83
- package/styles/spreadsheet/fabric-dark.css +55 -81
- package/styles/spreadsheet/fabric.css +55 -78
- package/styles/spreadsheet/fluent-dark.css +81 -89
- package/styles/spreadsheet/fluent.css +81 -89
- package/styles/spreadsheet/highcontrast-light.css +54 -77
- package/styles/spreadsheet/highcontrast.css +53 -77
- package/styles/spreadsheet/material-dark.css +54 -80
- package/styles/spreadsheet/material.css +54 -77
- package/styles/spreadsheet/tailwind-dark.css +280 -82
- package/styles/spreadsheet/tailwind.css +70 -82
- package/styles/tailwind-dark.css +287 -82
- package/styles/tailwind.css +77 -82
package/CHANGELOG.md
CHANGED
|
@@ -4,130 +4,20 @@
|
|
|
4
4
|
|
|
5
5
|
### Spreadsheet
|
|
6
6
|
|
|
7
|
-
#### Bug Fixes
|
|
8
|
-
|
|
9
|
-
- `#I368023` - The issue with unique formulas while performing copy and paste action has been resolved.
|
|
10
|
-
- `#I384940` - The insert option in the context menu is not disabled while the workbook is protected issue is resolved.
|
|
11
|
-
- `#I373280` - Empty cells are not moved to bottom while performing sort action issue resolved.
|
|
12
|
-
- `#I386345` - `NaN` added at the filter popup issue resolved.
|
|
13
|
-
|
|
14
|
-
## 20.1.60 (2022-06-14)
|
|
15
|
-
|
|
16
|
-
### Spreadsheet
|
|
17
|
-
|
|
18
|
-
#### Bug Fixes
|
|
19
|
-
|
|
20
|
-
- `#I379196` - Left key navigation on 0th column throws script error on imported excel file issue has been fixed.
|
|
21
|
-
- `#I383098` - Enter dot(.) in a cell changed to NaN issue has been fixed.
|
|
22
|
-
- `#I380469` - The issue with the sum of decimal integers with three decimal places being formatted to two decimal places has been fixed.
|
|
23
|
-
- `#I376635` - The issue of the formula with an empty space before the cell reference is not updated properly while performing autofill has been resolved.
|
|
24
|
-
- `#I382547` - The issue of the selected range not being updated properly when the frozen column is not in the view port has been resolved.
|
|
25
|
-
- `#F175237` - The issue with adjacent column cells updating with formula results for concealed formula cells has been resolved.
|
|
26
|
-
- `#I383094` - Filter by selected cell value is not working for custom number format (0.00) applied cell issue resolved.
|
|
27
|
-
- `#I380690`, `#I380608` - Selection misalignment occurs and newly inserted row at the bottom is not updated properly in finite mode issues resolved.
|
|
28
|
-
- `#I381625` - The unfrozen columns getting scrolled while selecting the frozen column cells issue has been resolved.
|
|
29
|
-
- `#I382527` - Column selection in custom sort dialog not updated properly issue has been resolved.
|
|
30
|
-
|
|
31
|
-
## 20.1.59 (2022-06-07)
|
|
32
|
-
|
|
33
|
-
### Spreadsheet
|
|
34
|
-
|
|
35
|
-
#### Bug Fixes
|
|
36
|
-
|
|
37
|
-
- `#I380999` - Date with year less than 1900 is considered as invalid date like excel and handled properly during filtering.
|
|
38
|
-
|
|
39
|
-
## 20.1.58 (2022-05-31)
|
|
40
|
-
|
|
41
|
-
### Spreadsheet
|
|
42
|
-
|
|
43
|
-
#### Bug Fixes
|
|
44
|
-
|
|
45
|
-
- `#I378302` - Unique formula referred cell values are deleted after performing the saveAsJson method issue is resolved.
|
|
46
|
-
- `#I377838` - Script error occurred while importing the custom number format applied excel issue is resolved.
|
|
47
|
-
- `#I379174` - Not considering the password when select the unprotect sheet option in sheet tab context menu issue is resolved.
|
|
48
|
-
- `#I378874` - Selection misalignment occurs while performing autofit when the column is hidden issue is resolved.
|
|
49
|
-
|
|
50
|
-
## 20.1.57 (2022-05-24)
|
|
51
|
-
|
|
52
|
-
### Spreadsheet
|
|
53
|
-
|
|
54
|
-
#### Bug Fixes
|
|
55
|
-
|
|
56
|
-
- `#I379389` - The issue of save as dialog export file type not properly displayed in Angular spreadsheet has been resolved.
|
|
57
|
-
- `#I378071` - The issue of sheet is not rendering when we perform an undo action after pasting a value from another sheet has been resolved.
|
|
58
|
-
|
|
59
|
-
## 20.1.56 (2022-05-17)
|
|
60
|
-
|
|
61
|
-
### Spreadsheet
|
|
62
|
-
|
|
63
|
-
#### Bug Fixes
|
|
64
|
-
|
|
65
|
-
- `#I378180` - Image not cleared when apply clear all action issue is resolved.
|
|
66
|
-
- `#I376814` - SPILL error in UNIQUE and IFS formula with the loaded JSON data issue fixed.
|
|
67
|
-
- `#F174476` - The issue of importing an excel file into a spreadsheet taking too long has been resolved.
|
|
68
|
-
|
|
69
|
-
## 20.1.55 (2022-05-12)
|
|
70
|
-
|
|
71
|
-
### Spreadsheet
|
|
72
|
-
|
|
73
7
|
#### New Features
|
|
74
8
|
|
|
75
|
-
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
- `#
|
|
80
|
-
- `#I377104` - Clear options not working properly for localized text issue is resolved.
|
|
81
|
-
|
|
82
|
-
## 20.1.52 (2022-05-04)
|
|
83
|
-
|
|
84
|
-
### Spreadsheet
|
|
85
|
-
|
|
86
|
-
#### Bug Fixes
|
|
87
|
-
|
|
88
|
-
- `#F174531` - Cleared the formula dependencies from calculate instance while importing the excel file.
|
|
89
|
-
- `#I375090` - The dollar formula throws an error when used with a single argument issue resolved.
|
|
90
|
-
- `#I370988` - Formula dependency not cleared while performing clipboard functionality is fixed.
|
|
91
|
-
|
|
92
|
-
## 20.1.51 (2022-04-26)
|
|
93
|
-
|
|
94
|
-
### Spreadsheet
|
|
95
|
-
|
|
96
|
-
#### Bug Fixes
|
|
97
|
-
|
|
98
|
-
- `#I366807` - Clear all does not remove data validation when it applied on whole column issue has been fixed.
|
|
99
|
-
- `#I372777` - Hidden rows are visible in saved excel file issue resolved.
|
|
100
|
-
- `#I368023` - Issue with UNIQUE formula while performing clipboard (copy/ paste) action is fixed.
|
|
101
|
-
- `#I374129` - Shift selection causes the selection to move away from the spreadsheet table issue has been resolved.
|
|
102
|
-
- `#I371703` - Filtering causes selection misalignment and script error issue with freeze pane which was applied in scrolled content has been resolved.
|
|
103
|
-
- `#I374628` - Pasting empty cell along with formula cell within the same range, empty cell is pasted with wrong value issue has been fixed.
|
|
104
|
-
- `#I374069` - When we copy uneven row data from an external source, the paste is not working properly issue is resolved.
|
|
105
|
-
- `#I375840` - Border not applied properly when using locale text issue is resolved.
|
|
106
|
-
- `#I370989` - Data not pasted proper value in formula contained cells is fixed.
|
|
107
|
-
|
|
108
|
-
## 20.1.50 (2022-04-19)
|
|
109
|
-
|
|
110
|
-
### Spreadsheet
|
|
111
|
-
|
|
112
|
-
#### Bug Fixes
|
|
113
|
-
|
|
114
|
-
- `#I372580` - Custom function causes exception in spreadsheet server while performing save operation issue resolved.
|
|
115
|
-
- `#I372580` - Multiple cell range in custom formula is passed directly as cell range.
|
|
116
|
-
|
|
117
|
-
## 20.1.48 (2022-04-12)
|
|
118
|
-
|
|
119
|
-
### Spreadsheet
|
|
9
|
+
- Provided keyboard shortcut for ribbon and added additional shortcut for the spreadsheet.
|
|
10
|
+
- Provided improvement in Accessibility for the spreadsheet.
|
|
11
|
+
- `#I361779`, `#F174565`, `#I379630` - Performance improvement for conditional formatting with large data.
|
|
12
|
+
- `#I360114`, `#I361182`, `#I362993` - Performance improvement for sorting and its undo redo for large data.
|
|
13
|
+
- `#I377000` - Provided `unMerge` method to split the merged cell into multiple cells.
|
|
120
14
|
|
|
121
15
|
#### Bug Fixes
|
|
122
16
|
|
|
123
|
-
- `#
|
|
124
|
-
- `#
|
|
125
|
-
- `#
|
|
126
|
-
- `#
|
|
127
|
-
- `#I369938` - `SUMIF` formula calculation is not proper with external copy / paste content issue resolved.
|
|
128
|
-
- `#I372606` - Formula cells which has empty value is updated with `#value` error while performing `saveAsJson` action issue resolved.
|
|
129
|
-
- `#I374125` - Script error occurs and selection is not proper after moving the editing to active cell by double clicking the formula bar issue resolved.
|
|
130
|
-
- `#I369868` - Dependent cells values are not updated while updating the `UNIQUE` formula values issue resolved.
|
|
17
|
+
- `#I383625` - Auto detecting as currency format for cell which contains text with currency number issue has been resolved.
|
|
18
|
+
- `#I386346` - The select event is not triggered after clicking the formula applied cells issue is resolved.
|
|
19
|
+
- `#I383355` - Undo on deleting unique formula cell with text format throws spill error issue has been resolved.
|
|
20
|
+
- `#I383420` - The issue of formula bar data not changing after clicking the retry button in the validation dialogue has been resolved.
|
|
131
21
|
|
|
132
22
|
## 20.1.47 (2022-04-04)
|
|
133
23
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-spreadsheet.umd.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.2.36
|
|
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
|
|
@@ -1152,6 +1152,7 @@ exports.clearFormulaDependentCells = ej2Spreadsheet.clearFormulaDependentCells;
|
|
|
1152
1152
|
exports.formulaInValidation = ej2Spreadsheet.formulaInValidation;
|
|
1153
1153
|
exports.beforeSort = ej2Spreadsheet.beforeSort;
|
|
1154
1154
|
exports.initiateSort = ej2Spreadsheet.initiateSort;
|
|
1155
|
+
exports.updateSortedDataOnCell = ej2Spreadsheet.updateSortedDataOnCell;
|
|
1155
1156
|
exports.sortComplete = ej2Spreadsheet.sortComplete;
|
|
1156
1157
|
exports.sortRangeAlert = ej2Spreadsheet.sortRangeAlert;
|
|
1157
1158
|
exports.initiatelink = ej2Spreadsheet.initiatelink;
|
|
@@ -1204,13 +1205,10 @@ exports.insertMerge = ej2Spreadsheet.insertMerge;
|
|
|
1204
1205
|
exports.pasteMerge = ej2Spreadsheet.pasteMerge;
|
|
1205
1206
|
exports.hideShow = ej2Spreadsheet.hideShow;
|
|
1206
1207
|
exports.setCFRule = ej2Spreadsheet.setCFRule;
|
|
1207
|
-
exports.
|
|
1208
|
+
exports.applyCF = ej2Spreadsheet.applyCF;
|
|
1208
1209
|
exports.clearCFRule = ej2Spreadsheet.clearCFRule;
|
|
1209
|
-
exports.initiateClearCFRule = ej2Spreadsheet.initiateClearCFRule;
|
|
1210
|
-
exports.cFRender = ej2Spreadsheet.cFRender;
|
|
1211
1210
|
exports.clear = ej2Spreadsheet.clear;
|
|
1212
1211
|
exports.clearCF = ej2Spreadsheet.clearCF;
|
|
1213
|
-
exports.clearCells = ej2Spreadsheet.clearCells;
|
|
1214
1212
|
exports.setImage = ej2Spreadsheet.setImage;
|
|
1215
1213
|
exports.setChart = ej2Spreadsheet.setChart;
|
|
1216
1214
|
exports.initiateChart = ej2Spreadsheet.initiateChart;
|
|
@@ -1234,15 +1232,14 @@ exports.getFillInfo = ej2Spreadsheet.getFillInfo;
|
|
|
1234
1232
|
exports.getautofillDDB = ej2Spreadsheet.getautofillDDB;
|
|
1235
1233
|
exports.rowFillHandler = ej2Spreadsheet.rowFillHandler;
|
|
1236
1234
|
exports.getTextSpace = ej2Spreadsheet.getTextSpace;
|
|
1237
|
-
exports.cFUndo = ej2Spreadsheet.cFUndo;
|
|
1238
1235
|
exports.refreshClipboard = ej2Spreadsheet.refreshClipboard;
|
|
1239
1236
|
exports.updateView = ej2Spreadsheet.updateView;
|
|
1240
1237
|
exports.selectionComplete = ej2Spreadsheet.selectionComplete;
|
|
1241
1238
|
exports.refreshInsertDelete = ej2Spreadsheet.refreshInsertDelete;
|
|
1242
1239
|
exports.getUpdatedFormulaOnInsertDelete = ej2Spreadsheet.getUpdatedFormulaOnInsertDelete;
|
|
1243
|
-
exports.checkConditionalFormat = ej2Spreadsheet.checkConditionalFormat;
|
|
1244
1240
|
exports.beforeCellUpdate = ej2Spreadsheet.beforeCellUpdate;
|
|
1245
1241
|
exports.duplicateSheetFilterHandler = ej2Spreadsheet.duplicateSheetFilterHandler;
|
|
1242
|
+
exports.unMerge = ej2Spreadsheet.unMerge;
|
|
1246
1243
|
exports.checkIsFormula = ej2Spreadsheet.checkIsFormula;
|
|
1247
1244
|
exports.isCellReference = ej2Spreadsheet.isCellReference;
|
|
1248
1245
|
exports.isChar = ej2Spreadsheet.isChar;
|
|
@@ -1261,6 +1258,7 @@ exports.updateCell = ej2Spreadsheet.updateCell;
|
|
|
1261
1258
|
exports.getDataRange = ej2Spreadsheet.getDataRange;
|
|
1262
1259
|
exports.insertFormatRange = ej2Spreadsheet.insertFormatRange;
|
|
1263
1260
|
exports.deleteFormatRange = ej2Spreadsheet.deleteFormatRange;
|
|
1261
|
+
exports.updateCFModel = ej2Spreadsheet.updateCFModel;
|
|
1264
1262
|
exports.toFraction = ej2Spreadsheet.toFraction;
|
|
1265
1263
|
exports.getGcd = ej2Spreadsheet.getGcd;
|
|
1266
1264
|
exports.intToDate = ej2Spreadsheet.intToDate;
|
|
@@ -1405,8 +1403,7 @@ exports.removeDataValidation = ej2Spreadsheet.removeDataValidation;
|
|
|
1405
1403
|
exports.showAggregate = ej2Spreadsheet.showAggregate;
|
|
1406
1404
|
exports.goToSheet = ej2Spreadsheet.goToSheet;
|
|
1407
1405
|
exports.showSheet = ej2Spreadsheet.showSheet;
|
|
1408
|
-
exports.
|
|
1409
|
-
exports.setCF = ej2Spreadsheet.setCF;
|
|
1406
|
+
exports.renderCFDlg = ej2Spreadsheet.renderCFDlg;
|
|
1410
1407
|
exports.clearViewer = ej2Spreadsheet.clearViewer;
|
|
1411
1408
|
exports.initiateFormulaReference = ej2Spreadsheet.initiateFormulaReference;
|
|
1412
1409
|
exports.initiateCur = ej2Spreadsheet.initiateCur;
|
|
@@ -1462,6 +1459,8 @@ exports.getUpdatedScrollPosition = ej2Spreadsheet.getUpdatedScrollPosition;
|
|
|
1462
1459
|
exports.updateScrollValue = ej2Spreadsheet.updateScrollValue;
|
|
1463
1460
|
exports.beforeCheckboxRender = ej2Spreadsheet.beforeCheckboxRender;
|
|
1464
1461
|
exports.refreshCheckbox = ej2Spreadsheet.refreshCheckbox;
|
|
1462
|
+
exports.renderInsertDlg = ej2Spreadsheet.renderInsertDlg;
|
|
1463
|
+
exports.toggleFormulaBar = ej2Spreadsheet.toggleFormulaBar;
|
|
1465
1464
|
exports.getUpdateUsingRaf = ej2Spreadsheet.getUpdateUsingRaf;
|
|
1466
1465
|
exports.removeAllChildren = ej2Spreadsheet.removeAllChildren;
|
|
1467
1466
|
exports.getColGroupWidth = ej2Spreadsheet.getColGroupWidth;
|