@syncfusion/ej2-vue-pivotview 22.2.12 → 23.1.36

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 (61) hide show
  1. package/CHANGELOG.md +14 -74
  2. package/dist/ej2-vue-pivotview.umd.min.js +1 -1
  3. package/dist/global/ej2-vue-pivotview.min.js +2 -2
  4. package/package.json +9 -9
  5. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -1
  6. package/src/pivotview/pivotview.component.d.ts +3 -1
  7. package/styles/bootstrap-dark.css +56 -20
  8. package/styles/bootstrap.css +57 -21
  9. package/styles/bootstrap4.css +56 -20
  10. package/styles/bootstrap5-dark.css +56 -22
  11. package/styles/bootstrap5.css +56 -22
  12. package/styles/fabric-dark.css +56 -22
  13. package/styles/fabric.css +56 -20
  14. package/styles/fluent-dark.css +56 -21
  15. package/styles/fluent.css +56 -21
  16. package/styles/highcontrast-light.css +55 -20
  17. package/styles/highcontrast.css +55 -20
  18. package/styles/material-dark.css +55 -20
  19. package/styles/material.css +55 -20
  20. package/styles/material3-dark.css +55 -22
  21. package/styles/material3.css +55 -21
  22. package/styles/pivotfieldlist/bootstrap-dark.css +1 -1
  23. package/styles/pivotfieldlist/bootstrap.css +1 -1
  24. package/styles/pivotfieldlist/bootstrap4.css +1 -1
  25. package/styles/pivotfieldlist/bootstrap5-dark.css +1 -1
  26. package/styles/pivotfieldlist/bootstrap5.css +1 -1
  27. package/styles/pivotfieldlist/fabric-dark.css +1 -1
  28. package/styles/pivotfieldlist/fabric.css +1 -1
  29. package/styles/pivotfieldlist/fluent-dark.css +1 -1
  30. package/styles/pivotfieldlist/fluent.css +1 -1
  31. package/styles/pivotfieldlist/highcontrast-light.css +1 -1
  32. package/styles/pivotfieldlist/highcontrast.css +1 -1
  33. package/styles/pivotfieldlist/material-dark.css +1 -2
  34. package/styles/pivotfieldlist/material.css +1 -2
  35. package/styles/pivotfieldlist/material3-dark.css +1 -2
  36. package/styles/pivotfieldlist/material3-dark.scss +1 -1
  37. package/styles/pivotfieldlist/material3.css +1 -2
  38. package/styles/pivotfieldlist/material3.scss +1 -1
  39. package/styles/pivotfieldlist/tailwind-dark.css +1 -2
  40. package/styles/pivotfieldlist/tailwind.css +1 -2
  41. package/styles/pivotview/bootstrap-dark.css +55 -19
  42. package/styles/pivotview/bootstrap.css +56 -20
  43. package/styles/pivotview/bootstrap4.css +55 -19
  44. package/styles/pivotview/bootstrap5-dark.css +55 -21
  45. package/styles/pivotview/bootstrap5.css +55 -21
  46. package/styles/pivotview/fabric-dark.css +55 -21
  47. package/styles/pivotview/fabric.css +55 -19
  48. package/styles/pivotview/fluent-dark.css +55 -20
  49. package/styles/pivotview/fluent.css +55 -20
  50. package/styles/pivotview/highcontrast-light.css +54 -19
  51. package/styles/pivotview/highcontrast.css +54 -19
  52. package/styles/pivotview/material-dark.css +54 -19
  53. package/styles/pivotview/material.css +54 -19
  54. package/styles/pivotview/material3-dark.css +54 -20
  55. package/styles/pivotview/material3-dark.scss +1 -1
  56. package/styles/pivotview/material3.css +54 -20
  57. package/styles/pivotview/material3.scss +1 -1
  58. package/styles/pivotview/tailwind-dark.css +54 -21
  59. package/styles/pivotview/tailwind.css +54 -21
  60. package/styles/tailwind-dark.css +55 -23
  61. package/styles/tailwind.css +55 -23
package/CHANGELOG.md CHANGED
@@ -4,85 +4,25 @@
4
4
 
5
5
  ### PivotTable
6
6
 
7
- #### Bug Fixes
8
-
9
- - `#F183246` - An issue with adding multiple classes using the `cssClass` property has been fixed.
10
- - `#F183955` - An issue with the pivot table not displaying with the selected display view options from the loaded report while using the toolbar has been fixed.
11
-
12
- ## 22.2.11 (2023-08-29)
13
-
14
- ### Pivot Table
15
-
16
- #### Bug fixes
17
-
18
- - `F183271` - The pivot table can now be properly displayed while adding the field at runtime with data compression.
19
-
20
- ## 22.2.10 (2023-08-22)
21
-
22
- ### Pivot Table
23
-
24
- #### Bug fixes
25
-
26
- - The issue with server side rendering in next.js has been resolved.
27
-
28
- ## 22.2.9 (2023-08-15)
29
-
30
- ### Pivot Table
31
-
32
- #### Bug fixes
33
-
34
- - `I489341` - The toolbar menu items will now be properly displayed in the pivot table with the material dark theme.
35
-
36
- ## 22.2.8 (2023-08-08)
37
-
38
- ### Pivot Table
39
-
40
- #### Bug fixes
41
-
42
- - `I485463` - The pivot table can now be properly rendered when sorting is applied with virtualization.
43
- - `I486436` - The pivot chart can now be properly rendered with remote data binding.
44
- - `F183726` - The "multiLevelLabelRender" event will now work properly in the Angular pivot table.
45
-
46
- ## 22.2.7 (2023-08-02)
47
-
48
- ### Pivot Table
49
-
50
- #### Bug fixes
51
-
52
- - `I459099` - The pivot table can now be rendered properly with the reordering feature.
53
-
54
- ## 22.2.5 (2023-07-27)
55
-
56
- ### Pivot Table
57
-
58
- #### Bug fixes
59
-
60
- - `I471218` - The value sort icon in the pivot table is now properly positioned with larger column text.
61
- - `F183271` - When defer layout update is enabled, the pivot table now renders properly with the pivot chart.
62
- - `I463929` - When enabling virtualization dynamically at runtime, the pivot table will now render properly.
63
-
64
- #### Features
65
-
66
- - `I398184` - Provided support to customize the column width when exporting the pivot table to a PDF document.
67
-
68
- ## 22.1.39 (2023-07-18)
69
-
70
- ### Pivot Table
71
-
72
- #### Bug fixes
73
-
74
- - `#F183090` - Columns can now be hidden specifically with an OLAP data source.
7
+ #### Breaking Changes
75
8
 
76
- ## 22.1.36 (2023-06-28)
9
+ - The skeleton (aka, HTML) of the pivot table has been restructured. Previously, the pivot table displayed frozen row headers and values data in a two-table manner. It has been simplified to one table. The appearance of the horizontal scrollbar has changed as the row headers were frozen using the CSS attributes. However, the pivot table's appearance will remain unchanged as the prior version.
10
+ - Because the DOM structure of the pivot table has changed, the following classes included elements have been removed and can now be identified using the classes listed below.
11
+ - The frozen and moveable header elements have now been identified within the `e-gridheader` element using the class names shown below.
77
12
 
78
- ### Pivot Table
13
+ | Previous | Now | Description |
14
+ |---|---|---|
15
+ | `e-frozenheader > e-table > th.e-headercell` | `e-table > th.e-leftfreeze.e-headercell` | Element defining the frozen column header. |
16
+ | `e-movableheader > e-table > th.e-headercell` | `e-table > th.e-unfreeze.e-headercell` | Element defining the moveable column header. |
79
17
 
80
- #### Bug fixes
18
+ - The frozen and moveable content elements have now been identified within the `e-gridcontent` element using the class names shown below.
81
19
 
82
- - `#I473176` - The issue with the spinner not being properly hidden on the pivot table when the drillthrough popup was closed with server-side engine has now been resolved.
83
- - `#I461804` - When we bind fields from the same hierarchy, drill down/up will now work properly in the pivot table with an OLAP data.
20
+ | Previous | Now | Description |
21
+ |---|---|---|
22
+ | `e-frozencontent > e-table > th.e-rowcell` | `e-table > th.e-leftfreeze.e-rowcell` | Element defining the frozen content (aka, row headers). |
23
+ | `e-movablecontent > e-table > th.e-rowcell` | `e-table > th.e-unfreeze.e-rowcell` | Element defining the moveable content (aka, values). |
84
24
 
85
- ## 22.1.34 (2023-06-21)
25
+ ## 22.1.34 (2023-01-21)
86
26
 
87
27
  ### Pivot Table
88
28
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-pivotview.umd.min.js
3
- * version : 22.2.12
3
+ * version : 23.1.36
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