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.
- package/bundles/tnx-shared.umd.js +1 -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/esm2015/components/datetime-picker/datetime-picker.component.js +2 -2
- package/fesm2015/tnx-shared.js +1 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
- package/tnx-shared.metadata.json +1 -1
|
@@ -45664,7 +45664,7 @@
|
|
|
45664
45664
|
this.onTouched = fn;
|
|
45665
45665
|
};
|
|
45666
45666
|
DatetimePickerComponent.prototype.setDisabledState = function (isDisabled) {
|
|
45667
|
-
this.
|
|
45667
|
+
this.disabled = isDisabled;
|
|
45668
45668
|
};
|
|
45669
45669
|
DatetimePickerComponent.prototype.getPanelClass = function () {
|
|
45670
45670
|
if (this.control.appendTo == 'body') {
|