tuain-ng-forms-lib 15.1.12 → 15.1.14

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.
@@ -3747,11 +3747,12 @@ class BasicFormComponent extends FormStructureAndData {
3747
3747
  return;
3748
3748
  }
3749
3749
  }
3750
- console.log(`startTableRecordSelection 9 ${JSON.stringify(tableSelectionDetail, null, 2)}`);
3750
+ console.log(`startTableRecordSelection 9`);
3751
3751
  this.startTableServerRecordSelection(tableSelectionDetail);
3752
3752
  }
3753
3753
  async startTableServerRecordSelection(tableSelectionDetail) {
3754
- console.log(`startTableServerRecordSelection 1 ${JSON.stringify(tableSelectionDetail, null, 2)}`);
3754
+ console.log(`startTableServerRecordSelection 1`);
3755
+ console.log(tableSelectionDetail);
3755
3756
  const { tableObject, tableCode, recordId, recordData } = tableSelectionDetail;
3756
3757
  if (!tableObject) {
3757
3758
  return;