ngx-vector-components 4.78.0 → 4.80.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.
@@ -268,5 +268,9 @@ export declare enum ProfileModuleActionType {
268
268
  SHOW_DOCK_BUILDING = "Show Dock Building",
269
269
  ADD_DOCK_BUILDING = "Add Dock Building",
270
270
  EDIT_DOCK_BUILDING = "Edit Dock Building",
271
- EDIT_DOCK = "Edit Dock"
271
+ EDIT_DOCK = "Edit Dock",
272
+ FRIENDLY_TRIP = "Friendly Trip",
273
+ CANCEL_FRIENDLY_TRIP = "Cancelar Viagem Amiga",
274
+ SHOW_FRIENDLY_TRIP = "Visualizar Viagem Amiga",
275
+ CREATE_FRIENDLY_TRIP = "Solicitar Viagem Amiga"
272
276
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "4.78.0",
3
+ "version": "4.80.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~13.2.3",
6
6
  "@angular/cdk": "^13.3.9",