@syncfusion/ej2-angular-grids 21.2.10-ngcc → 22.1.34-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 +9 -111
- package/dist/ej2-angular-grids.umd.js +2 -1
- package/dist/ej2-angular-grids.umd.js.map +1 -1
- package/dist/ej2-angular-grids.umd.min.js +2 -2
- package/dist/ej2-angular-grids.umd.min.js.map +1 -1
- package/license +10 -0
- 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/src/grid/aggregate-columns.directive.d.ts +3 -0
- package/src/grid/columns.directive.d.ts +2 -0
- package/src/grid/grid.component.d.ts +4 -0
- package/src/grid/stacked-column.directive.d.ts +2 -0
- package/src/pager/pager.component.d.ts +1 -0
- package/styles/bootstrap-dark.css +55 -26
- package/styles/bootstrap.css +56 -27
- package/styles/bootstrap4.css +51 -22
- package/styles/bootstrap5-dark.css +64 -37
- package/styles/bootstrap5.css +64 -37
- package/styles/excel-filter/material3-dark.css +668 -0
- package/styles/excel-filter/material3-dark.scss +2 -0
- package/styles/excel-filter/material3.css +724 -0
- package/styles/excel-filter/material3.scss +2 -0
- package/styles/fabric-dark.css +45 -16
- package/styles/fabric.css +54 -25
- package/styles/fluent-dark.css +48 -20
- package/styles/fluent.css +48 -20
- package/styles/grid/bootstrap-dark.css +55 -26
- package/styles/grid/bootstrap.css +56 -27
- package/styles/grid/bootstrap4.css +51 -22
- package/styles/grid/bootstrap5-dark.css +64 -37
- package/styles/grid/bootstrap5.css +64 -37
- package/styles/grid/fabric-dark.css +45 -16
- package/styles/grid/fabric.css +54 -25
- package/styles/grid/fluent-dark.css +48 -20
- package/styles/grid/fluent.css +48 -20
- package/styles/grid/highcontrast-light.css +43 -14
- package/styles/grid/highcontrast.css +40 -11
- package/styles/grid/material-dark.css +45 -16
- package/styles/grid/material.css +57 -28
- package/styles/grid/material3-dark.css +4528 -0
- package/styles/grid/material3-dark.scss +2 -0
- package/styles/grid/material3.css +4584 -0
- package/styles/grid/material3.scss +2 -0
- package/styles/grid/tailwind-dark.css +46 -18
- package/styles/grid/tailwind.css +46 -18
- package/styles/highcontrast-light.css +43 -14
- package/styles/highcontrast.css +40 -11
- package/styles/material-dark.css +45 -16
- package/styles/material.css +57 -28
- package/styles/material3-dark.css +5056 -0
- package/styles/material3-dark.scss +3 -0
- package/styles/material3.css +5167 -0
- package/styles/material3.scss +3 -0
- package/styles/tailwind-dark.css +46 -18
- package/styles/tailwind.css +46 -18
package/CHANGELOG.md
CHANGED
|
@@ -4,121 +4,19 @@
|
|
|
4
4
|
|
|
5
5
|
### Grid
|
|
6
6
|
|
|
7
|
-
#### Bug
|
|
8
|
-
|
|
9
|
-
- `#I469063` - The script error that occurred while exporting a lazy load grouping Grid into Excel has been resolved.
|
|
10
|
-
- `#I466214` - The issue of the pager count not being properly updated when adding a new record to the Grid, especially when there are fewer records than the page size, has been successfully resolved.
|
|
11
|
-
|
|
12
|
-
## 21.2.9 (2023-06-06)
|
|
13
|
-
|
|
14
|
-
### Grid
|
|
15
|
-
|
|
16
|
-
#### Bug Fixes
|
|
7
|
+
#### Bug fixes
|
|
17
8
|
|
|
18
|
-
-
|
|
19
|
-
- `#I456281` - Resolved the script error that was thrown when sorting a column after adding a new record in the grid with cache mode enabled.
|
|
20
|
-
- `#I459037` - Pasting issue with Grid has been resolved.
|
|
21
|
-
- `#I469713` - Resolved the issue where data was duplicated in the complex field when using an empty nested object.
|
|
9
|
+
- Improved the checkbox selection functionality by integrating Grid observable binding and incorporating support for the virtual scrolling feature.
|
|
22
10
|
|
|
23
|
-
|
|
11
|
+
#### Features
|
|
24
12
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
- `#I466214` - Resolved the issue where the page size was not being increased when adding new records to the grid containing a pager dropdown.
|
|
30
|
-
- `#I464294` - Resolved the issue where the value zero is not displayed in the grid while using complex data binding.
|
|
31
|
-
|
|
32
|
-
## 21.2.6 (2023-05-23)
|
|
33
|
-
|
|
34
|
-
### Grid
|
|
35
|
-
|
|
36
|
-
#### Bug Fixes
|
|
37
|
-
|
|
38
|
-
- `#I458689` - Resolved the issue where the bottom border was not shown when using `virtualization` with a limited number of records.
|
|
39
|
-
- `#I455549` - Fixed the problem where the column template was not being re-created after tabbing from batch edit mode in React.
|
|
40
|
-
- `#I456631` - Resolved the issue where the search functionality was not working properly within brackets.
|
|
41
|
-
- `#I458148` - `ResetOnRowClick` resets only the checked rows in the current page while using remote data binding has been resolved.
|
|
42
|
-
- `#I453406` - Removed the deprecated attribute `cellspacing` from the grid table and added the CSS property `border-spacing` instead.
|
|
43
|
-
- `I#459037` - Fixed the paste error that occurred with an empty data source and the addition of a row in Batch mode.
|
|
44
|
-
|
|
45
|
-
- `#I458689` - Resolved the issue where the bottom border was not shown when using `virtualization` with a limited number of records.
|
|
46
|
-
- `#I456631` - Resolved the issue where the search functionality was not working properly within brackets.
|
|
47
|
-
- `#I458148` - `ResetOnRowClick` resets only the checked rows in the current page while using remote data binding has been resolved.
|
|
48
|
-
- `#I453406` - Removed the deprecated attribute `cellspacing` from the grid table and added the CSS property `border-spacing` instead.
|
|
49
|
-
- `I#459037` - Fixed the paste error that occurred with an empty data source and the addition of a row in Batch mode.
|
|
50
|
-
|
|
51
|
-
## 21.2.5 (2023-05-16)
|
|
52
|
-
|
|
53
|
-
### Grid
|
|
54
|
-
|
|
55
|
-
#### Bug Fixes
|
|
56
|
-
|
|
57
|
-
- `#I459274` - The issue regarding the `All` page size is not working properly with the `RemoteSaveAdaptor` has been resolved.
|
|
58
|
-
- `#I459703` - Pager component's tooltip not getting updated on locale change issue has been fixed.
|
|
59
|
-
- `#F181837` - The problem related to copy-pasting when adding a new record has been resolved.
|
|
60
|
-
- `#I452083` - The issue of text overlapping in the vertical row rendering mode of the adaptive grid has been resolved.
|
|
61
|
-
- `#FB43372` -The Content Security Policy violation issue related to grid paging and grouping has been resolved.
|
|
62
|
-
- `#I460038` - Resolved the issue where the detail template being rendered with bold and centred formatting.
|
|
63
|
-
|
|
64
|
-
## 21.2.4 (2023-05-09)
|
|
65
|
-
|
|
66
|
-
### Grid
|
|
67
|
-
|
|
68
|
-
#### Bug Fixes
|
|
69
|
-
|
|
70
|
-
- `#F169671` - Now, the `ExcelQueryCellInfo` event is called properly in both parent and child grids.
|
|
71
|
-
- `#I441999` - Ensured that the `recordDoubleClick` event is now properly triggered on iPad devices as well.
|
|
72
|
-
- `#F181654` - Fixed issue where the react state value was being updated incorrectly with Grid templates.
|
|
73
|
-
- `#I451314` - Provided support for exporting to PDF with custom data sources.
|
|
74
|
-
- `#I457476` - Resolved a script error that occurred when the down arrow key was long-pressed while the frozen and virtual scrolling feature was enabled in the Grid.
|
|
75
|
-
|
|
76
|
-
## 21.2.3 (2023-05-03)
|
|
77
|
-
|
|
78
|
-
### Grid
|
|
79
|
-
|
|
80
|
-
#### Bug Fixes
|
|
81
|
-
|
|
82
|
-
- `#I432845` - Fixed the issue where `Lazylaod` grouping with aggregates was not exported properly in Angular and React platforms.
|
|
83
|
-
- `#F181415` - Fixed the issue where the typing for `filterbeforeopen` event of `FilterMenu` was not set properly.
|
|
84
|
-
- `#I450047` - Performance degradation on infinite scrolling with column templates has been fixed.
|
|
85
|
-
- `#I455291` - The issue of being unable to edit a newly added row when the dataSource is empty and infinite scrolling is enabled has been resolved.
|
|
86
|
-
|
|
87
|
-
## 21.1.41 (2023-04-18)
|
|
88
|
-
|
|
89
|
-
### Grid
|
|
90
|
-
|
|
91
|
-
#### Bug Fixes
|
|
92
|
-
|
|
93
|
-
- `#I442797` - The issue of an error occurring when hovering over the search option on a filter dropdown has been resolved and fixed.
|
|
94
|
-
- `#I452425` - The row selection is not working properly when virtualisation is enabled and an odd number is set as the page size has been resolved.
|
|
95
|
-
- `#I455150` - The issue with the script error while opening the custom filter template in the grid filter menu feature has been resolved.
|
|
96
|
-
- `#I451761` - Script error being thrown when copying an empty Grid has been resolved.
|
|
97
|
-
- `#I453134` - The last edited cell is now correctly saved when the tab key is pressed from the last row cell, even when `allowAdding` is set to `false` in batch edit mode.
|
|
98
|
-
|
|
99
|
-
## 21.1.39 (2023-04-11)
|
|
100
|
-
|
|
101
|
-
### Grid
|
|
102
|
-
|
|
103
|
-
#### Bug Fixes
|
|
104
|
-
|
|
105
|
-
- `#I443674` - Resolved the issue where the currency format was incorrect with grid excel export.
|
|
106
|
-
- `#F175708` - Fixed the issue where the change event of the textbox component was not triggered when pressing the tab key on batch edit.
|
|
107
|
-
- `#I432022` - Resolved the issue where the grid was being re rendered while updating state due to the use of function type property.
|
|
108
|
-
- `#I447288` - The issue of virtual scrolling not functioning correctly when rendering the Grid at the bottom of the page has been resolved.
|
|
109
|
-
|
|
110
|
-
## 21.1.38 (2023-04-04)
|
|
111
|
-
|
|
112
|
-
### Grid
|
|
113
|
-
|
|
114
|
-
#### Bug Fixes
|
|
13
|
+
- `#I451870` - The Pager component has been enhanced to be more responsive. It now includes the ability to automatically resize itself and dynamically show or hide pager items based on the width of the Grid. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/pager-dropdown.html).
|
|
14
|
+
- `#FB31707` - Added functionality to support drag-and-drop of grid rows between different groups within the Grid. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/drag-drop-within-grid.html).
|
|
15
|
+
- `#FB6478`, `#FB5702` - Implemented support for maintaining the state of expanded grouped rows during editing actions. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/grouping.html).
|
|
115
16
|
|
|
116
|
-
- `#
|
|
117
|
-
- `#
|
|
118
|
-
- `#
|
|
119
|
-
- `#I444506` - Last row border is not applied while reordering a row to the last index issue has been resolved.
|
|
120
|
-
- `#F180653` - `rowHeight` does not work properly with Detail Template issue has been resolved.
|
|
121
|
-
- `#F180026` - The issue of the last row being removed after adding a new row has been resolved when the page size is set to `ALL`.
|
|
17
|
+
- `#I451870` - The Pager component has been enhanced to be more responsive. It now includes the ability to automatically resize itself and dynamically show or hide pager items based on the width of the Grid. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/paging).
|
|
18
|
+
- `#FB31707` - Added functionality to support drag-and-drop of grid rows between different groups within the Grid. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/drag-drop-within-grid).
|
|
19
|
+
- `#FB6478`, `#FB5702` - Implemented support for maintaining the state of expanded grouped rows during editing actions. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/grouping).
|
|
122
20
|
|
|
123
21
|
## 21.1.35 (2023-03-23)
|
|
124
22
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-grids.umd.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 22.1.34
|
|
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
|
|
@@ -1102,6 +1102,7 @@ exports.removeAddCboxClasses = ej2Grids.removeAddCboxClasses;
|
|
|
1102
1102
|
exports.refreshForeignData = ej2Grids.refreshForeignData;
|
|
1103
1103
|
exports.getForeignData = ej2Grids.getForeignData;
|
|
1104
1104
|
exports.getColumnByForeignKeyValue = ej2Grids.getColumnByForeignKeyValue;
|
|
1105
|
+
exports.padZero = ej2Grids.padZero;
|
|
1105
1106
|
exports.getDatePredicate = ej2Grids.getDatePredicate;
|
|
1106
1107
|
exports.renderMovable = ej2Grids.renderMovable;
|
|
1107
1108
|
exports.isGroupAdaptive = ej2Grids.isGroupAdaptive;
|