UNPKG

formiojs

Version:

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

83 lines (82 loc) 1.7 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { 'conditional': { 'eq': '', 'when': null, 'show': '' }, 'tags': [], 'type': 'columns', 'columns': [{ 'components': [{ 'tags': [], 'type': 'textfield', 'conditional': { 'eq': '', 'when': null, 'show': '' }, 'validate': { 'customPrivate': false, 'custom': '', 'pattern': '', 'maxLength': '', 'minLength': '', 'required': false }, 'persistent': true, 'unique': false, 'protected': false, 'defaultValue': '', 'multiple': false, 'suffix': '', 'prefix': '', 'placeholder': '', 'key': 'firstName', 'label': 'First Name', 'inputMask': '', 'inputType': 'text', 'tableView': true, 'input': true }] }, { 'components': [{ 'tags': [], 'type': 'textfield', 'conditional': { 'eq': '', 'when': null, 'show': '' }, 'validate': { 'customPrivate': false, 'custom': '', 'pattern': '', 'maxLength': '', 'minLength': '', 'required': false }, 'persistent': true, 'unique': false, 'protected': false, 'defaultValue': '', 'multiple': false, 'suffix': '', 'prefix': '', 'placeholder': '', 'key': 'lastName', 'label': 'Last Name', 'inputMask': '', 'inputType': 'text', 'tableView': true, 'input': true }] }], 'key': 'columns1', 'input': false }; exports.default = _default;