|
@ -16,17 +16,17 @@ |
|
|
<div class="d-flex flex-column flex-wrap justify-content-end"> |
|
|
<div class="d-flex flex-column flex-wrap justify-content-end"> |
|
|
<gf-value |
|
|
<gf-value |
|
|
class="justify-content-end mb-2" |
|
|
class="justify-content-end mb-2" |
|
|
colorizeSign="true" |
|
|
|
|
|
position="end" |
|
|
position="end" |
|
|
|
|
|
[colorizeSign]="true" |
|
|
[currency]="baseCurrency" |
|
|
[currency]="baseCurrency" |
|
|
[locale]="locale" |
|
|
[locale]="locale" |
|
|
[value]="isLoading ? undefined : performance?.currentGrossPerformance" |
|
|
[value]="isLoading ? undefined : performance?.currentGrossPerformance" |
|
|
></gf-value> |
|
|
></gf-value> |
|
|
<gf-value |
|
|
<gf-value |
|
|
class="justify-content-end" |
|
|
class="justify-content-end" |
|
|
colorizeSign="true" |
|
|
|
|
|
isPercent="true" |
|
|
|
|
|
position="end" |
|
|
position="end" |
|
|
|
|
|
[colorizeSign]="true" |
|
|
|
|
|
[isPercent]="true" |
|
|
[locale]="locale" |
|
|
[locale]="locale" |
|
|
[value]=" |
|
|
[value]=" |
|
|
isLoading ? undefined : performance?.currentGrossPerformancePercent |
|
|
isLoading ? undefined : performance?.currentGrossPerformancePercent |
|
@ -39,17 +39,17 @@ |
|
|
<div class="d-flex flex-column flex-wrap justify-content-end"> |
|
|
<div class="d-flex flex-column flex-wrap justify-content-end"> |
|
|
<gf-value |
|
|
<gf-value |
|
|
class="justify-content-end mb-2" |
|
|
class="justify-content-end mb-2" |
|
|
colorizeSign="true" |
|
|
|
|
|
position="end" |
|
|
position="end" |
|
|
|
|
|
[colorizeSign]="true" |
|
|
[currency]="baseCurrency" |
|
|
[currency]="baseCurrency" |
|
|
[locale]="locale" |
|
|
[locale]="locale" |
|
|
[value]="isLoading ? undefined : performance?.currentNetPerformance" |
|
|
[value]="isLoading ? undefined : performance?.currentNetPerformance" |
|
|
></gf-value> |
|
|
></gf-value> |
|
|
<gf-value |
|
|
<gf-value |
|
|
class="justify-content-end" |
|
|
class="justify-content-end" |
|
|
colorizeSign="true" |
|
|
|
|
|
isPercent="true" |
|
|
|
|
|
position="end" |
|
|
position="end" |
|
|
|
|
|
[colorizeSign]="true" |
|
|
|
|
|
[isPercent]="true" |
|
|
[locale]="locale" |
|
|
[locale]="locale" |
|
|
[value]=" |
|
|
[value]=" |
|
|
isLoading ? undefined : performance?.currentNetPerformancePercent |
|
|
isLoading ? undefined : performance?.currentNetPerformancePercent |
|
|