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.
- package/CHANGELOG.md +23 -0
- package/esm2022/lib/components/fields/button/button.component.mjs +1 -1
- package/esm2022/lib/components/fields/calendar-field/calendar-field.component.mjs +1 -1
- package/esm2022/lib/components/fields/checkbox-field/checkbox-field.component.mjs +1 -1
- package/esm2022/lib/components/fields/currency-field/currency-field.component.mjs +1 -1
- package/esm2022/lib/components/fields/dropdown-field/dropdown-field.component.mjs +1 -1
- package/esm2022/lib/components/fields/input-number-field/input-number-field.component.mjs +1 -1
- package/esm2022/lib/components/fields/input-otp/input-otp.component.mjs +1 -1
- package/esm2022/lib/components/fields/input-switch-field/input-switch-field.component.mjs +1 -1
- package/esm2022/lib/components/fields/multiselect-field/multiselect-field.component.mjs +1 -1
- package/esm2022/lib/components/fields/percentage-field/percentage-field.component.mjs +1 -1
- package/esm2022/lib/components/fields/radio-button-field/radio-button-field.component.mjs +1 -1
- package/esm2022/lib/components/fields/range-value/range-value.component.mjs +1 -1
- package/esm2022/lib/components/fields/select-button-field/select-button-field.component.mjs +1 -1
- package/esm2022/lib/components/fields/text-field/text-field.component.mjs +1 -1
- package/esm2022/lib/components/fields/textarea-field/textarea-field.component.mjs +1 -1
- package/esm2022/lib/models/profile.model.mjs +8 -1
- package/fesm2022/ngx-vector-components.mjs +22 -15
- package/fesm2022/ngx-vector-components.mjs.map +1 -1
- package/lib/models/profile.model.d.ts +8 -1
- 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
|
}
|