ps-toolkit-ui 1.12.22 → 1.12.24

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.
@@ -3215,7 +3215,7 @@
3215
3215
  files += '<a target="_blank" href="' + this.table.environment.url + f + '" class="m-h-5"><img alt="" src="' + this.table.environment.url + f + '" style="height: 30px"/></a>';
3216
3216
  }
3217
3217
  else {
3218
- files += '<a target="_blank" href="' + this.table.environment.url + f + '" class="f-s-22 m-h-5 ' + exports.FileIcons[k] + '"></a>';
3218
+ files += '<a target="_blank" href="' + this.table.environment.url + f + '" class="f-s-30 m-h-5 ' + exports.FileIcons[k] + '"></a>';
3219
3219
  }
3220
3220
  }
3221
3221
  }
@@ -5564,7 +5564,7 @@
5564
5564
  return true;
5565
5565
  };
5566
5566
  FormSelectComponent.prototype.loadOptions = function () {
5567
- var v = this.inp.search.replace(/^_+|_+$/g, '');
5567
+ var v = this.inp.search.replace(/^_+|_+$/g, '').replace(/\./g, '__dot__');
5568
5568
  if (v) {
5569
5569
  this.inp.load(this.inp.url.replace('{}', v));
5570
5570
  }