ngx-vector-components 5.8.0 → 5.9.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.
@@ -403,5 +403,7 @@ export declare enum ProfileModuleActionType {
403
403
  SAVE_CARRIERS_DOCUMENTS = "Save Carriers Documents",
404
404
  APRV_Validation = "APRV_Validation",
405
405
  SHOW_PLANNED_TRIPS = "Show Planned Trips",
406
- ADD_PLANNED_TRIPS = "Add Planned Trips"
406
+ ADD_PLANNED_TRIPS = "Add Planned Trips",
407
+ ADD_MONITORING_PLANNED_TRIPS = "Add Monitoring Planned Trips",
408
+ SHOW_MONITORING_PLANNED_TRIPS = "Show Monitoring Planned Trips"
407
409
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "5.8.0",
3
+ "version": "5.9.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.1.0",
6
6
  "@angular/cdk": "^17.1.0",