@syncfusion/ej2-vue-grids 19.4.56 → 20.1.47

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 (72) hide show
  1. package/CHANGELOG.md +6 -2
  2. package/dist/ej2-vue-grids.umd.min.js +2 -2
  3. package/dist/global/ej2-vue-grids.min.js +2 -2
  4. package/package.json +8 -8
  5. package/styles/bootstrap-dark.css +159 -15
  6. package/styles/bootstrap.css +159 -15
  7. package/styles/bootstrap4.css +159 -15
  8. package/styles/bootstrap5-dark.css +380 -171
  9. package/styles/bootstrap5.css +380 -171
  10. package/styles/excel-filter/bootstrap-dark.css +9 -0
  11. package/styles/excel-filter/bootstrap.css +9 -0
  12. package/styles/excel-filter/bootstrap4.css +9 -0
  13. package/styles/excel-filter/bootstrap5-dark.css +16 -0
  14. package/styles/excel-filter/bootstrap5.css +16 -0
  15. package/styles/excel-filter/fabric-dark.css +9 -0
  16. package/styles/excel-filter/fabric.css +9 -0
  17. package/styles/excel-filter/fluent-dark.css +621 -0
  18. package/styles/excel-filter/fluent-dark.scss +1 -0
  19. package/styles/excel-filter/fluent.css +621 -0
  20. package/styles/excel-filter/fluent.scss +1 -0
  21. package/styles/excel-filter/highcontrast-light.css +10 -1
  22. package/styles/excel-filter/highcontrast.css +9 -0
  23. package/styles/excel-filter/material-dark.css +9 -0
  24. package/styles/excel-filter/material.css +9 -0
  25. package/styles/excel-filter/tailwind-dark.css +21 -68
  26. package/styles/excel-filter/tailwind.css +21 -68
  27. package/styles/fabric-dark.css +161 -17
  28. package/styles/fabric.css +161 -17
  29. package/styles/fluent-dark.css +6340 -0
  30. package/styles/fluent-dark.scss +3 -0
  31. package/styles/fluent.css +6340 -0
  32. package/styles/fluent.scss +3 -0
  33. package/styles/grid/bootstrap-dark.css +90 -12
  34. package/styles/grid/bootstrap.css +90 -12
  35. package/styles/grid/bootstrap4.css +90 -12
  36. package/styles/grid/bootstrap5-dark.css +216 -116
  37. package/styles/grid/bootstrap5.css +216 -116
  38. package/styles/grid/fabric-dark.css +90 -12
  39. package/styles/grid/fabric.css +90 -12
  40. package/styles/grid/fluent-dark.css +4996 -0
  41. package/styles/grid/fluent-dark.scss +1 -0
  42. package/styles/grid/fluent.css +4996 -0
  43. package/styles/grid/fluent.scss +1 -0
  44. package/styles/grid/highcontrast-light.css +90 -12
  45. package/styles/grid/highcontrast.css +90 -12
  46. package/styles/grid/material-dark.css +90 -12
  47. package/styles/grid/material.css +90 -12
  48. package/styles/grid/tailwind-dark.css +364 -219
  49. package/styles/grid/tailwind.css +365 -220
  50. package/styles/highcontrast-light.css +162 -18
  51. package/styles/highcontrast.css +161 -17
  52. package/styles/material-dark.css +159 -15
  53. package/styles/material.css +159 -15
  54. package/styles/pager/bootstrap-dark.css +60 -3
  55. package/styles/pager/bootstrap.css +60 -3
  56. package/styles/pager/bootstrap4.css +60 -3
  57. package/styles/pager/bootstrap5-dark.css +155 -55
  58. package/styles/pager/bootstrap5.css +155 -55
  59. package/styles/pager/fabric-dark.css +62 -5
  60. package/styles/pager/fabric.css +62 -5
  61. package/styles/pager/fluent-dark.css +854 -0
  62. package/styles/pager/fluent-dark.scss +1 -0
  63. package/styles/pager/fluent.css +854 -0
  64. package/styles/pager/fluent.scss +1 -0
  65. package/styles/pager/highcontrast-light.css +62 -5
  66. package/styles/pager/highcontrast.css +62 -5
  67. package/styles/pager/material-dark.css +60 -3
  68. package/styles/pager/material.css +60 -3
  69. package/styles/pager/tailwind-dark.css +270 -58
  70. package/styles/pager/tailwind.css +270 -58
  71. package/styles/tailwind-dark.css +654 -288
  72. package/styles/tailwind.css +655 -289
package/CHANGELOG.md CHANGED
@@ -6,8 +6,12 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I368016` - Foreign key column editing and filtering is not working properly with `virtualization` issue has been fixed.
10
- - `#I369186` - Aggregate value refresh issue in child grid has been fixed.
9
+ - `#I368223` - Filtering on the date column with a null value in the array issue has been fixed.
10
+ - `#F171832` - Pdf grid header text colour is not updated properly in `pdfHeaderQueryCellInfo` event issue has been fixed.
11
+
12
+ #### New Features
13
+
14
+ - `#I347226`, `#I345255` - Provided Aria accessibility with keyboard support for pager component.
11
15
 
12
16
  ## 19.4.55 (2022-03-08)
13
17
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-grids.umd.min.js
3
- * version : 19.4.56
3
+ * version : 20.1.47
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,7 +9,7 @@
9
9
  */
10
10
  /*!
11
11
  * filename: ej2-vue-grids.umd.min.js
12
- * version : 19.2.55
12
+ * version : 19.4.38
13
13
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
14
14
  * Use of this code is subject to the terms of our license.
15
15
  * A copy of the current license can be obtained at any time by e-mailing