ps-toolkit-ui 1.7.15 → 1.7.18

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.
@@ -4392,8 +4392,13 @@
4392
4392
  };
4393
4393
  this.inp.setSearch = function (s) {
4394
4394
  var p = s ? s.split('_') : null;
4395
+ console.log(p);
4395
4396
  if (p && p.length === 4) {
4396
4397
  setTimeout(function () {
4398
+ console.log(p[0]);
4399
+ console.log(p[1]);
4400
+ console.log(p[2]);
4401
+ console.log(p[3]);
4397
4402
  _this.part1.setValue(p[0], false);
4398
4403
  _this.part2.setValue(p[1], false);
4399
4404
  _this.part3.setValue(p[2], false);
@@ -4653,6 +4658,8 @@
4653
4658
  if (isEdit === void 0) { isEdit = false; }
4654
4659
  this.inp.error = null;
4655
4660
  var va = this.getValue(v);
4661
+ console.log(v);
4662
+ console.log(va);
4656
4663
  this.inp.setValue(v, false);
4657
4664
  this.inp.setSearch(va ? va.search : '');
4658
4665
  this.cSearch = this.inp.search;
@@ -5862,6 +5869,9 @@
5862
5869
  this.inp.setValue = function (v) {
5863
5870
  _this.inp.value = v != null ? v.toString() : '';
5864
5871
  _this.cValue = _this.inp.value;
5872
+ console.log(_this.inp.name);
5873
+ console.log(_this.cValue);
5874
+ console.log(_this.inp.value);
5865
5875
  };
5866
5876
  this.inp.focus = function (changeIndex) {
5867
5877
  if (changeIndex === void 0) { changeIndex = false; }