@openui5/types 1.133.0 → 1.134.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/sap.f.d.ts +53 -9
- package/types/sap.m.d.ts +629 -77
- package/types/sap.tnt.d.ts +107 -7
- package/types/sap.ui.codeeditor.d.ts +9 -7
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +46779 -46490
- 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 -3
- package/types/sap.ui.layout.d.ts +4 -2
- package/types/sap.ui.mdc.d.ts +227 -12
- package/types/sap.ui.rta.d.ts +76 -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 +41 -47
- 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 +7 -1
package/types/sap.uxap.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.134.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/uxap/library" {
|
|
4
4
|
/**
|
|
@@ -7144,6 +7144,9 @@ declare module "sap/uxap/ObjectPageSection" {
|
|
|
7144
7144
|
* Gets content of aggregation {@link #getSubSections subSections}.
|
|
7145
7145
|
*
|
|
7146
7146
|
* The list of Subsections.
|
|
7147
|
+
*
|
|
7148
|
+
* Note: If multiple subsections are used, it is highly recommended to set a title for the section for accessibility
|
|
7149
|
+
* reasons.
|
|
7147
7150
|
*/
|
|
7148
7151
|
getSubSections(): ObjectPageSubSection[];
|
|
7149
7152
|
/**
|
|
@@ -7355,6 +7358,9 @@ declare module "sap/uxap/ObjectPageSection" {
|
|
|
7355
7358
|
|
|
7356
7359
|
/**
|
|
7357
7360
|
* The list of Subsections.
|
|
7361
|
+
*
|
|
7362
|
+
* Note: If multiple subsections are used, it is highly recommended to set a title for the section for accessibility
|
|
7363
|
+
* reasons.
|
|
7358
7364
|
*/
|
|
7359
7365
|
subSections?:
|
|
7360
7366
|
| ObjectPageSubSection[]
|