@sapui5/sap.ui.export 1.108.7 → 1.108.8

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.108.7",
3
+ "version": "1.108.8",
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-2022 SAP SE. All rights reserved.</copyright>
8
- <version>1.108.7</version>
8
+ <version>1.108.8</version>
9
9
 
10
10
  <documentation>UI5 library: sap.ui.export</documentation>
11
11
 
@@ -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.7
30
+ * @version 1.108.8
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.7
18
+ * @version 1.108.8
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.7
135
+ * @version 1.108.8
136
136
  *
137
137
  * @since 1.59
138
138
  * @name sap.ui.export.ExportUtils
@@ -1121,7 +1121,7 @@ sap.ui.define([
1121
1121
  *
1122
1122
  * @param {object} oContext Context object
1123
1123
  * @param {string} [oContext.application] Name of the application (default: "SAP UI5")
1124
- * @param {string} [oContext.version] Application version (default: "1.108.7")
1124
+ * @param {string} [oContext.version] Application version (default: "1.108.8")
1125
1125
  * @param {string} [oContext.title] Title that will be written to the file (NOT the filename)
1126
1126
  * @param {string} [oContext.modifiedBy] Optional user context that will be written to the file
1127
1127
  * @param {string} [oContext.sheetName] Name of the data sheet - Maximum length of 31 characters
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @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.
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.108.7
20
+ * @version 1.108.8
21
21
  *
22
22
  * @since 1.96
23
23
  * @alias sap.ui.export.PortableDocument
@@ -83,7 +83,7 @@ sap.ui.define([
83
83
  * <li><code>workbook.context</code> - Context object that will be applied to the generated file. It may contain the following fields:</li>
84
84
  * <ul>
85
85
  * <li><code>application</code> (string) - The application that creates the XLSX document (default: "SAP UI5")</li>
86
- * <li><code>version</code> (string) - Application version that creates the XLSX document (default: "1.108.7")</li>
86
+ * <li><code>version</code> (string) - Application version that creates the XLSX document (default: "1.108.8")</li>
87
87
  * <li><code>title</code> (string) - Title of the XLSX document (NOT the filename)</li>
88
88
  * <li><code>modifiedBy</code> (string) - User context for the XLSX document</li>
89
89
  * <li><code>sheetName</code> (string) - The label of the data sheet</li>
@@ -166,7 +166,7 @@ sap.ui.define([
166
166
  * columns: aColumns,
167
167
  * context: {
168
168
  * application: 'Debug Test Application',
169
- * version: '1.108.7',
169
+ * version: '1.108.8',
170
170
  * title: 'Some random title',
171
171
  * modifiedBy: 'John Doe',
172
172
  * metaSheetName: 'Custom metadata',
@@ -278,7 +278,7 @@ sap.ui.define([
278
278
  * @constructor The <code>sap.ui.export.Spreadsheet</code> class allows you to export table data from a UI5 application to a spreadsheet file.
279
279
  *
280
280
  * @author SAP SE
281
- * @version 1.108.7
281
+ * @version 1.108.8
282
282
  *
283
283
  * @since 1.50
284
284
  * @name sap.ui.export.Spreadsheet
@@ -22,7 +22,7 @@ sap.ui.define(['sap/base/Log', 'sap/ui/export/ExportUtils'], function(Log, Expor
22
22
  *
23
23
  * @namespace
24
24
  * @author SAP SE
25
- * @version 1.108.7
25
+ * @version 1.108.8
26
26
  *
27
27
  * @private
28
28
  * @since 1.50.0
@@ -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.7
20
+ * @version 1.108.8
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.7"
36
+ version: "1.108.8"
37
37
  });
38
38
 
39
39
 
@@ -65,7 +65,7 @@ ORIENTATION_PORT=Portrait
65
65
 
66
66
  NUMBER_ERROR=The value should be a number.
67
67
 
68
- ENABLE_ACCESSIBILITY=Enable Accessbility
68
+ ENABLE_ACCESSIBILITY=Enable Accessibility
69
69
 
70
70
  FITTOPAGE=Fit to Page
71
71
 
@@ -65,7 +65,7 @@ ORIENTATION_PORT=Pysty
65
65
 
66
66
  NUMBER_ERROR=Arvon tulee olla numero.
67
67
 
68
- ENABLE_ACCESSIBILITY=Aktivoi k\u00E4ytett\u00E4vyys
68
+ ENABLE_ACCESSIBILITY=Aktivoi esteett\u00F6myys
69
69
 
70
70
  FITTOPAGE=Mukauta sivulle
71
71
 
@@ -65,7 +65,7 @@ ORIENTATION_PORT=\u7E26\u5411\u304D
65
65
 
66
66
  NUMBER_ERROR=\u6570\u5024\u3092\u6307\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
67
67
 
68
- ENABLE_ACCESSIBILITY=\u30A2\u30AF\u30BB\u30B7\u30D3\u30EA\u30C6\u30A3\u6709\u52B9\u5316
68
+ ENABLE_ACCESSIBILITY=\u30A2\u30AF\u30BB\u30B7\u30D3\u30EA\u30C6\u30A3\u3092\u6709\u52B9\u5316
69
69
 
70
70
  FITTOPAGE=\u30DA\u30FC\u30B8\u30B5\u30A4\u30BA\u306B\u9069\u5408
71
71
 
@@ -65,7 +65,7 @@ ORIENTATION_PORT=St\u00E5ende format
65
65
 
66
66
  NUMBER_ERROR=Verdien m\u00E5 v\u00E6re et tall.
67
67
 
68
- ENABLE_ACCESSIBILITY=Aktiver tilgang
68
+ ENABLE_ACCESSIBILITY=Aktiver tilgjengelighet
69
69
 
70
70
  FITTOPAGE=Tilpass til side
71
71
 
@@ -65,7 +65,7 @@ ORIENTATION_PORT=Form\u00E1t na v\u00FD\u0161ku
65
65
 
66
66
  NUMBER_ERROR=Hodnota by mala by\u0165 \u010D\u00EDslo.
67
67
 
68
- ENABLE_ACCESSIBILITY=Aktivova\u0165 mo\u017Enos\u0165 pr\u00EDstupu
68
+ ENABLE_ACCESSIBILITY=Aktivova\u0165 pr\u00EDstupnos\u0165
69
69
 
70
70
  FITTOPAGE=Prisp\u00F4sobenie str\u00E1nke
71
71
 
@@ -65,7 +65,7 @@ ORIENTATION_PORT=In do\u0323c
65
65
 
66
66
  NUMBER_ERROR=Gia\u0301 tri\u0323 n\u00EAn la\u0300 s\u00F4\u0301.
67
67
 
68
- ENABLE_ACCESSIBILITY=B\u00E2\u0323t kha\u0309 n\u0103ng truy c\u00E2\u0323p.
68
+ ENABLE_ACCESSIBILITY=B\u00E2\u0323t kha\u0309 n\u0103ng truy c\u00E2\u0323p
69
69
 
70
70
  FITTOPAGE=V\u01B0\u0300a v\u01A1\u0301i trang
71
71