@openui5/ts-types 1.120.6 → 1.120.7
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 +1 -7
- 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.7
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -32796,8 +32796,6 @@ declare namespace sap {
|
|
|
32796
32796
|
| `{${string}}`;
|
|
32797
32797
|
|
|
32798
32798
|
/**
|
|
32799
|
-
* @since 1.121.0
|
|
32800
|
-
*
|
|
32801
32799
|
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
32802
32800
|
* can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
|
|
32803
32801
|
* "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
|
|
@@ -103713,8 +103711,6 @@ declare namespace sap {
|
|
|
103713
103711
|
*/
|
|
103714
103712
|
getHeight(): sap.ui.core.CSSSize;
|
|
103715
103713
|
/**
|
|
103716
|
-
* @since 1.121.0
|
|
103717
|
-
*
|
|
103718
103714
|
* Gets current value of property {@link #getIsTrustedSource isTrustedSource}.
|
|
103719
103715
|
*
|
|
103720
103716
|
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
@@ -103937,8 +103933,6 @@ declare namespace sap {
|
|
|
103937
103933
|
sHeight?: sap.ui.core.CSSSize
|
|
103938
103934
|
): this;
|
|
103939
103935
|
/**
|
|
103940
|
-
* @since 1.121.0
|
|
103941
|
-
*
|
|
103942
103936
|
* Sets a new value for property {@link #getIsTrustedSource isTrustedSource}.
|
|
103943
103937
|
*
|
|
103944
103938
|
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
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