ngx-vector-components 5.161.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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "5.161.0",
3
+ "version": "5.162.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.1.0",
6
6
  "@angular/cdk": "^17.1.0",