ngx-vector-components 6.18.0 → 6.20.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.20.0] (28/08/2026)
|
|
4
|
+
|
|
5
|
+
### Feat
|
|
6
|
+
|
|
7
|
+
- Added permissions 'ACTIVE_TRAINING' and 'CREATE_TRAINING' in `ProfileModuleActionType` (`profile.model.ts`)
|
|
8
|
+
|
|
9
|
+
## [6.19.0] (28/08/2026)
|
|
10
|
+
|
|
11
|
+
### Feat
|
|
12
|
+
|
|
13
|
+
- Added permissions 'EDIT_TRAINING' in `profile.model.ts`
|
|
14
|
+
|
|
3
15
|
## [6.18.0] (28/08/2026)
|
|
4
16
|
|
|
5
17
|
### Feat
|
|
@@ -869,6 +869,9 @@ 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["EDIT_TRAINING"] = "Editar treinamento";
|
|
873
|
+
ProfileModuleActionType["ACTIVE_TRAINING"] = "Ativar treinamento";
|
|
874
|
+
ProfileModuleActionType["CREATE_TRAINING"] = "Criar treinamento";
|
|
872
875
|
})(ProfileModuleActionType || (ProfileModuleActionType = {}));
|
|
873
876
|
|
|
874
877
|
var Role;
|