ngx-vector-components 5.81.0 → 5.83.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 +18 -0
- package/esm2022/lib/components/fields/checkbox-field/checkbox-field.component.mjs +4 -4
- package/esm2022/lib/models/profile.model.mjs +2 -1
- package/fesm2022/ngx-vector-components.mjs +4 -3
- package/fesm2022/ngx-vector-components.mjs.map +1 -1
- package/lib/models/profile.model.d.ts +2 -1
- package/package.json +1 -1
|
@@ -501,5 +501,6 @@ export declare enum ProfileModuleActionType {
|
|
|
501
501
|
ADD_PARAMETERS_MONITORING = "Add Parameters Monitoring",
|
|
502
502
|
FINALIZE_PLANNED_TRIP_PENDING_FINISH = "Finalize Planned Trip Pending Finish",
|
|
503
503
|
SHOW_PLANNED_TRIP_LOGS = "Show Planned Trip Logs",
|
|
504
|
-
CONTROL_CADASTRO_EXCEL_EXPORT = "Control Cadastro Excel Export"
|
|
504
|
+
CONTROL_CADASTRO_EXCEL_EXPORT = "Control Cadastro Excel Export",
|
|
505
|
+
OPEN_SHIFTS_MANUALLY = "Open Shifts Manually"
|
|
505
506
|
}
|