ps-toolkit-ui 0.2.74 → 0.2.75

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.
@@ -2631,6 +2631,7 @@
2631
2631
  var e_1, _a;
2632
2632
  var _this = this;
2633
2633
  var inps = [];
2634
+ console.log(this.row.Options.filter(function (x) { return x.Type === exports.PermissionTypeEnum.Option && x.InputAction === exports.PermissionInputActionEnum.Input; }));
2634
2635
  var _loop_1 = function (option) {
2635
2636
  var inp = new InputClass(this_1.table.environment, this_1.table.l, option.Name, option.Icon, exports.InputType.Check, 'h-25 m-h-5 d-ib va-m f-u');
2636
2637
  inp.row = this_1.row;
@@ -2659,7 +2660,6 @@
2659
2660
  }
2660
2661
  finally { if (e_1) throw e_1.error; }
2661
2662
  }
2662
- console.log(inps);
2663
2663
  return inps;
2664
2664
  };
2665
2665
  TableRowComponent.prototype.getOptions = function () {