@tomino/dynamic-form-semantic-ui
Version:
Semantic UI form renderer based on dynamic form generation
19 lines • 629 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const radio_view_1 = require("./radio_view");
const editor_common_1 = require("../editor/editor_common");
exports.RadioEditor = {
Component: radio_view_1.RadioView.Component,
title: 'Radio',
control: 'Radio',
icon: 'circle',
bound: true,
props: {
...editor_common_1.propGroup('Radio', {
value: editor_common_1.boundProp(),
schemaSource: editor_common_1.dataProp()
}),
options: editor_common_1.tableProp({ bound: true }, 'Options')
}
};
//# sourceMappingURL=radio_editor.js.map