ps-toolkit-ui 1.11.20 → 1.11.21

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.
@@ -1846,6 +1846,7 @@
1846
1846
  };
1847
1847
  this.inputs.forEach(function (inp) {
1848
1848
  var e_2, _a;
1849
+ console.log(inp.name, inp.data(), '$$$$$$$$$$$');
1849
1850
  var vl = inp.data();
1850
1851
  if (vl !== null) {
1851
1852
  if (typeof vl === 'object' && !(vl instanceof Array)) {