@syncfusion/ej2-angular-spreadsheet 20.2.50-ngcc → 20.3.47-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.
Files changed (59) hide show
  1. package/@syncfusion/ej2-angular-spreadsheet.es5.js +2 -2
  2. package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-spreadsheet.js +2 -2
  4. package/@syncfusion/ej2-angular-spreadsheet.js.map +1 -1
  5. package/CHANGELOG.md +0 -105
  6. package/dist/ej2-angular-spreadsheet.umd.js +3 -3
  7. package/dist/ej2-angular-spreadsheet.umd.js.map +1 -1
  8. package/dist/ej2-angular-spreadsheet.umd.min.js +2 -2
  9. package/dist/ej2-angular-spreadsheet.umd.min.js.map +1 -1
  10. package/ej2-angular-spreadsheet.metadata.json +1 -1
  11. package/package.json +8 -8
  12. package/schematics/utils/lib-details.d.ts +2 -2
  13. package/schematics/utils/lib-details.js +2 -2
  14. package/schematics/utils/lib-details.ts +2 -2
  15. package/styles/bootstrap-dark.css +44 -37
  16. package/styles/bootstrap.css +43 -36
  17. package/styles/bootstrap4.css +44 -36
  18. package/styles/bootstrap5-dark.css +47 -37
  19. package/styles/bootstrap5.css +47 -37
  20. package/styles/fabric-dark.css +43 -36
  21. package/styles/fabric.css +43 -36
  22. package/styles/fluent-dark.css +40 -42
  23. package/styles/fluent.css +40 -42
  24. package/styles/highcontrast-light.css +34 -37
  25. package/styles/highcontrast.css +39 -36
  26. package/styles/material-dark.css +39 -39
  27. package/styles/material.css +37 -37
  28. package/styles/ribbon/bootstrap-dark.css +1 -1
  29. package/styles/ribbon/bootstrap.css +1 -1
  30. package/styles/ribbon/bootstrap4.css +1 -1
  31. package/styles/ribbon/bootstrap5-dark.css +1 -1
  32. package/styles/ribbon/bootstrap5.css +1 -1
  33. package/styles/ribbon/fabric-dark.css +1 -1
  34. package/styles/ribbon/fabric.css +1 -1
  35. package/styles/ribbon/fluent-dark.css +1 -1
  36. package/styles/ribbon/fluent.css +1 -1
  37. package/styles/ribbon/highcontrast-light.css +1 -1
  38. package/styles/ribbon/highcontrast.css +1 -1
  39. package/styles/ribbon/material-dark.css +1 -1
  40. package/styles/ribbon/material.css +1 -1
  41. package/styles/ribbon/tailwind-dark.css +1 -1
  42. package/styles/ribbon/tailwind.css +1 -1
  43. package/styles/spreadsheet/bootstrap-dark.css +43 -36
  44. package/styles/spreadsheet/bootstrap.css +42 -35
  45. package/styles/spreadsheet/bootstrap4.css +43 -35
  46. package/styles/spreadsheet/bootstrap5-dark.css +46 -36
  47. package/styles/spreadsheet/bootstrap5.css +46 -36
  48. package/styles/spreadsheet/fabric-dark.css +42 -35
  49. package/styles/spreadsheet/fabric.css +42 -35
  50. package/styles/spreadsheet/fluent-dark.css +39 -41
  51. package/styles/spreadsheet/fluent.css +39 -41
  52. package/styles/spreadsheet/highcontrast-light.css +33 -36
  53. package/styles/spreadsheet/highcontrast.css +38 -35
  54. package/styles/spreadsheet/material-dark.css +38 -38
  55. package/styles/spreadsheet/material.css +36 -36
  56. package/styles/spreadsheet/tailwind-dark.css +38 -37
  57. package/styles/spreadsheet/tailwind.css +38 -37
  58. package/styles/tailwind-dark.css +39 -38
  59. package/styles/tailwind.css +39 -38
package/CHANGELOG.md CHANGED
@@ -6,90 +6,9 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
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.
11
-
12
- ## 20.2.46 (2022-08-30)
13
-
14
- ### Spreadsheet
15
-
16
- #### Bug Fixes
17
-
18
- - `#I387270` - Issue with "post back occurs while clicking the button in the control" has been resolved.
19
-
20
- - `#I397860` - Issue with "characters are repeated in the locked cells while scroll down the sheet and move on the top of the sheet" has been resolved.
21
-
22
- ## 20.2.45 (2022-08-23)
23
-
24
- ### Spreadsheet
25
-
26
- #### Bug Fixes
27
-
28
- - `#I395418` - Issue with "unable to perform copy and paste actions on the textbox inside the cell template" has been resolved.
29
-
30
- ## 20.2.44 (2022-08-16)
31
-
32
- ### Spreadsheet
33
-
34
- #### Bug Fixes
35
-
36
- - `#I383440` - Issue with "exception throws while applying formula reference on the wrap content cell" has been resolved.
37
- - `#I390638` - Issue with "exception throws while performing multi-selection along with scrolling action on the freeze pane" has been resolved.
38
- - `#I394857` - Issue with "typed content is not visible while performing the edit on partially viewed cell" has been resolved.
39
- - `#I395466` - Issue with "allow to rename and moving the sheets on protect workbook" has been resolved.
40
- - `#I395410`, `#I395411`, `#I395414`, `#I395416`, `#I395419`, `#I394857`, `#I395421` - Issue with "context menu and autofill option shows while disabling the cell selection" has been resolved.
41
- - `#I394806` - Provided new argument in the `addCustomFunction` method to add the description for the custom formula.
42
- - `#I392186` - Provided option to set maximum file size and maximum data count for validating the files before opening into the component.
43
-
44
- ## 20.2.43 (2022-08-08)
45
-
46
- ### Spreadsheet
47
-
48
- #### Bug Fixes
49
-
50
- - `#I392958` - Issue with "exception throws while pressing the `ctrl` key in the search input on the filter popup" has been resolved.
51
- - `#I393391` - Issue with "cell values convert into Date type while scrolling the sheet along with cell value contain `-` in the data" has been resolved.
52
-
53
- ## 20.2.40 (2022-07-26)
54
-
55
- ### Spreadsheet
56
-
57
- #### Bug Fixes
58
-
59
- - `#I387270` - Issue with "exception throws while importing the excel that contain special character in the sheet name" has been resolved.
60
- - `#I392225` - Issue with "exception throws while applying large formula in the sheet" has been resolved.
61
- - `#I391983` - Issue with "custom sorting for multiple columns is not applied properly" has been resolved.
62
- - `#I345383` - Issue with "unwanted commas added in the exported sheet" has been resolved.
63
- - `#I391962` - Issue with "sort order is not getting properly while sorting the column" has been resolved.
64
- - `#I391982` - Issue with "sorting the time column without considering AM / PM" has been resolved.
65
- - `#I390848` - Issue with "sorting method is not working properly when active cell is not the sorting column" has been resolved.
66
-
67
- ## 20.2.39 (2022-07-19)
68
-
69
- ### Spreadsheet
70
-
71
- #### Bug Fixes
72
-
73
- - `#I390848` - Issue with "sort method is not working as expected for the date type" has been resolved.
74
- - `#I390792` - Issue with "chart object is not updated properly in the cell model after deleting an already created chart element" has been resolved.
75
- - `#I390792` - Issue with "script error occurs while switching chart theme and changing chart type" has been resolved.
76
- - `#I391056` - Issue with "selection is not updated properly after filtering and scrolling which causes copying invalid data" has been resolved.
77
- - `#I390628` - Issue with "find toolbar dialog is misaligned while resizing the browser" has been resolved.
78
- - `#I390628` - Filtered hidden rows are considered during find action issue has been resolved.
79
- - `#I390638` - Issue with "exception throws while unhiding the hidden rows, after selecting a column and perform a Cut action" has been resolved.
80
- - `#I390638` - Issue with "exception throws while scrolling with multi selection in the freeze pane" has been resolved.
81
-
82
- ## 20.2.38 (2022-07-12)
83
-
84
- ### Spreadsheet
85
-
86
- #### Bug Fixes
87
-
88
9
  - `#I384048` - The issue of copied values being removed after saving when unique is applied is resolved.
89
10
  - `#I379174` - After importing the protected excel file, the problem of not considering the password when selecting the unprotect sheet option in the sheet tab context menu has been resolved.
90
11
  - `#I386574` - The exception thrown with font size pixel values while exporting is resolved.
91
- - `#I384953` - Unique formula cell value gets `#spill` error on refresh issue resolved.
92
- - `#F175967` - The `addToolbarItems` method is not working for locale other than 'en-US' issue has been resolved.
93
12
 
94
13
  ## 20.2.36 (2022-06-30)
95
14
 
@@ -1213,30 +1132,6 @@ The Spreadsheet is an user interactive component to organize and analyze data in
1213
1132
  - **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.
1214
1133
 
1215
1134
 
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
-
1230
- ## 20.2.48 (2022-09-06)
1231
-
1232
- ### Spreadsheet
1233
-
1234
- #### Bug Fixes
1235
-
1236
- - `#I398993` - Issue with "data with trailing zero is not filtered properly in the filter popup" has been resolved.
1237
- - `#I399452` - Issue with "console error throws while deleting or inserting rows" has been resolved.
1238
- - `#I399629`, `#I399317` - Issue with "previously applied conditional formatting is removed when user applies a second conditional formatting to the same range of data" has been resolved.
1239
-
1240
1135
  ## 17.4.40 (2019-12-24)
1241
1136
 
1242
1137
  ### Spreadsheet
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-spreadsheet.umd.js
3
- * version : 20.2.50
3
+ * version : 20.3.47
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', 'allowFreezePane', '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'];
654
+ var inputs = ['activeSheetIndex', 'allowAutoFill', 'allowCellFormatting', 'allowChart', 'allowConditionalFormat', 'allowDataValidation', 'allowDelete', 'allowEditing', 'allowFiltering', 'allowFindAndReplace', 'allowFreezePane', 'allowHyperlink', 'allowImage', 'allowInsert', 'allowMerge', 'allowNumberFormatting', 'allowOpen', 'allowResizing', 'allowSave', 'allowScrolling', 'allowSorting', 'allowUndoRedo', 'allowWrap', 'autoFillSettings', 'cellStyle', 'cssClass', 'currencyCode', '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', 'beforeCellUpdate', '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
  /**
@@ -1259,6 +1259,7 @@ exports.getDataRange = ej2Spreadsheet.getDataRange;
1259
1259
  exports.insertFormatRange = ej2Spreadsheet.insertFormatRange;
1260
1260
  exports.deleteFormatRange = ej2Spreadsheet.deleteFormatRange;
1261
1261
  exports.updateCFModel = ej2Spreadsheet.updateCFModel;
1262
+ exports.checkRange = ej2Spreadsheet.checkRange;
1262
1263
  exports.toFraction = ej2Spreadsheet.toFraction;
1263
1264
  exports.getGcd = ej2Spreadsheet.getGcd;
1264
1265
  exports.intToDate = ej2Spreadsheet.intToDate;
@@ -1297,7 +1298,6 @@ exports.formulaBar = ej2Spreadsheet.formulaBar;
1297
1298
  exports.sheetTabs = ej2Spreadsheet.sheetTabs;
1298
1299
  exports.refreshSheetTabs = ej2Spreadsheet.refreshSheetTabs;
1299
1300
  exports.isFormulaBarEdit = ej2Spreadsheet.isFormulaBarEdit;
1300
- exports.initialLoad = ej2Spreadsheet.initialLoad;
1301
1301
  exports.contentLoaded = ej2Spreadsheet.contentLoaded;
1302
1302
  exports.mouseDown = ej2Spreadsheet.mouseDown;
1303
1303
  exports.spreadsheetDestroyed = ej2Spreadsheet.spreadsheetDestroyed;