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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fantasy-ngzorro",
3
- "version": "1.3.2",
3
+ "version": "1.3.4",
4
4
  "description": "🚀新版本发布,全新表单组件hd-table,支持列宽、自定义列、列顺序、pageSize等缓存!",
5
5
  "peerDependencies": {
6
6
  "moment": "^2.24.0",