@sapui5/sap.ui.export 1.97.1 → 1.98.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 (28) 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/ExportUtils.js +4 -4
  6. package/src/sap/ui/export/PortableDocument.js +10 -4
  7. package/src/sap/ui/export/Spreadsheet.js +4 -4
  8. package/src/sap/ui/export/SpreadsheetExport.js +2 -2
  9. package/src/sap/ui/export/js/XLSXBuilder.js.map +1 -1
  10. package/src/sap/ui/export/js/libs/JSZip3.js +3 -3
  11. package/src/sap/ui/export/library.js +3 -3
  12. package/src/sap/ui/export/messagebundle_en_US_saprigi.properties +4 -2
  13. package/src/sap/ui/export/messagebundle_en_US_saptrc.properties +2 -2
  14. package/src/sap/ui/export/messagebundle_ms.properties +1 -1
  15. package/src/sap/ui/export/provider/DataProviderBase.js +2 -2
  16. package/src/sap/ui/export/themes/base/ExportUtils.less +1 -1
  17. package/src/sap/ui/export/themes/base/library.source.less +1 -1
  18. package/src/sap/ui/export/themes/sap_belize/library.source.less +1 -1
  19. package/src/sap/ui/export/themes/sap_belize_hcb/library.source.less +1 -1
  20. package/src/sap/ui/export/themes/sap_belize_hcw/library.source.less +1 -1
  21. package/src/sap/ui/export/themes/sap_belize_plus/library.source.less +1 -1
  22. package/src/sap/ui/export/themes/sap_bluecrystal/library.source.less +1 -1
  23. package/src/sap/ui/export/themes/sap_fiori_3/library.source.less +1 -1
  24. package/src/sap/ui/export/themes/sap_fiori_3_dark/library.source.less +1 -1
  25. package/src/sap/ui/export/themes/sap_fiori_3_hcb/library.source.less +1 -1
  26. package/src/sap/ui/export/themes/sap_fiori_3_hcw/library.source.less +1 -1
  27. package/src/sap/ui/export/themes/sap_hcb/library.source.less +1 -1
  28. package/src/sap/ui/export/themes/sap_horizon/library.source.less +1 -1
@@ -19,7 +19,7 @@ MSG_ERROR_OUT_OF_MEMORY=Proses eksport kehabisan ingatan dan telah dihentikan.\n
19
19
 
20
20
  PROGRESS_ERROR_DEFAULT=Ralat tidak diketahui
21
21
 
22
- EXPORT_SETTINGS_TITLE=Eksport Sebagai
22
+ EXPORT_SETTINGS_TITLE=Eksport sebagai
23
23
 
24
24
  FILE_NAME=Nama fail
25
25
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  (function(fClass) {
@@ -393,7 +393,7 @@
393
393
  iEnd = iLength - 1;
394
394
 
395
395
  aLines.forEach(function(sLine) {
396
- aMatch = sLine.match(/HTTP\/1\.[0|1] ([1-9][0-9]{2})/);
396
+ aMatch = sLine.match(/^HTTP\/1\.[0|1] ([1-9][0-9]{2})/);
397
397
 
398
398
  if (Array.isArray(aMatch) && aMatch[1]) {
399
399
  sHttpStatus = aMatch[1];
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  @import "../base/library.source.less";