@simpleangularcontrols/sac-common 10.0.0-rc.24 → 10.0.0-rc.25

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.
@@ -7191,6 +7191,11 @@
7191
7191
  // this.onContentChange();
7192
7192
  };
7193
7193
  SacBaseDateTimeControl.prototype.ngOnDestroy = function () {
7194
+ var _a;
7195
+ // Remove Picker if is visible
7196
+ if (this._showselector && ((_a = this.pickercontainer) === null || _a === void 0 ? void 0 : _a.nativeElement)) {
7197
+ document.body.removeChild(this.pickercontainer.nativeElement);
7198
+ }
7194
7199
  // Unregister Event Listener
7195
7200
  window.removeEventListener('scroll', this.onContentChange, true);
7196
7201
  window.removeEventListener('resize', this.onContentChange, true);
@@ -8045,9 +8050,6 @@
8045
8050
  * Format des Datums
8046
8051
  */
8047
8052
  _this.DATEFORMAT = 'DD.MM.YYYY HH:mm';
8048
- /**
8049
- * Maske
8050
- */
8051
8053
  /**
8052
8054
  * Maske
8053
8055
  */