ps-toolkit-ui 0.2.75 → 0.2.76

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,7 +2631,6 @@
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; }));
2635
2634
  var _loop_1 = function (option) {
2636
2635
  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');
2637
2636
  inp.row = this_1.row;
@@ -2643,8 +2642,8 @@
2643
2642
  p.Action = option.Action;
2644
2643
  new RequestClass(_this.table.l).send(p.getUrl(), exports.Method.Post, null, null, function () {
2645
2644
  });
2646
- inps.push(inp);
2647
2645
  };
2646
+ inps.push(inp);
2648
2647
  };
2649
2648
  var this_1 = this;
2650
2649
  try {