@openui5/ts-types 1.120.8 → 1.120.9
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 +3 -3
- 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 +2 -2
- 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.9
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -106773,7 +106773,7 @@ declare namespace sap {
|
|
|
106773
106773
|
* desktop devices, which overrides any configuration that has been provided by the application for the
|
|
106774
106774
|
* property displayType. This means that the PDFViewer appears as a toolbar with a download button.
|
|
106775
106775
|
*
|
|
106776
|
-
* Default value is `
|
|
106776
|
+
* Default value is `true`.
|
|
106777
106777
|
*
|
|
106778
106778
|
*
|
|
106779
106779
|
* @returns Value of property `isTrustedSource`
|
|
@@ -107010,7 +107010,7 @@ declare namespace sap {
|
|
|
107010
107010
|
*
|
|
107011
107011
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
107012
107012
|
*
|
|
107013
|
-
* Default value is `
|
|
107013
|
+
* Default value is `true`.
|
|
107014
107014
|
*
|
|
107015
107015
|
*
|
|
107016
107016
|
* @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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.9
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/AggregationBaseDelegate" {
|
|
4
4
|
import BaseDelegate from "sap/ui/mdc/BaseDelegate";
|
|
@@ -18201,7 +18201,7 @@ declare namespace sap {
|
|
|
18201
18201
|
* @since 1.111
|
|
18202
18202
|
*/
|
|
18203
18203
|
propertyInfo?:
|
|
18204
|
-
| object
|
|
18204
|
+
| object
|
|
18205
18205
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
18206
18206
|
| `{${string}}`;
|
|
18207
18207
|
|
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