tnx-shared 5.3.307 → 5.3.308

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.
@@ -45664,7 +45664,7 @@
45664
45664
  this.onTouched = fn;
45665
45665
  };
45666
45666
  DatetimePickerComponent.prototype.setDisabledState = function (isDisabled) {
45667
- this.control.disabled = isDisabled;
45667
+ this.disabled = isDisabled;
45668
45668
  };
45669
45669
  DatetimePickerComponent.prototype.getPanelClass = function () {
45670
45670
  if (this.control.appendTo == 'body') {