barsa-sap-ui 2.3.29 → 2.3.31

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/index.d.ts CHANGED
@@ -5044,6 +5044,7 @@ interface MegaMenuItem {
5044
5044
  title: string;
5045
5045
  subtitle?: string;
5046
5046
  icon?: string;
5047
+ iconImage?: string;
5047
5048
  command?: any;
5048
5049
  handleClick: (args: any) => void;
5049
5050
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.3.29",
3
+ "version": "2.3.31",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"