@syncfusion/ej2-angular-grids 20.1.61 → 20.2.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/CHANGELOG.md +10 -92
- package/dist/ej2-angular-grids.umd.js +1 -1
- package/dist/ej2-angular-grids.umd.min.js +1 -1
- package/package.json +8 -8
- package/schematics/generators/grid-default/schema.json +3 -2
- package/schematics/generators/grid-feature/schema.json +3 -2
- 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 +66 -691
- package/styles/bootstrap-dark.scss +0 -1
- package/styles/bootstrap.css +66 -691
- package/styles/bootstrap.scss +0 -1
- package/styles/bootstrap4.css +63 -690
- package/styles/bootstrap4.scss +0 -1
- package/styles/bootstrap5-dark.css +65 -727
- package/styles/bootstrap5-dark.scss +0 -1
- package/styles/bootstrap5.css +65 -727
- package/styles/bootstrap5.scss +0 -1
- package/styles/fabric-dark.css +63 -690
- package/styles/fabric-dark.scss +0 -1
- package/styles/fabric.css +63 -690
- package/styles/fabric.scss +0 -1
- package/styles/fluent-dark.css +84 -705
- package/styles/fluent-dark.scss +0 -1
- package/styles/fluent.css +84 -705
- package/styles/fluent.scss +0 -1
- package/styles/grid/bootstrap-dark.css +66 -4
- package/styles/grid/bootstrap.css +66 -4
- package/styles/grid/bootstrap4.css +63 -3
- package/styles/grid/bootstrap5-dark.css +65 -5
- package/styles/grid/bootstrap5.css +65 -5
- package/styles/grid/fabric-dark.css +63 -3
- package/styles/grid/fabric.css +63 -3
- package/styles/grid/fluent-dark.css +84 -16
- package/styles/grid/fluent.css +84 -16
- package/styles/grid/highcontrast-light.css +63 -3
- package/styles/grid/highcontrast.css +63 -3
- package/styles/grid/material-dark.css +63 -3
- package/styles/grid/material.css +63 -3
- package/styles/grid/tailwind-dark.css +64 -4
- package/styles/grid/tailwind.css +64 -4
- package/styles/highcontrast-light.css +63 -690
- package/styles/highcontrast-light.scss +0 -1
- package/styles/highcontrast.css +63 -690
- package/styles/highcontrast.scss +0 -1
- package/styles/material-dark.css +63 -690
- package/styles/material-dark.scss +0 -1
- package/styles/material.css +63 -690
- package/styles/material.scss +0 -1
- package/styles/tailwind-dark.css +64 -818
- package/styles/tailwind-dark.scss +0 -1
- package/styles/tailwind.css +64 -818
- package/styles/tailwind.scss +0 -1
- package/styles/pager/bootstrap-dark.css +0 -686
- package/styles/pager/bootstrap-dark.scss +0 -1
- package/styles/pager/bootstrap.css +0 -686
- package/styles/pager/bootstrap.scss +0 -1
- package/styles/pager/bootstrap4.css +0 -686
- package/styles/pager/bootstrap4.scss +0 -1
- package/styles/pager/bootstrap5-dark.css +0 -721
- package/styles/pager/bootstrap5-dark.scss +0 -1
- package/styles/pager/bootstrap5.css +0 -721
- package/styles/pager/bootstrap5.scss +0 -1
- package/styles/pager/fabric-dark.css +0 -686
- package/styles/pager/fabric-dark.scss +0 -1
- package/styles/pager/fabric.css +0 -686
- package/styles/pager/fabric.scss +0 -1
- package/styles/pager/fluent-dark.css +0 -688
- package/styles/pager/fluent-dark.scss +0 -1
- package/styles/pager/fluent.css +0 -688
- package/styles/pager/fluent.scss +0 -1
- package/styles/pager/highcontrast-light.css +0 -686
- package/styles/pager/highcontrast-light.scss +0 -1
- package/styles/pager/highcontrast.css +0 -686
- package/styles/pager/highcontrast.scss +0 -1
- package/styles/pager/material-dark.css +0 -687
- package/styles/pager/material-dark.scss +0 -1
- package/styles/pager/material.css +0 -687
- package/styles/pager/material.scss +0 -1
- package/styles/pager/tailwind-dark.css +0 -813
- package/styles/pager/tailwind-dark.scss +0 -1
- package/styles/pager/tailwind.css +0 -813
- package/styles/pager/tailwind.scss +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,103 +4,21 @@
|
|
|
4
4
|
|
|
5
5
|
### Grid
|
|
6
6
|
|
|
7
|
-
####
|
|
8
|
-
|
|
9
|
-
- `#I379545` - Menu Filter is not working properly when filtering applied in other columns issue has been fixed.
|
|
10
|
-
- `#I383669` - Script error thrown when destroy the Sticky Header Grid using `ngIf` property has been fixed.
|
|
11
|
-
|
|
12
|
-
## 20.1.60 (2022-06-14)
|
|
13
|
-
|
|
14
|
-
### Grid
|
|
15
|
-
|
|
16
|
-
#### Bug Fixes
|
|
17
|
-
|
|
18
|
-
- `#I379616` - Script error when checkbox in last column while editing issue has been fixed.
|
|
19
|
-
- `#I379762` - Insert action issue with `InfiniteScrolling` in URL Adaptor has been fixed.
|
|
20
|
-
- `#F175233` - Scroller thumb is shown when empty record displayed in the Virtualization Grid has been fixed.
|
|
21
|
-
|
|
22
|
-
## 20.1.59 (2022-06-07)
|
|
23
|
-
|
|
24
|
-
### Grid
|
|
25
|
-
|
|
26
|
-
#### Bug Fixes
|
|
27
|
-
|
|
28
|
-
- `#I367001` - Alignment issue while adding new row with frozen grid and `rowDragandDrop` is fixed
|
|
29
|
-
- `#I378140` - Combination of Excel and Menu filter with `foreignkey` column throws script error is fixed
|
|
30
|
-
- `#I377994` - Row selection is not updated properly inside the `rowDeselected` event while performing data actions in grid has been fixed.
|
|
31
|
-
|
|
32
|
-
## 20.1.58 (2022-05-31)
|
|
33
|
-
|
|
34
|
-
### Grid
|
|
35
|
-
|
|
36
|
-
#### Bug Fixes
|
|
37
|
-
|
|
38
|
-
- `#I357493` - An issue with the grid throws a `NotFoundError` on Unmount in IE11 when using the custom template has been resolved.
|
|
39
|
-
- `#I372485` - Adding new rows in-between with infinite scrolling issue has been fixed.
|
|
40
|
-
- `#I375336` - Scrolling is not working fine with Virtualization Grid when having frozen column has been fixed.
|
|
41
|
-
- `#I374913` - Collapsing Group row is not working properly when cache mode enabled in `InfiniteScrolling` has been fixed.
|
|
42
|
-
|
|
43
|
-
## 20.1.57 (2022-05-24)
|
|
44
|
-
|
|
45
|
-
### Grid
|
|
46
|
-
|
|
47
|
-
#### Bug Fixes
|
|
48
|
-
|
|
49
|
-
- `#I359884` - Accessibility of Grid component has been improved.
|
|
50
|
-
- `#I376539` - Sorting issue on URL Adaptor `DataManagerRequest` has been fixed.
|
|
51
|
-
- `#I365726` - Image and Text overlap issue in excel image has been fixed.
|
|
52
|
-
|
|
53
|
-
## 20.1.56 (2022-05-17)
|
|
54
|
-
|
|
55
|
-
### Grid
|
|
56
|
-
|
|
57
|
-
#### Bug Fixes
|
|
58
|
-
|
|
59
|
-
- `#F174681` - Provided support for Column dragging when dynamically enabling the Group drop area.
|
|
60
|
-
- `#I375458` - Column read as draggable after disabling column reorder for Particular column has been fixed.
|
|
61
|
-
- `#I376011` - Styling issue on grouping all the columns in grid is fixed.
|
|
62
|
-
- `#I352445` - Changed the title and read message of three dot icon in Page container.
|
|
63
|
-
- `#I366376` - column template does not destroyed while using `setRowData` method has been fixed.
|
|
64
|
-
|
|
65
|
-
## 20.1.52 (2022-05-04)
|
|
66
|
-
|
|
67
|
-
### Grid
|
|
68
|
-
|
|
69
|
-
#### Bug Fixes
|
|
70
|
-
|
|
71
|
-
- `#I366094` - Need to consider validation when multiple records are added in batch edit mode has been fixed.
|
|
72
|
-
- `#I374850` - When `allowKeyboard` was set to false the selection was not prevented correctly has been fixed.
|
|
73
|
-
- `#F141605` - Provide support get distinct value from server when open the Excel/Checkbox filter has been fixed.
|
|
74
|
-
|
|
75
|
-
## 20.1.51 (2022-04-26)
|
|
76
|
-
|
|
77
|
-
### Grid
|
|
78
|
-
|
|
79
|
-
#### Bug Fixes
|
|
80
|
-
|
|
81
|
-
- `#I367001` - Script error thrown when adding rows with template has been fixed.
|
|
82
|
-
- `#I375273` - Grid is not rendering properly with row height and frozen columns properties has been fixed.
|
|
83
|
-
- `#FB29914` - `GroupCaptiontemplate` is not shown when applied it to first column has been fixed.
|
|
84
|
-
- `#I367596` - Default filter value is not displayed when no records match the filer is fixed.
|
|
85
|
-
- `#I370329,#I373234` - Command column not working properly for default action is fixed.
|
|
86
|
-
- `#I372528` - The custom component in the filter bar template throws a script error when it is focused is fixed.
|
|
7
|
+
#### New Features
|
|
87
8
|
|
|
88
|
-
|
|
9
|
+
- `#I359178` - Provided support to show clear icon in the Grid search text box. It helps to clear the text in search text box and also clear the searching in Grid control too. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/searching)
|
|
10
|
+
- `#I328056`, `#I369597` - Provided support to prevent the selection of specific rows based on the condition.
|
|
11
|
+
- Enhanced the keyboard support for Data grid control. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/keyboard-navigation.html)
|
|
12
|
+
- `#I194399` - Provided support to rotate grid header while exporting.
|
|
89
13
|
|
|
90
|
-
|
|
14
|
+
- `#I359178` - Provided support to show clear icon in the Grid search text box. It helps to clear the text in search text box and also clear the searching in Grid control too. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/searching)
|
|
15
|
+
- `#I328056`, `#I369597` - Provided support to prevent the selection of specific rows based on the condition.
|
|
16
|
+
- Enhanced the keyboard support for Data grid control. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/keyboard-navigation)
|
|
17
|
+
- `#I194399` - Provided support to rotate grid header while exporting.
|
|
91
18
|
|
|
92
19
|
#### Bug Fixes
|
|
93
20
|
|
|
94
|
-
- `#
|
|
95
|
-
- `#I369133` - Editing data not maintained when scroll down on the page with infinite scrolling enabled is fixed.
|
|
96
|
-
- `#I367996` - `RowDragandDrop` not working when column template is defined is fixed
|
|
97
|
-
- `#FB31703` - Focus issue after Searching in Grid with `infiniteScroll` enabled has been fixed.
|
|
98
|
-
- `#I371887` - `FilterTemplate` is not working when `showFilterBarOperator` enabled has been fixed.
|
|
99
|
-
- `#I362536` - Column template does not render in movable content when using `ngif` has been fixed.
|
|
100
|
-
- `#I367660` - Script error wile editing with frozen columns and `virtualization` has been fixed.
|
|
101
|
-
- `#I372812` - Show/hide the template column refreshed the Grid has been fixed.
|
|
102
|
-
- `#I369861` - Provided support to customize the caption row style on exporting through the `exportGroupCaption` event.
|
|
103
|
-
- `#I372461` - Filter operator was incorrect when the `ShowFilterBarOperator` option was set to true with initial filter.
|
|
21
|
+
- `#I235957`, `#I347931`, `#F170423`, `#I356695` - Persist Selection misbehaves while sorting with virtualisation issue has been fixed .
|
|
104
22
|
|
|
105
23
|
## 20.1.47 (2022-04-04)
|
|
106
24
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-grids.umd.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.2.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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-grids.umd.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.2.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
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-grids@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-grids@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-grids@1.120.6",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-vb0e7D90lZ9xZn1vXSUFMX5UirNMSib9PfsJNqnjrMxNvuhNt9+s/R0jkSKBdjFsZGD5qOS0K3nxg/+PxFf13A==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-grids",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-1.120.6.tgz",
|
|
23
|
+
"_shasum": "5f386e221ea74e6fa03ae5ffc0af3cfe038f2ec0",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-base": "~20.
|
|
36
|
-
"@syncfusion/ej2-grids": "20.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.2.36",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.2.36",
|
|
36
|
+
"@syncfusion/ej2-grids": "20.2.36"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"schematics": "./schematics/collection.json",
|
|
70
70
|
"sideEffects": false,
|
|
71
71
|
"typings": "ej2-angular-grids.d.ts",
|
|
72
|
-
"version": "20.
|
|
72
|
+
"version": "20.2.36-ngcc"
|
|
73
73
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "grid-default",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "grid-default"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "grid-feature",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "grid-feature"
|
|
124
125
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-grids";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^1.120.6";
|
|
3
3
|
export declare const moduleName = "GridModule, PagerModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~1.120.6";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-grids';
|
|
4
|
-
exports.pkgVer = '^
|
|
4
|
+
exports.pkgVer = '^1.120.6';
|
|
5
5
|
exports.moduleName = 'GridModule, PagerModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~1.120.6';
|