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.
@@ -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);