ngx-vector-components 5.72.1 → 5.73.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.
@@ -491,5 +491,6 @@ export declare enum ProfileModuleActionType {
491
491
  SHOW_ISS_PARAMS = "Show Iss Param",
492
492
  CREATE_ISS_PARAMS = "Create Iss Param",
493
493
  EDIT_ISS_PARAMS = "Edit Iss Param",
494
- DELETE_LOCATION_SHIFT_PRIORITY = "Delete Location Shift Priority"
494
+ DELETE_LOCATION_SHIFT_PRIORITY = "Delete Location Shift Priority",
495
+ ADD_LOCATION_SHIFT_PRIORITY = "Add Location Shift Priority"
495
496
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "5.72.1",
3
+ "version": "5.73.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.1.0",
6
6
  "@angular/cdk": "^17.1.0",