parent
bb67999afe
commit
7e64289801
@ -1,39 +1,37 @@ |
||||
<div class="op-bcf-list-container"> |
||||
<div class="op-bcf-list-container--result-overlay" |
||||
*ngIf="(showResultOverlay$ | async) && showTableView"></div> |
||||
<div class="op-bcf-list-container--result-overlay" |
||||
*ngIf="(showResultOverlay$ | async) && showTableView"></div> |
||||
|
||||
<!-- TABLE + TIMELINE horizontal split --> |
||||
<div class="op-bcf-list-container--work-packages-split-view--tabletimeline-container" |
||||
[ngClass]="{ '-with-resizer': showResizerInCardView() }" |
||||
*ngIf="tableInformationLoaded && showTableView"> |
||||
<wp-resizer elementClass="work-packages-partitioned-page--content-right" |
||||
localStorageKey="openProject-splitViewFlexBasis"> |
||||
</wp-resizer> |
||||
<!-- TABLE + TIMELINE horizontal split --> |
||||
<div class="op-bcf-list-container--work-packages-split-view--tabletimeline-container" |
||||
[ngClass]="{ '_with-resizer': showResizerInCardView() }" |
||||
*ngIf="tableInformationLoaded && showTableView"> |
||||
<wp-resizer elementClass="work-packages-partitioned-page--content-right" |
||||
localStorageKey="openProject-splitViewFlexBasis"> |
||||
</wp-resizer> |
||||
|
||||
<wp-table [projectIdentifier]="CurrentProject.identifier" |
||||
[configuration]="wpTableConfiguration" |
||||
(itemClicked)="handleWorkPackageClicked($event)" |
||||
(stateLinkClicked)="openStateLink($event)" |
||||
class="work-packages-split-view--tabletimeline-content"> |
||||
</wp-table> |
||||
</div> |
||||
<wp-table [projectIdentifier]="CurrentProject.identifier" |
||||
[configuration]="wpTableConfiguration" |
||||
(itemClicked)="handleWorkPackageClicked($event)" |
||||
(stateLinkClicked)="openStateLink($event)" |
||||
class="work-packages-split-view--tabletimeline-content"> |
||||
</wp-table> |
||||
</div> |
||||
|
||||
<!-- GRID representation of the WP --> |
||||
<div *ngIf="!showTableView" |
||||
class="op-bcf-list-container--work-packages--card-view-container" |
||||
[ngClass]="{ '-with-resizer': showResizerInCardView() }" > |
||||
<wp-grid [configuration]="wpTableConfiguration" |
||||
[showResizer]="showResizerInCardView()" |
||||
(itemClicked)="handleWorkPackageCardClicked($event)" |
||||
(stateLinkClicked)="openStateLink($event)" |
||||
resizerClass="work-packages-partitioned-page--content-right" |
||||
resizerStorageKey="openProject-splitViewFlexBasis"> |
||||
</wp-grid> |
||||
</div> |
||||
<!-- GRID representation of the WP --> |
||||
<div *ngIf="!showTableView" |
||||
class="op-bcf-list-container--work-packages--card-view-container" |
||||
[ngClass]="{ '_with-resizer': showResizerInCardView() }" > |
||||
<wp-grid [configuration]="wpTableConfiguration" |
||||
[showResizer]="showResizerInCardView()" |
||||
(itemClicked)="handleWorkPackageCardClicked($event)" |
||||
(stateLinkClicked)="openStateLink($event)" |
||||
resizerClass="work-packages-partitioned-page--content-right" |
||||
resizerStorageKey="openProject-splitViewFlexBasis"> |
||||
</wp-grid> |
||||
</div> |
||||
|
||||
<!-- Footer --> |
||||
<div class="work-packages-split-view--tabletimeline-footer hide-when-print" |
||||
*ngIf="tableInformationLoaded"> |
||||
<wp-table-pagination></wp-table-pagination> |
||||
</div> |
||||
<!-- Footer --> |
||||
<div class="work-packages-split-view--tabletimeline-footer hide-when-print" |
||||
*ngIf="tableInformationLoaded"> |
||||
<wp-table-pagination></wp-table-pagination> |
||||
</div> |
Loading…
Reference in new issue