@sapui5/sap.ui.export 1.108.39 → 1.108.41

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.39",
3
+ "version": "1.108.41",
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.39</version>
8
+ <version>1.108.41</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.39
30
+ * @version 1.108.41
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.39
18
+ * @version 1.108.41
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.39
135
+ * @version 1.108.41
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.39")
1144
+ * @param {string} [oContext.version] Application version (default: "1.108.41")
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.39
23
+ * @version 1.108.41
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": 4
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.39")</li>
88
+ * <li><code>version</code> (string) - Application version that creates the XLSX document (default: "1.108.41")</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.39',
171
+ * version: '1.108.41',
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.39
283
+ * @version 1.108.41
284
284
  *
285
285
  * @since 1.50
286
286
  * @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.39
25
+ * @version 1.108.41
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.39
20
+ * @version 1.108.41
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.39"
36
+ version: "1.108.41"
37
37
  });
38
38
 
39
39
 
@@ -89,7 +89,7 @@ XLSX_FILETYPE=Microsoft Excel (*.xlsx)
89
89
  GSHEET_FILETYPE=Google Tabellen
90
90
 
91
91
  #XMSG: File name warning text
92
- FILENAME_WARNING=Der von Ihnen eingegebene Dateiname ist l\u00E4nger als 100 Zeichen. Eventuell kann das Spreadsheet nicht korrekt ge\u00F6ffnet werden.
92
+ FILENAME_WARNING=Der von Ihnen eingegebene Dateiname ist l\u00E4nger als 100 Zeichen. Eventuell kann die Tabellenkalkulation nicht korrekt ge\u00F6ffnet werden.
93
93
 
94
94
  #XFLD: Paper Size
95
95
  PAPER_SIZE=Papiergr\u00F6\u00DFe
@@ -50,7 +50,7 @@ MSG_ERROR_OUT_OF_MEMORY=Le processus d'exportation manque de m\u00E9moire et a \
50
50
  PROGRESS_ERROR_DEFAULT=Erreur inconnue
51
51
 
52
52
  #XHED: Default title text for the export settings dialog
53
- EXPORT_SETTINGS_TITLE=Exporter en tant que
53
+ EXPORT_SETTINGS_TITLE=Exporter au format
54
54
 
55
55
  #XFLD: Label for File Name input field
56
56
  FILE_NAME=Nom du fichier
@@ -62,7 +62,7 @@ SELECT_FORMAT=Format
62
62
  SPLIT_CELLS=Fractionner les cellules contenant plusieurs valeurs
63
63
 
64
64
  #XFLD: Include filter settings
65
- INCLUDE_FILTER_SETTINGS=Inclure les param\u00E8tres de filtre
65
+ INCLUDE_FILTER_SETTINGS=Inclure les param\u00E8tres de filtres
66
66
 
67
67
  #XFLD: Techincal Information
68
68
  TECHNICAL_INFORMATION=Informations techniques
@@ -134,7 +134,7 @@ PDF_GENERATION_IN_PROGRESS=PDF en cours de g\u00E9n\u00E9ration
134
134
  FILENAME_ERROR=Vous ne pouvez pas utiliser les caract\u00E8res suivants dans un nom de fichier\: \\ / \: * ? " < > |
135
135
 
136
136
  #XMSG: Message text informing that exported file is being created
137
- PROGRESS_BUNDLE_MSG=G\u00E9n\u00E9ration du fichier...
137
+ PROGRESS_BUNDLE_MSG=G\u00E9n\u00E9ration du fichier en cours\u2026
138
138
 
139
139
  #XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
140
140
  XLSX_DEFAULT_TITLE=Exportation SAPUI5
@@ -176,19 +176,19 @@ DESTINATION_REMOTE=Cloud
176
176
  DESTINATION_DIALOG_TITLE=Exporter vers
177
177
 
178
178
  #XMSG: Status text on the progress dialog for transfering the file to the cloud destination
179
- DESTINATION_DIALOG_STATUS=Fichier en cours de transfert. Patientez...
179
+ DESTINATION_DIALOG_STATUS=Fichier en cours de transfert. Patientez\u2026
180
180
 
181
181
  #XMSG: Error message when exported file could not be transferred
182
182
  DESTINATION_TRANSFER_ERROR=Le fichier n\u2019a pas pu \u00EAtre transf\u00E9r\u00E9.
183
183
 
184
184
  #XMSG: Succuess message when the file has been saved to the cloud destination
185
- DESTINATION_TRANSFER_SUCCESS=Votre fichier a \u00E9t\u00E9 enregistr\u00E9 correctement.
185
+ DESTINATION_TRANSFER_SUCCESS=Votre fichier a \u00E9t\u00E9 enregistr\u00E9.
186
186
 
187
187
  #XMSG: Error message when the user did not select a proper FileShare for storing the file
188
188
  DESTINATION_SELECTION_INCOMPLETE=Le partage de fichiers s\u00E9lectionn\u00E9 n'est pas valide.
189
189
 
190
190
  #XBUT: Export button in the dialog when the user has selected to save the file on a cloud destination. This will open another file/folder selection. The text is followed by an ellipsis
191
- DIALOG_BUTTON_CLOUD_DESTINATION=Exporter vers...
191
+ DIALOG_BUTTON_CLOUD_DESTINATION=Exporter vers\u2026
192
192
 
193
193
  #XMSG: Error message that is shown when the user has selected Google Sheets as format but the selected file location is on a FileShare that has a vendor different than Google
194
194
  DESTINATION_ERROR_NOT_GOOGLE=L'exportation d'un fichier vers Google Sheets n\u00E9cessite un espace Google Workspace pour le partage de fichiers.\nS\u00E9lectionnez un format de fichier diff\u00E9rent ou un partage de fichiers diff\u00E9rent.
@@ -50,7 +50,7 @@ MSG_ERROR_OUT_OF_MEMORY=Proses ekspor kehabisan memori dan diakhiri.\nSilakan se
50
50
  PROGRESS_ERROR_DEFAULT=Kesalahan yang tidak diketahui
51
51
 
52
52
  #XHED: Default title text for the export settings dialog
53
- EXPORT_SETTINGS_TITLE=Ekspor Sebagai
53
+ EXPORT_SETTINGS_TITLE=Ekspor sebagai
54
54
 
55
55
  #XFLD: Label for File Name input field
56
56
  FILE_NAME=Nama File
@@ -173,7 +173,7 @@ DESTINATION_LOCAL=Lokal
173
173
  DESTINATION_REMOTE=Cloud
174
174
 
175
175
  #XHED: Dialog header for the CloudFilePicker
176
- DESTINATION_DIALOG_TITLE=Ekspor Ke
176
+ DESTINATION_DIALOG_TITLE=Ekspor ke
177
177
 
178
178
  #XMSG: Status text on the progress dialog for transfering the file to the cloud destination
179
179
  DESTINATION_DIALOG_STATUS=File sedang ditransfer - harap bersabar...
@@ -188,7 +188,7 @@ DESTINATION_TRANSFER_SUCCESS=File Anda telah berhasil disimpan.
188
188
  DESTINATION_SELECTION_INCOMPLETE=Berbagi file yang dipilih tidak valid.
189
189
 
190
190
  #XBUT: Export button in the dialog when the user has selected to save the file on a cloud destination. This will open another file/folder selection. The text is followed by an ellipsis
191
- DIALOG_BUTTON_CLOUD_DESTINATION=Ekspor Ke...
191
+ DIALOG_BUTTON_CLOUD_DESTINATION=Ekspor ke...
192
192
 
193
193
  #XMSG: Error message that is shown when the user has selected Google Sheets as format but the selected file location is on a FileShare that has a vendor different than Google
194
194
  DESTINATION_ERROR_NOT_GOOGLE=Mengekspor file ke Google Sheets memerlukan Google Workspace sebagai berbagi file.\nSilakan pilih format file yang berbeda atau berbagi file yang berbeda.
@@ -47,7 +47,7 @@ MSG_WARNING_EXPORT_ANYWAY=V\u00E2\u0303n xu\u00E2\u0301t?
47
47
  MSG_ERROR_OUT_OF_MEMORY=Quy tri\u0300nh xu\u00E2\u0301t \u0111a\u0303 cha\u0323y h\u00EA\u0301t b\u00F4\u0323 nh\u01A1\u0301 va\u0300 \u0111a\u0303 bi\u0323 k\u00EA\u0301t thu\u0301c.\nVui lo\u0300ng \u0111i\u00EA\u0300u chi\u0309nh ca\u0301c thi\u00EA\u0301t l\u00E2\u0323p b\u00F4\u0323 lo\u0323c ho\u0103\u0323c c\u00F4\u0323t cu\u0309a ba\u0323n \u0111\u00EA\u0309 cho\u0323n s\u00F4\u0301 l\u01B0\u01A1\u0323ng \u00F4 nho\u0309 h\u01A1n.
48
48
 
49
49
  #XMSG: Message text informing that the original error message is empty or no specific error provided
50
- PROGRESS_ERROR_DEFAULT=L\u00F4\u0303i kh\u00F4ng bi\u00EA\u0301t
50
+ PROGRESS_ERROR_DEFAULT=L\u00F4\u0303i kh\u00F4ng x\u00E1c \u0111\u1ECBnh
51
51
 
52
52
  #XHED: Default title text for the export settings dialog
53
53
  EXPORT_SETTINGS_TITLE=Xu\u00E2\u0301t tha\u0300nh