ngx-vector-components 4.48.2 → 4.49.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.
@@ -227,5 +227,6 @@ export declare enum ProfileModuleActionType {
227
227
  HISTORICAL_CHANGES_GEOFENCE = "Historical Changes Geofence",
228
228
  SHOW_DRIVER_LOG = "Show Driver Log",
229
229
  UPDATE_CHECKIN_CHECKOUT = "Update CheckIn CheckOut",
230
- AUTOMATIC_CHECKIN = "Automatic CheckIn"
230
+ AUTOMATIC_CHECKIN = "Automatic CheckIn",
231
+ SHOW_FILTERS_MONTHLY_RECEPTION = "Show Filters Monthly Reception"
231
232
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "4.48.2",
3
+ "version": "4.49.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~13.2.3",
6
6
  "@angular/cdk": "^13.3.9",