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
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.25.0] (04/09/2026)
4
+
5
+ ### Feat
6
+
7
+ - Added permission 'SHOWTABLE_PRICE_TAKING_LOG' in `ProfileModuleActionType` (`profile.model.ts`)
8
+
3
9
  ## [6.24.0] (03/09/2026)
4
10
 
5
11
  ### Feat
@@ -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";