@syncfusion/ej2-vue-grids 20.1.47 → 20.1.48

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 +2 -6
  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 +14 -8
  5. package/styles/bootstrap-dark.css +15 -159
  6. package/styles/bootstrap.css +15 -159
  7. package/styles/bootstrap4.css +15 -159
  8. package/styles/bootstrap5-dark.css +171 -380
  9. package/styles/bootstrap5.css +171 -380
  10. package/styles/excel-filter/bootstrap-dark.css +0 -9
  11. package/styles/excel-filter/bootstrap.css +0 -9
  12. package/styles/excel-filter/bootstrap4.css +0 -9
  13. package/styles/excel-filter/bootstrap5-dark.css +0 -16
  14. package/styles/excel-filter/bootstrap5.css +0 -16
  15. package/styles/excel-filter/fabric-dark.css +0 -9
  16. package/styles/excel-filter/fabric.css +0 -9
  17. package/styles/excel-filter/highcontrast-light.css +1 -10
  18. package/styles/excel-filter/highcontrast.css +0 -9
  19. package/styles/excel-filter/material-dark.css +0 -9
  20. package/styles/excel-filter/material.css +0 -9
  21. package/styles/excel-filter/tailwind-dark.css +68 -21
  22. package/styles/excel-filter/tailwind.css +68 -21
  23. package/styles/fabric-dark.css +17 -161
  24. package/styles/fabric.css +17 -161
  25. package/styles/grid/bootstrap-dark.css +12 -90
  26. package/styles/grid/bootstrap.css +12 -90
  27. package/styles/grid/bootstrap4.css +12 -90
  28. package/styles/grid/bootstrap5-dark.css +116 -216
  29. package/styles/grid/bootstrap5.css +116 -216
  30. package/styles/grid/fabric-dark.css +12 -90
  31. package/styles/grid/fabric.css +12 -90
  32. package/styles/grid/highcontrast-light.css +12 -90
  33. package/styles/grid/highcontrast.css +12 -90
  34. package/styles/grid/material-dark.css +12 -90
  35. package/styles/grid/material.css +12 -90
  36. package/styles/grid/tailwind-dark.css +219 -364
  37. package/styles/grid/tailwind.css +220 -365
  38. package/styles/highcontrast-light.css +18 -162
  39. package/styles/highcontrast.css +17 -161
  40. package/styles/material-dark.css +15 -159
  41. package/styles/material.css +15 -159
  42. package/styles/pager/bootstrap-dark.css +3 -60
  43. package/styles/pager/bootstrap.css +3 -60
  44. package/styles/pager/bootstrap4.css +3 -60
  45. package/styles/pager/bootstrap5-dark.css +55 -155
  46. package/styles/pager/bootstrap5.css +55 -155
  47. package/styles/pager/fabric-dark.css +5 -62
  48. package/styles/pager/fabric.css +5 -62
  49. package/styles/pager/highcontrast-light.css +5 -62
  50. package/styles/pager/highcontrast.css +5 -62
  51. package/styles/pager/material-dark.css +3 -60
  52. package/styles/pager/material.css +3 -60
  53. package/styles/pager/tailwind-dark.css +58 -270
  54. package/styles/pager/tailwind.css +58 -270
  55. package/styles/tailwind-dark.css +288 -654
  56. package/styles/tailwind.css +289 -655
  57. package/styles/excel-filter/fluent-dark.css +0 -621
  58. package/styles/excel-filter/fluent-dark.scss +0 -1
  59. package/styles/excel-filter/fluent.css +0 -621
  60. package/styles/excel-filter/fluent.scss +0 -1
  61. package/styles/fluent-dark.css +0 -6340
  62. package/styles/fluent-dark.scss +0 -3
  63. package/styles/fluent.css +0 -6340
  64. package/styles/fluent.scss +0 -3
  65. package/styles/grid/fluent-dark.css +0 -4996
  66. package/styles/grid/fluent-dark.scss +0 -1
  67. package/styles/grid/fluent.css +0 -4996
  68. package/styles/grid/fluent.scss +0 -1
  69. package/styles/pager/fluent-dark.css +0 -854
  70. package/styles/pager/fluent-dark.scss +0 -1
  71. package/styles/pager/fluent.css +0 -854
  72. package/styles/pager/fluent.scss +0 -1
package/CHANGELOG.md CHANGED
@@ -6,12 +6,8 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
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.
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.
15
11
 
16
12
  ## 19.4.55 (2022-03-08)
17
13
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-grids.umd.min.js
3
- * version : 20.1.47
3
+ * version : 20.1.48
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.4.38
12
+ * version : 19.2.55
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