@syncfusion/ej2-react-grids 20.1.61 → 20.2.39

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