tnx-shared 5.3.307 → 5.3.309

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.
@@ -5542,6 +5542,7 @@
5542
5542
  (function (EnumUserSource) {
5543
5543
  EnumUserSource[EnumUserSource["CAN_BO"] = 1] = "CAN_BO";
5544
5544
  EnumUserSource[EnumUserSource["HOC_VIEN"] = 2] = "HOC_VIEN";
5545
+ EnumUserSource[EnumUserSource["DANG_KY"] = 4] = "DANG_KY";
5545
5546
  })(exports.EnumUserSource || (exports.EnumUserSource = {}));
5546
5547
  exports.EnumAppSwitcherCode = void 0;
5547
5548
  (function (EnumAppSwitcherCode) {
@@ -45664,7 +45665,7 @@
45664
45665
  this.onTouched = fn;
45665
45666
  };
45666
45667
  DatetimePickerComponent.prototype.setDisabledState = function (isDisabled) {
45667
- this.control.disabled = isDisabled;
45668
+ this.disabled = isDisabled;
45668
45669
  };
45669
45670
  DatetimePickerComponent.prototype.getPanelClass = function () {
45670
45671
  if (this.control.appendTo == 'body') {