@syncfusion/ej2-react-grids 20.1.60 → 20.2.38

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 (93) hide show
  1. package/CHANGELOG.md +16 -77
  2. package/dist/ej2-react-grids.umd.min.js +1 -1
  3. package/package.json +8 -8
  4. package/styles/bootstrap-dark.css +76 -694
  5. package/styles/bootstrap-dark.scss +0 -1
  6. package/styles/bootstrap.css +75 -693
  7. package/styles/bootstrap.scss +0 -1
  8. package/styles/bootstrap4.css +94 -705
  9. package/styles/bootstrap4.scss +0 -1
  10. package/styles/bootstrap5-dark.css +76 -731
  11. package/styles/bootstrap5-dark.scss +0 -1
  12. package/styles/bootstrap5.css +76 -731
  13. package/styles/bootstrap5.scss +0 -1
  14. package/styles/excel-filter/bootstrap-dark.css +4 -0
  15. package/styles/excel-filter/bootstrap.css +4 -0
  16. package/styles/excel-filter/bootstrap4.css +4 -0
  17. package/styles/excel-filter/bootstrap5-dark.css +4 -0
  18. package/styles/excel-filter/bootstrap5.css +4 -0
  19. package/styles/excel-filter/fabric-dark.css +4 -0
  20. package/styles/excel-filter/fabric.css +4 -0
  21. package/styles/excel-filter/fluent-dark.css +4 -0
  22. package/styles/excel-filter/fluent.css +4 -0
  23. package/styles/excel-filter/highcontrast-light.css +4 -0
  24. package/styles/excel-filter/highcontrast.css +4 -0
  25. package/styles/excel-filter/material-dark.css +4 -0
  26. package/styles/excel-filter/material.css +4 -0
  27. package/styles/excel-filter/tailwind-dark.css +4 -0
  28. package/styles/excel-filter/tailwind.css +4 -0
  29. package/styles/fabric-dark.css +72 -692
  30. package/styles/fabric-dark.scss +0 -1
  31. package/styles/fabric.css +74 -694
  32. package/styles/fabric.scss +0 -1
  33. package/styles/fluent-dark.css +93 -707
  34. package/styles/fluent-dark.scss +0 -1
  35. package/styles/fluent.css +93 -707
  36. package/styles/fluent.scss +0 -1
  37. package/styles/grid/bootstrap-dark.css +72 -7
  38. package/styles/grid/bootstrap.css +71 -6
  39. package/styles/grid/bootstrap4.css +90 -18
  40. package/styles/grid/bootstrap5-dark.css +72 -9
  41. package/styles/grid/bootstrap5.css +72 -9
  42. package/styles/grid/fabric-dark.css +68 -5
  43. package/styles/grid/fabric.css +70 -7
  44. package/styles/grid/fluent-dark.css +89 -18
  45. package/styles/grid/fluent.css +89 -18
  46. package/styles/grid/highcontrast-light.css +68 -5
  47. package/styles/grid/highcontrast.css +68 -5
  48. package/styles/grid/material-dark.css +69 -6
  49. package/styles/grid/material.css +68 -5
  50. package/styles/grid/tailwind-dark.css +73 -9
  51. package/styles/grid/tailwind.css +73 -9
  52. package/styles/highcontrast-light.css +72 -692
  53. package/styles/highcontrast-light.scss +0 -1
  54. package/styles/highcontrast.css +72 -692
  55. package/styles/highcontrast.scss +0 -1
  56. package/styles/material-dark.css +73 -693
  57. package/styles/material-dark.scss +0 -1
  58. package/styles/material.css +72 -692
  59. package/styles/material.scss +0 -1
  60. package/styles/tailwind-dark.css +77 -823
  61. package/styles/tailwind-dark.scss +0 -1
  62. package/styles/tailwind.css +77 -823
  63. package/styles/tailwind.scss +0 -1
  64. package/styles/pager/bootstrap-dark.css +0 -686
  65. package/styles/pager/bootstrap-dark.scss +0 -1
  66. package/styles/pager/bootstrap.css +0 -686
  67. package/styles/pager/bootstrap.scss +0 -1
  68. package/styles/pager/bootstrap4.css +0 -686
  69. package/styles/pager/bootstrap4.scss +0 -1
  70. package/styles/pager/bootstrap5-dark.css +0 -721
  71. package/styles/pager/bootstrap5-dark.scss +0 -1
  72. package/styles/pager/bootstrap5.css +0 -721
  73. package/styles/pager/bootstrap5.scss +0 -1
  74. package/styles/pager/fabric-dark.css +0 -686
  75. package/styles/pager/fabric-dark.scss +0 -1
  76. package/styles/pager/fabric.css +0 -686
  77. package/styles/pager/fabric.scss +0 -1
  78. package/styles/pager/fluent-dark.css +0 -688
  79. package/styles/pager/fluent-dark.scss +0 -1
  80. package/styles/pager/fluent.css +0 -688
  81. package/styles/pager/fluent.scss +0 -1
  82. package/styles/pager/highcontrast-light.css +0 -686
  83. package/styles/pager/highcontrast-light.scss +0 -1
  84. package/styles/pager/highcontrast.css +0 -686
  85. package/styles/pager/highcontrast.scss +0 -1
  86. package/styles/pager/material-dark.css +0 -687
  87. package/styles/pager/material-dark.scss +0 -1
  88. package/styles/pager/material.css +0 -687
  89. package/styles/pager/material.scss +0 -1
  90. package/styles/pager/tailwind-dark.css +0 -813
  91. package/styles/pager/tailwind-dark.scss +0 -1
  92. package/styles/pager/tailwind.css +0 -813
  93. package/styles/pager/tailwind.scss +0 -1
package/CHANGELOG.md CHANGED
@@ -6,92 +6,31 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I379616` - Script error when checkbox in last column while editing issue has been fixed.
10
- - `#I379762` - Insert action issue with `InfiniteScrolling` in URL Adaptor has been fixed.
11
- - `#F175233` - Scroller thumb is shown when empty record displayed in the Virtualization Grid has been fixed.
9
+ - `#I376131` - when cell containing the checkbox is double clicked the next cell content gets highlighted issue has been fixed.
10
+ - `#I385933` - Custom format on number column is not working properly in Grid pdf export issue has been fixed.
11
+ - `#FB35672` - Empty grid in batch edit mode throws script error has been fixed.
12
+ - `#I382789` - Tab key Navigation not working When `allowEditing` set to false with `RowDragandDrop` is fixed.
13
+ - `#FB34522` - Column reorder not working properly in column freeze enabled is fixed.
12
14
 
13
- ## 20.1.59 (2022-06-07)
15
+ ## 20.2.36 (2022-06-30)
14
16
 
15
17
  ### Grid
16
18
 
17
- #### Bug Fixes
18
-
19
- - `#I367001` - Alignment issue while adding new row with frozen grid and `rowDragandDrop` is fixed
20
- - `#I378140` - Combination of Excel and Menu filter with `foreignkey` column throws script error is fixed
21
- - `#I377994` - Row selection is not updated properly inside the `rowDeselected` event while performing data actions in grid has been fixed.
22
-
23
- ## 20.1.58 (2022-05-31)
24
-
25
- ### Grid
26
-
27
- #### Bug Fixes
28
-
29
- - `#I357493` - An issue with the grid throws a `NotFoundError` on Unmount in IE11 when using the custom template has been resolved.
30
- - `#I372485` - Adding new rows in-between with infinite scrolling issue has been fixed.
31
- - `#I375336` - Scrolling is not working fine with Virtualization Grid when having frozen column has been fixed.
32
- - `#I374913` - Collapsing Group row is not working properly when cache mode enabled in `InfiniteScrolling` has been fixed.
33
-
34
- ## 20.1.57 (2022-05-24)
35
-
36
- ### Grid
37
-
38
- #### Bug Fixes
39
-
40
- - `#I359884` - Accessibility of Grid component has been improved.
41
- - `#I376539` - Sorting issue on URL Adaptor `DataManagerRequest` has been fixed.
42
- - `#I365726` - Image and Text overlap issue in excel image has been fixed.
43
-
44
- ## 20.1.56 (2022-05-17)
45
-
46
- ### Grid
47
-
48
- #### Bug Fixes
49
-
50
- - `#F174681` - Provided support for Column dragging when dynamically enabling the Group drop area.
51
- - `#I375458` - Column read as draggable after disabling column reorder for Particular column has been fixed.
52
- - `#I376011` - Styling issue on grouping all the columns in grid is fixed.
53
- - `#I352445` - Changed the title and read message of three dot icon in Page container.
54
- - `#I366376` - column template does not destroyed while using `setRowData` method has been fixed.
55
-
56
- ## 20.1.52 (2022-05-04)
57
-
58
- ### Grid
59
-
60
- #### Bug Fixes
61
-
62
- - `#I366094` - Need to consider validation when multiple records are added in batch edit mode has been fixed.
63
- - `#I374850` - When `allowKeyboard` was set to false the selection was not prevented correctly has been fixed.
64
- - `#F141605` - Provide support get distinct value from server when open the Excel/Checkbox filter has been fixed.
65
-
66
- ## 20.1.51 (2022-04-26)
67
-
68
- ### Grid
69
-
70
- #### Bug Fixes
71
-
72
- - `#I367001` - Script error thrown when adding rows with template has been fixed.
73
- - `#I375273` - Grid is not rendering properly with row height and frozen columns properties has been fixed.
74
- - `#FB29914` - `GroupCaptiontemplate` is not shown when applied it to first column has been fixed.
75
- - `#I367596` - Default filter value is not displayed when no records match the filer is fixed.
76
- - `#I370329,#I373234` - Command column not working properly for default action is fixed.
77
- - `#I372528` - The custom component in the filter bar template throws a script error when it is focused is fixed.
19
+ #### New Features
78
20
 
79
- ## 20.1.48 (2022-04-12)
21
+ - `#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)
22
+ - `#I328056`, `#I369597` - Provided support to prevent the selection of specific rows based on the condition.
23
+ - Enhanced the keyboard support for Data grid control. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/keyboard-navigation.html)
24
+ - `#I194399` - Provided support to rotate grid header while exporting.
80
25
 
81
- ### Grid
26
+ - `#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/react/demos/#/bootstrap5/grid/searching)
27
+ - `#I328056`, `#I369597` - Provided support to prevent the selection of specific rows based on the condition.
28
+ - Enhanced the keyboard support for Data grid control. Please find the demo link [here](https://ej2.syncfusion.com/react/demos/#/bootstrap5/grid/keyboard-navigation.html)
29
+ - `#I194399` - Provided support to rotate grid header while exporting.
82
30
 
83
31
  #### Bug Fixes
84
32
 
85
- - `#I372376` - Infinite scrolling with grouping and hidden columns breaks collapse issue has been fixed.
86
- - `#I369133` - Editing data not maintained when scroll down on the page with infinite scrolling enabled is fixed.
87
- - `#I367996` - `RowDragandDrop` not working when column template is defined is fixed
88
- - `#FB31703` - Focus issue after Searching in Grid with `infiniteScroll` enabled has been fixed.
89
- - `#I371887` - `FilterTemplate` is not working when `showFilterBarOperator` enabled has been fixed.
90
- - `#I362536` - Column template does not render in movable content when using `ngif` has been fixed.
91
- - `#I367660` - Script error wile editing with frozen columns and `virtualization` has been fixed.
92
- - `#I372812` - Show/hide the template column refreshed the Grid has been fixed.
93
- - `#I369861` - Provided support to customize the caption row style on exporting through the `exportGroupCaption` event.
94
- - `#I372461` - Filter operator was incorrect when the `ShowFilterBarOperator` option was set to true with initial filter.
33
+ - `#I235957`, `#I347931`, `#F170423`, `#I356695` - Persist Selection misbehaves while sorting with virtualisation issue has been fixed .
95
34
 
96
35
  ## 20.1.47 (2022-04-04)
97
36
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-grids.umd.min.js
3
- * version : 20.1.60
3
+ * version : 20.2.38
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.59",
3
+ "_id": "@syncfusion/ej2-react-grids@20.2.36",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-84kMKibt8Tb9968CRHG4PaIZgHhwC5SdEAJ7v0y0JpNDJ87HPQdMEN/Yz5HtgEsBwg9cfnbQIIXQMnA27tyEUg==",
5
+ "_integrity": "sha512-muXjMooRctSbl8i7CE6frrXJg27HXuPRvJfWcnxqBlUx7CTZcG7RZQz8gMyj+a9cME+HeAtu6+Z73nFpsh9Qdw==",
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.59.tgz",
23
- "_shasum": "0db09a39e20878d6d54ea0f6b2225eee9ace550b",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-20.2.36.tgz",
23
+ "_shasum": "9983951cfb2dad67eda1e3381bfb955777f9ffc0",
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.60",
35
- "@syncfusion/ej2-grids": "20.1.60",
36
- "@syncfusion/ej2-react-base": "~20.1.59"
34
+ "@syncfusion/ej2-base": "~20.2.38",
35
+ "@syncfusion/ej2-grids": "20.2.38",
36
+ "@syncfusion/ej2-react-base": "~20.2.38"
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.60",
68
+ "version": "20.2.38",
69
69
  "sideEffects": false
70
70
  }