Update libraries before beta and production deployment
This commit is contained in:
parent
b3403a65cf
commit
1719469e56
|
@ -102,8 +102,8 @@
|
|||
[class.semiFiltered]="indicator.indicatorPaths[0].filtersApplied < countSelectedFilters()">
|
||||
<div *ngIf="!showDescriptionOverlay[j]">
|
||||
<div class="uk-text-small uk-text-truncate uk-margin-xsmall-bottom uk-margin-right">{{indicator.name}}</div>
|
||||
<div class="number uk-text-small uk-text-bold uk-text-lowercase">
|
||||
<span *ngIf="numberResults.get(i + '-' + j)">{{numberResults.get(i + '-' + j) | numberRound: 2:1}}</span>
|
||||
<div class="number uk-text-small uk-text-bold">
|
||||
<span *ngIf="numberResults.get(i + '-' + j)" [innerHTML]="numberResults.get(i + '-' + j) | numberRound: 2:1"></span>
|
||||
<span *ngIf="!numberResults.get(i + '-' + j)">--</span>
|
||||
</div>
|
||||
<div *ngIf="indicator.description || indicator.additionalDescription"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 4cd5bcd12b6d41cef384b54aa4a9c3fecbb46a1f
|
||||
Subproject commit da144c1c77012fa4489dd84f013d499f9df8f72a
|
|
@ -67,8 +67,8 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="uk-text-small uk-text-truncate uk-margin-xsmall-bottom uk-margin-right">{{indicator.name}}</div>
|
||||
<div class="number uk-text-small uk-text-bold uk-text-lowercase">
|
||||
<span *ngIf="numberResults.get(i + '-' + j)">{{numberResults.get(i + '-' + j) | numberRound: 2:1}}</span>
|
||||
<div class="number uk-text-small uk-text-bold">
|
||||
<span *ngIf="numberResults.get(i + '-' + j)" [innerHTML]="numberResults.get(i + '-' + j) | numberRound: 2:1"></span>
|
||||
<span *ngIf="!numberResults.get(i + '-' + j)">--</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0c6b2ac12b4796e41bf4cc8de93c157efa866543
|
||||
Subproject commit cd44ace5d067999ed6d852f20204d5a05385580b
|
|
@ -1 +1 @@
|
|||
Subproject commit 996b48573c7cc42a8c50ac447f1fd84c7f0836c4
|
||||
Subproject commit 99ecab0b4e9ceed21424c8fa26ef270b4695b11e
|
Loading…
Reference in New Issue