ngx-vector-components 5.19.2 → 5.20.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.
@@ -415,5 +415,7 @@ export declare enum ProfileModuleActionType {
415
415
  SUPPLIER_UPDATE_CHECKIN_CHECKOUT = "Supplier Update CheckIn CheckOut",
416
416
  RETROACTIVE_STEP_ADVANCEMENT = "Retroactive Show",
417
417
  EDIT_CONFIGURATION = "Edit Configuration",
418
- DELETE_ROTOGRAM = "Delete Rotogram"
418
+ DELETE_ROTOGRAM = "Delete Rotogram",
419
+ ADD_OBSERVATION_EVENT = "Add Observation Event",
420
+ APPROVED_EVENT = "Approved Event"
419
421
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "5.19.2",
3
+ "version": "5.20.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.1.0",
6
6
  "@angular/cdk": "^17.1.0",