ps-toolkit-ui 0.0.158 → 0.0.159

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.
@@ -3472,6 +3472,8 @@
3472
3472
  this.inp.setValue = function (v) {
3473
3473
  _this.setInpValue(v);
3474
3474
  };
3475
+ console.log(_.cloneDeep(3424234234), 3424234234);
3476
+ console.log(this.active instanceof moment__namespace);
3475
3477
  this.inp.isValid = function () {
3476
3478
  _this.inp.error = null;
3477
3479
  if (_this.inp.required && !_this.inp.value) {