@syncfusion/ej2-angular-grids 24.2.9-ngcc → 25.1.35-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-grids.es5.js +1 -1
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-grids.js +1 -1
- package/@syncfusion/ej2-angular-grids.js.map +1 -1
- package/CHANGELOG.md +14 -115
- package/dist/ej2-angular-grids.umd.js +7 -1
- package/dist/ej2-angular-grids.umd.js.map +1 -1
- package/dist/ej2-angular-grids.umd.min.js +2 -2
- package/package.json +9 -9
- 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/CHANGELOG.md
CHANGED
|
@@ -4,122 +4,21 @@
|
|
|
4
4
|
|
|
5
5
|
### Grid
|
|
6
6
|
|
|
7
|
-
####
|
|
8
|
-
|
|
9
|
-
- `#I546749`, `#I551015` - The issue in column reordering with frozen column and `enablePersistence` has been resolved.
|
|
10
|
-
- `#I545290` - Resolved the script error in the lazy load grouping with infinite scrolling.
|
|
11
|
-
- `#I553601` - Fixed the issue where the grid's edit type as `datepicker` with enable mask for date column was not being applied.
|
|
12
|
-
- `#I553142` - Edited Cells are misalignment when show/hide the `childGrid` issue has been resolved.
|
|
13
|
-
- `#FB51346` - Resolved an issue where the column width auto is not working properly with the freeze and resize features.
|
|
14
|
-
|
|
15
|
-
## 24.2.8 (2024-02-27)
|
|
16
|
-
|
|
17
|
-
### Grid
|
|
18
|
-
|
|
19
|
-
#### Bug fixes
|
|
20
|
-
|
|
21
|
-
- `#I550034` - Resolved an issue where printing is not work properly in grid with aggregation and grouping.
|
|
22
|
-
- `#I536128` - Horizontal scrollbar appear when set column width to `auto` issue has been resolved.
|
|
23
|
-
- `#I555494` - Fixed an issue where the `EllipsisWithTooltip` feature does not work correctly.
|
|
24
|
-
- `#I552236` - The issue of encountering a script error when editing a grid with virtual scrolling and a column without a field name has been fixed.
|
|
25
|
-
|
|
26
|
-
## 24.2.7 (2024-02-20)
|
|
27
|
-
|
|
28
|
-
### Grid
|
|
29
|
-
|
|
30
|
-
#### Bug fixes
|
|
31
|
-
|
|
32
|
-
- `#I547707` - Resolved a script error occurring when collapsing a grouped row along with `virtualization` while the grid is in edited state.
|
|
33
|
-
- `#FB50079` - Fixed the issue where scrolling with the Up arrow in virtual scroll caused the focus to leave and enter the column header.
|
|
34
|
-
- `#FB50364` - Fixed an accessibility issue with row checkboxes identified by the Accessibility Insights for Web tool.
|
|
35
|
-
- `#I549898` - Fixed the issue where the shimmer loader was visible outside of the grid.
|
|
36
|
-
- `#I525457` - Resolved the issue where navigation through the down arrow key suddenly changed its position to the bottom of the table.
|
|
37
|
-
- `#I547895` - Fixed the issue where the save action was not performed when clicking outside the dropdown.
|
|
38
|
-
|
|
39
|
-
## 24.2.5 (2024-02-13)
|
|
40
|
-
|
|
41
|
-
### Grid
|
|
42
|
-
|
|
43
|
-
#### Bug fixes
|
|
44
|
-
|
|
45
|
-
- `#I545865` - Resolved the issue where the grid aggregate value was not updating correctly after filtering and editing.
|
|
46
|
-
- `#I545552` - The Excel filter is not displaying the advanced filtering sub menu items when selecting number/text/date filtering options on mobile and tablet devices.
|
|
47
|
-
- `#F186229` - The issue where the toolbar search text box couldn't be focused when the grid is rendered inside a dialog has been resolved.
|
|
48
|
-
- `#I550243` - Fixed the problem of recursive triggering of the `actionBegin` event when changing the page size from the second page.
|
|
49
|
-
- `#SF543888` - Fixed the issue where `groupSettings` were not updated properly when cancelling a group action using `args.cancel` in the `actionBegin` event.
|
|
50
|
-
|
|
51
|
-
## 24.2.4 (2024-02-06)
|
|
52
|
-
|
|
53
|
-
### Grid
|
|
54
|
-
|
|
55
|
-
#### Bug fixes
|
|
56
|
-
|
|
57
|
-
- `#FB48959` - Empty grid message does not display correctly when drag and drop is enabled issue has been resolved.
|
|
58
|
-
- `#FB50056` - Aggregates not working properly when Exporting Grid with custom dataSource issue has been resolved.
|
|
59
|
-
- `#I538079` - The alignment issue with the frozen grid while using EJ compatibility CSS has been resolved.
|
|
60
|
-
|
|
61
|
-
## 24.2.3 (2024-01-31)
|
|
62
|
-
|
|
63
|
-
### Grid
|
|
64
|
-
|
|
65
|
-
#### Bug fixes
|
|
66
|
-
|
|
67
|
-
- `#FB49514` - Resolved the issue where the entire page was reloading on Command Column button actions in grid with remote data.
|
|
68
|
-
- `#I537973` - Fixed the issue where the clear icon of the search bar was displayed when clicking outside the grid.
|
|
69
|
-
- `#I532462` - Resolved the problem with focus and keyboard traversal in the `checkbox filter popup` elements and `filter menu` elements.
|
|
70
|
-
|
|
71
|
-
## 24.1.47 (2024-01-23)
|
|
72
|
-
|
|
73
|
-
### Grid
|
|
74
|
-
|
|
75
|
-
#### Bug fixes
|
|
76
|
-
|
|
77
|
-
- `#I539223` - The issue with `ellipsisWithTooltip` not working properly in the Adaptive view has been resolved.
|
|
78
|
-
|
|
79
|
-
## 24.1.46 (2024-01-17)
|
|
80
|
-
|
|
81
|
-
### Grid
|
|
82
|
-
|
|
83
|
-
#### Bug fixes
|
|
84
|
-
|
|
85
|
-
- `#FB49473` - Resolved the issue where preventing checkbox selection by setting `isSelectable` property to false was not effective when using a column template in the grid.
|
|
86
|
-
|
|
87
|
-
## 24.1.45 (2024-01-09)
|
|
88
|
-
|
|
89
|
-
### Grid
|
|
90
|
-
|
|
91
|
-
#### Bug fixes
|
|
92
|
-
|
|
93
|
-
- `#FB49340` - Fixed an issue that occurred when resizing columns in the grid with stacked headers.
|
|
94
|
-
- `#I520335` - Resolved an issue regarding incorrect `filterBeforeOpen requestType` naming and updated the `options` property scope as public within the `actionBegin` event argument when opening the filter menu.
|
|
95
|
-
- `#I533690` - Script error thrown when clicking the cancel button in batch edit has been fixed.
|
|
96
|
-
- `#FB49544` - The problem with `persistSelection` in custom data binding has been successfully resolved.
|
|
97
|
-
- `#FB49437` - Auto suggestion not working when using the right click paste issue has been fixed.
|
|
98
|
-
|
|
99
|
-
- `#FB49340` - Fixed an issue that occurred when resizing columns in the grid with stacked headers.
|
|
100
|
-
- `#I520335` - Resolved an issue regarding incorrect `filterBeforeOpen requestType` naming and updated the `options` property scope as public within the `actionBegin` event argument when opening the filter menu.
|
|
101
|
-
- `#I533690` - Script error thrown when clicking the cancel button in batch edit has been fixed.
|
|
102
|
-
- `#FB49544` - The problem with `persistSelection` in custom data binding has been successfully resolved.
|
|
103
|
-
|
|
104
|
-
## 24.1.44 (2024-01-03)
|
|
105
|
-
|
|
106
|
-
### Grid
|
|
107
|
-
|
|
108
|
-
#### Bug fixes
|
|
109
|
-
|
|
110
|
-
- `#I527253` - The issue of displaying data in date format when it's provided as a string for the string column in the grid has been resolved.
|
|
111
|
-
- `#I525816` - The problem of losing focus in the Grid when scrolling down using the down arrow key while focusing on the template has been resolved.
|
|
112
|
-
- `#I525124` - The issue where Datamanager arguments were null when unchecking 15 or more items in the filter dialog has been resolved.
|
|
113
|
-
- `#I528688` - Fixed an issue with keyboard navigation when the grid contains hidden columns.
|
|
114
|
-
|
|
115
|
-
## 24.1.43 (2023-12-27)
|
|
116
|
-
|
|
117
|
-
### Grid
|
|
118
|
-
|
|
119
|
-
#### Bug fixes
|
|
7
|
+
#### Features
|
|
120
8
|
|
|
121
|
-
- `
|
|
122
|
-
- `
|
|
9
|
+
- `#I512834` - The `autoFitColumns` method has been improved to provide more precise adjustments to column widths. This update allows you to adjust column widths based on the maximum content width within a specified range of rows or header content. Additionally, two new optional parameters have been introduced in `autoFitColumns`- `startRowIndex` to specify the starting index for content rows and `endRowIndex` to specify the ending index.
|
|
10
|
+
- `#I311297` - The Grid now includes a "show add new row" feature during inline editing. This feature ensures that a blank row is constantly visible within the grid content, facilitating the easy insertion of new records. Explore the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/normal-editing.html).
|
|
11
|
+
- `#I280166` - The enhancement of the Grid frozen row and column feature improves compatibility with enabling the row span and column span functionality. Now, you can merge rows and cells when the same value is present within frozen table rows and cells, or within movable table rows and cells. Explore the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/row-spanning.html) for spanned row and for spanned column [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/column-spanning.html).
|
|
12
|
+
- `#I515873` - When dragging the autofill icon from selected cells to desired cells, the grid now automatically scrolls its content both vertically and horizontally, adjusting according to the direction of your drag.
|
|
13
|
+
- `#I335199` - The Grid Infinite scrolling feature enhances the compatibility of the row drag and drop feature.
|
|
14
|
+
- `#F47784` - The improvement made to the grid's infinite scrolling feature enhances its compatibility with the column `virtualization` functionality. This feature ensures optimal performance by effectively displaying multiple columns within infinite scrolling with large datasets, without experiencing any degradation in performance. Explore the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/infinite-scrolling.html).
|
|
15
|
+
|
|
16
|
+
- `#I512834` - The `autoFitColumns` method has been improved to provide more precise adjustments to column widths. This update allows you to adjust column widths based on the maximum content width within a specified range of rows or header content. Additionally, two new optional parameters have been introduced in `autoFitColumns`- `startRowIndex` to specify the starting index for content rows and `endRowIndex` to specify the ending index.
|
|
17
|
+
- `#I311297` - The Grid now includes a "show add new row" feature during inline editing. This feature ensures that a blank row is constantly visible within the grid content, facilitating the easy insertion of new records. Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/normal-edit).
|
|
18
|
+
- `#I280166` - The enhancement of the Grid frozen row and column feature improves compatibility with enabling the row span and column span functionality. Now, you can merge rows and cells when the same value is present within frozen table rows and cells, or within movable table rows and cells. Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/row-spanning) for spanned row and for spanned column [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/column/column-spanning).
|
|
19
|
+
- `#I515873` - When dragging the autofill icon from selected cells to desired cells, the grid now automatically scrolls its content both vertically and horizontally, adjusting according to the direction of your drag.
|
|
20
|
+
- `#I335199` - The Grid Infinite scrolling feature enhances the compatibility of the row drag and drop feature.
|
|
21
|
+
- `#F47784` - The improvement made to the grid's infinite scrolling feature enhances its compatibility with the column `virtualization` functionality. This feature ensures optimal performance by effectively displaying multiple columns within infinite scrolling with large datasets, without experiencing any degradation in performance. Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/infinite-scrolling).
|
|
123
22
|
|
|
124
23
|
## 24.1.41 (2023-12-18)
|
|
125
24
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-grids.umd.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 25.1.35
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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
|
|
@@ -1133,6 +1133,8 @@ exports.eventPromise = ej2Grids.eventPromise;
|
|
|
1133
1133
|
exports.getStateEventArgument = ej2Grids.getStateEventArgument;
|
|
1134
1134
|
exports.ispercentageWidth = ej2Grids.ispercentageWidth;
|
|
1135
1135
|
exports.resetRowIndex = ej2Grids.resetRowIndex;
|
|
1136
|
+
exports.resetCachedRowIndex = ej2Grids.resetCachedRowIndex;
|
|
1137
|
+
exports.groupReorderRowObject = ej2Grids.groupReorderRowObject;
|
|
1136
1138
|
exports.compareChanges = ej2Grids.compareChanges;
|
|
1137
1139
|
exports.setRowElements = ej2Grids.setRowElements;
|
|
1138
1140
|
exports.sliceElements = ej2Grids.sliceElements;
|
|
@@ -1141,6 +1143,8 @@ exports.pushuid = ej2Grids.pushuid;
|
|
|
1141
1143
|
exports.frozenDirection = ej2Grids.frozenDirection;
|
|
1142
1144
|
exports.addFixedColumnBorder = ej2Grids.addFixedColumnBorder;
|
|
1143
1145
|
exports.applyStickyLeftRightPosition = ej2Grids.applyStickyLeftRightPosition;
|
|
1146
|
+
exports.resetColandRowSpanStickyPosition = ej2Grids.resetColandRowSpanStickyPosition;
|
|
1147
|
+
exports.getCellFromRow = ej2Grids.getCellFromRow;
|
|
1144
1148
|
exports.addStickyColumnPosition = ej2Grids.addStickyColumnPosition;
|
|
1145
1149
|
exports.getCellsByTableName = ej2Grids.getCellsByTableName;
|
|
1146
1150
|
exports.getCellByColAndRowIndex = ej2Grids.getCellByColAndRowIndex;
|
|
@@ -1264,6 +1268,7 @@ exports.columnSelectionBegin = ej2Grids.columnSelectionBegin;
|
|
|
1264
1268
|
exports.columnSelectionComplete = ej2Grids.columnSelectionComplete;
|
|
1265
1269
|
exports.cellSelectionBegin = ej2Grids.cellSelectionBegin;
|
|
1266
1270
|
exports.cellSelectionComplete = ej2Grids.cellSelectionComplete;
|
|
1271
|
+
exports.destroyAutoFillElements = ej2Grids.destroyAutoFillElements;
|
|
1267
1272
|
exports.beforeCellFocused = ej2Grids.beforeCellFocused;
|
|
1268
1273
|
exports.cellFocused = ej2Grids.cellFocused;
|
|
1269
1274
|
exports.keyPressed = ej2Grids.keyPressed;
|
|
@@ -1447,6 +1452,7 @@ exports.refreshResizePosition = ej2Grids.refreshResizePosition;
|
|
|
1447
1452
|
exports.refreshSplitFrozenColumn = ej2Grids.refreshSplitFrozenColumn;
|
|
1448
1453
|
exports.renderResponsiveChangeAction = ej2Grids.renderResponsiveChangeAction;
|
|
1449
1454
|
exports.renderResponsiveColumnChooserDiv = ej2Grids.renderResponsiveColumnChooserDiv;
|
|
1455
|
+
exports.showAddNewRowFocus = ej2Grids.showAddNewRowFocus;
|
|
1450
1456
|
exports.rowCell = ej2Grids.rowCell;
|
|
1451
1457
|
exports.gridHeader = ej2Grids.gridHeader;
|
|
1452
1458
|
exports.gridContent = ej2Grids.gridContent;
|