@openui5/ts-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 +285 -60
- package/types/sap.tnt.d.ts +5 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +3439 -246
- package/types/sap.ui.core.d.ts +615 -164
- 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 +103 -65
- 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 +121 -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 namespace sap {
|
|
4
4
|
/**
|
|
@@ -4584,7 +4584,7 @@ declare namespace sap {
|
|
|
4584
4584
|
| `{${string}}`;
|
|
4585
4585
|
|
|
4586
4586
|
/**
|
|
4587
|
-
* Accessible landmark settings to be applied to the containers of the `sap.f.SemanticPage` control.
|
|
4587
|
+
* Accessible landmark settings to be applied to the containers of the `sap.f.semantic.SemanticPage` control.
|
|
4588
4588
|
*
|
|
4589
4589
|
* If not set, no landmarks will be written.
|
|
4590
4590
|
*
|
|
@@ -6800,7 +6800,7 @@ declare namespace sap {
|
|
|
6800
6800
|
/**
|
|
6801
6801
|
* Gets content of aggregation {@link #getLandmarkInfo landmarkInfo}.
|
|
6802
6802
|
*
|
|
6803
|
-
* Accessible landmark settings to be applied to the containers of the `sap.f.SemanticPage` control.
|
|
6803
|
+
* Accessible landmark settings to be applied to the containers of the `sap.f.semantic.SemanticPage` control.
|
|
6804
6804
|
*
|
|
6805
6805
|
* If not set, no landmarks will be written.
|
|
6806
6806
|
*
|
|
@@ -16602,7 +16602,7 @@ declare namespace sap {
|
|
|
16602
16602
|
}
|
|
16603
16603
|
/**
|
|
16604
16604
|
* Holds layout data for `sap.f.FlexibleColumnLayout`. Allows LayoutData of type `sap.f.FlexibleColumnLayoutDataForDesktop`
|
|
16605
|
-
* or `sap.f.
|
|
16605
|
+
* or `sap.f.FlexibleColumnLayoutDataForTablet`
|
|
16606
16606
|
*
|
|
16607
16607
|
* @since 1.128
|
|
16608
16608
|
*/
|