@openui5/ts-types 1.136.2 → 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 +1206 -541
- 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 +69 -70
- 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 +597 -293
- 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 namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -7712,6 +7712,10 @@ declare namespace sap {
|
|
|
7712
7712
|
* Defines the content that is displayed at the end of a menu item. This aggregation allows for the addition
|
|
7713
7713
|
* of custom elements, such as icons and buttons.
|
|
7714
7714
|
*
|
|
7715
|
+
* **Note:** Application developers are responsible for ensuring that interactive `endContent` controls
|
|
7716
|
+
* have the correct accessibility behaviour, including their enabled or disabled states. The Menu
|
|
7717
|
+
* does not manage these aspects when the menu item state changes.
|
|
7718
|
+
*
|
|
7715
7719
|
* @since 1.131
|
|
7716
7720
|
*/
|
|
7717
7721
|
endContent?:
|
|
@@ -18868,6 +18872,10 @@ declare namespace sap {
|
|
|
18868
18872
|
* Defines the content that is displayed at the end of a menu item. This aggregation allows for the addition
|
|
18869
18873
|
* of custom elements, such as icons and buttons.
|
|
18870
18874
|
*
|
|
18875
|
+
* **Note:** Application developers are responsible for ensuring that interactive `endContent` controls
|
|
18876
|
+
* have the correct accessibility behaviour, including their enabled or disabled states. The Menu
|
|
18877
|
+
* does not manage these aspects when the menu item state changes.
|
|
18878
|
+
*
|
|
18871
18879
|
* @since 1.131
|
|
18872
18880
|
*/
|
|
18873
18881
|
getEndContent(): sap.ui.core.Control[];
|
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED