@syncfusion/ej2-angular-pivotview 20.4.39 → 20.4.40-ngcc

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 (165) hide show
  1. package/@syncfusion/ej2-angular-pivotview.es5.js +434 -0
  2. package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-pivotview.js +404 -0
  4. package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
  5. package/CHANGELOG.md +812 -0
  6. package/dist/ej2-angular-pivotview.umd.js +677 -0
  7. package/dist/ej2-angular-pivotview.umd.js.map +1 -0
  8. package/dist/ej2-angular-pivotview.umd.min.js +2 -0
  9. package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
  10. package/ej2-angular-pivotview.d.ts +6 -0
  11. package/ej2-angular-pivotview.metadata.json +1 -0
  12. package/package.json +107 -79
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +20 -0
  15. package/schematics/generators/pivotview-default/index.d.ts +3 -0
  16. package/schematics/generators/pivotview-default/index.js +8 -0
  17. package/schematics/generators/pivotview-default/sample-details.d.ts +5 -0
  18. package/schematics/generators/pivotview-default/sample-details.js +7 -0
  19. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  20. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  21. package/schematics/generators/pivotview-default/schema.d.ts +3 -0
  22. package/schematics/generators/pivotview-default/schema.js +2 -0
  23. package/schematics/generators/pivotview-default/schema.json +125 -0
  24. package/schematics/generators/pivotview-fieldlist/index.d.ts +3 -0
  25. package/schematics/generators/pivotview-fieldlist/index.js +8 -0
  26. package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +5 -0
  27. package/schematics/generators/pivotview-fieldlist/sample-details.js +7 -0
  28. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  29. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  30. package/schematics/generators/pivotview-fieldlist/schema.d.ts +3 -0
  31. package/schematics/generators/pivotview-fieldlist/schema.js +2 -0
  32. package/schematics/generators/pivotview-fieldlist/schema.json +125 -0
  33. package/schematics/ng-add/index.d.ts +3 -0
  34. package/schematics/ng-add/index.js +9 -0
  35. package/schematics/ng-add/schema.d.ts +13 -0
  36. package/schematics/ng-add/schema.js +2 -0
  37. package/schematics/ng-add/schema.json +34 -0
  38. package/schematics/tsconfig.json +25 -0
  39. package/schematics/utils/lib-details.d.ts +4 -0
  40. package/schematics/utils/lib-details.js +6 -0
  41. package/schematics/utils/lib-details.ts +2 -2
  42. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
  43. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
  44. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
  45. package/src/pivotview/pivotview-all.module.d.ts +0 -6
  46. package/src/pivotview/pivotview.component.d.ts +0 -3
  47. package/src/pivotview/pivotview.module.d.ts +0 -6
  48. package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
  49. package/styles/pivotfieldlist/bootstrap.scss +1 -4
  50. package/styles/pivotfieldlist/bootstrap4.scss +1 -4
  51. package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
  52. package/styles/pivotfieldlist/bootstrap5.scss +1 -4
  53. package/styles/pivotfieldlist/fabric-dark.scss +1 -4
  54. package/styles/pivotfieldlist/fabric.scss +1 -4
  55. package/styles/pivotfieldlist/fluent-dark.scss +1 -4
  56. package/styles/pivotfieldlist/fluent.scss +1 -4
  57. package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
  58. package/styles/pivotfieldlist/highcontrast.scss +1 -4
  59. package/styles/pivotfieldlist/material-dark.scss +1 -4
  60. package/styles/pivotfieldlist/material.scss +1 -4
  61. package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
  62. package/styles/pivotfieldlist/tailwind.scss +1 -4
  63. package/styles/pivotview/bootstrap-dark.scss +1 -5
  64. package/styles/pivotview/bootstrap.scss +1 -5
  65. package/styles/pivotview/bootstrap4.scss +1 -5
  66. package/styles/pivotview/bootstrap5-dark.scss +1 -4
  67. package/styles/pivotview/bootstrap5.scss +1 -5
  68. package/styles/pivotview/fabric-dark.scss +1 -5
  69. package/styles/pivotview/fabric.scss +1 -5
  70. package/styles/pivotview/fluent-dark.scss +1 -4
  71. package/styles/pivotview/fluent.scss +1 -5
  72. package/styles/pivotview/highcontrast-light.scss +1 -5
  73. package/styles/pivotview/highcontrast.scss +1 -5
  74. package/styles/pivotview/material-dark.scss +1 -5
  75. package/styles/pivotview/material.scss +1 -5
  76. package/styles/pivotview/tailwind-dark.scss +1 -4
  77. package/styles/pivotview/tailwind.scss +1 -5
  78. package/esm2020/public_api.mjs +0 -3
  79. package/esm2020/src/index.mjs +0 -8
  80. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
  81. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
  82. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
  83. package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -65
  84. package/esm2020/src/pivotview/pivotview.component.mjs +0 -157
  85. package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
  86. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
  87. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -347
  88. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  89. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -347
  90. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  91. package/styles/pivotfieldlist/_all.scss +0 -2
  92. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -240
  93. package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -194
  94. package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -194
  95. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
  96. package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -198
  97. package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -200
  98. package/styles/pivotfieldlist/_fabric-definition.scss +0 -194
  99. package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
  100. package/styles/pivotfieldlist/_fluent-definition.scss +0 -198
  101. package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -197
  102. package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -195
  103. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -195
  104. package/styles/pivotfieldlist/_layout.scss +0 -1960
  105. package/styles/pivotfieldlist/_material-dark-definition.scss +0 -195
  106. package/styles/pivotfieldlist/_material-definition.scss +0 -195
  107. package/styles/pivotfieldlist/_material3-definition.scss +0 -198
  108. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
  109. package/styles/pivotfieldlist/_tailwind-definition.scss +0 -198
  110. package/styles/pivotfieldlist/_theme.scss +0 -1938
  111. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
  112. package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
  113. package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
  114. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
  115. package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -358
  116. package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
  117. package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
  118. package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
  119. package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
  120. package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
  121. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
  122. package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
  123. package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
  124. package/styles/pivotfieldlist/icons/_material.scss +0 -358
  125. package/styles/pivotfieldlist/icons/_material3.scss +0 -353
  126. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
  127. package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
  128. package/styles/pivotview/_all.scss +0 -2
  129. package/styles/pivotview/_bootstrap-dark-definition.scss +0 -161
  130. package/styles/pivotview/_bootstrap-definition.scss +0 -158
  131. package/styles/pivotview/_bootstrap4-definition.scss +0 -158
  132. package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
  133. package/styles/pivotview/_bootstrap5-definition.scss +0 -163
  134. package/styles/pivotview/_fabric-dark-definition.scss +0 -160
  135. package/styles/pivotview/_fabric-definition.scss +0 -157
  136. package/styles/pivotview/_fluent-dark-definition.scss +0 -1
  137. package/styles/pivotview/_fluent-definition.scss +0 -163
  138. package/styles/pivotview/_fusionnew-definition.scss +0 -163
  139. package/styles/pivotview/_highcontrast-definition.scss +0 -156
  140. package/styles/pivotview/_highcontrast-light-definition.scss +0 -157
  141. package/styles/pivotview/_layout.scss +0 -1120
  142. package/styles/pivotview/_material-dark-definition.scss +0 -164
  143. package/styles/pivotview/_material-definition.scss +0 -160
  144. package/styles/pivotview/_material3-definition.scss +0 -163
  145. package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
  146. package/styles/pivotview/_tailwind-definition.scss +0 -163
  147. package/styles/pivotview/_theme.scss +0 -2002
  148. package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
  149. package/styles/pivotview/icons/_bootstrap.scss +0 -184
  150. package/styles/pivotview/icons/_bootstrap4.scss +0 -184
  151. package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
  152. package/styles/pivotview/icons/_bootstrap5.scss +0 -183
  153. package/styles/pivotview/icons/_fabric-dark.scss +0 -184
  154. package/styles/pivotview/icons/_fabric.scss +0 -184
  155. package/styles/pivotview/icons/_fluent-dark.scss +0 -1
  156. package/styles/pivotview/icons/_fluent.scss +0 -183
  157. package/styles/pivotview/icons/_fusionnew.scss +0 -183
  158. package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
  159. package/styles/pivotview/icons/_highcontrast.scss +0 -183
  160. package/styles/pivotview/icons/_material-dark.scss +0 -184
  161. package/styles/pivotview/icons/_material.scss +0 -184
  162. package/styles/pivotview/icons/_material3.scss +0 -183
  163. package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
  164. package/styles/pivotview/icons/_tailwind.scss +0 -183
  165. package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,812 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### Pivot Table
6
+
7
+ #### Bug Fixes
8
+
9
+ - Advanced filtering now works properly in a pivot table.
10
+
11
+ ## 20.4.38 (2022-12-21)
12
+
13
+ ### Pivot Table
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I423050` - Filter state will now be properly maintained in the member editor.
18
+ - `#I420253` - When virtual scrolling is enabled, the pivot table will now scroll properly.
19
+ - Number formatting is now applied properly to row and column headers in the pivot table.
20
+
21
+ #### New Features
22
+
23
+ - `#I347303`, `#I400764`, `#F172939` - Provided support for displaying row and column sub-totals at the top or bottom of the header group in the pivot table.
24
+ - `#I310709`, `#I346859` - Provided support to display pivot chart's series for multiple measures on a single y-axis.
25
+ - `#I398184` - The pivot table now supports customising the size of PDF document while exporting.
26
+ - `#I305545` - The pivot table now allows you to export both the table and the chart to a single PDF document.
27
+
28
+ #### Breaking Changes
29
+
30
+ - The `chartSettings.showMemberSeries` property is deprecated and will no longer to be used. Use `chartSettings.showPointColorByMembers` to achieve the same.
31
+
32
+ | Previous | Now |
33
+ |---|---|
34
+ | showMemberSeries | showPointColorByMembers |
35
+
36
+ - The `chartExport` method parameters for the pivot table have now been changed.
37
+
38
+ **Previous**
39
+
40
+
41
+ | Parameter | Type | Description |
42
+ |---|---|---|
43
+ | type | ExportType | Defines the export type. |
44
+ | fileName | string | Defines file name of export document. |
45
+ | orientation | PdfPageOrientation | Defines the page orientation on pdf export(0 for Portrait mode, 1 for Landscape mode). |
46
+ | width | number | Defines width of the export document. |
47
+ | height | number | Defines width of the export document. |
48
+
49
+ **Now**
50
+
51
+
52
+ | Parameter | Type | Description |
53
+ |---|---|---|
54
+ | type | ExportType | Defines the export type. |
55
+ | pdfExportProperties | PdfExportProperties | Allows to define the chart's export properties such as file name, orientation, width and height. |
56
+ | isMultipleExport | boolean | Allows to export multiple tables and charts into a single PDF document. |
57
+ | pdfDoc | Object | Allows the export of an external PDF document along with current PDF document. |
58
+ | isBlob | boolean | Allows the PDF document to be saved as blob data. |
59
+
60
+ ## 20.3.59 (2022-11-29)
61
+
62
+ ### Pivot Table
63
+
64
+ #### Bug Fixes
65
+
66
+ - `#I405590` - The pivot table will now properly refresh while performing value sorting with the grouping bar and autofit enabled.
67
+ - `#I420612` - The pivot table will now be rendered properly while switching between reports in the toolbar.
68
+ - `#F420612` - The pivot table's alphanumeric sorting will now works properly.
69
+
70
+ ## 20.3.57 (2022-11-15)
71
+
72
+ ### Pivot Table
73
+
74
+ #### Bug Fixes
75
+
76
+ - `#I405590` - The pivot table will now properly refreshed while performing value sorting with autofit enabled.
77
+
78
+ #### New Features
79
+
80
+ - `#I395302` - When using a server-side engine, the aggregated values of the pivot table will now be customized via the controller.
81
+
82
+ ## 20.3.50 (2022-10-18)
83
+
84
+ ### Pivot Table
85
+
86
+ #### Bug Fixes
87
+
88
+ - The drillthrough feature now works properly with alphanumeric data.
89
+
90
+ ## 20.3.49 (2022-10-11)
91
+
92
+ ### Pivot Table
93
+
94
+ #### Bug Fixes
95
+
96
+ - `#I408669` - Number formatting is now applied properly to row and column headers in the pivot table.
97
+ - `#I405681` - Pivot table cell values are now properly exported as PDF document based on the text align property.
98
+
99
+ ## 20.3.47 (2022-09-29)
100
+
101
+ ### Pivot Table
102
+
103
+ #### Bug Fixes
104
+
105
+ - `#I395797` - Text wrap is now properly applied in the pivot table.
106
+ - `#I400397` - When using server-side engine, row headers are now displayed correctly based on their level in the pivot table.
107
+ - `#I395797` - The grand totals position in the pivot table now works properly when using server-side engine.
108
+ - `#I405131` - The tooltip content is now properly displayed in the pivot table.
109
+ - `#I397110` - The pivot table will now properly export to Excel format even if it contains hidden columns.
110
+ - `#I405326` - The value sort icon is now properly displayed in the pivot table.
111
+
112
+ #### New Features
113
+
114
+ - `#I311235` - The pivot table now exports to PDF/CSV as a blob object with virtual scrolling enabled.
115
+ - `#I311235` - With a relational datasource, field list treeview can now be displayed in a hierarchical manner.
116
+ - `#I281131`, `#I351494`, `#F174212` - Provided paging support that allows to break and display large amounts of data page by page, improving the overall rendering performance of the pivot table.
117
+ - `#I369101` - When multiple axes are enabled, the pivot chart series can now be displayed based on members in all chart areas.
118
+
119
+ ## 20.2.43 (2022-08-08)
120
+
121
+ ### Pivot Table
122
+
123
+ #### Bug Fixes
124
+
125
+ - `#I390649` - When virtual scrolling is enabled, the pivot table now properly refreshed while performing value sorting.
126
+
127
+ #### New Features
128
+
129
+ - `#I364830` - Improved server-side engine performance. As a result, pivot table can now render up to 3 million records without any issues.
130
+ - `#I382580` - The calculated field UI now has a "Format" dropdown option for relational data source.
131
+
132
+ ## 20.2.39 (2022-07-19)
133
+
134
+ ### Pivot Table
135
+
136
+ #### Bug Fixes
137
+
138
+ - `#I389665` - The pivot table can now be rendered properly while applying date grouping.
139
+ - `#I389889` - The class names in the pivot table are properly updated for the sub-total columns.
140
+
141
+ ## 20.2.38 (2022-07-12)
142
+
143
+ ### Pivot Table
144
+
145
+ #### Bug Fixes
146
+
147
+ - The selection is now properly working when using the selection mode of the pivot table.
148
+ - The engine population events are now properly triggered during virtual scrolling.
149
+
150
+ ## 20.2.36 (2022-06-30)
151
+
152
+ ### Pivot Table
153
+
154
+ #### Bug Fixes
155
+
156
+ - `#I387410` - The pivot table with OLAP cube can now render properly with calculated fields when virtual scrolling is enabled.
157
+
158
+ #### New Features
159
+
160
+ - Provided support to search for a specific field in the field list UI.
161
+
162
+ ## 20.1.61 (2022-06-21)
163
+
164
+ ### Pivot Table
165
+
166
+ #### Bug Fixes
167
+
168
+ - `#I382188` - When there is only one record, inline editing for value fields with advanced aggregate types now works properly.
169
+
170
+ ## 20.1.58 (2022-05-31)
171
+
172
+ ### Pivot Table
173
+
174
+ #### Bug Fixes
175
+
176
+ - `#I380533` - When using value fields with advanced aggregate options, the pivot table can now be properly exported to Excel and CSV formats.
177
+
178
+ ## 20.1.57 (2022-05-24)
179
+
180
+ ### Pivot Table
181
+
182
+ #### Bug Fixes
183
+
184
+ - `#I378816` - When the defer layout update option is enabled, dataBound event is now restricted while clicking cancel option in the popup field list UI.
185
+ - `#F174968` - When virtual scrolling is enabled, the pivot table can now be rendered properly while perform member filtering.
186
+ - The pivot table's column selection is now working properly.
187
+
188
+ ## 20.1.56 (2022-05-17)
189
+
190
+ ### Pivot Table
191
+
192
+ #### Bug Fixes
193
+
194
+ - The pivot table can now be sorted properly with date type headers.
195
+
196
+ #### New Features
197
+
198
+ - The pivot table now has support for adding custom classes via 'cssClass' property.
199
+
200
+ ## 20.1.55 (2022-05-12)
201
+
202
+ ### Pivot Table
203
+
204
+ #### Bug Fixes
205
+
206
+ - `#I363090` - The previous cell selection can now be maintained while restricting the current selection in the pivot table's column axis using the cell selection event.
207
+ - `#I373754` - The pivot table can now be exported properly to Excel and CSV formats while using the virtual scrolling feature, with sub-totals hidden.
208
+ - `#I374945` - The pivot chart will now refresh properly with the specified height when switching from adaptive to desktop mode.
209
+
210
+ #### New Features
211
+
212
+ - `#F174296` - Members of a specific field are now sorted based on user-defined order in the Pivot Table's row and column axes.
213
+
214
+ ## 20.1.48 (2022-04-12)
215
+
216
+ ### Pivot Table
217
+
218
+ #### Bug fixes
219
+
220
+ - In the OLAP field list UI, calculated fields are now properly displayed.
221
+ - The pivot table now exports properly to excel format with string type values when virtual scrolling is enabled.
222
+
223
+ #### Features
224
+
225
+ - `#FB33029` - The calculated field can now be created without formatting by using the "None" option in the OLAP calculated field UI.
226
+
227
+ ## 20.1.47 (2022-04-04)
228
+
229
+ ### Pivot Table
230
+
231
+ #### Bug Fixes
232
+
233
+ - `#I366940` - When the defer layout update option is enabled, the field list UI will now properly refresh while drag and drop measures.
234
+ - `#I367463` - When virtual scrolling is enabled, the pivot table now properly refresh based on the specified height.
235
+ - In Angular, grouping will now work properly with the static field list.
236
+ - `#I370021` - While resizing, the pivot chart is now properly refreshed.
237
+
238
+ #### New Features
239
+
240
+ - Provided support to expand all members (aka, headers) in a specific field in the Pivot Table's row and column axes.
241
+ - Provided built-in option in toolbar UI, grand totals will now display either at the first or last position in the Pivot Table's row and column axes.
242
+
243
+ ## 19.4.55 (2022-03-08)
244
+
245
+ ### Pivot Table
246
+
247
+ #### Bug Fixes
248
+
249
+ - When virtual scrolling is enabled, the pivot table now properly refresh based on the specified height.
250
+
251
+ ## 19.4.54 (2022-03-01)
252
+
253
+ ### Pivot Table
254
+
255
+ #### Bug Fixes
256
+
257
+ - When the defer layout update option is enabled, the field list UI will now properly refresh while performing checkbox selection.
258
+
259
+ ## 19.4.53 (2022-02-22)
260
+
261
+ ### Pivot Table
262
+
263
+ #### Bug Fixes
264
+
265
+ - When changing the report dynamically using the toolbar UI options, the Pivot Chart is now properly displayed.
266
+ - `#I366940` - When defer layout update is enabled, measures are properly added to the field list UI.
267
+
268
+ ## 19.4.52 (2022-02-15)
269
+
270
+ ### Pivot Table
271
+
272
+ #### Bug Fixes
273
+
274
+ - Events to customize cell values using PivotEngine export are now working properly in Angular.
275
+
276
+ ## 19.4.50 (2022-02-08)
277
+
278
+ ### Pivot Table
279
+
280
+ #### Bug Fixes
281
+
282
+ - `#I359726`, `#I354750` - When using the virtual scrolling feature, the pivot table can now be exported properly to Excel and CSV formats.
283
+ - Even the value fields starts with the same unique name, the Pivot Table values are now properly displayed.
284
+ - `#I363972` - With the toolbar UI, the Pivot Chart is now refreshed properly while performing checkbox selection in the chart menu.
285
+
286
+ ## 19.4.47 (2022-01-25)
287
+
288
+ ### Pivot Table
289
+
290
+ #### Bug Fixes
291
+
292
+ - `#I362895` - The field list UI will now be refreshed properly when dragging a field using the `fieldDrop` event with defer layout update.
293
+
294
+ ## 19.4.43 (2022-01-18)
295
+
296
+ ### Pivot Table
297
+
298
+ #### Bug Fixes
299
+
300
+ - `#I346790` - The Pivot Table is now properly refreshed with virtual scrolling when using touch.
301
+
302
+ #### New Features
303
+
304
+ - `#I354750` - Provided events support to customize cell values in PivotEngine export.
305
+
306
+ ## 19.4.42 (2022-01-11)
307
+
308
+ ### Pivot Table
309
+
310
+ #### Bug Fixes
311
+
312
+ - `#I359726` - When exporting the Pivot Table to PDF format, styles can now be properly applied to the header and footer.
313
+ - `#I359726` - When exporting the Pivot Table to Excel format, the headers are now properly shown.
314
+
315
+ ## 19.4.41 (2022-01-04)
316
+
317
+ ### Pivot Table
318
+
319
+ #### Bug Fixes
320
+
321
+ - `#I340908` - In Firefox browser, the Pivot Table is now refreshed properly with virtual scrolling.
322
+
323
+ ## 19.4.40 (2021-12-28)
324
+
325
+ ### Pivot Table
326
+
327
+ #### Bug Fixes
328
+
329
+ - The Pivot Chart is now properly shown with the default value of the "zoomFactor" property.
330
+
331
+ ## 19.4.38 (2021-12-17)
332
+
333
+ ### Pivot Table
334
+
335
+ #### Bug Fixes
336
+
337
+ - `#I349396` - When the virtual scrolling feature is enabled, as well as when members are filtered, the Pivot Table can now be rendered properly.
338
+ - `#I340539` - In Angular, the bundle size for Pivot Table has been reduced.
339
+ - `#I347116` - With the toolbar UI, the Pivot Chart is now refreshed properly.
340
+ - `#I347116` - With the Pivot Chart's default settings, its labels are displayed properly.
341
+ - `#I348183` - While performing value sorting with a single measure, the Pivot Table will now be rendered properly.
342
+ - `#I348952` - In the pivot table, the tooltip for string fields is now properly displayed.
343
+ - `#F170928` - When using the virtual scrolling feature, the calculated field buttons with edit option inside grouping bar and field list layout are now properly displayed.
344
+ - `#F170654` - The caption in the grouping field buttons within the grouping bar and field list layout is now displayed properly.
345
+
346
+ #### New Features
347
+
348
+ - `#I295658`, `#I320675`, `#I329355`, `#F158271`, `#F158475` - Provided support to display summarized totals (grand totals) either at the first or last position in the Pivot Table's row and column axes.
349
+ - `#I327744` - Provided support to align text for specific column headers.
350
+ - `#F159996` - Provided action begin and complete events to identify UI actions in the Pivot Table such as drill down/up, value sorting, grouping bar and field list UI actions, and CRUD operations. If the UI actions do not achieve the desired result, the action failure event is triggered.
351
+
352
+ ## 19.3.46 (2021-10-19)
353
+
354
+ ### Pivot Table
355
+
356
+ #### Bug Fixes
357
+
358
+ - `#I345297` - While clicking the value sorting icon, the cell click event is now properly triggered.
359
+ - `#I342886` - The "Calculated Field" feature in the pivot table now works properly in Angular production mode.
360
+
361
+ ## 19.3.44 (2021-10-05)
362
+
363
+ ### Pivot Table
364
+
365
+ #### Bug Fixes
366
+
367
+ - `#F168308` - The pivot table can now be rendered properly with custom number formats.
368
+ - `#I339705` - When the virtual scrolling feature is used, the pivot table can now be rendered properly without an unnecessary horizontal scrollbar when the content does not require it.
369
+ - `#I341987` - The pivot table can now be rendered properly while perform filtering with OLAP data source.
370
+ - `#I342221` - The pivot table can now be rendered properly while applying date grouping through UI.
371
+ - The column headers are now displayed properly while perform resizing.
372
+ - `#I342221` - The pivot table can now be rendered properly while perform member filtering with an empty header.
373
+
374
+ #### New Features
375
+
376
+ - `#I300095` - Provided support to display measures at any desired positions in the column or row axis for relational data sources.
377
+
378
+ ## 19.2.56 (2021-08-17)
379
+
380
+ ### Pivot Table
381
+
382
+ #### New Features
383
+
384
+ - `#284641`,`#326945`,`#327746`,`#329355` - Through grid settings event, the pivot table's columns can now fit the widest cell’s content without wrapping.
385
+
386
+ ## 19.2.55 (2021-08-11)
387
+
388
+ ### Pivot Table
389
+
390
+ #### Bug Fixes
391
+
392
+ - `#I337487` - Now the field's caption can be changed dynamically using the value field settings pop-up.
393
+ - `#F167449` - Now the fields panel has been refreshed properly with toolbar UI.
394
+
395
+ ## 19.2.51 (2021-08-03)
396
+
397
+ ### Pivot Table
398
+
399
+ #### Bug Fixes
400
+
401
+ - `#F166428` - Issue while resizing column with virtual scrolling in the pivot table has been resolved.
402
+ - `#336591`,`#337082` - When using the virtual scrolling feature, the pivot table columns are now properly displayed when scrolling horizontally.
403
+ - `#337082` - The pivot table is now properly displayed when scrolling horizontally while filtering is applied when using the virtual scrolling feature.
404
+
405
+ ## 19.2.49 (2021-07-27)
406
+
407
+ ### Pivot Table
408
+
409
+ #### Bug Fixes
410
+
411
+ - `#F167209` - The script error caused by box selection when the mouse is released over a pivot table cell has been resolved.
412
+ - `#331835` - The issue with calculated fields values in drill through retrieving inconsistent raw data has been resolved.
413
+ - The pivot chart can now be rendered properly with Blank headers in row fields.
414
+ - The pivot table can now be exported properly with zero values to excel file.
415
+
416
+ ## 19.2.48 (2021-07-20)
417
+
418
+ ### Pivot Table
419
+
420
+ #### Bug Fixes
421
+
422
+ - `#327131` - Now the number format issue for empty cells in excel exporting has been fixed.
423
+
424
+ ## 19.2.46 (2021-07-06)
425
+
426
+ ### Pivot Table
427
+
428
+ #### Bug Fixes
429
+
430
+ - Border alignment issue in "Grouping Bar" UI has been fixed.
431
+
432
+ - `#299730`, `#315686` - Issues in "Date Grouping" feature have been fixed.
433
+
434
+ ## 18.4.30 (2020-12-17)
435
+
436
+ ### Pivot Table
437
+
438
+ #### Bug Fixes
439
+
440
+ - `#300162` - The pivot chart now works properly with height as a percentage.
441
+
442
+ - `#298258` - Now the field list can be dynamically rendered without any errors.
443
+
444
+ ## 18.2.56 (2020-09-01)
445
+
446
+ ### Pivot Table
447
+
448
+ #### Bug Fixes
449
+
450
+ - `#289077` - Horizontal scrolling issue raised in the latest version of Firefox has been fixed.
451
+
452
+ - `#288047` - The options in the number formatting pop-up are now properly maintained.
453
+ - `#288625` - The selection option in the pivot chart is now working properly.
454
+ - `#288633` - Members of the pivot chart legend are not properly segregated.
455
+
456
+ ## 18.2.55 (2020-08-25)
457
+
458
+ ### Pivot Table
459
+
460
+ #### Bug Fixes
461
+
462
+ - The drill through pop-up now be showed the correct raw items when we filtering applied in fields in filter axis.
463
+ - The drill through pop-up can now be open when we bind measures in row axis.
464
+
465
+ #### New Features
466
+
467
+ - `#283107` - Provided template support in toolbar panel to create custom toolbar option.
468
+
469
+ ## 18.2.54 (2020-08-18)
470
+
471
+ ### Pivot Table
472
+
473
+ #### Bug Fixes
474
+
475
+ - Now drill-through pop-up can be open when the measures are placed in row axis.
476
+
477
+ - `#282514` - Now the first column’s width set in code-behind will be maintained.
478
+ - `#283562` - Now RGB colours can be applied in conditional formatting.
479
+
480
+ #### New Features
481
+
482
+ - `#260352`,`#276917`,`#280407`,`#281842` - Provided an option to do the aggregation in server side and the rendering part alone will be done in client side. It is to improve the performance while binding huge size of data from remote server.
483
+ - `#279727` - Provided support to sort the alphanumeric field members.
484
+ - `#F155279` - Provided an option to restrict the drill-through pop-up to display.
485
+ - `#281462`,`#282526`,`#287070` - Provided an option to edit the aggregated cells directly (inline editing) without opening editing pop-up.
486
+ - `#283107` - Provided template support in toolbar panel to create custom toolbar option.
487
+ - `#284800` - Introduced an event to get the edited raw data information after the editing operation.
488
+
489
+ - `#260352`,`#276917`,`#280407`,`#281842` - Provided an option to do the aggregation in server side and the rendering part alone will be done in client side. It is to improve the performance while binding huge size of data from remote server.
490
+ - `#279727` - Provided support to sort the alphanumeric field members.
491
+ - `#F155279` - Provided an option to restrict the drill-through pop-up to display.
492
+ - `#281462`,`#282526`,`#287070` - Provided an option to edit the aggregated cells directly (inline editing) without opening editing pop-up.
493
+ - `#284800` - Introduced an event to get the edited raw data information after the editing operation.
494
+
495
+ ## 18.2.44 (2020-07-07)
496
+
497
+ ### Pivot Table
498
+
499
+ #### New Features
500
+
501
+ - `#233316`,`#234648`,`#247163` - The pivot chart in the Pivot Table now has these chart types: pie, doughnut, pyramid, and funnel.
502
+ - In addition to JSON, the pivot table now supports CSV data sources, as well.
503
+
504
+ #### Bug Fixes
505
+
506
+ - `#275647` - Now the spanning issue in excel exporting has been fixed.
507
+ - `#F154285` - Now the issue in custom number formatting has been fixed.
508
+
509
+ ## 18.1.44 (2020-04-14)
510
+
511
+ ### Pivot Table
512
+
513
+ #### Bug Fixes
514
+
515
+ - `#266106` - Improved the data refresh on virtual scrolling.
516
+
517
+ ## 18.1.36-beta (2020-03-19)
518
+
519
+ ### Pivot Table
520
+
521
+ #### Breaking Changes
522
+
523
+ The appearance of the pivot table component has been improved.
524
+
525
+
526
+ #### New Features
527
+
528
+ - `#259812` - Provision has been provided to display only the required aggregation types in their context menu.
529
+ - `#262927` - Now, the drill through and editing feature can be worked in pivot chart by clicking its series.
530
+ - `#263612` - Authentication option provided to access the OLAP Cube while connecting it in a pivot table.
531
+ - `#151883` - Additional parameters are included in the cell template feature to distinguish each cells.
532
+ - Now, you can customize the each field buttons (show and hide the icons, restrict drag and drop operations) available in grouping bar and field list separately.
533
+ - Provision provided to customize the tooltip for both pivot table and pivot chart views.
534
+ - Formatting option included in the calculated field pop-up to format the calculated fields dynamically.
535
+ - Provision provided to display only the required chart types in its context menu available in toolbar panel.
536
+ - An option included in the chart types context menu to change the multiple axes option dynamically.
537
+ - An option included in the member editor to sort its members in a desired order.
538
+ - Provision provided to export the complete page when virtual scroll option is enabled.
539
+
540
+ #### Bug Fixes
541
+
542
+ - `#266452` - Now, the pivot table sample can be run in production mode of Angular framework.
543
+
544
+ ## 17.4.39 (2019-12-17)
545
+
546
+ ### Pivot Table
547
+
548
+ #### Bug Fixes
549
+
550
+ - `#254586` - The conditional formatting will no longer be applied in empty cells.
551
+ - The summarization text `of` in value buttons inside grouping bar and field list layout can be localized now.
552
+
553
+ - `#254586` - The conditional formatting will no longer be applied in empty cells.
554
+ - The summarization text `of` in value buttons inside grouping bar and field list layout can be localized now.
555
+ - `#247376` - The chart events under the chart settings property works now.
556
+
557
+ #### New Features
558
+
559
+ - `#252636` - Provision provided to disable the scrollbars in pivot chart.
560
+ - `#250072` - Provision provided to group and separate the grouped headers through UI.
561
+
562
+ ## 17.3.26 (2019-11-05)
563
+
564
+ ### Pivot Table
565
+
566
+ #### Bug Fixes
567
+
568
+ - `#251642` – Now, the defer layout update option can be enabled or disabled dynamically through field list UI.
569
+ - `#251558` – Now, the pivot chart draws with the percent of height value.
570
+
571
+ - #251642 – Now, the defer layout update option can be enabled or disabled dynamically through field list UI.
572
+ - #251558 – Now, the pivot chart draws with the percent of height value.
573
+
574
+ #### New Features
575
+
576
+ - `#248131` – Provided the conditional expression support to create calculated field.
577
+ - `#251642` – The performance of virtual scrolling while adding or removing fields and moving fields to any axis is improved.
578
+
579
+ - #248131 – Provided the conditional expression support to create calculated field.
580
+ - #251642 – The performance of virtual scrolling while adding or removing fields and moving fields to any axis is improved.
581
+
582
+ ## 17.3.9-beta (2019-09-20)
583
+
584
+ ### Pivot Table
585
+
586
+ #### Bug Fixes
587
+
588
+ - #244842 – Field list icon will be now placed inside the pivot table when field list option isn't included in toolbar.
589
+ - The last column of the pivot table can be displayed in Excel exported page properly.
590
+
591
+ - #247376 – The localization text for calculated fields is now displayed properly in tooltip.
592
+
593
+ #### New Features
594
+
595
+ - #245423 – Provision provided to persist and reload the pivot report.
596
+ - Provided SSAS OLAP data source support.
597
+
598
+ ## 17.2.28-beta (2019-06-27)
599
+
600
+ ### Pivot Table
601
+
602
+ #### Breaking Changes
603
+
604
+ - The `dataSource` and `dataSource.data` properties has now been renamed to `dataSourceSettings` and `dataSourceSettings.dataSource` respectively.
605
+
606
+ #### New Features
607
+
608
+ - #229377 – The pivot chart which is bound with pivot table allows the user to drill down and drill up now individually.
609
+ - #144382 – Unnecessary scroll bars have been removed from pivot table component.
610
+
611
+ #### Bug Fixes
612
+
613
+ - #144352 – The fields can be added dynamically for Pivot Chart control.
614
+
615
+ - `#237515` – Date grouping is now working properly with column axis.
616
+ - `#237535` – You can add fields dynamically with pivot table component in virtual scrolling mode.
617
+
618
+ ## 17.1.47 (2019-05-14)
619
+
620
+ ### Pivot Table
621
+
622
+ #### Bug Fixes
623
+
624
+ - #232925 - Grouping bar feature is now working fine with the combination of toolbar and pivot chart.
625
+
626
+ #### New Features
627
+
628
+ - #230489 – You can drill the pivot table headers based on the position.
629
+
630
+ ## 17.1.38 (2019-03-29)
631
+
632
+ ### Pivot Table
633
+
634
+ #### Bug Fixes
635
+
636
+ - Drill-down works properly for date formatted headers.
637
+
638
+ #### New Features
639
+
640
+ - Users can access grid functionalities in the drill-through pop-up.
641
+ - Option to always show the value header even with single value binding.
642
+ - Row header repeats on each page of the PDF document when exporting.
643
+ - Users can display the value zero as zero and empty cells with a custom value.
644
+ - Charts can be rendered against pivot table data independently, and users can modify their report dynamically using the field list.
645
+ - Toolbar support is provided to the pivot table, allowing users easy access to frequently used features.
646
+ - A grouping option is available for date and numbers fields.
647
+ - Users can customize or add custom templates to the Pivot Table cells.
648
+ - Cell selection allows users to select cells and access the selected cell information through the cell selection event.
649
+
650
+ ## 17.1.32-beta (2019-03-13)
651
+
652
+ ### Pivot Table
653
+
654
+ #### Bug Fixes
655
+
656
+ - Drill-down works properly for date formatted headers.
657
+
658
+ #### New Features
659
+
660
+ - Users can access grid functionalities in the drill-through pop-up.
661
+ - Option to always show the value header even with single value binding.
662
+ - Row header repeats on each page of the PDF document when exporting.
663
+ - Users can display the value zero as zero and empty cells with a custom value.
664
+ - Charts can be rendered against pivot table data independently, and users can modify their report dynamically using the field list.
665
+ - Toolbar support is provided to the pivot table, allowing users easy access to frequently used features.
666
+ - A grouping option is available for date and numbers fields.
667
+ - Users can customize or add custom templates to the Pivot Table cells.
668
+ - Cell selection allows users to select cells and access the selected cell information through the cell selection event.
669
+
670
+ ## 17.1.1-beta (2019-01-29)
671
+
672
+ ### Pivot Grid
673
+
674
+ #### New Features
675
+
676
+ - F141747- Always shows value caption in headers even having single measure.
677
+ - Cell selection now allows to select cells as row and column wise.
678
+ - Shows the filter state in the fields of filter axis.
679
+
680
+ ## 16.4.42 (2018-12-14)
681
+
682
+ ### Pivot Grid
683
+
684
+ #### Bug Fixes
685
+
686
+ - 219623 - Text in the field list tab gets completely displayed in mobile layout.
687
+ - 219625 - Scrolling works properly in touch mode when virtual scroll option is enabled.
688
+ - 219625 - In mobile device, virtual scrolling sample is loaded properly from the sample browser.
689
+ - 219625 - In mobile device, last column cells are displayed properly.
690
+
691
+ #### New Features
692
+
693
+ - Raw items in the control can be edited and updated at runtime.
694
+ - Provided support to list the raw items for a particular value cell.
695
+ - In the filter pop-up, provided support to set the limit the display field values and search option for refining the values from large data.
696
+ - Provided hyperlink support to perform any custom operation programmatically.
697
+ - Defer update option has been provided to refresh the control on-demand and not during every UI interaction for better performance.
698
+ - Provided support to show or hide subtotals and grand totals for rows and columns.
699
+ - More aggregation types like – Distinct Count, Product, Running Totals, Percentage of Column Total, Percentage of Parent Column Total, Population Var are added.
700
+
701
+ ## 16.4.40-beta (2018-12-10)
702
+
703
+ ### Pivot Grid
704
+
705
+ #### Bug Fixes
706
+
707
+ - 219623 - Text in the field list tab gets completely displayed in mobile layout.
708
+ - 219625 - Scrolling works properly in touch mode when virtual scroll option is enabled.
709
+ - 219625 - In mobile device, virtual scrolling sample is loaded properly from the sample browser.
710
+ - 219625 - In mobile device, last column cells are displayed properly.
711
+
712
+ #### New Features
713
+
714
+ - Raw items in the control can be edited and updated at runtime.
715
+ - Provided support to list the raw items for a particular value cell.
716
+ - In the filter pop-up, provided support to set the limit the display field values and search option for refining the values from large data.
717
+ - Provided hyperlink support to perform any custom operation programmatically.
718
+ - Defer update option has been provided to refresh the control on-demand and not during every UI interaction for better performance.
719
+ - Provided support to show or hide subtotals and grand totals for rows and columns.
720
+ - More aggregation types like – Distinct Count, Product, Running Totals, Percentage of Column Total, Percentage of Parent Column Total, Population Var are added.
721
+
722
+ ## 16.3.21 (2018-09-22)
723
+
724
+ ### Pivot Grid
725
+
726
+ #### New Features
727
+
728
+ - 208354, 211758 — Value fields can be placed in row axis now.
729
+ - **Virtual scrolling** options have been provided to load large amounts of data with high performance.
730
+ - **Conditional formatting** support allows users to define conditions and format grid cells’ font, colour etc.
731
+ - **Label and value-based filtering** options are provided that work similar to Microsoft Excel.
732
+
733
+ ## 16.3.17 (2018-09-12)
734
+
735
+ ### Pivot Grid
736
+
737
+ #### New Features
738
+
739
+ - 208354, 211758 — Value fields can be placed in row axis now.
740
+ - **Virtual scrolling** options have been provided to load large amounts of data with high performance.
741
+ - **Conditional formatting** support allows users to define conditions and format grid cells’ font, colour etc.
742
+ - **Label and value-based filtering** options are provided that work similar to Microsoft Excel.
743
+
744
+ ## 16.2.41 (2018-06-25)
745
+
746
+ ### Pivot Grid
747
+
748
+ The pivot grid is a multi-dimensional data visualization component built on top of the relational data sources. The pivot report can be managed dynamically at runtime along with other capabilities like aggregation, filtering and sorting (field and value based).
749
+
750
+
751
+ - **Data Sources** - Binds the component with an array of JavaScript objects.
752
+ - **Filtering** - Allows user to view only specific/desired records in the component.
753
+ - **Sorting** - Both member and value sorting are supported. It’s allows user to order fields and values (column) either in ascending or descending order respectively.
754
+ - **Field List & Grouping Bar** - Supports UI interaction at runtime to dynamically change the report along with sorting, filtering and remove options.
755
+ - **Aggregation** - Provides built in aggregation types like sum, average, min, max and count.
756
+ - **Calculated Field** - Users can add new value field(s) to the report dynamically using this option.
757
+ - **Adaptive Rendering** - Adapts with optimal user interfaces for mobile and desktop form-factors, thus helping the user’s application to scale elegantly across all the form-factors without any additional effort.
758
+ - **Exporting** - Provides the option to exporting records to Excel, CSV and PDF formats.
759
+
760
+
761
+ ## 18.2.58 (2020-09-15)
762
+
763
+ ### Pivot Table
764
+
765
+ #### Bug Fixes
766
+
767
+ - `#289127` - The component can now be rendered by binding its report inside the asynchronous function.
768
+
769
+ ## 18.2.57 (2020-09-08)
770
+
771
+ ### Pivot Table
772
+
773
+ #### Bug Fixes
774
+
775
+ - `#290020` - Unwanted scrollbars will not be shown in the pivot table when exporting is allowed.
776
+ - `#F157261` - The component can now be refreshed when bind empty data source.
777
+
778
+ ## 18.2.46 (2020-07-21)
779
+
780
+ ### Pivot Table
781
+
782
+ #### Bug Fixes
783
+
784
+ - `#283671` - An empty pivot table is now framed while binding empty data from the remote server.
785
+ - The calculated fields can now be generated by a formula whose values are like a negative value divided by zero.
786
+
787
+ ## 18.1.54 (2020-05-26)
788
+
789
+ ### Pivot Table
790
+
791
+ #### Bug Fixes
792
+
793
+ - `#F154078` - The Error pop-up is now clearly visible.
794
+
795
+ ## 18.1.52 (2020-05-13)
796
+
797
+ ### Pivot Table
798
+
799
+ #### Bug Fixes
800
+
801
+ - `#272044` - Now the localization string of the `null` value isn’t cleared on component refresh.
802
+ - `#273266` - The custom number format `#,###;(#,###)` now works in negative numbers.
803
+
804
+ ## 17.2.34 (2019-07-11)
805
+
806
+ ### Pivot Table
807
+
808
+ #### Bug Fixes
809
+
810
+ - `#240219` - Menu items in the toolbar now works properly.
811
+ - `#239685`, `#240221`, `#240220` - Alignment of the toolbar looks proper when the control is bound to remote data source.
812
+