ngx-vector-components 5.81.1 → 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.
Files changed (21) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/esm2022/lib/components/fields/button/button.component.mjs +1 -1
  3. package/esm2022/lib/components/fields/calendar-field/calendar-field.component.mjs +1 -1
  4. package/esm2022/lib/components/fields/checkbox-field/checkbox-field.component.mjs +1 -1
  5. package/esm2022/lib/components/fields/currency-field/currency-field.component.mjs +1 -1
  6. package/esm2022/lib/components/fields/dropdown-field/dropdown-field.component.mjs +1 -1
  7. package/esm2022/lib/components/fields/input-number-field/input-number-field.component.mjs +1 -1
  8. package/esm2022/lib/components/fields/input-otp/input-otp.component.mjs +1 -1
  9. package/esm2022/lib/components/fields/input-switch-field/input-switch-field.component.mjs +1 -1
  10. package/esm2022/lib/components/fields/multiselect-field/multiselect-field.component.mjs +1 -1
  11. package/esm2022/lib/components/fields/percentage-field/percentage-field.component.mjs +1 -1
  12. package/esm2022/lib/components/fields/radio-button-field/radio-button-field.component.mjs +1 -1
  13. package/esm2022/lib/components/fields/range-value/range-value.component.mjs +1 -1
  14. package/esm2022/lib/components/fields/select-button-field/select-button-field.component.mjs +1 -1
  15. package/esm2022/lib/components/fields/text-field/text-field.component.mjs +1 -1
  16. package/esm2022/lib/components/fields/textarea-field/textarea-field.component.mjs +1 -1
  17. package/esm2022/lib/models/profile.model.mjs +8 -1
  18. package/fesm2022/ngx-vector-components.mjs +22 -15
  19. package/fesm2022/ngx-vector-components.mjs.map +1 -1
  20. package/lib/models/profile.model.d.ts +8 -1
  21. package/package.json +1 -1
@@ -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",
@@ -501,5 +507,6 @@ export declare enum ProfileModuleActionType {
501
507
  ADD_PARAMETERS_MONITORING = "Add Parameters Monitoring",
502
508
  FINALIZE_PLANNED_TRIP_PENDING_FINISH = "Finalize Planned Trip Pending Finish",
503
509
  SHOW_PLANNED_TRIP_LOGS = "Show Planned Trip Logs",
504
- CONTROL_CADASTRO_EXCEL_EXPORT = "Control Cadastro Excel Export"
510
+ CONTROL_CADASTRO_EXCEL_EXPORT = "Control Cadastro Excel Export",
511
+ OPEN_SHIFTS_MANUALLY = "Open Shifts Manually"
505
512
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "5.81.1",
3
+ "version": "5.84.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.1.0",
6
6
  "@angular/cdk": "^17.1.0",