ps-toolkit-ui 1.9.82 → 1.9.84

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.
@@ -1815,6 +1815,7 @@
1815
1815
  }
1816
1816
  else {
1817
1817
  if (d[n] === undefined) {
1818
+ console.log(d, n, vl, '############');
1818
1819
  _.set(d, n, vl);
1819
1820
  }
1820
1821
  else {
@@ -1825,6 +1826,7 @@
1825
1826
  d[n] = [d[n], vl];
1826
1827
  }
1827
1828
  }
1829
+ console.log(d, '$$$$$$$$$$$$$$$');
1828
1830
  }
1829
1831
  };
1830
1832
  this.inputs.forEach(function (inp) {
@@ -1847,6 +1849,7 @@
1847
1849
  }
1848
1850
  }
1849
1851
  else {
1852
+ console.log(inp.name, vl, '111111111111111');
1850
1853
  setD(inp.name, vl);
1851
1854
  }
1852
1855
  }
@@ -8125,8 +8128,7 @@
8125
8128
  }
8126
8129
  finally { if (e_1) throw e_1.error; }
8127
8130
  }
8128
- console.log(this.searchForm ? this.searchForm.data() : 'null', 'this.searchForm.data()');
8129
- return this.searchForm ? this.searchForm.data() : d;
8131
+ return this.searchForm ? this.searchForm.data(d) : d;
8130
8132
  };
8131
8133
  TableClass.prototype.getUrl = function (url) {
8132
8134
  return this.permissions.RelatedId ? url.replace('{}', this.permissions.RelatedId) : url.replace('/{}', '');