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
|
@@ -2103,6 +2103,7 @@
|
|
|
2103
2103
|
this.jumpToNextInput(this.activeDomX, this.activeDomY);
|
|
2104
2104
|
break;
|
|
2105
2105
|
case 'Enter':
|
|
2106
|
+
console.log('this.activeDom', this.activeDom);
|
|
2106
2107
|
if (this.activeDom instanceof ngZorroAntd.NzSelectComponent) {
|
|
2107
2108
|
this.activeSelectedComponentOpen = this.activeDom.open;
|
|
2108
2109
|
if (this.activeSelectedComponentOpen === false) {
|
|
@@ -2112,6 +2113,7 @@
|
|
|
2112
2113
|
break;
|
|
2113
2114
|
}
|
|
2114
2115
|
if (this.activeDomX === this.collectDomList.length - 1) {
|
|
2116
|
+
console.log('执行过程qqq');
|
|
2115
2117
|
this.addNewLineAndFocus();
|
|
2116
2118
|
}
|
|
2117
2119
|
break;
|