ps-toolkit-ui 0.0.35 → 0.0.36

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.
@@ -7138,6 +7138,7 @@
7138
7138
  return "continue";
7139
7139
  }
7140
7140
  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');
7141
+ console.log(option.Condition, 'option.Condition option.Condition');
7141
7142
  opt.condition = option.Condition;
7142
7143
  if (option.Type === exports.PermissionTypeEnum.OptionLink || option.Type === exports.PermissionTypeEnum.OptionLinkNewTab) {
7143
7144
  var p = new PermissionClass();