fantasy-ngzorro 1.0.22 → 1.0.23
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 +1 -3
- 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 +2 -4
- package/esm5/hd-form-lines/hd-form-lines.component.js +2 -4
- package/fesm2015/fantasy-ngzorro.js +1 -3
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +1 -3
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/package.json +1 -1
|
@@ -2029,13 +2029,11 @@
|
|
|
2029
2029
|
* @return {?}
|
|
2030
2030
|
*/
|
|
2031
2031
|
function () {
|
|
2032
|
-
this.validateHdFormLines.reset();
|
|
2033
2032
|
// 删除
|
|
2034
|
-
for (var i = this.linesFormArray.controls.length; i
|
|
2033
|
+
for (var i = this.linesFormArray.controls.length; i >= 0; i--) {
|
|
2035
2034
|
this.deleteFormLine(i);
|
|
2036
2035
|
}
|
|
2037
2036
|
this.paginationPageIndex = 1;
|
|
2038
|
-
this.changeEvent.emit(this.validateHdFormLines.getRawValue());
|
|
2039
2037
|
};
|
|
2040
2038
|
/**
|
|
2041
2039
|
* @param {?} formItem
|