ngx-vector-components 5.150.0 → 5.151.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.
|
@@ -695,5 +695,7 @@ export declare enum ProfileModuleActionType {
|
|
|
695
695
|
SHOW_VOLUME_ESTIMATE = "Cadastro Estimativa Por Volume",
|
|
696
696
|
CAN_CHANGE_VALUE_SELECTIVE = "Pode Alterar Valor Seletivo",
|
|
697
697
|
TRIP_OFFER_CANCEL = "Trip Offer Cancel",
|
|
698
|
-
SCHEDULE_PRODUCT_QUANTITIES = "Schedule Product Quantities"
|
|
698
|
+
SCHEDULE_PRODUCT_QUANTITIES = "Schedule Product Quantities",
|
|
699
|
+
ADD_MANUAL_CARGO_EXCEL = "Add Manual Cargo Excel",
|
|
700
|
+
SHOW_MANUAL_CARGO_EXCEL_RESULT = "Show Manual Cargo Excel Result"
|
|
699
701
|
}
|