UNPKG

formiojs

Version:

Common js library for client side interaction with <form.io>

91 lines (90 loc) 1.78 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { 'label': 'Radio Test', 'labelPosition': 'top', 'optionsLabelPosition': 'right', 'description': '', 'tooltip': '', 'customClass': '', 'tabindex': '', 'inline': false, 'hidden': false, 'hideLabel': false, 'autofocus': false, 'disabled': false, 'tableView': true, 'modalEdit': false, 'values': [{ 'label': 'one', 'value': '1', 'shortcut': '' }, { 'label': 'two', 'value': '2', 'shortcut': '' }], 'dataType': 'number', 'persistent': true, 'protected': false, 'dbIndex': false, 'encrypted': false, 'redrawOn': '', 'clearOnHide': true, 'customDefaultValue': '', 'calculateValue': '', 'calculateServer': false, 'allowCalculateOverride': false, 'validate': { 'required': false, 'customMessage': '', 'custom': '', 'customPrivate': false, 'json': '', 'strictDateValidation': false, 'multiple': false, 'unique': false }, 'errorLabel': '', 'key': 'radioTest', 'tags': [], 'properties': {}, 'conditional': { 'show': null, 'when': null, 'eq': '', 'json': '' }, 'customConditional': '', 'logic': [], 'attributes': {}, 'overlay': { 'style': '', 'page': '', 'left': '', 'top': '', 'width': '', 'height': '' }, 'type': 'radio', 'input': true, 'placeholder': '', 'prefix': '', 'suffix': '', 'multiple': false, 'unique': false, 'refreshOn': '', 'widget': null, 'validateOn': 'change', 'showCharCount': false, 'showWordCount': false, 'allowMultipleMasks': false, 'inputType': 'radio', 'fieldSet': false, 'id': 'ed0srhn', 'defaultValue': '' }; exports.default = _default;