@sapui5/sap.ui.export 1.128.0 → 1.130.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.ui.export",
3
- "version": "1.128.0",
3
+ "version": "1.130.0",
4
4
  "description": "SAPUI5 Library sap.ui.export",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -5,7 +5,7 @@
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>SAPUI5
7
7
  * (c) Copyright 2009-2024 SAP SE. All rights reserved.</copyright>
8
- <version>1.128.0</version>
8
+ <version>1.130.0</version>
9
9
 
10
10
  <documentation>UI5 library: sap.ui.export</documentation>
11
11
 
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @class The <code>sap.ui.export.ExportBase</code> class allows you to export table data from a UI5 application to certain formats. This class is an abstract class that requires specific implementations for each file format.
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.128.0
30
+ * @version 1.130.0
31
31
  *
32
32
  * @since 1.96
33
33
  * @alias sap.ui.export.ExportBase
@@ -121,7 +121,7 @@ sap.ui.define([
121
121
  * @param {Object} mParams Configuration of the warning dialog
122
122
  * @param {number} mParams.rows Number of rows that will be exported
123
123
  * @param {number} mParams.columns Number of columns that will be exported
124
- * @param {boolean} mParams.cellLimit Number of cells that are suported
124
+ * @param {boolean} mParams.cellLimit Number of cells that are supported
125
125
  * @param {boolean} mParams.rowLimit Number of rows that are supported
126
126
  * @param {String} mParams.fileType File type of the exported document
127
127
  * @returns {Promise} Promise that gets resolved when the user wants to export, regardless of the warning