ps-toolkit-ui 0.0.158 → 0.0.159
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/ps-toolkit-ui.umd.js +2 -0
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/form/date/form.date.component.js +4 -1
- package/fesm2015/ps-toolkit-ui.js +3 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
- package/ps-toolkit-ui.metadata.json +1 -1
|
@@ -3472,6 +3472,8 @@
|
|
|
3472
3472
|
this.inp.setValue = function (v) {
|
|
3473
3473
|
_this.setInpValue(v);
|
|
3474
3474
|
};
|
|
3475
|
+
console.log(_.cloneDeep(3424234234), 3424234234);
|
|
3476
|
+
console.log(this.active instanceof moment__namespace);
|
|
3475
3477
|
this.inp.isValid = function () {
|
|
3476
3478
|
_this.inp.error = null;
|
|
3477
3479
|
if (_this.inp.required && !_this.inp.value) {
|