@openui5/ts-types 1.121.3 → 1.121.5
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.121.
|
|
1
|
+
// For Library Version: 1.121.5
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -34469,11 +34469,12 @@ declare namespace sap {
|
|
|
34469
34469
|
/**
|
|
34470
34470
|
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
34471
34471
|
* can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
|
|
34472
|
-
* "Embedded" on desktop devices
|
|
34472
|
+
* "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
|
|
34473
34473
|
* Set this property to true only when the PDF is generated by the application or the PDF is scanned for
|
|
34474
34474
|
* viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
|
|
34475
|
-
* desktop devices
|
|
34476
|
-
* property displayType.
|
|
34475
|
+
* desktop devices. This means that any configuration that has been provided by the application for the
|
|
34476
|
+
* property displayType is overridden. In this case, the user would need to download the PDF to view its
|
|
34477
|
+
* content.
|
|
34477
34478
|
*/
|
|
34478
34479
|
isTrustedSource?:
|
|
34479
34480
|
| boolean
|
|
@@ -108059,13 +108060,14 @@ declare namespace sap {
|
|
|
108059
108060
|
*
|
|
108060
108061
|
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
108061
108062
|
* can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
|
|
108062
|
-
* "Embedded" on desktop devices
|
|
108063
|
+
* "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
|
|
108063
108064
|
* Set this property to true only when the PDF is generated by the application or the PDF is scanned for
|
|
108064
108065
|
* viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
|
|
108065
|
-
* desktop devices
|
|
108066
|
-
* property displayType.
|
|
108066
|
+
* desktop devices. This means that any configuration that has been provided by the application for the
|
|
108067
|
+
* property displayType is overridden. In this case, the user would need to download the PDF to view its
|
|
108068
|
+
* content.
|
|
108067
108069
|
*
|
|
108068
|
-
* Default value is `
|
|
108070
|
+
* Default value is `false`.
|
|
108069
108071
|
*
|
|
108070
108072
|
*
|
|
108071
108073
|
* @returns Value of property `isTrustedSource`
|
|
@@ -108294,15 +108296,16 @@ declare namespace sap {
|
|
|
108294
108296
|
*
|
|
108295
108297
|
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
108296
108298
|
* can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
|
|
108297
|
-
* "Embedded" on desktop devices
|
|
108299
|
+
* "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
|
|
108298
108300
|
* Set this property to true only when the PDF is generated by the application or the PDF is scanned for
|
|
108299
108301
|
* viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
|
|
108300
|
-
* desktop devices
|
|
108301
|
-
* property displayType.
|
|
108302
|
+
* desktop devices. This means that any configuration that has been provided by the application for the
|
|
108303
|
+
* property displayType is overridden. In this case, the user would need to download the PDF to view its
|
|
108304
|
+
* content.
|
|
108302
108305
|
*
|
|
108303
108306
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
108304
108307
|
*
|
|
108305
|
-
* Default value is `
|
|
108308
|
+
* Default value is `false`.
|
|
108306
108309
|
*
|
|
108307
108310
|
*
|
|
108308
108311
|
* @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