@syncfusion/ej2-react-grids 20.1.48 → 20.1.55
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 +25 -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 +282 -1600
- package/styles/bootstrap.css +282 -1600
- package/styles/bootstrap4.css +281 -1598
- package/styles/bootstrap5-dark.css +286 -1618
- package/styles/bootstrap5.css +286 -1618
- 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 +281 -1597
- package/styles/fabric.css +281 -1597
- package/styles/fluent-dark.css +285 -1616
- package/styles/fluent.css +285 -1616
- package/styles/grid/bootstrap-dark.css +229 -1302
- package/styles/grid/bootstrap.css +229 -1302
- package/styles/grid/bootstrap4.css +229 -1301
- package/styles/grid/bootstrap5-dark.css +233 -1311
- package/styles/grid/bootstrap5.css +233 -1311
- package/styles/grid/fabric-dark.css +229 -1300
- package/styles/grid/fabric.css +229 -1300
- package/styles/grid/fluent-dark.css +232 -1317
- package/styles/grid/fluent.css +232 -1317
- package/styles/grid/highcontrast-light.css +227 -1311
- package/styles/grid/highcontrast.css +227 -1311
- package/styles/grid/material-dark.css +225 -1291
- package/styles/grid/material.css +225 -1292
- package/styles/grid/tailwind-dark.css +232 -1318
- package/styles/grid/tailwind.css +232 -1318
- package/styles/highcontrast-light.css +279 -1608
- package/styles/highcontrast.css +279 -1608
- package/styles/material-dark.css +277 -1589
- 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 +287 -1648
- package/styles/tailwind.css +287 -1648
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,31 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 20.1.52 (2022-05-04)
|
|
6
|
+
|
|
7
|
+
### Grid
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `#I366094` - Need to consider validation when multiple records are added in batch edit mode has been fixed.
|
|
12
|
+
- `#I374850` - When `allowKeyboard` was set to false the selection was not prevented correctly has been fixed.
|
|
13
|
+
- `#F141605` - Provide support get distinct value from server when open the Excel/Checkbox filter has been fixed.
|
|
14
|
+
|
|
15
|
+
## 20.1.51 (2022-04-26)
|
|
16
|
+
|
|
17
|
+
### Grid
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- `#I367001` - Script error thrown when adding rows with template has been fixed.
|
|
22
|
+
- `#I375273` - Grid is not rendering properly with row height and frozen columns properties has been fixed.
|
|
23
|
+
- `#FB29914` - `GroupCaptiontemplate` is not shown when applied it to first column has been fixed.
|
|
24
|
+
- `#I367596` - Default filter value is not displayed when no records match the filer is fixed.
|
|
25
|
+
- `#I370329,#I373234` - Command column not working properly for default action is fixed.
|
|
26
|
+
- `#I372528` - The custom component in the filter bar template throws a script error when it is focused is fixed.
|
|
27
|
+
|
|
28
|
+
## 20.1.48 (2022-04-12)
|
|
29
|
+
|
|
5
30
|
### Grid
|
|
6
31
|
|
|
7
32
|
#### Bug Fixes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-grids.umd.min.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.55
|
|
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.52",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-bj9USzIL/2/6SWw6Hxn19BR44VI3K6WJBbgaUXihd3SkqYOe3yGPsJonV40NvKm/bBE1fFvoA4wYdgOPc7agqA==",
|
|
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.52.tgz",
|
|
23
|
+
"_shasum": "611fcc4c458024b26fae0daed02d68159fb2c0df",
|
|
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.55",
|
|
35
|
+
"@syncfusion/ej2-grids": "20.1.55",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~20.1.55"
|
|
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.55",
|
|
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
|
}
|