@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.
Files changed (37) hide show
  1. package/package.json +1 -1
  2. package/src/sap/ui/export/.library +2 -2
  3. package/src/sap/ui/export/ExportBase.js +2 -2
  4. package/src/sap/ui/export/ExportDialog.js +1 -1
  5. package/src/sap/ui/export/ExportHandler.js +4 -3
  6. package/src/sap/ui/export/ExportUtils.js +3 -3
  7. package/src/sap/ui/export/PortableDocument.js +2 -2
  8. package/src/sap/ui/export/Spreadsheet.js +4 -4
  9. package/src/sap/ui/export/SpreadsheetExport.js +2 -2
  10. package/src/sap/ui/export/library.js +3 -3
  11. package/src/sap/ui/export/messagebundle_de.properties +1 -1
  12. package/src/sap/ui/export/messagebundle_fr_CA.properties +9 -9
  13. package/src/sap/ui/export/messagebundle_id.properties +3 -3
  14. package/src/sap/ui/export/provider/DataProviderBase.js +6 -6
  15. package/src/sap/ui/export/themes/base/ExportUtils.less +1 -1
  16. package/src/sap/ui/export/themes/base/library.source.less +1 -1
  17. package/src/sap/ui/export/themes/sap_belize/library.source.less +1 -1
  18. package/src/sap/ui/export/themes/sap_belize_base/ExportUtils.less +1 -1
  19. package/src/sap/ui/export/themes/sap_belize_base/library.source.less +1 -1
  20. package/src/sap/ui/export/themes/sap_belize_hcb/library.source.less +1 -1
  21. package/src/sap/ui/export/themes/sap_belize_hcw/library.source.less +1 -1
  22. package/src/sap/ui/export/themes/sap_belize_plus/library.source.less +1 -1
  23. package/src/sap/ui/export/themes/sap_bluecrystal/library.source.less +1 -1
  24. package/src/sap/ui/export/themes/sap_bluecrystal_base/ExportUtils.less +1 -1
  25. package/src/sap/ui/export/themes/sap_bluecrystal_base/library.source.less +1 -1
  26. package/src/sap/ui/export/themes/sap_fiori_3/library.source.less +1 -1
  27. package/src/sap/ui/export/themes/sap_fiori_3_dark/library.source.less +1 -1
  28. package/src/sap/ui/export/themes/sap_fiori_3_hcb/library.source.less +1 -1
  29. package/src/sap/ui/export/themes/sap_fiori_3_hcw/library.source.less +1 -1
  30. package/src/sap/ui/export/themes/sap_hcb/base_ExportUtils.less +1 -1
  31. package/src/sap/ui/export/themes/sap_hcb/library.source.less +1 -1
  32. package/src/sap/ui/export/themes/sap_horizon/library.source.less +1 -1
  33. package/src/sap/ui/export/themes/sap_horizon_dark/library.source.less +1 -1
  34. package/src/sap/ui/export/themes/sap_horizon_hcb/library.source.less +1 -1
  35. package/src/sap/ui/export/themes/sap_horizon_hcw/library.source.less +1 -1
  36. package/src/sap/ui/export/util/Filter.js +2 -2
  37. package/src/sap/ui/export/util/PDFCapabilities.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.ui.export",
3
- "version": "1.134.0",
3
+ "version": "1.136.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)",
@@ -4,8 +4,8 @@
4
4
  <name>sap.ui.export</name>
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>SAPUI5
7
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.</copyright>
8
- <version>1.134.0</version>
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 2009-2024 SAP SE. All rights reserved.
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.134.0
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 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
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.134.0
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
- Promise.reject("ExportHandler must not be used after calling #destroy");
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 2009-2024 SAP SE. All rights reserved.
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.134.0
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.134.0")
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 2009-2024 SAP SE. All rights reserved.
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.134.0
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 2009-2024 SAP SE. All rights reserved.
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.134.0")</li>
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.134.0',
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.134.0
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 2009-2024 SAP SE. All rights reserved.
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.134.0
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 2009-2024 SAP SE. All rights reserved.
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.134.0
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.134.0"
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 das Spreadsheet nicht korrekt ge\u00F6ffnet werden.
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 en tant que
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 filtre
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=Les param\u00E8tres de filtre du document g\u00E9n\u00E9r\u00E9 se trouvent sur la page de couverture.
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 correctement.
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 Sebagai
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 Ke
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 Ke...
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 2009-2024 SAP SE. All rights reserved.
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.134.0
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 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  .sapUiExportSettings .sapUiExportSettingsLabel > .sapMLabel::after {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  @import "../../../../../sap/ui/core/themes/base/base.less";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  /* ============================================================================ */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  .sapUiExportSettings .sapUiExportSettingsLabel > .sapMLabel::after {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  @import "../../../../../sap/ui/core/themes/base/base.less";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  /* ============================================================================ */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  /* ============================================================================ */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  @import "../sap_belize/library.source.less";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  /* ============================================================================== */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  .sapUiExportSettings .sapUiExportSettingsLabel > .sapMLabel::after {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  @import "../../../../../sap/ui/core/themes/base/base.less";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  @import "../base/library.source.less";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  @import "../base/library.source.less";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  @import "../base/library.source.less";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  @import "../base/library.source.less";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  .sapUiExportSettings .sapUiExportSettingsLabel > .sapMLabel::after {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  /* ============================================================================== */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  @import "../base/library.source.less";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  @import "../base/library.source.less";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  @import "../base/library.source.less";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  @import "../base/library.source.less";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
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.134.0
23
+ * @version 1.136.0
24
24
  *
25
25
  * @since 1.110
26
26
  * @alias sap.ui.export.util.Filter
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
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";