@syncfusion/ej2-angular-spreadsheet 19.3.58 → 19.4.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/@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 +65 -25
- package/README.md +1 -1
- package/dist/ej2-angular-spreadsheet.umd.js +17 -2
- package/dist/ej2-angular-spreadsheet.umd.js.map +1 -1
- package/dist/ej2-angular-spreadsheet.umd.min.js +10 -1
- package/dist/ej2-angular-spreadsheet.umd.min.js.map +1 -1
- package/ej2-angular-spreadsheet.metadata.json +1 -1
- package/package.json +72 -72
- 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,45 +6,63 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `
|
|
10
|
-
- `
|
|
11
|
-
- `
|
|
12
|
-
- `
|
|
13
|
-
- `
|
|
14
|
-
- `
|
|
9
|
+
- `SF-360492` - Row height issue after performing undo operation has been resolved.
|
|
10
|
+
- `SF-353871` - Cell alignment issue while copy paste merge cell issue is fixed.
|
|
11
|
+
- `I349145`, `I347733` - Script error throws while set the height to hidden rows is resolved.
|
|
12
|
+
- `SF-360109` - Bottom border missing while paste merge applied cell issue fixed.
|
|
13
|
+
- `SF-354314` - External pasting formula cell which lies below the viewport not working issue has been fixed.
|
|
14
|
+
- `SF-354314` - Performance issue on copying large cells which contains custom number format has been fixed.
|
|
15
|
+
- `SF-359382` - Color applied for empty cell if less than condition value is in negative in conditional formatting issue has been fixed.
|
|
16
|
+
- `SF-359673` - Find and replace is not working after scrolling to bottom in finite mode issue has been fixed.
|
|
17
|
+
- `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.
|
|
18
|
+
- `SF-358133` - cell save event arguments are not proper for cut / paste action issue resolved.
|
|
19
|
+
- `SF-360303` - Selection issue while pasting the multiline character contained text in cell editing mode is resolved.
|
|
15
20
|
|
|
16
|
-
## 19.
|
|
21
|
+
## 19.4.40 (2021-12-28)
|
|
17
22
|
|
|
18
23
|
### Spreadsheet
|
|
19
24
|
|
|
20
|
-
####
|
|
21
|
-
|
|
22
|
-
- `I348582` - Shift selection on whole row makes viewport to scroll right issue has been resolved.
|
|
23
|
-
- `I347103` - Active cell value repeated for External paste issue is resolved.
|
|
24
|
-
- `F168772` - Sheet tab context-menu items disabled issue resolved.
|
|
25
|
-
- `I347888` - Insert/delete rows and columns on collaborative editing issues resolved.
|
|
26
|
-
- `I344793` - Getting #Spill while apply Unique formula for text format issue is resolved.
|
|
27
|
-
- `I355103` - Gridlines are getting misaligned with row headers when resizing rows issue is fixed.
|
|
28
|
-
|
|
29
|
-
## 19.3.56 (2021-12-02)
|
|
25
|
+
#### New Features
|
|
30
26
|
|
|
31
|
-
|
|
27
|
+
- `I345022` - Alphanumeric support provided for autofill operation.
|
|
32
28
|
|
|
33
29
|
#### Bug Fixes
|
|
34
30
|
|
|
35
|
-
- `
|
|
36
|
-
- `I347865` - AutoFill is not working for formula applied cell issue is resolved.
|
|
37
|
-
- `I347272` - Performance issue while clear conditional formatting from entire sheet is resolved.
|
|
38
|
-
- `I347003` - Loading data with filter the actionComplete event triggered twice issue is resolved.
|
|
39
|
-
- `I347340` - Filter popup opening prevented while sheet is protected.
|
|
31
|
+
- `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.
|
|
40
32
|
|
|
41
|
-
|
|
33
|
+
- Previous name | Current name
|
|
34
|
+
- -----|-----
|
|
35
|
+
- `compareVal` | `compareValue`
|
|
36
|
+
- `SF-357609` - Filters added on empty cells which are outside the used range issue resolved.
|
|
37
|
+
- `SF-359059` - Console error on performing filter by cell value operation in cut cell issue resolved.
|
|
38
|
+
- `I347810` - Performance issue while paste 100000 cells in Spreadsheet is resolved.
|
|
39
|
+
- `I348364` - Script error while use freeze pane with \n in cell value issue is resolved.
|
|
40
|
+
- `F171230` - Cannot prevent pasting format using actionBegin while using Ctrl+V shortcut is resolved.
|
|
41
|
+
- `I346033` - Today formula is not working on import issue has been fixed.
|
|
42
|
+
- `I346033` - Custom currency format is not applied for zero value issue has been fixed.
|
|
43
|
+
- `I346033` - Text formula is not working with `ddd` format issue has been fixed.
|
|
44
|
+
- `I346033` - Adding some value to multiplied range which contains empty cell issue has been fixed.
|
|
45
|
+
- `I321503` - Cell selection issue after scrolling on imported sheet has been fixed.
|
|
46
|
+
- `SF-358418` - Image resize option problem has been fixed.
|
|
47
|
+
|
|
48
|
+
## 19.4.38 (2021-12-17)
|
|
42
49
|
|
|
43
50
|
### Spreadsheet
|
|
44
51
|
|
|
45
52
|
#### Bug Fixes
|
|
46
53
|
|
|
47
|
-
- `
|
|
54
|
+
- `SF-356190` - Not able to change the cell value using beforeCellSave event issue resolved.
|
|
55
|
+
- `I346629` - Cell alignment issue while copy paste merged cell from Excel to Spreadsheet issue resolved.
|
|
56
|
+
- `F169598` - Sorting issue with number formatted data is resolved.
|
|
57
|
+
- `I351813` - Border missing for last merged cell while doing autofill issue has been resolved.
|
|
58
|
+
- `I347937` - Selection issue while load data with row height less than 4 pixel is resolved.
|
|
59
|
+
- `I356364` - Script error while selecting autofill option after clicking the autofill icon issue resolved.
|
|
60
|
+
- `I348734` - Copy/paste with conditional formatting not working issue resolved.
|
|
61
|
+
- `I347888` - Insert/delete rows and columns are not working with collaborative editing issue resolved.
|
|
62
|
+
- `I348334` - Cell misalignment while applying wrap on the pasted data issue resolved.
|
|
63
|
+
- `I348741` - Conditional format highlighting and cell background color overlaps on wrapped cell issue resolved
|
|
64
|
+
- `I343781` - Merge breaks on column copy/paste action issue resolved.
|
|
65
|
+
- `I347103` - Copy and paste working incorrectly while copy data in backward direction issue resolved.
|
|
48
66
|
|
|
49
67
|
## 19.3.48 (2021-11-02)
|
|
50
68
|
|
|
@@ -71,6 +89,7 @@
|
|
|
71
89
|
- `I345133` - Cell selection misalignment on wrap applied Japanese characters issue resolved.
|
|
72
90
|
- `I345064` - Filtering issue on save and load JSON issue resolved.
|
|
73
91
|
- `I345959` - Custom sort with zero not working issue resolved.
|
|
92
|
+
- `I345577` - Selection misalignment occurs with the resized row issue resolved.
|
|
74
93
|
|
|
75
94
|
## 19.3.46 (2021-10-19)
|
|
76
95
|
|
|
@@ -149,6 +168,27 @@
|
|
|
149
168
|
|
|
150
169
|
- `I341829` - Columns property maintaining same reference for more than one spreadsheet in a web page issue resolved.
|
|
151
170
|
|
|
171
|
+
## 19.3.56 (2021-12-02)
|
|
172
|
+
|
|
173
|
+
### Spreadsheet
|
|
174
|
+
|
|
175
|
+
#### Bug Fixes
|
|
176
|
+
|
|
177
|
+
- `I347456` - Console error with 110% browser zoom in issue resolved.
|
|
178
|
+
- `I347865` - AutoFill is not working for formula applied cell issue is resolved.
|
|
179
|
+
- `I347272` - Performance issue while clear conditional formatting from entire sheet is resolved.
|
|
180
|
+
- `I347003` - Loading data with filter the actionComplete event triggered twice issue is resolved.
|
|
181
|
+
- `I347340` - Filter popup opening prevented while sheet is protected.
|
|
182
|
+
- `I344793` - Getting #Spill while apply Unique formula for text format issue is resolved.
|
|
183
|
+
|
|
184
|
+
## 19.3.55 (2021-11-23)
|
|
185
|
+
|
|
186
|
+
### Spreadsheet
|
|
187
|
+
|
|
188
|
+
#### Bug Fixes
|
|
189
|
+
|
|
190
|
+
- `I345828` - Toggle Button state not refreshed in ribbon while using clear format option issue resolved.
|
|
191
|
+
|
|
152
192
|
## 19.2.62 (2021-09-14)
|
|
153
193
|
|
|
154
194
|
### 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,3 +1,12 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* filename: ej2-angular-spreadsheet.umd.js
|
|
3
|
+
* version : 19.4.41
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
1
10
|
(function (global, factory) {
|
|
2
11
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@syncfusion/ej2-angular-base'), require('@syncfusion/ej2-spreadsheet'), require('@angular/common')) :
|
|
3
12
|
typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@syncfusion/ej2-angular-base', '@syncfusion/ej2-spreadsheet', '@angular/common'], factory) :
|
|
@@ -642,7 +651,7 @@ var __metadata$1 = (this && this.__metadata) || function (k, v) {
|
|
|
642
651
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
643
652
|
return Reflect.metadata(k, v);
|
|
644
653
|
};
|
|
645
|
-
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'];
|
|
646
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'];
|
|
647
656
|
var twoWays = [''];
|
|
648
657
|
/**
|
|
@@ -1061,6 +1070,7 @@ exports.setCell = ej2Spreadsheet.setCell;
|
|
|
1061
1070
|
exports.skipDefaultValue = ej2Spreadsheet.skipDefaultValue;
|
|
1062
1071
|
exports.wrap = ej2Spreadsheet.wrap;
|
|
1063
1072
|
exports.getColorCode = ej2Spreadsheet.getColorCode;
|
|
1073
|
+
exports.getCustomColors = ej2Spreadsheet.getCustomColors;
|
|
1064
1074
|
exports.getData = ej2Spreadsheet.getData;
|
|
1065
1075
|
exports.getModel = ej2Spreadsheet.getModel;
|
|
1066
1076
|
exports.processIdx = ej2Spreadsheet.processIdx;
|
|
@@ -1107,6 +1117,7 @@ exports.workbookOpen = ej2Spreadsheet.workbookOpen;
|
|
|
1107
1117
|
exports.beginSave = ej2Spreadsheet.beginSave;
|
|
1108
1118
|
exports.sortImport = ej2Spreadsheet.sortImport;
|
|
1109
1119
|
exports.ribbonFind = ej2Spreadsheet.ribbonFind;
|
|
1120
|
+
exports.exportDialog = ej2Spreadsheet.exportDialog;
|
|
1110
1121
|
exports.getFilteredCollection = ej2Spreadsheet.getFilteredCollection;
|
|
1111
1122
|
exports.saveCompleted = ej2Spreadsheet.saveCompleted;
|
|
1112
1123
|
exports.applyNumberFormatting = ej2Spreadsheet.applyNumberFormatting;
|
|
@@ -1133,6 +1144,7 @@ exports.removeUniquecol = ej2Spreadsheet.removeUniquecol;
|
|
|
1133
1144
|
exports.checkUniqueRange = ej2Spreadsheet.checkUniqueRange;
|
|
1134
1145
|
exports.reApplyFormula = ej2Spreadsheet.reApplyFormula;
|
|
1135
1146
|
exports.clearFormulaDependentCells = ej2Spreadsheet.clearFormulaDependentCells;
|
|
1147
|
+
exports.getFormulaInfoTable = ej2Spreadsheet.getFormulaInfoTable;
|
|
1136
1148
|
exports.formulaInValidation = ej2Spreadsheet.formulaInValidation;
|
|
1137
1149
|
exports.beforeSort = ej2Spreadsheet.beforeSort;
|
|
1138
1150
|
exports.initiateSort = ej2Spreadsheet.initiateSort;
|
|
@@ -1167,7 +1179,6 @@ exports.findWorkbookHandler = ej2Spreadsheet.findWorkbookHandler;
|
|
|
1167
1179
|
exports.replaceHandler = ej2Spreadsheet.replaceHandler;
|
|
1168
1180
|
exports.replaceAllHandler = ej2Spreadsheet.replaceAllHandler;
|
|
1169
1181
|
exports.showDialog = ej2Spreadsheet.showDialog;
|
|
1170
|
-
exports.findUndoRedo = ej2Spreadsheet.findUndoRedo;
|
|
1171
1182
|
exports.findKeyUp = ej2Spreadsheet.findKeyUp;
|
|
1172
1183
|
exports.removeValidation = ej2Spreadsheet.removeValidation;
|
|
1173
1184
|
exports.removeHighlight = ej2Spreadsheet.removeHighlight;
|
|
@@ -1229,6 +1240,7 @@ exports.updateView = ej2Spreadsheet.updateView;
|
|
|
1229
1240
|
exports.selectionComplete = ej2Spreadsheet.selectionComplete;
|
|
1230
1241
|
exports.refreshInsertDelete = ej2Spreadsheet.refreshInsertDelete;
|
|
1231
1242
|
exports.checkConditionalFormat = ej2Spreadsheet.checkConditionalFormat;
|
|
1243
|
+
exports.checkHiddenRows = ej2Spreadsheet.checkHiddenRows;
|
|
1232
1244
|
exports.checkIsFormula = ej2Spreadsheet.checkIsFormula;
|
|
1233
1245
|
exports.isCellReference = ej2Spreadsheet.isCellReference;
|
|
1234
1246
|
exports.isChar = ej2Spreadsheet.isChar;
|
|
@@ -1435,6 +1447,7 @@ exports.UnProtectWorksheet = ej2Spreadsheet.UnProtectWorksheet;
|
|
|
1435
1447
|
exports.hideAutoFillElement = ej2Spreadsheet.hideAutoFillElement;
|
|
1436
1448
|
exports.unProtectSheetPassword = ej2Spreadsheet.unProtectSheetPassword;
|
|
1437
1449
|
exports.updateTranslate = ej2Spreadsheet.updateTranslate;
|
|
1450
|
+
exports.getUpdatedScrollPosition = ej2Spreadsheet.getUpdatedScrollPosition;
|
|
1438
1451
|
exports.getUpdateUsingRaf = ej2Spreadsheet.getUpdateUsingRaf;
|
|
1439
1452
|
exports.removeAllChildren = ej2Spreadsheet.removeAllChildren;
|
|
1440
1453
|
exports.getColGroupWidth = ej2Spreadsheet.getColGroupWidth;
|
|
@@ -1468,6 +1481,7 @@ exports.updateAction = ej2Spreadsheet.updateAction;
|
|
|
1468
1481
|
exports.hasTemplate = ej2Spreadsheet.hasTemplate;
|
|
1469
1482
|
exports.setRowEleHeight = ej2Spreadsheet.setRowEleHeight;
|
|
1470
1483
|
exports.getTextHeight = ej2Spreadsheet.getTextHeight;
|
|
1484
|
+
exports.getLineHeight = ej2Spreadsheet.getLineHeight;
|
|
1471
1485
|
exports.getTextWidth = ej2Spreadsheet.getTextWidth;
|
|
1472
1486
|
exports.getLines = ej2Spreadsheet.getLines;
|
|
1473
1487
|
exports.getBorderHeight = ej2Spreadsheet.getBorderHeight;
|
|
@@ -1478,6 +1492,7 @@ exports.getMaxHgt = ej2Spreadsheet.getMaxHgt;
|
|
|
1478
1492
|
exports.skipHiddenIdx = ej2Spreadsheet.skipHiddenIdx;
|
|
1479
1493
|
exports.focus = ej2Spreadsheet.focus;
|
|
1480
1494
|
exports.isLockedCells = ej2Spreadsheet.isLockedCells;
|
|
1495
|
+
exports.isDiscontinuousRange = ej2Spreadsheet.isDiscontinuousRange;
|
|
1481
1496
|
exports.BasicModule = ej2Spreadsheet.BasicModule;
|
|
1482
1497
|
exports.AllModule = ej2Spreadsheet.AllModule;
|
|
1483
1498
|
exports.ScrollSettings = ej2Spreadsheet.ScrollSettings;
|