ngx-vector-components 5.109.2 → 5.109.4
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 +14 -0
- package/esm2022/lib/components/fields/multiselect-field/multiselect-field.component.mjs +2 -2
- package/esm2022/lib/models/profile.model.mjs +4 -1
- package/fesm2022/ngx-vector-components.mjs +5 -2
- package/fesm2022/ngx-vector-components.mjs.map +1 -1
- package/lib/models/profile.model.d.ts +3 -0
- package/package.json +1 -1
|
@@ -520,6 +520,8 @@ export declare enum ProfileModuleActionType {
|
|
|
520
520
|
LOCATION_SCHEDULE_INTEGRATION_EDIT = "Location Schedule Integration Edit",
|
|
521
521
|
LIST_TOLL_CARD = "List Toll Card",
|
|
522
522
|
LINK_TOLL_CARD = "Link Toll Card",
|
|
523
|
+
SHOW_TRIP_VECTOR_PAY = "Exibir Par\u00E2metros Viagem",
|
|
524
|
+
EDIT_TRIP_VECTOR_PAY = "Editar Par\u00E2metros Viagem",
|
|
523
525
|
N2_APPROVAL_HISTORICAL_LINKAGE_LOT = "N2 Approval Historical Linkage Lot",
|
|
524
526
|
N1_APPROVAL_HISTORICAL_LINKAGE_LOT = "N1 Approval Historical Linkage Lot",
|
|
525
527
|
SHOW_SHIPPER_LOTCADENCECONFIGURATION = "Show ShipperLotCadenceConfiguration",
|
|
@@ -536,6 +538,7 @@ export declare enum ProfileModuleActionType {
|
|
|
536
538
|
SHOW_HEAT_MAP = "Show Heat Map",
|
|
537
539
|
SHOW_STATUS_MAP = "Show Status Map",
|
|
538
540
|
BUNGE_REFUND_TOTAL = "Bunge Estorno Total",
|
|
541
|
+
TOLL_MANAGEMENT = "Gest\u00E3o de Ped\u00E1gio",
|
|
539
542
|
BUNGE_REFUND_PARTIAL = "Bunge Estorno Parcial",
|
|
540
543
|
ADD_REFUND_PARTIAL = "AdicionarEstornoParcial",
|
|
541
544
|
SEARCH_PAYMENT_TAG_HISTORY = "Search Tag History"
|