@sumaris-net/ngx-components 1.22.8 → 1.22.9

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.8",
4
+ "version": "1.22.9",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
package/public_api.d.ts CHANGED
@@ -171,7 +171,6 @@ export * from './src/app/social/user-event/user-event.module';
171
171
  export * from './src/app/social/user-event/user-event.model';
172
172
  export * from './src/app/social/user-event/user-event.fragments';
173
173
  export * from './src/app/social/user-event/user-event.service';
174
- export * from './src/app/social/user-event/user-events.table';
175
174
  export * from './src/app/social/user-event/notification/user-event-notification.component';
176
175
  export * from './src/app/social/job/job.module';
177
176
  export * from './src/app/social/job/job.model';
@@ -3,13 +3,12 @@ import { FetchPolicy } from '@apollo/client/core';
3
3
  import { AccountService } from '../../core/services/account.service';
4
4
  import { GraphqlService } from '../../core/graphql/graphql.service';
5
5
  import { BehaviorSubject, Observable } from 'rxjs';
6
- import { IUserEvent, IUserEventFilter, UserEvent, UserEventFilter } from './user-event.model';
6
+ import { IUserEvent, IUserEventFilter } from './user-event.model';
7
7
  import { SortDirection } from '@angular/material/sort';
8
8
  import { EntitiesServiceWatchOptions, EntityServiceLoadOptions, IEntitiesService, LoadResult, Page } from '../../shared/services/entity-service.class';
9
9
  import { TranslateService } from '@ngx-translate/core';
10
10
  import { NetworkService } from '../../core/services/network.service';
11
11
  import { BaseGraphqlService, BaseGraphqlServiceOptions } from '../../core/services/base-graphql-service.class';
12
- import { Environment } from '../../../environments/environment.class';
13
12
  import { Moment } from 'moment';
14
13
  import { IStartableService } from '../../shared/services/startable-service.class';
15
14
  export declare const USER_EVENT_SERVICE: InjectionToken<IUserEventService<any, any, UserEventWatchOptions>>;
@@ -113,14 +112,3 @@ export declare abstract class AbstractUserEventService<E extends IUserEvent<E, a
113
112
  protected unreadEvents(events: E[]): number;
114
113
  protected copyIdAndUpdateDate(source: E, target: E): void;
115
114
  }
116
- export declare class UserEventService extends AbstractUserEventService<UserEvent, UserEventFilter> {
117
- protected graphql: GraphqlService;
118
- protected accountService: AccountService;
119
- protected network: NetworkService;
120
- protected translate: TranslateService;
121
- protected environment: Environment;
122
- constructor(graphql: GraphqlService, accountService: AccountService, network: NetworkService, translate: TranslateService, environment: Environment);
123
- asFilter(filter: Partial<UserEventFilter>): UserEventFilter;
124
- fromObject(source: any): UserEvent;
125
- protected fillDefaultProperties(entity: UserEvent): void;
126
- }
@@ -9,13 +9,12 @@ export { AccountValidatorService as ɵe } from './src/app/core/services/validato
9
9
  export { LocalSettingsValidatorService as ɵh } from './src/app/core/services/validator/local-settings.validator';
10
10
  export { UserSettingsValidatorService as ɵg } from './src/app/core/services/validator/user-settings.validator';
11
11
  export { isFocusableElement as ɵc } from './src/app/shared/focusable';
12
- export { MatBadgeIconTestPage as ɵo } from './src/app/shared/material/badge/badge-icon.test';
13
- export { DateTestPage as ɵm } from './src/app/shared/material/datetime/testing/mat-date.test';
12
+ export { MatBadgeIconTestPage as ɵn } from './src/app/shared/material/badge/badge-icon.test';
13
+ export { DateTestPage as ɵl } from './src/app/shared/material/datetime/testing/mat-date.test';
14
14
  export { MatNumpadDomService as ɵb } from './src/app/shared/material/numpad/numpad.dom-service';
15
- export { NumpadTestPage as ɵn } from './src/app/shared/material/numpad/testing/numpad.test';
15
+ export { NumpadTestPage as ɵm } from './src/app/shared/material/numpad/testing/numpad.test';
16
16
  export { CustomReuseStrategy as ɵa } from './src/app/shared/shared-routing.module';
17
- export { ToastTestingPage as ɵq } from './src/app/shared/toast/toast.testing';
18
- export { ToastTestingModule as ɵp } from './src/app/shared/toast/toast.testing.module';
19
- export { JobProgressionList as ɵl } from './src/app/social/job/progression/job-progression.list';
17
+ export { ToastTestingPage as ɵp } from './src/app/shared/toast/toast.testing';
18
+ export { ToastTestingModule as ɵo } from './src/app/shared/toast/toast.testing.module';
19
+ export { JobProgressionList as ɵk } from './src/app/social/job/progression/job-progression.list';
20
20
  export { UserEventNotificationList as ɵj } from './src/app/social/user-event/notification/user-event-notification.list';
21
- export { UserEventTestService as ɵk } from './src/app/social/user-event/testing/user-event.testing.service';