ps-toolkit-ui 1.12.93 → 1.12.94

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.
@@ -8759,9 +8759,12 @@
8759
8759
  }
8760
8760
  finally { if (e_3) throw e_3.error; }
8761
8761
  }
8762
+ console.log(this.permissions.getOptions());
8763
+ console.log(this.permissions.getOptions().filter(function (x) { return x.Multi; }));
8762
8764
  try {
8763
8765
  for (var _e = __values(this.permissions.getOptions().filter(function (x) { return x.Multi; })), _f = _e.next(); !_f.done; _f = _e.next()) {
8764
8766
  var multiOptions = _f.value;
8767
+ console.log(multiOptions);
8765
8768
  var option = new InputClass(this.environment, this.l, multiOptions.Name, multiOptions.Icon, exports.InputType.Icon, 'm-r-10-p');
8766
8769
  this.extraButtons.push(option);
8767
8770
  }