ngx-vector-components 6.20.0 → 6.21.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
|
@@ -869,6 +869,8 @@ var ProfileModuleActionType;
|
|
|
869
869
|
ProfileModuleActionType["CAN_UPDATE_VALUES_VALIDATION"] = "Pode Atualizar Valores Validacao";
|
|
870
870
|
ProfileModuleActionType["CAN_RESET_VALIDATION"] = "Pode Resetar Validacao";
|
|
871
871
|
ProfileModuleActionType["VIEW_RESTRICTION_COMMUNICATION_LOG"] = "Restri\u00E7\u00E3o de Visualiza\u00E7\u00E3o em Communication Logs";
|
|
872
|
+
ProfileModuleActionType["MANAGE_TRAINING"] = "Gerenciar treinamento";
|
|
873
|
+
ProfileModuleActionType["SHOW_TRAINING_REPORT"] = "Relatorio de treinamento";
|
|
872
874
|
ProfileModuleActionType["EDIT_TRAINING"] = "Editar treinamento";
|
|
873
875
|
ProfileModuleActionType["ACTIVE_TRAINING"] = "Ativar treinamento";
|
|
874
876
|
ProfileModuleActionType["CREATE_TRAINING"] = "Criar treinamento";
|