ps-toolkit-ui 0.0.142 → 0.0.143

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.
@@ -7295,6 +7295,7 @@
7295
7295
  }
7296
7296
  finally { if (e_2) throw e_2.error; }
7297
7297
  }
7298
+ console.log(this.permissions, 'this.permissions');
7298
7299
  if ((this.permissions.hasAccess(exports.PermissionAccessTypeEnum.Insert) ||
7299
7300
  this.permissions.hasOption(exports.PermissionAccessTypeEnum.Update)) && this.form) {
7300
7301
  this.form.addButtons('Save', 'green', true, this.permissions.Type === exports.PermissionTypeEnum.Form ? function (data) {
@@ -7320,7 +7321,10 @@
7320
7321
  else {
7321
7322
  if (!this.modal) {
7322
7323
  this.modal = new ModalClass(this.environment, this.l, this.name);
7324
+ console.log(this.modal, 'this.modal');
7325
+ console.log(this.name, 'this.name');
7323
7326
  }
7327
+ console.log(this.form, 'this.form');
7324
7328
  this.modal.form = this.form;
7325
7329
  }
7326
7330
  }