fantasy-ngzorro 1.3.2 → 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 +17 -10
- 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 +16 -11
- package/esm5/hd-form-lines/hd-form-lines.component.js +18 -11
- package/fesm2015/fantasy-ngzorro.js +15 -10
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +17 -10
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/hd-form-lines/hd-form-lines.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -115,7 +115,7 @@ export declare class HdFormLinesComponent implements OnInit {
|
|
|
115
115
|
* 编辑的时候数据处理
|
|
116
116
|
*/
|
|
117
117
|
addFormLineWithData(): void;
|
|
118
|
-
addFormLine(index?: any): void;
|
|
118
|
+
addFormLine(index?: any, isFocus?: boolean): void;
|
|
119
119
|
deleteFormLine(index: any): void;
|
|
120
120
|
pageIndexChange(event: number): void;
|
|
121
121
|
pageSizeChange(event: number): void;
|