ps-toolkit-ui 1.18.91 → 1.18.92

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.
@@ -2569,7 +2569,6 @@
2569
2569
  if (typeof u === 'string') {
2570
2570
  if (!u.includes('{}')) {
2571
2571
  this.loading = true;
2572
- console.log(this);
2573
2572
  this.request = new RequestClass(this.environment, this.l).send(u ? u : this.url, exports.Method.Post, null, null, function (result) {
2574
2573
  if (_this.type === exports.InputType.SelectSearch || _this.type === exports.InputType.Select || _this.type === exports.InputType.SelectAutoComplete ||
2575
2574
  _this.type === exports.InputType.SelectAutoCompletePlaque || _this.type === exports.InputType.SelectAutoCompletePlaqueM ||
@@ -6087,6 +6086,7 @@
6087
6086
  }
6088
6087
  else {
6089
6088
  if (v != null) {
6089
+ console.log(_this, v);
6090
6090
  _this.setValue(v.map(String));
6091
6091
  }
6092
6092
  }