fantasy-ngzorro 1.0.22 → 1.0.24
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 +5 -5
- 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-current-table/hd-current-table.component.js +5 -3
- package/esm2015/hd-form-lines/hd-form-lines.component.js +2 -4
- package/esm5/hd-current-table/hd-current-table.component.js +5 -3
- package/esm5/hd-form-lines/hd-form-lines.component.js +2 -4
- package/fesm2015/fantasy-ngzorro.js +5 -5
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +5 -5
- 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
|
|
@@ -2373,7 +2371,7 @@
|
|
|
2373
2371
|
*/
|
|
2374
2372
|
var HdCurrentTableComponent = /** @class */ (function () {
|
|
2375
2373
|
function HdCurrentTableComponent() {
|
|
2376
|
-
this.scroll = { x: '1px' };
|
|
2374
|
+
this.scroll = { x: '1px', y: '240px' };
|
|
2377
2375
|
this.showSelected = false;
|
|
2378
2376
|
this.selectField = 'billNumber';
|
|
2379
2377
|
// 合计区域
|
|
@@ -2401,7 +2399,9 @@
|
|
|
2401
2399
|
HdCurrentTableComponent.prototype.ngOnInit = /**
|
|
2402
2400
|
* @return {?}
|
|
2403
2401
|
*/
|
|
2404
|
-
function () {
|
|
2402
|
+
function () {
|
|
2403
|
+
this.scroll.y = 'calc(100vh - 120px)';
|
|
2404
|
+
};
|
|
2405
2405
|
/**
|
|
2406
2406
|
* @param {?} changes
|
|
2407
2407
|
* @return {?}
|