@syncfusion/ej2-pivotview 19.4.50 → 19.4.52

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.
@@ -23126,13 +23126,10 @@ var PivotView = /** @__PURE__ @class */ (function (_super) {
23126
23126
  this.headerCellInfo = this.gridSettings.headerCellInfo ? this.gridSettings.headerCellInfo.bind(this) : undefined;
23127
23127
  this.resizing = this.gridSettings.resizing ? this.gridSettings.resizing.bind(this) : undefined;
23128
23128
  this.resizeStop = this.gridSettings.resizeStop ? this.gridSettings.resizeStop.bind(this) : undefined;
23129
- this.pdfHeaderQueryCellInfo = this.gridSettings.pdfHeaderQueryCellInfo ?
23130
- this.gridSettings.pdfHeaderQueryCellInfo.bind(this) : undefined;
23131
- this.pdfQueryCellInfo = this.gridSettings.pdfQueryCellInfo ? this.gridSettings.pdfQueryCellInfo.bind(this) : undefined;
23132
- this.excelHeaderQueryCellInfo = this.gridSettings.excelHeaderQueryCellInfo ?
23133
- this.gridSettings.excelHeaderQueryCellInfo.bind(this) : undefined;
23134
- this.excelQueryCellInfo = this.gridSettings.excelQueryCellInfo ?
23135
- this.gridSettings.excelQueryCellInfo.bind(this) : undefined;
23129
+ this.pdfHeaderQueryCellInfo = this.gridSettings.pdfHeaderQueryCellInfo ? this.gridSettings.pdfHeaderQueryCellInfo : undefined;
23130
+ this.pdfQueryCellInfo = this.gridSettings.pdfQueryCellInfo ? this.gridSettings.pdfQueryCellInfo : undefined;
23131
+ this.excelHeaderQueryCellInfo = this.gridSettings.excelHeaderQueryCellInfo ? this.gridSettings.excelHeaderQueryCellInfo : undefined;
23132
+ this.excelQueryCellInfo = this.gridSettings.excelQueryCellInfo ? this.gridSettings.excelQueryCellInfo : undefined;
23136
23133
  this.columnDragStart = this.gridSettings.columnDragStart ? this.gridSettings.columnDragStart.bind(this) : undefined;
23137
23134
  this.columnDrag = this.gridSettings.columnDrag ? this.gridSettings.columnDrag.bind(this) : undefined;
23138
23135
  this.columnDrop = this.gridSettings.columnDrop ? this.gridSettings.columnDrop.bind(this) : undefined;