ps-toolkit-ui 0.0.71 → 0.0.72
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 +3 -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 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3237,6 +3237,9 @@
|
|
|
3237
3237
|
this.todayDay = parseInt(today.format('jDD'), 10);
|
|
3238
3238
|
this.todayMonth = parseInt(today.format('jMM'), 10);
|
|
3239
3239
|
this.todayYear = parseInt(today.format('jYYYY'), 10);
|
|
3240
|
+
console.log(44444444444);
|
|
3241
|
+
console.log(this.inp.value);
|
|
3242
|
+
console.log(typeof this.inp.value);
|
|
3240
3243
|
this.setInpValue(this.inp.value);
|
|
3241
3244
|
this.inp.setValue = function (v) {
|
|
3242
3245
|
_this.setInpValue(v);
|