barsa-sap-ui 2.3.28 → 2.3.30
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/fesm2022/barsa-sap-ui.mjs +2 -2
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -5034,6 +5034,7 @@ interface MegaMenuGroup {
|
|
|
5034
5034
|
data: any;
|
|
5035
5035
|
routePath?: string;
|
|
5036
5036
|
icon?: string;
|
|
5037
|
+
iconImage?: string;
|
|
5037
5038
|
color?: string;
|
|
5038
5039
|
children?: MegaMenuGroup[];
|
|
5039
5040
|
items?: MegaMenuItem[];
|
|
@@ -5043,6 +5044,7 @@ interface MegaMenuItem {
|
|
|
5043
5044
|
title: string;
|
|
5044
5045
|
subtitle?: string;
|
|
5045
5046
|
icon?: string;
|
|
5047
|
+
iconImage?: string;
|
|
5046
5048
|
command?: any;
|
|
5047
5049
|
handleClick: (args: any) => void;
|
|
5048
5050
|
}
|