@syncfusion/ej2-angular-grids 22.2.12-ngcc → 23.1.36-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 +3 -3
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-grids.js +3 -3
- package/@syncfusion/ej2-angular-grids.js.map +1 -1
- package/CHANGELOG.md +25 -113
- package/dist/ej2-angular-grids.umd.js +16 -37
- 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/aggregate-columns.directive.d.ts +1 -0
- package/src/grid/columns.directive.d.ts +3 -1
- package/src/grid/grid.component.d.ts +3 -2
- package/src/grid/stacked-column.directive.d.ts +3 -1
- package/styles/bootstrap-dark.css +366 -22
- package/styles/bootstrap.css +366 -22
- package/styles/bootstrap4.css +379 -22
- package/styles/bootstrap5-dark.css +366 -22
- package/styles/bootstrap5.css +366 -22
- package/styles/excel-filter/material-dark.css +0 -1
- package/styles/excel-filter/material.css +0 -1
- package/styles/excel-filter/material3-dark.css +0 -1
- package/styles/excel-filter/material3-dark.scss +1 -1
- package/styles/excel-filter/material3.css +0 -1
- package/styles/excel-filter/material3.scss +1 -1
- package/styles/excel-filter/tailwind-dark.css +0 -1
- package/styles/excel-filter/tailwind.css +0 -1
- package/styles/fabric-dark.css +366 -22
- package/styles/fabric.css +366 -22
- package/styles/fluent-dark.css +367 -23
- package/styles/fluent.css +367 -23
- package/styles/grid/bootstrap-dark.css +366 -22
- package/styles/grid/bootstrap.css +366 -22
- package/styles/grid/bootstrap4.css +379 -22
- package/styles/grid/bootstrap5-dark.css +366 -22
- package/styles/grid/bootstrap5.css +366 -22
- package/styles/grid/fabric-dark.css +366 -22
- package/styles/grid/fabric.css +366 -22
- package/styles/grid/fluent-dark.css +367 -23
- package/styles/grid/fluent.css +367 -23
- package/styles/grid/highcontrast-light.css +366 -22
- package/styles/grid/highcontrast.css +366 -22
- package/styles/grid/material-dark.css +371 -28
- package/styles/grid/material.css +366 -23
- package/styles/grid/material3-dark.css +383 -24
- package/styles/grid/material3-dark.scss +1 -1
- package/styles/grid/material3.css +383 -24
- package/styles/grid/material3.scss +1 -1
- package/styles/grid/tailwind-dark.css +366 -23
- package/styles/grid/tailwind.css +366 -23
- package/styles/highcontrast-light.css +366 -22
- package/styles/highcontrast.css +366 -22
- package/styles/material-dark.css +371 -28
- package/styles/material.css +366 -23
- package/styles/material3-dark.css +383 -25
- package/styles/material3.css +383 -24
- package/styles/tailwind-dark.css +366 -24
- package/styles/tailwind.css +366 -24
package/CHANGELOG.md
CHANGED
|
@@ -6,127 +6,39 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
9
|
+
- `#I488183` - Fixed an issue where the frozen columns get hidden while using auto-generated columns.
|
|
10
|
+
- `#I473780` - Resolved an issue where the frozen horizontal scroll did not work when a validation error message is shown.
|
|
11
|
+
- `#I486159` - Fixed an issue where the Column Reorder was not working properly when the frozen right feature is enabled.
|
|
12
|
+
- `#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.
|
|
10
13
|
|
|
11
|
-
|
|
14
|
+
- `#I488183` - Fixed an issue where the frozen columns get hidden while using auto-generated columns.
|
|
15
|
+
- `#I473780` - Resolved an issue where the frozen horizontal scroll did not work when a validation error message is shown.
|
|
16
|
+
- `#I486159` - Fixed an issue where the Column Reorder was not working properly when the frozen right feature is enabled.
|
|
17
|
+
- `#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.
|
|
12
18
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
#### Bug fixes
|
|
16
|
-
|
|
17
|
-
- `#I488479` - The problem of the incorrect right indent of the custom filter dialog in RTL mode has been resolved.
|
|
18
|
-
- `#I486810` - Resolved the issue where tab key focus navigation during batch editing.
|
|
19
|
-
- `#I480995` - The error that occurred when update an image using the `updateCell` method has been resolved.
|
|
20
|
-
- `#I489532` - The issue with the locale in the custom filter dialog for the excel filter has been successfully resolved.
|
|
21
|
-
|
|
22
|
-
## 22.2.10 (2023-08-22)
|
|
23
|
-
|
|
24
|
-
### Grid
|
|
25
|
-
|
|
26
|
-
#### Bug fixes
|
|
27
|
-
|
|
28
|
-
- `#I486264` - JAWS screen reader doesn't read the grid cells properly when the pager is present has been fixed.
|
|
29
|
-
- `#I490535` - Fixed the error in the script that occurred when cells were saved using a grid that had grouping and aggregate features.
|
|
30
|
-
- `#I485527` - Unwanted horizontal auto-scrolling occurs when opening and closing the column chooser in column menu has been resolved.
|
|
31
|
-
|
|
32
|
-
## 22.2.9 (2023-08-15)
|
|
33
|
-
|
|
34
|
-
### Grid
|
|
35
|
-
|
|
36
|
-
#### Bug fixes
|
|
37
|
-
|
|
38
|
-
- `#I487601` - Fixed the issue that prevented batch adding is working properly with hidden primary key column.
|
|
39
|
-
- `#I444618` - Script error thrown when performing print with empty dataSource has been resolved.
|
|
40
|
-
- `#I485367` - The problem of the pager dropdown and message not displaying correctly when the Grid is rendered within the Tab component has been successfully resolved.
|
|
41
|
-
- `#I839020` - Resolved an issue where row span was not being applied correctly when showing or hiding columns using the column chooser.
|
|
42
|
-
- `#I483559` - Issue with the focused cell was not being properly indicated during row selection has been resolved.
|
|
43
|
-
|
|
44
|
-
## 22.2.8 (2023-08-08)
|
|
45
|
-
|
|
46
|
-
### Grid
|
|
47
|
-
|
|
48
|
-
#### Bug fixes
|
|
49
|
-
|
|
50
|
-
- `#I475018` - Grid filter showing duplicate values without ignoring case has been resolved.
|
|
51
|
-
|
|
52
|
-
## 22.2.7 (2023-08-02)
|
|
53
|
-
|
|
54
|
-
### Grid
|
|
55
|
-
|
|
56
|
-
#### Bug fixes
|
|
57
|
-
|
|
58
|
-
- `#I479266` - Resolved an issue where aggregates being displayed in the wrong column during Excel export.
|
|
59
|
-
- `#I486035` - The issue regarding adding records using the index value when the selection is in the first row has been resolved.
|
|
60
|
-
- `#I483149` - The problem of the `cssClass` property not supporting multiple classes has been resolved.
|
|
61
|
-
|
|
62
|
-
## 22.2.5 (2023-07-27)
|
|
63
|
-
|
|
64
|
-
### Grid
|
|
65
|
-
|
|
66
|
-
#### Bug fixes
|
|
67
|
-
|
|
68
|
-
- `#I477874` - The issue with the `foreignkey` column dropdown edit cell displaying incorrect values while editing different rows after scrolling has been successfully fixed when the `virtualization` feature is enabled in the grid.
|
|
69
|
-
- `#I482022` - Pager information is wrong while dynamically changing the Grid width issue has been fixed.
|
|
70
|
-
|
|
71
|
-
- `#F183077` - Wrong footer template value exported in the excel file issue has been fixed.
|
|
72
|
-
- `#I477874` - The issue with the `foreignkey` column dropdown edit cell displaying incorrect values while editing different rows after scrolling has been successfully fixed when the `virtualization` feature is enabled in the grid.
|
|
73
|
-
- `#I482022` - Pager information is wrong while dynamically changing the Grid width issue has been fixed.
|
|
74
|
-
|
|
75
|
-
## 22.1.39 (2023-07-18)
|
|
76
|
-
|
|
77
|
-
### Grid
|
|
78
|
-
|
|
79
|
-
#### Bug fixes
|
|
80
|
-
|
|
81
|
-
- `#I477090` - Fixed an issue where inline and batch edit modes behaved differently when the `column.allowEditing` attribute was set to false.
|
|
82
|
-
- `#FB45184` - The error that occurred when searching for a backslash character in the Excel filter search has been resolved.
|
|
83
|
-
- `#FB44897` - Fixed the problem with the MUI Select Dropdown not functioning correctly in the Filter Template.
|
|
84
|
-
- `#I467307` - Resolved the issue with Excel export where the child grids were not exported properly.
|
|
85
|
-
- `#I479191` - The error that occurred when clearing the searched value after performing a search has been resolved.
|
|
86
|
-
- `#I477380` - Improved the Excel export of the hierarchy grid to prevent unwanted column filters.
|
|
87
|
-
- `#I472635` - Resolved the problem where the selection moved to the first row when the `newRowPosition` was set to Bottom.
|
|
88
|
-
|
|
89
|
-
## 22.1.38 (2023-07-11)
|
|
90
|
-
|
|
91
|
-
### Grid
|
|
92
|
-
|
|
93
|
-
#### Bug fixes
|
|
94
|
-
|
|
95
|
-
- `#I472819` - The problem of missing skip and take parameters in the `UrlAdaptor` when invoking a Grid refresh has been fixed.
|
|
96
|
-
- `#I475522` - Script error thrown when searching for the bracket "[" in the Grid has been resolved.
|
|
97
|
-
- `#I477274` - The issue where the Grid cell ellipsis was not displaying in the Firefox browser when the `rowHeight` was set has been fixed.
|
|
98
|
-
- `#I446649` - Fixed the issue that prevented infinite scrolling from working properly after adding a new row.
|
|
99
|
-
- `#I473827` - The issue related to parsing a date value without seconds and encountering an "invalid date" has been resolved.
|
|
100
|
-
- `#I475187` - Resolved the accessibility issue with the aria-selected attribute in pager numeric items.
|
|
101
|
-
- `#FB44815` - The issue where the custom dataSource was not assigned to the dropdown edit cell when using Virtualization has been resolved.
|
|
102
|
-
|
|
103
|
-
## 22.1.37 (2023-07-04)
|
|
104
|
-
|
|
105
|
-
### Grid
|
|
106
|
-
|
|
107
|
-
#### Bug fixes
|
|
19
|
+
#### Features
|
|
108
20
|
|
|
109
|
-
- `#
|
|
110
|
-
- `#
|
|
111
|
-
- `#
|
|
112
|
-
-
|
|
21
|
+
- `#FB10384` - Provided the support for exporting the grid with Column template and Detail template at the client side by using the `exportDetailTemplate` event of the grid where each cell of the grid rows can be customized.
|
|
22
|
+
- `#FB10132` - Provided the support for exporting multiple grids in the 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.
|
|
23
|
+
- `#FB44392` - Provided the support for Column Virtualization with pagination in Grid.
|
|
24
|
+
- Improved frozen rows and columns by enabling previously limited features such as Grouping, Row templates, Infinite scrolling, Stacked Header, and Column Virtualization.
|
|
25
|
+
- 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.
|
|
113
26
|
|
|
114
|
-
|
|
115
|
-
- `#I429156` - Provided the support for special characters in column field names.
|
|
116
|
-
- `#I470771` - Fixed the issue where the Custom Aggregate was not exported in the Excel document.
|
|
117
|
-
- `#I471760` - Resolved the flickering issue with grid column's `clipMode` - `EllipsisWithTooltip`.
|
|
118
|
-
- `#F182956` - Fixed a typo error that occurred while setting a null value using the `setCellValue` method.
|
|
27
|
+
#### Breaking Changes
|
|
119
28
|
|
|
120
|
-
|
|
29
|
+
- Revamped the frozen feature by replacing the previous three-table approach with a single table, resulting in significant performance improvements and a reduction in file size. This update eliminates the need to inject the `Freeze` module to utilize the frozen feature, making it more efficient. We have listed the deprecated methods of frozen feature and their alternatives.
|
|
121
30
|
|
|
122
|
-
|
|
31
|
+
**Deprecated Methods**
|
|
123
32
|
|
|
124
|
-
#### Bug fixes
|
|
125
33
|
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
34
|
+
| Deprecated Methods | Previous | Current | Suggested Alternative Methods |
|
|
35
|
+
|---|---|---|---|
|
|
36
|
+
| `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()` |
|
|
37
|
+
| `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()` |
|
|
38
|
+
| `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()` |
|
|
39
|
+
| `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()` |
|
|
40
|
+
| `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()` |
|
|
41
|
+
| `getMovableColumnHeaderByIndex()` <br> `getFrozenRightColumnHeaderByIndex()` <br> `getFrozenLeftColumnHeaderByIndex()` | These methods select the movable, right freeze, and left freeze headers from the table separately. | No change | `getColumnHeaderByIndex`() |
|
|
130
42
|
|
|
131
43
|
## 22.1.34 (2023-06-21)
|
|
132
44
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-grids.umd.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 23.1.36
|
|
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
|
|
@@ -443,8 +443,8 @@ 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', '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
|
-
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', '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'];
|
|
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'];
|
|
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
|
/**
|
|
450
450
|
* `ejs-grid` represents the Angular Grid Component.
|
|
@@ -1105,7 +1105,6 @@ exports.getForeignData = ej2Grids.getForeignData;
|
|
|
1105
1105
|
exports.getColumnByForeignKeyValue = ej2Grids.getColumnByForeignKeyValue;
|
|
1106
1106
|
exports.padZero = ej2Grids.padZero;
|
|
1107
1107
|
exports.getDatePredicate = ej2Grids.getDatePredicate;
|
|
1108
|
-
exports.renderMovable = ej2Grids.renderMovable;
|
|
1109
1108
|
exports.isGroupAdaptive = ej2Grids.isGroupAdaptive;
|
|
1110
1109
|
exports.getObject = ej2Grids.getObject;
|
|
1111
1110
|
exports.getCustomDateFormat = ej2Grids.getCustomDateFormat;
|
|
@@ -1118,7 +1117,9 @@ exports.refreshFilteredColsUid = ej2Grids.refreshFilteredColsUid;
|
|
|
1118
1117
|
exports.Global = ej2Grids.Global;
|
|
1119
1118
|
exports.getTransformValues = ej2Grids.getTransformValues;
|
|
1120
1119
|
exports.applyBiggerTheme = ej2Grids.applyBiggerTheme;
|
|
1121
|
-
exports.
|
|
1120
|
+
exports.getScrollWidth = ej2Grids.getScrollWidth;
|
|
1121
|
+
exports.resetColspanGroupCaption = ej2Grids.resetColspanGroupCaption;
|
|
1122
|
+
exports.groupCaptionRowLeftRightPos = ej2Grids.groupCaptionRowLeftRightPos;
|
|
1122
1123
|
exports.ensureLastRow = ej2Grids.ensureLastRow;
|
|
1123
1124
|
exports.ensureFirstRow = ej2Grids.ensureFirstRow;
|
|
1124
1125
|
exports.isRowEnteredInGrid = ej2Grids.isRowEnteredInGrid;
|
|
@@ -1129,18 +1130,16 @@ exports.ispercentageWidth = ej2Grids.ispercentageWidth;
|
|
|
1129
1130
|
exports.resetRowIndex = ej2Grids.resetRowIndex;
|
|
1130
1131
|
exports.compareChanges = ej2Grids.compareChanges;
|
|
1131
1132
|
exports.setRowElements = ej2Grids.setRowElements;
|
|
1132
|
-
exports.splitFrozenRowObjectCells = ej2Grids.splitFrozenRowObjectCells;
|
|
1133
|
-
exports.getExactFrozenMovableColumn = ej2Grids.getExactFrozenMovableColumn;
|
|
1134
|
-
exports.gridActionHandler = ej2Grids.gridActionHandler;
|
|
1135
|
-
exports.getGridRowObjects = ej2Grids.getGridRowObjects;
|
|
1136
|
-
exports.getGridRowElements = ej2Grids.getGridRowElements;
|
|
1137
1133
|
exports.sliceElements = ej2Grids.sliceElements;
|
|
1134
|
+
exports.isChildColumn = ej2Grids.isChildColumn;
|
|
1135
|
+
exports.pushuid = ej2Grids.pushuid;
|
|
1136
|
+
exports.frozenDirection = ej2Grids.frozenDirection;
|
|
1137
|
+
exports.addFixedColumnBorder = ej2Grids.addFixedColumnBorder;
|
|
1138
|
+
exports.applyStickyLeftRightPosition = ej2Grids.applyStickyLeftRightPosition;
|
|
1139
|
+
exports.addStickyColumnPosition = ej2Grids.addStickyColumnPosition;
|
|
1138
1140
|
exports.getCellsByTableName = ej2Grids.getCellsByTableName;
|
|
1139
1141
|
exports.getCellByColAndRowIndex = ej2Grids.getCellByColAndRowIndex;
|
|
1140
1142
|
exports.setValidationRuels = ej2Grids.setValidationRuels;
|
|
1141
|
-
exports.getMovableTbody = ej2Grids.getMovableTbody;
|
|
1142
|
-
exports.getFrozenRightTbody = ej2Grids.getFrozenRightTbody;
|
|
1143
|
-
exports.setRowsInTbody = ej2Grids.setRowsInTbody;
|
|
1144
1143
|
exports.getNumberFormat = ej2Grids.getNumberFormat;
|
|
1145
1144
|
exports.addBiggerDialog = ej2Grids.addBiggerDialog;
|
|
1146
1145
|
exports.performComplexDataOperation = ej2Grids.performComplexDataOperation;
|
|
@@ -1301,6 +1300,7 @@ exports.excelExportComplete = ej2Grids.excelExportComplete;
|
|
|
1301
1300
|
exports.excelQueryCellInfo = ej2Grids.excelQueryCellInfo;
|
|
1302
1301
|
exports.excelHeaderQueryCellInfo = ej2Grids.excelHeaderQueryCellInfo;
|
|
1303
1302
|
exports.exportDetailDataBound = ej2Grids.exportDetailDataBound;
|
|
1303
|
+
exports.exportDetailTemplate = ej2Grids.exportDetailTemplate;
|
|
1304
1304
|
exports.beforePdfExport = ej2Grids.beforePdfExport;
|
|
1305
1305
|
exports.pdfExportComplete = ej2Grids.pdfExportComplete;
|
|
1306
1306
|
exports.pdfQueryCellInfo = ej2Grids.pdfQueryCellInfo;
|
|
@@ -1437,6 +1437,9 @@ exports.beforeCheckboxfilterRenderer = ej2Grids.beforeCheckboxfilterRenderer;
|
|
|
1437
1437
|
exports.commandColumnDestroy = ej2Grids.commandColumnDestroy;
|
|
1438
1438
|
exports.batchCnfrmDlgCancel = ej2Grids.batchCnfrmDlgCancel;
|
|
1439
1439
|
exports.refreshVirtualLazyLoadCache = ej2Grids.refreshVirtualLazyLoadCache;
|
|
1440
|
+
exports.refreshFrozenPosition = ej2Grids.refreshFrozenPosition;
|
|
1441
|
+
exports.refreshResizePosition = ej2Grids.refreshResizePosition;
|
|
1442
|
+
exports.refreshSplitFrozenColumn = ej2Grids.refreshSplitFrozenColumn;
|
|
1440
1443
|
exports.rowCell = ej2Grids.rowCell;
|
|
1441
1444
|
exports.gridHeader = ej2Grids.gridHeader;
|
|
1442
1445
|
exports.gridContent = ej2Grids.gridContent;
|
|
@@ -1546,8 +1549,6 @@ exports.DropDownEditCell = ej2Grids.DropDownEditCell;
|
|
|
1546
1549
|
exports.NumericEditCell = ej2Grids.NumericEditCell;
|
|
1547
1550
|
exports.DatePickerEditCell = ej2Grids.DatePickerEditCell;
|
|
1548
1551
|
exports.CommandColumnRenderer = ej2Grids.CommandColumnRenderer;
|
|
1549
|
-
exports.FreezeContentRender = ej2Grids.FreezeContentRender;
|
|
1550
|
-
exports.FreezeRender = ej2Grids.FreezeRender;
|
|
1551
1552
|
exports.StringFilterUI = ej2Grids.StringFilterUI;
|
|
1552
1553
|
exports.NumberFilterUI = ej2Grids.NumberFilterUI;
|
|
1553
1554
|
exports.DateFilterUI = ej2Grids.DateFilterUI;
|
|
@@ -1562,35 +1563,13 @@ exports.MaskedTextBoxCellEdit = ej2Grids.MaskedTextBoxCellEdit;
|
|
|
1562
1563
|
exports.VirtualContentRenderer = ej2Grids.VirtualContentRenderer;
|
|
1563
1564
|
exports.VirtualHeaderRenderer = ej2Grids.VirtualHeaderRenderer;
|
|
1564
1565
|
exports.VirtualElementHandler = ej2Grids.VirtualElementHandler;
|
|
1565
|
-
exports.VirtualFreezeRenderer = ej2Grids.VirtualFreezeRenderer;
|
|
1566
|
-
exports.VirtualFreezeHdrRenderer = ej2Grids.VirtualFreezeHdrRenderer;
|
|
1567
|
-
exports.renderFrozenRows = ej2Grids.renderFrozenRows;
|
|
1568
|
-
exports.splitCells = ej2Grids.splitCells;
|
|
1569
|
-
exports.collectRows = ej2Grids.collectRows;
|
|
1570
|
-
exports.setFreezeSelectionAction = ej2Grids.setFreezeSelectionAction;
|
|
1571
|
-
exports.selectFreezeRows = ej2Grids.selectFreezeRows;
|
|
1572
|
-
exports.appendContent = ej2Grids.appendContent;
|
|
1573
|
-
exports.generateRows = ej2Grids.generateRows;
|
|
1574
|
-
exports.getReorderedFrozenRows = ej2Grids.getReorderedFrozenRows;
|
|
1575
|
-
exports.splitReorderedRows = ej2Grids.splitReorderedRows;
|
|
1576
|
-
exports.isXaxis = ej2Grids.isXaxis;
|
|
1577
|
-
exports.getHeaderCells = ej2Grids.getHeaderCells;
|
|
1578
|
-
exports.getVirtualFreezeHeader = ej2Grids.getVirtualFreezeHeader;
|
|
1579
|
-
exports.ensureFrozenCols = ej2Grids.ensureFrozenCols;
|
|
1580
|
-
exports.setColGroup = ej2Grids.setColGroup;
|
|
1581
|
-
exports.setCache = ej2Grids.setCache;
|
|
1582
|
-
exports.setDebounce = ej2Grids.setDebounce;
|
|
1583
|
-
exports.ColumnVirtualFreezeRenderer = ej2Grids.ColumnVirtualFreezeRenderer;
|
|
1584
1566
|
exports.GroupLazyLoadRenderer = ej2Grids.GroupLazyLoadRenderer;
|
|
1585
|
-
exports.ColumnFreezeHeaderRenderer = ej2Grids.ColumnFreezeHeaderRenderer;
|
|
1586
|
-
exports.ColumnFreezeContentRenderer = ej2Grids.ColumnFreezeContentRenderer;
|
|
1587
1567
|
exports.ResponsiveDialogRenderer = ej2Grids.ResponsiveDialogRenderer;
|
|
1588
1568
|
exports.EditCellBase = ej2Grids.EditCellBase;
|
|
1589
1569
|
exports.CellRendererFactory = ej2Grids.CellRendererFactory;
|
|
1590
1570
|
exports.ServiceLocator = ej2Grids.ServiceLocator;
|
|
1591
1571
|
exports.RowModelGenerator = ej2Grids.RowModelGenerator;
|
|
1592
1572
|
exports.GroupModelGenerator = ej2Grids.GroupModelGenerator;
|
|
1593
|
-
exports.FreezeRowModelGenerator = ej2Grids.FreezeRowModelGenerator;
|
|
1594
1573
|
exports.ValueFormatter = ej2Grids.ValueFormatter;
|
|
1595
1574
|
exports.VirtualRowModelGenerator = ej2Grids.VirtualRowModelGenerator;
|
|
1596
1575
|
exports.InterSectionObserver = ej2Grids.InterSectionObserver;
|