formiojs
Version:
Common js library for client side interaction with <form.io>
44 lines (43 loc) • 905 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = [{
weight: 150,
type: 'datagrid',
input: true,
key: 'columns',
label: 'Column Properties',
addAnother: 'Add Column',
tooltip: 'The width, offset, push, and pull settings for each column.',
components: [{
type: 'number',
key: 'width',
defaultValue: 6,
label: 'Width'
}, {
type: 'number',
key: 'offset',
defaultValue: 0,
label: 'Offset'
}, {
type: 'number',
key: 'push',
defaultValue: 0,
label: 'Push'
}, {
type: 'number',
key: 'pull',
defaultValue: 0,
label: 'Pull'
}]
}, {
weight: 160,
type: 'checkbox',
label: 'Auto adjust columns',
tooltip: 'Will automatically adjust columns based on if nested components are hidden.',
key: 'autoAdjust',
input: true
}];
exports.default = _default;