ps-toolkit-ui 0.0.126 → 0.0.127

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.
@@ -7213,6 +7213,8 @@
7213
7213
  this.permission = false;
7214
7214
  return;
7215
7215
  }
7216
+ console.log(this.permissions.getAccesses());
7217
+ console.log(this.permissions.getAccesses().filter(function (x) { return x.InputAction !== exports.PermissionInputActionEnum.None; }));
7216
7218
  try {
7217
7219
  for (var _b = __values(this.permissions.getAccesses().filter(function (x) { return x.InputAction !== exports.PermissionInputActionEnum.None; })), _c = _b.next(); !_c.done; _c = _b.next()) {
7218
7220
  var access = _c.value;