div.x4-sortby-tab.x4-transition
div.x4-columns
div.x4-sort-field
UILabel(
:label="labelSortby")
UIRadioButtons(
:options="fields"
:value="field"
@change="fieldChange")
div.x4-sort-type
UILabel(
:label="labelDirection")
UIRadioButtons(
:options="types"
:value="type"
@change="typeChange")
div.x4-buttons
UIButton.x4-reset(
icon="settings_backup_restore"
:label="labelReset"
@click="reset")
UIButton.x4-close(
type="gray"
icon="close"
:label="labelClose"
@click="close")