ngx-vector-components 4.70.3 → 4.71.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.
@@ -1,6 +1,7 @@
1
1
  import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
2
  import { Router } from '@angular/router';
3
3
  import { VectorNotification } from '../../models';
4
+ import { HelpCentralIconOptionsType } from '../../models/topbar.model';
4
5
  import { AuthService, ProfileService, StorageService } from '../../services';
5
6
  import { MenuService } from '../../services/menu.service';
6
7
  import { NotificationsService } from '../../services/notifications.service';
@@ -26,6 +27,7 @@ export declare class TopBarComponent implements OnInit, OnDestroy {
26
27
  fintech: boolean;
27
28
  accountService: any;
28
29
  showHelpCentral: boolean;
30
+ helpCentralIcons: HelpCentralIconOptionsType[];
29
31
  onClick: EventEmitter<string>;
30
32
  notificationsList: VectorNotification[];
31
33
  private subscription;
@@ -254,5 +254,7 @@ export declare enum ProfileModuleActionType {
254
254
  DELETE_MESSAGE_CUSTOM = "Delete Messages Custom",
255
255
  ADD_MESSAGE_CUSTOM = "Add Messages Custom",
256
256
  EDIT_MESSAGE_CUSTOM = "Edit Messages Custom",
257
- RECEPTION_WITHOUT_SCHEDULING = "Reception Without Scheduling"
257
+ RECEPTION_WITHOUT_SCHEDULING = "Reception Without Scheduling",
258
+ BANK_EDIT = "Edit",
259
+ BANK_REGISTER_FULL = "Cadastro Full"
258
260
  }
@@ -0,0 +1,5 @@
1
+ export declare type HelpCentralIconOptionsType = {
2
+ icon: string;
3
+ url?: string;
4
+ active: boolean;
5
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "4.70.3",
3
+ "version": "4.71.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~13.2.3",
6
6
  "@angular/cdk": "^13.3.9",