ngx-vector-components 6.9.0 → 6.11.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,18 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.11.0] (04/08/2026)
4
+
5
+ ### Feat
6
+
7
+ - Added permissions 'CAN_UPDATE_VALUES_VALIDATION' in `profile.model.ts`
8
+ - Added permissions 'CAN_RESET_VALIDATION' in `profile.model.ts`
9
+
10
+ ## [6.10.0] (31/07/2026)
11
+
12
+ ### Feat
13
+
14
+ - Added permissions 'SCHEDULING_SUBJECT_TO_LOADING_ORDER' in `profile.model.ts`
15
+
3
16
  ## [6.9.0] (21/07/2026)
4
17
 
5
18
  ### Feat
@@ -858,6 +858,9 @@ var ProfileModuleActionType;
858
858
  ProfileModuleActionType["EDIT_BLOCK_CARRIER"] = "Edit Block Carrier";
859
859
  ProfileModuleActionType["ADD_INDIVIDUAL_VEHICLE"] = "Add Individual Vehicle";
860
860
  ProfileModuleActionType["SHOW_LIST_APPROVERS"] = "Visualizar lista de aprovadores";
861
+ ProfileModuleActionType["SCHEDULING_SUBJECT_TO_LOADING_ORDER"] = "Scheduling Subject To Loading Order";
862
+ ProfileModuleActionType["CAN_UPDATE_VALUES_VALIDATION"] = "Pode Atualizar Valores Validacao";
863
+ ProfileModuleActionType["CAN_RESET_VALIDATION"] = "Pode Resetar Validacao";
861
864
  })(ProfileModuleActionType || (ProfileModuleActionType = {}));
862
865
 
863
866
  var Role;