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