@syncfusion/ej2-vue-pivotview 22.2.11 → 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 +15 -60
  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
@@ -2,72 +2,27 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## 22.2.10 (2023-08-22)
5
+ ### PivotTable
6
6
 
7
- ### Pivot Table
8
-
9
- #### Bug fixes
10
-
11
- - The issue with server side rendering in next.js has been resolved.
12
-
13
- ## 22.2.9 (2023-08-15)
14
-
15
- ### Pivot Table
16
-
17
- #### Bug fixes
18
-
19
- - `I489341` - The toolbar menu items will now be properly displayed in the pivot table with the material dark theme.
20
-
21
- ## 22.2.8 (2023-08-08)
22
-
23
- ### Pivot Table
24
-
25
- #### Bug fixes
26
-
27
- - `I485463` - The pivot table can now be properly rendered when sorting is applied with virtualization.
28
- - `I486436` - The pivot chart can now be properly rendered with remote data binding.
29
- - `F183726` - The "multiLevelLabelRender" event will now work properly in the Angular pivot table.
30
-
31
- ## 22.2.7 (2023-08-02)
32
-
33
- ### Pivot Table
34
-
35
- #### Bug fixes
36
-
37
- - `I459099` - The pivot table can now be rendered properly with the reordering feature.
38
-
39
- ## 22.2.5 (2023-07-27)
40
-
41
- ### Pivot Table
42
-
43
- #### Bug fixes
44
-
45
- - `I471218` - The value sort icon in the pivot table is now properly positioned with larger column text.
46
- - `F183271` - When defer layout update is enabled, the pivot table now renders properly with the pivot chart.
47
- - `I463929` - When enabling virtualization dynamically at runtime, the pivot table will now render properly.
48
-
49
- #### Features
50
-
51
- - `I398184` - Provided support to customize the column width when exporting the pivot table to a PDF document.
52
-
53
- ## 22.1.39 (2023-07-18)
54
-
55
- ### Pivot Table
56
-
57
- #### Bug fixes
58
-
59
- - `#F183090` - Columns can now be hidden specifically with an OLAP data source.
7
+ #### Breaking Changes
60
8
 
61
- ## 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.
62
12
 
63
- ### 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. |
64
17
 
65
- #### Bug fixes
18
+ - The frozen and moveable content elements have now been identified within the `e-gridcontent` element using the class names shown below.
66
19
 
67
- - `#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.
68
- - `#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). |
69
24
 
70
- ## 22.1.34 (2023-06-21)
25
+ ## 22.1.34 (2023-01-21)
71
26
 
72
27
  ### Pivot Table
73
28
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-pivotview.umd.min.js
3
- * version : 22.2.11
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