UNPKG

formiojs

Version:

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

62 lines (61 loc) 1.19 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { type: 'form', components: [{ label: 'Submit', showValidations: false, theme: 'warning', tableView: false, key: 'submit5', type: 'button', input: true }, { label: 'Submit', showValidations: false, theme: 'danger', tableView: false, key: 'submit4', type: 'button', input: true }, { label: 'Submit', showValidations: false, theme: 'success', tableView: false, key: 'submit3', type: 'button', input: true }, { label: 'Submit', showValidations: false, theme: 'info', tableView: false, key: 'submit2', type: 'button', input: true }, { label: 'Submit', showValidations: false, theme: 'secondary', tableView: false, key: 'submit1', type: 'button', input: true }, { label: 'Submit', showValidations: false, tableView: false, key: 'submit', type: 'button', input: true }], title: 'test checkbox', display: 'form', name: 'testCheckbox', path: 'testcheckbox' }; exports.default = _default;