@syncfusion/ej2-angular-spreadsheet 19.3.59 → 19.4.42
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 +2 -2
- package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-spreadsheet.js +2 -2
- package/@syncfusion/ej2-angular-spreadsheet.js.map +1 -1
- package/CHANGELOG.md +74 -23
- package/README.md +1 -1
- package/dist/ej2-angular-spreadsheet.umd.js +8 -3
- package/dist/ej2-angular-spreadsheet.umd.js.map +1 -1
- package/dist/ej2-angular-spreadsheet.umd.min.js +2 -2
- package/dist/ej2-angular-spreadsheet.umd.min.js.map +1 -1
- package/ej2-angular-spreadsheet.metadata.json +1 -1
- package/package.json +8 -8
- 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 +18 -6
- package/styles/bootstrap.css +18 -6
- package/styles/bootstrap4.css +23 -6
- package/styles/bootstrap5-dark.css +20 -7
- package/styles/bootstrap5.css +20 -7
- package/styles/fabric-dark.css +18 -6
- package/styles/fabric.css +18 -6
- package/styles/highcontrast-light.css +18 -6
- package/styles/highcontrast.css +18 -6
- package/styles/material-dark.css +20 -6
- package/styles/material.css +20 -6
- package/styles/spreadsheet/bootstrap-dark.css +18 -6
- package/styles/spreadsheet/bootstrap.css +18 -6
- package/styles/spreadsheet/bootstrap4.css +23 -6
- package/styles/spreadsheet/bootstrap5-dark.css +20 -7
- package/styles/spreadsheet/bootstrap5.css +20 -7
- package/styles/spreadsheet/fabric-dark.css +18 -6
- package/styles/spreadsheet/fabric.css +18 -6
- package/styles/spreadsheet/highcontrast-light.css +18 -6
- package/styles/spreadsheet/highcontrast.css +18 -6
- package/styles/spreadsheet/material-dark.css +20 -6
- package/styles/spreadsheet/material.css +20 -6
- package/styles/spreadsheet/tailwind-dark.css +18 -6
- package/styles/spreadsheet/tailwind.css +18 -6
- package/styles/tailwind-dark.css +18 -6
- package/styles/tailwind.css +18 -6
package/CHANGELOG.md
CHANGED
|
@@ -6,47 +6,76 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `
|
|
10
|
-
- `
|
|
11
|
-
- `
|
|
12
|
-
- `
|
|
13
|
-
- `
|
|
14
|
-
- `
|
|
15
|
-
- `I347079` - While importing Filter applied excel file the spreadsheet appears with double header issue resolved.
|
|
16
|
-
- `I347937` - Selection issue while load data with row height less than 4 pixel is resolved.
|
|
9
|
+
- `SF-360112` - Script error occurs on continuous undo and redo operation for filtering action issue resolved.
|
|
10
|
+
- `SF-361036`, `SF-361123` - Copy paste is not working properly on filtered rows issue has been fixed.
|
|
11
|
+
- `SF-360222` - Sorting is not working properly after undo issue has been fixed.
|
|
12
|
+
- `SF-352381` - Data not rendered properly on horizontal scrolling in finite mode issue resolved.
|
|
13
|
+
- `F171297` - Importing excel file contains conditional formatting with formula throws script error issue has been fixed.
|
|
14
|
+
- `SF-359221` - Insert row not working properly while virtual scrolling is disabled issue is fixed.
|
|
17
15
|
|
|
18
|
-
## 19.
|
|
16
|
+
## 19.4.41 (2022-01-04)
|
|
19
17
|
|
|
20
18
|
### Spreadsheet
|
|
21
19
|
|
|
22
20
|
#### Bug Fixes
|
|
23
21
|
|
|
24
|
-
- `
|
|
25
|
-
- `
|
|
26
|
-
- `
|
|
27
|
-
- `
|
|
28
|
-
- `
|
|
29
|
-
- `
|
|
22
|
+
- `SF-360492` - Row height issue after performing undo operation has been resolved.
|
|
23
|
+
- `SF-353871` - Cell alignment issue while copy paste merge cell issue is fixed.
|
|
24
|
+
- `I349145`, `I347733` - Script error throws while set the height to hidden rows is resolved.
|
|
25
|
+
- `SF-360109` - Bottom border missing while paste merge applied cell issue fixed.
|
|
26
|
+
- `SF-354314` - External pasting formula cell which lies below the viewport not working issue has been fixed.
|
|
27
|
+
- `SF-354314` - Performance issue on copying large cells which contains custom number format has been fixed.
|
|
28
|
+
- `SF-359382` - Color applied for empty cell if less than condition value is in negative in conditional formatting issue has been fixed.
|
|
29
|
+
- `SF-359673` - Find and replace is not working after scrolling to bottom in finite mode issue has been fixed.
|
|
30
|
+
- `SF-357076`, `SF-360051` - If the column, row and select-all selection range contains a filtered range then, the sorting is applied to its filtered range.
|
|
31
|
+
- `SF-358133` - cell save event arguments are not proper for cut / paste action issue resolved.
|
|
32
|
+
- `SF-360303` - Selection issue while pasting the multiline character contained text in cell editing mode is resolved.
|
|
30
33
|
|
|
31
|
-
## 19.
|
|
34
|
+
## 19.4.40 (2021-12-28)
|
|
32
35
|
|
|
33
36
|
### Spreadsheet
|
|
34
37
|
|
|
38
|
+
#### New Features
|
|
39
|
+
|
|
40
|
+
- `I345022` - Alphanumeric support provided for autofill operation.
|
|
41
|
+
|
|
35
42
|
#### Bug Fixes
|
|
36
43
|
|
|
37
|
-
- `
|
|
38
|
-
- `I347865` - AutoFill is not working for formula applied cell issue is resolved.
|
|
39
|
-
- `I347272` - Performance issue while clear conditional formatting from entire sheet is resolved.
|
|
40
|
-
- `I347003` - Loading data with filter the actionComplete event triggered twice issue is resolved.
|
|
41
|
-
- `I347340` - Filter popup opening prevented while sheet is protected.
|
|
44
|
+
- `SF-358411` - Cancelling the replace and replace all actions not working issue resolved. `actionBegin` and `actionComplete` event for `replace` action, the argument property name is changed as below.
|
|
42
45
|
|
|
43
|
-
|
|
46
|
+
- Previous name | Current name
|
|
47
|
+
- -----|-----
|
|
48
|
+
- `compareVal` | `compareValue`
|
|
49
|
+
- `SF-357609` - Filters added on empty cells which are outside the used range issue resolved.
|
|
50
|
+
- `SF-359059` - Console error on performing filter by cell value operation in cut cell issue resolved.
|
|
51
|
+
- `I347810` - Performance issue while paste 100000 cells in Spreadsheet is resolved.
|
|
52
|
+
- `I348364` - Script error while use freeze pane with \n in cell value issue is resolved.
|
|
53
|
+
- `F171230` - Cannot prevent pasting format using actionBegin while using Ctrl+V shortcut is resolved.
|
|
54
|
+
- `I346033` - Today formula is not working on import issue has been fixed.
|
|
55
|
+
- `I346033` - Custom currency format is not applied for zero value issue has been fixed.
|
|
56
|
+
- `I346033` - Text formula is not working with `ddd` format issue has been fixed.
|
|
57
|
+
- `I346033` - Adding some value to multiplied range which contains empty cell issue has been fixed.
|
|
58
|
+
- `I321503` - Cell selection issue after scrolling on imported sheet has been fixed.
|
|
59
|
+
- `SF-358418` - Image resize option problem has been fixed.
|
|
60
|
+
|
|
61
|
+
## 19.4.38 (2021-12-17)
|
|
44
62
|
|
|
45
63
|
### Spreadsheet
|
|
46
64
|
|
|
47
65
|
#### Bug Fixes
|
|
48
66
|
|
|
49
|
-
- `
|
|
67
|
+
- `SF-356190` - Not able to change the cell value using beforeCellSave event issue resolved.
|
|
68
|
+
- `I346629` - Cell alignment issue while copy paste merged cell from Excel to Spreadsheet issue resolved.
|
|
69
|
+
- `F169598` - Sorting issue with number formatted data is resolved.
|
|
70
|
+
- `I351813` - Border missing for last merged cell while doing autofill issue has been resolved.
|
|
71
|
+
- `I347937` - Selection issue while load data with row height less than 4 pixel is resolved.
|
|
72
|
+
- `I356364` - Script error while selecting autofill option after clicking the autofill icon issue resolved.
|
|
73
|
+
- `I348734` - Copy/paste with conditional formatting not working issue resolved.
|
|
74
|
+
- `I347888` - Insert/delete rows and columns are not working with collaborative editing issue resolved.
|
|
75
|
+
- `I348334` - Cell misalignment while applying wrap on the pasted data issue resolved.
|
|
76
|
+
- `I348741` - Conditional format highlighting and cell background color overlaps on wrapped cell issue resolved
|
|
77
|
+
- `I343781` - Merge breaks on column copy/paste action issue resolved.
|
|
78
|
+
- `I347103` - Copy and paste working incorrectly while copy data in backward direction issue resolved.
|
|
50
79
|
|
|
51
80
|
## 19.3.48 (2021-11-02)
|
|
52
81
|
|
|
@@ -73,6 +102,7 @@
|
|
|
73
102
|
- `I345133` - Cell selection misalignment on wrap applied Japanese characters issue resolved.
|
|
74
103
|
- `I345064` - Filtering issue on save and load JSON issue resolved.
|
|
75
104
|
- `I345959` - Custom sort with zero not working issue resolved.
|
|
105
|
+
- `I345577` - Selection misalignment occurs with the resized row issue resolved.
|
|
76
106
|
|
|
77
107
|
## 19.3.46 (2021-10-19)
|
|
78
108
|
|
|
@@ -151,6 +181,27 @@
|
|
|
151
181
|
|
|
152
182
|
- `I341829` - Columns property maintaining same reference for more than one spreadsheet in a web page issue resolved.
|
|
153
183
|
|
|
184
|
+
## 19.3.56 (2021-12-02)
|
|
185
|
+
|
|
186
|
+
### Spreadsheet
|
|
187
|
+
|
|
188
|
+
#### Bug Fixes
|
|
189
|
+
|
|
190
|
+
- `I347456` - Console error with 110% browser zoom in issue resolved.
|
|
191
|
+
- `I347865` - AutoFill is not working for formula applied cell issue is resolved.
|
|
192
|
+
- `I347272` - Performance issue while clear conditional formatting from entire sheet is resolved.
|
|
193
|
+
- `I347003` - Loading data with filter the actionComplete event triggered twice issue is resolved.
|
|
194
|
+
- `I347340` - Filter popup opening prevented while sheet is protected.
|
|
195
|
+
- `I344793` - Getting #Spill while apply Unique formula for text format issue is resolved.
|
|
196
|
+
|
|
197
|
+
## 19.3.55 (2021-11-23)
|
|
198
|
+
|
|
199
|
+
### Spreadsheet
|
|
200
|
+
|
|
201
|
+
#### Bug Fixes
|
|
202
|
+
|
|
203
|
+
- `I345828` - Toggle Button state not refreshed in ribbon while using clear format option issue resolved.
|
|
204
|
+
|
|
154
205
|
## 19.2.62 (2021-09-14)
|
|
155
206
|
|
|
156
207
|
### Spreadsheet
|
package/README.md
CHANGED
|
@@ -84,4 +84,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-javascript-ui-
|
|
|
84
84
|
|
|
85
85
|
Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/spreadsheet/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=angular-spreadsheet-npm)
|
|
86
86
|
|
|
87
|
-
© Copyright
|
|
87
|
+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-spreadsheet.umd.js
|
|
3
|
-
* version : 19.
|
|
3
|
+
* version : 19.4.42
|
|
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
|
|
@@ -651,7 +651,7 @@ var __metadata$1 = (this && this.__metadata) || function (k, v) {
|
|
|
651
651
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
652
652
|
return Reflect.metadata(k, v);
|
|
653
653
|
};
|
|
654
|
-
var inputs = ['activeSheetIndex', 'allowAutoFill', 'allowCellFormatting', 'allowChart', 'allowConditionalFormat', 'allowDataValidation', 'allowDelete', 'allowEditing', 'allowFiltering', 'allowFindAndReplace', 'allowHyperlink', 'allowImage', 'allowInsert', 'allowMerge', 'allowNumberFormatting', 'allowOpen', 'allowResizing', 'allowSave', 'allowScrolling', 'allowSorting', 'allowUndoRedo', 'allowWrap', 'autoFillSettings', 'cellStyle', 'cssClass', 'definedNames', 'enableClipboard', 'enableContextMenu', 'enableKeyboardNavigation', 'enableKeyboardShortcut', 'enablePersistence', 'enableRtl', 'height', 'isProtected', 'locale', 'openUrl', 'password', 'saveUrl', 'scrollSettings', 'selectionSettings', 'sheets', 'showFormulaBar', 'showRibbon', 'showSheetTabs', 'width'];
|
|
654
|
+
var inputs = ['activeSheetIndex', 'allowAutoFill', 'allowCellFormatting', 'allowChart', 'allowConditionalFormat', 'allowDataValidation', 'allowDelete', 'allowEditing', 'allowFiltering', 'allowFindAndReplace', 'allowHyperlink', 'allowImage', 'allowInsert', 'allowMerge', 'allowNumberFormatting', 'allowOpen', 'allowResizing', 'allowSave', 'allowScrolling', 'allowSorting', 'allowUndoRedo', 'allowWrap', 'autoFillSettings', 'cellStyle', 'cssClass', 'definedNames', 'enableClipboard', 'enableContextMenu', 'enableKeyboardNavigation', 'enableKeyboardShortcut', 'enablePersistence', 'enableRtl', 'height', 'isProtected', 'locale', 'openUrl', 'password', 'saveUrl', 'scrollSettings', 'selectionSettings', 'sheets', 'showAggregate', 'showFormulaBar', 'showRibbon', 'showSheetTabs', 'width'];
|
|
655
655
|
var outputs$9 = ['actionBegin', 'actionComplete', 'afterHyperlinkClick', 'afterHyperlinkCreate', 'beforeCellFormat', 'beforeCellRender', 'beforeCellSave', 'beforeConditionalFormat', 'beforeDataBound', 'beforeHyperlinkClick', 'beforeHyperlinkCreate', 'beforeOpen', 'beforeSave', 'beforeSelect', 'beforeSort', 'cellEdit', 'cellEditing', 'cellSave', 'contextMenuBeforeClose', 'contextMenuBeforeOpen', 'contextMenuItemSelect', 'created', 'dataBound', 'dataSourceChanged', 'dialogBeforeOpen', 'fileMenuBeforeClose', 'fileMenuBeforeOpen', 'fileMenuItemSelect', 'openComplete', 'openFailure', 'queryCellInfo', 'saveComplete', 'select', 'sortComplete'];
|
|
656
656
|
var twoWays = [''];
|
|
657
657
|
/**
|
|
@@ -1070,6 +1070,7 @@ exports.setCell = ej2Spreadsheet.setCell;
|
|
|
1070
1070
|
exports.skipDefaultValue = ej2Spreadsheet.skipDefaultValue;
|
|
1071
1071
|
exports.wrap = ej2Spreadsheet.wrap;
|
|
1072
1072
|
exports.getColorCode = ej2Spreadsheet.getColorCode;
|
|
1073
|
+
exports.getCustomColors = ej2Spreadsheet.getCustomColors;
|
|
1073
1074
|
exports.getData = ej2Spreadsheet.getData;
|
|
1074
1075
|
exports.getModel = ej2Spreadsheet.getModel;
|
|
1075
1076
|
exports.processIdx = ej2Spreadsheet.processIdx;
|
|
@@ -1116,6 +1117,7 @@ exports.workbookOpen = ej2Spreadsheet.workbookOpen;
|
|
|
1116
1117
|
exports.beginSave = ej2Spreadsheet.beginSave;
|
|
1117
1118
|
exports.sortImport = ej2Spreadsheet.sortImport;
|
|
1118
1119
|
exports.ribbonFind = ej2Spreadsheet.ribbonFind;
|
|
1120
|
+
exports.exportDialog = ej2Spreadsheet.exportDialog;
|
|
1119
1121
|
exports.getFilteredCollection = ej2Spreadsheet.getFilteredCollection;
|
|
1120
1122
|
exports.saveCompleted = ej2Spreadsheet.saveCompleted;
|
|
1121
1123
|
exports.applyNumberFormatting = ej2Spreadsheet.applyNumberFormatting;
|
|
@@ -1142,6 +1144,7 @@ exports.removeUniquecol = ej2Spreadsheet.removeUniquecol;
|
|
|
1142
1144
|
exports.checkUniqueRange = ej2Spreadsheet.checkUniqueRange;
|
|
1143
1145
|
exports.reApplyFormula = ej2Spreadsheet.reApplyFormula;
|
|
1144
1146
|
exports.clearFormulaDependentCells = ej2Spreadsheet.clearFormulaDependentCells;
|
|
1147
|
+
exports.getFormulaInfoTable = ej2Spreadsheet.getFormulaInfoTable;
|
|
1145
1148
|
exports.formulaInValidation = ej2Spreadsheet.formulaInValidation;
|
|
1146
1149
|
exports.beforeSort = ej2Spreadsheet.beforeSort;
|
|
1147
1150
|
exports.initiateSort = ej2Spreadsheet.initiateSort;
|
|
@@ -1176,7 +1179,6 @@ exports.findWorkbookHandler = ej2Spreadsheet.findWorkbookHandler;
|
|
|
1176
1179
|
exports.replaceHandler = ej2Spreadsheet.replaceHandler;
|
|
1177
1180
|
exports.replaceAllHandler = ej2Spreadsheet.replaceAllHandler;
|
|
1178
1181
|
exports.showDialog = ej2Spreadsheet.showDialog;
|
|
1179
|
-
exports.findUndoRedo = ej2Spreadsheet.findUndoRedo;
|
|
1180
1182
|
exports.findKeyUp = ej2Spreadsheet.findKeyUp;
|
|
1181
1183
|
exports.removeValidation = ej2Spreadsheet.removeValidation;
|
|
1182
1184
|
exports.removeHighlight = ej2Spreadsheet.removeHighlight;
|
|
@@ -1444,6 +1446,7 @@ exports.UnProtectWorksheet = ej2Spreadsheet.UnProtectWorksheet;
|
|
|
1444
1446
|
exports.hideAutoFillElement = ej2Spreadsheet.hideAutoFillElement;
|
|
1445
1447
|
exports.unProtectSheetPassword = ej2Spreadsheet.unProtectSheetPassword;
|
|
1446
1448
|
exports.updateTranslate = ej2Spreadsheet.updateTranslate;
|
|
1449
|
+
exports.getUpdatedScrollPosition = ej2Spreadsheet.getUpdatedScrollPosition;
|
|
1447
1450
|
exports.getUpdateUsingRaf = ej2Spreadsheet.getUpdateUsingRaf;
|
|
1448
1451
|
exports.removeAllChildren = ej2Spreadsheet.removeAllChildren;
|
|
1449
1452
|
exports.getColGroupWidth = ej2Spreadsheet.getColGroupWidth;
|
|
@@ -1477,6 +1480,7 @@ exports.updateAction = ej2Spreadsheet.updateAction;
|
|
|
1477
1480
|
exports.hasTemplate = ej2Spreadsheet.hasTemplate;
|
|
1478
1481
|
exports.setRowEleHeight = ej2Spreadsheet.setRowEleHeight;
|
|
1479
1482
|
exports.getTextHeight = ej2Spreadsheet.getTextHeight;
|
|
1483
|
+
exports.getLineHeight = ej2Spreadsheet.getLineHeight;
|
|
1480
1484
|
exports.getTextWidth = ej2Spreadsheet.getTextWidth;
|
|
1481
1485
|
exports.getLines = ej2Spreadsheet.getLines;
|
|
1482
1486
|
exports.getBorderHeight = ej2Spreadsheet.getBorderHeight;
|
|
@@ -1487,6 +1491,7 @@ exports.getMaxHgt = ej2Spreadsheet.getMaxHgt;
|
|
|
1487
1491
|
exports.skipHiddenIdx = ej2Spreadsheet.skipHiddenIdx;
|
|
1488
1492
|
exports.focus = ej2Spreadsheet.focus;
|
|
1489
1493
|
exports.isLockedCells = ej2Spreadsheet.isLockedCells;
|
|
1494
|
+
exports.isDiscontinuousRange = ej2Spreadsheet.isDiscontinuousRange;
|
|
1490
1495
|
exports.BasicModule = ej2Spreadsheet.BasicModule;
|
|
1491
1496
|
exports.AllModule = ej2Spreadsheet.AllModule;
|
|
1492
1497
|
exports.ScrollSettings = ej2Spreadsheet.ScrollSettings;
|