@syncfusion/ej2-angular-spreadsheet 19.3.57 → 19.4.40
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 +52 -15
- package/README.md +1 -1
- package/dist/ej2-angular-spreadsheet.umd.js +7 -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 +15 -2
- package/styles/bootstrap.css +15 -2
- package/styles/bootstrap4.css +20 -2
- package/styles/bootstrap5-dark.css +17 -2
- package/styles/bootstrap5.css +17 -2
- package/styles/fabric-dark.css +15 -2
- package/styles/fabric.css +15 -2
- package/styles/highcontrast-light.css +15 -2
- package/styles/highcontrast.css +15 -2
- package/styles/material-dark.css +15 -2
- package/styles/material.css +15 -2
- package/styles/spreadsheet/bootstrap-dark.css +15 -2
- package/styles/spreadsheet/bootstrap.css +15 -2
- package/styles/spreadsheet/bootstrap4.css +20 -2
- package/styles/spreadsheet/bootstrap5-dark.css +17 -2
- package/styles/spreadsheet/bootstrap5.css +17 -2
- package/styles/spreadsheet/fabric-dark.css +15 -2
- package/styles/spreadsheet/fabric.css +15 -2
- package/styles/spreadsheet/highcontrast-light.css +15 -2
- package/styles/spreadsheet/highcontrast.css +15 -2
- package/styles/spreadsheet/material-dark.css +15 -2
- package/styles/spreadsheet/material.css +15 -2
- package/styles/spreadsheet/tailwind-dark.css +15 -2
- package/styles/spreadsheet/tailwind.css +15 -2
- package/styles/tailwind-dark.css +15 -2
- package/styles/tailwind.css +15 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,31 +4,46 @@
|
|
|
4
4
|
|
|
5
5
|
### Spreadsheet
|
|
6
6
|
|
|
7
|
-
####
|
|
8
|
-
|
|
9
|
-
- `I348582` - Shift selection on whole row makes viewport to scroll right issue has been resolved.
|
|
10
|
-
|
|
11
|
-
## 19.3.56 (2021-12-02)
|
|
7
|
+
#### New Features
|
|
12
8
|
|
|
13
|
-
|
|
9
|
+
- `I345022` - Alphanumeric support provided for autofill operation.
|
|
14
10
|
|
|
15
11
|
#### Bug Fixes
|
|
16
12
|
|
|
17
|
-
- `
|
|
18
|
-
- `I347865` - AutoFill is not working for formula applied cell issue is resolved.
|
|
19
|
-
- `I347272` - Performance issue while clear conditional formatting from entire sheet is resolved.
|
|
20
|
-
- `I347003` - Loading data with filter the actionComplete event triggered twice issue is resolved.
|
|
21
|
-
- `I347340` - Filter popup opening prevented while sheet is protected.
|
|
22
|
-
- `I344793` - Getting #Spill while apply Unique formula for text format issue is resolved.
|
|
23
|
-
- `F168772` - Sheet tab context-menu items disabled issue resolved.
|
|
13
|
+
- `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.
|
|
24
14
|
|
|
25
|
-
|
|
15
|
+
- Previous name | Current name
|
|
16
|
+
- -----|-----
|
|
17
|
+
- `compareVal` | `compareValue`
|
|
18
|
+
- `SF-357609` - Filters added on empty cells which are outside the used range issue resolved.
|
|
19
|
+
- `SF-359059` - Console error on performing filter by cell value operation in cut cell issue resolved.
|
|
20
|
+
- `I347810` - Performance issue while paste 100000 cells in Spreadsheet is resolved.
|
|
21
|
+
- `I348364` - Script error while use freeze pane with \n in cell value issue is resolved.
|
|
22
|
+
- `F171230` - Cannot prevent pasting format using actionBegin while using Ctrl+V shortcut is resolved.
|
|
23
|
+
- `I346033` - Today formula is not working on import issue has been fixed.
|
|
24
|
+
- `I346033` - Custom currency format is not applied for zero value issue has been fixed.
|
|
25
|
+
- `I346033` - Text formula is not working with `ddd` format issue has been fixed.
|
|
26
|
+
- `I346033` - Adding some value to multiplied range which contains empty cell issue has been fixed.
|
|
27
|
+
- `I321503` - Cell selection issue after scrolling on imported sheet has been fixed.
|
|
28
|
+
|
|
29
|
+
## 19.4.38 (2021-12-17)
|
|
26
30
|
|
|
27
31
|
### Spreadsheet
|
|
28
32
|
|
|
29
33
|
#### Bug Fixes
|
|
30
34
|
|
|
31
|
-
- `
|
|
35
|
+
- `SF-356190` - Not able to change the cell value using beforeCellSave event issue resolved.
|
|
36
|
+
- `I346629` - Cell alignment issue while copy paste merged cell from Excel to Spreadsheet issue resolved.
|
|
37
|
+
- `F169598` - Sorting issue with number formatted data is resolved.
|
|
38
|
+
- `I351813` - Border missing for last merged cell while doing autofill issue has been resolved.
|
|
39
|
+
- `I347937` - Selection issue while load data with row height less than 4 pixel is resolved.
|
|
40
|
+
- `I356364` - Script error while selecting autofill option after clicking the autofill icon issue resolved.
|
|
41
|
+
- `I348734` - Copy/paste with conditional formatting not working issue resolved.
|
|
42
|
+
- `I347888` - Insert/delete rows and columns are not working with collaborative editing issue resolved.
|
|
43
|
+
- `I348334` - Cell misalignment while applying wrap on the pasted data issue resolved.
|
|
44
|
+
- `I348741` - Conditional format highlighting and cell background color overlaps on wrapped cell issue resolved
|
|
45
|
+
- `I343781` - Merge breaks on column copy/paste action issue resolved.
|
|
46
|
+
- `I347103` - Copy and paste working incorrectly while copy data in backward direction issue resolved.
|
|
32
47
|
|
|
33
48
|
## 19.3.48 (2021-11-02)
|
|
34
49
|
|
|
@@ -55,6 +70,7 @@
|
|
|
55
70
|
- `I345133` - Cell selection misalignment on wrap applied Japanese characters issue resolved.
|
|
56
71
|
- `I345064` - Filtering issue on save and load JSON issue resolved.
|
|
57
72
|
- `I345959` - Custom sort with zero not working issue resolved.
|
|
73
|
+
- `I345577` - Selection misalignment occurs with the resized row issue resolved.
|
|
58
74
|
|
|
59
75
|
## 19.3.46 (2021-10-19)
|
|
60
76
|
|
|
@@ -133,6 +149,27 @@
|
|
|
133
149
|
|
|
134
150
|
- `I341829` - Columns property maintaining same reference for more than one spreadsheet in a web page issue resolved.
|
|
135
151
|
|
|
152
|
+
## 19.3.56 (2021-12-02)
|
|
153
|
+
|
|
154
|
+
### Spreadsheet
|
|
155
|
+
|
|
156
|
+
#### Bug Fixes
|
|
157
|
+
|
|
158
|
+
- `I347456` - Console error with 110% browser zoom in issue resolved.
|
|
159
|
+
- `I347865` - AutoFill is not working for formula applied cell issue is resolved.
|
|
160
|
+
- `I347272` - Performance issue while clear conditional formatting from entire sheet is resolved.
|
|
161
|
+
- `I347003` - Loading data with filter the actionComplete event triggered twice issue is resolved.
|
|
162
|
+
- `I347340` - Filter popup opening prevented while sheet is protected.
|
|
163
|
+
- `I344793` - Getting #Spill while apply Unique formula for text format issue is resolved.
|
|
164
|
+
|
|
165
|
+
## 19.3.55 (2021-11-23)
|
|
166
|
+
|
|
167
|
+
### Spreadsheet
|
|
168
|
+
|
|
169
|
+
#### Bug Fixes
|
|
170
|
+
|
|
171
|
+
- `I345828` - Toggle Button state not refreshed in ribbon while using clear format option issue resolved.
|
|
172
|
+
|
|
136
173
|
## 19.2.62 (2021-09-14)
|
|
137
174
|
|
|
138
175
|
### 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 2021 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.40
|
|
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
|
/**
|
|
@@ -1116,6 +1116,7 @@ exports.workbookOpen = ej2Spreadsheet.workbookOpen;
|
|
|
1116
1116
|
exports.beginSave = ej2Spreadsheet.beginSave;
|
|
1117
1117
|
exports.sortImport = ej2Spreadsheet.sortImport;
|
|
1118
1118
|
exports.ribbonFind = ej2Spreadsheet.ribbonFind;
|
|
1119
|
+
exports.exportDialog = ej2Spreadsheet.exportDialog;
|
|
1119
1120
|
exports.getFilteredCollection = ej2Spreadsheet.getFilteredCollection;
|
|
1120
1121
|
exports.saveCompleted = ej2Spreadsheet.saveCompleted;
|
|
1121
1122
|
exports.applyNumberFormatting = ej2Spreadsheet.applyNumberFormatting;
|
|
@@ -1142,6 +1143,7 @@ exports.removeUniquecol = ej2Spreadsheet.removeUniquecol;
|
|
|
1142
1143
|
exports.checkUniqueRange = ej2Spreadsheet.checkUniqueRange;
|
|
1143
1144
|
exports.reApplyFormula = ej2Spreadsheet.reApplyFormula;
|
|
1144
1145
|
exports.clearFormulaDependentCells = ej2Spreadsheet.clearFormulaDependentCells;
|
|
1146
|
+
exports.getFormulaInfoTable = ej2Spreadsheet.getFormulaInfoTable;
|
|
1145
1147
|
exports.formulaInValidation = ej2Spreadsheet.formulaInValidation;
|
|
1146
1148
|
exports.beforeSort = ej2Spreadsheet.beforeSort;
|
|
1147
1149
|
exports.initiateSort = ej2Spreadsheet.initiateSort;
|
|
@@ -1176,7 +1178,6 @@ exports.findWorkbookHandler = ej2Spreadsheet.findWorkbookHandler;
|
|
|
1176
1178
|
exports.replaceHandler = ej2Spreadsheet.replaceHandler;
|
|
1177
1179
|
exports.replaceAllHandler = ej2Spreadsheet.replaceAllHandler;
|
|
1178
1180
|
exports.showDialog = ej2Spreadsheet.showDialog;
|
|
1179
|
-
exports.findUndoRedo = ej2Spreadsheet.findUndoRedo;
|
|
1180
1181
|
exports.findKeyUp = ej2Spreadsheet.findKeyUp;
|
|
1181
1182
|
exports.removeValidation = ej2Spreadsheet.removeValidation;
|
|
1182
1183
|
exports.removeHighlight = ej2Spreadsheet.removeHighlight;
|
|
@@ -1238,6 +1239,7 @@ exports.updateView = ej2Spreadsheet.updateView;
|
|
|
1238
1239
|
exports.selectionComplete = ej2Spreadsheet.selectionComplete;
|
|
1239
1240
|
exports.refreshInsertDelete = ej2Spreadsheet.refreshInsertDelete;
|
|
1240
1241
|
exports.checkConditionalFormat = ej2Spreadsheet.checkConditionalFormat;
|
|
1242
|
+
exports.checkHiddenRows = ej2Spreadsheet.checkHiddenRows;
|
|
1241
1243
|
exports.checkIsFormula = ej2Spreadsheet.checkIsFormula;
|
|
1242
1244
|
exports.isCellReference = ej2Spreadsheet.isCellReference;
|
|
1243
1245
|
exports.isChar = ej2Spreadsheet.isChar;
|
|
@@ -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;
|
|
@@ -1487,6 +1490,7 @@ exports.getMaxHgt = ej2Spreadsheet.getMaxHgt;
|
|
|
1487
1490
|
exports.skipHiddenIdx = ej2Spreadsheet.skipHiddenIdx;
|
|
1488
1491
|
exports.focus = ej2Spreadsheet.focus;
|
|
1489
1492
|
exports.isLockedCells = ej2Spreadsheet.isLockedCells;
|
|
1493
|
+
exports.isDiscontinuousRange = ej2Spreadsheet.isDiscontinuousRange;
|
|
1490
1494
|
exports.BasicModule = ej2Spreadsheet.BasicModule;
|
|
1491
1495
|
exports.AllModule = ej2Spreadsheet.AllModule;
|
|
1492
1496
|
exports.ScrollSettings = ej2Spreadsheet.ScrollSettings;
|