@syncfusion/ej2-react-grids 19.2.62 → 19.3.43
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 +13 -2
- package/dist/ej2-react-grids.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +257 -62
- package/styles/bootstrap.css +255 -60
- package/styles/bootstrap4.css +239 -44
- package/styles/bootstrap5-dark.css +6088 -0
- package/styles/bootstrap5-dark.scss +3 -0
- package/styles/bootstrap5.css +6088 -0
- package/styles/bootstrap5.scss +3 -0
- package/styles/excel-filter/bootstrap-dark.css +15 -3
- package/styles/excel-filter/bootstrap.css +14 -2
- package/styles/excel-filter/bootstrap4.css +15 -3
- package/styles/excel-filter/bootstrap5-dark.css +618 -0
- package/styles/excel-filter/bootstrap5-dark.scss +1 -0
- package/styles/excel-filter/bootstrap5.css +618 -0
- package/styles/excel-filter/bootstrap5.scss +1 -0
- package/styles/excel-filter/fabric-dark.css +14 -2
- package/styles/excel-filter/fabric.css +13 -1
- package/styles/excel-filter/highcontrast-light.css +14 -2
- package/styles/excel-filter/highcontrast.css +13 -1
- package/styles/excel-filter/material-dark.css +17 -5
- package/styles/excel-filter/material.css +13 -1
- package/styles/excel-filter/tailwind-dark.css +17 -1
- package/styles/excel-filter/tailwind.css +18 -2
- package/styles/fabric-dark.css +223 -28
- package/styles/fabric.css +216 -21
- package/styles/grid/bootstrap-dark.css +231 -49
- package/styles/grid/bootstrap.css +229 -47
- package/styles/grid/bootstrap4.css +218 -36
- package/styles/grid/bootstrap5-dark.css +4831 -0
- package/styles/grid/bootstrap5-dark.scss +1 -0
- package/styles/grid/bootstrap5.css +4831 -0
- package/styles/grid/bootstrap5.scss +1 -0
- package/styles/grid/fabric-dark.css +202 -20
- package/styles/grid/fabric.css +202 -20
- package/styles/grid/highcontrast-light.css +205 -23
- package/styles/grid/highcontrast.css +204 -22
- package/styles/grid/material-dark.css +217 -35
- package/styles/grid/material.css +200 -18
- package/styles/grid/tailwind-dark.css +209 -27
- package/styles/grid/tailwind.css +210 -28
- package/styles/highcontrast-light.css +220 -25
- package/styles/highcontrast.css +220 -25
- package/styles/material-dark.css +236 -41
- package/styles/material.css +215 -20
- package/styles/pager/bootstrap-dark.css +11 -10
- package/styles/pager/bootstrap.css +12 -11
- package/styles/pager/bootstrap4.css +6 -5
- package/styles/pager/bootstrap5-dark.css +779 -0
- package/styles/pager/bootstrap5-dark.scss +1 -0
- package/styles/pager/bootstrap5.css +779 -0
- package/styles/pager/bootstrap5.scss +1 -0
- package/styles/pager/fabric-dark.css +7 -6
- package/styles/pager/fabric.css +1 -0
- package/styles/pager/highcontrast-light.css +1 -0
- package/styles/pager/highcontrast.css +3 -2
- package/styles/pager/material-dark.css +3 -2
- package/styles/pager/material.css +2 -1
- package/styles/pager/tailwind-dark.css +8 -7
- package/styles/pager/tailwind.css +7 -6
- package/styles/tailwind-dark.css +234 -35
- package/styles/tailwind.css +235 -36
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,19 @@
|
|
|
4
4
|
|
|
5
5
|
### Grid
|
|
6
6
|
|
|
7
|
+
#### New Features
|
|
8
|
+
|
|
9
|
+
- `#I284744`, `#I289234` - Provided keyboard navigation support for infinite scroll.
|
|
10
|
+
- `#I314791`, `#I311562` - Provided group caption collapse support for infinite scroll.
|
|
11
|
+
|
|
12
|
+
#### Breaking Changes
|
|
13
|
+
|
|
14
|
+
- The `groupSettings.disablePageWiseAggregates` option will be enabled automatically when using aggregates and grouping in an infinite scroll.
|
|
15
|
+
|
|
16
|
+
## 19.2.62 (2021-09-14)
|
|
17
|
+
|
|
18
|
+
### Grid
|
|
19
|
+
|
|
7
20
|
#### Bug Fixes
|
|
8
21
|
|
|
9
22
|
- `#F168526` - `enablePersistence` was not maintained when filtering applied on `foreignKey` column.
|
|
@@ -12,8 +25,6 @@
|
|
|
12
25
|
- `#I340337` - Immutable mode doesn’t work for deep compare data issue has been fixed.
|
|
13
26
|
- `#I336801` - Infinite scrolling with editing with checkbox selection issue has been fixed.
|
|
14
27
|
|
|
15
|
-
- `#I340990` - Template column misplaced while editing a Grouped columns has been fixed.
|
|
16
|
-
|
|
17
28
|
## 19.2.60 (2021-09-07)
|
|
18
29
|
|
|
19
30
|
### Grid
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-grids.umd.min.js
|
|
3
|
-
* version : 19.
|
|
3
|
+
* version : 19.3.43
|
|
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@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-grids@1.93.2",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-YSAJ+h5blfthI/Z78yrhf9ShnRiBSZMJHzkXRNKG0iG2CjRBaQLe4z8GqAEblxU+X1AbTedOd5+FVrtt7ZgHfQ==",
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-grids/-/ej2-react-grids-1.93.2.tgz",
|
|
23
|
+
"_shasum": "6c0cd54e126d2f24d3d064e9ac0b577c716318db",
|
|
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": "~19.
|
|
35
|
-
"@syncfusion/ej2-grids": "19.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~19.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.3.43",
|
|
35
|
+
"@syncfusion/ej2-grids": "19.3.43",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~19.3.43"
|
|
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": "19.
|
|
68
|
+
"version": "19.3.43",
|
|
69
69
|
"sideEffects": false
|
|
70
70
|
}
|