-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1192 from aneoconsulting/chore/update-components-…
…for-inspection chore: update components for inspection
- Loading branch information
Showing
9 changed files
with
41 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
<app-page-header [sharableURL]="sharableURL"> | ||
<ng-content></ng-content> | ||
<span>{{ id }}</span> | ||
<button mat-icon-button [cdkCopyToClipboard]="id ?? ''" (cdkCopyToClipboardCopied)="onCopiedTaskId()"> | ||
<mat-icon aria-hidden="true" fontIcon="content_copy" /> | ||
</button> | ||
</app-page-header> | ||
<app-inspection-header [id]="id" [status]="status" [sharableURL]="sharableURL"> | ||
<ng-content title select="[title]" /> | ||
</app-inspection-header> | ||
|
||
<app-show-actions [actionsButton]="actionsButton" (refresh)="onRefresh()" /> | ||
<app-inspection-toolbar (refresh)="onRefresh()"> | ||
<ng-content select="[actions]" actions /> | ||
<ng-content select="[bonus-actions]" bonus-actions /> | ||
</app-inspection-toolbar> | ||
|
||
<app-show-card [data]="data" [statuses]="statuses" /> | ||
<app-inspection-card [data]="data" [statuses]="statuses" [fields]="fields" [optionsFields]="optionsFields"/> | ||
|
||
<app-inspection-list-grid [arrays]="arrays" [data]="data"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1ff0ff7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JUnit
Files coverage (99%)