@openui5/sap.m
Version:
OpenUI5 UI Library sap.m
28 lines (26 loc) • 611 B
JavaScript
/*!
* OpenUI5
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
*/
sap.ui.define([
"sap/m/changeHandler/CombineButtons",
"sap/m/changeHandler/SplitMenuButton"
], function (CombineButtonsHandler, SplitMenuButtonHandler) {
"use strict";
return {
"moveControls": "default",
"combineButtons": {
"changeHandler": CombineButtonsHandler,
"layers": {
"CUSTOMER": false
}
},
"splitMenuButton": {
"changeHandler": SplitMenuButtonHandler,
"layers": {
"CUSTOMER": false
}
}
};
}, /* bExport= */ true);