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.
- package/bundles/fantasy-ngzorro.umd.js +2 -0
- package/bundles/fantasy-ngzorro.umd.js.map +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js.map +1 -1
- package/esm2015/hd-form-lines/hd-form-lines.component.js +3 -1
- package/esm5/hd-form-lines/hd-form-lines.component.js +3 -1
- package/fesm2015/fantasy-ngzorro.js +2 -0
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +2 -0
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/package.json +1 -1
package/fesm5/fantasy-ngzorro.js
CHANGED
|
@@ -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;
|