@syncfusion/ej2-pivotview 19.4.38 → 19.4.40

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.
@@ -3160,6 +3160,14 @@ var PivotEngine = /** @__PURE__ @class */ (function () {
3160
3160
  }
3161
3161
  /* eslint-enable */
3162
3162
  rawHeaders = this.getSortedHeaders(rawHeaders.concat(excessHeaders), this.fieldList[headersInfo.fields[0].name].sort).concat(grandHeader);
3163
+ if (headersInfo.axis === 'row') {
3164
+ this.cMembers = this.getIndexedHeaders(this.columns, this.data, 0, this.filterMembers, 'column', '');
3165
+ this.insertAllMember(this.cMembers, this.filterMembers, '', 'column');
3166
+ }
3167
+ else {
3168
+ this.rMembers = this.getIndexedHeaders(this.rows, this.data, 0, this.filterMembers, 'row', '');
3169
+ this.insertAllMember(this.rMembers, this.filterMembers, '', 'row');
3170
+ }
3163
3171
  }
3164
3172
  if (headersInfo.axis === 'row') {
3165
3173
  this.rowCount = 0;
@@ -17557,7 +17565,7 @@ var PivotAxis = /** @__PURE__ @class */ (function (_super) {
17557
17565
  Property('')
17558
17566
  ], PivotAxis.prototype, "title", void 0);
17559
17567
  __decorate$3([
17560
- Property(null)
17568
+ Property(1)
17561
17569
  ], PivotAxis.prototype, "zoomFactor", void 0);
17562
17570
  __decorate$3([
17563
17571
  Complex({}, CrosshairTooltip)
@@ -30665,6 +30673,7 @@ var PivotButton = /** @__PURE__ @class */ (function () {
30665
30673
  _this.refreshPivotButtonState(fieldName, isNodeUnChecked);
30666
30674
  if (!isNodeUnChecked) {
30667
30675
  _this.removeDataSourceSettings(fieldName);
30676
+ filterItem = {};
30668
30677
  }
30669
30678
  _this.parent.lastFilterInfo = filterItem;
30670
30679
  var actionInfo = {