ps-toolkit-ui 0.0.3 → 0.0.4

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.
@@ -7115,9 +7115,9 @@
7115
7115
  if (this_1.options.filter(function (x) { return x.name === option.Name; }).length > 0) {
7116
7116
  return "continue";
7117
7117
  }
7118
- console.log(this_1.permissions, 'this.permissions');
7118
+ console.log(option, 'option');
7119
7119
  var opt = new InputClass(this_1.environment, this_1.l, option.Name, option.Icon, exports.InputType.Icon, 'blue h-25 m-h-5 d-ib va-m f-u');
7120
- opt.condition = this_1.permissions.Condition;
7120
+ opt.condition = option.Condition;
7121
7121
  if (option.Type === exports.PermissionTypeEnum.OptionLink || option.Type === exports.PermissionTypeEnum.OptionLinkNewTab) {
7122
7122
  var p = new PermissionClass();
7123
7123
  p.RelatedId = this_1.permissions.RelatedId;