ps-toolkit-ui 1.11.21 → 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 -2
- 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/classes/form.class.js +1 -2
- package/esm2015/lib/components/form/date/form.date.component.js +1 -2
- package/fesm2015/ps-toolkit-ui.js +0 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
- package/ps-toolkit-ui.metadata.json +1 -1
|
@@ -1846,7 +1846,6 @@
|
|
|
1846
1846
|
};
|
|
1847
1847
|
this.inputs.forEach(function (inp) {
|
|
1848
1848
|
var e_2, _a;
|
|
1849
|
-
console.log(inp.name, inp.data(), '$$$$$$$$$$$');
|
|
1850
1849
|
var vl = inp.data();
|
|
1851
1850
|
if (vl !== null) {
|
|
1852
1851
|
if (typeof vl === 'object' && !(vl instanceof Array)) {
|
|
@@ -3832,7 +3831,6 @@
|
|
|
3832
3831
|
}
|
|
3833
3832
|
};
|
|
3834
3833
|
this.inp.data = function () {
|
|
3835
|
-
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);
|
|
3836
3834
|
return _this.inp.value ? moment__namespace(_this.inp.value, 'jYYYY/jMM/jDD').locale('en').format('YYYY/MM/DD') : null;
|
|
3837
3835
|
};
|
|
3838
3836
|
this.inp.focus = function () {
|