nath-angular-ui 0.5.4 → 0.5.6

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": "nath-angular-ui",
3
- "version": "0.5.4",
3
+ "version": "0.5.6",
4
4
  "peerDependencies": {
5
5
  "@angular/aria": "^22.0.0",
6
6
  "@angular/cdk": "^22.0.0",
@@ -112,6 +112,7 @@ declare class BreadcrumbService {
112
112
  */
113
113
  set(crumbs: Breadcrumb[]): void;
114
114
  add(crumb: Breadcrumb): void;
115
+ update(index: number, crumb: Breadcrumb): void;
115
116
  /**
116
117
  * Clears the breadcrumbs when leaving a page.
117
118
  */
@@ -833,7 +834,7 @@ declare class NathProgressBar {
833
834
  mode: _angular_core.InputSignal<"indeterminate" | "default">;
834
835
  barWidthPercent: _angular_core.Signal<number>;
835
836
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<NathProgressBar, never>;
836
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<NathProgressBar, "nath-progress-bar", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "maxValue": { "alias": "maxValue"; "required": false; "isSignal": true; }; "showValue": { "alias": "showValue"; "required": false; "isSignal": true; }; "barClass": { "alias": "barClass"; "required": false; "isSignal": true; }; "valueClass": { "alias": "valueClass"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
837
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<NathProgressBar, "nath-progress-bar", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "maxValue": { "alias": "maxValue"; "required": false; "isSignal": true; }; "showValue": { "alias": "showValue"; "required": false; "isSignal": true; }; "barClass": { "alias": "barClass"; "required": false; "isSignal": true; }; "valueClass": { "alias": "valueClass"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
837
838
  }
838
839
 
839
840
  declare class NathProgressCircle {