@sd-angular/core 1.3.106 → 1.3.107

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.
@@ -1687,7 +1687,7 @@
1687
1687
  };
1688
1688
  },
1689
1689
  remove: function () {
1690
- filterConfiguration_1.remove();
1690
+ filterConfiguration_1.set(__classPrivateFieldGet(_this, _defaultConfiguration).call(_this, args));
1691
1691
  },
1692
1692
  observer: filterConfiguration_1.observer.pipe(operators.startWith(filterConfiguration_1.get()),
1693
1693
  // Sử dụng mặc định nếu bị reset
@@ -1713,7 +1713,7 @@
1713
1713
  return updatedConfiguration;
1714
1714
  },
1715
1715
  remove: function () {
1716
- filterValue_1.remove();
1716
+ filterValue_1.set(__classPrivateFieldGet(_this, _defaultValue).call(_this, args));
1717
1717
  },
1718
1718
  observer: filterValue_1.observer.pipe(operators.debounceTime(200), operators.startWith(filterValue_1.get()),
1719
1719
  // Sử dụng mặc định nếu bị reset