fantasy-ngzorro 1.3.13 → 1.3.15
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 +29 -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 +2 -2
- package/esm2015/hd-detail-lines/hd-detail-lines.component.js +2 -2
- package/esm2015/hd-form-lines/hd-form-lines.component.js +28 -4
- package/esm5/hd-current-table/hd-current-table.component.js +2 -2
- package/esm5/hd-detail-lines/hd-detail-lines.component.js +2 -2
- package/esm5/hd-form-lines/hd-form-lines.component.js +28 -4
- package/fantasy-ngzorro.metadata.json +1 -1
- package/fesm2015/fantasy-ngzorro.js +29 -5
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +29 -5
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/hd-form-lines/hd-form-lines.component.d.ts +3 -0
- package/package.json +1 -1
|
@@ -7,6 +7,8 @@ export declare class HdFormLinesComponent implements OnInit {
|
|
|
7
7
|
private fb;
|
|
8
8
|
private cdr;
|
|
9
9
|
formInputDomList: QueryList<ElementRef>;
|
|
10
|
+
allowEmpty: boolean;
|
|
11
|
+
deleteLastLineEvent: EventEmitter<{}>;
|
|
10
12
|
showKeyboardOperateTip: boolean;
|
|
11
13
|
tableLoading: boolean;
|
|
12
14
|
showSearch: boolean;
|
|
@@ -127,6 +129,7 @@ export declare class HdFormLinesComponent implements OnInit {
|
|
|
127
129
|
*/
|
|
128
130
|
addFormLineWithData(): void;
|
|
129
131
|
addFormLine(index?: any, isFocus?: boolean): void;
|
|
132
|
+
deleteLineEvent: EventEmitter<{}>;
|
|
130
133
|
deleteFormLine(index: any): void;
|
|
131
134
|
pageIndexChange(event: number): void;
|
|
132
135
|
pageSizeChange(event: number): void;
|