summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/components/performance-details
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-08-22 16:55:57 +0800
committercyuamber <xuranyjy@chinamobile.com>2019-08-22 16:56:09 +0800
commitd0f5347dc16b5aa9fc95eb520fbc9a1c7b672b09 (patch)
treeb3891d8de290d755d7f0f00d35bb77d3b89ad747 /usecaseui-portal/src/app/components/performance-details
parent56923755c761897cc86ca2457667fcc3e6a0e43f (diff)
feat: change the project structure and add mock data function
Change-Id: I381845bff5eb37d1fab3eba8cf1ae7838df523b7 Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/components/performance-details')
-rw-r--r--usecaseui-portal/src/app/components/performance-details/performance-details.component.css104
-rw-r--r--usecaseui-portal/src/app/components/performance-details/performance-details.component.html61
-rw-r--r--usecaseui-portal/src/app/components/performance-details/performance-details.component.less110
-rw-r--r--usecaseui-portal/src/app/components/performance-details/performance-details.component.spec.ts25
-rw-r--r--usecaseui-portal/src/app/components/performance-details/performance-details.component.ts57
5 files changed, 0 insertions, 357 deletions
diff --git a/usecaseui-portal/src/app/components/performance-details/performance-details.component.css b/usecaseui-portal/src/app/components/performance-details/performance-details.component.css
deleted file mode 100644
index 0b5493d7..00000000
--- a/usecaseui-portal/src/app/components/performance-details/performance-details.component.css
+++ /dev/null
@@ -1,104 +0,0 @@
-/*
- Copyright (C) 2019 CMCC, Inc. and others. All rights reserved.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-*/
-.content .header {
- background-color: #fff;
- border-radius: 5px;
- padding: 30px 28px 0;
- position: relative;
- margin-bottom: 30px;
- border: 1px solid #e4e4e4;
-}
-.content .header hr {
- margin: 0;
- border: none;
- height: 1px;
- background-color: #e4e4e4;
-}
-.content .header h2 {
- font: 700 24px/18px 'Times New Roman';
- color: #3fa8eb;
- text-align: center;
- margin-bottom: 27px;
-}
-.content .header span.tildeimg {
- position: absolute;
- left: 50%;
- top: 71px;
- width: 60px;
- height: 10px;
- transform: translate(-30px, 0);
- background: url(../../../assets/images/tildeimg.png) no-repeat center center;
- background-color: #fff;
-}
-.content .header .headerlist {
- display: flex;
-}
-.content .header .headerlist div {
- width: 100%;
-}
-.content .header .headerlist div p {
- font: 400 14px 'Arial';
- color: #323437;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- margin: 18px 0 15px;
-}
-.content .header .headerlist div p span {
- display: inline-block;
- width: 50%;
- text-align: right;
- font: 700 14px 'Arial';
- color: #3fa8eb;
-}
-.content hr {
- margin: 0;
- border: none;
- height: 1px;
- background-color: #e4e4e4;
-}
-.content button {
- width: 88px;
- height: 22px;
- position: absolute;
- left: 50%;
- transform: translate(-44px, 0);
- border: none;
- outline: none;
- cursor: pointer;
- background-color: #fff;
- background: url(../../../assets/images/open-close2.png) no-repeat center -22px;
-}
-.content button:hover {
- background: url(../../../assets/images/open-close2.png) no-repeat center -66px;
-}
-.content .buttonActive {
- transform: translate(-44px, -22px);
- background: url(../../../assets/images/open-close2.png) no-repeat center 0px;
-}
-.content .buttonActive:hover {
- background: url(../../../assets/images/open-close2.png) no-repeat center -44px;
-}
-.content h2.detailtitle {
- font: 700 24px/18px 'Times New Roman';
- color: #3fa8eb;
- text-align: center;
- margin-bottom: 15px;
- padding-top: 25px;
-}
-.content .detailInformatioin {
- overflow: hidden;
-}
diff --git a/usecaseui-portal/src/app/components/performance-details/performance-details.component.html b/usecaseui-portal/src/app/components/performance-details/performance-details.component.html
deleted file mode 100644
index a5d44a7f..00000000
--- a/usecaseui-portal/src/app/components/performance-details/performance-details.component.html
+++ /dev/null
@@ -1,61 +0,0 @@
-<!--
- Copyright (C) 2019 CMCC, Inc. and others. All rights reserved.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<div class="content">
- <div class="header">
- <h2>HEADER INFORMATION</h2>
- <hr> <span class="tildeimg"></span>
- <div class="headerlist">
- <div class="leftlist">
- <p> <span>Version :</span>{{datailheaderdata.version}}</p>
- <p> <span>Domain :</span>{{datailheaderdata.domain}}</p>
- <p> <span>EventType :</span>{{datailheaderdata.eventType}}</p>
- <p> <span>Event Name :</span>{{datailheaderdata.eventName}}</p>
- <p> <span>Event Id :</span>{{datailheaderdata.eventId}}</p>
- <p> <span>NfcNamingCode :</span>{{datailheaderdata.nfcNamingCode}}</p>
-
-
- </div>
- <div class="rightlist">
- <p> <span>NfNamingCode :</span>{{datailheaderdata.nfNamingCode}}</p>
- <p> <span>SourceName :</span>{{datailheaderdata.sourceName}}</p>
- <p> <span>SourceId :</span>{{datailheaderdata.sourceId}}</p>
- <p> <span>ReportingEntityName :</span>{{datailheaderdata.reportingEntityName}}</p>
- <p> <span>ReportingEntityId :</span>{{datailheaderdata.reportingEntityId}}</p>
- <p> <span>ReportTime :</span>{{datailheaderdata.reportTime}}</p>
- </div>
- </div>
- </div>
- <hr>
- <button [ngClass]="{'buttonActive':moredetailShow}" (click)="slideUpDown()"></button>
- <h2 class="detailtitle">DETAIL INFORMATION</h2>
- <div class="detailInformatioin" [@slideUpDown]='state'>
- <nz-table #detailTable [nzData]="dataillistdata" [nzShowPagination]="false" nzSize="small" [nzBordered]="true">
- <thead>
- <tr>
- <th nzWidth="18%">Item Name</th>
- <th >Item Value</th>
- </tr>
- </thead>
- <tbody>
- <tr *ngFor="let data of dataillistdata">
- <td>{{data.name}}</td>
- <td>{{data.value}}</td>
- </tr>
- </tbody>
- </nz-table>
- </div>
- </div>
- \ No newline at end of file
diff --git a/usecaseui-portal/src/app/components/performance-details/performance-details.component.less b/usecaseui-portal/src/app/components/performance-details/performance-details.component.less
deleted file mode 100644
index c1ca74f5..00000000
--- a/usecaseui-portal/src/app/components/performance-details/performance-details.component.less
+++ /dev/null
@@ -1,110 +0,0 @@
-/*
- Copyright (C) 2019 CMCC, Inc. and others. All rights reserved.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-*/
-.content {
- .header {
- background-color: #fff;
- border-radius: 5px;
- padding: 30px 28px 0;
- position: relative;
- margin-bottom: 30px;
- border: 1px solid #e4e4e4;
- hr {
- margin: 0;
- border: none;
- height: 1px;
- background-color: #e4e4e4;
- }
- h2 {
- font: 700 24px/18px 'Times New Roman';
- color: #3fa8eb;
- text-align: center;
- margin-bottom: 27px;
- }
- span.tildeimg {
- position: absolute;
- left: 50%;
- top: 71px;
- width: 60px;
- height: 10px;
- transform: translate(-30px,0);
- background: url(../../../assets/images/tildeimg.png) no-repeat center center;
- background-color: #fff;
- }
- .headerlist {
- display: flex;
- div {
- width: 100%;
- p {
- font: 400 14px 'Arial';
- color: #323437;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- margin: 18px 0 15px;
- span {
- display: inline-block;
- width: 50%;
- text-align: right;
- font: 700 14px 'Arial';
- color: #3fa8eb;
- }
- }
- }
- }
- }
- hr {
- margin: 0;
- border: none;
- height: 1px;
- background-color: #e4e4e4;
- }
- button {
- width: 88px;
- height: 22px;
- position: absolute;
- left: 50%;
- transform: translate(-44px,0);
- border: none;
- outline: none;
- cursor: pointer;
- background-color: #fff;
- background: url(../../../assets/images/open-close2.png) no-repeat center -22px;
- &:hover {
- background: url(../../../assets/images/open-close2.png) no-repeat center -66px;
- }
- }
- .buttonActive {
- transform: translate(-44px,-22px);
- background: url(../../../assets/images/open-close2.png) no-repeat center -0px;
- &:hover {
- background: url(../../../assets/images/open-close2.png) no-repeat center -44px;
- }
- }
- h2.detailtitle {
- font: 700 24px/18px 'Times New Roman';
- color: #3fa8eb;
- text-align: center;
- margin-bottom: 15px;
- padding-top: 25px;
- }
- .detailInformatioin {
- // transition: all 0.3s linear;
- overflow: hidden;
- }
- .detailshow {
-
- }
-} \ No newline at end of file
diff --git a/usecaseui-portal/src/app/components/performance-details/performance-details.component.spec.ts b/usecaseui-portal/src/app/components/performance-details/performance-details.component.spec.ts
deleted file mode 100644
index 11f4abd2..00000000
--- a/usecaseui-portal/src/app/components/performance-details/performance-details.component.spec.ts
+++ /dev/null
@@ -1,25 +0,0 @@
-import { async, ComponentFixture, TestBed } from '@angular/core/testing';
-
-import { PerformanceDetailsComponent } from './performance-details.component';
-
-describe('PerformanceDetailsComponent', () => {
- let component: PerformanceDetailsComponent;
- let fixture: ComponentFixture<PerformanceDetailsComponent>;
-
- beforeEach(async(() => {
- TestBed.configureTestingModule({
- declarations: [ PerformanceDetailsComponent ]
- })
- .compileComponents();
- }));
-
- beforeEach(() => {
- fixture = TestBed.createComponent(PerformanceDetailsComponent);
- component = fixture.componentInstance;
- fixture.detectChanges();
- });
-
- it('should create', () => {
- expect(component).toBeTruthy();
- });
-});
diff --git a/usecaseui-portal/src/app/components/performance-details/performance-details.component.ts b/usecaseui-portal/src/app/components/performance-details/performance-details.component.ts
deleted file mode 100644
index b8835739..00000000
--- a/usecaseui-portal/src/app/components/performance-details/performance-details.component.ts
+++ /dev/null
@@ -1,57 +0,0 @@
-/*
- Copyright (C) 2019 CMCC, Inc. and others. All rights reserved.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-*/
-import { Component, OnInit, Input } from '@angular/core';
-import { slideUpDown } from '../../animates';
-import { HomesService } from '../../homes.service';
-
-@Component({
- selector: 'app-performance-details',
- templateUrl: './performance-details.component.html',
- styleUrls: ['./performance-details.component.less'],
- animations: [ slideUpDown ]
-})
-export class PerformanceDetailsComponent implements OnInit {
-
-
- constructor(private myhttp:HomesService) { }
-
- ngOnInit() {
-
- }
-
- ngOnChanges(changes){
- console.log(this.detailId)
- this.getPerformanceHeaderDetail(this.detailId);
- }
- datailheaderdata: any = {};
- dataillistdata: any = [];
- getPerformanceHeaderDetail(id){
- if(id){
- this.myhttp.getPerformanceHeaderDetail(id).subscribe((data)=>{
- console.log(data)
- this.datailheaderdata = data.performanceHeader;
- this.dataillistdata = data.list;
- })
- }
- }
- moredetailShow = false;
- @Input() detailId;
- state = 'up'
- slideUpDown(){
- this.moredetailShow = !this.moredetailShow;
- this.state = this.state === 'up' ? 'down' : 'up';
- }
-}