ps-toolkit-ui 0.0.178 → 0.0.179

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.
@@ -7277,6 +7277,11 @@
7277
7277
  accessInp.url = '/Report' + p.getUrl();
7278
7278
  accessInp.urlNewTab = true;
7279
7279
  }
7280
+ else if (access.InputAction === exports.PermissionInputActionEnum.OnClick) {
7281
+ accessInp.onClick = function (btn) {
7282
+ _this.optionsActions.find(function (x) { return x.name === access.Action; }).onClick(btn);
7283
+ };
7284
+ }
7280
7285
  this_1.buttons.push(accessInp);
7281
7286
  };
7282
7287
  var this_1 = this;