{{ title$() }} @if (displayMembers()) {
}
@if (error()) { {{error()}} } @else { @switch (propertyType()) { @case (INPUT_CONTROL_TYPE.Datepicker) { } @case (INPUT_CONTROL_TYPE.Select) { } @case (INPUT_CONTROL_TYPE.TreeSelect) { } @case (INPUT_CONTROL_TYPE.DropDownList) { } @case (INPUT_CONTROL_TYPE.MeasureControl) { @if (measureControlProperty(); as property) { @for (measure of availableMeasures(); track trackByName($index, measure)) { } } } @case (INPUT_CONTROL_TYPE.Parameter) { } @case (INPUT_CONTROL_TYPE.Variable) { @if (controlType() === INPUT_CONTROL_TYPE.DropDownList) { } @else { } } @default {
} } }
@if (editable && asPlaceholder()) {
{{ 'Story.Widgets.InputControl.Title' | translate: {Default: 'Input Control'} }}
}
@for (dimension of dimensions$ | async; track dimension) { }
@for (measure of measures$ | async; track measure) { }