ngx-vector-components 6.24.0 → 6.25.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
CHANGED
|
@@ -550,6 +550,7 @@ var ProfileModuleActionType;
|
|
|
550
550
|
ProfileModuleActionType["SEND_OFFER_PRICE_TAKING"] = "Send Offer PriceTaking";
|
|
551
551
|
ProfileModuleActionType["CHANGE_STATUS_PRICE_TAKING"] = "Change Status PriceTaking";
|
|
552
552
|
ProfileModuleActionType["SHOWTABLE_PRICE_TAKING_HISTORY"] = "ShowTable PriceTaking History";
|
|
553
|
+
ProfileModuleActionType["SHOWTABLE_PRICE_TAKING_LOG"] = "ShowTable PriceTaking Log";
|
|
553
554
|
ProfileModuleActionType["SAVE_PRICE_TAKING"] = "Save PriceTaking";
|
|
554
555
|
ProfileModuleActionType["SHOW_SHIPPING_ORIGIN"] = "Show Shipping Origin";
|
|
555
556
|
ProfileModuleActionType["SHOW_SHIPPING_COMBINED"] = "Show Shipping Combined";
|