ngx-vector-components 5.42.0 → 5.43.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.
@@ -442,6 +442,8 @@ export declare enum ProfileModuleActionType {
442
442
  SHOW_SURVEY_DRIVER = "Show Survey Driver",
443
443
  EDIT_SURVEY_DRIVER = "Edit Survey Driver",
444
444
  DELETE_SURVEY_DRIVER = "Delete Survey Driver",
445
+ SHOW_SHIPPING_FREIGHT = "Show Shipping Freight",
446
+ MANAGE_SHIPPING_FREIGHT = "Manage Shipping Freight",
445
447
  UPDATE_TRAVEL_APPROVAL = "Update Travel Approval",
446
448
  CONFIGURE_WAITING_LINES = "Configure Waiting Lines",
447
449
  ADD_WAITING_LINES = "Add Waiting Lines",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "5.42.0",
3
+ "version": "5.43.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.1.0",
6
6
  "@angular/cdk": "^17.1.0",