@sapui5/sap.ui.export 1.84.46 → 1.84.49

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.84.46",
3
+ "version": "1.84.49",
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)",
@@ -7,7 +7,7 @@
7
7
 
8
8
  (c) Copyright 2009-2020 SAP SE. All rights reserved
9
9
  </copyright>
10
- <version>1.84.46</version>
10
+ <version>1.84.49</version>
11
11
 
12
12
  <documentation>UI5 library: sap.ui.export</documentation>
13
13
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-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 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  'sap/ui/core/library',
@@ -87,7 +87,7 @@ sap.ui.define([
87
87
  * Utilities related to export to enable reuse in integration scenarios (e.g. tables).
88
88
  *
89
89
  * @author SAP SE
90
- * @version 1.84.46
90
+ * @version 1.84.49
91
91
  *
92
92
  * @since 1.59
93
93
  * @name sap.ui.export.ExportUtils
@@ -873,7 +873,7 @@ sap.ui.define([
873
873
  *
874
874
  * @param {Object} oContext Context object
875
875
  * @param {string} [oContext.application] Name of the application (default: "SAP UI5")
876
- * @param {string} [oContext.version] Application version (default: "1.84.46")
876
+ * @param {string} [oContext.version] Application version (default: "1.84.49")
877
877
  * @param {string} [oContext.title] Title that will be written to the file (NOT the filename)
878
878
  * @param {string} [oContext.modifiedBy] Optional user context that will be written to the file
879
879
  * @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 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  sap.ui.define([
@@ -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.84.46")</li>
86
+ * <li><code>version</code> (string) - Application version that creates the XLSX document (default: "1.84.49")</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.84.46',
169
+ * version: '1.84.49',
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.84.46
281
+ * @version 1.84.49
282
282
  *
283
283
  * @since 1.50
284
284
  * @name 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 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  /**
@@ -20,7 +20,7 @@ sap.ui.define(['jquery.sap.global', 'sap/base/Log', 'sap/ui/Device'], function(j
20
20
  *
21
21
  * @class Utility class to perform spreadsheet export
22
22
  * @author SAP SE
23
- * @version 1.84.46
23
+ * @version 1.84.49
24
24
  * @static
25
25
  *
26
26
  * @private
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  /**
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @namespace
18
18
  * @name sap.ui.export
19
19
  * @author SAP SE
20
- * @version 1.84.46
20
+ * @version 1.84.49
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.84.46"
36
+ version: "1.84.49"
37
37
  });
38
38
 
39
39
 
@@ -1,44 +1,68 @@
1
+ #This is the resource bundle for the SAPUI5 sap.ui.export library
2
+ #
1
3
 
2
- CANCEL_BUTTON=B5GEM8fcnsfefLM7NVhAUw_Cancel
4
+ #XBUT: Cancel button in the dialog
5
+ CANCEL_BUTTON=oNg0KXKBTyaojG1zjJD0pw_Cancel
3
6
 
4
- EXPORT_BUTTON=315zWEAcrk5pcONSDqL/8A_Export
7
+ #XBUT: Export button in the dialog. The meaning is: "Continue" but the first character should not be the same as by "Cancel"
8
+ EXPORT_BUTTON=3m+HgUS/ZGnLbObbjIIsEw_Export
5
9
 
6
- PROGRESS_TITLE=r+DMBVCJnrlzg6tri8tC6g_Export Document
10
+ #XHED: Default title text for the export progress dialog
11
+ PROGRESS_TITLE=SGPmHBHgOlTkBT3VTSrYYA_Export Document
7
12
 
8
- PROGRESS_FETCHING_MSG=McEGUABgn5oIn49/ZgXwnQ_Fetching data from server..
13
+ #XMSG: Message text informing that exported data is fetched from the server
14
+ PROGRESS_FETCHING_MSG=UQQTIe5VXqjZdwOVMcW4GQ_Fetching data from server...
9
15
 
10
- PROGRESS_ERROR_TITLE=xuuR5aCfz/Chl5Cxtd3iuQ_Export Error
16
+ #XHED: Default title text for the export progress error message box
17
+ PROGRESS_ERROR_TITLE=SxnAa0rId5nWJ6ton6a3tg_Export Error
11
18
 
12
- PROGRESS_ERROR_MSG=riVZATpsEo0ihHEdXSbj8w_The following error has occurred during export\:
19
+ #XMSG: Message text informing that an error has occurred during export
20
+ PROGRESS_ERROR_MSG=xaI0jnoHXMHZMAiBA+J6/g_The following error has occurred during export\:
13
21
 
14
- SIZE_WARNING_MSG=n9UnoZ6uKbbOW+C2MpVB8Q_Warning\: The exported document with {0} rows and {1} columns is too big.\n The memory capacity of the application might be exceeded.\n Cancel and select a smaller data set for the export.
22
+ #XMSG: Message text informing that the exported file is too big
23
+ SIZE_WARNING_MSG=JqYv615dSGG2IvlGVl8NRg_Warning\: The exported document with {0} rows and {1} columns is too big.\nThe memory capacity of the application might be exceeded.\nCancel and select a smaller data set for the export.
15
24
 
16
- PROGRESS_ERROR_DEFAULT=+oIdespqYXzcYFjXTf4Qcw_Unknown error
25
+ #XMSG: Message text informing that the original error message is empty or no specific error provided
26
+ PROGRESS_ERROR_DEFAULT=YMtCPIdiqYT9Zh3xXjbVfg_Unknown error
17
27
 
18
- EXPORT_SETTINGS_TITLE=VmBLXE5Et46Y/QgjYR6fcA_Export As
28
+ #XHED: Default title text for the export settings dialog
29
+ EXPORT_SETTINGS_TITLE=vYYA03hjJ2UBJGZdUBTNlA_Export As
19
30
 
20
- FILE_NAME=38GdJbHnKaekaf5OsxThjw_File Name
31
+ #XFLD: File name
32
+ FILE_NAME=Quz0D3TdfCC+UMPgmefKkw_File Name
21
33
 
22
- SELECT_FORMAT=d2ENpz2uCjQG6a3Tf55xiQ_Select Format
34
+ #XFLD: Select format
35
+ SELECT_FORMAT=1ft1ECiUnTMGzO/VAB6a2A_Select format
23
36
 
24
- SPLIT_CELLS=9EGNRNkzPNpgBt/668KSyg_Split cells with multiple values
37
+ #XFLD: Split cells with multiple values
38
+ SPLIT_CELLS=0QQkvyQgOutF86CTqZF3KQ_Split cells with multiple values
25
39
 
26
- INCLUDE_FILTER_SETTINGS=1aihtSeKJIzUcggvcOHiPw_Include filter setting
40
+ #XFLD: Include filter settings
41
+ INCLUDE_FILTER_SETTINGS=wPgYv5wG/pxDYCpa+/xrrA_Include filter settings
27
42
 
28
- FILTER_HEADER=BIQexGIVBRlh4rkl/lD/wA_Filter
43
+ #XHED: Header of the filter sheet
44
+ FILTER_HEADER=ec321zYfhAFrsTNOE5NoPg_Filter
29
45
 
30
- ADD_DATE_TIME=D3x9ygu0a0TihNE8VPn42g_Add current date and time to the file name
46
+ #XFLD: Add current date and time to the file name
47
+ ADD_DATE_TIME=hcm8abaXHkWOKz62xLDLCQ_Add current date and time to the file name
31
48
 
32
- XLSX_FILETYPE=af7OW+tJiV146jTt9wa9hA_Microsoft Excel Workbook (*.xlsx)
49
+ #XLST: Microsoft Excel Workbook file type config for spreadsheet export
50
+ XLSX_FILETYPE=J/xVIh4bqofDXJ+bNoVnmQ_Microsoft Excel Workbook (*.xlsx)
33
51
 
34
- FILENAME_WARNING=yWxSLXox1BagW5haFrvYDw_The file name you entered exceeds 100 characters. This may prevent the spreadsheet from opening correctly.
52
+ #XMSG: File name warning text
53
+ FILENAME_WARNING=NzAEhsM4nSVsm/lKCDVZrg_The file name you entered exceeds 100 characters. This may prevent the spreadsheet from opening correctly.
35
54
 
36
- FILENAME_ERROR=SWYZjlpHbphmsczMuY036w_You cannot use any of the following characters in a file name\: \\ / \: * ? " < > |
55
+ #XMSG: File name error text
56
+ FILENAME_ERROR=nckA+G4ojY33sWtO4c9NqA_You cannot use any of the following characters in a file name\: \\ / \: * ? " < > |
37
57
 
38
- PROGRESS_BUNDLE_MSG=Diz1AIOHfT0dflUjPXrU4g_Generating file
58
+ #XMSG: Message text informing that exported file is being created
59
+ PROGRESS_BUNDLE_MSG=wq76ZJzCn+e90k7GJV6W0Q_Generating file
39
60
 
40
- NO_COUNT_WARNING_MSG=WNtzhg3vJ9bXfg3MywHHYQ_There is no count provided in the export configuration. \nThe total number of exported rows cannot be predicted and might exceed the memory capacity of the application. \nPlease do not proceed unless you are sure that the current filter settings do not result in a large amount of data.
61
+ #XMSG: Message text informing that the exported file size cannot be predicted
62
+ NO_COUNT_WARNING_MSG=cMfK0Rr39K8pI3CcUoM/nA_There is no count provided in the export configuration. \nThe total number of exported rows cannot be predicted and might exceed the memory capacity of the application. \nPlease do not proceed unless you are sure that the current filter settings will not result in a large amount of data.
41
63
 
42
- XLSX_DEFAULT_TITLE=g5onhcihi8Z9VxzVOEDiIQ_SAPUI5 Export
64
+ #XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
65
+ XLSX_DEFAULT_TITLE=WaBvJ1v95FE/Eg3nmQtwJg_SAPUI5 Export
43
66
 
44
- XLSX_DEFAULT_SHEETNAME=CZOFscMIF00iHFskNDqDvw_SAPUI5 Export
67
+ #XTIT,30: Default label of the data sheet - use less than 31 characters!
68
+ XLSX_DEFAULT_SHEETNAME=yy+FH1qDpEhH2leqyYHpdg_SAPUI5 Export
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  (function(fClass) {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2024 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-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 2009-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 2009-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 2009-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 2009-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 2009-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 2009-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 2009-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 2009-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 2009-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 2009-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 2009-2025 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  @import "../base/library.source.less";