ps-toolkit-ui 1.11.31 → 1.11.32

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.
@@ -3844,6 +3844,7 @@
3844
3844
  };
3845
3845
  };
3846
3846
  FormDateComponent.prototype.setInpValue = function (v) {
3847
+ console.log(v, this.inp.name);
3847
3848
  if (v === null) {
3848
3849
  this.inp.clear();
3849
3850
  this.active = moment__namespace().locale('fa');