@sapui5/sap.ui.export 1.134.0 → 1.136.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 +1 -1
- package/src/sap/ui/export/.library +2 -2
- package/src/sap/ui/export/ExportBase.js +2 -2
- package/src/sap/ui/export/ExportDialog.js +1 -1
- package/src/sap/ui/export/ExportHandler.js +4 -3
- package/src/sap/ui/export/ExportUtils.js +3 -3
- package/src/sap/ui/export/PortableDocument.js +2 -2
- package/src/sap/ui/export/Spreadsheet.js +4 -4
- package/src/sap/ui/export/SpreadsheetExport.js +2 -2
- package/src/sap/ui/export/library.js +3 -3
- package/src/sap/ui/export/messagebundle_de.properties +1 -1
- package/src/sap/ui/export/messagebundle_fr_CA.properties +9 -9
- package/src/sap/ui/export/messagebundle_id.properties +3 -3
- package/src/sap/ui/export/provider/DataProviderBase.js +6 -6
- package/src/sap/ui/export/themes/base/ExportUtils.less +1 -1
- package/src/sap/ui/export/themes/base/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_belize_base/ExportUtils.less +1 -1
- package/src/sap/ui/export/themes/sap_belize_base/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_bluecrystal/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_bluecrystal_base/ExportUtils.less +1 -1
- package/src/sap/ui/export/themes/sap_bluecrystal_base/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_fiori_3/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_fiori_3_dark/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_fiori_3_hcb/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_fiori_3_hcw/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_hcb/base_ExportUtils.less +1 -1
- package/src/sap/ui/export/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/export/util/Filter.js +2 -2
- package/src/sap/ui/export/util/PDFCapabilities.js +1 -1
package/package.json
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
<name>sap.ui.export</name>
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
6
|
<copyright>SAPUI5
|
|
7
|
-
* (c) Copyright
|
|
8
|
-
<version>1.
|
|
7
|
+
* (c) Copyright 2025 SAP SE. All rights reserved.</copyright>
|
|
8
|
+
<version>1.136.0</version>
|
|
9
9
|
|
|
10
10
|
<documentation>UI5 library: sap.ui.export</documentation>
|
|
11
11
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -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.
|
|
30
|
+
* @version 1.136.0
|
|
31
31
|
*
|
|
32
32
|
* @since 1.96
|
|
33
33
|
* @alias sap.ui.export.ExportBase
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define([
|
|
6
6
|
"./library",
|
|
@@ -28,7 +28,7 @@ sap.ui.define([
|
|
|
28
28
|
* @class The <code>sap.ui.export.ExportHandler</code> class allows you to export table data from an SAPUI5 application.
|
|
29
29
|
*
|
|
30
30
|
* @author SAP SE
|
|
31
|
-
* @version 1.
|
|
31
|
+
* @version 1.136.0
|
|
32
32
|
*
|
|
33
33
|
* @since 1.102
|
|
34
34
|
* @alias sap.ui.export.ExportHandler
|
|
@@ -462,7 +462,7 @@ sap.ui.define([
|
|
|
462
462
|
*/
|
|
463
463
|
ExportHandler.prototype.export = async function(mExportSettings) {
|
|
464
464
|
if (this.bIsDestroyed) {
|
|
465
|
-
|
|
465
|
+
throw new Error("ExportHandler must not be used after calling #destroy");
|
|
466
466
|
}
|
|
467
467
|
|
|
468
468
|
const oExportInstance = await this.getExportInstance(mExportSettings);
|
|
@@ -551,6 +551,7 @@ sap.ui.define([
|
|
|
551
551
|
await oExportInstance.build();
|
|
552
552
|
} catch (oError) {
|
|
553
553
|
ExportDialog.showErrorMessage(oError);
|
|
554
|
+
throw new Error(oError);
|
|
554
555
|
} finally {
|
|
555
556
|
oExportInstance.destroy();
|
|
556
557
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define([
|
|
6
6
|
"./library",
|
|
@@ -144,7 +144,7 @@ sap.ui.define([
|
|
|
144
144
|
* @class Utilities related to export to enable reuse in integration scenarios (e.g. tables).
|
|
145
145
|
*
|
|
146
146
|
* @author SAP SE
|
|
147
|
-
* @version 1.
|
|
147
|
+
* @version 1.136.0
|
|
148
148
|
*
|
|
149
149
|
* @since 1.59
|
|
150
150
|
* @alias sap.ui.export.ExportUtils
|
|
@@ -1208,7 +1208,7 @@ sap.ui.define([
|
|
|
1208
1208
|
*
|
|
1209
1209
|
* @param {object} oContext Context object
|
|
1210
1210
|
* @param {string} [oContext.application] Name of the application (default: "SAP UI5")
|
|
1211
|
-
* @param {string} [oContext.version] Application version (default: "1.
|
|
1211
|
+
* @param {string} [oContext.version] Application version (default: "1.136.0")
|
|
1212
1212
|
* @param {string} [oContext.title] Title that will be written to the file (NOT the filename)
|
|
1213
1213
|
* @param {string} [oContext.modifiedBy] Optional user context that will be written to the file
|
|
1214
1214
|
* @param {string} [oContext.sheetName] Name of the data sheet - Maximum length of 31 characters
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -28,7 +28,7 @@ sap.ui.define([
|
|
|
28
28
|
* @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.
|
|
29
29
|
*
|
|
30
30
|
* @author SAP SE
|
|
31
|
-
* @version 1.
|
|
31
|
+
* @version 1.136.0
|
|
32
32
|
*
|
|
33
33
|
* @since 1.96
|
|
34
34
|
* @alias sap.ui.export.PortableDocument
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -90,7 +90,7 @@ sap.ui.define([
|
|
|
90
90
|
* <li><code>workbook.context</code> - Context object that will be applied to the generated file. It may contain the following fields:</li>
|
|
91
91
|
* <ul>
|
|
92
92
|
* <li><code>application</code> (string) - The application that creates the XLSX document (default: "SAP UI5")</li>
|
|
93
|
-
* <li><code>version</code> (string) - Application version that creates the XLSX document (default: "1.
|
|
93
|
+
* <li><code>version</code> (string) - Application version that creates the XLSX document (default: "1.136.0")</li>
|
|
94
94
|
* <li><code>title</code> (string) - Title of the XLSX document (NOT the filename)</li>
|
|
95
95
|
* <li><code>modifiedBy</code> (string) - User context for the XLSX document</li>
|
|
96
96
|
* <li><code>sheetName</code> (string) - The label of the data sheet</li>
|
|
@@ -174,7 +174,7 @@ sap.ui.define([
|
|
|
174
174
|
* columns: aColumns,
|
|
175
175
|
* context: {
|
|
176
176
|
* application: 'Debug Test Application',
|
|
177
|
-
* version: '1.
|
|
177
|
+
* version: '1.136.0',
|
|
178
178
|
* title: 'Some random title',
|
|
179
179
|
* modifiedBy: 'John Doe',
|
|
180
180
|
* metaSheetName: 'Custom metadata',
|
|
@@ -286,7 +286,7 @@ sap.ui.define([
|
|
|
286
286
|
* @class The <code>sap.ui.export.Spreadsheet</code> class allows you to export table data from a UI5 application to a spreadsheet file.
|
|
287
287
|
*
|
|
288
288
|
* @author SAP SE
|
|
289
|
-
* @version 1.
|
|
289
|
+
* @version 1.136.0
|
|
290
290
|
*
|
|
291
291
|
* @since 1.50
|
|
292
292
|
* @alias sap.ui.export.Spreadsheet
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -21,7 +21,7 @@ sap.ui.define(['sap/base/Log', 'sap/ui/export/ExportUtils'], function(Log, Expor
|
|
|
21
21
|
* Utility class to perform spreadsheet export.
|
|
22
22
|
*
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.
|
|
24
|
+
* @version 1.136.0
|
|
25
25
|
*
|
|
26
26
|
* @alias sap.ui.export.SpreadsheetExport
|
|
27
27
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -15,7 +15,7 @@ sap.ui.define(["sap/ui/core/Lib"], function(Library) {
|
|
|
15
15
|
* @namespace
|
|
16
16
|
* @alias sap.ui.export
|
|
17
17
|
* @author SAP SE
|
|
18
|
-
* @version 1.
|
|
18
|
+
* @version 1.136.0
|
|
19
19
|
* @public
|
|
20
20
|
*/
|
|
21
21
|
|
|
@@ -34,7 +34,7 @@ sap.ui.define(["sap/ui/core/Lib"], function(Library) {
|
|
|
34
34
|
interfaces: [],
|
|
35
35
|
controls: [],
|
|
36
36
|
elements: [],
|
|
37
|
-
version: "1.
|
|
37
|
+
version: "1.136.0"
|
|
38
38
|
});
|
|
39
39
|
|
|
40
40
|
/**
|
|
@@ -94,7 +94,7 @@ XLSX_FILETYPE=Microsoft Excel (*.xlsx)
|
|
|
94
94
|
GSHEET_FILETYPE=Google Tabellen
|
|
95
95
|
|
|
96
96
|
#XMSG: File name warning text
|
|
97
|
-
FILENAME_WARNING=Der von Ihnen eingegebene Dateiname ist l\u00E4nger als 100 Zeichen. Eventuell kann
|
|
97
|
+
FILENAME_WARNING=Der von Ihnen eingegebene Dateiname ist l\u00E4nger als 100 Zeichen. Eventuell kann die Tabellenkalkulation nicht korrekt ge\u00F6ffnet werden.
|
|
98
98
|
|
|
99
99
|
#XFLD: Paper Size
|
|
100
100
|
PAPER_SIZE=Papiergr\u00F6\u00DFe
|
|
@@ -55,7 +55,7 @@ MSG_INFO_EXPORT_UPDATE=T\u00E9l\u00E9charg\u00E9(s) {0} sur {1}.
|
|
|
55
55
|
PROGRESS_ERROR_DEFAULT=Erreur inconnue
|
|
56
56
|
|
|
57
57
|
#XHED: Default title text for the export settings dialog
|
|
58
|
-
EXPORT_SETTINGS_TITLE=Exporter
|
|
58
|
+
EXPORT_SETTINGS_TITLE=Exporter au format
|
|
59
59
|
|
|
60
60
|
#XFLD: Label for File Name input field
|
|
61
61
|
FILE_NAME=Nom du fichier
|
|
@@ -67,7 +67,7 @@ SELECT_FORMAT=Format
|
|
|
67
67
|
SPLIT_CELLS=Fractionner les cellules contenant plusieurs valeurs
|
|
68
68
|
|
|
69
69
|
#XFLD: Include filter settings
|
|
70
|
-
INCLUDE_FILTER_SETTINGS=Inclure les param\u00E8tres de
|
|
70
|
+
INCLUDE_FILTER_SETTINGS=Inclure les param\u00E8tres de filtres
|
|
71
71
|
|
|
72
72
|
#XFLD: Techincal Information
|
|
73
73
|
TECHNICAL_INFORMATION=Informations techniques
|
|
@@ -139,16 +139,16 @@ SIGNATURE_REASON=Motif
|
|
|
139
139
|
PDF_GENERATION_IN_PROGRESS=PDF en cours de g\u00E9n\u00E9ration
|
|
140
140
|
|
|
141
141
|
#XMSG: Message text informing that there was an error in PDF generation.
|
|
142
|
-
PDF_GENERATION_ERROR=Une erreur est survenue lors de l'exportation PDF.
|
|
142
|
+
PDF_GENERATION_ERROR=Une erreur est survenue lors de l'exportation au format PDF.
|
|
143
143
|
|
|
144
144
|
#XMSG: Error text informing when PDF generation is failed
|
|
145
|
-
PDF_GENERIC_ERROR=Erreur lors de l'exportation PDF
|
|
145
|
+
PDF_GENERIC_ERROR=Erreur lors de l'exportation au format PDF
|
|
146
146
|
|
|
147
147
|
#XMSG: File name error text
|
|
148
148
|
FILENAME_ERROR=Vous ne pouvez pas utiliser les caract\u00E8res suivants dans un nom de fichier\: \\ / \: * ? " < > |
|
|
149
149
|
|
|
150
150
|
#XMSG: Message text informing that exported file is being created
|
|
151
|
-
PROGRESS_BUNDLE_MSG=G\u00E9n\u00E9ration du fichier
|
|
151
|
+
PROGRESS_BUNDLE_MSG=G\u00E9n\u00E9ration du fichier en cours\u2026
|
|
152
152
|
|
|
153
153
|
#XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
|
|
154
154
|
XLSX_DEFAULT_TITLE=Exportation SAPUI5
|
|
@@ -175,7 +175,7 @@ TOOLTIP_FITTOPAGE=Le contenu du document g\u00E9n\u00E9r\u00E9 est ajust\u00E9 \
|
|
|
175
175
|
TOOLTIP_ARCHIVE_FORMAT=Le document g\u00E9n\u00E9r\u00E9 est conforme \u00E0 PDF/A.
|
|
176
176
|
|
|
177
177
|
#XMSG: Tooltip that explains the filter settings checkbox and why it might be disabled
|
|
178
|
-
TOOLTIP_FILTER_SETTINGS=
|
|
178
|
+
TOOLTIP_FILTER_SETTINGS=Le document g\u00E9n\u00E9r\u00E9 a des param\u00E8tres de filtres sur la page de couverture.
|
|
179
179
|
|
|
180
180
|
#XMSG: Tooltip that explains the font size input and why it might be disabled
|
|
181
181
|
TOOLTIP_FONT_SIZE=D\u00E9finit la taille de la police du document g\u00E9n\u00E9r\u00E9.
|
|
@@ -193,19 +193,19 @@ DESTINATION_REMOTE=Cloud
|
|
|
193
193
|
DESTINATION_DIALOG_TITLE=Exporter vers
|
|
194
194
|
|
|
195
195
|
#XMSG: Status text on the progress dialog for transfering the file to the cloud destination
|
|
196
|
-
DESTINATION_DIALOG_STATUS=Fichier en cours de transfert. Patientez
|
|
196
|
+
DESTINATION_DIALOG_STATUS=Fichier en cours de transfert. Patientez\u2026
|
|
197
197
|
|
|
198
198
|
#XMSG: Error message when exported file could not be transferred
|
|
199
199
|
DESTINATION_TRANSFER_ERROR=Le fichier n\u2019a pas pu \u00EAtre transf\u00E9r\u00E9.
|
|
200
200
|
|
|
201
201
|
#XMSG: Succuess message when the file has been saved to the cloud destination
|
|
202
|
-
DESTINATION_TRANSFER_SUCCESS=Votre fichier a \u00E9t\u00E9 enregistr\u00E9
|
|
202
|
+
DESTINATION_TRANSFER_SUCCESS=Votre fichier a \u00E9t\u00E9 enregistr\u00E9.
|
|
203
203
|
|
|
204
204
|
#XMSG: Error message when the user did not select a proper FileShare for storing the file
|
|
205
205
|
DESTINATION_SELECTION_INCOMPLETE=Le partage de fichiers s\u00E9lectionn\u00E9 n'est pas valide.
|
|
206
206
|
|
|
207
207
|
#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
|
|
208
|
-
DIALOG_BUTTON_CLOUD_DESTINATION=Exporter vers
|
|
208
|
+
DIALOG_BUTTON_CLOUD_DESTINATION=Exporter vers\u2026
|
|
209
209
|
|
|
210
210
|
#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
|
|
211
211
|
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.
|
|
@@ -55,7 +55,7 @@ MSG_INFO_EXPORT_UPDATE=Diunduh {0} dari {1}.
|
|
|
55
55
|
PROGRESS_ERROR_DEFAULT=Kesalahan yang tidak diketahui
|
|
56
56
|
|
|
57
57
|
#XHED: Default title text for the export settings dialog
|
|
58
|
-
EXPORT_SETTINGS_TITLE=Ekspor
|
|
58
|
+
EXPORT_SETTINGS_TITLE=Ekspor sebagai
|
|
59
59
|
|
|
60
60
|
#XFLD: Label for File Name input field
|
|
61
61
|
FILE_NAME=Nama File
|
|
@@ -190,7 +190,7 @@ DESTINATION_LOCAL=Lokal
|
|
|
190
190
|
DESTINATION_REMOTE=Cloud
|
|
191
191
|
|
|
192
192
|
#XHED: Dialog header for the CloudFilePicker
|
|
193
|
-
DESTINATION_DIALOG_TITLE=Ekspor
|
|
193
|
+
DESTINATION_DIALOG_TITLE=Ekspor ke
|
|
194
194
|
|
|
195
195
|
#XMSG: Status text on the progress dialog for transfering the file to the cloud destination
|
|
196
196
|
DESTINATION_DIALOG_STATUS=File sedang ditransfer - harap bersabar...
|
|
@@ -205,7 +205,7 @@ DESTINATION_TRANSFER_SUCCESS=File Anda telah berhasil disimpan.
|
|
|
205
205
|
DESTINATION_SELECTION_INCOMPLETE=Berbagi file yang dipilih tidak valid.
|
|
206
206
|
|
|
207
207
|
#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
|
|
208
|
-
DIALOG_BUTTON_CLOUD_DESTINATION=Ekspor
|
|
208
|
+
DIALOG_BUTTON_CLOUD_DESTINATION=Ekspor ke...
|
|
209
209
|
|
|
210
210
|
#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
|
|
211
211
|
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.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
(function(fClass) {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
* @param {object} mSettings Data service related part of the export configuration
|
|
25
25
|
*
|
|
26
26
|
* @author SAP SE
|
|
27
|
-
* @version 1.
|
|
27
|
+
* @version 1.136.0
|
|
28
28
|
*
|
|
29
29
|
* @constructor
|
|
30
30
|
* @class DataProviderBase
|
|
@@ -286,15 +286,15 @@
|
|
|
286
286
|
* @private
|
|
287
287
|
*/
|
|
288
288
|
DataProviderBase.prototype._isFinished = function(iFetchedRows, sNextUrl, iRemainingRows, bWasServerSidePaging) {
|
|
289
|
-
// Most common scenario - request gets fulfilled
|
|
290
|
-
if (iFetchedRows === this.iBatchSize) {
|
|
291
|
-
return false;
|
|
292
|
-
}
|
|
293
289
|
|
|
294
290
|
if (iFetchedRows === 0 || iRemainingRows <= 0) {
|
|
295
291
|
return true;
|
|
296
292
|
}
|
|
297
293
|
|
|
294
|
+
if (iFetchedRows === this.iBatchSize) {
|
|
295
|
+
return false;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
298
|
if (sNextUrl) {
|
|
299
299
|
return false;
|
|
300
300
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(['sap/ui/base/Object'], function(BaseObject) {
|
|
6
6
|
'use strict';
|
|
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/base/Object'], function(BaseObject) {
|
|
|
20
20
|
* convenience functions like <code>sap.ui.export.util.Filter#setType</code> to improve the result.
|
|
21
21
|
*
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.136.0
|
|
24
24
|
*
|
|
25
25
|
* @since 1.110
|
|
26
26
|
* @alias sap.ui.export.util.Filter
|