ps-toolkit-ui 0.2.82 → 0.2.83

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
  console.log('getInputs');
2634
+ console.log(this.row.Options.filter(function (x) { return x.Type === exports.PermissionTypeEnum.Option && x.InputAction === exports.PermissionInputActionEnum.Input; }), 'options');
2634
2635
  var inps = [];
2635
2636
  var _loop_1 = function (option) {
2636
2637
  console.log(option, 'option');