ps-toolkit-ui 0.0.145 → 0.0.146

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.
@@ -2855,6 +2855,7 @@
2855
2855
  _this.table.form.inputs.filter(function (x) { return x.inEditDisabled; }).forEach(function (x) { return x.disabled = true; });
2856
2856
  _this.table.form.inputs.filter(function (x) { return !x.inEditVisible; }).forEach(function (x) { return x.visible = false; });
2857
2857
  if (_this.table.modal) {
2858
+ console.log(_this.table.modal, 'this.table.modal');
2858
2859
  _this.table.modal.show();
2859
2860
  }
2860
2861
  });
@@ -7295,8 +7296,6 @@
7295
7296
  }
7296
7297
  finally { if (e_2) throw e_2.error; }
7297
7298
  }
7298
- console.log(this.permissions, 'this.permissions');
7299
- console.log(this.form, 'this.form');
7300
7299
  if (this.form) {
7301
7300
  this.form.addButtons('Save', 'green', true, this.permissions.Type === exports.PermissionTypeEnum.Form ? function (data) {
7302
7301
  if (data.Id) {
@@ -7321,10 +7320,7 @@
7321
7320
  else {
7322
7321
  if (!this.modal) {
7323
7322
  this.modal = new ModalClass(this.environment, this.l, this.name);
7324
- console.log(this.modal, 'this.modal');
7325
- console.log(this.name, 'this.name');
7326
7323
  }
7327
- console.log(this.form, 'this.form');
7328
7324
  this.modal.form = this.form;
7329
7325
  }
7330
7326
  }