@openui5/types 1.136.1 → 1.138.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 +1 -1
- package/types/sap.m.d.ts +1261 -566
- package/types/sap.tnt.d.ts +103 -16
- 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 +62 -49
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -7
- package/types/sap.ui.integration.d.ts +44 -24
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +599 -297
- 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 +9 -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/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.138.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/unified/library" {
|
|
4
4
|
/**
|
|
@@ -18904,6 +18904,10 @@ declare module "sap/ui/unified/MenuItem" {
|
|
|
18904
18904
|
* Defines the content that is displayed at the end of a menu item. This aggregation allows for the addition
|
|
18905
18905
|
* of custom elements, such as icons and buttons.
|
|
18906
18906
|
*
|
|
18907
|
+
* **Note:** Application developers are responsible for ensuring that interactive `endContent` controls
|
|
18908
|
+
* have the correct accessibility behaviour, including their enabled or disabled states. The Menu
|
|
18909
|
+
* does not manage these aspects when the menu item state changes.
|
|
18910
|
+
*
|
|
18907
18911
|
* @since 1.131
|
|
18908
18912
|
*/
|
|
18909
18913
|
getEndContent(): Control[];
|
|
@@ -19136,6 +19140,10 @@ declare module "sap/ui/unified/MenuItem" {
|
|
|
19136
19140
|
* Defines the content that is displayed at the end of a menu item. This aggregation allows for the addition
|
|
19137
19141
|
* of custom elements, such as icons and buttons.
|
|
19138
19142
|
*
|
|
19143
|
+
* **Note:** Application developers are responsible for ensuring that interactive `endContent` controls
|
|
19144
|
+
* have the correct accessibility behaviour, including their enabled or disabled states. The Menu
|
|
19145
|
+
* does not manage these aspects when the menu item state changes.
|
|
19146
|
+
*
|
|
19139
19147
|
* @since 1.131
|
|
19140
19148
|
*/
|
|
19141
19149
|
endContent?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
|
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED