@openui5/types 1.136.13 → 1.136.14
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 +1 -1
- package/types/sap.tnt.d.ts +1 -1
- 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 +1 -1
- 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 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +7 -3
- 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 +1 -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/package.json
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.14
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/AggregationBaseDelegate" {
|
|
4
4
|
import BaseDelegate from "sap/ui/mdc/BaseDelegate";
|
|
@@ -3786,7 +3786,10 @@ declare module "sap/ui/mdc/library" {
|
|
|
3786
3786
|
declare module "sap/ui/mdc/actiontoolbar/ActionToolbarAction" {
|
|
3787
3787
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
3788
3788
|
|
|
3789
|
-
import {
|
|
3789
|
+
import {
|
|
3790
|
+
IOverflowToolbarContent,
|
|
3791
|
+
IToolbarInteractiveControl,
|
|
3792
|
+
} from "sap/m/library";
|
|
3790
3793
|
|
|
3791
3794
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
3792
3795
|
|
|
@@ -3802,9 +3805,10 @@ declare module "sap/ui/mdc/actiontoolbar/ActionToolbarAction" {
|
|
|
3802
3805
|
*/
|
|
3803
3806
|
export default class ActionToolbarAction
|
|
3804
3807
|
extends Control
|
|
3805
|
-
implements IOverflowToolbarContent
|
|
3808
|
+
implements IOverflowToolbarContent, IToolbarInteractiveControl
|
|
3806
3809
|
{
|
|
3807
3810
|
__implements__sap_m_IOverflowToolbarContent: boolean;
|
|
3811
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
3808
3812
|
/**
|
|
3809
3813
|
* Constructor for a new ActionToolbarAction.
|
|
3810
3814
|
*
|
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED