ps-toolkit-ui 0.2.72 → 0.2.73

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.
@@ -2647,7 +2647,7 @@
2647
2647
  };
2648
2648
  var this_1 = this;
2649
2649
  try {
2650
- for (var _b = __values(this.row.Options.filter(function (x) { return x.Type === exports.PermissionTypeEnum.Option && option.InputAction === exports.PermissionInputActionEnum.Input; })), _c = _b.next(); !_c.done; _c = _b.next()) {
2650
+ for (var _b = __values(this.row.Options.filter(function (x) { return x.Type === exports.PermissionTypeEnum.Option && x.InputAction === exports.PermissionInputActionEnum.Input; })), _c = _b.next(); !_c.done; _c = _b.next()) {
2651
2651
  var option = _c.value;
2652
2652
  _loop_1(option);
2653
2653
  }
@@ -2825,7 +2825,7 @@
2825
2825
  };
2826
2826
  var this_2 = this;
2827
2827
  try {
2828
- for (var _b = __values(this.row.Options.filter(function (x) { return x.Type === exports.PermissionTypeEnum.Option && option.InputAction !== exports.PermissionInputActionEnum.Input; })), _c = _b.next(); !_c.done; _c = _b.next()) {
2828
+ for (var _b = __values(this.row.Options.filter(function (x) { return x.Type === exports.PermissionTypeEnum.Option && x.InputAction !== exports.PermissionInputActionEnum.Input; })), _c = _b.next(); !_c.done; _c = _b.next()) {
2829
2829
  var option = _c.value;
2830
2830
  _loop_2(option);
2831
2831
  }