@ebuilding/biz-list 2.0.9 → 2.1.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.
|
@@ -101,13 +101,13 @@ class CompareMainComponent {
|
|
|
101
101
|
});
|
|
102
102
|
}
|
|
103
103
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: CompareMainComponent, deps: [{ token: i1._HttpClient }, { token: i2.NzMessageService }], target: i0.ɵɵFactoryTarget.Component });
|
|
104
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: CompareMainComponent, isStandalone: true, selector: "pre-compare", inputs: { config: "config" }, outputs: { pageLoadAfter: "pageLoadAfter" }, usesOnChanges: true, ngImport: i0, template: "<nz-spin [nzSpinning]=\"loading\" nzTip=\"\u62FC\u547D\u52A0\u8F7D\u4E2D...\" class=\"deon-list-spin\">\r\n <div class=\"body-items\">\r\n <ng-container *ngIf=\"dataInfo!! && dataInfo.listData!!\">\r\n <ng-container *ngFor=\"let data of dataInfo.listData\">\r\n <div class=\"item-box\">\r\n <div class=\"name\">\r\n <i nz-icon nzType=\"tag\"></i>\r\n \u5C97\u4F4D\uFF1A{{data.name}}\r\n </div>\r\n <div class=\"item-data\">\r\n <div class=\"column-box\">\r\n <div class=\"item-column\">\u9879\u76EE</div>\r\n <ng-container *ngFor=\"let item of data.listItem\">\r\n <div class=\"item-column\">\r\n {{item?.name}}\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div class=\"column-box\">\r\n <div class=\"item-column\">\u7B49\u7EA7</div>\r\n <ng-container *ngFor=\"let item of data.listItem\">\r\n <div class=\"item-column\">\r\n {{item?.value}}\r\n </div>\r\n </ng-container>\r\n </div>\r\n\r\n <ng-container *ngFor=\"let item of data.listCompare\">\r\n <div class=\"column-box\">\r\n <div class=\"item-column item-compare\">{{item.name}}</div>\r\n <ng-container *ngIf=\"item.listItem!! && item.listItem.length>0\">\r\n <ng-container *ngFor=\"let child of item.listItem\">\r\n <div class=\"item-column item-compare\">\r\n {{child?.value}}\r\n </div>\r\n </ng-container>\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <!-- <div class=\"item-row\">\r\n <div class=\"item-column\"></div>\r\n <ng-container *ngIf=\"headerData!! && headerData.length>0\">\r\n <ng-container *ngFor=\"let item of headerData\">\r\n <div class=\"item-column item-header\">{{item}}</div>\r\n </ng-container>\r\n </ng-container>\r\n </div>\r\n <ng-container *ngIf=\"bodyData!! && bodyData.length>0\">\r\n <ng-container *ngFor=\"let item of bodyData\">\r\n <div class=\"item-row\">\r\n <div class=\"item-column\">\r\n {{item?.name}}\r\n </div>\r\n <ng-container *ngFor=\"let value of item.listData\">\r\n <div class=\"item-column item-result\">\r\n <ng-container *ngIf=\"value;else tmp\">\r\n <i nz-icon nzType=\"check\" class=\"item-ok\"></i>\r\n </ng-container>\r\n <ng-template #tmp>\r\n </ng-template>\r\n </div>\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n </ng-container> -->\r\n </ng-container>\r\n </div>\r\n</nz-spin>", styles: [":host ::ng-deep{display:flex;flex:1;flex-direction:column;width:100%;height:100%;padding:0 15px 15px}:host ::ng-deep .header-title{padding:12px 0}:host ::ng-deep .item-box .name{margin-top:15px;margin-bottom:10px;font-size:14px}:host ::ng-deep .item-compare{justify-content:center}:host ::ng-deep .item-data{display:inline-flex;border-top:1px solid #eaeaea;border-left:1px solid #eaeaea}:host ::ng-deep .body-items{display:flex;flex:1;flex-direction:column;overflow-x:overlay;overflow-y:overlay}:host ::ng-deep .body-items::-webkit-scrollbar{width:8px}:host ::ng-deep .body-items::-webkit-scrollbar-thumb{background-color:#94949475;border-radius:7px}:host ::ng-deep .body-items::-webkit-scrollbar-track{background-color:#fff}:host ::ng-deep .body-items .item-row{display:flex;flex-direction:row}:host ::ng-deep .body-items .item-header{justify-content:center;font-weight:600}:host ::ng-deep .body-items .item-column{display:flex;flex:1;align-self:center;min-width:130px;min-height:40px;padding:0 12px;line-height:40px;border-right:1px solid #eaeaea;border-bottom:1px solid #eaeaea}:host ::ng-deep .body-items .item-column .item-ok{margin:auto;color:green;font-weight:600;font-size:14px}:host ::ng-deep .body-items .item-result{text-align:center}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "ngmodule", type: NzIconModule }, { kind: "directive", type: i4.NzIconDirective, selector: "nz-icon,[nz-icon]", inputs: ["nzSpin", "nzRotate", "nzType", "nzTheme", "nzTwotoneColor", "nzIconfont"], exportAs: ["nzIcon"] }, { kind: "ngmodule", type: NzSpinModule }, { kind: "component", type: i5.NzSpinComponent, selector: "nz-spin", inputs: ["nzIndicator", "nzSize", "nzTip", "nzDelay", "nzSimple", "nzSpinning"], exportAs: ["nzSpin"] }, { kind: "ngmodule", type: GramDeonCardModule }] });
|
|
104
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: CompareMainComponent, isStandalone: true, selector: "pre-compare", inputs: { config: "config" }, outputs: { pageLoadAfter: "pageLoadAfter" }, usesOnChanges: true, ngImport: i0, template: "{{config|json}}\r\n<nz-spin [nzSpinning]=\"loading\" nzTip=\"\u62FC\u547D\u52A0\u8F7D\u4E2D...\" class=\"deon-list-spin\">\r\n <div class=\"body-items\">\r\n <ng-container *ngIf=\"dataInfo!! && dataInfo.listData!!\">\r\n <ng-container *ngFor=\"let data of dataInfo.listData\">\r\n <div class=\"item-box\">\r\n <div class=\"name\">\r\n <i nz-icon nzType=\"tag\"></i>\r\n \u5C97\u4F4D\uFF1A{{data.name}}\r\n </div>\r\n <div class=\"item-data\">\r\n <div class=\"column-box\">\r\n <div class=\"item-column\">\u9879\u76EE</div>\r\n <ng-container *ngFor=\"let item of data.listItem\">\r\n <div class=\"item-column\">\r\n {{item?.name}}\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div class=\"column-box\">\r\n <div class=\"item-column\">\u7B49\u7EA7</div>\r\n <ng-container *ngFor=\"let item of data.listItem\">\r\n <div class=\"item-column\">\r\n {{item?.value}}\r\n </div>\r\n </ng-container>\r\n </div>\r\n\r\n <ng-container *ngFor=\"let item of data.listCompare\">\r\n <div class=\"column-box\">\r\n <div class=\"item-column item-compare\">{{item.name}}</div>\r\n <ng-container *ngIf=\"item.listItem!! && item.listItem.length>0\">\r\n <ng-container *ngFor=\"let child of item.listItem\">\r\n <div class=\"item-column item-compare\">\r\n {{child?.value}}\r\n </div>\r\n </ng-container>\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <!-- <div class=\"item-row\">\r\n <div class=\"item-column\"></div>\r\n <ng-container *ngIf=\"headerData!! && headerData.length>0\">\r\n <ng-container *ngFor=\"let item of headerData\">\r\n <div class=\"item-column item-header\">{{item}}</div>\r\n </ng-container>\r\n </ng-container>\r\n </div>\r\n <ng-container *ngIf=\"bodyData!! && bodyData.length>0\">\r\n <ng-container *ngFor=\"let item of bodyData\">\r\n <div class=\"item-row\">\r\n <div class=\"item-column\">\r\n {{item?.name}}\r\n </div>\r\n <ng-container *ngFor=\"let value of item.listData\">\r\n <div class=\"item-column item-result\">\r\n <ng-container *ngIf=\"value;else tmp\">\r\n <i nz-icon nzType=\"check\" class=\"item-ok\"></i>\r\n </ng-container>\r\n <ng-template #tmp>\r\n </ng-template>\r\n </div>\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n </ng-container> -->\r\n </ng-container>\r\n </div>\r\n</nz-spin>", styles: [":host ::ng-deep{display:flex;flex:1;flex-direction:column;width:100%;height:100%;padding:0 15px 15px}:host ::ng-deep .header-title{padding:12px 0}:host ::ng-deep .item-box .name{margin-top:15px;margin-bottom:10px;font-size:14px}:host ::ng-deep .item-compare{justify-content:center}:host ::ng-deep .item-data{display:inline-flex;border-top:1px solid #eaeaea;border-left:1px solid #eaeaea}:host ::ng-deep .body-items{display:flex;flex:1;flex-direction:column;overflow-x:overlay;overflow-y:overlay}:host ::ng-deep .body-items::-webkit-scrollbar{width:8px}:host ::ng-deep .body-items::-webkit-scrollbar-thumb{background-color:#94949475;border-radius:7px}:host ::ng-deep .body-items::-webkit-scrollbar-track{background-color:#fff}:host ::ng-deep .body-items .item-row{display:flex;flex-direction:row}:host ::ng-deep .body-items .item-header{justify-content:center;font-weight:600}:host ::ng-deep .body-items .item-column{display:flex;flex:1;align-self:center;min-width:130px;min-height:40px;padding:0 12px;line-height:40px;border-right:1px solid #eaeaea;border-bottom:1px solid #eaeaea}:host ::ng-deep .body-items .item-column .item-ok{margin:auto;color:green;font-weight:600;font-size:14px}:host ::ng-deep .body-items .item-result{text-align:center}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i3.JsonPipe, name: "json" }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "ngmodule", type: NzIconModule }, { kind: "directive", type: i4.NzIconDirective, selector: "nz-icon,[nz-icon]", inputs: ["nzSpin", "nzRotate", "nzType", "nzTheme", "nzTwotoneColor", "nzIconfont"], exportAs: ["nzIcon"] }, { kind: "ngmodule", type: NzSpinModule }, { kind: "component", type: i5.NzSpinComponent, selector: "nz-spin", inputs: ["nzIndicator", "nzSize", "nzTip", "nzDelay", "nzSimple", "nzSpinning"], exportAs: ["nzSpin"] }, { kind: "ngmodule", type: GramDeonCardModule }] });
|
|
105
105
|
}
|
|
106
106
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: CompareMainComponent, decorators: [{
|
|
107
107
|
type: Component,
|
|
108
108
|
args: [{ selector: 'pre-compare', imports: [
|
|
109
109
|
CommonModule, FormsModule, ReactiveFormsModule, NzIconModule, NzSpinModule, GramDeonCardModule
|
|
110
|
-
], template: "<nz-spin [nzSpinning]=\"loading\" nzTip=\"\u62FC\u547D\u52A0\u8F7D\u4E2D...\" class=\"deon-list-spin\">\r\n <div class=\"body-items\">\r\n <ng-container *ngIf=\"dataInfo!! && dataInfo.listData!!\">\r\n <ng-container *ngFor=\"let data of dataInfo.listData\">\r\n <div class=\"item-box\">\r\n <div class=\"name\">\r\n <i nz-icon nzType=\"tag\"></i>\r\n \u5C97\u4F4D\uFF1A{{data.name}}\r\n </div>\r\n <div class=\"item-data\">\r\n <div class=\"column-box\">\r\n <div class=\"item-column\">\u9879\u76EE</div>\r\n <ng-container *ngFor=\"let item of data.listItem\">\r\n <div class=\"item-column\">\r\n {{item?.name}}\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div class=\"column-box\">\r\n <div class=\"item-column\">\u7B49\u7EA7</div>\r\n <ng-container *ngFor=\"let item of data.listItem\">\r\n <div class=\"item-column\">\r\n {{item?.value}}\r\n </div>\r\n </ng-container>\r\n </div>\r\n\r\n <ng-container *ngFor=\"let item of data.listCompare\">\r\n <div class=\"column-box\">\r\n <div class=\"item-column item-compare\">{{item.name}}</div>\r\n <ng-container *ngIf=\"item.listItem!! && item.listItem.length>0\">\r\n <ng-container *ngFor=\"let child of item.listItem\">\r\n <div class=\"item-column item-compare\">\r\n {{child?.value}}\r\n </div>\r\n </ng-container>\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <!-- <div class=\"item-row\">\r\n <div class=\"item-column\"></div>\r\n <ng-container *ngIf=\"headerData!! && headerData.length>0\">\r\n <ng-container *ngFor=\"let item of headerData\">\r\n <div class=\"item-column item-header\">{{item}}</div>\r\n </ng-container>\r\n </ng-container>\r\n </div>\r\n <ng-container *ngIf=\"bodyData!! && bodyData.length>0\">\r\n <ng-container *ngFor=\"let item of bodyData\">\r\n <div class=\"item-row\">\r\n <div class=\"item-column\">\r\n {{item?.name}}\r\n </div>\r\n <ng-container *ngFor=\"let value of item.listData\">\r\n <div class=\"item-column item-result\">\r\n <ng-container *ngIf=\"value;else tmp\">\r\n <i nz-icon nzType=\"check\" class=\"item-ok\"></i>\r\n </ng-container>\r\n <ng-template #tmp>\r\n </ng-template>\r\n </div>\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n </ng-container> -->\r\n </ng-container>\r\n </div>\r\n</nz-spin>", styles: [":host ::ng-deep{display:flex;flex:1;flex-direction:column;width:100%;height:100%;padding:0 15px 15px}:host ::ng-deep .header-title{padding:12px 0}:host ::ng-deep .item-box .name{margin-top:15px;margin-bottom:10px;font-size:14px}:host ::ng-deep .item-compare{justify-content:center}:host ::ng-deep .item-data{display:inline-flex;border-top:1px solid #eaeaea;border-left:1px solid #eaeaea}:host ::ng-deep .body-items{display:flex;flex:1;flex-direction:column;overflow-x:overlay;overflow-y:overlay}:host ::ng-deep .body-items::-webkit-scrollbar{width:8px}:host ::ng-deep .body-items::-webkit-scrollbar-thumb{background-color:#94949475;border-radius:7px}:host ::ng-deep .body-items::-webkit-scrollbar-track{background-color:#fff}:host ::ng-deep .body-items .item-row{display:flex;flex-direction:row}:host ::ng-deep .body-items .item-header{justify-content:center;font-weight:600}:host ::ng-deep .body-items .item-column{display:flex;flex:1;align-self:center;min-width:130px;min-height:40px;padding:0 12px;line-height:40px;border-right:1px solid #eaeaea;border-bottom:1px solid #eaeaea}:host ::ng-deep .body-items .item-column .item-ok{margin:auto;color:green;font-weight:600;font-size:14px}:host ::ng-deep .body-items .item-result{text-align:center}\n"] }]
|
|
110
|
+
], template: "{{config|json}}\r\n<nz-spin [nzSpinning]=\"loading\" nzTip=\"\u62FC\u547D\u52A0\u8F7D\u4E2D...\" class=\"deon-list-spin\">\r\n <div class=\"body-items\">\r\n <ng-container *ngIf=\"dataInfo!! && dataInfo.listData!!\">\r\n <ng-container *ngFor=\"let data of dataInfo.listData\">\r\n <div class=\"item-box\">\r\n <div class=\"name\">\r\n <i nz-icon nzType=\"tag\"></i>\r\n \u5C97\u4F4D\uFF1A{{data.name}}\r\n </div>\r\n <div class=\"item-data\">\r\n <div class=\"column-box\">\r\n <div class=\"item-column\">\u9879\u76EE</div>\r\n <ng-container *ngFor=\"let item of data.listItem\">\r\n <div class=\"item-column\">\r\n {{item?.name}}\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div class=\"column-box\">\r\n <div class=\"item-column\">\u7B49\u7EA7</div>\r\n <ng-container *ngFor=\"let item of data.listItem\">\r\n <div class=\"item-column\">\r\n {{item?.value}}\r\n </div>\r\n </ng-container>\r\n </div>\r\n\r\n <ng-container *ngFor=\"let item of data.listCompare\">\r\n <div class=\"column-box\">\r\n <div class=\"item-column item-compare\">{{item.name}}</div>\r\n <ng-container *ngIf=\"item.listItem!! && item.listItem.length>0\">\r\n <ng-container *ngFor=\"let child of item.listItem\">\r\n <div class=\"item-column item-compare\">\r\n {{child?.value}}\r\n </div>\r\n </ng-container>\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <!-- <div class=\"item-row\">\r\n <div class=\"item-column\"></div>\r\n <ng-container *ngIf=\"headerData!! && headerData.length>0\">\r\n <ng-container *ngFor=\"let item of headerData\">\r\n <div class=\"item-column item-header\">{{item}}</div>\r\n </ng-container>\r\n </ng-container>\r\n </div>\r\n <ng-container *ngIf=\"bodyData!! && bodyData.length>0\">\r\n <ng-container *ngFor=\"let item of bodyData\">\r\n <div class=\"item-row\">\r\n <div class=\"item-column\">\r\n {{item?.name}}\r\n </div>\r\n <ng-container *ngFor=\"let value of item.listData\">\r\n <div class=\"item-column item-result\">\r\n <ng-container *ngIf=\"value;else tmp\">\r\n <i nz-icon nzType=\"check\" class=\"item-ok\"></i>\r\n </ng-container>\r\n <ng-template #tmp>\r\n </ng-template>\r\n </div>\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n </ng-container> -->\r\n </ng-container>\r\n </div>\r\n</nz-spin>", styles: [":host ::ng-deep{display:flex;flex:1;flex-direction:column;width:100%;height:100%;padding:0 15px 15px}:host ::ng-deep .header-title{padding:12px 0}:host ::ng-deep .item-box .name{margin-top:15px;margin-bottom:10px;font-size:14px}:host ::ng-deep .item-compare{justify-content:center}:host ::ng-deep .item-data{display:inline-flex;border-top:1px solid #eaeaea;border-left:1px solid #eaeaea}:host ::ng-deep .body-items{display:flex;flex:1;flex-direction:column;overflow-x:overlay;overflow-y:overlay}:host ::ng-deep .body-items::-webkit-scrollbar{width:8px}:host ::ng-deep .body-items::-webkit-scrollbar-thumb{background-color:#94949475;border-radius:7px}:host ::ng-deep .body-items::-webkit-scrollbar-track{background-color:#fff}:host ::ng-deep .body-items .item-row{display:flex;flex-direction:row}:host ::ng-deep .body-items .item-header{justify-content:center;font-weight:600}:host ::ng-deep .body-items .item-column{display:flex;flex:1;align-self:center;min-width:130px;min-height:40px;padding:0 12px;line-height:40px;border-right:1px solid #eaeaea;border-bottom:1px solid #eaeaea}:host ::ng-deep .body-items .item-column .item-ok{margin:auto;color:green;font-weight:600;font-size:14px}:host ::ng-deep .body-items .item-result{text-align:center}\n"] }]
|
|
111
111
|
}], ctorParameters: () => [{ type: i1._HttpClient }, { type: i2.NzMessageService }], propDecorators: { config: [{
|
|
112
112
|
type: Input
|
|
113
113
|
}], pageLoadAfter: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pre-control.pre-compare.mjs","sources":["../../../../packages/biz-list/pre-control/pre-compare/src/default/index.ts","../../../../packages/biz-list/pre-control/pre-compare/src/default/index.html","../../../../packages/biz-list/pre-control/pre-compare/src/index.module.ts","../../../../packages/biz-list/pre-control/pre-compare/pre-control.pre-compare.ts"],"sourcesContent":["import { Component, OnInit, Input, OnChanges, SimpleChanges, Output, EventEmitter } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\r\nimport { _HttpClient } from '@delon/theme';\r\nimport { NzIconModule } from 'ng-zorro-antd/icon';\r\nimport { NzSpinModule } from 'ng-zorro-antd/spin';\r\nimport { NzMessageService } from 'ng-zorro-antd/message';\r\n\r\nimport { GramDeonCardModule } from '@ebuilding/abc/card';\r\nimport { ModuleAPI } from '@ebuilding/base/shared.var/shared.constant';\r\nimport _ from 'lodash';\r\n\r\n@Component({\r\n selector: 'pre-compare',\r\n templateUrl: './index.html',\r\n styleUrls: ['./index.less'],\r\n imports: [\r\n CommonModule, FormsModule, ReactiveFormsModule, NzIconModule, NzSpinModule, GramDeonCardModule\r\n ]\r\n})\r\nexport class CompareMainComponent implements OnInit, OnChanges {\r\n\r\n loading: boolean = true;\r\n\r\n dataInfo: any = null;\r\n headerData: any[] = [];\r\n bodyData: any[] = [];\r\n\r\n @Input() config: any = null;\r\n\r\n @Output() pageLoadAfter: EventEmitter<any> = new EventEmitter();\r\n\r\n constructor(public http: _HttpClient, public msgSrv: NzMessageService) { }\r\n\r\n ngOnInit(): void { }\r\n\r\n ngOnChanges(changes: SimpleChanges): void {\r\n if (changes['config']) {\r\n if (this.config!!) {\r\n this.getPageData();\r\n }\r\n }\r\n }\r\n\r\n getPageData() {\r\n this.loading = true;\r\n let postData = {\r\n };\r\n if (this.config?.parameterData!!) {\r\n postData = _.cloneDeep(this.config.parameterData);\r\n }\r\n this.http\r\n .post(`${ModuleAPI.user}/user/basic/compareData`, {\r\n compareId: this.config.id,\r\n parameterData: postData\r\n })\r\n .subscribe((res: any) => {\r\n if (res.success && res.result!!) {\r\n this.dataInfo = res.result;\r\n\r\n /**\r\n * 项目-X轴\r\n */\r\n // if (this.dataInfo.listItemData!! && Array.isArray(this.dataInfo.listItemData)) {\r\n // let tmpData: any[] = [];\r\n // this.dataInfo.listItemData.forEach((a: any) => {\r\n // let arr: any[] = [];\r\n // this.dataInfo.listItemField.forEach((b: any) => {\r\n // if (b.izShow) {\r\n // arr.push(a[\"f_\" + b.fieldId]);\r\n // }\r\n // });\r\n // if (arr.length > 0) {\r\n // tmpData.push(arr.join(\"、\"));\r\n // }\r\n // });\r\n // this.headerData = tmpData;\r\n // }\r\n\r\n // if (this.dataInfo.listItemData2!! && Array.isArray(this.dataInfo.listItemData2)) {\r\n // let tmpData: any[] = [];\r\n // this.dataInfo.listItemData2.forEach((a: any) => {\r\n // let arr: any[] = [];\r\n // this.dataInfo.listItemField2.forEach((b: any) => {\r\n // if (b.izShow) {\r\n // arr.push(a.headerMap[\"f_\" + b.fieldId]);\r\n // }\r\n // });\r\n // if (arr.length > 0) {\r\n // tmpData.push({\r\n // name: arr.join(\" | \"),\r\n // listData: a.listBody\r\n // });\r\n // }\r\n // });\r\n // this.bodyData = tmpData;\r\n // }\r\n\r\n\r\n // let split: any = null;\r\n // if (res.result.listItemField2!! && Array.isArray(res.result.listItemField2)) {\r\n // let arr: any[] = res.result.listItemField2.filter((item: any) => { return item.izShow == true });\r\n // if (arr!! && arr.length > 1) {\r\n // split = \" | \";\r\n // }\r\n // }\r\n // if (res.result.listItemData2!! && Array.isArray(res.result.listItemData2)) {\r\n // res.result.listItemData2.forEach((item: any) => {\r\n\r\n // });\r\n // }\r\n // this.dataInfo = res.result;\r\n }\r\n this.loading = false;\r\n });\r\n }\r\n\r\n}\r\n\r\n","<nz-spin [nzSpinning]=\"loading\" nzTip=\"拼命加载中...\" class=\"deon-list-spin\">\r\n <div class=\"body-items\">\r\n <ng-container *ngIf=\"dataInfo!! && dataInfo.listData!!\">\r\n <ng-container *ngFor=\"let data of dataInfo.listData\">\r\n <div class=\"item-box\">\r\n <div class=\"name\">\r\n <i nz-icon nzType=\"tag\"></i>\r\n 岗位:{{data.name}}\r\n </div>\r\n <div class=\"item-data\">\r\n <div class=\"column-box\">\r\n <div class=\"item-column\">项目</div>\r\n <ng-container *ngFor=\"let item of data.listItem\">\r\n <div class=\"item-column\">\r\n {{item?.name}}\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div class=\"column-box\">\r\n <div class=\"item-column\">等级</div>\r\n <ng-container *ngFor=\"let item of data.listItem\">\r\n <div class=\"item-column\">\r\n {{item?.value}}\r\n </div>\r\n </ng-container>\r\n </div>\r\n\r\n <ng-container *ngFor=\"let item of data.listCompare\">\r\n <div class=\"column-box\">\r\n <div class=\"item-column item-compare\">{{item.name}}</div>\r\n <ng-container *ngIf=\"item.listItem!! && item.listItem.length>0\">\r\n <ng-container *ngFor=\"let child of item.listItem\">\r\n <div class=\"item-column item-compare\">\r\n {{child?.value}}\r\n </div>\r\n </ng-container>\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <!-- <div class=\"item-row\">\r\n <div class=\"item-column\"></div>\r\n <ng-container *ngIf=\"headerData!! && headerData.length>0\">\r\n <ng-container *ngFor=\"let item of headerData\">\r\n <div class=\"item-column item-header\">{{item}}</div>\r\n </ng-container>\r\n </ng-container>\r\n </div>\r\n <ng-container *ngIf=\"bodyData!! && bodyData.length>0\">\r\n <ng-container *ngFor=\"let item of bodyData\">\r\n <div class=\"item-row\">\r\n <div class=\"item-column\">\r\n {{item?.name}}\r\n </div>\r\n <ng-container *ngFor=\"let value of item.listData\">\r\n <div class=\"item-column item-result\">\r\n <ng-container *ngIf=\"value;else tmp\">\r\n <i nz-icon nzType=\"check\" class=\"item-ok\"></i>\r\n </ng-container>\r\n <ng-template #tmp>\r\n </ng-template>\r\n </div>\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n </ng-container> -->\r\n </ng-container>\r\n </div>\r\n</nz-spin>","import { NgModule } from '@angular/core';\r\nimport { CompareMainComponent } from './default/index';\r\nconst components: any[] = [CompareMainComponent];\r\n\r\n@NgModule({\r\n imports: [...components],\r\n exports: [...components],\r\n})\r\nexport class PreCompareModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"pre-control.pre-compare.mjs","sources":["../../../../packages/biz-list/pre-control/pre-compare/src/default/index.ts","../../../../packages/biz-list/pre-control/pre-compare/src/default/index.html","../../../../packages/biz-list/pre-control/pre-compare/src/index.module.ts","../../../../packages/biz-list/pre-control/pre-compare/pre-control.pre-compare.ts"],"sourcesContent":["import { Component, OnInit, Input, OnChanges, SimpleChanges, Output, EventEmitter } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\r\nimport { _HttpClient } from '@delon/theme';\r\nimport { NzIconModule } from 'ng-zorro-antd/icon';\r\nimport { NzSpinModule } from 'ng-zorro-antd/spin';\r\nimport { NzMessageService } from 'ng-zorro-antd/message';\r\n\r\nimport { GramDeonCardModule } from '@ebuilding/abc/card';\r\nimport { ModuleAPI } from '@ebuilding/base/shared.var/shared.constant';\r\nimport _ from 'lodash';\r\n\r\n@Component({\r\n selector: 'pre-compare',\r\n templateUrl: './index.html',\r\n styleUrls: ['./index.less'],\r\n imports: [\r\n CommonModule, FormsModule, ReactiveFormsModule, NzIconModule, NzSpinModule, GramDeonCardModule\r\n ]\r\n})\r\nexport class CompareMainComponent implements OnInit, OnChanges {\r\n\r\n loading: boolean = true;\r\n\r\n dataInfo: any = null;\r\n headerData: any[] = [];\r\n bodyData: any[] = [];\r\n\r\n @Input() config: any = null;\r\n\r\n @Output() pageLoadAfter: EventEmitter<any> = new EventEmitter();\r\n\r\n constructor(public http: _HttpClient, public msgSrv: NzMessageService) { }\r\n\r\n ngOnInit(): void { }\r\n\r\n ngOnChanges(changes: SimpleChanges): void {\r\n if (changes['config']) {\r\n if (this.config) {\r\n this.getPageData();\r\n }\r\n }\r\n }\r\n\r\n getPageData() {\r\n this.loading = true;\r\n let postData = {\r\n };\r\n if (this.config?.parameterData) {\r\n postData = _.cloneDeep(this.config.parameterData);\r\n }\r\n this.http\r\n .post(`${ModuleAPI.user}/user/basic/compareData`, {\r\n compareId: this.config.id,\r\n parameterData: postData\r\n })\r\n .subscribe((res: any) => {\r\n if (res.success && res.result) {\r\n this.dataInfo = res.result;\r\n\r\n /**\r\n * 项目-X轴\r\n */\r\n // if (this.dataInfo.listItemData!! && Array.isArray(this.dataInfo.listItemData)) {\r\n // let tmpData: any[] = [];\r\n // this.dataInfo.listItemData.forEach((a: any) => {\r\n // let arr: any[] = [];\r\n // this.dataInfo.listItemField.forEach((b: any) => {\r\n // if (b.izShow) {\r\n // arr.push(a[\"f_\" + b.fieldId]);\r\n // }\r\n // });\r\n // if (arr.length > 0) {\r\n // tmpData.push(arr.join(\"、\"));\r\n // }\r\n // });\r\n // this.headerData = tmpData;\r\n // }\r\n\r\n // if (this.dataInfo.listItemData2!! && Array.isArray(this.dataInfo.listItemData2)) {\r\n // let tmpData: any[] = [];\r\n // this.dataInfo.listItemData2.forEach((a: any) => {\r\n // let arr: any[] = [];\r\n // this.dataInfo.listItemField2.forEach((b: any) => {\r\n // if (b.izShow) {\r\n // arr.push(a.headerMap[\"f_\" + b.fieldId]);\r\n // }\r\n // });\r\n // if (arr.length > 0) {\r\n // tmpData.push({\r\n // name: arr.join(\" | \"),\r\n // listData: a.listBody\r\n // });\r\n // }\r\n // });\r\n // this.bodyData = tmpData;\r\n // }\r\n\r\n\r\n // let split: any = null;\r\n // if (res.result.listItemField2!! && Array.isArray(res.result.listItemField2)) {\r\n // let arr: any[] = res.result.listItemField2.filter((item: any) => { return item.izShow == true });\r\n // if (arr!! && arr.length > 1) {\r\n // split = \" | \";\r\n // }\r\n // }\r\n // if (res.result.listItemData2!! && Array.isArray(res.result.listItemData2)) {\r\n // res.result.listItemData2.forEach((item: any) => {\r\n\r\n // });\r\n // }\r\n // this.dataInfo = res.result;\r\n }\r\n this.loading = false;\r\n });\r\n }\r\n\r\n}\r\n\r\n","{{config|json}}\r\n<nz-spin [nzSpinning]=\"loading\" nzTip=\"拼命加载中...\" class=\"deon-list-spin\">\r\n <div class=\"body-items\">\r\n <ng-container *ngIf=\"dataInfo!! && dataInfo.listData!!\">\r\n <ng-container *ngFor=\"let data of dataInfo.listData\">\r\n <div class=\"item-box\">\r\n <div class=\"name\">\r\n <i nz-icon nzType=\"tag\"></i>\r\n 岗位:{{data.name}}\r\n </div>\r\n <div class=\"item-data\">\r\n <div class=\"column-box\">\r\n <div class=\"item-column\">项目</div>\r\n <ng-container *ngFor=\"let item of data.listItem\">\r\n <div class=\"item-column\">\r\n {{item?.name}}\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div class=\"column-box\">\r\n <div class=\"item-column\">等级</div>\r\n <ng-container *ngFor=\"let item of data.listItem\">\r\n <div class=\"item-column\">\r\n {{item?.value}}\r\n </div>\r\n </ng-container>\r\n </div>\r\n\r\n <ng-container *ngFor=\"let item of data.listCompare\">\r\n <div class=\"column-box\">\r\n <div class=\"item-column item-compare\">{{item.name}}</div>\r\n <ng-container *ngIf=\"item.listItem!! && item.listItem.length>0\">\r\n <ng-container *ngFor=\"let child of item.listItem\">\r\n <div class=\"item-column item-compare\">\r\n {{child?.value}}\r\n </div>\r\n </ng-container>\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <!-- <div class=\"item-row\">\r\n <div class=\"item-column\"></div>\r\n <ng-container *ngIf=\"headerData!! && headerData.length>0\">\r\n <ng-container *ngFor=\"let item of headerData\">\r\n <div class=\"item-column item-header\">{{item}}</div>\r\n </ng-container>\r\n </ng-container>\r\n </div>\r\n <ng-container *ngIf=\"bodyData!! && bodyData.length>0\">\r\n <ng-container *ngFor=\"let item of bodyData\">\r\n <div class=\"item-row\">\r\n <div class=\"item-column\">\r\n {{item?.name}}\r\n </div>\r\n <ng-container *ngFor=\"let value of item.listData\">\r\n <div class=\"item-column item-result\">\r\n <ng-container *ngIf=\"value;else tmp\">\r\n <i nz-icon nzType=\"check\" class=\"item-ok\"></i>\r\n </ng-container>\r\n <ng-template #tmp>\r\n </ng-template>\r\n </div>\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n </ng-container> -->\r\n </ng-container>\r\n </div>\r\n</nz-spin>","import { NgModule } from '@angular/core';\r\nimport { CompareMainComponent } from './default/index';\r\nconst components: any[] = [CompareMainComponent];\r\n\r\n@NgModule({\r\n imports: [...components],\r\n exports: [...components],\r\n})\r\nexport class PreCompareModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ebuilding/biz-list",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"extend": "undefined",
|
|
6
6
|
"tslib": "^2.3.0"
|
|
@@ -39,18 +39,6 @@
|
|
|
39
39
|
"types": "./page-comm/single/index.d.ts",
|
|
40
40
|
"default": "./fesm2022/page-comm.single.mjs"
|
|
41
41
|
},
|
|
42
|
-
"./service/commEvent.service": {
|
|
43
|
-
"types": "./service/commEvent.service/index.d.ts",
|
|
44
|
-
"default": "./fesm2022/srv.commEvent.service.mjs"
|
|
45
|
-
},
|
|
46
|
-
"./service/basic": {
|
|
47
|
-
"types": "./service/basic/index.d.ts",
|
|
48
|
-
"default": "./fesm2022/srv.basic.mjs"
|
|
49
|
-
},
|
|
50
|
-
"./service/commHeader.service": {
|
|
51
|
-
"types": "./service/commHeader.service/index.d.ts",
|
|
52
|
-
"default": "./fesm2022/srv.commHeader.service.mjs"
|
|
53
|
-
},
|
|
54
42
|
"./pre-control/pre-card": {
|
|
55
43
|
"types": "./pre-control/pre-card/index.d.ts",
|
|
56
44
|
"default": "./fesm2022/pre-control.pre-card.mjs"
|
|
@@ -59,37 +47,49 @@
|
|
|
59
47
|
"types": "./pre-control/pre-compare/index.d.ts",
|
|
60
48
|
"default": "./fesm2022/pre-control.pre-compare.mjs"
|
|
61
49
|
},
|
|
62
|
-
"./
|
|
63
|
-
"types": "./
|
|
64
|
-
"default": "./fesm2022/
|
|
50
|
+
"./pre-control/pre-report": {
|
|
51
|
+
"types": "./pre-control/pre-report/index.d.ts",
|
|
52
|
+
"default": "./fesm2022/pre-control.pre-report.mjs"
|
|
65
53
|
},
|
|
66
|
-
"./
|
|
67
|
-
"types": "./
|
|
68
|
-
"default": "./fesm2022/
|
|
54
|
+
"./pre-control/pre-tree": {
|
|
55
|
+
"types": "./pre-control/pre-tree/index.d.ts",
|
|
56
|
+
"default": "./fesm2022/pre-control.pre-tree.mjs"
|
|
57
|
+
},
|
|
58
|
+
"./pre-control/pre-page": {
|
|
59
|
+
"types": "./pre-control/pre-page/index.d.ts",
|
|
60
|
+
"default": "./fesm2022/pre-control.pre-page.mjs"
|
|
61
|
+
},
|
|
62
|
+
"./service/basic": {
|
|
63
|
+
"types": "./service/basic/index.d.ts",
|
|
64
|
+
"default": "./fesm2022/srv.basic.mjs"
|
|
69
65
|
},
|
|
70
66
|
"./pre-control/pre-page-ref": {
|
|
71
67
|
"types": "./pre-control/pre-page-ref/index.d.ts",
|
|
72
68
|
"default": "./fesm2022/pre-control.pre-page-ref.mjs"
|
|
73
69
|
},
|
|
74
|
-
"./pre-control/
|
|
75
|
-
"types": "./pre-control/
|
|
76
|
-
"default": "./fesm2022/pre-control.
|
|
70
|
+
"./pre-control/single": {
|
|
71
|
+
"types": "./pre-control/single/index.d.ts",
|
|
72
|
+
"default": "./fesm2022/pre-control.single.mjs"
|
|
73
|
+
},
|
|
74
|
+
"./service/commEvent.service": {
|
|
75
|
+
"types": "./service/commEvent.service/index.d.ts",
|
|
76
|
+
"default": "./fesm2022/srv.commEvent.service.mjs"
|
|
77
77
|
},
|
|
78
78
|
"./service/commList.service": {
|
|
79
79
|
"types": "./service/commList.service/index.d.ts",
|
|
80
80
|
"default": "./fesm2022/srv.commList.service.mjs"
|
|
81
81
|
},
|
|
82
|
-
"./
|
|
83
|
-
"types": "./
|
|
84
|
-
"default": "./fesm2022/
|
|
82
|
+
"./service/commHeader.service": {
|
|
83
|
+
"types": "./service/commHeader.service/index.d.ts",
|
|
84
|
+
"default": "./fesm2022/srv.commHeader.service.mjs"
|
|
85
85
|
},
|
|
86
|
-
"./
|
|
87
|
-
"types": "./
|
|
88
|
-
"default": "./fesm2022/
|
|
86
|
+
"./service/commPage.service": {
|
|
87
|
+
"types": "./service/commPage.service/index.d.ts",
|
|
88
|
+
"default": "./fesm2022/srv.commPage.service.mjs"
|
|
89
89
|
},
|
|
90
|
-
"./
|
|
91
|
-
"types": "./
|
|
92
|
-
"default": "./fesm2022/
|
|
90
|
+
"./service/page.service": {
|
|
91
|
+
"types": "./service/page.service/index.d.ts",
|
|
92
|
+
"default": "./fesm2022/srv.page.service.mjs"
|
|
93
93
|
}
|
|
94
94
|
},
|
|
95
95
|
"sideEffects": false
|