ngx-vector-components 6.22.0 → 6.24.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.24.0] (03/09/2026)
|
|
4
|
+
|
|
5
|
+
### Feat
|
|
6
|
+
|
|
7
|
+
- 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`)
|
|
8
|
+
|
|
9
|
+
## [6.23.0] (01/09/2026)
|
|
10
|
+
|
|
11
|
+
### Feat
|
|
12
|
+
|
|
13
|
+
- Added module 'TRAINING_NEW' in `ProfileModuleType` and permission 'VIEW_TRAINING' in `ProfileModuleActionType` (`profile.model.ts`)
|
|
14
|
+
|
|
3
15
|
## [6.22.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";
|
|
@@ -267,6 +268,7 @@ var ProfileModuleType;
|
|
|
267
268
|
ProfileModuleType["TAX_INCOMING"] = "ImpostoDeRenda";
|
|
268
269
|
ProfileModuleType["CHATBOT"] = "Chatbot";
|
|
269
270
|
ProfileModuleType["BLOCK_CARRIER"] = "Block Carrier";
|
|
271
|
+
ProfileModuleType["TRAINING_NEW"] = "Treinamento";
|
|
270
272
|
})(ProfileModuleType || (ProfileModuleType = {}));
|
|
271
273
|
var ProfileModuleActionType;
|
|
272
274
|
(function (ProfileModuleActionType) {
|
|
@@ -818,6 +820,11 @@ var ProfileModuleActionType;
|
|
|
818
820
|
ProfileModuleActionType["APPROVE_PAY_FINANCIAL_DISPUTE"] = "Aprovar/Pagar Disputa Financeira";
|
|
819
821
|
ProfileModuleActionType["CREATE_APPROVERS_FINANCIAL_DISPUTE"] = "Cadastrar Aprovadores Disputa Financeira";
|
|
820
822
|
ProfileModuleActionType["CREATE_REASONS_FINANCIAL_DISPUTE"] = "Cadastrar Motivos Disputa Financeira";
|
|
823
|
+
ProfileModuleActionType["SHOW_REQUEST_PAYMENT_AUTHORIZATION"] = "AP - Exibir Solicita\u00E7\u00F5es";
|
|
824
|
+
ProfileModuleActionType["CREATE_REQUEST_PAYMENT_AUTHORIZATION"] = "AP - Criar Solicita\u00E7\u00F5es";
|
|
825
|
+
ProfileModuleActionType["CREATE_APPROVERS_PAYMENT_AUTHORIZATION"] = "AP - Cadastrar Aprovadores";
|
|
826
|
+
ProfileModuleActionType["CREATE_REASONS_PAYMENT_AUTHORIZATION"] = "AP - Cadastrar Motivos";
|
|
827
|
+
ProfileModuleActionType["APPROVE_REJECT_REQUEST_PAYMENT_AUTHORIZATION"] = "AP - Aprovar/Rejeitar Solicita\u00E7\u00F5es";
|
|
821
828
|
ProfileModuleActionType["SHOW_DIGITAL_SHIPPER"] = "Show Digital Shipper";
|
|
822
829
|
ProfileModuleActionType["RELATORIO_DE_FRETE_VECTORPAY"] = "Relatorio De Frete VectorPay";
|
|
823
830
|
ProfileModuleActionType["SECURITY_TRAINING"] = "Security Training";
|
|
@@ -870,6 +877,7 @@ var ProfileModuleActionType;
|
|
|
870
877
|
ProfileModuleActionType["CAN_RESET_VALIDATION"] = "Pode Resetar Validacao";
|
|
871
878
|
ProfileModuleActionType["VIEW_RESTRICTION_COMMUNICATION_LOG"] = "Restri\u00E7\u00E3o de Visualiza\u00E7\u00E3o em Communication Logs";
|
|
872
879
|
ProfileModuleActionType["MANAGE_TRAINING"] = "Gerenciar treinamento";
|
|
880
|
+
ProfileModuleActionType["VIEW_TRAINING"] = "Visualizar treinamento";
|
|
873
881
|
ProfileModuleActionType["SHOW_TRAINING_REPORT"] = "Relatorio de treinamento";
|
|
874
882
|
ProfileModuleActionType["EDIT_TRAINING"] = "Editar treinamento";
|
|
875
883
|
ProfileModuleActionType["ACTIVE_TRAINING"] = "Ativar treinamento";
|