@syncfusion/ej2-pivotview 19.3.46 → 19.3.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.
- package/CHANGELOG.md +13 -5
- package/dist/ej2-pivotview.umd.min.js +2 -2
- package/dist/ej2-pivotview.umd.min.js.map +1 -1
- package/dist/es6/ej2-pivotview.es2015.js +193 -83
- package/dist/es6/ej2-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-pivotview.es5.js +217 -107
- package/dist/es6/ej2-pivotview.es5.js.map +1 -1
- package/dist/global/ej2-pivotview.min.js +2 -2
- package/dist/global/ej2-pivotview.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +12 -12
- package/src/base/engine.d.ts +2 -0
- package/src/base/engine.js +126 -91
- package/src/pivotview/actions/drill-through.js +3 -1
- package/src/pivotview/actions/excel-export.js +3 -2
- package/src/pivotview/actions/pdf-export.js +4 -3
- package/src/pivotview/base/pivotview-model.d.ts +1 -1
- package/src/pivotview/base/pivotview.d.ts +3 -1
- package/src/pivotview/base/pivotview.js +31 -7
- package/src/pivotview/renderer/render.d.ts +1 -0
- package/src/pivotview/renderer/render.js +50 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 19.3.46 (2021-10-19)
|
|
6
|
+
|
|
7
|
+
### Pivot Table
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `#I345673` - Even the value fields starts with the same caption, the Pivot Table values are now properly displayed.
|
|
12
|
+
|
|
5
13
|
### Pivot Table
|
|
6
14
|
|
|
7
15
|
#### Bug Fixes
|
|
@@ -16,15 +24,15 @@
|
|
|
16
24
|
#### Bug Fixes
|
|
17
25
|
|
|
18
26
|
- `#F168308` - The pivot table can now be rendered properly with custom number formats.
|
|
19
|
-
- `#
|
|
20
|
-
- `#
|
|
21
|
-
- `#
|
|
27
|
+
- `#I339705` - When the virtualization feature is used, the pivot table can now be rendered properly without an unnecessary horizontal scrollbar when the content does not require it.
|
|
28
|
+
- `#I341987` - The pivot table can now be rendered properly while perform filtering with OLAP data source.
|
|
29
|
+
- `#I342221` - The pivot table can now be rendered properly while applying date grouing through UI.
|
|
22
30
|
- The column headers are now displayed properly while perform resizing.
|
|
23
|
-
- `#
|
|
31
|
+
- `#I342221` - The pivot table can now be rendered properly while perform member filtering with an empty header.
|
|
24
32
|
|
|
25
33
|
#### New Features
|
|
26
34
|
|
|
27
|
-
- `#
|
|
35
|
+
- `#I300095` - Provided support to display measures at any desired positions in the column or row axis for relational data sources.
|
|
28
36
|
|
|
29
37
|
## 19.2.56 (2021-08-17)
|
|
30
38
|
|