ps-toolkit-ui 1.5.54 → 1.5.55

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.
@@ -1671,6 +1671,7 @@
1671
1671
  };
1672
1672
  FormClass.prototype.data = function (d) {
1673
1673
  if (d === void 0) { d = null; }
1674
+ console.log(this.inputs, 'this.inputs');
1674
1675
  if (this.inputs.findIndex(function (x) { return x.type === exports.InputType.File; }) === -1) {
1675
1676
  if (d == null) {
1676
1677
  d = {};