UNPKG

formiojs

Version:

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

63 lines (62 loc) 1.05 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = [{ key: 'labelPosition', ignore: true }, { key: 'placeholder', ignore: true }, { key: 'description', ignore: true }, { key: 'autofocus', ignore: true }, { key: 'tooltip', ignore: true }, { key: 'tabindex', ignore: true }, { key: 'disabled', ignore: true }, { key: 'tableView', ignore: true }, { key: 'components', type: 'datagrid', input: true, label: 'Tabs', weight: 50, reorder: true, components: [{ type: 'textfield', input: true, key: 'label', label: 'Label' }, { type: 'textfield', input: true, key: 'key', label: 'Key', allowCalculateOverride: true, calculateValue: { _camelCase: [{ var: 'row.label' }] } }] }, { weight: 1100, type: 'checkbox', label: 'Vertical Layout', tooltip: 'Make this field display in vertical orientation.', key: 'verticalLayout', input: true }]; exports.default = _default;