ngx-vector-components 6.21.0 → 6.23.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.
@@ -12,5 +12,6 @@ export type MenuItem = {
12
12
  hidden?: boolean;
13
13
  command?: () => void;
14
14
  alwaysOpen?: boolean;
15
+ showChildren?: boolean;
15
16
  permission?: ProfileModuleActionType[] | ProfileModuleType[] | ProfileModuleActionType | ProfileModuleType;
16
17
  };
@@ -147,7 +147,8 @@ export declare enum ProfileModuleType {
147
147
  FREIGHT_AGENT_REPORT = "FreightAgentReport",
148
148
  TAX_INCOMING = "ImpostoDeRenda",
149
149
  CHATBOT = "Chatbot",
150
- BLOCK_CARRIER = "Block Carrier"
150
+ BLOCK_CARRIER = "Block Carrier",
151
+ TRAINING_NEW = "Treinamento"
151
152
  }
152
153
  export declare enum ProfileModuleActionType {
153
154
  ADD_VEHICLE = "Add Vehicle",
@@ -750,6 +751,7 @@ export declare enum ProfileModuleActionType {
750
751
  CAN_RESET_VALIDATION = "Pode Resetar Validacao",
751
752
  VIEW_RESTRICTION_COMMUNICATION_LOG = "Restri\u00E7\u00E3o de Visualiza\u00E7\u00E3o em Communication Logs",
752
753
  MANAGE_TRAINING = "Gerenciar treinamento",
754
+ VIEW_TRAINING = "Visualizar treinamento",
753
755
  SHOW_TRAINING_REPORT = "Relatorio de treinamento",
754
756
  EDIT_TRAINING = "Editar treinamento",
755
757
  ACTIVE_TRAINING = "Ativar treinamento",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "6.21.0",
3
+ "version": "6.23.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^19.2.0",
6
6
  "@angular/cdk": "^19.2.0",