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.
- package/bundles/tnx-shared.umd.js +2 -1
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/components/datetime-picker/datetime-picker.component.d.ts.map +1 -1
- package/enums/common.d.ts +2 -1
- package/enums/common.d.ts.map +1 -1
- package/esm2015/components/datetime-picker/datetime-picker.component.js +2 -2
- package/esm2015/enums/common.js +2 -1
- package/fesm2015/tnx-shared.js +2 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
- package/tnx-shared.metadata.json +1 -1
|
@@ -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.
|
|
45668
|
+
this.disabled = isDisabled;
|
|
45668
45669
|
};
|
|
45669
45670
|
DatetimePickerComponent.prototype.getPanelClass = function () {
|
|
45670
45671
|
if (this.control.appendTo == 'body') {
|