@if (isAllowedToBeSeen && show) {
| @if (displayName) { {{ displayName }} } | @if (displayValue && !hideValue) {} @if (button) { |
|
}
@if (formGroup && control) {
@if (control.type === "INPUT") {
|
}
@if (control.type === "TOGGLE") {
|
}
@if (control.type === "SELECT") {
@if (control.options) {
|
}
@if (control.type === "TEXT") {
|
}
@if (control.type === "BUTTON") {
@if (control.button?.icon) {
|
}
} @else if (control) {
@if (control.type === "BUTTON") {
@if (control.button?.icon) {
|
}
}
|
|
|
}