@openui5/ts-types 1.120.14 → 1.120.15
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/types/sap.f.d.ts +1 -1
- package/types/sap.m.d.ts +15 -12
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +1 -1
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.15
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -34732,11 +34732,12 @@ declare namespace sap {
|
|
|
34732
34732
|
/**
|
|
34733
34733
|
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
34734
34734
|
* can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
|
|
34735
|
-
* "Embedded" on desktop devices
|
|
34735
|
+
* "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
|
|
34736
34736
|
* Set this property to true only when the PDF is generated by the application or the PDF is scanned for
|
|
34737
34737
|
* viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
|
|
34738
|
-
* desktop devices
|
|
34739
|
-
* property displayType.
|
|
34738
|
+
* desktop devices. This means that any configuration that has been provided by the application for the
|
|
34739
|
+
* property displayType is overridden. In this case, the user would need to download the PDF to view its
|
|
34740
|
+
* content.
|
|
34740
34741
|
*/
|
|
34741
34742
|
isTrustedSource?:
|
|
34742
34743
|
| boolean
|
|
@@ -108955,13 +108956,14 @@ declare namespace sap {
|
|
|
108955
108956
|
*
|
|
108956
108957
|
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
108957
108958
|
* can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
|
|
108958
|
-
* "Embedded" on desktop devices
|
|
108959
|
+
* "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
|
|
108959
108960
|
* Set this property to true only when the PDF is generated by the application or the PDF is scanned for
|
|
108960
108961
|
* viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
|
|
108961
|
-
* desktop devices
|
|
108962
|
-
* property displayType.
|
|
108962
|
+
* desktop devices. This means that any configuration that has been provided by the application for the
|
|
108963
|
+
* property displayType is overridden. In this case, the user would need to download the PDF to view its
|
|
108964
|
+
* content.
|
|
108963
108965
|
*
|
|
108964
|
-
* Default value is `
|
|
108966
|
+
* Default value is `false`.
|
|
108965
108967
|
*
|
|
108966
108968
|
*
|
|
108967
108969
|
* @returns Value of property `isTrustedSource`
|
|
@@ -109190,15 +109192,16 @@ declare namespace sap {
|
|
|
109190
109192
|
*
|
|
109191
109193
|
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
109192
109194
|
* can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
|
|
109193
|
-
* "Embedded" on desktop devices
|
|
109195
|
+
* "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
|
|
109194
109196
|
* Set this property to true only when the PDF is generated by the application or the PDF is scanned for
|
|
109195
109197
|
* viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
|
|
109196
|
-
* desktop devices
|
|
109197
|
-
* property displayType.
|
|
109198
|
+
* desktop devices. This means that any configuration that has been provided by the application for the
|
|
109199
|
+
* property displayType is overridden. In this case, the user would need to download the PDF to view its
|
|
109200
|
+
* content.
|
|
109198
109201
|
*
|
|
109199
109202
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
109200
109203
|
*
|
|
109201
|
-
* Default value is `
|
|
109204
|
+
* Default value is `false`.
|
|
109202
109205
|
*
|
|
109203
109206
|
*
|
|
109204
109207
|
* @returns Reference to `this` in order to allow method chaining
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED