ngx-vector-components 5.159.0 → 5.161.0

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.
@@ -42,7 +42,7 @@ export declare class TopBarComponent implements OnInit, OnDestroy {
42
42
  goToPasswordChange(): void;
43
43
  goToTariff(): void;
44
44
  goToOnboarding(): void;
45
- handleClick(link: string | undefined): void;
45
+ handleClick(notification: VectorNotification): void;
46
46
  static ɵfac: i0.ɵɵFactoryDeclaration<TopBarComponent, never>;
47
47
  static ɵcmp: i0.ɵɵComponentDeclaration<TopBarComponent, "vector-top-bar", never, { "fintech": { "alias": "fintech"; "required": false; }; "accountService": { "alias": "accountService"; "required": false; }; "showHelpCentral": { "alias": "showHelpCentral"; "required": false; }; }, { "onClick": "onClick"; }, never, never, false, never>;
48
48
  }
@@ -707,5 +707,6 @@ export declare enum ProfileModuleActionType {
707
707
  TRIPS_PAGBEM = "Trips Pagbem",
708
708
  CHARGING_INSTRUCTIONS = "Charging Instructions",
709
709
  BYPASS_ADVANCE_PARAMETER_LOTS = "Desconsiderar Par\u00E2metro de Adiantamento Lots",
710
- BYPASS_ADVANCE_PARAMETER_CARGO = "Desconsiderar Par\u00E2metro de Adiantamento Cargo"
710
+ BYPASS_ADVANCE_PARAMETER_CARGO = "Desconsiderar Par\u00E2metro de Adiantamento Cargo",
711
+ MANAGE_MY_LOTS = "Manage My Lots"
711
712
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "5.159.0",
3
+ "version": "5.161.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.1.0",
6
6
  "@angular/cdk": "^17.1.0",