@sumaris-net/ngx-components 1.21.0-beta3 → 1.21.0-beta6
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 +3 -5
- 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/job/job.service.js +1 -2
- package/esm2015/src/app/social/user-event/user-event.service.js +3 -5
- package/fesm2015/sumaris-net.ngx-components.js +2 -5
- 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 +2 -3
- package/sumaris-net.ngx-components.metadata.json +1 -1
|
@@ -30172,13 +30172,12 @@
|
|
|
30172
30172
|
var UserEventServiceToken = new i0.InjectionToken('UserEventService');
|
|
30173
30173
|
var AbstractUserEventService = /** @class */ (function (_super) {
|
|
30174
30174
|
__extends(AbstractUserEventService, _super);
|
|
30175
|
-
function AbstractUserEventService(graphql, accountService, network, translate,
|
|
30175
|
+
function AbstractUserEventService(graphql, accountService, network, translate, queries, mutations, subscriptions, environment) {
|
|
30176
30176
|
var _this = _super.call(this, graphql, environment) || this;
|
|
30177
30177
|
_this.graphql = graphql;
|
|
30178
30178
|
_this.accountService = accountService;
|
|
30179
30179
|
_this.network = network;
|
|
30180
30180
|
_this.translate = translate;
|
|
30181
|
-
_this.toastController = toastController;
|
|
30182
30181
|
_this.queries = queries;
|
|
30183
30182
|
_this.mutations = mutations;
|
|
30184
30183
|
_this.subscriptions = subscriptions;
|
|
@@ -30585,7 +30584,6 @@
|
|
|
30585
30584
|
{ type: AccountService },
|
|
30586
30585
|
{ type: NetworkService },
|
|
30587
30586
|
{ type: i1$2.TranslateService },
|
|
30588
|
-
{ type: i1$5.ToastController },
|
|
30589
30587
|
{ type: undefined },
|
|
30590
30588
|
{ type: undefined },
|
|
30591
30589
|
{ type: undefined },
|
|
@@ -30602,7 +30600,7 @@
|
|
|
30602
30600
|
var UserEventService = /** @class */ (function (_super) {
|
|
30603
30601
|
__extends(UserEventService, _super);
|
|
30604
30602
|
function UserEventService(graphql, accountService, network, translate, toastController, environment) {
|
|
30605
|
-
var _this = _super.call(this, graphql, accountService, network, translate,
|
|
30603
|
+
var _this = _super.call(this, graphql, accountService, network, translate, userEventQueries, userEventMutations, undefined, environment) || this;
|
|
30606
30604
|
_this.graphql = graphql;
|
|
30607
30605
|
_this.accountService = accountService;
|
|
30608
30606
|
_this.network = network;
|
|
@@ -31369,7 +31367,7 @@
|
|
|
31369
31367
|
], exports.JobProgression);
|
|
31370
31368
|
|
|
31371
31369
|
var JobProgressionServiceToken = new i0.InjectionToken('JobProgressionService');
|
|
31372
|
-
var jobProgressionSubscription = core.gql(templateObject_1$4 || (templateObject_1$4 = __makeTemplateObject(["subscription UpdateJobProgression($id: Int!, $interval: Int){\n data: updateJobProgression(id: $id, interval: $interval) {\n id\n message\n current\n total\n
|
|
31370
|
+
var jobProgressionSubscription = core.gql(templateObject_1$4 || (templateObject_1$4 = __makeTemplateObject(["subscription UpdateJobProgression($id: Int!, $interval: Int){\n data: updateJobProgression(id: $id, interval: $interval) {\n id\n message\n current\n total\n }\n}"], ["subscription UpdateJobProgression($id: Int!, $interval: Int){\n data: updateJobProgression(id: $id, interval: $interval) {\n id\n message\n current\n total\n }\n}"])));
|
|
31373
31371
|
var JobProgressionService = /** @class */ (function (_super) {
|
|
31374
31372
|
__extends(JobProgressionService, _super);
|
|
31375
31373
|
function JobProgressionService(graphql, environment) {
|