ps-toolkit-ui 1.11.20 → 1.11.23
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 +0 -1
- 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 +1 -2
- package/fesm2015/ps-toolkit-ui.js +0 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3831,7 +3831,6 @@
|
|
|
3831
3831
|
}
|
|
3832
3832
|
};
|
|
3833
3833
|
this.inp.data = function () {
|
|
3834
|
-
console.log(moment__namespace(_this.inp.value, 'jYYYY/jMM/jDD').locale('en').format('YYYY/MM/DD'), _this.inp.value, _this.inp.search, _this.inp.name);
|
|
3835
3834
|
return _this.inp.value ? moment__namespace(_this.inp.value, 'jYYYY/jMM/jDD').locale('en').format('YYYY/MM/DD') : null;
|
|
3836
3835
|
};
|
|
3837
3836
|
this.inp.focus = function () {
|