ps-toolkit-ui 0.0.124 → 0.0.125

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.
@@ -2567,6 +2567,7 @@
2567
2567
  [this.addChildren] : [];
2568
2568
  var _loop_1 = function (option) {
2569
2569
  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');
2570
+ opt.row = this_1.row;
2570
2571
  if (option.Action === 'Update') {
2571
2572
  if (this_1.table.form) {
2572
2573
  opt.onClick = function () {
@@ -2632,7 +2633,6 @@
2632
2633
  opt.modal = this_1.table.modals.find(function (x) { return x.name === option.Action; });
2633
2634
  opt.onClick = function (btn) {
2634
2635
  var e_2, _a;
2635
- console.log(btn, 'btn btn btn');
2636
2636
  if (opt.modal.table) {
2637
2637
  var p = new PermissionClass();
2638
2638
  p.RelatedId = btn.row.Id;