@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/bundles/sumaris-net.ngx-components.umd.js +142 -460
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/esm2015/public_api.js +1 -2
- package/esm2015/src/app/social/social.module.js +2 -2
- package/esm2015/src/app/social/user-event/user-event.module.js +2 -10
- package/esm2015/src/app/social/user-event/user-event.service.js +4 -82
- package/esm2015/sumaris-net.ngx-components.js +7 -8
- package/fesm2015/sumaris-net.ngx-components.js +129 -398
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/public_api.d.ts +0 -1
- package/src/app/social/user-event/user-event.service.d.ts +1 -13
- package/sumaris-net.ngx-components.d.ts +6 -7
- package/sumaris-net.ngx-components.metadata.json +1 -1
- package/esm2015/src/app/social/user-event/user-events.table.js +0 -131
- package/src/app/social/user-event/user-events.table.d.ts +0 -58
package/package.json
CHANGED
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
|
|
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
|
|
13
|
-
export { DateTestPage as
|
|
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
|
|
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
|
|
18
|
-
export { ToastTestingModule as
|
|
19
|
-
export { JobProgressionList as
|
|
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';
|