@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()) {
}