@openui5/types 1.143.0 → 1.144.0
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/index.d.ts +1 -1
- package/types/sap.f.d.ts +4 -4
- package/types/sap.m.d.ts +298 -68
- package/types/sap.tnt.d.ts +5 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +3469 -306
- package/types/sap.ui.core.d.ts +621 -166
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +18 -18
- package/types/sap.ui.mdc.d.ts +105 -67
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +3 -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 +126 -4
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +3 -1
- package/types/sap.ui.webc.fiori.d.ts +31 -1
- package/types/sap.ui.webc.main.d.ts +70 -1
- package/types/sap.uxap.d.ts +1 -1
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.144.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/tnt/library" {
|
|
4
4
|
export interface IToolHeader {
|
|
@@ -10862,7 +10862,7 @@ declare module "sap/f/FlexibleColumnLayoutData" {
|
|
|
10862
10862
|
|
|
10863
10863
|
/**
|
|
10864
10864
|
* Holds layout data for `sap.f.FlexibleColumnLayout`. Allows LayoutData of type `sap.f.FlexibleColumnLayoutDataForDesktop`
|
|
10865
|
-
* or `sap.f.
|
|
10865
|
+
* or `sap.f.FlexibleColumnLayoutDataForTablet`
|
|
10866
10866
|
*
|
|
10867
10867
|
* @since 1.128
|
|
10868
10868
|
*/
|
|
@@ -18847,7 +18847,7 @@ declare module "sap/f/semantic/SemanticPage" {
|
|
|
18847
18847
|
/**
|
|
18848
18848
|
* Gets content of aggregation {@link #getLandmarkInfo landmarkInfo}.
|
|
18849
18849
|
*
|
|
18850
|
-
* Accessible landmark settings to be applied to the containers of the `sap.f.SemanticPage` control.
|
|
18850
|
+
* Accessible landmark settings to be applied to the containers of the `sap.f.semantic.SemanticPage` control.
|
|
18851
18851
|
*
|
|
18852
18852
|
* If not set, no landmarks will be written.
|
|
18853
18853
|
*
|
|
@@ -20575,7 +20575,7 @@ declare module "sap/f/semantic/SemanticPage" {
|
|
|
20575
20575
|
| `{${string}}`;
|
|
20576
20576
|
|
|
20577
20577
|
/**
|
|
20578
|
-
* Accessible landmark settings to be applied to the containers of the `sap.f.SemanticPage` control.
|
|
20578
|
+
* Accessible landmark settings to be applied to the containers of the `sap.f.semantic.SemanticPage` control.
|
|
20579
20579
|
*
|
|
20580
20580
|
* If not set, no landmarks will be written.
|
|
20581
20581
|
*
|