ngx-vector-components 5.83.0 → 5.84.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.
@@ -489,6 +489,12 @@ export declare enum ProfileModuleActionType {
489
489
  DEACTIVATE_PROFILEUSER = "Deactivate ProfileUser",
490
490
  ADD_SUPPLY_MANUAL = "Add Supply Manual",
491
491
  SHOW_ISS_PARAMS = "Show Iss Param",
492
+ SHOW_PGR_INSURANCE = "Show PGR Insurance",
493
+ ADD_PGR_CONTRACTS = "Add PGR Contracts",
494
+ DELETE_PGR_CONTRACTS = "Delete PGR Contracts",
495
+ ADD_PGR_RULES = "Add PGR Rules",
496
+ DELETE_PGR_RULES = "Delete PGR Rules",
497
+ ADD_PGR_CONFIGURATIONS = "Add PGR Configurations",
492
498
  CREATE_ISS_PARAMS = "Create Iss Param",
493
499
  EDIT_ISS_PARAMS = "Edit Iss Param",
494
500
  DELETE_LOCATION_SHIFT_PRIORITY = "Delete Location Shift Priority",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "5.83.0",
3
+ "version": "5.84.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.1.0",
6
6
  "@angular/cdk": "^17.1.0",