ps-toolkit-ui 1.8.52 → 1.8.53

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.
@@ -5736,6 +5736,7 @@
5736
5736
  this.inp.table.style = { padding: 0, boxShadow: 'unset' };
5737
5737
  this.inp.table.permissions = p;
5738
5738
  this.inp.table.showExtraButtons = false;
5739
+ this.inp.table.loading = false;
5739
5740
  this.inp.table.cols.forEach(function (x) { return x.sort = false; });
5740
5741
  if (this.inp.table.form) {
5741
5742
  this.inp.table.form.onTop = true;