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/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
  }
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.30",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"