ps-toolkit-ui 1.18.95 → 1.18.97

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.
@@ -6086,7 +6086,6 @@
6086
6086
  }
6087
6087
  else {
6088
6088
  if (v != null) {
6089
- console.log(v.map(String), _this);
6090
6089
  _this.setValue(v.map(String));
6091
6090
  }
6092
6091
  }
@@ -6158,7 +6157,6 @@
6158
6157
  FormSelectComponent.prototype.setValue = function (ids, rows) {
6159
6158
  var e_1, _b;
6160
6159
  if (rows === void 0) { rows = this.inp.options; }
6161
- console.log(ids, rows);
6162
6160
  try {
6163
6161
  for (var rows_1 = __values(rows), rows_1_1 = rows_1.next(); !rows_1_1.done; rows_1_1 = rows_1.next()) {
6164
6162
  var r = rows_1_1.value;
@@ -6322,6 +6320,7 @@
6322
6320
  if (v !== null) {
6323
6321
  this.inp.rel.url = this.inp.relUrl.replace('{}', this.inp.value);
6324
6322
  if (this.inp.rel.type !== exports.InputType.SelectAutoComplete) {
6323
+ console.log(this, this.inp.rel);
6325
6324
  this.inp.rel.load();
6326
6325
  }
6327
6326
  else {