@smartbit4all/ng-client 3.3.163 → 3.3.164

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.
@@ -5186,6 +5186,7 @@ class UiActionToolbarComponent {
5186
5186
  }
5187
5187
  ngOnDestroy() {
5188
5188
  this._destroy$.next();
5189
+ this._destroy$.complete();
5189
5190
  }
5190
5191
  subscribeToLanguageChange() {
5191
5192
  this.languageChangedSubscription?.unsubscribe();
@@ -5777,6 +5778,7 @@ class SmartformwidgetComponent {
5777
5778
  }
5778
5779
  ngOnDestroy() {
5779
5780
  this._destroy$.next();
5781
+ this._destroy$.complete();
5780
5782
  }
5781
5783
  onKeydown() {
5782
5784
  this.isEnterPressed = true;
@@ -9783,6 +9785,7 @@ class TableLayoutDefinerComponent {
9783
9785
  }
9784
9786
  ngOnDestroy() {
9785
9787
  this._destroy$.next();
9788
+ this._destroy$.complete();
9786
9789
  }
9787
9790
  ngAfterViewInit() {
9788
9791
  this.subscibeForValueChange();