ps-toolkit-ui 0.0.114 → 0.0.115

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.
@@ -2526,7 +2526,6 @@
2526
2526
  });
2527
2527
  };
2528
2528
  }
2529
- this.options = this.getOptions();
2530
2529
  if (this.optEdit !== null) {
2531
2530
  if (this.table.form) {
2532
2531
  this.optEdit.onClick = function () {
@@ -2630,7 +2629,7 @@
2630
2629
  var opts = this.addChildren !== null && (this.table.level === null || this.table.level > this.level) ?
2631
2630
  [this.addChildren] : [];
2632
2631
  var _loop_1 = function (option) {
2633
- if (this_1.options.filter(function (x) { return x.name === option.Name; }).length > 0) {
2632
+ if (this_1.table.options.filter(function (x) { return x.name === option.Name; }).length > 0) {
2634
2633
  return "continue";
2635
2634
  }
2636
2635
  var opt = new InputClass(this_1.table.environment, this_1.table.l, option.Name, option.Icon, option.InputType === exports.PermissionInputTypeEnum.Icon ? exports.InputType.Icon : exports.InputType.Button, 'blue h-25 m-h-5 d-ib va-m f-u');