ngx-vector-components 5.61.0 → 5.62.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.
@@ -478,5 +478,6 @@ export declare enum ProfileModuleActionType {
478
478
  SHOW_SCHEDULE_SCHEDULING_MANAGEMENT = "Show Schedule Scheduling Management",
479
479
  SHOW_HISTORICAL_SCHEDULING_MANAGEMENT = "Show Historical Scheduling Management",
480
480
  DELETE_SUPPLIER_SCHEDULING_MANAGEMENT = "Delete Supplier Scheduling Management",
481
- EDIT_VECTOR_SHIFT_VACANCIES = "Edit Vector Shift Vacancies"
481
+ EDIT_VECTOR_SHIFT_VACANCIES = "Edit Vector Shift Vacancies",
482
+ SHOW_ESTIMATED_TIME_TO_ARRIVE = "Show Estimated Time To Arrive"
482
483
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "5.61.0",
3
+ "version": "5.62.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.1.0",
6
6
  "@angular/cdk": "^17.1.0",