@if (enabledToday()) { } @for (control of controls$ | async; track control.name) {
@switch (control.controlType) { @case (FilterControlType.Datepicker) { } @case (FilterControlType.DropDownList) { } @case (FilterControlType.TreeSelect) { } @case (FilterControlType.Variable) { } @default { } }
}
@if (syntax() === Syntax.SQL) { } @if (editableSignal()) { }
@if (editableSignal() && (placeholder$ | async)) {
@if (selectionFieldsAnnotation()) { } @else { {{ 'Story.Widgets.FilterBar.Title' | translate: {Default: 'Filter Bar'} }} }
}