@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.
- package/LICENSE +0 -0
- package/README.md +0 -0
- package/basic/index.d.ts +1 -0
- package/basic/src/default/index.d.ts +42 -0
- package/basic/src/epage/index.d.ts +52 -0
- package/basic/src/index.module.d.ts +8 -0
- package/basic/src/public_api.d.ts +3 -0
- package/common/list/index.d.ts +1 -0
- package/common/list/src/component/card/index.d.ts +18 -0
- package/common/list/src/component/table/index.d.ts +18 -0
- package/common/list/src/component/table-tree/index.d.ts +16 -0
- package/common/list/src/default/index.d.ts +30 -0
- package/common/list/src/index.module.d.ts +10 -0
- package/common/list/src/public_api.d.ts +2 -0
- package/common/list/src/service/list.service.d.ts +38 -0
- package/common/list-tree/index.d.ts +1 -0
- package/common/list-tree/src/component/list/index.d.ts +16 -0
- package/common/list-tree/src/component/tree/index.d.ts +15 -0
- package/common/list-tree/src/default/index.d.ts +26 -0
- package/common/list-tree/src/index.module.d.ts +10 -0
- package/common/list-tree/src/main/index.d.ts +16 -0
- package/common/list-tree/src/public_api.d.ts +3 -0
- package/common/list-tree/src/service/tree.service.d.ts +61 -0
- package/common/page.service/index.d.ts +127 -0
- package/default/index.d.ts +1 -0
- package/default/src/index.module.d.ts +8 -0
- package/default/src/main/index.d.ts +18 -0
- package/default/src/public_api.d.ts +2 -0
- package/default/src/service/dialog.service.d.ts +14 -0
- package/default/src/tag/index.d.ts +14 -0
- package/dict/index.d.ts +1 -0
- package/dict/src/components/etable/index.d.ts +20 -0
- package/dict/src/components/eview/index.d.ts +20 -0
- package/dict/src/default/index.d.ts +21 -0
- package/dict/src/index.module.d.ts +9 -0
- package/dict/src/public_api.d.ts +2 -0
- package/emp/index.d.ts +1 -0
- package/emp/src/default/index.d.ts +16 -0
- package/emp/src/index.module.d.ts +9 -0
- package/emp/src/list/index.d.ts +22 -0
- package/emp/src/org/index.d.ts +45 -0
- package/emp/src/public_api.d.ts +2 -0
- package/epage/index.d.ts +1 -0
- package/epage/src/default/index.d.ts +61 -0
- package/epage/src/index.module.d.ts +7 -0
- package/epage/src/public_api.d.ts +2 -0
- package/fesm2022/basic.mjs +407 -0
- package/fesm2022/basic.mjs.map +1 -0
- package/fesm2022/common.list-tree.mjs +475 -0
- package/fesm2022/common.list-tree.mjs.map +1 -0
- package/fesm2022/common.list.mjs +315 -0
- package/fesm2022/common.list.mjs.map +1 -0
- package/fesm2022/default.mjs +168 -0
- package/fesm2022/default.mjs.map +1 -0
- package/fesm2022/dict.mjs +203 -0
- package/fesm2022/dict.mjs.map +1 -0
- package/fesm2022/ebuilding-dialog.mjs +6 -0
- package/fesm2022/ebuilding-dialog.mjs.map +1 -0
- package/fesm2022/emp.mjs +240 -0
- package/fesm2022/emp.mjs.map +1 -0
- package/fesm2022/epage.mjs +320 -0
- package/fesm2022/epage.mjs.map +1 -0
- package/fesm2022/list.mjs +150 -0
- package/fesm2022/list.mjs.map +1 -0
- package/fesm2022/org.mjs +139 -0
- package/fesm2022/org.mjs.map +1 -0
- package/fesm2022/page.service.mjs +701 -0
- package/fesm2022/page.service.mjs.map +1 -0
- package/fesm2022/position.mjs +316 -0
- package/fesm2022/position.mjs.map +1 -0
- package/fesm2022/ref.mjs +319 -0
- package/fesm2022/ref.mjs.map +1 -0
- package/fesm2022/tree.mjs +165 -0
- package/fesm2022/tree.mjs.map +1 -0
- package/index.d.ts +1 -0
- package/list/index.d.ts +1 -0
- package/list/src/default/index.d.ts +26 -0
- package/list/src/index.module.d.ts +7 -0
- package/list/src/public_api.d.ts +2 -0
- package/org/index.d.ts +1 -0
- package/org/src/default/index.d.ts +19 -0
- package/org/src/index.module.d.ts +8 -0
- package/org/src/info/index.d.ts +21 -0
- package/org/src/public_api.d.ts +2 -0
- package/package.json +72 -0
- package/position/index.d.ts +1 -0
- package/position/src/default/index.d.ts +18 -0
- package/position/src/index.module.d.ts +10 -0
- package/position/src/list/index.d.ts +22 -0
- package/position/src/org/index.d.ts +45 -0
- package/position/src/public_api.d.ts +2 -0
- package/position/src/service.d.ts +5 -0
- package/position/src/tree/index.d.ts +26 -0
- package/ref/index.d.ts +1 -0
- package/ref/src/default/index.d.ts +38 -0
- package/ref/src/index.module.d.ts +8 -0
- package/ref/src/main/index.d.ts +37 -0
- package/ref/src/public_api.d.ts +3 -0
- package/tree/index.d.ts +1 -0
- package/tree/src/default/index.d.ts +23 -0
- package/tree/src/index.module.d.ts +8 -0
- package/tree/src/page-tree/index.d.ts +29 -0
- package/tree/src/public_api.d.ts +3 -0
package/fesm2022/org.mjs
ADDED
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { EventEmitter, Output, Input, Component, NgModule } from '@angular/core';
|
|
3
|
+
import * as i2 from '@angular/common';
|
|
4
|
+
import { CommonModule } from '@angular/common';
|
|
5
|
+
import * as i3 from 'ng-zorro-antd/tabs';
|
|
6
|
+
import { NzTabsModule } from 'ng-zorro-antd/tabs';
|
|
7
|
+
import { ModuleAPI } from '@ebuilding/base/shared.var/shared.constant';
|
|
8
|
+
import * as i2$1 from '@ebuilding/dialog/common/list-tree';
|
|
9
|
+
import { TreeContentModule } from '@ebuilding/dialog/common/list-tree';
|
|
10
|
+
import * as i1 from '@delon/theme';
|
|
11
|
+
|
|
12
|
+
class OrgInfoComponent {
|
|
13
|
+
pageConfig = null;
|
|
14
|
+
/**
|
|
15
|
+
* 选择类型 - 单选|多选
|
|
16
|
+
*/
|
|
17
|
+
selectType = null;
|
|
18
|
+
selectData = [];
|
|
19
|
+
data;
|
|
20
|
+
tagData = null;
|
|
21
|
+
itemSelected = new EventEmitter();
|
|
22
|
+
constructor() { }
|
|
23
|
+
ngOnInit() { }
|
|
24
|
+
ngAfterViewInit() { }
|
|
25
|
+
ngOnChanges(change) {
|
|
26
|
+
if (change['data'] && this.data) {
|
|
27
|
+
let config = this.data.config;
|
|
28
|
+
this.selectType = config?.selectType == 'multiple' ? 'multiple' : 'single';
|
|
29
|
+
if (config.selectData && Array.isArray(config.selectData)) {
|
|
30
|
+
this.selectData = config.selectData;
|
|
31
|
+
}
|
|
32
|
+
this.getTreeConfig();
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
dataChange(e) {
|
|
36
|
+
this.itemSelected.emit(e);
|
|
37
|
+
}
|
|
38
|
+
getTreeConfig() {
|
|
39
|
+
this.pageConfig = {
|
|
40
|
+
selectTag: false,
|
|
41
|
+
selectType: this.selectType,
|
|
42
|
+
selectData: this.selectData,
|
|
43
|
+
listAPI: {
|
|
44
|
+
url: `${ModuleAPI.personnel}/personnel/org/listSearch`,
|
|
45
|
+
param: { id: this.data.tenantId },
|
|
46
|
+
},
|
|
47
|
+
treeAPI: {
|
|
48
|
+
url: `${ModuleAPI.personnel}/personnel/org/list/${this.data.tenantId}`,
|
|
49
|
+
param: null,
|
|
50
|
+
},
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: OrgInfoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
54
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: OrgInfoComponent, isStandalone: true, selector: "org-info", inputs: { data: "data", tagData: "tagData" }, outputs: { itemSelected: "itemSelected" }, usesOnChanges: true, ngImport: i0, template: "<ng-container *ngIf=\"pageConfig!!\">\r\n <tree-content [config]=\"pageConfig\" [tagData]=\"tagData\" (itemSelected)=\"dataChange($event)\"></tree-content>\r\n</ng-container>\r\n", styles: [":host ::ng-deep{display:flex;flex:1;padding:0}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: TreeContentModule }, { kind: "component", type: i2$1.TreeContentComponent, selector: "tree-content", inputs: ["config", "tagData"], outputs: ["itemSelected"] }] });
|
|
55
|
+
}
|
|
56
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: OrgInfoComponent, decorators: [{
|
|
57
|
+
type: Component,
|
|
58
|
+
args: [{ selector: 'org-info', imports: [
|
|
59
|
+
CommonModule,
|
|
60
|
+
TreeContentModule
|
|
61
|
+
], template: "<ng-container *ngIf=\"pageConfig!!\">\r\n <tree-content [config]=\"pageConfig\" [tagData]=\"tagData\" (itemSelected)=\"dataChange($event)\"></tree-content>\r\n</ng-container>\r\n", styles: [":host ::ng-deep{display:flex;flex:1;padding:0}\n"] }]
|
|
62
|
+
}], ctorParameters: () => [], propDecorators: { data: [{
|
|
63
|
+
type: Input
|
|
64
|
+
}], tagData: [{
|
|
65
|
+
type: Input
|
|
66
|
+
}], itemSelected: [{
|
|
67
|
+
type: Output
|
|
68
|
+
}] } });
|
|
69
|
+
|
|
70
|
+
class PageDialogOrgComponent {
|
|
71
|
+
http;
|
|
72
|
+
loading = false;
|
|
73
|
+
data = [];
|
|
74
|
+
config = null;
|
|
75
|
+
tagData = null;
|
|
76
|
+
tenantId = null;
|
|
77
|
+
itemSelected = new EventEmitter();
|
|
78
|
+
constructor(http) {
|
|
79
|
+
this.http = http;
|
|
80
|
+
}
|
|
81
|
+
ngOnInit() { }
|
|
82
|
+
ngOnChanges(changes) {
|
|
83
|
+
if (changes['config'] && this.config) {
|
|
84
|
+
this.getOrgGroupData();
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
dataChange(e) {
|
|
88
|
+
this.itemSelected.emit(e);
|
|
89
|
+
}
|
|
90
|
+
getOrgGroupData() {
|
|
91
|
+
this.loading = true;
|
|
92
|
+
this.http.post(`${ModuleAPI.system}/sys/tenant/listAll`).subscribe((res) => {
|
|
93
|
+
if (res.success && Array.isArray(res.result)) {
|
|
94
|
+
this.data = res.result;
|
|
95
|
+
}
|
|
96
|
+
this.loading = false;
|
|
97
|
+
}, () => {
|
|
98
|
+
this.loading = false;
|
|
99
|
+
});
|
|
100
|
+
}
|
|
101
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: PageDialogOrgComponent, deps: [{ token: i1._HttpClient }], target: i0.ɵɵFactoryTarget.Component });
|
|
102
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: PageDialogOrgComponent, isStandalone: true, selector: "page-dialog-org", inputs: { config: "config", tagData: "tagData" }, outputs: { itemSelected: "itemSelected" }, usesOnChanges: true, ngImport: i0, template: "<ng-container *ngIf=\"data!! && data.length > 0\">\r\n <ng-container *ngIf=\"data.length > 1;else tmpOne\">\r\n <nz-tabset nzType=\"card\">\r\n <ng-container *ngFor=\"let item of data\">\r\n <nz-tab [nzTitle]=\"item.name\">\r\n <ng-template nz-tab>\r\n <org-info [data]=\"{tenantId:item.id,config:config}\" [tagData]=\"tagData\"\r\n (itemSelected)=\"dataChange($event)\"></org-info>\r\n </ng-template>\r\n </nz-tab>\r\n </ng-container>\r\n </nz-tabset>\r\n </ng-container>\r\n</ng-container>\r\n<ng-template #tmpOne>\r\n <org-info [data]=\"{tenantId:data[0]['id'],config:config}\" [tagData]=\"tagData\"\r\n (itemSelected)=\"dataChange($event)\"></org-info>\r\n</ng-template>", styles: [":host ::ng-deep nz-tabset org-info{padding:0 12px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: NzTabsModule }, { kind: "component", type: i3.NzTabSetComponent, selector: "nz-tabset", inputs: ["nzSelectedIndex", "nzTabPosition", "nzTabBarExtraContent", "nzCanDeactivate", "nzAddIcon", "nzTabBarStyle", "nzType", "nzSize", "nzAnimated", "nzTabBarGutter", "nzHideAdd", "nzCentered", "nzHideAll", "nzLinkRouter", "nzLinkExact", "nzDestroyInactiveTabPane"], outputs: ["nzSelectChange", "nzSelectedIndexChange", "nzTabListScroll", "nzClose", "nzAdd"], exportAs: ["nzTabset"] }, { kind: "component", type: i3.NzTabComponent, selector: "nz-tab", inputs: ["nzTitle", "nzClosable", "nzCloseIcon", "nzDisabled", "nzForceRender"], outputs: ["nzSelect", "nzDeselect", "nzClick", "nzContextmenu"], exportAs: ["nzTab"] }, { kind: "directive", type: i3.NzTabDirective, selector: "[nz-tab]", exportAs: ["nzTab"] }, { kind: "component", type: OrgInfoComponent, selector: "org-info", inputs: ["data", "tagData"], outputs: ["itemSelected"] }] });
|
|
103
|
+
}
|
|
104
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: PageDialogOrgComponent, decorators: [{
|
|
105
|
+
type: Component,
|
|
106
|
+
args: [{ selector: 'page-dialog-org', imports: [
|
|
107
|
+
CommonModule,
|
|
108
|
+
NzTabsModule,
|
|
109
|
+
OrgInfoComponent
|
|
110
|
+
], template: "<ng-container *ngIf=\"data!! && data.length > 0\">\r\n <ng-container *ngIf=\"data.length > 1;else tmpOne\">\r\n <nz-tabset nzType=\"card\">\r\n <ng-container *ngFor=\"let item of data\">\r\n <nz-tab [nzTitle]=\"item.name\">\r\n <ng-template nz-tab>\r\n <org-info [data]=\"{tenantId:item.id,config:config}\" [tagData]=\"tagData\"\r\n (itemSelected)=\"dataChange($event)\"></org-info>\r\n </ng-template>\r\n </nz-tab>\r\n </ng-container>\r\n </nz-tabset>\r\n </ng-container>\r\n</ng-container>\r\n<ng-template #tmpOne>\r\n <org-info [data]=\"{tenantId:data[0]['id'],config:config}\" [tagData]=\"tagData\"\r\n (itemSelected)=\"dataChange($event)\"></org-info>\r\n</ng-template>", styles: [":host ::ng-deep nz-tabset org-info{padding:0 12px}\n"] }]
|
|
111
|
+
}], ctorParameters: () => [{ type: i1._HttpClient }], propDecorators: { config: [{
|
|
112
|
+
type: Input
|
|
113
|
+
}], tagData: [{
|
|
114
|
+
type: Input
|
|
115
|
+
}], itemSelected: [{
|
|
116
|
+
type: Output
|
|
117
|
+
}] } });
|
|
118
|
+
|
|
119
|
+
const COMPONENTS = [PageDialogOrgComponent];
|
|
120
|
+
const COMPONENTS_NOROUNT = [OrgInfoComponent];
|
|
121
|
+
class DialogOrgModule {
|
|
122
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: DialogOrgModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
123
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.15", ngImport: i0, type: DialogOrgModule, imports: [PageDialogOrgComponent, OrgInfoComponent], exports: [PageDialogOrgComponent] });
|
|
124
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: DialogOrgModule, imports: [COMPONENTS, COMPONENTS_NOROUNT] });
|
|
125
|
+
}
|
|
126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: DialogOrgModule, decorators: [{
|
|
127
|
+
type: NgModule,
|
|
128
|
+
args: [{
|
|
129
|
+
imports: [...COMPONENTS, ...COMPONENTS_NOROUNT],
|
|
130
|
+
exports: [...COMPONENTS],
|
|
131
|
+
}]
|
|
132
|
+
}] });
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* Generated bundle index. Do not edit.
|
|
136
|
+
*/
|
|
137
|
+
|
|
138
|
+
export { DialogOrgModule, PageDialogOrgComponent };
|
|
139
|
+
//# sourceMappingURL=org.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"org.mjs","sources":["../../../../packages/dialog/org/src/info/index.ts","../../../../packages/dialog/org/src/info/index.html","../../../../packages/dialog/org/src/default/index.ts","../../../../packages/dialog/org/src/default/index.html","../../../../packages/dialog/org/src/index.module.ts","../../../../packages/dialog/org/org.ts"],"sourcesContent":["import { Component, Input, Output, EventEmitter, OnInit, OnChanges } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { _HttpClient } from '@delon/theme';\r\n\r\nimport { TreeContentModule } from '@ebuilding/dialog/common/list-tree';\r\nimport { ModuleAPI } from '@ebuilding/base/shared.var/shared.constant';\r\n\r\n@Component({\r\n selector: 'org-info',\r\n templateUrl: './index.html',\r\n styleUrls: ['./index.less'],\r\n imports: [\r\n CommonModule,\r\n TreeContentModule\r\n ]\r\n})\r\nexport class OrgInfoComponent implements OnInit, OnChanges {\r\n pageConfig: any = null;\r\n\r\n /**\r\n * 选择类型 - 单选|多选\r\n */\r\n selectType: any = null;\r\n selectData: any = [];\r\n\r\n @Input() data: any;\r\n @Input() tagData: any = null;\r\n @Output() itemSelected: EventEmitter<any> = new EventEmitter();\r\n\r\n constructor() { }\r\n\r\n ngOnInit(): void { }\r\n\r\n ngAfterViewInit() { }\r\n\r\n ngOnChanges(change: any) {\r\n if (change['data']!! && this.data!!) {\r\n let config: any = this.data.config;\r\n this.selectType = config?.selectType == 'multiple' ? 'multiple' : 'single';\r\n if (config.selectData!! && Array.isArray(config.selectData)) {\r\n this.selectData = config.selectData;\r\n }\r\n this.getTreeConfig();\r\n }\r\n }\r\n\r\n dataChange(e: any) {\r\n this.itemSelected.emit(e);\r\n }\r\n\r\n getTreeConfig() {\r\n this.pageConfig = {\r\n selectTag: false,\r\n selectType: this.selectType,\r\n selectData: this.selectData,\r\n listAPI: {\r\n url: `${ModuleAPI.personnel}/personnel/org/listSearch`,\r\n param: { id: this.data.tenantId },\r\n },\r\n treeAPI: {\r\n url: `${ModuleAPI.personnel}/personnel/org/list/${this.data.tenantId}`,\r\n param: null,\r\n },\r\n };\r\n }\r\n}\r\n","<ng-container *ngIf=\"pageConfig!!\">\r\n <tree-content [config]=\"pageConfig\" [tagData]=\"tagData\" (itemSelected)=\"dataChange($event)\"></tree-content>\r\n</ng-container>\r\n","import { Component, Input, OnInit, Output, OnChanges, EventEmitter, SimpleChanges } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { _HttpClient } from '@delon/theme';\r\nimport { NzTabsModule } from 'ng-zorro-antd/tabs';\r\n\r\nimport { ModuleAPI } from '@ebuilding/base/shared.var/shared.constant';\r\n\r\nimport { OrgInfoComponent } from '../info';\r\n\r\n@Component({\r\n selector: 'page-dialog-org',\r\n templateUrl: `./index.html`,\r\n styleUrls: ['./index.less'],\r\n imports: [\r\n CommonModule,\r\n NzTabsModule,\r\n OrgInfoComponent\r\n ]\r\n})\r\nexport class PageDialogOrgComponent implements OnInit, OnChanges {\r\n loading: boolean = false;\r\n data: any[] = [];\r\n\r\n @Input() config: any = null;\r\n @Input() tagData: any = null;\r\n\r\n tenantId: any = null;\r\n\r\n @Output() itemSelected: EventEmitter<any> = new EventEmitter();\r\n\r\n constructor(public http: _HttpClient) { }\r\n\r\n ngOnInit() { }\r\n\r\n ngOnChanges(changes: SimpleChanges): void {\r\n if (changes['config']!! && this.config!!) {\r\n this.getOrgGroupData();\r\n }\r\n }\r\n\r\n dataChange(e: any) {\r\n this.itemSelected.emit(e);\r\n }\r\n\r\n getOrgGroupData() {\r\n this.loading = true;\r\n this.http.post(`${ModuleAPI.system}/sys/tenant/listAll`).subscribe(\r\n (res: any) => {\r\n if (res.success && Array.isArray(res.result)) {\r\n this.data = res.result;\r\n }\r\n this.loading = false;\r\n },\r\n () => {\r\n this.loading = false;\r\n },\r\n );\r\n }\r\n}\r\n","<ng-container *ngIf=\"data!! && data.length > 0\">\r\n <ng-container *ngIf=\"data.length > 1;else tmpOne\">\r\n <nz-tabset nzType=\"card\">\r\n <ng-container *ngFor=\"let item of data\">\r\n <nz-tab [nzTitle]=\"item.name\">\r\n <ng-template nz-tab>\r\n <org-info [data]=\"{tenantId:item.id,config:config}\" [tagData]=\"tagData\"\r\n (itemSelected)=\"dataChange($event)\"></org-info>\r\n </ng-template>\r\n </nz-tab>\r\n </ng-container>\r\n </nz-tabset>\r\n </ng-container>\r\n</ng-container>\r\n<ng-template #tmpOne>\r\n <org-info [data]=\"{tenantId:data[0]['id'],config:config}\" [tagData]=\"tagData\"\r\n (itemSelected)=\"dataChange($event)\"></org-info>\r\n</ng-template>","import { NgModule } from '@angular/core';\r\nimport { PageDialogOrgComponent } from './default/index';\r\nimport { OrgInfoComponent } from './info/index';\r\n\r\nconst COMPONENTS: any[] = [PageDialogOrgComponent];\r\nconst COMPONENTS_NOROUNT: any = [OrgInfoComponent]; \r\n\r\n@NgModule({\r\n imports: [...COMPONENTS,...COMPONENTS_NOROUNT],\r\n exports: [...COMPONENTS],\r\n})\r\nexport class DialogOrgModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i2"],"mappings":"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"}
|