@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/bundles/sumaris-net.ngx-components.umd.js +7 -7
- 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/src/app/social/user-event/notification/user-event-notification.component.js +3 -3
- package/esm2015/src/app/social/user-event/notification/user-event-notification.list.js +3 -3
- package/esm2015/src/app/social/user-event/user-event.module.js +3 -3
- package/esm2015/src/app/social/user-event/user-event.service.js +2 -2
- package/esm2015/src/app/social/user-event/user-events.table.js +4 -4
- package/fesm2015/sumaris-net.ngx-components.js +7 -7
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/src/app/social/user-event/user-event.service.d.ts +1 -1
- package/sumaris-net.ngx-components.metadata.json +1 -1
|
@@ -30341,7 +30341,7 @@
|
|
|
30341
30341
|
var templateObject_1$2, templateObject_2$2;
|
|
30342
30342
|
|
|
30343
30343
|
var moment$6 = momentImported__namespace;
|
|
30344
|
-
var
|
|
30344
|
+
var USER_EVENT_SERVICE = new i0.InjectionToken('UserEventService');
|
|
30345
30345
|
var AbstractUserEventService = /** @class */ (function (_super) {
|
|
30346
30346
|
__extends(AbstractUserEventService, _super);
|
|
30347
30347
|
function AbstractUserEventService(graphql, accountService, network, translate, options) {
|
|
@@ -31235,7 +31235,7 @@
|
|
|
31235
31235
|
changeDetection: i0.ChangeDetectionStrategy.OnPush,
|
|
31236
31236
|
providers: [
|
|
31237
31237
|
{
|
|
31238
|
-
provide:
|
|
31238
|
+
provide: USER_EVENT_SERVICE, useClass: UserEventService
|
|
31239
31239
|
}
|
|
31240
31240
|
],
|
|
31241
31241
|
styles: [".mat-header-row .mat-column-icon,.mat-row .mat-column-icon{max-width:40px;padding-left:0}.mat-header-row .mat-column-icon ion-icon,.mat-header-row .mat-column-icon mat-icon,.mat-row .mat-column-icon ion-icon,.mat-row .mat-column-icon mat-icon{font-size:1.2em;height:1.2em;width:1.2em}.mat-header-row .mat-column-creationDate,.mat-row .mat-column-creationDate{min-width:100px;max-width:120px}"]
|
|
@@ -31244,7 +31244,7 @@
|
|
|
31244
31244
|
UserEventsTable.ctorParameters = function () { return [
|
|
31245
31245
|
{ type: i0.Injector },
|
|
31246
31246
|
{ type: AccountService },
|
|
31247
|
-
{ type: undefined, decorators: [{ type: i0.Inject, args: [
|
|
31247
|
+
{ type: undefined, decorators: [{ type: i0.Inject, args: [USER_EVENT_SERVICE,] }] },
|
|
31248
31248
|
{ type: EntitiesStorage },
|
|
31249
31249
|
{ type: i0.ChangeDetectorRef },
|
|
31250
31250
|
{ type: undefined, decorators: [{ type: i0.Inject, args: [ENVIRONMENT,] }] }
|
|
@@ -31323,7 +31323,7 @@
|
|
|
31323
31323
|
UserEventNotificationList.ctorParameters = function () { return [
|
|
31324
31324
|
{ type: i0.ChangeDetectorRef },
|
|
31325
31325
|
{ type: i1$5.PopoverController },
|
|
31326
|
-
{ type: undefined, decorators: [{ type: i0.Optional }, { type: i0.Inject, args: [
|
|
31326
|
+
{ type: undefined, decorators: [{ type: i0.Optional }, { type: i0.Inject, args: [USER_EVENT_SERVICE,] }] }
|
|
31327
31327
|
]; };
|
|
31328
31328
|
UserEventNotificationList.propDecorators = {
|
|
31329
31329
|
debug: [{ type: i0.Input }],
|
|
@@ -31429,7 +31429,7 @@
|
|
|
31429
31429
|
},] }
|
|
31430
31430
|
];
|
|
31431
31431
|
UserEventNotificationComponent.ctorParameters = function () { return [
|
|
31432
|
-
{ type: undefined, decorators: [{ type: i0.Optional }, { type: i0.Inject, args: [
|
|
31432
|
+
{ type: undefined, decorators: [{ type: i0.Optional }, { type: i0.Inject, args: [USER_EVENT_SERVICE,] }] },
|
|
31433
31433
|
{ type: AccountService },
|
|
31434
31434
|
{ type: i1$5.PopoverController }
|
|
31435
31435
|
]; };
|
|
@@ -31561,7 +31561,7 @@
|
|
|
31561
31561
|
UserEventNotificationComponent
|
|
31562
31562
|
],
|
|
31563
31563
|
providers: [
|
|
31564
|
-
{ provide:
|
|
31564
|
+
{ provide: USER_EVENT_SERVICE, useClass: UserEventTestService }
|
|
31565
31565
|
]
|
|
31566
31566
|
},] }
|
|
31567
31567
|
];
|
|
@@ -34571,6 +34571,7 @@
|
|
|
34571
34571
|
exports.TranslatablePipe = TranslatablePipe;
|
|
34572
34572
|
exports.TranslateContextPipe = TranslateContextPipe;
|
|
34573
34573
|
exports.TranslateContextService = TranslateContextService;
|
|
34574
|
+
exports.USER_EVENT_SERVICE = USER_EVENT_SERVICE;
|
|
34574
34575
|
exports.UploadFile = UploadFile;
|
|
34575
34576
|
exports.UploadFileComponent = UploadFileComponent;
|
|
34576
34577
|
exports.UploadFilePopover = UploadFilePopover;
|
|
@@ -34581,7 +34582,6 @@
|
|
|
34581
34582
|
exports.UserEventModule = UserEventModule;
|
|
34582
34583
|
exports.UserEventNotificationComponent = UserEventNotificationComponent;
|
|
34583
34584
|
exports.UserEventService = UserEventService;
|
|
34584
|
-
exports.UserEventServiceToken = UserEventServiceToken;
|
|
34585
34585
|
exports.UserEventTypes = UserEventTypes;
|
|
34586
34586
|
exports.UserEventsTable = UserEventsTable;
|
|
34587
34587
|
exports.UsersPage = UsersPage;
|