ngx-vector-components 6.25.0 → 6.27.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.
@@ -751,6 +751,15 @@ export declare enum ProfileModuleActionType {
751
751
  ADD_BLOCK_CARRIER = "Add Block Carrier",
752
752
  SHOW_BLOCK_CARRIER = "Show Block Carrier",
753
753
  EDIT_BLOCK_CARRIER = "Edit Block Carrier",
754
+ ADD_BLOCK_DRIVER = "Add Block Driver",
755
+ SHOW_BLOCK_DRIVER = "Show Block Driver",
756
+ EDIT_BLOCK_DRIVER = "Edit Block Driver",
757
+ ADD_BLOCK_VEHICLE = "Add Block Vehicle",
758
+ SHOW_BLOCK_VEHICLE = "Show Block Vehicle",
759
+ EDIT_BLOCK_VEHICLE = "Edit Block Vehicle",
760
+ ADD_BLOCK_REASON = "Add Block Reason",
761
+ SHOW_BLOCK_REASON = "Show Block Reason",
762
+ EDIT_BLOCK_REASON = "Edit Block Reason",
754
763
  ADD_INDIVIDUAL_VEHICLE = "Add Individual Vehicle",
755
764
  SHOW_LIST_APPROVERS = "Visualizar lista de aprovadores",
756
765
  SCHEDULING_SUBJECT_TO_LOADING_ORDER = "Scheduling Subject To Loading Order",
@@ -762,5 +771,6 @@ export declare enum ProfileModuleActionType {
762
771
  SHOW_TRAINING_REPORT = "Relatorio de treinamento",
763
772
  EDIT_TRAINING = "Editar treinamento",
764
773
  ACTIVE_TRAINING = "Ativar treinamento",
765
- CREATE_TRAINING = "Criar treinamento"
774
+ CREATE_TRAINING = "Criar treinamento",
775
+ ENABLED_TO_SUBDISTRIBUTE_QUOTA = "Enabled To Subdistribute Quota"
766
776
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "6.25.0",
3
+ "version": "6.27.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^19.2.0",
6
6
  "@angular/cdk": "^19.2.0",