ps-toolkit-ui 0.0.25 → 0.0.26

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.
@@ -6880,6 +6880,7 @@
6880
6880
  }
6881
6881
  BaseComponent.prototype.getPermission = function () {
6882
6882
  var _this = this;
6883
+ console.log('getPermissiongetPermissiongetPermissiongetPermission');
6883
6884
  var p = this.app.currentUser.Permissions.filter(function (per) { return per.Controller === _this.c && (_this.a == null || per.Action === _this.a) &&
6884
6885
  per.Type === exports.PermissionTypeEnum.Item; });
6885
6886
  return p.length > 0 ? this.getPermissionClass(p[0]) : null;