boruto-xrmui 1.0.7 → 1.0.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "boruto-xrmui",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.1.0",
6
6
  "@angular/core": "^21.1.0",
@@ -239,7 +239,7 @@ declare class KiponUiModule {
239
239
  }
240
240
 
241
241
  interface IMenu {
242
- id: number;
242
+ id: string | number;
243
243
  label?: string;
244
244
  icon?: string;
245
245
  disabled?: boolean;