ps-toolkit-ui 1.6.76 → 1.6.77

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.
@@ -1820,7 +1820,7 @@
1820
1820
  else if (inp.type === exports.InputType.VehicleSearch) {
1821
1821
  var ivs = _.get(d, inp.name.replace('Id', ''));
1822
1822
  var ivt = _.get(d, inp.name + 'Type');
1823
- console.log({ Search: ivs, Value: iv, Type: ivt });
1823
+ console.log({ Search: ivs, Value: iv, Type: ivt }, d);
1824
1824
  inp.setValue({ Search: ivs, Value: iv, Type: ivt }, true);
1825
1825
  }
1826
1826
  else if (inp.type !== exports.InputType.Label || iv != null) {