@syncfusion/ej2-angular-grids 23.2.7-ngcc → 24.1.41-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 +7 -2
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-grids.js +7 -2
- package/@syncfusion/ej2-angular-grids.js.map +1 -1
- package/CHANGELOG.md +29 -146
- package/dist/ej2-angular-grids.umd.js +9 -2
- 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/ej2-angular-grids.metadata.json +1 -1
- 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/src/grid/grid.component.d.ts +7 -0
- package/styles/bootstrap-dark.css +1 -5113
- package/styles/bootstrap.css +1 -5114
- package/styles/bootstrap4.css +1 -5201
- package/styles/bootstrap5-dark.css +1 -5193
- package/styles/bootstrap5.css +1 -5193
- package/styles/excel-filter/bootstrap-dark.css +1 -528
- package/styles/excel-filter/bootstrap.css +1 -528
- package/styles/excel-filter/bootstrap4.css +1 -584
- package/styles/excel-filter/bootstrap5-dark.css +1 -572
- package/styles/excel-filter/bootstrap5.css +1 -572
- package/styles/excel-filter/fabric-dark.css +1 -504
- package/styles/excel-filter/fabric.css +1 -497
- package/styles/excel-filter/fluent-dark.css +1 -552
- package/styles/excel-filter/fluent.css +1 -552
- package/styles/excel-filter/highcontrast-light.css +1 -501
- package/styles/excel-filter/highcontrast.css +1 -501
- package/styles/excel-filter/material-dark.css +1 -535
- package/styles/excel-filter/material.css +1 -568
- package/styles/excel-filter/material3-dark.css +1 -670
- package/styles/excel-filter/material3.css +1 -726
- package/styles/excel-filter/tailwind-dark.css +1 -520
- package/styles/excel-filter/tailwind.css +1 -520
- package/styles/fabric-dark.css +1 -5087
- package/styles/fabric.css +1 -5080
- package/styles/fluent-dark.css +1 -5231
- package/styles/fluent.css +1 -5231
- package/styles/grid/bootstrap-dark.css +1 -4689
- package/styles/grid/bootstrap.css +1 -4690
- package/styles/grid/bootstrap4.css +1 -4766
- package/styles/grid/bootstrap5-dark.css +1 -4766
- package/styles/grid/bootstrap5.css +1 -4766
- package/styles/grid/fabric-dark.css +1 -4663
- package/styles/grid/fabric.css +1 -4656
- package/styles/grid/fluent-dark.css +1 -4804
- package/styles/grid/fluent.css +1 -4804
- package/styles/grid/highcontrast-light.css +1 -4660
- package/styles/grid/highcontrast.css +1 -4660
- package/styles/grid/material-dark.css +1 -4703
- package/styles/grid/material.css +1 -4737
- package/styles/grid/material3-dark.css +1 -5008
- package/styles/grid/material3.css +1 -5064
- package/styles/grid/tailwind-dark.css +1 -4784
- package/styles/grid/tailwind.css +1 -4784
- package/styles/highcontrast-light.css +1 -5084
- package/styles/highcontrast.css +1 -5084
- package/styles/material-dark.css +1 -5133
- package/styles/material.css +1 -5175
- package/styles/material3-dark.css +1 -5538
- package/styles/material3.css +1 -5650
- package/styles/tailwind-dark.css +1 -5211
- package/styles/tailwind.css +1 -5211
package/CHANGELOG.md
CHANGED
|
@@ -6,132 +6,35 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
-
-
|
|
10
|
-
- `#
|
|
11
|
-
- `#
|
|
12
|
-
- `#
|
|
13
|
-
- `#
|
|
9
|
+
- Enhanced keyboard navigation support for `Mac` devices.
|
|
10
|
+
- `#I513158` - Selection issue with selection mode as `Both` and checkbox column has been resolved.
|
|
11
|
+
- `#F185441` - Dropping the record below the last row adds the data in first position issue has been resolved.
|
|
12
|
+
- `#FB49107` - `PersistSelection` does not working with `custom-binding` issue has been resolved.
|
|
13
|
+
- `#I516297` - Resolved the issue where the checkbox state in the column chooser was not being properly announced with the JAWS screen reader.
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
### Grid
|
|
18
|
-
|
|
19
|
-
#### Bug fixes
|
|
20
|
-
|
|
21
|
-
- `#I517762` - Resolved the issue with paste functionality of the Grid on Mac devices.
|
|
22
|
-
- `#I520019` - The filter dialog `popup` is closed when no records are found during the search and press Enter key has been fixed.
|
|
23
|
-
- `#I514004` - Fixed an issue with the space between the arrow in the tooltip and the content.
|
|
24
|
-
- `#I511050` - Error thrown while sorting columns after filtering has been resolved.
|
|
25
|
-
- `#I464878` - The issue where the focus style for checkbox items was not applying to the spreadsheet component has been resolved.
|
|
26
|
-
- `#F185039` - Resolved a problem where the grid would not display all records when the filter was cleared.
|
|
27
|
-
- `#I513685` - Aria-label for `SelectAllCheckbox` is now descriptive for accessibility.
|
|
28
|
-
|
|
29
|
-
- `#I517762` - Resolved the issue with paste functionality of the Grid on Mac devices.
|
|
30
|
-
- `#I514004` - Fixed an issue with the space between the arrow in the tooltip and the content.
|
|
31
|
-
- `#I511050` - Error thrown while sorting columns after filtering has been resolved.
|
|
32
|
-
- `#I464878` - The issue where the focus style for checkbox items was not applying to the spreadsheet component has been resolved.
|
|
33
|
-
- `#F185039` - Resolved a problem where the grid would not display all records when the filter was cleared.
|
|
34
|
-
- `#I513685` - Aria-label for `SelectAllCheckbox` is now descriptive for accessibility.
|
|
35
|
-
|
|
36
|
-
## 23.2.4 (2023-11-20)
|
|
37
|
-
|
|
38
|
-
### Grid
|
|
39
|
-
|
|
40
|
-
#### Bug fixes
|
|
41
|
-
|
|
42
|
-
- `#I508354` - Cell selection is now working fine with row drag and drop.
|
|
43
|
-
|
|
44
|
-
## 23.1.44 (2023-11-07)
|
|
45
|
-
|
|
46
|
-
### Grid
|
|
47
|
-
|
|
48
|
-
#### Bug fixes
|
|
49
|
-
|
|
50
|
-
- `#I511490` - The problem of adding a row in batch mode not working when the first field is disabled with `allowEditing` set to false has been resolved.
|
|
51
|
-
- `#FB47714` - Improved the drag behaviour of the grouping disabled column
|
|
52
|
-
- `#I512845` - Fixed an issue in batch editing where, after editing a cell, holding and copying the items and releasing the hold on a nearby cell would close the editing.
|
|
53
|
-
- `#I511052` - Error thrown while sorting from largest to smallest or from smallest to largest has been fixed.
|
|
54
|
-
- `#I507810` - The issue of removing an add form upon clicking the cancel button in a command column has been resolved.
|
|
55
|
-
- `#FB47309`, `#FB47308` - Actual page navigation is prevented while clicking the grid pager numeric items and the expand-collapse icon.
|
|
56
|
-
|
|
57
|
-
## 23.1.43 (2023-10-31)
|
|
58
|
-
|
|
59
|
-
### Grid
|
|
60
|
-
|
|
61
|
-
#### Bug fixes
|
|
62
|
-
|
|
63
|
-
- `#I507979` - The issue where the clipboard was not cleared after using 'CTRL+A' + 'CTRL+C' + 'ESC' combination has been resolved.
|
|
64
|
-
- `#I513196` - The script error that occurred when printing a grouped hierarchical grid has been resolved.
|
|
65
|
-
- `#I511776` - The tooltip in the header template is now properly destroyed.
|
|
66
|
-
- `#I508400` - The problem where the aria-label was repeated twice when a string template was rendered in a column template has been resolved.
|
|
67
|
-
- `#I509734` - The issue where the `freeze` property was not working properly when the column field value was not defined has been fixed.
|
|
68
|
-
- `#I510683` - The problem of white space occurring while using `AutoFit` on a frozen column has been fixed.
|
|
69
|
-
- `#I508457` - When `virtualization` is enabled, the problem where editing a single field also changed the other field values with the previous edited value has been fixed.
|
|
70
|
-
- `#I496847` - The problem of hidden columns showing empty columns while copy pasting the grid content has been resolved.
|
|
71
|
-
- `#I508408` - The issue where freezing command columns were not working properly has been fixed.
|
|
72
|
-
- `#I513536` - Grouped column headers are now displaying properly in all themes.
|
|
73
|
-
- `#FB46958` - The problem with filtering the foreign key field having the same name has been resolved.
|
|
74
|
-
|
|
75
|
-
## 23.1.42 (2023-10-24)
|
|
76
|
-
|
|
77
|
-
### Grid
|
|
78
|
-
|
|
79
|
-
#### Bug fixes
|
|
80
|
-
|
|
81
|
-
- `#I507214` - The problem of displaying an empty tooltip with batch-edited cells has been resolved.
|
|
82
|
-
- `#I504365` - Fixed an issue where the request for aggregate was not sent when the `disablePageWiseAggregate` property was enabled in custom binding.
|
|
83
|
-
- `#I507080` - The issue related to the styling of the Lazy Load Group with a `groupCaptionTemplate` has been resolved.
|
|
84
|
-
- `#I501881` - Fixed an issue where the drop indicator for the column should be displayed when dragging a column into another column.
|
|
85
|
-
- `#I511484` - The issue where the Grid did not render properly when the `editSetting` property was defined without injecting the `editModule` has been resolved.
|
|
86
|
-
|
|
87
|
-
## 23.1.41 (2023-10-17)
|
|
88
|
-
|
|
89
|
-
### Grid
|
|
90
|
-
|
|
91
|
-
#### Bug fixes
|
|
92
|
-
|
|
93
|
-
- `#I510239` - Error occurs when changing the State through clicking the button rendered in the Column Template has been fixed.
|
|
94
|
-
- `#I494272` - In mobile view unable to interact with the page after double-clicking on the filter date icon issue has been fixed.
|
|
95
|
-
- `#I423460` - Fixed an issue where the grid froze with a loading spinner when collapsing grouped items in an infinite scroll enabled grid.
|
|
96
|
-
- `#I503487` - In the `actionFailure` event, the failure message argument is now sent correctly.
|
|
97
|
-
- `#I509249` - The script error that occurred when saving the edited row at the bottom in the presence of grouping has been fixed.
|
|
98
|
-
- `#I508136` - Row reorder occurs while editing with inline mode with grouping in complex data has been fixed.
|
|
99
|
-
- `#I490262` - The problem where checkbox filtering was not working properly when cancelling the filtering has been fixed.
|
|
100
|
-
- `#I504493` - The pager elements are now rendered correctly when the grid is hidden and then shown again.
|
|
101
|
-
- `#I511064` - The problem with `frozenColumns` are not working when declared in the `dataBound` event has been resolved.
|
|
102
|
-
|
|
103
|
-
## 23.1.40 (2023-10-10)
|
|
104
|
-
|
|
105
|
-
### Grid
|
|
106
|
-
|
|
107
|
-
#### Bug fixes
|
|
108
|
-
|
|
109
|
-
- `#I503161` - The additional default declaration in the `bootstrap4` theme definition file has been removed.
|
|
110
|
-
|
|
111
|
-
## 23.1.39 (2023-10-04)
|
|
112
|
-
|
|
113
|
-
### Grid
|
|
114
|
-
|
|
115
|
-
#### Bug fixes
|
|
116
|
-
|
|
117
|
-
- `#I504671` - The issue regarding cell changes not being saved when clicking outside of the grid has been resolved.
|
|
118
|
-
- `#I501004` - The header template is now rendering correctly, regardless of the header cell height.
|
|
119
|
-
- `#FB46829` - The issue where the selection was not properly removed for the checkbox column has been resolved.
|
|
120
|
-
|
|
121
|
-
## 23.1.38 (2023-09-26)
|
|
15
|
+
#### Features
|
|
122
16
|
|
|
123
|
-
|
|
17
|
+
- Introduced adaptive support for the pager dropdown, dynamically rendering on mobile and tablet devices alongside the pager component. The `pager message` element now adjusts its rendering based on the screen size, ensuring a more responsive and user-friendly experience. Explore the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/adaptive-layout.html).
|
|
18
|
+
- Provided support for the `column chooser` and `column menu` features in the `adaptive` Grid. Explore the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/adaptive-layout.html).
|
|
19
|
+
- Implemented support to render custom content using the `emptyRecordTemplate` property of the Grid. This feature allows the utilization of a string or an HTML element ID value as a template when there's no data to display. Explore the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/empty-record-template.html).
|
|
20
|
+
- `#FB43913` - Provided keyboard navigation support for `Excel Filter` menu items. Navigation through the items can be done using `tab`/`shift-tab` keys or `up`/`down` arrow keys. Sub-menu items can be opened and closed using `right` and `left` arrow keys. Explore the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/filter-menu.html).
|
|
21
|
+
- `#I390332` - Implemented the `OnDemand` concept for `Checkbox` and `Excel` type filters. This functionality can be enabled by setting the `enableInfiniteScrolling` property as true within the `filterSettings` property of the Grid. Explore the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/filter-menu.html).
|
|
22
|
+
- The `Lazy Load Grouping` feature now supports compatibility with the Grid's `custom-binding` feature.
|
|
23
|
+
- The Grid export functionality has been enhanced to export grid data as a `blob` instead of initiating direct browser file downloads during client-side grid exports.
|
|
24
|
+
- Enhanced the visual indication effect on rows during the drag-and-drop interaction within the grouped drag-and-drop feature for improved visualization.
|
|
25
|
+
|
|
26
|
+
- Introduced adaptive support for the pager dropdown, dynamically rendering on mobile and tablet devices alongside the pager component. The `pager message` element now adjusts its rendering based on the screen size, ensuring a more responsive and user-friendly experience. Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/adaptive-layout).
|
|
27
|
+
- Provided support for the `column chooser` and `column menu` features in the `adaptive` Grid. Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/adaptive-layout).
|
|
28
|
+
- Implemented support to render custom content using the `emptyRecordTemplate` property of the Grid. This feature allows the utilization of a string or an HTML element ID value as a template when there's no data to display. Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/empty-record-template).
|
|
29
|
+
- `#FB43913` - Provided keyboard navigation support for `Excel Filter` menu items. Navigation through the items can be done using `tab`/`shift-tab` keys or `up`/`down` arrow keys. Sub-menu items can be opened and closed using `right` and `left` arrow keys. Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/filter-menu).
|
|
30
|
+
- `#I390332` - Implemented the `OnDemand` concept for `Checkbox` and `Excel` type filters. This functionality can be enabled by setting the `enableInfiniteScrolling` property as true within the `filterSettings` property of the Grid. Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/filter-menu).
|
|
31
|
+
- The `Lazy Load Grouping` feature now supports compatibility with the Grid's `custom-binding` feature.
|
|
32
|
+
- The Grid export functionality has been enhanced to export grid data as a `blob` instead of initiating direct browser file downloads during client-side grid exports.
|
|
33
|
+
- Enhanced the visual indication effect on rows during the drag-and-drop interaction within the grouped drag-and-drop feature for improved visualization.
|
|
124
34
|
|
|
125
|
-
####
|
|
35
|
+
#### Breaking Changes
|
|
126
36
|
|
|
127
|
-
-
|
|
128
|
-
- `#I489490` - Resolved an issue where `changeDataSource` was not functioning correctly when column virtual scrolling was enabled.
|
|
129
|
-
- `#I499794` - Fixed an issue where the disabled cursor was not showing when dragging rows outside the grid with the `RowDragandDrop` feature.
|
|
130
|
-
- `#I501376` - During batch editing, a script issue was fixed after the checkbox column was dynamically disabled.
|
|
131
|
-
- `#I494495` - Fixed a script issue that occurred when sorting was performed while a validation message was displayed in Batch edit mode for the same column.
|
|
132
|
-
- `#I500511` - Resolved a script error related to the persistence of selection actions when utilizing the `WebAPIAdaptor`.
|
|
133
|
-
- `#I497445` - Searching value with trailing zero shows no records to display in grid has been fixed.
|
|
134
|
-
- `#I500931` - Fixed the alignment issue of the child grid header when sub-child grids are added dynamically within the child grid.
|
|
37
|
+
- Improved the grid accessibility over different screen readers by removing the `aria-label` and updating the suitable roles for each elements(`th`,`td`,`tr`) in the grid. Removed the deprecated `aria-description` attribute and updated the alternate attribute `aria-describedby` in grid header cells by including a new `span` element with the content to describe and with the display property as `none`, when the features like Grouping, Sorting, Column menu and Filter Menu are enabled in the grid.
|
|
135
38
|
|
|
136
39
|
## 23.1.36 (2023-09-15)
|
|
137
40
|
|
|
@@ -141,37 +44,17 @@
|
|
|
141
44
|
|
|
142
45
|
- `#I488183` - Fixed an issue where the frozen columns get hidden while using auto-generated columns.
|
|
143
46
|
- `#I473780` - Resolved an issue where the frozen horizontal scroll did not work when a validation error message is shown.
|
|
144
|
-
- `#I486159` - Fixed an issue where the Column Reorder was not working properly when
|
|
145
|
-
- `#I498644` - Resolved an issue where the skip and take parameters are not passed to the server-side while performing grid actions only in the case of the total number of records and page sizes are equal.
|
|
146
|
-
|
|
147
|
-
- `#I488183` - Fixed an issue where the frozen columns get hidden while using auto-generated columns.
|
|
148
|
-
- `#I473780` - Resolved an issue where the frozen horizontal scroll did not work when a validation error message is shown.
|
|
149
|
-
- `#I486159` - Fixed an issue where the Column Reorder was not working properly when the frozen right feature is enabled.
|
|
150
|
-
- `#I498644` - Resolved an issue where the skip and take parameters are not passed to server-side while performing grid actions only in the case of the total number of records and page sizes are equal.
|
|
47
|
+
- `#I486159` - Fixed an issue where the Column Reorder was not working properly when frozen right feature is enabled.
|
|
151
48
|
|
|
152
49
|
#### Features
|
|
153
50
|
|
|
154
|
-
- `#FB10384` - Provided the support for exporting
|
|
155
|
-
- `#FB10132` - Provided the support for exporting multiple grids in
|
|
51
|
+
- `#FB10384` - Provided the support for exporting grid with Column template and Detail template at client side by using the `exportDetailTemplate` event of grid where each cells of the grid rows can be customized.
|
|
52
|
+
- `#FB10132` - Provided the support for exporting multiple grids in same or different pages into pdf and excel formats by listing the id values of each grid that needs to be exported in the `exportGrids` property of Grid.
|
|
156
53
|
- `#FB44392` - Provided the support for Column Virtualization with pagination in Grid.
|
|
157
|
-
- Improved frozen rows and columns by enabling previously limited features such as Grouping, Row templates, Infinite scrolling, Stacked Header, and Column Virtualization.
|
|
158
|
-
- Introduced a new column freezing mode known as `Fixed`, in addition to the existing `Left`, `Right`, and `Center` modes within the column settings' freeze property. This `Fixed` mode locks columns in place, ensuring their visibility during horizontal scrolling.
|
|
159
54
|
|
|
160
55
|
#### Breaking Changes
|
|
161
56
|
|
|
162
|
-
- Revamped the frozen feature by replacing the previous three-table approach with a single table, resulting in significant performance improvements
|
|
163
|
-
|
|
164
|
-
**Deprecated Methods**
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
| Deprecated Methods | Previous | Current | Suggested Alternative Methods |
|
|
168
|
-
|---|---|---|---|
|
|
169
|
-
| `getMovableRows()` | This method returns only the movable table rows `(tr's)`. | This method will return all table rows `(tr's)` of the entire table. The movable cells within the `tr` element can be selected using the `e-unfreeze` class. | `getRows()` |
|
|
170
|
-
| `getFrozenRightRows()` | This method returns only the table rows `(tr's)` from the freeze right table. | This method will return all the rows `(tr’s)` of the entire table. The frozen right cells can be selected using the `e-rightfreeze` class. | `getRows()` |
|
|
171
|
-
| `getMovableRowByIndex()` <br> `getFrozenRowByIndex()` <br> `getFrozenRightRowByIndex()` | * `getMovableRowByIndex` - select a movable row <br> * `getFrozenRowByIndex` - select a freeze row <br> * `getFrozenRightRowByIndex` - select a right freeze row. | This method will return the table row `(tr)` based on the given index. Additionally, class names for table cells `(td's)` have been separated as follows: <br> * Left-Freeze: `e-leftfreeze` <br> * Movable: `e-unfreeze` <br> * Right-Freeze : `e-rightfreeze` | `getRowByIndex()` |
|
|
172
|
-
| `getMovableCellFromIndex()` <br> `getFrozenRightCellFromIndex()` | * `getMovableCellFromIndex()` - select a particular cell in the movable table. <br> * `getFrozenRightCellFromIndex()` - select a particular cell in the right freeze table. | No change | `getCellFromIndex()` |
|
|
173
|
-
| `getMovableDataRows()` <br> `getFrozenRightDataRows()` <br> `getFrozenDataRows()` | These methods return the viewport data rows for the freeze, movable, and right tables separately. | This method, will return the entire viewport data rows. | `getDataRows()` |
|
|
174
|
-
| `getMovableColumnHeaderByIndex()` <br> `getFrozenRightColumnHeaderByIndex()` <br> `getFrozenLeftColumnHeaderByIndex()` | These methods select the movable, right freeze, and left freeze headers from the table separately. | No change | `getColumnHeaderByIndex`() |
|
|
57
|
+
- Revamped the frozen feature by replacing the previous three-table approach with a single table, resulting in significant performance improvements. This enhancement now enables support for previously limited features with frozen columns, such as `column virtualization` and `grouping`. Additionally, added a new mode `Fixed` alongside the existing `Left`, `Right`, and `Center` modes in freeze property of column settings. This update eliminates the need to inject modules for utilizing the frozen feature.
|
|
175
58
|
|
|
176
59
|
## 22.1.34 (2023-06-21)
|
|
177
60
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-grids.umd.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 24.1.41
|
|
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
|
|
@@ -443,7 +443,7 @@ var __metadata$3 = (this && this.__metadata) || function (k, v) {
|
|
|
443
443
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
444
444
|
return Reflect.metadata(k, v);
|
|
445
445
|
};
|
|
446
|
-
var inputs = ['aggregates', 'allowExcelExport', 'allowFiltering', 'allowGrouping', 'allowKeyboard', 'allowMultiSorting', 'allowPaging', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTextWrap', 'autoFit', 'childGrid', 'clipMode', 'columnChooserSettings', 'columnMenuItems', 'columnQueryMode', 'columns', 'contextMenuItems', 'cssClass', 'currencyCode', 'currentAction', 'currentViewData', 'dataSource', 'detailTemplate', 'editSettings', 'ej2StatePersistenceVersion', 'enableAdaptiveUI', 'enableAltRow', 'enableAutoFill', 'enableColumnVirtualization', 'enableHeaderFocus', 'enableHover', 'enableHtmlSanitizer', 'enableImmutableMode', 'enableInfiniteScrolling', 'enablePersistence', 'enableRtl', 'enableStickyHeader', 'enableVirtualMaskRow', 'enableVirtualization', 'exportGrids', 'filterSettings', 'frozenColumns', 'frozenRows', 'gridLines', 'groupSettings', 'height', 'hierarchyPrintMode', 'infiniteScrollSettings', 'loadingIndicator', 'locale', 'pageSettings', 'pagerTemplate', 'parentDetails', 'printMode', 'query', 'queryString', 'resizeSettings', 'rowDropSettings', 'rowHeight', 'rowRenderingMode', 'rowTemplate', 'searchSettings', 'selectedRowIndex', 'selectionSettings', 'showColumnChooser', 'showColumnMenu', 'showHider', 'sortSettings', 'textWrapSettings', 'toolbar', 'toolbarTemplate', 'width'];
|
|
446
|
+
var inputs = ['aggregates', 'allowExcelExport', 'allowFiltering', 'allowGrouping', 'allowKeyboard', 'allowMultiSorting', 'allowPaging', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTextWrap', 'autoFit', 'childGrid', 'clipMode', 'columnChooserSettings', 'columnMenuItems', 'columnQueryMode', 'columns', 'contextMenuItems', 'cssClass', 'currencyCode', 'currentAction', 'currentViewData', 'dataSource', 'detailTemplate', 'editSettings', 'ej2StatePersistenceVersion', 'emptyRecordTemplate', 'enableAdaptiveUI', 'enableAltRow', 'enableAutoFill', 'enableColumnVirtualization', 'enableHeaderFocus', 'enableHover', 'enableHtmlSanitizer', 'enableImmutableMode', 'enableInfiniteScrolling', 'enablePersistence', 'enableRtl', 'enableStickyHeader', 'enableVirtualMaskRow', 'enableVirtualization', 'exportGrids', 'filterSettings', 'frozenColumns', 'frozenRows', 'gridLines', 'groupSettings', 'height', 'hierarchyPrintMode', 'infiniteScrollSettings', 'loadingIndicator', 'locale', 'pageSettings', 'pagerTemplate', 'parentDetails', 'printMode', 'query', 'queryString', 'resizeSettings', 'rowDropSettings', 'rowHeight', 'rowRenderingMode', 'rowTemplate', 'searchSettings', 'selectedRowIndex', 'selectionSettings', 'showColumnChooser', 'showColumnMenu', 'showHider', 'sortSettings', 'textWrapSettings', 'toolbar', 'toolbarTemplate', 'width'];
|
|
447
447
|
var outputs$4 = ['actionBegin', 'actionComplete', 'actionFailure', 'batchAdd', 'batchCancel', 'batchDelete', 'beforeAutoFill', 'beforeBatchAdd', 'beforeBatchDelete', 'beforeBatchSave', 'beforeCopy', 'beforeDataBound', 'beforeExcelExport', 'beforeOpenAdaptiveDialog', 'beforeOpenColumnChooser', 'beforePaste', 'beforePdfExport', 'beforePrint', 'beginEdit', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSave', 'cellSaved', 'cellSelected', 'cellSelecting', 'checkBoxChange', 'columnDataStateChange', 'columnDeselected', 'columnDeselecting', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuOpen', 'columnSelected', 'columnSelecting', 'commandClick', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataBound', 'dataSourceChanged', 'dataStateChange', 'destroyed', 'detailDataBound', 'excelAggregateQueryCellInfo', 'excelExportComplete', 'excelHeaderQueryCellInfo', 'excelQueryCellInfo', 'exportDetailDataBound', 'exportDetailTemplate', 'exportGroupCaption', 'headerCellInfo', 'keyPressed', 'lazyLoadGroupCollapse', 'lazyLoadGroupExpand', 'load', 'pdfAggregateQueryCellInfo', 'pdfExportComplete', 'pdfHeaderQueryCellInfo', 'pdfQueryCellInfo', 'printComplete', 'queryCellInfo', 'recordClick', 'recordDoubleClick', 'resizeStart', 'resizeStop', 'resizing', 'rowDataBound', 'rowDeselected', 'rowDeselecting', 'rowDrag', 'rowDragStart', 'rowDragStartHelper', 'rowDrop', 'rowSelected', 'rowSelecting', 'toolbarClick', 'dataSourceChange'];
|
|
448
448
|
var twoWays = ['dataSource'];
|
|
449
449
|
/**
|
|
@@ -697,6 +697,7 @@ exports.GridComponent.ctorParameters = function () { return [
|
|
|
697
697
|
]; };
|
|
698
698
|
exports.GridComponent.propDecorators = {
|
|
699
699
|
'rowTemplate': [{ type: core.ContentChild, args: ['rowTemplate',] },],
|
|
700
|
+
'emptyRecordTemplate': [{ type: core.ContentChild, args: ['emptyRecordTemplate',] },],
|
|
700
701
|
'detailTemplate': [{ type: core.ContentChild, args: ['detailTemplate',] },],
|
|
701
702
|
'toolbarTemplate': [{ type: core.ContentChild, args: ['toolbarTemplate',] },],
|
|
702
703
|
'pagerTemplate': [{ type: core.ContentChild, args: ['pagerTemplate',] },],
|
|
@@ -707,6 +708,10 @@ __decorate$3([
|
|
|
707
708
|
ej2AngularBase.Template(),
|
|
708
709
|
__metadata$3("design:type", Object)
|
|
709
710
|
], exports.GridComponent.prototype, "rowTemplate", void 0);
|
|
711
|
+
__decorate$3([
|
|
712
|
+
ej2AngularBase.Template(),
|
|
713
|
+
__metadata$3("design:type", Object)
|
|
714
|
+
], exports.GridComponent.prototype, "emptyRecordTemplate", void 0);
|
|
710
715
|
__decorate$3([
|
|
711
716
|
ej2AngularBase.Template(),
|
|
712
717
|
__metadata$3("design:type", Object)
|
|
@@ -1440,6 +1445,8 @@ exports.refreshVirtualLazyLoadCache = ej2Grids.refreshVirtualLazyLoadCache;
|
|
|
1440
1445
|
exports.refreshFrozenPosition = ej2Grids.refreshFrozenPosition;
|
|
1441
1446
|
exports.refreshResizePosition = ej2Grids.refreshResizePosition;
|
|
1442
1447
|
exports.refreshSplitFrozenColumn = ej2Grids.refreshSplitFrozenColumn;
|
|
1448
|
+
exports.renderResponsiveChangeAction = ej2Grids.renderResponsiveChangeAction;
|
|
1449
|
+
exports.renderResponsiveColumnChooserDiv = ej2Grids.renderResponsiveColumnChooserDiv;
|
|
1443
1450
|
exports.rowCell = ej2Grids.rowCell;
|
|
1444
1451
|
exports.gridHeader = ej2Grids.gridHeader;
|
|
1445
1452
|
exports.gridContent = ej2Grids.gridContent;
|