barsa-sap-ui 2.3.28 → 2.3.29

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
@@ -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[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.3.28",
3
+ "version": "2.3.29",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"