@if (!isEmptySelected()) { @if (predicateType$ | async; as predicateType) { @switch (predicateType) { @case (PredicateType.Text) { } @case (PredicateType.Number) { } @case (PredicateType.Boolean) { } @case (PredicateType.Date) {
} @case (PredicateType.Dropdown) { @if (dropdownOptions$ | async; as opts) { {{label}} @if (color) { } } } } } }
@let label = uiLabel(); @if (label !== null) { @if (label.unit) { {{t(label.unit)}} } @if (label.tooltip) { } }