@sumaris-net/ngx-components 1.22.5 → 1.22.6

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "1.22.5",
4
+ "version": "1.22.6",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -15,7 +15,7 @@ import { BaseGraphqlService, BaseGraphqlServiceOptions } from '../../core/servic
15
15
  import { Environment } from '../../../environments/environment.class';
16
16
  import { Moment } from 'moment';
17
17
  import { IStartableService } from '../../shared/services/startable-service.class';
18
- export declare const UserEventServiceToken: InjectionToken<IUserEventService<any, any, UserEventWatchOptions>>;
18
+ export declare const USER_EVENT_SERVICE: InjectionToken<IUserEventService<any, any, UserEventWatchOptions>>;
19
19
  export declare interface UserEventWatchOptions extends EntitiesServiceWatchOptions {
20
20
  withContent?: boolean;
21
21
  }