ngx-vector-components 5.99.1 → 5.101.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.
@@ -523,5 +523,7 @@ export declare enum ProfileModuleActionType {
523
523
  EDIT_SHIPPER_LOTCADENCECONFIGURATION = "Edit ShipperLotCadenceConfiguration",
524
524
  SHOW_LOTCADENCECONFIGURATION = "Show LotCadenceConfiguration",
525
525
  EDIT_LOTCADENCECONFIGURATION = "Edit LotCadenceConfiguration",
526
- EDIT_LOTDAILYCADENCES = "Edit LotDailyCadences"
526
+ EDIT_LOTDAILYCADENCES = "Edit LotDailyCadences",
527
+ PERMISSION_N2_CHANGE_FREIGHT = "Permission N2 Change Freight",
528
+ CLEAN_OLD_LOTDAILYCADENCES = "Clean Old LotDailyCadences"
527
529
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "5.99.1",
3
+ "version": "5.101.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.1.0",
6
6
  "@angular/cdk": "^17.1.0",