@sumaris-net/ngx-components 1.21.0-beta3 → 1.21.0-beta4

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.
@@ -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, toastController, queries, mutations, subscriptions, environment) {
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, toastController, userEventQueries, userEventMutations, undefined, environment) || this;
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;