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