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.
- package/CHANGELOG.md +12 -0
- package/esm2022/lib/components/top-bar/top-bar.component.mjs +8 -5
- package/esm2022/lib/models/profile.model.mjs +2 -1
- package/fesm2022/ngx-vector-components.mjs +8 -4
- package/fesm2022/ngx-vector-components.mjs.map +1 -1
- package/lib/components/top-bar/top-bar.component.d.ts +1 -1
- package/lib/models/profile.model.d.ts +2 -1
- package/package.json +1 -1
|
@@ -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(
|
|
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
|
}
|