@simpleangularcontrols/sac-common 10.0.0-rc.23 → 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.
@@ -3770,7 +3770,7 @@
3770
3770
  // #endregion Constructors
3771
3771
  // #region Public Methods
3772
3772
  /**
3773
- * GEtter für Radio Button Index
3773
+ * Getter für Radio Button Index
3774
3774
  */
3775
3775
  SacRadiobuttonsCommon.prototype.GetRadionButtonIndex = function () {
3776
3776
  this.radioButtonIndex++;
@@ -3990,6 +3990,9 @@
3990
3990
  SacRadiobuttonCommon.prototype.ngOnInit = function () {
3991
3991
  // set method to display helptext
3992
3992
  this.setHelpTextMode();
3993
+ if (this.value === this.sacRadioButtons.value) {
3994
+ this.checked = true;
3995
+ }
3993
3996
  };
3994
3997
  // #endregion Public Methods
3995
3998
  // #region Private Methods
@@ -7188,6 +7191,11 @@
7188
7191
  // this.onContentChange();
7189
7192
  };
7190
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
+ }
7191
7199
  // Unregister Event Listener
7192
7200
  window.removeEventListener('scroll', this.onContentChange, true);
7193
7201
  window.removeEventListener('resize', this.onContentChange, true);
@@ -8042,9 +8050,6 @@
8042
8050
  * Format des Datums
8043
8051
  */
8044
8052
  _this.DATEFORMAT = 'DD.MM.YYYY HH:mm';
8045
- /**
8046
- * Maske
8047
- */
8048
8053
  /**
8049
8054
  * Maske
8050
8055
  */