@ebuilding/dialog 2.0.0

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.
Files changed (103) hide show
  1. package/LICENSE +0 -0
  2. package/README.md +0 -0
  3. package/basic/index.d.ts +1 -0
  4. package/basic/src/default/index.d.ts +42 -0
  5. package/basic/src/epage/index.d.ts +52 -0
  6. package/basic/src/index.module.d.ts +8 -0
  7. package/basic/src/public_api.d.ts +3 -0
  8. package/common/list/index.d.ts +1 -0
  9. package/common/list/src/component/card/index.d.ts +18 -0
  10. package/common/list/src/component/table/index.d.ts +18 -0
  11. package/common/list/src/component/table-tree/index.d.ts +16 -0
  12. package/common/list/src/default/index.d.ts +30 -0
  13. package/common/list/src/index.module.d.ts +10 -0
  14. package/common/list/src/public_api.d.ts +2 -0
  15. package/common/list/src/service/list.service.d.ts +38 -0
  16. package/common/list-tree/index.d.ts +1 -0
  17. package/common/list-tree/src/component/list/index.d.ts +16 -0
  18. package/common/list-tree/src/component/tree/index.d.ts +15 -0
  19. package/common/list-tree/src/default/index.d.ts +26 -0
  20. package/common/list-tree/src/index.module.d.ts +10 -0
  21. package/common/list-tree/src/main/index.d.ts +16 -0
  22. package/common/list-tree/src/public_api.d.ts +3 -0
  23. package/common/list-tree/src/service/tree.service.d.ts +61 -0
  24. package/common/page.service/index.d.ts +127 -0
  25. package/default/index.d.ts +1 -0
  26. package/default/src/index.module.d.ts +8 -0
  27. package/default/src/main/index.d.ts +18 -0
  28. package/default/src/public_api.d.ts +2 -0
  29. package/default/src/service/dialog.service.d.ts +14 -0
  30. package/default/src/tag/index.d.ts +14 -0
  31. package/dict/index.d.ts +1 -0
  32. package/dict/src/components/etable/index.d.ts +20 -0
  33. package/dict/src/components/eview/index.d.ts +20 -0
  34. package/dict/src/default/index.d.ts +21 -0
  35. package/dict/src/index.module.d.ts +9 -0
  36. package/dict/src/public_api.d.ts +2 -0
  37. package/emp/index.d.ts +1 -0
  38. package/emp/src/default/index.d.ts +16 -0
  39. package/emp/src/index.module.d.ts +9 -0
  40. package/emp/src/list/index.d.ts +22 -0
  41. package/emp/src/org/index.d.ts +45 -0
  42. package/emp/src/public_api.d.ts +2 -0
  43. package/epage/index.d.ts +1 -0
  44. package/epage/src/default/index.d.ts +61 -0
  45. package/epage/src/index.module.d.ts +7 -0
  46. package/epage/src/public_api.d.ts +2 -0
  47. package/fesm2022/basic.mjs +407 -0
  48. package/fesm2022/basic.mjs.map +1 -0
  49. package/fesm2022/common.list-tree.mjs +475 -0
  50. package/fesm2022/common.list-tree.mjs.map +1 -0
  51. package/fesm2022/common.list.mjs +315 -0
  52. package/fesm2022/common.list.mjs.map +1 -0
  53. package/fesm2022/default.mjs +168 -0
  54. package/fesm2022/default.mjs.map +1 -0
  55. package/fesm2022/dict.mjs +203 -0
  56. package/fesm2022/dict.mjs.map +1 -0
  57. package/fesm2022/ebuilding-dialog.mjs +6 -0
  58. package/fesm2022/ebuilding-dialog.mjs.map +1 -0
  59. package/fesm2022/emp.mjs +240 -0
  60. package/fesm2022/emp.mjs.map +1 -0
  61. package/fesm2022/epage.mjs +320 -0
  62. package/fesm2022/epage.mjs.map +1 -0
  63. package/fesm2022/list.mjs +150 -0
  64. package/fesm2022/list.mjs.map +1 -0
  65. package/fesm2022/org.mjs +139 -0
  66. package/fesm2022/org.mjs.map +1 -0
  67. package/fesm2022/page.service.mjs +701 -0
  68. package/fesm2022/page.service.mjs.map +1 -0
  69. package/fesm2022/position.mjs +316 -0
  70. package/fesm2022/position.mjs.map +1 -0
  71. package/fesm2022/ref.mjs +319 -0
  72. package/fesm2022/ref.mjs.map +1 -0
  73. package/fesm2022/tree.mjs +165 -0
  74. package/fesm2022/tree.mjs.map +1 -0
  75. package/index.d.ts +1 -0
  76. package/list/index.d.ts +1 -0
  77. package/list/src/default/index.d.ts +26 -0
  78. package/list/src/index.module.d.ts +7 -0
  79. package/list/src/public_api.d.ts +2 -0
  80. package/org/index.d.ts +1 -0
  81. package/org/src/default/index.d.ts +19 -0
  82. package/org/src/index.module.d.ts +8 -0
  83. package/org/src/info/index.d.ts +21 -0
  84. package/org/src/public_api.d.ts +2 -0
  85. package/package.json +72 -0
  86. package/position/index.d.ts +1 -0
  87. package/position/src/default/index.d.ts +18 -0
  88. package/position/src/index.module.d.ts +10 -0
  89. package/position/src/list/index.d.ts +22 -0
  90. package/position/src/org/index.d.ts +45 -0
  91. package/position/src/public_api.d.ts +2 -0
  92. package/position/src/service.d.ts +5 -0
  93. package/position/src/tree/index.d.ts +26 -0
  94. package/ref/index.d.ts +1 -0
  95. package/ref/src/default/index.d.ts +38 -0
  96. package/ref/src/index.module.d.ts +8 -0
  97. package/ref/src/main/index.d.ts +37 -0
  98. package/ref/src/public_api.d.ts +3 -0
  99. package/tree/index.d.ts +1 -0
  100. package/tree/src/default/index.d.ts +23 -0
  101. package/tree/src/index.module.d.ts +8 -0
  102. package/tree/src/page-tree/index.d.ts +29 -0
  103. package/tree/src/public_api.d.ts +3 -0
@@ -0,0 +1,26 @@
1
+ import { OnInit, OnChanges, EventEmitter, SimpleChanges } from '@angular/core';
2
+ import { _HttpClient } from '@delon/theme';
3
+ import * as i0 from "@angular/core";
4
+ export declare class PageDialogListComponent implements OnInit, OnChanges {
5
+ http: _HttpClient;
6
+ parameter: any;
7
+ selectData: any;
8
+ pageConfig: any;
9
+ /**
10
+ * 模式:动态|静态
11
+ */
12
+ mold: any;
13
+ primary: any;
14
+ listOperation: any;
15
+ config: any;
16
+ tagData: any;
17
+ itemSelected: EventEmitter<any>;
18
+ constructor(http: _HttpClient);
19
+ ngOnInit(): void;
20
+ ngOnChanges(changes: SimpleChanges): void;
21
+ listSelectChange(e: any): void;
22
+ loadPrimaryChange(e: any): void;
23
+ loadAfterDataChange(e: any): void;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<PageDialogListComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<PageDialogListComponent, "page-dialog-list", never, { "config": { "alias": "config"; "required": false; }; "tagData": { "alias": "tagData"; "required": false; }; }, { "itemSelected": "itemSelected"; }, never, never, true, never>;
26
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./default/index";
3
+ export declare class DialogListModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialogListModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DialogListModule, never, [typeof i1.PageDialogListComponent], [typeof i1.PageDialogListComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<DialogListModule>;
7
+ }
@@ -0,0 +1,2 @@
1
+ export { DialogListModule } from './index.module';
2
+ export { PageDialogListComponent } from './default/index';
package/org/index.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from './src/public_api';
@@ -0,0 +1,19 @@
1
+ import { OnInit, OnChanges, EventEmitter, SimpleChanges } from '@angular/core';
2
+ import { _HttpClient } from '@delon/theme';
3
+ import * as i0 from "@angular/core";
4
+ export declare class PageDialogOrgComponent implements OnInit, OnChanges {
5
+ http: _HttpClient;
6
+ loading: boolean;
7
+ data: any[];
8
+ config: any;
9
+ tagData: any;
10
+ tenantId: any;
11
+ itemSelected: EventEmitter<any>;
12
+ constructor(http: _HttpClient);
13
+ ngOnInit(): void;
14
+ ngOnChanges(changes: SimpleChanges): void;
15
+ dataChange(e: any): void;
16
+ getOrgGroupData(): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<PageDialogOrgComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<PageDialogOrgComponent, "page-dialog-org", never, { "config": { "alias": "config"; "required": false; }; "tagData": { "alias": "tagData"; "required": false; }; }, { "itemSelected": "itemSelected"; }, never, never, true, never>;
19
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./default/index";
3
+ import * as i2 from "./info/index";
4
+ export declare class DialogOrgModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialogOrgModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DialogOrgModule, never, [typeof i1.PageDialogOrgComponent, typeof i2.OrgInfoComponent], [typeof i1.PageDialogOrgComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<DialogOrgModule>;
8
+ }
@@ -0,0 +1,21 @@
1
+ import { EventEmitter, OnInit, OnChanges } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class OrgInfoComponent implements OnInit, OnChanges {
4
+ pageConfig: any;
5
+ /**
6
+ * 选择类型 - 单选|多选
7
+ */
8
+ selectType: any;
9
+ selectData: any;
10
+ data: any;
11
+ tagData: any;
12
+ itemSelected: EventEmitter<any>;
13
+ constructor();
14
+ ngOnInit(): void;
15
+ ngAfterViewInit(): void;
16
+ ngOnChanges(change: any): void;
17
+ dataChange(e: any): void;
18
+ getTreeConfig(): void;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<OrgInfoComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<OrgInfoComponent, "org-info", never, { "data": { "alias": "data"; "required": false; }; "tagData": { "alias": "tagData"; "required": false; }; }, { "itemSelected": "itemSelected"; }, never, never, true, never>;
21
+ }
@@ -0,0 +1,2 @@
1
+ export { DialogOrgModule } from './index.module';
2
+ export { PageDialogOrgComponent } from './default/index';
package/package.json ADDED
@@ -0,0 +1,72 @@
1
+ {
2
+ "name": "@ebuilding/dialog",
3
+ "version": "2.0.0",
4
+ "dependencies": {
5
+ "extend": "undefined",
6
+ "tslib": "^2.3.0"
7
+ },
8
+ "module": "fesm2022/ebuilding-dialog.mjs",
9
+ "typings": "index.d.ts",
10
+ "exports": {
11
+ "./package.json": {
12
+ "default": "./package.json"
13
+ },
14
+ ".": {
15
+ "types": "./index.d.ts",
16
+ "default": "./fesm2022/ebuilding-dialog.mjs"
17
+ },
18
+ "./basic": {
19
+ "types": "./basic/index.d.ts",
20
+ "default": "./fesm2022/basic.mjs"
21
+ },
22
+ "./dict": {
23
+ "types": "./dict/index.d.ts",
24
+ "default": "./fesm2022/dict.mjs"
25
+ },
26
+ "./emp": {
27
+ "types": "./emp/index.d.ts",
28
+ "default": "./fesm2022/emp.mjs"
29
+ },
30
+ "./epage": {
31
+ "types": "./epage/index.d.ts",
32
+ "default": "./fesm2022/epage.mjs"
33
+ },
34
+ "./default": {
35
+ "types": "./default/index.d.ts",
36
+ "default": "./fesm2022/default.mjs"
37
+ },
38
+ "./list": {
39
+ "types": "./list/index.d.ts",
40
+ "default": "./fesm2022/list.mjs"
41
+ },
42
+ "./ref": {
43
+ "types": "./ref/index.d.ts",
44
+ "default": "./fesm2022/ref.mjs"
45
+ },
46
+ "./org": {
47
+ "types": "./org/index.d.ts",
48
+ "default": "./fesm2022/org.mjs"
49
+ },
50
+ "./position": {
51
+ "types": "./position/index.d.ts",
52
+ "default": "./fesm2022/position.mjs"
53
+ },
54
+ "./tree": {
55
+ "types": "./tree/index.d.ts",
56
+ "default": "./fesm2022/tree.mjs"
57
+ },
58
+ "./common/list": {
59
+ "types": "./common/list/index.d.ts",
60
+ "default": "./fesm2022/common.list.mjs"
61
+ },
62
+ "./common/list-tree": {
63
+ "types": "./common/list-tree/index.d.ts",
64
+ "default": "./fesm2022/common.list-tree.mjs"
65
+ },
66
+ "./common/page.service": {
67
+ "types": "./common/page.service/index.d.ts",
68
+ "default": "./fesm2022/page.service.mjs"
69
+ }
70
+ },
71
+ "sideEffects": false
72
+ }
@@ -0,0 +1 @@
1
+ export * from './src/public_api';
@@ -0,0 +1,18 @@
1
+ import { OnInit, OnChanges, EventEmitter, SimpleChanges } from '@angular/core';
2
+ import { _HttpClient } from '@delon/theme';
3
+ import { PositionService } from '../service';
4
+ import * as i0 from "@angular/core";
5
+ export declare class DialogPositionComponent implements OnInit, OnChanges {
6
+ http: _HttpClient;
7
+ positionSrv: PositionService;
8
+ mold: any;
9
+ config: any;
10
+ tagData: any;
11
+ itemSelected: EventEmitter<any>;
12
+ constructor(http: _HttpClient, positionSrv: PositionService);
13
+ ngOnInit(): void;
14
+ ngOnChanges(changes: SimpleChanges): void;
15
+ dataChange(e: any): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialogPositionComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogPositionComponent, "dialog-position", never, { "config": { "alias": "config"; "required": false; }; "tagData": { "alias": "tagData"; "required": false; }; }, { "itemSelected": "itemSelected"; }, never, never, true, never>;
18
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./default/index";
3
+ import * as i2 from "./org/index";
4
+ import * as i3 from "./tree/index";
5
+ import * as i4 from "./list/index";
6
+ export declare class DialogPositionModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialogPositionModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DialogPositionModule, never, [typeof i1.DialogPositionComponent, typeof i2.PositionOrgComponent, typeof i3.PositionTreeComponent, typeof i4.PositionListComponent], [typeof i1.DialogPositionComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<DialogPositionModule>;
10
+ }
@@ -0,0 +1,22 @@
1
+ import { OnInit, OnChanges, EventEmitter, SimpleChanges } from '@angular/core';
2
+ import { _HttpClient } from '@delon/theme';
3
+ import * as i0 from "@angular/core";
4
+ export declare class PositionListComponent implements OnInit, OnChanges {
5
+ http: _HttpClient;
6
+ rd: any;
7
+ pageConfig: any;
8
+ selectData: any;
9
+ primary: any;
10
+ parameter: any;
11
+ orgId: any;
12
+ config: any;
13
+ tagData: any;
14
+ itemSelected: EventEmitter<any>;
15
+ constructor(http: _HttpClient);
16
+ ngOnInit(): void;
17
+ ngOnChanges(changes: SimpleChanges): void;
18
+ listSelectChange(e: any): void;
19
+ loadPrimaryChange(e: any): void;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<PositionListComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<PositionListComponent, "position-list", never, { "orgId": { "alias": "orgId"; "required": false; }; "config": { "alias": "config"; "required": false; }; "tagData": { "alias": "tagData"; "required": false; }; }, { "itemSelected": "itemSelected"; }, never, never, true, never>;
22
+ }
@@ -0,0 +1,45 @@
1
+ import { OnInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
+ import { _HttpClient } from '@delon/theme';
3
+ import * as i0 from "@angular/core";
4
+ export declare class PositionOrgComponent implements OnInit, OnChanges {
5
+ http: _HttpClient;
6
+ config: any;
7
+ tagData: any;
8
+ itemSelected: EventEmitter<any>;
9
+ loading: boolean;
10
+ /**
11
+ * 组织ID
12
+ */
13
+ orgId: any;
14
+ /**
15
+ * 选择类型 - 单选|多选
16
+ */
17
+ selectType: any;
18
+ /**
19
+ * 组织树配置
20
+ */
21
+ orgConfig: any;
22
+ /**
23
+ * 职位列表配置
24
+ */
25
+ positionConfig: any;
26
+ constructor(http: _HttpClient);
27
+ ngOnInit(): void;
28
+ ngOnChanges(changes: SimpleChanges): void;
29
+ /**
30
+ * 点击组织树事件
31
+ * @param e
32
+ */
33
+ orgClick(e: any): void;
34
+ /**
35
+ * 选择职位事件
36
+ * @param e
37
+ */
38
+ dataChange(e: any): void;
39
+ /**
40
+ * 获取组织树集合
41
+ */
42
+ getOrgData(): void;
43
+ static ɵfac: i0.ɵɵFactoryDeclaration<PositionOrgComponent, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<PositionOrgComponent, "position-org", never, { "config": { "alias": "config"; "required": false; }; "tagData": { "alias": "tagData"; "required": false; }; }, { "itemSelected": "itemSelected"; }, never, never, true, never>;
45
+ }
@@ -0,0 +1,2 @@
1
+ export { DialogPositionModule } from './index.module';
2
+ export { DialogPositionComponent } from './default/index';
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class PositionService {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<PositionService, never>;
4
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PositionService, never, never, {}, {}, never, never, true, never>;
5
+ }
@@ -0,0 +1,26 @@
1
+ import { OnInit, OnChanges, EventEmitter, SimpleChanges } from '@angular/core';
2
+ import { _HttpClient } from '@delon/theme';
3
+ import * as i0 from "@angular/core";
4
+ export declare class PositionTreeComponent implements OnInit, OnChanges {
5
+ http: _HttpClient;
6
+ loading: boolean;
7
+ /**
8
+ * 选择类型 - 单选|多选
9
+ */
10
+ selectType: any;
11
+ selectData: any;
12
+ positionConfig: any;
13
+ config: any;
14
+ tagData: any;
15
+ itemSelected: EventEmitter<any>;
16
+ constructor(http: _HttpClient);
17
+ ngOnInit(): void;
18
+ ngOnChanges(changes: SimpleChanges): void;
19
+ dataChange(e: any): void;
20
+ /**
21
+ * 获取职位集合
22
+ */
23
+ getPositionData(): void;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<PositionTreeComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<PositionTreeComponent, "position-tree", never, { "config": { "alias": "config"; "required": false; }; "tagData": { "alias": "tagData"; "required": false; }; }, { "itemSelected": "itemSelected"; }, never, never, true, never>;
26
+ }
package/ref/index.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from './src/public_api';
@@ -0,0 +1,38 @@
1
+ import { OnInit, OnChanges, EventEmitter, SimpleChanges, ElementRef } from '@angular/core';
2
+ import { _HttpClient } from '@delon/theme';
3
+ import * as i0 from "@angular/core";
4
+ export declare class PageDialogRefComponent implements OnInit, OnChanges {
5
+ http: _HttpClient;
6
+ elementRef: ElementRef;
7
+ loading: boolean;
8
+ keyWord: any;
9
+ pageIndex: number;
10
+ listTotal: number;
11
+ pageSize: number;
12
+ listBody: any[];
13
+ refId: any;
14
+ headerId: any;
15
+ headerName: any;
16
+ config: any;
17
+ tagData: any;
18
+ itemSelected: EventEmitter<any>;
19
+ constructor(http: _HttpClient, elementRef: ElementRef);
20
+ ngOnInit(): void;
21
+ ngOnChanges(changes: SimpleChanges): void;
22
+ getPageData(): void;
23
+ queryClick(): void;
24
+ listPageIndexChange(e: any): void;
25
+ listPageSizeChange(e: any): void;
26
+ btnSelected(e: any): void;
27
+ getPageDataHeader(): void;
28
+ getPageDataList(): void;
29
+ /**
30
+ * 查询参数
31
+ * @returns
32
+ */
33
+ getQueryParameter(): any;
34
+ deonTableContentHG: any;
35
+ resizeTable(): void;
36
+ static ɵfac: i0.ɵɵFactoryDeclaration<PageDialogRefComponent, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<PageDialogRefComponent, "page-dialog-ref", never, { "config": { "alias": "config"; "required": false; }; "tagData": { "alias": "tagData"; "required": false; }; }, { "itemSelected": "itemSelected"; }, never, never, true, never>;
38
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./default/index";
3
+ import * as i2 from "./main/index";
4
+ export declare class DialogRefModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialogRefModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DialogRefModule, never, [typeof i1.PageDialogRefComponent, typeof i2.PageDialogRef2Component], [typeof i1.PageDialogRefComponent, typeof i2.PageDialogRef2Component]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<DialogRefModule>;
8
+ }
@@ -0,0 +1,37 @@
1
+ import { OnInit, OnChanges, EventEmitter, SimpleChanges, ElementRef } from '@angular/core';
2
+ import { _HttpClient } from '@delon/theme';
3
+ import * as i0 from "@angular/core";
4
+ export declare class PageDialogRef2Component implements OnInit, OnChanges {
5
+ http: _HttpClient;
6
+ elementRef: ElementRef;
7
+ loading: boolean;
8
+ keyWord: any;
9
+ pageIndex: number;
10
+ listTotal: number;
11
+ pageSize: number;
12
+ listBody: any[];
13
+ headerId: any;
14
+ headerName: any;
15
+ config: any;
16
+ tagData: any;
17
+ itemSelected: EventEmitter<any>;
18
+ constructor(http: _HttpClient, elementRef: ElementRef);
19
+ ngOnInit(): void;
20
+ ngOnChanges(changes: SimpleChanges): void;
21
+ getPageData(): void;
22
+ queryClick(): void;
23
+ listPageIndexChange(e: any): void;
24
+ listPageSizeChange(e: any): void;
25
+ btnSelected(e: any): void;
26
+ getPageDataHeader(): void;
27
+ getPageDataList(): void;
28
+ /**
29
+ * 查询参数
30
+ * @returns
31
+ */
32
+ getQueryParameter(): any;
33
+ deonTableContentHG: any;
34
+ resizeTable(): void;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<PageDialogRef2Component, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<PageDialogRef2Component, "page-dialog-ref2", never, { "config": { "alias": "config"; "required": false; }; "tagData": { "alias": "tagData"; "required": false; }; }, { "itemSelected": "itemSelected"; }, never, never, true, never>;
37
+ }
@@ -0,0 +1,3 @@
1
+ export { DialogRefModule } from './index.module';
2
+ export { PageDialogRefComponent } from './default/index';
3
+ export { PageDialogRef2Component } from './main/index';
@@ -0,0 +1 @@
1
+ export * from './src/public_api';
@@ -0,0 +1,23 @@
1
+ import { OnInit, EventEmitter, SimpleChanges } from '@angular/core';
2
+ import { _HttpClient } from '@delon/theme';
3
+ import * as i0 from "@angular/core";
4
+ export declare class PageDialogTreeComponent implements OnInit {
5
+ http: _HttpClient;
6
+ loading: boolean;
7
+ /**
8
+ * 选择类型 - 单选|多选
9
+ */
10
+ selectType: any;
11
+ selectData: any;
12
+ treeConfig: any;
13
+ config: any;
14
+ tagData: any;
15
+ itemSelected: EventEmitter<any>;
16
+ constructor(http: _HttpClient);
17
+ ngOnInit(): void;
18
+ ngOnChanges(changes: SimpleChanges): void;
19
+ dataChange(e: any): void;
20
+ getTreeData(): void;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<PageDialogTreeComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<PageDialogTreeComponent, "page-dialog-tree", never, { "config": { "alias": "config"; "required": false; }; "tagData": { "alias": "tagData"; "required": false; }; }, { "itemSelected": "itemSelected"; }, never, never, true, never>;
23
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./default/index";
3
+ import * as i2 from "./page-tree/index";
4
+ export declare class DialogTreeModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialogTreeModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DialogTreeModule, never, [typeof i1.PageDialogTreeComponent, typeof i2.PageDialogTree2Component], [typeof i1.PageDialogTreeComponent, typeof i2.PageDialogTree2Component]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<DialogTreeModule>;
8
+ }
@@ -0,0 +1,29 @@
1
+ import { OnInit, EventEmitter, SimpleChanges } from '@angular/core';
2
+ import { _HttpClient } from '@delon/theme';
3
+ import { CommAPIService } from '@ebuilding/base/shared.srv/commApi.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare class PageDialogTree2Component implements OnInit {
6
+ http: _HttpClient;
7
+ commApiSrv: CommAPIService;
8
+ loading: boolean;
9
+ /**
10
+ * 选择类型 - 单选|多选
11
+ */
12
+ selectType: any;
13
+ selectData: any;
14
+ treeConfig: any;
15
+ moduleType: any;
16
+ config: any;
17
+ tagData: any;
18
+ itemSelected: EventEmitter<any>;
19
+ constructor(http: _HttpClient, commApiSrv: CommAPIService);
20
+ ngOnInit(): void;
21
+ ngOnChanges(changes: SimpleChanges): void;
22
+ dataChange(e: any): void;
23
+ /**
24
+ * 获取职位集合
25
+ */
26
+ getPositionData(): void;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<PageDialogTree2Component, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<PageDialogTree2Component, "page-dialog-tree2", never, { "config": { "alias": "config"; "required": false; }; "tagData": { "alias": "tagData"; "required": false; }; }, { "itemSelected": "itemSelected"; }, never, never, true, never>;
29
+ }
@@ -0,0 +1,3 @@
1
+ export { DialogTreeModule } from './index.module';
2
+ export { PageDialogTreeComponent } from './default/index';
3
+ export { PageDialogTree2Component } from './page-tree/index';