ps-toolkit-ui 1.17.73 → 1.17.74

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.
@@ -3315,6 +3315,7 @@
3315
3315
  };
3316
3316
  }
3317
3317
  this.showChildren = new InputClass(this.table.environment, this.table.l, this.table.name + 'SubsetTitle', 'fa-duotone fa-angle-left f-s-22', (this.row.Data.CountChild > 0 || (!this.table.childrenAutoLoad && this.children.length > 0) || this.table.subTable != null) ? exports.InputType.Icon : exports.InputType.Hidden, 'h-25 m-h-5 d-ib va-m f-u');
3318
+ console.log(this.showChildren);
3318
3319
  this.showChildren.onClick = function () {
3319
3320
  if ($__namespace(_this.childrenDiv.nativeElement).is(':visible')) {
3320
3321
  $__namespace(_this.childrenDiv.nativeElement).slideUp();