ngx-vector-components 5.153.0 → 5.155.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 +12 -0
- package/esm2022/lib/components/menu/menu.component.mjs +2 -2
- package/esm2022/lib/components/menu/sub-menus-list/sub-menus-list.component.mjs +2 -2
- package/esm2022/lib/models/profile.model.mjs +7 -2
- package/fesm2022/ngx-vector-components.mjs +10 -5
- package/fesm2022/ngx-vector-components.mjs.map +1 -1
- package/lib/models/profile.model.d.ts +8 -3
- package/package.json +1 -1
|
@@ -142,7 +142,8 @@ export declare enum ProfileModuleType {
|
|
|
142
142
|
RISK_MANAGEMENT = "Risk Management",
|
|
143
143
|
GR_MANAGEMENT = "Gr Management",
|
|
144
144
|
BC_CORREIOS = "BC Correios",
|
|
145
|
-
FREIGHT_AGENT_REPORT = "FreightAgentReport"
|
|
145
|
+
FREIGHT_AGENT_REPORT = "FreightAgentReport",
|
|
146
|
+
TAX_INCOMING = "ImpostoDeRenda"
|
|
146
147
|
}
|
|
147
148
|
export declare enum ProfileModuleActionType {
|
|
148
149
|
ADD_VEHICLE = "Add Vehicle",
|
|
@@ -345,7 +346,6 @@ export declare enum ProfileModuleActionType {
|
|
|
345
346
|
SHOW_ADVANCE_ETCD = "Show Advance ETCD",
|
|
346
347
|
APPROVE_REQUESTS_ETCD = "Approve Requests ETCD",
|
|
347
348
|
SHOW_SUPPLY = "Show Supply",
|
|
348
|
-
SHOW_TRIP_OFFERT = "Trip Offer Show",
|
|
349
349
|
APPROVE_DISCHARGE_PAYMENT = "Aprovar quitacao",
|
|
350
350
|
APPROVE_ADVANCE_PAYMENT = "Aprovar adiantamento",
|
|
351
351
|
APPROVE_ENGINE_PAYMENT = "Aprovar motor de pagamento",
|
|
@@ -700,5 +700,10 @@ export declare enum ProfileModuleActionType {
|
|
|
700
700
|
ADD_MANUAL_CARGO_EXCEL = "Add Manual Cargo Excel",
|
|
701
701
|
SHOW_MANUAL_CARGO_EXCEL_RESULT = "Show Manual Cargo Excel Result",
|
|
702
702
|
APPROVER_N2_LOT_DIVULGATION = "Approver N2 Lot Divulgation",
|
|
703
|
-
APPROVER_N2_LOT_PARTNER = "Approver N2 Lot Partner"
|
|
703
|
+
APPROVER_N2_LOT_PARTNER = "Approver N2 Lot Partner",
|
|
704
|
+
CREATE_TRIPS_ROUTES_FROM_TRIP_OFFER = "Create trips routes from TripOffer",
|
|
705
|
+
TRIPS_LC = "Trips LC",
|
|
706
|
+
SCHEDULE_TRIPS = "Agendar Viagens",
|
|
707
|
+
TRIPS_PAGBEM = "Trips Pagbem",
|
|
708
|
+
CHARGING_INSTRUCTIONS = "Charging Instructions"
|
|
704
709
|
}
|