@openui5/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 module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -81656,7 +81656,7 @@ declare module "sap/m/PDFViewer" {
|
|
|
81656
81656
|
* desktop devices, which overrides any configuration that has been provided by the application for the
|
|
81657
81657
|
* property displayType. This means that the PDFViewer appears as a toolbar with a download button.
|
|
81658
81658
|
*
|
|
81659
|
-
* Default value is `
|
|
81659
|
+
* Default value is `true`.
|
|
81660
81660
|
*
|
|
81661
81661
|
*
|
|
81662
81662
|
* @returns Value of property `isTrustedSource`
|
|
@@ -81893,7 +81893,7 @@ declare module "sap/m/PDFViewer" {
|
|
|
81893
81893
|
*
|
|
81894
81894
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
81895
81895
|
*
|
|
81896
|
-
* Default value is `
|
|
81896
|
+
* Default value is `true`.
|
|
81897
81897
|
*
|
|
81898
81898
|
*
|
|
81899
81899
|
* @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";
|
|
@@ -15907,7 +15907,7 @@ declare module "sap/ui/mdc/Table" {
|
|
|
15907
15907
|
*
|
|
15908
15908
|
* @since 1.111
|
|
15909
15909
|
*/
|
|
15910
|
-
propertyInfo?: object
|
|
15910
|
+
propertyInfo?: object | PropertyBindingInfo | `{${string}}`;
|
|
15911
15911
|
|
|
15912
15912
|
/**
|
|
15913
15913
|
* Type of the table.
|
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