@syncfusion/ej2-vue-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 (94) hide show
  1. package/CHANGELOG.md +27 -80
  2. package/dist/ej2-vue-grids.umd.min.js +2 -11
  3. package/dist/global/ej2-vue-grids.min.js +2 -2
  4. package/package.json +8 -8
  5. package/styles/bootstrap-dark.css +84 -699
  6. package/styles/bootstrap-dark.scss +0 -1
  7. package/styles/bootstrap.css +83 -698
  8. package/styles/bootstrap.scss +0 -1
  9. package/styles/bootstrap4.css +102 -710
  10. package/styles/bootstrap4.scss +0 -1
  11. package/styles/bootstrap5-dark.css +84 -732
  12. package/styles/bootstrap5-dark.scss +0 -1
  13. package/styles/bootstrap5.css +84 -732
  14. package/styles/bootstrap5.scss +0 -1
  15. package/styles/excel-filter/bootstrap-dark.css +4 -0
  16. package/styles/excel-filter/bootstrap.css +4 -0
  17. package/styles/excel-filter/bootstrap4.css +4 -0
  18. package/styles/excel-filter/bootstrap5-dark.css +4 -0
  19. package/styles/excel-filter/bootstrap5.css +4 -0
  20. package/styles/excel-filter/fabric-dark.css +4 -0
  21. package/styles/excel-filter/fabric.css +4 -0
  22. package/styles/excel-filter/fluent-dark.css +4 -0
  23. package/styles/excel-filter/fluent.css +4 -0
  24. package/styles/excel-filter/highcontrast-light.css +4 -0
  25. package/styles/excel-filter/highcontrast.css +4 -0
  26. package/styles/excel-filter/material-dark.css +4 -0
  27. package/styles/excel-filter/material.css +4 -0
  28. package/styles/excel-filter/tailwind-dark.css +4 -0
  29. package/styles/excel-filter/tailwind.css +4 -0
  30. package/styles/fabric-dark.css +80 -697
  31. package/styles/fabric-dark.scss +0 -1
  32. package/styles/fabric.css +82 -699
  33. package/styles/fabric.scss +0 -1
  34. package/styles/fluent-dark.css +105 -712
  35. package/styles/fluent-dark.scss +0 -1
  36. package/styles/fluent.css +105 -712
  37. package/styles/fluent.scss +0 -1
  38. package/styles/grid/bootstrap-dark.css +80 -12
  39. package/styles/grid/bootstrap.css +79 -11
  40. package/styles/grid/bootstrap4.css +98 -23
  41. package/styles/grid/bootstrap5-dark.css +80 -10
  42. package/styles/grid/bootstrap5.css +80 -10
  43. package/styles/grid/fabric-dark.css +76 -10
  44. package/styles/grid/fabric.css +78 -12
  45. package/styles/grid/fluent-dark.css +101 -23
  46. package/styles/grid/fluent.css +101 -23
  47. package/styles/grid/highcontrast-light.css +72 -6
  48. package/styles/grid/highcontrast.css +76 -10
  49. package/styles/grid/material-dark.css +77 -11
  50. package/styles/grid/material.css +76 -10
  51. package/styles/grid/tailwind-dark.css +77 -10
  52. package/styles/grid/tailwind.css +77 -10
  53. package/styles/highcontrast-light.css +76 -693
  54. package/styles/highcontrast-light.scss +0 -1
  55. package/styles/highcontrast.css +80 -697
  56. package/styles/highcontrast.scss +0 -1
  57. package/styles/material-dark.css +81 -698
  58. package/styles/material-dark.scss +0 -1
  59. package/styles/material.css +80 -697
  60. package/styles/material.scss +0 -1
  61. package/styles/tailwind-dark.css +81 -824
  62. package/styles/tailwind-dark.scss +0 -1
  63. package/styles/tailwind.css +81 -824
  64. package/styles/tailwind.scss +0 -1
  65. package/styles/pager/bootstrap-dark.css +0 -686
  66. package/styles/pager/bootstrap-dark.scss +0 -1
  67. package/styles/pager/bootstrap.css +0 -686
  68. package/styles/pager/bootstrap.scss +0 -1
  69. package/styles/pager/bootstrap4.css +0 -686
  70. package/styles/pager/bootstrap4.scss +0 -1
  71. package/styles/pager/bootstrap5-dark.css +0 -721
  72. package/styles/pager/bootstrap5-dark.scss +0 -1
  73. package/styles/pager/bootstrap5.css +0 -721
  74. package/styles/pager/bootstrap5.scss +0 -1
  75. package/styles/pager/fabric-dark.css +0 -686
  76. package/styles/pager/fabric-dark.scss +0 -1
  77. package/styles/pager/fabric.css +0 -686
  78. package/styles/pager/fabric.scss +0 -1
  79. package/styles/pager/fluent-dark.css +0 -688
  80. package/styles/pager/fluent-dark.scss +0 -1
  81. package/styles/pager/fluent.css +0 -688
  82. package/styles/pager/fluent.scss +0 -1
  83. package/styles/pager/highcontrast-light.css +0 -686
  84. package/styles/pager/highcontrast-light.scss +0 -1
  85. package/styles/pager/highcontrast.css +0 -686
  86. package/styles/pager/highcontrast.scss +0 -1
  87. package/styles/pager/material-dark.css +0 -687
  88. package/styles/pager/material-dark.scss +0 -1
  89. package/styles/pager/material.css +0 -687
  90. package/styles/pager/material.scss +0 -1
  91. package/styles/pager/tailwind-dark.css +0 -813
  92. package/styles/pager/tailwind-dark.scss +0 -1
  93. package/styles/pager/tailwind.css +0 -813
  94. 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/vue/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/vue/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-vue-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
@@ -9,16 +9,7 @@
9
9
  */
10
10
  /*!
11
11
  * filename: ej2-vue-grids.umd.min.js
12
- * version : 20.1.47
13
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
14
- * Use of this code is subject to the terms of our license.
15
- * A copy of the current license can be obtained at any time by e-mailing
16
- * licensing@syncfusion.com. Any infringement will be prosecuted under
17
- * applicable laws.
18
- */
19
- /*!
20
- * filename: ej2-vue-grids.umd.min.js
21
- * version : 19.4.38
12
+ * version : 19.2.55
22
13
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
23
14
  * Use of this code is subject to the terms of our license.
24
15
  * A copy of the current license can be obtained at any time by e-mailing