@syncfusion/ej2-react-grids 19.2.57 → 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.
Files changed (63) hide show
  1. package/CHANGELOG.md +48 -0
  2. package/dist/ej2-react-grids.umd.min.js +1 -1
  3. package/package.json +8 -8
  4. package/styles/bootstrap-dark.css +265 -69
  5. package/styles/bootstrap.css +263 -67
  6. package/styles/bootstrap4.css +248 -52
  7. package/styles/bootstrap5-dark.css +6088 -0
  8. package/styles/bootstrap5-dark.scss +3 -0
  9. package/styles/bootstrap5.css +6088 -0
  10. package/styles/bootstrap5.scss +3 -0
  11. package/styles/excel-filter/bootstrap-dark.css +15 -3
  12. package/styles/excel-filter/bootstrap.css +14 -2
  13. package/styles/excel-filter/bootstrap4.css +15 -3
  14. package/styles/excel-filter/bootstrap5-dark.css +618 -0
  15. package/styles/excel-filter/bootstrap5-dark.scss +1 -0
  16. package/styles/excel-filter/bootstrap5.css +618 -0
  17. package/styles/excel-filter/bootstrap5.scss +1 -0
  18. package/styles/excel-filter/fabric-dark.css +14 -2
  19. package/styles/excel-filter/fabric.css +13 -1
  20. package/styles/excel-filter/highcontrast-light.css +14 -2
  21. package/styles/excel-filter/highcontrast.css +13 -1
  22. package/styles/excel-filter/material-dark.css +17 -5
  23. package/styles/excel-filter/material.css +13 -1
  24. package/styles/excel-filter/tailwind-dark.css +21 -5
  25. package/styles/excel-filter/tailwind.css +21 -5
  26. package/styles/fabric-dark.css +233 -37
  27. package/styles/fabric.css +226 -30
  28. package/styles/grid/bootstrap-dark.css +239 -56
  29. package/styles/grid/bootstrap.css +237 -54
  30. package/styles/grid/bootstrap4.css +227 -44
  31. package/styles/grid/bootstrap5-dark.css +4831 -0
  32. package/styles/grid/bootstrap5-dark.scss +1 -0
  33. package/styles/grid/bootstrap5.css +4831 -0
  34. package/styles/grid/bootstrap5.scss +1 -0
  35. package/styles/grid/fabric-dark.css +212 -29
  36. package/styles/grid/fabric.css +212 -29
  37. package/styles/grid/highcontrast-light.css +215 -32
  38. package/styles/grid/highcontrast.css +215 -32
  39. package/styles/grid/material-dark.css +225 -42
  40. package/styles/grid/material.css +208 -25
  41. package/styles/grid/tailwind-dark.css +244 -61
  42. package/styles/grid/tailwind.css +242 -59
  43. package/styles/highcontrast-light.css +230 -34
  44. package/styles/highcontrast.css +231 -35
  45. package/styles/material-dark.css +245 -49
  46. package/styles/material.css +224 -28
  47. package/styles/pager/bootstrap-dark.css +11 -10
  48. package/styles/pager/bootstrap.css +12 -11
  49. package/styles/pager/bootstrap4.css +6 -5
  50. package/styles/pager/bootstrap5-dark.css +779 -0
  51. package/styles/pager/bootstrap5-dark.scss +1 -0
  52. package/styles/pager/bootstrap5.css +779 -0
  53. package/styles/pager/bootstrap5.scss +1 -0
  54. package/styles/pager/fabric-dark.css +7 -6
  55. package/styles/pager/fabric.css +1 -0
  56. package/styles/pager/highcontrast-light.css +1 -0
  57. package/styles/pager/highcontrast.css +3 -2
  58. package/styles/pager/material-dark.css +4 -3
  59. package/styles/pager/material.css +3 -2
  60. package/styles/pager/tailwind-dark.css +8 -7
  61. package/styles/pager/tailwind.css +8 -7
  62. package/styles/tailwind-dark.css +273 -73
  63. package/styles/tailwind.css +271 -71
package/CHANGELOG.md CHANGED
@@ -4,6 +4,54 @@
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
+
20
+ #### Bug Fixes
21
+
22
+ - `#F168526` - `enablePersistence` was not maintained when filtering applied on `foreignKey` column.
23
+ - `#I335206` - Throws script error while adding the stacked columns dynamically is fixed.
24
+ - `#I341127` - Excel filter sub menus does not open in mobile device is Fixed.
25
+ - `#I340337` - Immutable mode doesn’t work for deep compare data issue has been fixed.
26
+ - `#I336801` - Infinite scrolling with editing with checkbox selection issue has been fixed.
27
+
28
+ ## 19.2.60 (2021-09-07)
29
+
30
+ ### Grid
31
+
32
+ #### Bug Fixes
33
+
34
+ - `#I339334` - `exportDetailDataBound` event not triggered when export the `HierarchyGrid` has been fixed.
35
+ - `#I339880` - Script error throws when enable `textwrap` with auto generated columns, issue has been fixed.
36
+ - `#FB27674` - Multi column dynamic sorting issue has been resolved.
37
+ - `#I340037` - Grid focus out issue has been resolved.
38
+ - `#I340122` - Script error while using custom component on boolean menu filter has been resolved.
39
+ - `#I339774` - Script error throws while hiding columns in enabled `lazyload` grid, has been fixed.
40
+
41
+ ## 19.2.59 (2021-08-31)
42
+
43
+ ### Grid
44
+
45
+ #### Bug Fixes
46
+
47
+ - `#F167458` - `enablePersistence` was not maintained when routing to another page is resolved.
48
+ - `#I339406` - Filtering array of values on date column by `filterByColum`, issue has been fixed.
49
+ - `#F168110` - Filter operation is not cleared while clicking the clear button with immediate mode, issue has been fixed.
50
+
51
+ ## 19.2.57 (2021-08-24)
52
+
53
+ ### Grid
54
+
7
55
  #### Bug Fixes
8
56
 
9
57
  - `#I338200` - Searching operation is not working properly in `foreignKeyColumn` issue has been fixed.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-grids.umd.min.js
3
- * version : 19.2.57
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@19.2.56",
3
+ "_id": "@syncfusion/ej2-react-grids@1.93.2",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-NyFxaYxWzQb7qVJDrPLyWr6VE60PD52HId5rzJjbIuMr955OsO/rJZuYDR4fkKQM/AeSXF4lE5vyhso6yauoFA==",
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-hotfix/@syncfusion/ej2-react-grids/-/ej2-react-grids-19.2.56.tgz",
23
- "_shasum": "0ed60027186e686a7d86e004fe6b2d17e71117b0",
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.2.55",
35
- "@syncfusion/ej2-grids": "19.2.57",
36
- "@syncfusion/ej2-react-base": "~19.2.55"
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.2.57",
68
+ "version": "19.3.43",
69
69
  "sideEffects": false
70
70
  }