ngx-vector-components 6.23.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,17 @@
|
|
|
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
|
+
|
|
9
|
+
## [6.24.0] (03/09/2026)
|
|
10
|
+
|
|
11
|
+
### Feat
|
|
12
|
+
|
|
13
|
+
- Added module 'PAYMENT_AUTHORIZATION_MODULE' in `ProfileModuleType` and permissions 'SHOW_REQUEST_PAYMENT_AUTHORIZATION', 'CREATE_REQUEST_PAYMENT_AUTHORIZATION', 'CREATE_APPROVERS_PAYMENT_AUTHORIZATION', 'CREATE_REASONS_PAYMENT_AUTHORIZATION' and 'APPROVE_REJECT_REQUEST_PAYMENT_AUTHORIZATION' in `ProfileModuleActionType` (`profile.model.ts`)
|
|
14
|
+
|
|
3
15
|
## [6.23.0] (01/09/2026)
|
|
4
16
|
|
|
5
17
|
### Feat
|
|
@@ -210,6 +210,7 @@ var ProfileModuleType;
|
|
|
210
210
|
ProfileModuleType["BANK_S3"] = "BankS3";
|
|
211
211
|
ProfileModuleType["BREAK_ALLOWANCE_MODULE"] = "Solicita\u00E7\u00E3o de Abono";
|
|
212
212
|
ProfileModuleType["FINANCIAL_DISPUTE_MODULE"] = "Disputa Financeira";
|
|
213
|
+
ProfileModuleType["PAYMENT_AUTHORIZATION_MODULE"] = "Autoriza\u00E7\u00E3o de pagamento";
|
|
213
214
|
ProfileModuleType["COURTYARD_MANAGEMENT"] = "Courtyard Management";
|
|
214
215
|
ProfileModuleType["DOCK_BUILDINGS"] = "Dock Buildings";
|
|
215
216
|
ProfileModuleType["S3_BANK_RETURN"] = "S3BankReturn";
|
|
@@ -549,6 +550,7 @@ var ProfileModuleActionType;
|
|
|
549
550
|
ProfileModuleActionType["SEND_OFFER_PRICE_TAKING"] = "Send Offer PriceTaking";
|
|
550
551
|
ProfileModuleActionType["CHANGE_STATUS_PRICE_TAKING"] = "Change Status PriceTaking";
|
|
551
552
|
ProfileModuleActionType["SHOWTABLE_PRICE_TAKING_HISTORY"] = "ShowTable PriceTaking History";
|
|
553
|
+
ProfileModuleActionType["SHOWTABLE_PRICE_TAKING_LOG"] = "ShowTable PriceTaking Log";
|
|
552
554
|
ProfileModuleActionType["SAVE_PRICE_TAKING"] = "Save PriceTaking";
|
|
553
555
|
ProfileModuleActionType["SHOW_SHIPPING_ORIGIN"] = "Show Shipping Origin";
|
|
554
556
|
ProfileModuleActionType["SHOW_SHIPPING_COMBINED"] = "Show Shipping Combined";
|
|
@@ -819,6 +821,11 @@ var ProfileModuleActionType;
|
|
|
819
821
|
ProfileModuleActionType["APPROVE_PAY_FINANCIAL_DISPUTE"] = "Aprovar/Pagar Disputa Financeira";
|
|
820
822
|
ProfileModuleActionType["CREATE_APPROVERS_FINANCIAL_DISPUTE"] = "Cadastrar Aprovadores Disputa Financeira";
|
|
821
823
|
ProfileModuleActionType["CREATE_REASONS_FINANCIAL_DISPUTE"] = "Cadastrar Motivos Disputa Financeira";
|
|
824
|
+
ProfileModuleActionType["SHOW_REQUEST_PAYMENT_AUTHORIZATION"] = "AP - Exibir Solicita\u00E7\u00F5es";
|
|
825
|
+
ProfileModuleActionType["CREATE_REQUEST_PAYMENT_AUTHORIZATION"] = "AP - Criar Solicita\u00E7\u00F5es";
|
|
826
|
+
ProfileModuleActionType["CREATE_APPROVERS_PAYMENT_AUTHORIZATION"] = "AP - Cadastrar Aprovadores";
|
|
827
|
+
ProfileModuleActionType["CREATE_REASONS_PAYMENT_AUTHORIZATION"] = "AP - Cadastrar Motivos";
|
|
828
|
+
ProfileModuleActionType["APPROVE_REJECT_REQUEST_PAYMENT_AUTHORIZATION"] = "AP - Aprovar/Rejeitar Solicita\u00E7\u00F5es";
|
|
822
829
|
ProfileModuleActionType["SHOW_DIGITAL_SHIPPER"] = "Show Digital Shipper";
|
|
823
830
|
ProfileModuleActionType["RELATORIO_DE_FRETE_VECTORPAY"] = "Relatorio De Frete VectorPay";
|
|
824
831
|
ProfileModuleActionType["SECURITY_TRAINING"] = "Security Training";
|