@syncfusion/ej2-angular-pivotview 22.2.12-ngcc → 22.2.12

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