@openui5/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 module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -79345,8 +79345,6 @@ declare module "sap/m/PDFViewer" {
|
|
|
79345
79345
|
*/
|
|
79346
79346
|
getHeight(): CSSSize;
|
|
79347
79347
|
/**
|
|
79348
|
-
* @since 1.121.0
|
|
79349
|
-
*
|
|
79350
79348
|
* Gets current value of property {@link #getIsTrustedSource isTrustedSource}.
|
|
79351
79349
|
*
|
|
79352
79350
|
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
@@ -79569,8 +79567,6 @@ declare module "sap/m/PDFViewer" {
|
|
|
79569
79567
|
sHeight?: CSSSize
|
|
79570
79568
|
): this;
|
|
79571
79569
|
/**
|
|
79572
|
-
* @since 1.121.0
|
|
79573
|
-
*
|
|
79574
79570
|
* Sets a new value for property {@link #getIsTrustedSource isTrustedSource}.
|
|
79575
79571
|
*
|
|
79576
79572
|
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
@@ -79750,8 +79746,6 @@ declare module "sap/m/PDFViewer" {
|
|
|
79750
79746
|
| `{${string}}`;
|
|
79751
79747
|
|
|
79752
79748
|
/**
|
|
79753
|
-
* @since 1.121.0
|
|
79754
|
-
*
|
|
79755
79749
|
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
79756
79750
|
* can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
|
|
79757
79751
|
* "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
|
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