@sapui5/sap.ui.export 1.117.2 → 1.119.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.
@@ -15,7 +15,7 @@ sap.ui.define(['sap/ui/core/library'], function(library1) {
15
15
  * @namespace
16
16
  * @alias sap.ui.export
17
17
  * @author SAP SE
18
- * @version 1.117.2
18
+ * @version 1.119.0
19
19
  * @public
20
20
  */
21
21
 
@@ -31,7 +31,7 @@ sap.ui.define(['sap/ui/core/library'], function(library1) {
31
31
  interfaces: [],
32
32
  controls: [],
33
33
  elements: [],
34
- version: "1.117.2"
34
+ version: "1.119.0"
35
35
  });
36
36
 
37
37
 
@@ -115,7 +115,15 @@ sap.ui.define(['sap/ui/core/library'], function(library1) {
115
115
  *
116
116
  * @public
117
117
  */
118
- Time : "Time"
118
+ Time : "Time",
119
+
120
+ /**
121
+ * Property of type Timezone
122
+ *
123
+ * @public
124
+ * @since 1.118
125
+ */
126
+ Timezone : "Timezone"
119
127
  };
120
128
 
121
129
  /**
@@ -87,7 +87,7 @@ SIGNATURE_REASON=\u0391\u03B9\u03C4\u03AF\u03B1
87
87
 
88
88
  PDF_GENERATION_IN_PROGRESS=PDF \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03B5\u03AF\u03C4\u03B1\u03B9
89
89
 
90
- PDF_GENERATION_ERROR=\u03A5\u03C0\u03AE\u03C1\u03BE\u03B5 \u03C3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03BA\u03B1\u03C4\u03AC \u03C4\u03B7 \u03B4\u03B9\u03AC\u03C1\u03BA\u03B5\u03B9\u03B1 \u03B5\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE\u03C2 PDF.
90
+ PDF_GENERATION_ERROR=\u03A5\u03C0\u03AE\u03C1\u03BE\u03B5 \u03C3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03BA\u03B1\u03C4\u03AC \u03C4\u03B7 \u03B4\u03B9\u03AC\u03C1\u03BA\u03B5\u03B9\u03B1 \u03B5\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE\u03C2 PDF.
91
91
 
92
92
  PDF_GENERIC_ERROR=\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03BA\u03B1\u03C4\u03AC \u03C4\u03B7 \u03B4\u03B9\u03AC\u03C1\u03BA\u03B5\u03B9\u03B1 \u03B5\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE\u03C2 PDF
93
93
 
@@ -5,7 +5,7 @@ CLOSE_BUTTON=Zatvori
5
5
 
6
6
  EXPORT_BUTTON=Eksportiraj
7
7
 
8
- PROGRESS_TITLE=Eksportiranje dokumenta
8
+ PROGRESS_TITLE=Eksportiraj dokument
9
9
 
10
10
  WARNING_TITLE=Upozorenje
11
11
 
@@ -45,7 +45,7 @@ TECHNICAL_INFORMATION=\u6280\u8853\u60C5\u5831
45
45
 
46
46
  USER_NAME=\u30E6\u30FC\u30B6
47
47
 
48
- CREATED_TIME=\u4F5C\u6210\u6642\u523B
48
+ CREATED_TIME=\u767B\u9332\u6642\u523B
49
49
 
50
50
  ARCHIVE_FORMAT=\u30A2\u30FC\u30AB\u30A4\u30D6\u5F62\u5F0F
51
51
 
@@ -27,7 +27,7 @@ MSG_WARNING_ADVICE=Dosya i\u015Flenemeyecek kadar b\u00FCy\u00FCk olabilece\u011
27
27
 
28
28
  MSG_WARNING_EXPORT_ANYWAY=Yine de d\u0131\u015Fa aktar\u0131ls\u0131n m\u0131?
29
29
 
30
- MSG_ERROR_OUT_OF_MEMORY=D\u0131\u015Fa aktarma i\u015Fleminin belle\u011Fi t\u00FCkendi ve sonland\u0131r\u0131ld\u0131.\nDaha az say\u0131da h\u00FCcre se\u00E7mek i\u00E7in s\u00FCtun veya filtre ayarlar\u0131n\u0131z\u0131 yap\u0131n.
30
+ MSG_ERROR_OUT_OF_MEMORY=D\u0131\u015Fa aktarma i\u015Fleminin belle\u011Fi t\u00FCkendi ve sonland\u0131r\u0131ld\u0131.\nDaha az say\u0131da h\u00FCcre se\u00E7mek i\u00E7in s\u00FCtun veya filtre ayarlar\u0131n\u0131z\u0131 yap\u0131n.
31
31
 
32
32
  PROGRESS_ERROR_DEFAULT=Bilinmeyen hata
33
33
 
@@ -34,7 +34,7 @@
34
34
  * @param {object} mSettings Data service related part of the export configuration
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.117.2
37
+ * @version 1.119.0
38
38
  *
39
39
  * @constructor
40
40
  * @class DataProviderBase
@@ -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.117.2
23
+ * @version 1.119.0
24
24
  *
25
25
  * @since 1.110
26
26
  * @alias sap.ui.export.util.Filter
@@ -2,27 +2,28 @@
2
2
  * SAPUI5
3
3
  * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
- sap.ui.define(['sap/ui/base/Object'], function(BaseObject) {
6
- 'use strict';
5
+ sap.ui.define(["sap/ui/base/Object"], function(BaseObject) {
6
+ "use strict";
7
7
 
8
8
  var mSupportedProperties = {
9
- DocumentDescriptionReference: '',
10
- DocumentDescriptionCollection: '',
11
9
  ArchiveFormat: false,
12
10
  Border: false,
13
11
  CoverPage: false,
12
+ DocumentDescriptionCollection: "",
13
+ DocumentDescriptionReference: "",
14
14
  FitToPage: false,
15
15
  FontName: false,
16
16
  FontSize: false,
17
+ HeaderFooter: false,
18
+ IANATimezoneFormat: false,
17
19
  Margin: false,
18
20
  Padding: false,
19
- Signature: false,
20
- HeaderFooter: false,
21
21
  ResultSizeDefault: 20000,
22
- ResultSizeMaximum: 20000
22
+ ResultSizeMaximum: 20000,
23
+ Signature: false
23
24
  };
24
25
 
25
- var PDFCapabilities = BaseObject.extend('sap.ui.export.util.PDFCapabilities', {
26
+ var PDFCapabilities = BaseObject.extend("sap.ui.export.util.PDFCapabilities", {
26
27
  constructor: function(mSettings) {
27
28
  var sPropertyName;
28
29
 
@@ -40,7 +41,7 @@ sap.ui.define(['sap/ui/base/Object'], function(BaseObject) {
40
41
  * @returns {boolean} Returns true if mandatory properties are maintained
41
42
  */
42
43
  PDFCapabilities.prototype.isValid = function() {
43
- return this['DocumentDescriptionReference'] && this['DocumentDescriptionCollection'] && this['ResultSizeMaximum'] > 0;
44
+ return this["DocumentDescriptionReference"] && this["DocumentDescriptionCollection"] && this["ResultSizeMaximum"] > 0;
44
45
  };
45
46
 
46
47
  return PDFCapabilities;