fantasy-ngzorro 1.3.29 → 1.3.31
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 +6049 -6035
- 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/fantasy-ngzorro.js +39 -39
- package/esm2015/fantasy-ngzorro.module.js +18 -18
- package/esm2015/hd-button/hd-button.component.js +91 -91
- package/esm2015/hd-button/hd-button.module.js +22 -22
- package/esm2015/hd-button/hd-button.service.js +36 -36
- package/esm2015/hd-button-group/hd-button-group.component.js +32 -32
- package/esm2015/hd-button-group/hd-button-group.module.js +22 -22
- package/esm2015/hd-component.module.js +44 -44
- package/esm2015/hd-current-table/hd-current-table.component.js +224 -224
- package/esm2015/hd-current-table/hd-current-table.module.js +23 -23
- package/esm2015/hd-current-table/hd-current-table.service.js +34 -34
- package/esm2015/hd-detail-form/hd-detail-form.component.js +64 -64
- package/esm2015/hd-detail-form/hd-detail-form.module.js +20 -20
- package/esm2015/hd-detail-form/hd-detail-form.service.js +17 -17
- package/esm2015/hd-detail-lines/hd-detail-lines.component.js +266 -266
- package/esm2015/hd-detail-lines/hd-detail-lines.module.js +23 -23
- package/esm2015/hd-detail-lines/hd-detail-lines.service.js +18 -18
- package/esm2015/hd-detail-tip/hd-detail-tip.component.js +61 -61
- package/esm2015/hd-detail-tip/hd-detail-tip.module.js +22 -22
- package/esm2015/hd-filter/hd-filter.component.js +193 -193
- package/esm2015/hd-filter/hd-filter.module.js +25 -25
- package/esm2015/hd-filter/hd-filter.service.js +80 -70
- package/esm2015/hd-form/hd-form.component.js +369 -369
- package/esm2015/hd-form/hd-form.module.js +25 -25
- package/esm2015/hd-form/hd-form.service.js +129 -129
- package/esm2015/hd-form-lines/hd-form-lines.component.js +1537 -1537
- package/esm2015/hd-form-lines/hd-form-lines.module.js +29 -29
- package/esm2015/hd-form-lines/hd-form-lines.service.js +121 -121
- package/esm2015/hd-log/hd-log.component.js +30 -30
- package/esm2015/hd-log/hd-log.module.js +25 -25
- package/esm2015/hd-log/hd-log.service.js +47 -47
- package/esm2015/hd-popconfirm/hd-popconfirm.component.js +52 -52
- package/esm2015/hd-popconfirm/hd-popconfirm.module.js +27 -27
- package/esm2015/hd-space/hd-space.component.js +51 -51
- package/esm2015/hd-space/hd-space.module.js +23 -23
- package/esm2015/hd-space/hd-space.service.js +33 -33
- package/esm2015/hd-status/hd-status.component.js +50 -50
- package/esm2015/hd-status/hd-status.module.js +27 -27
- package/esm2015/hd-status/hd-status.service.js +33 -33
- package/esm2015/hd-table/hd-table.component.js +972 -972
- package/esm2015/hd-table/hd-table.module.js +43 -43
- package/esm2015/hd-table/hd-table.service.js +116 -116
- package/esm2015/hd-tip/hd-tip.component.js +37 -37
- package/esm2015/hd-tip/hd-tip.module.js +20 -20
- package/esm2015/index.js +7 -7
- package/esm2015/model/colWidth.js +36 -36
- package/esm2015/model/common-type.js +122 -122
- package/esm2015/model/staticConst.js +8 -8
- package/esm2015/public-api.js +20 -20
- package/esm2015/service/common-session.service.js +37 -37
- package/esm2015/utils.js +128 -128
- package/esm5/fantasy-ngzorro.js +39 -39
- package/esm5/fantasy-ngzorro.module.js +22 -22
- package/esm5/hd-button/hd-button.component.js +104 -104
- package/esm5/hd-button/hd-button.module.js +26 -26
- package/esm5/hd-button/hd-button.service.js +39 -39
- package/esm5/hd-button-group/hd-button-group.component.js +38 -38
- package/esm5/hd-button-group/hd-button-group.module.js +26 -26
- package/esm5/hd-component.module.js +48 -48
- package/esm5/hd-current-table/hd-current-table.component.js +260 -260
- package/esm5/hd-current-table/hd-current-table.module.js +27 -27
- package/esm5/hd-current-table/hd-current-table.service.js +46 -46
- package/esm5/hd-detail-form/hd-detail-form.component.js +77 -77
- package/esm5/hd-detail-form/hd-detail-form.module.js +24 -24
- package/esm5/hd-detail-form/hd-detail-form.service.js +20 -20
- package/esm5/hd-detail-lines/hd-detail-lines.component.js +314 -314
- package/esm5/hd-detail-lines/hd-detail-lines.module.js +27 -27
- package/esm5/hd-detail-lines/hd-detail-lines.service.js +22 -22
- package/esm5/hd-detail-tip/hd-detail-tip.component.js +72 -72
- package/esm5/hd-detail-tip/hd-detail-tip.module.js +26 -26
- package/esm5/hd-filter/hd-filter.component.js +232 -232
- package/esm5/hd-filter/hd-filter.module.js +29 -29
- package/esm5/hd-filter/hd-filter.service.js +92 -78
- package/esm5/hd-form/hd-form.component.js +424 -424
- package/esm5/hd-form/hd-form.module.js +29 -29
- package/esm5/hd-form/hd-form.service.js +141 -141
- package/esm5/hd-form-lines/hd-form-lines.component.js +1844 -1844
- package/esm5/hd-form-lines/hd-form-lines.module.js +33 -33
- package/esm5/hd-form-lines/hd-form-lines.service.js +137 -137
- package/esm5/hd-log/hd-log.component.js +35 -35
- package/esm5/hd-log/hd-log.module.js +29 -29
- package/esm5/hd-log/hd-log.service.js +50 -50
- package/esm5/hd-popconfirm/hd-popconfirm.component.js +65 -65
- package/esm5/hd-popconfirm/hd-popconfirm.module.js +31 -31
- package/esm5/hd-space/hd-space.component.js +56 -56
- package/esm5/hd-space/hd-space.module.js +27 -27
- package/esm5/hd-space/hd-space.service.js +40 -40
- package/esm5/hd-status/hd-status.component.js +62 -62
- package/esm5/hd-status/hd-status.module.js +31 -31
- package/esm5/hd-status/hd-status.service.js +35 -35
- package/esm5/hd-table/hd-table.component.js +1100 -1100
- package/esm5/hd-table/hd-table.module.js +47 -47
- package/esm5/hd-table/hd-table.service.js +136 -136
- package/esm5/hd-tip/hd-tip.component.js +42 -42
- package/esm5/hd-tip/hd-tip.module.js +24 -24
- package/esm5/index.js +7 -7
- package/esm5/model/colWidth.js +36 -36
- package/esm5/model/common-type.js +146 -146
- package/esm5/model/staticConst.js +8 -8
- package/esm5/public-api.js +20 -20
- package/esm5/service/common-session.service.js +54 -54
- package/esm5/utils.js +128 -128
- package/fantasy-ngzorro.d.ts +34 -34
- package/fantasy-ngzorro.metadata.json +1 -1
- package/fantasy-ngzorro.module.d.ts +2 -2
- package/fesm2015/fantasy-ngzorro.js +5234 -5224
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +6058 -6045
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/hd-button/hd-button.component.d.ts +14 -14
- package/hd-button/hd-button.module.d.ts +2 -2
- package/hd-button/hd-button.service.d.ts +17 -17
- package/hd-button-group/hd-button-group.component.d.ts +7 -7
- package/hd-button-group/hd-button-group.module.d.ts +2 -2
- package/hd-component.module.d.ts +2 -2
- package/hd-current-table/hd-current-table.component.d.ts +43 -43
- package/hd-current-table/hd-current-table.module.d.ts +2 -2
- package/hd-current-table/hd-current-table.service.d.ts +13 -13
- package/hd-detail-form/hd-detail-form.component.d.ts +9 -9
- package/hd-detail-form/hd-detail-form.module.d.ts +2 -2
- package/hd-detail-form/hd-detail-form.service.d.ts +3 -3
- package/hd-detail-lines/hd-detail-lines.component.d.ts +48 -48
- package/hd-detail-lines/hd-detail-lines.module.d.ts +2 -2
- package/hd-detail-lines/hd-detail-lines.service.d.ts +7 -7
- package/hd-detail-tip/hd-detail-tip.component.d.ts +12 -12
- package/hd-detail-tip/hd-detail-tip.module.d.ts +2 -2
- package/hd-filter/hd-filter.component.d.ts +23 -23
- package/hd-filter/hd-filter.module.d.ts +2 -2
- package/hd-filter/hd-filter.service.d.ts +30 -25
- package/hd-form/hd-form.component.d.ts +25 -25
- package/hd-form/hd-form.module.d.ts +2 -2
- package/hd-form/hd-form.service.d.ts +51 -51
- package/hd-form-lines/hd-form-lines.component.d.ts +147 -147
- package/hd-form-lines/hd-form-lines.module.d.ts +2 -2
- package/hd-form-lines/hd-form-lines.service.d.ts +53 -53
- package/hd-log/hd-log.component.d.ts +6 -6
- package/hd-log/hd-log.module.d.ts +2 -2
- package/hd-log/hd-log.service.d.ts +6 -6
- package/hd-popconfirm/hd-popconfirm.component.d.ts +10 -10
- package/hd-popconfirm/hd-popconfirm.module.d.ts +2 -2
- package/hd-space/hd-space.component.d.ts +10 -10
- package/hd-space/hd-space.module.d.ts +2 -2
- package/hd-space/hd-space.service.d.ts +12 -12
- package/hd-status/hd-status.component.d.ts +9 -9
- package/hd-status/hd-status.module.d.ts +2 -2
- package/hd-status/hd-status.service.d.ts +11 -11
- package/hd-table/hd-table.component.d.ts +91 -91
- package/hd-table/hd-table.module.d.ts +2 -2
- package/hd-table/hd-table.service.d.ts +42 -42
- package/hd-tip/hd-tip.component.d.ts +8 -8
- package/hd-tip/hd-tip.module.d.ts +2 -2
- package/index.d.ts +2 -2
- package/model/colWidth.d.ts +17 -17
- package/model/common-type.d.ts +46 -46
- package/model/staticConst.d.ts +3 -3
- package/package.json +1 -1
- package/public-api.d.ts +15 -15
- package/service/common-session.service.d.ts +5 -5
- package/utils.d.ts +28 -28
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { EventEmitter, OnInit, SimpleChange } from '@angular/core';
|
|
2
|
-
import { ButtonSize, ButtonType } from './hd-button.service';
|
|
3
|
-
export declare class HdButtonComponent implements OnInit {
|
|
4
|
-
type: ButtonType;
|
|
5
|
-
size: ButtonSize;
|
|
6
|
-
loading: boolean;
|
|
7
|
-
disabled: boolean;
|
|
8
|
-
clickAction: EventEmitter<any>;
|
|
9
|
-
nzOnConfirm: EventEmitter<any>;
|
|
10
|
-
constructor();
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
ngOnChanges(changes: SimpleChange): void;
|
|
13
|
-
innerClickAction(option: any): void;
|
|
14
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit, SimpleChange } from '@angular/core';
|
|
2
|
+
import { ButtonSize, ButtonType } from './hd-button.service';
|
|
3
|
+
export declare class HdButtonComponent implements OnInit {
|
|
4
|
+
type: ButtonType;
|
|
5
|
+
size: ButtonSize;
|
|
6
|
+
loading: boolean;
|
|
7
|
+
disabled: boolean;
|
|
8
|
+
clickAction: EventEmitter<any>;
|
|
9
|
+
nzOnConfirm: EventEmitter<any>;
|
|
10
|
+
constructor();
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
ngOnChanges(changes: SimpleChange): void;
|
|
13
|
+
innerClickAction(option: any): void;
|
|
14
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class HdButtonModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class HdButtonModule {
|
|
2
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export declare enum ButtonType {
|
|
2
|
-
primary = "primary",
|
|
3
|
-
dashed = "dashed",
|
|
4
|
-
danger = "danger",
|
|
5
|
-
default = "default",
|
|
6
|
-
link = "link",
|
|
7
|
-
submit = "submit",
|
|
8
|
-
reset = "reset",
|
|
9
|
-
add = "add"
|
|
10
|
-
}
|
|
11
|
-
export declare enum ButtonSize {
|
|
12
|
-
normal = "normal",
|
|
13
|
-
small = "small"
|
|
14
|
-
}
|
|
15
|
-
export declare class HdButtonService {
|
|
16
|
-
constructor();
|
|
17
|
-
}
|
|
1
|
+
export declare enum ButtonType {
|
|
2
|
+
primary = "primary",
|
|
3
|
+
dashed = "dashed",
|
|
4
|
+
danger = "danger",
|
|
5
|
+
default = "default",
|
|
6
|
+
link = "link",
|
|
7
|
+
submit = "submit",
|
|
8
|
+
reset = "reset",
|
|
9
|
+
add = "add"
|
|
10
|
+
}
|
|
11
|
+
export declare enum ButtonSize {
|
|
12
|
+
normal = "normal",
|
|
13
|
+
small = "small"
|
|
14
|
+
}
|
|
15
|
+
export declare class HdButtonService {
|
|
16
|
+
constructor();
|
|
17
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
|
-
export declare class HdButtonGroupComponent implements OnInit {
|
|
3
|
-
buttonGroupLeft: TemplateRef<any>;
|
|
4
|
-
buttonGroupRight: TemplateRef<any>;
|
|
5
|
-
constructor();
|
|
6
|
-
ngOnInit(): void;
|
|
7
|
-
}
|
|
1
|
+
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
|
+
export declare class HdButtonGroupComponent implements OnInit {
|
|
3
|
+
buttonGroupLeft: TemplateRef<any>;
|
|
4
|
+
buttonGroupRight: TemplateRef<any>;
|
|
5
|
+
constructor();
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class HdButtonGroupModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class HdButtonGroupModule {
|
|
2
|
+
}
|
package/hd-component.module.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class HdComponentModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class HdComponentModule {
|
|
2
|
+
}
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import { EventEmitter, OnInit, SimpleChange, TemplateRef } from '@angular/core';
|
|
2
|
-
import { TableTotalOption } from './hd-current-table.service';
|
|
3
|
-
import { Page } from '../model/common-type';
|
|
4
|
-
export declare class HdCurrentTableComponent implements OnInit {
|
|
5
|
-
tableData: Page<any>;
|
|
6
|
-
scroll: {
|
|
7
|
-
[key: string]: string;
|
|
8
|
-
};
|
|
9
|
-
showSelected: boolean;
|
|
10
|
-
selectField: string;
|
|
11
|
-
showTableTotal: boolean;
|
|
12
|
-
tableTotalOption: Array<TableTotalOption>;
|
|
13
|
-
selectEvent: EventEmitter<{}>;
|
|
14
|
-
tableSearchEvent: EventEmitter<{}>;
|
|
15
|
-
tableHead: TemplateRef<any>;
|
|
16
|
-
tableBody: TemplateRef<any>;
|
|
17
|
-
tableTotal: TemplateRef<any>;
|
|
18
|
-
tableLoading: boolean;
|
|
19
|
-
tablePageIndex: number;
|
|
20
|
-
tablePageSize: number;
|
|
21
|
-
tablePageIndexChange: EventEmitter<any>;
|
|
22
|
-
tablePageSizeChange: EventEmitter<any>;
|
|
23
|
-
isAllDisplayDataChecked: boolean;
|
|
24
|
-
isIndeterminate: boolean;
|
|
25
|
-
listOfDisplayData: any[];
|
|
26
|
-
listOfAllData: any[];
|
|
27
|
-
listOfSelection: Array<any> | TemplateRef<void>;
|
|
28
|
-
mapOfCheckedId: {
|
|
29
|
-
[key: string]: boolean;
|
|
30
|
-
};
|
|
31
|
-
mapOfCheckList: {
|
|
32
|
-
[key: string]: any;
|
|
33
|
-
};
|
|
34
|
-
tableTotalOptionList: any[];
|
|
35
|
-
constructor();
|
|
36
|
-
ngOnInit(): void;
|
|
37
|
-
ngOnChanges(changes: SimpleChange): void;
|
|
38
|
-
currentPageDataChange($event: any): void;
|
|
39
|
-
search(reset: boolean): void;
|
|
40
|
-
resetStatus(): void;
|
|
41
|
-
refreshStatus(event?: boolean, data?: any): void;
|
|
42
|
-
checkAll(value: boolean): void;
|
|
43
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit, SimpleChange, TemplateRef } from '@angular/core';
|
|
2
|
+
import { TableTotalOption } from './hd-current-table.service';
|
|
3
|
+
import { Page } from '../model/common-type';
|
|
4
|
+
export declare class HdCurrentTableComponent implements OnInit {
|
|
5
|
+
tableData: Page<any>;
|
|
6
|
+
scroll: {
|
|
7
|
+
[key: string]: string;
|
|
8
|
+
};
|
|
9
|
+
showSelected: boolean;
|
|
10
|
+
selectField: string;
|
|
11
|
+
showTableTotal: boolean;
|
|
12
|
+
tableTotalOption: Array<TableTotalOption>;
|
|
13
|
+
selectEvent: EventEmitter<{}>;
|
|
14
|
+
tableSearchEvent: EventEmitter<{}>;
|
|
15
|
+
tableHead: TemplateRef<any>;
|
|
16
|
+
tableBody: TemplateRef<any>;
|
|
17
|
+
tableTotal: TemplateRef<any>;
|
|
18
|
+
tableLoading: boolean;
|
|
19
|
+
tablePageIndex: number;
|
|
20
|
+
tablePageSize: number;
|
|
21
|
+
tablePageIndexChange: EventEmitter<any>;
|
|
22
|
+
tablePageSizeChange: EventEmitter<any>;
|
|
23
|
+
isAllDisplayDataChecked: boolean;
|
|
24
|
+
isIndeterminate: boolean;
|
|
25
|
+
listOfDisplayData: any[];
|
|
26
|
+
listOfAllData: any[];
|
|
27
|
+
listOfSelection: Array<any> | TemplateRef<void>;
|
|
28
|
+
mapOfCheckedId: {
|
|
29
|
+
[key: string]: boolean;
|
|
30
|
+
};
|
|
31
|
+
mapOfCheckList: {
|
|
32
|
+
[key: string]: any;
|
|
33
|
+
};
|
|
34
|
+
tableTotalOptionList: any[];
|
|
35
|
+
constructor();
|
|
36
|
+
ngOnInit(): void;
|
|
37
|
+
ngOnChanges(changes: SimpleChange): void;
|
|
38
|
+
currentPageDataChange($event: any): void;
|
|
39
|
+
search(reset: boolean): void;
|
|
40
|
+
resetStatus(): void;
|
|
41
|
+
refreshStatus(event?: boolean, data?: any): void;
|
|
42
|
+
checkAll(value: boolean): void;
|
|
43
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class HdCurrentTableModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class HdCurrentTableModule {
|
|
2
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { HdOption } from "../model/common-type";
|
|
2
|
-
export declare class TableColumn {
|
|
3
|
-
label: string;
|
|
4
|
-
name: string;
|
|
5
|
-
value?: string | boolean | Array<string | Date> | null;
|
|
6
|
-
selectList?: Array<HdOption>;
|
|
7
|
-
show?: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare class TableTotalOption {
|
|
10
|
-
columnNumber: number;
|
|
11
|
-
insertIndex: number;
|
|
12
|
-
insertName: string;
|
|
13
|
-
}
|
|
1
|
+
import { HdOption } from "../model/common-type";
|
|
2
|
+
export declare class TableColumn {
|
|
3
|
+
label: string;
|
|
4
|
+
name: string;
|
|
5
|
+
value?: string | boolean | Array<string | Date> | null;
|
|
6
|
+
selectList?: Array<HdOption>;
|
|
7
|
+
show?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare class TableTotalOption {
|
|
10
|
+
columnNumber: number;
|
|
11
|
+
insertIndex: number;
|
|
12
|
+
insertName: string;
|
|
13
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { OnInit, SimpleChange } from '@angular/core';
|
|
2
|
-
import { HdOption } from '../model/common-type';
|
|
3
|
-
export declare class HdDetailFormComponent implements OnInit {
|
|
4
|
-
formCols: Array<HdOption>;
|
|
5
|
-
constructor();
|
|
6
|
-
ngOnInit(): void;
|
|
7
|
-
ngOnChanges(changes: SimpleChange): void;
|
|
8
|
-
triggerEvent(fn: any): void;
|
|
9
|
-
}
|
|
1
|
+
import { OnInit, SimpleChange } from '@angular/core';
|
|
2
|
+
import { HdOption } from '../model/common-type';
|
|
3
|
+
export declare class HdDetailFormComponent implements OnInit {
|
|
4
|
+
formCols: Array<HdOption>;
|
|
5
|
+
constructor();
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
ngOnChanges(changes: SimpleChange): void;
|
|
8
|
+
triggerEvent(fn: any): void;
|
|
9
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class HdDetailFormModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class HdDetailFormModule {
|
|
2
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare class HdDetailFormService {
|
|
2
|
-
constructor();
|
|
3
|
-
}
|
|
1
|
+
export declare class HdDetailFormService {
|
|
2
|
+
constructor();
|
|
3
|
+
}
|
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
2
|
-
import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
|
|
3
|
-
import { Page } from '../model/common-type';
|
|
4
|
-
import { TotalOption } from './hd-detail-lines.service';
|
|
5
|
-
export declare class HdDetailLinesComponent implements OnInit {
|
|
6
|
-
lines: Array<any>;
|
|
7
|
-
showSelected: boolean;
|
|
8
|
-
allowDrop: boolean;
|
|
9
|
-
scroll: {
|
|
10
|
-
[key: string]: string;
|
|
11
|
-
};
|
|
12
|
-
selectField: string;
|
|
13
|
-
selectedField: string;
|
|
14
|
-
selectEvent: EventEmitter<{}>;
|
|
15
|
-
detailLineHead: TemplateRef<any>;
|
|
16
|
-
detailLineBody: TemplateRef<any>;
|
|
17
|
-
showTotal: boolean;
|
|
18
|
-
totalOption: Array<TotalOption>;
|
|
19
|
-
columnsNumber: number | string;
|
|
20
|
-
hdFrontPagination: boolean;
|
|
21
|
-
totalOptionList: any[];
|
|
22
|
-
tableData: Page<any>;
|
|
23
|
-
tableLoading: boolean;
|
|
24
|
-
tablePageIndex: number;
|
|
25
|
-
tablePageSize: number;
|
|
26
|
-
isAllDisplayDataChecked: boolean;
|
|
27
|
-
isIndeterminate: boolean;
|
|
28
|
-
listOfDisplayData: any[];
|
|
29
|
-
listOfAllData: any[];
|
|
30
|
-
listOfSelection: Array<any> | TemplateRef<void>;
|
|
31
|
-
mapOfCheckedId: {
|
|
32
|
-
[key: string]: boolean;
|
|
33
|
-
};
|
|
34
|
-
mapOfCheckList: {
|
|
35
|
-
[key: string]: any;
|
|
36
|
-
};
|
|
37
|
-
constructor();
|
|
38
|
-
ngOnInit(): void;
|
|
39
|
-
ngOnChanges(): void;
|
|
40
|
-
private countSelected;
|
|
41
|
-
readonly LodashRound: any;
|
|
42
|
-
drop(event: CdkDragDrop<string[]>): void;
|
|
43
|
-
calculateTotal(): void;
|
|
44
|
-
currentPageDataChange($event: any): void;
|
|
45
|
-
resetStatus(): void;
|
|
46
|
-
refreshStatus(event?: boolean, data?: any): void;
|
|
47
|
-
checkAll(value: boolean): void;
|
|
48
|
-
}
|
|
1
|
+
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
2
|
+
import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
|
|
3
|
+
import { Page } from '../model/common-type';
|
|
4
|
+
import { TotalOption } from './hd-detail-lines.service';
|
|
5
|
+
export declare class HdDetailLinesComponent implements OnInit {
|
|
6
|
+
lines: Array<any>;
|
|
7
|
+
showSelected: boolean;
|
|
8
|
+
allowDrop: boolean;
|
|
9
|
+
scroll: {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
selectField: string;
|
|
13
|
+
selectedField: string;
|
|
14
|
+
selectEvent: EventEmitter<{}>;
|
|
15
|
+
detailLineHead: TemplateRef<any>;
|
|
16
|
+
detailLineBody: TemplateRef<any>;
|
|
17
|
+
showTotal: boolean;
|
|
18
|
+
totalOption: Array<TotalOption>;
|
|
19
|
+
columnsNumber: number | string;
|
|
20
|
+
hdFrontPagination: boolean;
|
|
21
|
+
totalOptionList: any[];
|
|
22
|
+
tableData: Page<any>;
|
|
23
|
+
tableLoading: boolean;
|
|
24
|
+
tablePageIndex: number;
|
|
25
|
+
tablePageSize: number;
|
|
26
|
+
isAllDisplayDataChecked: boolean;
|
|
27
|
+
isIndeterminate: boolean;
|
|
28
|
+
listOfDisplayData: any[];
|
|
29
|
+
listOfAllData: any[];
|
|
30
|
+
listOfSelection: Array<any> | TemplateRef<void>;
|
|
31
|
+
mapOfCheckedId: {
|
|
32
|
+
[key: string]: boolean;
|
|
33
|
+
};
|
|
34
|
+
mapOfCheckList: {
|
|
35
|
+
[key: string]: any;
|
|
36
|
+
};
|
|
37
|
+
constructor();
|
|
38
|
+
ngOnInit(): void;
|
|
39
|
+
ngOnChanges(): void;
|
|
40
|
+
private countSelected;
|
|
41
|
+
readonly LodashRound: any;
|
|
42
|
+
drop(event: CdkDragDrop<string[]>): void;
|
|
43
|
+
calculateTotal(): void;
|
|
44
|
+
currentPageDataChange($event: any): void;
|
|
45
|
+
resetStatus(): void;
|
|
46
|
+
refreshStatus(event?: boolean, data?: any): void;
|
|
47
|
+
checkAll(value: boolean): void;
|
|
48
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class HdDetailLinesModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class HdDetailLinesModule {
|
|
2
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare class TotalOption {
|
|
2
|
-
insertIndex: number;
|
|
3
|
-
insertValue: any;
|
|
4
|
-
align?: string;
|
|
5
|
-
showDecimal?: boolean;
|
|
6
|
-
isHide?: boolean;
|
|
7
|
-
}
|
|
1
|
+
export declare class TotalOption {
|
|
2
|
+
insertIndex: number;
|
|
3
|
+
insertValue: any;
|
|
4
|
+
align?: string;
|
|
5
|
+
showDecimal?: boolean;
|
|
6
|
+
isHide?: boolean;
|
|
7
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
export declare class HdDetailTipComponent implements OnInit {
|
|
3
|
-
constructor();
|
|
4
|
-
state: string;
|
|
5
|
-
stateText: string;
|
|
6
|
-
billNumber: string;
|
|
7
|
-
tip: string;
|
|
8
|
-
statusColor: string;
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
ngOnChanges(): void;
|
|
11
|
-
setStatusColor(): void;
|
|
12
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
export declare class HdDetailTipComponent implements OnInit {
|
|
3
|
+
constructor();
|
|
4
|
+
state: string;
|
|
5
|
+
stateText: string;
|
|
6
|
+
billNumber: string;
|
|
7
|
+
tip: string;
|
|
8
|
+
statusColor: string;
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
ngOnChanges(): void;
|
|
11
|
+
setStatusColor(): void;
|
|
12
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class HdDetailTipModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class HdDetailTipModule {
|
|
2
|
+
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { Filter } from './hd-filter.service';
|
|
4
|
-
export declare class HdFilterComponent implements OnInit {
|
|
5
|
-
private fb;
|
|
6
|
-
filterList: Array<Filter>;
|
|
7
|
-
searchEvent: EventEmitter<{}>;
|
|
8
|
-
resetEvent: EventEmitter<{}>;
|
|
9
|
-
validateFilterForm: FormGroup;
|
|
10
|
-
isShowMore: boolean;
|
|
11
|
-
filterListModular: number;
|
|
12
|
-
constructor(fb: FormBuilder);
|
|
13
|
-
ngOnInit(): void;
|
|
14
|
-
ngOnChanges(): void;
|
|
15
|
-
private init;
|
|
16
|
-
triggerEvent(fn: any, event: any, selectOption?: any): void;
|
|
17
|
-
computeOffset(): number;
|
|
18
|
-
private checkList;
|
|
19
|
-
submitForm(): void;
|
|
20
|
-
resetForm(): void;
|
|
21
|
-
showMore(): void;
|
|
22
|
-
inputClean(filter: Filter): void;
|
|
23
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
+
import { Filter } from './hd-filter.service';
|
|
4
|
+
export declare class HdFilterComponent implements OnInit {
|
|
5
|
+
private fb;
|
|
6
|
+
filterList: Array<Filter>;
|
|
7
|
+
searchEvent: EventEmitter<{}>;
|
|
8
|
+
resetEvent: EventEmitter<{}>;
|
|
9
|
+
validateFilterForm: FormGroup;
|
|
10
|
+
isShowMore: boolean;
|
|
11
|
+
filterListModular: number;
|
|
12
|
+
constructor(fb: FormBuilder);
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
ngOnChanges(): void;
|
|
15
|
+
private init;
|
|
16
|
+
triggerEvent(fn: any, event: any, selectOption?: any): void;
|
|
17
|
+
computeOffset(): number;
|
|
18
|
+
private checkList;
|
|
19
|
+
submitForm(): void;
|
|
20
|
+
resetForm(): void;
|
|
21
|
+
showMore(): void;
|
|
22
|
+
inputClean(filter: Filter): void;
|
|
23
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class HdFilterModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class HdFilterModule {
|
|
2
|
+
}
|
|
@@ -1,25 +1,30 @@
|
|
|
1
|
-
import { SelectOption } from '../model/common-type';
|
|
2
|
-
export declare class Filter {
|
|
3
|
-
type: FilterListType;
|
|
4
|
-
label: string;
|
|
5
|
-
name: string;
|
|
6
|
-
placeholder?: string;
|
|
7
|
-
value?: string | boolean | number | Array<string | Date> | null;
|
|
8
|
-
show?: boolean;
|
|
9
|
-
selectOption?: SelectOption;
|
|
10
|
-
onSearchEvent?: Function;
|
|
11
|
-
onChangeEvent?: Function;
|
|
12
|
-
hdDisabledDate?: Function;
|
|
13
|
-
showTime?: boolean;
|
|
14
|
-
require?: boolean;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
1
|
+
import { SelectOption } from '../model/common-type';
|
|
2
|
+
export declare class Filter {
|
|
3
|
+
type: FilterListType;
|
|
4
|
+
label: string;
|
|
5
|
+
name: string;
|
|
6
|
+
placeholder?: string;
|
|
7
|
+
value?: string | boolean | number | Array<string | Date> | null;
|
|
8
|
+
show?: boolean;
|
|
9
|
+
selectOption?: SelectOption;
|
|
10
|
+
onSearchEvent?: Function;
|
|
11
|
+
onChangeEvent?: Function;
|
|
12
|
+
hdDisabledDate?: Function;
|
|
13
|
+
showTime?: boolean;
|
|
14
|
+
require?: boolean;
|
|
15
|
+
cascaderOption?: CascaderOption;
|
|
16
|
+
}
|
|
17
|
+
export declare class CascaderOption {
|
|
18
|
+
options: Array<any>;
|
|
19
|
+
}
|
|
20
|
+
export declare enum FilterListType {
|
|
21
|
+
Input = 0,
|
|
22
|
+
Select = 1,
|
|
23
|
+
Date = 2,
|
|
24
|
+
DateRange = 3,
|
|
25
|
+
MultipleSelect = 4,
|
|
26
|
+
Cascader = 5
|
|
27
|
+
}
|
|
28
|
+
export declare class HdFilterService {
|
|
29
|
+
constructor();
|
|
30
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { EventEmitter, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { FormItem } from './hd-form.service';
|
|
4
|
-
export declare class HdFormComponent implements OnInit {
|
|
5
|
-
private fb;
|
|
6
|
-
formList: Array<FormItem>;
|
|
7
|
-
changeEvent: EventEmitter<{}>;
|
|
8
|
-
validateHdForm: FormGroup;
|
|
9
|
-
inputValue: string;
|
|
10
|
-
private searchSubject;
|
|
11
|
-
private debounceTimeout;
|
|
12
|
-
private searchSubscription;
|
|
13
|
-
constructor(fb: FormBuilder);
|
|
14
|
-
ngOnInit(): void;
|
|
15
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
16
|
-
onSearchEvent(fn: any, event: any, onSearchEventDebounceTime: any): void;
|
|
17
|
-
triggerEvent(fn: any, event: any): void;
|
|
18
|
-
private init;
|
|
19
|
-
private dealRow;
|
|
20
|
-
private onHdFormValueChanged;
|
|
21
|
-
private checkList;
|
|
22
|
-
submitForm(): void;
|
|
23
|
-
resetForm(): void;
|
|
24
|
-
inputClean(filter: FormItem): void;
|
|
25
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
+
import { FormItem } from './hd-form.service';
|
|
4
|
+
export declare class HdFormComponent implements OnInit {
|
|
5
|
+
private fb;
|
|
6
|
+
formList: Array<FormItem>;
|
|
7
|
+
changeEvent: EventEmitter<{}>;
|
|
8
|
+
validateHdForm: FormGroup;
|
|
9
|
+
inputValue: string;
|
|
10
|
+
private searchSubject;
|
|
11
|
+
private debounceTimeout;
|
|
12
|
+
private searchSubscription;
|
|
13
|
+
constructor(fb: FormBuilder);
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
16
|
+
onSearchEvent(fn: any, event: any, onSearchEventDebounceTime: any): void;
|
|
17
|
+
triggerEvent(fn: any, event: any): void;
|
|
18
|
+
private init;
|
|
19
|
+
private dealRow;
|
|
20
|
+
private onHdFormValueChanged;
|
|
21
|
+
private checkList;
|
|
22
|
+
submitForm(): void;
|
|
23
|
+
resetForm(): void;
|
|
24
|
+
inputClean(filter: FormItem): void;
|
|
25
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class HdFormModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class HdFormModule {
|
|
2
|
+
}
|