mn-angular-lib 1.0.61 → 1.0.62

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": "mn-angular-lib",
3
- "version": "1.0.61",
3
+ "version": "1.0.62",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.1.3",
6
6
  "@angular/core": "^21.1.3"
@@ -4556,6 +4556,8 @@ interface MnTabItem {
4556
4556
  onClick?: () => void;
4557
4557
  /** Callback invoked when this tab is deactivated. */
4558
4558
  onDeactivate?: () => void;
4559
+ /** Optional notification count shown as a badge on the tab. Hidden when 0 or absent. */
4560
+ badge?: number;
4559
4561
  }
4560
4562
  /**
4561
4563
  * Data source configuration for the mn-tab component.