ps-toolkit-ui 0.0.70 → 0.0.71
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 -8
- 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 -9
- package/fesm2015/ps-toolkit-ui.js +0 -8
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3237,14 +3237,6 @@
|
|
|
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
|
-
if (this.inp.value) {
|
|
3241
|
-
this.active = moment__namespace(this.inp.value);
|
|
3242
|
-
this.inp.value = this.active.format('jYYYY/jMM/jDD');
|
|
3243
|
-
this.inp.search = this.inp.value;
|
|
3244
|
-
}
|
|
3245
|
-
else {
|
|
3246
|
-
this.active = moment__namespace();
|
|
3247
|
-
}
|
|
3248
3240
|
this.setInpValue(this.inp.value);
|
|
3249
3241
|
this.inp.setValue = function (v) {
|
|
3250
3242
|
_this.setInpValue(v);
|