@bryntum/grid-angular-thin 7.1.1 → 7.1.2

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.
@@ -1951,7 +1951,7 @@ class BryntumGridComponent {
1951
1951
  /**
1952
1952
  * Fires on the owning Grid before export started. Return `false` to cancel the export.
1953
1953
  * @param {object} event Event object
1954
- * @param {object} event.config Export config
1954
+ * @param {PdfExportConfig} event.config Export config
1955
1955
  */
1956
1956
  this.onBeforePdfExport = new EventEmitter();
1957
1957
  /**
@@ -4046,7 +4046,7 @@ class BryntumGridBaseComponent {
4046
4046
  /**
4047
4047
  * Fires on the owning Grid before export started. Return `false` to cancel the export.
4048
4048
  * @param {object} event Event object
4049
- * @param {object} event.config Export config
4049
+ * @param {PdfExportConfig} event.config Export config
4050
4050
  */
4051
4051
  this.onBeforePdfExport = new EventEmitter();
4052
4052
  /**
@@ -9847,7 +9847,7 @@ class BryntumTreeGridComponent {
9847
9847
  /**
9848
9848
  * Fires on the owning Grid before export started. Return `false` to cancel the export.
9849
9849
  * @param {object} event Event object
9850
- * @param {object} event.config Export config
9850
+ * @param {PdfExportConfig} event.config Export config
9851
9851
  */
9852
9852
  this.onBeforePdfExport = new EventEmitter();
9853
9853
  /**