tuain-ng-forms-lib 15.1.13 → 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.
@@ -3862,7 +3862,8 @@ class BasicFormComponent extends FormStructureAndData {
3862
3862
  startTableServerRecordSelection(tableSelectionDetail) {
3863
3863
  var _a;
3864
3864
  return __awaiter(this, void 0, void 0, function* () {
3865
- console.log(`startTableServerRecordSelection 1 ${JSON.stringify(tableSelectionDetail, null, 2)}`);
3865
+ console.log(`startTableServerRecordSelection 1`);
3866
+ console.log(tableSelectionDetail);
3866
3867
  const { tableObject, tableCode, recordId, recordData } = tableSelectionDetail;
3867
3868
  if (!tableObject) {
3868
3869
  return;