@sapui5/sap.ui.export 1.108.39 → 1.108.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.
- package/package.json +1 -1
- package/src/sap/ui/export/.library +1 -1
- package/src/sap/ui/export/ExportBase.js +1 -1
- package/src/sap/ui/export/ExportHandler.js +1 -1
- package/src/sap/ui/export/ExportUtils.js +2 -2
- package/src/sap/ui/export/PortableDocument.js +2 -2
- package/src/sap/ui/export/Spreadsheet.js +3 -3
- package/src/sap/ui/export/SpreadsheetExport.js +1 -1
- package/src/sap/ui/export/library.js +2 -2
package/package.json
CHANGED
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
* @constructor 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.108.
|
|
30
|
+
* @version 1.108.40
|
|
31
31
|
*
|
|
32
32
|
* @since 1.96
|
|
33
33
|
* @name sap.ui.export.ExportBase
|
|
@@ -15,7 +15,7 @@ sap.ui.define(['./library', './ExportUtils', './ExportDialog', 'sap/m/MessageToa
|
|
|
15
15
|
* @constructor The <code>sap.ui.export.ExportHandler</code> class allows you to export table data from a UI5 application.
|
|
16
16
|
*
|
|
17
17
|
* @author SAP SE
|
|
18
|
-
* @version 1.108.
|
|
18
|
+
* @version 1.108.40
|
|
19
19
|
*
|
|
20
20
|
* @since 1.102
|
|
21
21
|
* @name sap.ui.export.ExportHandler
|
|
@@ -132,7 +132,7 @@ sap.ui.define([
|
|
|
132
132
|
* Utilities related to export to enable reuse in integration scenarios (e.g. tables).
|
|
133
133
|
*
|
|
134
134
|
* @author SAP SE
|
|
135
|
-
* @version 1.108.
|
|
135
|
+
* @version 1.108.40
|
|
136
136
|
*
|
|
137
137
|
* @since 1.59
|
|
138
138
|
* @name sap.ui.export.ExportUtils
|
|
@@ -1141,7 +1141,7 @@ sap.ui.define([
|
|
|
1141
1141
|
*
|
|
1142
1142
|
* @param {object} oContext Context object
|
|
1143
1143
|
* @param {string} [oContext.application] Name of the application (default: "SAP UI5")
|
|
1144
|
-
* @param {string} [oContext.version] Application version (default: "1.108.
|
|
1144
|
+
* @param {string} [oContext.version] Application version (default: "1.108.40")
|
|
1145
1145
|
* @param {string} [oContext.title] Title that will be written to the file (NOT the filename)
|
|
1146
1146
|
* @param {string} [oContext.modifiedBy] Optional user context that will be written to the file
|
|
1147
1147
|
* @param {string} [oContext.sheetName] Name of the data sheet - Maximum length of 31 characters
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
* @class The <code>sap.ui.export.PortableDocument</code> class allows you to export table data from a UI5 application to a Portable Document Format (*.PDF) file.
|
|
21
21
|
*
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.108.
|
|
23
|
+
* @version 1.108.40
|
|
24
24
|
*
|
|
25
25
|
* @since 1.96
|
|
26
26
|
* @alias sap.ui.export.PortableDocument
|
|
@@ -182,7 +182,7 @@ sap.ui.define([
|
|
|
182
182
|
"FontSize": Number(mSettings.fontSize),
|
|
183
183
|
"FitToPage": {
|
|
184
184
|
"IsEnabled": mSettings.fitToPage,
|
|
185
|
-
"MinimumFontSize":
|
|
185
|
+
"MinimumFontSize": 1
|
|
186
186
|
}
|
|
187
187
|
},
|
|
188
188
|
"PDFStandard": {
|
|
@@ -85,7 +85,7 @@ sap.ui.define([
|
|
|
85
85
|
* <li><code>workbook.context</code> - Context object that will be applied to the generated file. It may contain the following fields:</li>
|
|
86
86
|
* <ul>
|
|
87
87
|
* <li><code>application</code> (string) - The application that creates the XLSX document (default: "SAP UI5")</li>
|
|
88
|
-
* <li><code>version</code> (string) - Application version that creates the XLSX document (default: "1.108.
|
|
88
|
+
* <li><code>version</code> (string) - Application version that creates the XLSX document (default: "1.108.40")</li>
|
|
89
89
|
* <li><code>title</code> (string) - Title of the XLSX document (NOT the filename)</li>
|
|
90
90
|
* <li><code>modifiedBy</code> (string) - User context for the XLSX document</li>
|
|
91
91
|
* <li><code>sheetName</code> (string) - The label of the data sheet</li>
|
|
@@ -168,7 +168,7 @@ sap.ui.define([
|
|
|
168
168
|
* columns: aColumns,
|
|
169
169
|
* context: {
|
|
170
170
|
* application: 'Debug Test Application',
|
|
171
|
-
* version: '1.108.
|
|
171
|
+
* version: '1.108.40',
|
|
172
172
|
* title: 'Some random title',
|
|
173
173
|
* modifiedBy: 'John Doe',
|
|
174
174
|
* metaSheetName: 'Custom metadata',
|
|
@@ -280,7 +280,7 @@ sap.ui.define([
|
|
|
280
280
|
* @constructor The <code>sap.ui.export.Spreadsheet</code> class allows you to export table data from a UI5 application to a spreadsheet file.
|
|
281
281
|
*
|
|
282
282
|
* @author SAP SE
|
|
283
|
-
* @version 1.108.
|
|
283
|
+
* @version 1.108.40
|
|
284
284
|
*
|
|
285
285
|
* @since 1.50
|
|
286
286
|
* @name sap.ui.export.Spreadsheet
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @namespace
|
|
18
18
|
* @alias sap.ui.export
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.108.
|
|
20
|
+
* @version 1.108.40
|
|
21
21
|
* @public
|
|
22
22
|
*/
|
|
23
23
|
|
|
@@ -33,7 +33,7 @@ sap.ui.define([
|
|
|
33
33
|
interfaces: [],
|
|
34
34
|
controls: [],
|
|
35
35
|
elements: [],
|
|
36
|
-
version: "1.108.
|
|
36
|
+
version: "1.108.40"
|
|
37
37
|
});
|
|
38
38
|
|
|
39
39
|
|