@senior-gestao-empresarial/angular-components 7.16.0-d01f48ea-688f-4b39-a69c-784ec06abbf5 → 7.16.1-0848a857-3f86-4e2d-9ca9-a638447157d8

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.
@@ -8388,10 +8388,6 @@
8388
8388
  PrimitiveManager.prototype.getSubscriptionObservable = function () {
8389
8389
  return this.subscribed$.asObservable();
8390
8390
  };
8391
- PrimitiveManager.prototype.hasObservers = function () {
8392
- // @IMPORTANT: Replace .observers.length === 1 with .observed in rxjs 7.0+
8393
- return this.event$.observers.length !== 1;
8394
- };
8395
8391
  PrimitiveManager.prototype.getObserversCount = function () {
8396
8392
  return this.event$.observers.length;
8397
8393
  };
@@ -8742,9 +8738,6 @@
8742
8738
  return __generator(this, function (_a) {
8743
8739
  switch (_a.label) {
8744
8740
  case 0:
8745
- if (primitiveManager.hasObservers()) {
8746
- return [2 /*return*/];
8747
- }
8748
8741
  primitiveManager.unsubscribe();
8749
8742
  key = this.buildPrimitiveManagerKey(primitiveManager.domain, primitiveManager.service, primitiveManager.primitive);
8750
8743
  this.primitiveManagers.delete(key);