ps-toolkit-ui 0.0.135 → 0.0.136

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.
@@ -7244,6 +7244,7 @@
7244
7244
  var accessInp = new InputClass(this_1.environment, this_1.l, access.Name, access.Icon, access.InputType === exports.PermissionInputTypeEnum.Button ? exports.InputType.Button : exports.InputType.Icon, 'blue w-u h-30');
7245
7245
  if (access.Action === 'Insert') {
7246
7246
  accessInp.class = accessInp.class.replace('blue', 'green');
7247
+ console.log(this_1.form, '111111111111');
7247
7248
  if (this_1.form) {
7248
7249
  this_1.form.url = this_1.form.baseUrl = this_1.url + 'Insert';
7249
7250
  if (!this_1.form.onTop) {
@@ -7257,6 +7258,7 @@
7257
7258
  }
7258
7259
  else {
7259
7260
  this_1.form.displayLabel = false;
7261
+ console.log(this_1.form, '222222222');
7260
7262
  return "continue";
7261
7263
  }
7262
7264
  }