ps-toolkit-ui 1.18.91 → 1.18.93

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 ||
@@ -6158,6 +6157,7 @@
6158
6157
  FormSelectComponent.prototype.setValue = function (ids, rows) {
6159
6158
  var e_1, _b;
6160
6159
  if (rows === void 0) { rows = this.inp.options; }
6160
+ console.log(ids, rows);
6161
6161
  try {
6162
6162
  for (var rows_1 = __values(rows), rows_1_1 = rows_1.next(); !rows_1_1.done; rows_1_1 = rows_1.next()) {
6163
6163
  var r = rows_1_1.value;