ps-toolkit-ui 1.18.0 → 1.18.2

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.
@@ -9410,6 +9410,8 @@
9410
9410
  if (this.form && this.form.onTop) {
9411
9411
  this.form.displayLabel = false;
9412
9412
  }
9413
+ console.log(this.permissions);
9414
+ console.log(this.permissions.getAccesses());
9413
9415
  var _loop_1 = function (access) {
9414
9416
  if (this_1.buttons.filter(function (x) { return x.name === access.Name; }).length > 0) {
9415
9417
  return "continue";