ngx-vector-components 5.160.0 → 5.162.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.
@@ -475,6 +475,8 @@ export declare enum ProfileModuleActionType {
475
475
  ADD_MANUAL_CARGO = "Add Manual Cargo",
476
476
  EDIT_TRIP_OFFER = "Trip Offer Edit",
477
477
  SHOW_TRIP_OFFER = "Trip Offer Show",
478
+ SHOW_PEND_SERVICES = "Show Pend Services",
479
+ SHOW_PEND_SERVICES_ONLY = "Show Pend Services Only",
478
480
  CANCEL_TRIP_OFFER_CARGO_MATCH = "Trip Offer Cargo Match Cancel",
479
481
  CREATE_EDIT_ETCD_MANUAL = "Create Edit Etcd Manual",
480
482
  DUPLICATE_LOT = "Duplicar Lote",
@@ -707,5 +709,6 @@ export declare enum ProfileModuleActionType {
707
709
  TRIPS_PAGBEM = "Trips Pagbem",
708
710
  CHARGING_INSTRUCTIONS = "Charging Instructions",
709
711
  BYPASS_ADVANCE_PARAMETER_LOTS = "Desconsiderar Par\u00E2metro de Adiantamento Lots",
710
- BYPASS_ADVANCE_PARAMETER_CARGO = "Desconsiderar Par\u00E2metro de Adiantamento Cargo"
712
+ BYPASS_ADVANCE_PARAMETER_CARGO = "Desconsiderar Par\u00E2metro de Adiantamento Cargo",
713
+ MANAGE_MY_LOTS = "Manage My Lots"
711
714
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "5.160.0",
3
+ "version": "5.162.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.1.0",
6
6
  "@angular/cdk": "^17.1.0",