Merge pull request #9539 from opf/refactor-stylesheet-bim
refactoring the stylesheets in bimpull/9585/head
commit
c3112d5cd0
@ -1,37 +1,37 @@ |
|||||||
<div class="result-overlay" |
<div class="op-bcf-list-container--result-overlay" |
||||||
*ngIf="(showResultOverlay$ | async) && showTableView"></div> |
*ngIf="(showResultOverlay$ | async) && showTableView"></div> |
||||||
|
|
||||||
<!-- TABLE + TIMELINE horizontal split --> |
<!-- TABLE + TIMELINE horizontal split --> |
||||||
<div class="work-packages-split-view--tabletimeline-container" |
<div class="op-bcf-list-container--work-packages-split-view--tabletimeline-container" |
||||||
[ngClass]="{ '-with-resizer': showResizerInCardView() }" |
[ngClass]="{ '_with-resizer': showResizerInCardView() }" |
||||||
*ngIf="tableInformationLoaded && showTableView"> |
*ngIf="tableInformationLoaded && showTableView"> |
||||||
<wp-resizer elementClass="work-packages-partitioned-page--content-right" |
<wp-resizer elementClass="work-packages-partitioned-page--content-right" |
||||||
localStorageKey="openProject-splitViewFlexBasis"> |
localStorageKey="openProject-splitViewFlexBasis"> |
||||||
</wp-resizer> |
</wp-resizer> |
||||||
|
|
||||||
<wp-table [projectIdentifier]="CurrentProject.identifier" |
<wp-table [projectIdentifier]="CurrentProject.identifier" |
||||||
[configuration]="wpTableConfiguration" |
[configuration]="wpTableConfiguration" |
||||||
(itemClicked)="handleWorkPackageClicked($event)" |
(itemClicked)="handleWorkPackageClicked($event)" |
||||||
(stateLinkClicked)="openStateLink($event)" |
(stateLinkClicked)="openStateLink($event)" |
||||||
class="work-packages-split-view--tabletimeline-content"> |
class="work-packages-split-view--tabletimeline-content"> |
||||||
</wp-table> |
</wp-table> |
||||||
</div> |
</div> |
||||||
|
|
||||||
<!-- GRID representation of the WP --> |
<!-- GRID representation of the WP --> |
||||||
<div *ngIf="!showTableView" |
<div *ngIf="!showTableView" |
||||||
class="work-packages--card-view-container" |
class="op-bcf-list-container--work-packages--card-view-container" |
||||||
[ngClass]="{ '-with-resizer': showResizerInCardView() }" > |
[ngClass]="{ '_with-resizer': showResizerInCardView() }" > |
||||||
<wp-grid [configuration]="wpTableConfiguration" |
<wp-grid [configuration]="wpTableConfiguration" |
||||||
[showResizer]="showResizerInCardView()" |
[showResizer]="showResizerInCardView()" |
||||||
(itemClicked)="handleWorkPackageCardClicked($event)" |
(itemClicked)="handleWorkPackageCardClicked($event)" |
||||||
(stateLinkClicked)="openStateLink($event)" |
(stateLinkClicked)="openStateLink($event)" |
||||||
resizerClass="work-packages-partitioned-page--content-right" |
resizerClass="work-packages-partitioned-page--content-right" |
||||||
resizerStorageKey="openProject-splitViewFlexBasis"> |
resizerStorageKey="openProject-splitViewFlexBasis"> |
||||||
</wp-grid> |
</wp-grid> |
||||||
</div> |
</div> |
||||||
|
|
||||||
<!-- Footer --> |
<!-- Footer --> |
||||||
<div class="work-packages-split-view--tabletimeline-footer hide-when-print" |
<div class="work-packages-split-view--tabletimeline-footer hide-when-print" |
||||||
*ngIf="tableInformationLoaded"> |
*ngIf="tableInformationLoaded"> |
||||||
<wp-table-pagination></wp-table-pagination> |
<wp-table-pagination></wp-table-pagination> |
||||||
</div> |
</div> |
@ -1 +1 @@ |
|||||||
<div class="ifc-model-viewer--tree-panel active"></div> |
<div class="op-ifc-viewer--tree-panel active" data-qa-selector="op-ifc-viewer--tree-panel"></div> |
||||||
|
Loading…
Reference in new issue