@syncfusion/ej2-angular-grids 20.2.49-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.
- package/@syncfusion/ej2-angular-grids.es5.js +2 -2
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-grids.js +2 -2
- package/@syncfusion/ej2-angular-grids.js.map +1 -1
- package/CHANGELOG.md +10 -93
- package/dist/ej2-angular-grids.umd.js +22 -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 +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/styles/bootstrap-dark.css +54 -11
- package/styles/bootstrap.css +54 -11
- package/styles/bootstrap4.css +57 -11
- package/styles/bootstrap5-dark.css +55 -11
- package/styles/bootstrap5.css +55 -11
- package/styles/excel-filter/bootstrap-dark.css +3 -1
- package/styles/excel-filter/bootstrap.css +3 -1
- package/styles/excel-filter/bootstrap4.css +6 -1
- package/styles/excel-filter/bootstrap5-dark.css +3 -1
- package/styles/excel-filter/bootstrap5.css +3 -1
- package/styles/excel-filter/fabric-dark.css +4 -2
- package/styles/excel-filter/fabric.css +4 -2
- package/styles/excel-filter/fluent-dark.css +3 -1
- package/styles/excel-filter/fluent.css +3 -1
- package/styles/excel-filter/highcontrast-light.css +4 -2
- package/styles/excel-filter/highcontrast.css +4 -2
- package/styles/excel-filter/material-dark.css +4 -2
- package/styles/excel-filter/material.css +4 -2
- package/styles/excel-filter/tailwind-dark.css +3 -1
- package/styles/excel-filter/tailwind.css +3 -1
- package/styles/fabric-dark.css +57 -14
- package/styles/fabric.css +56 -13
- package/styles/fluent-dark.css +54 -11
- package/styles/fluent.css +54 -11
- package/styles/grid/bootstrap-dark.css +51 -10
- package/styles/grid/bootstrap.css +51 -10
- package/styles/grid/bootstrap4.css +51 -10
- package/styles/grid/bootstrap5-dark.css +52 -10
- package/styles/grid/bootstrap5.css +52 -10
- package/styles/grid/fabric-dark.css +53 -12
- package/styles/grid/fabric.css +52 -11
- package/styles/grid/fluent-dark.css +51 -10
- package/styles/grid/fluent.css +51 -10
- package/styles/grid/highcontrast-light.css +52 -11
- package/styles/grid/highcontrast.css +52 -11
- package/styles/grid/material-dark.css +52 -11
- package/styles/grid/material.css +52 -11
- package/styles/grid/tailwind-dark.css +51 -10
- package/styles/grid/tailwind.css +51 -10
- package/styles/highcontrast-light.css +56 -13
- package/styles/highcontrast.css +56 -13
- package/styles/material-dark.css +56 -13
- package/styles/material.css +56 -13
- package/styles/tailwind-dark.css +54 -11
- package/styles/tailwind.css +54 -11
package/CHANGELOG.md
CHANGED
|
@@ -4,106 +4,23 @@
|
|
|
4
4
|
|
|
5
5
|
### Grid
|
|
6
6
|
|
|
7
|
-
####
|
|
8
|
-
|
|
9
|
-
- `#F176791` - Excel filter template in Complex field column throws script error has been resolved.
|
|
10
|
-
- `#I401116` - Grid Toolbar is not scrollable when updating the items dynamically has been fixed.
|
|
11
|
-
- `#I400345` - Script error while batch adding if the primary key column is hidden and other columns are templates has been fixed.
|
|
12
|
-
- `#I400351` - No validation when confirming new grid row has been fixed.
|
|
13
|
-
|
|
14
|
-
## 20.2.48 (2022-09-06)
|
|
15
|
-
|
|
16
|
-
### Grid
|
|
17
|
-
|
|
18
|
-
#### Bug Fixes
|
|
19
|
-
|
|
20
|
-
- `#I398466` - Tab key navigation breaks the functionality of Grid while using toolbar template has been fixed.
|
|
21
|
-
- `#I396595`, `#I396424` - Group Caption template becomes empty in previous page while doing `infiniteScrolling` has been fixed.
|
|
22
|
-
- `#F176349` - Key press in grid with toolbar template throws script errors has been fixed.
|
|
23
|
-
- `#I397834` - `queryString` as complex field is not working in Hierarchy Grid has been fixed.
|
|
24
|
-
- `#I397934` - Date filter issue with Russian Language has been fixed.
|
|
25
|
-
|
|
26
|
-
## 20.2.46 (2022-08-30)
|
|
27
|
-
|
|
28
|
-
### Grid
|
|
29
|
-
|
|
30
|
-
#### Bug Fixes
|
|
31
|
-
|
|
32
|
-
- `#I394999` - Autofit columns are now working fine with hierarchy grid.
|
|
33
|
-
- `#I372528` - Clear filtering is now working fine with column menu.
|
|
34
|
-
- `#I392728` - Persist Selection issue with primary key column as complex field has been fixed.
|
|
35
|
-
- `#I396789` - Provided place holder for pagination page size dropdown component.
|
|
36
|
-
- `#I394229` - `setRowData` method issue with Frozen Grid has been fixed.
|
|
37
|
-
- `#I394623` - `rowReorders` method issue with checkbox selection issue has been fixed.
|
|
38
|
-
|
|
39
|
-
## 20.2.45 (2022-08-23)
|
|
40
|
-
|
|
41
|
-
### Grid
|
|
42
|
-
|
|
43
|
-
#### Bug Fixes
|
|
44
|
-
|
|
45
|
-
- `#I388962` - Screen reader reads the expanded row as collapsed issue has been resolved.
|
|
46
|
-
- `#I392206` - Provided support to export pdf header with text alignment.
|
|
47
|
-
|
|
48
|
-
## 20.2.44 (2022-08-16)
|
|
49
|
-
|
|
50
|
-
### Grid
|
|
51
|
-
|
|
52
|
-
#### Bug Fixes
|
|
53
|
-
|
|
54
|
-
- `#F175923` - Script error thrown when we perform Dialog Editing with `columnTemplate` feature has been fixed.
|
|
55
|
-
- `#I387602`, `#I391114` - `ColumnTemplate` is not working with `childGrid` in React has been fixed.
|
|
56
|
-
- `#I392695` - Header checkbox is selected automatically while doing searching and filtering with custom binding has been fixed.
|
|
57
|
-
- `#I377797` - Fixed the column misalignment issue while using the lazy load grouping feature to hide columns.
|
|
58
|
-
- `#I388048`, `#I388054` - Icons appearing as unwanted characters in the NVDA Screen Reader speech viewer has been fixed.
|
|
59
|
-
- `#I394025` - Memory leak issue on Command column when grid refreshed is fixed.
|
|
60
|
-
- `#I396878` - `HeaderTemplate` feature is not working in React child Grid has been fixed.
|
|
61
|
-
- `#FB36381` - Gantt with `virtualization` and Persistence working properly and the issue has been Fixed.
|
|
62
|
-
- `#F175543`, `#I389522`, `#F176346`, `#I394881`, `#I395706`, `#I395963`, `#I397022` - Typing white space in grid input field on Mac OS has been Fixed.
|
|
63
|
-
- `#FB34389` - `DataStateChangeEventArgs.search` Data Type has been updated.
|
|
64
|
-
|
|
65
|
-
## 20.2.43 (2022-08-08)
|
|
66
|
-
|
|
67
|
-
### Grid
|
|
68
|
-
|
|
69
|
-
#### Bug Fixes
|
|
70
|
-
|
|
71
|
-
- `#I392233` - Filtering issue with Boolean values has been fixed and now working properly.
|
|
72
|
-
- `#I388879` - Destroying Grid with expanded child grid throws script error has been resolved.
|
|
73
|
-
- `#I388052` - Screen reader reads the column as draggable even though it is not a draggable column has been fixed.
|
|
74
|
-
|
|
75
|
-
## 20.2.40 (2022-07-26)
|
|
76
|
-
|
|
77
|
-
### Grid
|
|
78
|
-
|
|
79
|
-
#### Bug Fixes
|
|
7
|
+
#### New Features
|
|
80
8
|
|
|
81
|
-
-
|
|
82
|
-
-
|
|
83
|
-
-
|
|
84
|
-
- `#I390767` - Text wrapping is not applied in the Stack header feature issue has been fixed.
|
|
9
|
+
- `F26767` - Provided the Shimmer effect for grid while loading, refreshing and data processing.
|
|
10
|
+
- Provided the lazy load group support for infinite scrolling enabled grid.
|
|
11
|
+
- `I388050`, `I388052`, `I375590`, `I370773`, `I375590` - Grid features and icons have been enhanced to meet web accessibility standards and enabled localization support for aria-labels.
|
|
85
12
|
|
|
86
13
|
#### Breaking Changes
|
|
87
14
|
|
|
88
|
-
-
|
|
89
|
-
- `WAI-ARIA` `aria-rowindex` validation error has been resolved. Now the `aria-rowindex` and `aria-colindex` starting from 1.
|
|
90
|
-
|
|
91
|
-
## 20.2.39 (2022-07-19)
|
|
92
|
-
|
|
93
|
-
### Grid
|
|
15
|
+
- `#I374913` - Prevented the group collapse action in infinite scrolling with cache mode by hiding the icons.
|
|
94
16
|
|
|
95
17
|
#### Bug Fixes
|
|
96
18
|
|
|
97
|
-
- `#
|
|
98
|
-
- `#
|
|
99
|
-
- `#
|
|
100
|
-
- `#
|
|
101
|
-
- `#
|
|
102
|
-
- `#I389565` - `cssClass` property is not updated dynamically is fixed.
|
|
103
|
-
- `#I385208` - Wrong row drop index when dropped in external grid has been fixed.
|
|
104
|
-
- `#I386683` - `disableHtmlEncode` property is not working in Excel Filter is fixed.
|
|
105
|
-
- `#I376845` - Memory leak issue on command column has been fixed.
|
|
106
|
-
- `#F175044` - Image is not rendered in Multiple Grid Excel Export issue has been fixed.
|
|
19
|
+
- `#I397430` - Script error while hiding the Sticky Header Grid using `ngIf` property has been fixed.
|
|
20
|
+
- `#I407127` - Custom command buttons not working with infinite scrolling is fixed.
|
|
21
|
+
- `#I401295` - Group by fails for 1 record on collapse issue has been fixed.
|
|
22
|
+
- `#I401412` - Script error after destroying the Grid with sticky header has been fixed.
|
|
23
|
+
- `#F176953` - Filtering issue with Frozen column and Row drag and drop feature has been resolved.
|
|
107
24
|
|
|
108
25
|
## 20.2.38 (2022-07-12)
|
|
109
26
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-grids.umd.js
|
|
3
|
-
* version : 20.
|
|
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
|
|
@@ -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', 'childGrid', 'clipMode', 'columnChooserSettings', 'columnMenuItems', 'columnQueryMode', 'columns', 'contextMenuItems', 'cssClass', 'currencyCode', 'currentAction', 'dataSource', 'detailTemplate', 'editSettings', 'ej2StatePersistenceVersion', 'enableAdaptiveUI', 'enableAltRow', 'enableAutoFill', 'enableColumnVirtualization', 'enableHeaderFocus', 'enableHover', 'enableImmutableMode', 'enableInfiniteScrolling', 'enablePersistence', 'enableRtl', 'enableStickyHeader', 'enableVirtualization', 'filterSettings', 'frozenColumns', 'frozenRows', 'gridLines', 'groupSettings', 'height', 'hierarchyPrintMode', 'infiniteScrollSettings', 'locale', 'pageSettings', 'pagerTemplate', 'parentDetails', 'printMode', 'query', 'queryString', 'resizeSettings', 'rowDropSettings', 'rowHeight', 'rowRenderingMode', 'rowTemplate', 'searchSettings', 'selectedRowIndex', 'selectionSettings', 'showColumnChooser', 'showColumnMenu', 'sortSettings', 'textWrapSettings', 'toolbar', 'toolbarTemplate', 'width'];
|
|
446
|
+
var inputs = ['aggregates', 'allowExcelExport', 'allowFiltering', 'allowGrouping', 'allowKeyboard', 'allowMultiSorting', 'allowPaging', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTextWrap', 'childGrid', 'clipMode', 'columnChooserSettings', 'columnMenuItems', 'columnQueryMode', 'columns', 'contextMenuItems', 'cssClass', 'currencyCode', 'currentAction', 'dataSource', 'detailTemplate', 'editSettings', 'ej2StatePersistenceVersion', 'enableAdaptiveUI', 'enableAltRow', 'enableAutoFill', 'enableColumnVirtualization', 'enableHeaderFocus', 'enableHover', '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', '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', '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
|
/**
|
|
@@ -1046,6 +1046,7 @@ exports.TextWrapSettings = ej2Grids.TextWrapSettings;
|
|
|
1046
1046
|
exports.ResizeSettings = ej2Grids.ResizeSettings;
|
|
1047
1047
|
exports.GroupSettings = ej2Grids.GroupSettings;
|
|
1048
1048
|
exports.EditSettings = ej2Grids.EditSettings;
|
|
1049
|
+
exports.LoadingIndicator = ej2Grids.LoadingIndicator;
|
|
1049
1050
|
exports.Grid = ej2Grids.Grid;
|
|
1050
1051
|
exports.CellType = ej2Grids.CellType;
|
|
1051
1052
|
exports.RenderType = ej2Grids.RenderType;
|
|
@@ -1555,6 +1556,25 @@ exports.MaskedTextBoxCellEdit = ej2Grids.MaskedTextBoxCellEdit;
|
|
|
1555
1556
|
exports.VirtualContentRenderer = ej2Grids.VirtualContentRenderer;
|
|
1556
1557
|
exports.VirtualHeaderRenderer = ej2Grids.VirtualHeaderRenderer;
|
|
1557
1558
|
exports.VirtualElementHandler = ej2Grids.VirtualElementHandler;
|
|
1559
|
+
exports.VirtualFreezeRenderer = ej2Grids.VirtualFreezeRenderer;
|
|
1560
|
+
exports.VirtualFreezeHdrRenderer = ej2Grids.VirtualFreezeHdrRenderer;
|
|
1561
|
+
exports.renderFrozenRows = ej2Grids.renderFrozenRows;
|
|
1562
|
+
exports.splitCells = ej2Grids.splitCells;
|
|
1563
|
+
exports.collectRows = ej2Grids.collectRows;
|
|
1564
|
+
exports.setFreezeSelectionAction = ej2Grids.setFreezeSelectionAction;
|
|
1565
|
+
exports.selectFreezeRows = ej2Grids.selectFreezeRows;
|
|
1566
|
+
exports.appendContent = ej2Grids.appendContent;
|
|
1567
|
+
exports.generateRows = ej2Grids.generateRows;
|
|
1568
|
+
exports.getReorderedFrozenRows = ej2Grids.getReorderedFrozenRows;
|
|
1569
|
+
exports.splitReorderedRows = ej2Grids.splitReorderedRows;
|
|
1570
|
+
exports.isXaxis = ej2Grids.isXaxis;
|
|
1571
|
+
exports.getHeaderCells = ej2Grids.getHeaderCells;
|
|
1572
|
+
exports.getVirtualFreezeHeader = ej2Grids.getVirtualFreezeHeader;
|
|
1573
|
+
exports.ensureFrozenCols = ej2Grids.ensureFrozenCols;
|
|
1574
|
+
exports.setColGroup = ej2Grids.setColGroup;
|
|
1575
|
+
exports.setCache = ej2Grids.setCache;
|
|
1576
|
+
exports.setDebounce = ej2Grids.setDebounce;
|
|
1577
|
+
exports.ColumnVirtualFreezeRenderer = ej2Grids.ColumnVirtualFreezeRenderer;
|
|
1558
1578
|
exports.GroupLazyLoadRenderer = ej2Grids.GroupLazyLoadRenderer;
|
|
1559
1579
|
exports.ColumnFreezeHeaderRenderer = ej2Grids.ColumnFreezeHeaderRenderer;
|
|
1560
1580
|
exports.ColumnFreezeContentRenderer = ej2Grids.ColumnFreezeContentRenderer;
|