fantasy-ngzorro 1.3.3 → 1.3.4

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.
@@ -1898,6 +1898,7 @@ var HdFormLinesComponent = /** @class */ (function () {
1898
1898
  this.jumpToNextInput(this.activeDomX, this.activeDomY);
1899
1899
  break;
1900
1900
  case 'Enter':
1901
+ console.log('this.activeDom', this.activeDom);
1901
1902
  if (this.activeDom instanceof NzSelectComponent) {
1902
1903
  this.activeSelectedComponentOpen = this.activeDom.open;
1903
1904
  if (this.activeSelectedComponentOpen === false) {
@@ -1907,6 +1908,7 @@ var HdFormLinesComponent = /** @class */ (function () {
1907
1908
  break;
1908
1909
  }
1909
1910
  if (this.activeDomX === this.collectDomList.length - 1) {
1911
+ console.log('执行过程qqq');
1910
1912
  this.addNewLineAndFocus();
1911
1913
  }
1912
1914
  break;