@for (type of widgetButtonTypes; track type) { {{ widgetButtonTypeTranslationMap.get(type) | translate }} } @if (withAutoScale) {
{{ 'widgets.button.auto-scale' | translate }}
}
{{ 'widgets.button.label' | translate }}
{{ 'widgets.button.icon' | translate }}
@if (withBorderRadius) {
{{ 'widgets.button.border-radius' | translate }}
}
{{ 'widgets.button.color-palette' | translate }}
widgets.button.main
widgets.button.background
widgets.button.custom-styles
@for (state of widgetButtonStates; track state) {
{{ widgetButtonStateTranslationMap.get(state) | translate }}
}