@syncfusion/ej2-react-grids 20.1.52 → 20.1.57
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 +22 -0
- package/dist/ej2-react-grids.umd.min.js +1 -1
- package/package.json +8 -8
- package/src/grid/aggregate-columns-directive.d.ts +3 -1
- package/src/grid/aggregates-directive.d.ts +3 -1
- package/src/grid/columns-directive.d.ts +3 -1
- package/src/grid/stacked-column-directive.d.ts +3 -1
- package/styles/bootstrap-dark.css +283 -1601
- package/styles/bootstrap.css +283 -1601
- package/styles/bootstrap4.css +282 -1599
- package/styles/bootstrap5-dark.css +287 -1619
- package/styles/bootstrap5.css +287 -1619
- package/styles/excel-filter/bootstrap-dark.css +14 -102
- package/styles/excel-filter/bootstrap.css +14 -102
- package/styles/excel-filter/bootstrap4.css +14 -101
- package/styles/excel-filter/bootstrap5-dark.css +15 -103
- package/styles/excel-filter/bootstrap5.css +15 -103
- package/styles/excel-filter/fabric-dark.css +14 -100
- package/styles/excel-filter/fabric.css +14 -100
- package/styles/excel-filter/fluent-dark.css +14 -101
- package/styles/excel-filter/fluent.css +14 -101
- package/styles/excel-filter/highcontrast-light.css +12 -111
- package/styles/excel-filter/highcontrast.css +12 -111
- package/styles/excel-filter/material-dark.css +10 -90
- package/styles/excel-filter/material.css +10 -91
- package/styles/excel-filter/tailwind-dark.css +11 -91
- package/styles/excel-filter/tailwind.css +11 -91
- package/styles/fabric-dark.css +282 -1598
- package/styles/fabric.css +282 -1598
- package/styles/fluent-dark.css +286 -1617
- package/styles/fluent.css +286 -1617
- package/styles/grid/bootstrap-dark.css +230 -1303
- package/styles/grid/bootstrap.css +230 -1303
- package/styles/grid/bootstrap4.css +230 -1302
- package/styles/grid/bootstrap5-dark.css +234 -1312
- package/styles/grid/bootstrap5.css +234 -1312
- package/styles/grid/fabric-dark.css +230 -1301
- package/styles/grid/fabric.css +230 -1301
- package/styles/grid/fluent-dark.css +233 -1318
- package/styles/grid/fluent.css +233 -1318
- package/styles/grid/highcontrast-light.css +228 -1312
- package/styles/grid/highcontrast.css +228 -1312
- package/styles/grid/material-dark.css +226 -1292
- package/styles/grid/material.css +225 -1292
- package/styles/grid/tailwind-dark.css +233 -1319
- package/styles/grid/tailwind.css +233 -1319
- package/styles/highcontrast-light.css +280 -1609
- package/styles/highcontrast.css +280 -1609
- package/styles/material-dark.css +278 -1590
- package/styles/material.css +277 -1591
- package/styles/pager/bootstrap-dark.css +45 -211
- package/styles/pager/bootstrap.css +45 -211
- package/styles/pager/bootstrap4.css +44 -210
- package/styles/pager/bootstrap5-dark.css +44 -218
- package/styles/pager/bootstrap5.css +44 -218
- package/styles/pager/fabric-dark.css +44 -210
- package/styles/pager/fabric.css +44 -210
- package/styles/pager/fluent-dark.css +44 -210
- package/styles/pager/fluent.css +44 -210
- package/styles/pager/highcontrast-light.css +44 -210
- package/styles/pager/highcontrast.css +44 -210
- package/styles/pager/material-dark.css +44 -210
- package/styles/pager/material.css +44 -210
- package/styles/pager/tailwind-dark.css +46 -241
- package/styles/pager/tailwind.css +46 -241
- package/styles/tailwind-dark.css +288 -1649
- package/styles/tailwind.css +288 -1649
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,28 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I359884` - Accessibility of Grid component has been improved.
|
|
10
|
+
- `#I376539` - Sorting issue on URL Adaptor `DataManagerRequest` has been fixed.
|
|
11
|
+
- `#I365726` - Image and Text overlap issue in excel image has been fixed.
|
|
12
|
+
|
|
13
|
+
## 20.1.56 (2022-05-17)
|
|
14
|
+
|
|
15
|
+
### Grid
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- `#F174681` - Provided support for Column dragging when dynamically enabling the Group drop area.
|
|
20
|
+
- `#I375458` - Column read as draggable after disabling column reorder for Particular column has been fixed.
|
|
21
|
+
- `#I376011` - Styling issue on grouping all the columns in grid is fixed.
|
|
22
|
+
- `#I352445` - Changed the title and read message of three dot icon in Page container.
|
|
23
|
+
- `#I366376` - column template does not destroyed while using `setRowData` method has been fixed.
|
|
24
|
+
|
|
25
|
+
## 20.1.52 (2022-05-04)
|
|
26
|
+
|
|
27
|
+
### Grid
|
|
28
|
+
|
|
29
|
+
#### Bug Fixes
|
|
30
|
+
|
|
9
31
|
- `#I366094` - Need to consider validation when multiple records are added in batch edit mode has been fixed.
|
|
10
32
|
- `#I374850` - When `allowKeyboard` was set to false the selection was not prevented correctly has been fixed.
|
|
11
33
|
- `#F141605` - Provide support get distinct value from server when open the Excel/Checkbox filter has been fixed.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-grids.umd.min.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.57
|
|
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-react-grids@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-grids@20.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-grids@20.1.56",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-Z9e/SDcvV4LiPbFleSDoRJU1M1jut2xaAB6GtXCSnYhiAdUXAnLjlJxcyiopxCgaEqJ8M+UBrQgEBxt6LhOVug==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-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-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-20.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-20.1.56.tgz",
|
|
23
|
+
"_shasum": "0600e38b053eafe5beb4f877cecf423339137857",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-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-base": "~20.1.
|
|
35
|
-
"@syncfusion/ej2-grids": "20.1.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~20.1.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.1.56",
|
|
35
|
+
"@syncfusion/ej2-grids": "20.1.57",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~20.1.57"
|
|
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 React",
|
|
@@ -65,6 +65,6 @@
|
|
|
65
65
|
"type": "git",
|
|
66
66
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
67
67
|
},
|
|
68
|
-
"version": "20.1.
|
|
68
|
+
"version": "20.1.57",
|
|
69
69
|
"sideEffects": false
|
|
70
70
|
}
|
|
@@ -23,7 +23,9 @@ export interface AggregateColumnDirTypecast {
|
|
|
23
23
|
* </GridComponent>
|
|
24
24
|
* ```
|
|
25
25
|
*/
|
|
26
|
-
export declare class AggregateColumnDirective extends ComplexBase<AggregateColumnModel | AggregateColumnDirTypecast
|
|
26
|
+
export declare class AggregateColumnDirective extends ComplexBase<AggregateColumnModel | AggregateColumnDirTypecast & {
|
|
27
|
+
children?: React.ReactNode;
|
|
28
|
+
}, AggregateColumnModel | AggregateColumnDirTypecast> {
|
|
27
29
|
static moduleName: string;
|
|
28
30
|
}
|
|
29
31
|
export declare class AggregateColumnsDirective extends ComplexBase<{}, {}> {
|
|
@@ -19,7 +19,9 @@ import { AggregateRowModel } from '@syncfusion/ej2-grids';
|
|
|
19
19
|
* </GridComponent>
|
|
20
20
|
* ```
|
|
21
21
|
*/
|
|
22
|
-
export declare class AggregateDirective extends ComplexBase<AggregateRowModel
|
|
22
|
+
export declare class AggregateDirective extends ComplexBase<AggregateRowModel & {
|
|
23
|
+
children?: React.ReactNode;
|
|
24
|
+
}, AggregateRowModel> {
|
|
23
25
|
static moduleName: string;
|
|
24
26
|
}
|
|
25
27
|
export declare class AggregatesDirective extends ComplexBase<{}, {}> {
|
|
@@ -20,7 +20,9 @@ export interface GridColumnDirTypecast {
|
|
|
20
20
|
* </GridComponent>
|
|
21
21
|
* ```
|
|
22
22
|
*/
|
|
23
|
-
export declare class ColumnDirective extends ComplexBase<GridColumnModel | GridColumnDirTypecast
|
|
23
|
+
export declare class ColumnDirective extends ComplexBase<GridColumnModel | GridColumnDirTypecast & {
|
|
24
|
+
children?: React.ReactNode;
|
|
25
|
+
}, GridColumnModel | GridColumnDirTypecast> {
|
|
24
26
|
static moduleName: string;
|
|
25
27
|
static complexTemplate: Object;
|
|
26
28
|
}
|
|
@@ -8,7 +8,9 @@ export interface StackedColumnDirTypecast {
|
|
|
8
8
|
editTemplate?: string | Function | any;
|
|
9
9
|
filterTemplate?: string | Function | any;
|
|
10
10
|
}
|
|
11
|
-
export declare class StackedColumnDirective extends ComplexBase<StackedColumnModel | StackedColumnDirTypecast
|
|
11
|
+
export declare class StackedColumnDirective extends ComplexBase<StackedColumnModel | StackedColumnDirTypecast & {
|
|
12
|
+
children?: React.ReactNode;
|
|
13
|
+
}, StackedColumnModel | StackedColumnDirTypecast> {
|
|
12
14
|
static moduleName: string;
|
|
13
15
|
static complexTemplate: Object;
|
|
14
16
|
}
|