formiojs
Version:
Common js library for client side interaction with <form.io>
40 lines (39 loc) • 926 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
'_id': '5ee08571a177ce44348f53e4',
'type': 'form',
'owner': '5e05a6b7549cdc2ece30c6b0',
'components': [{
'label': 'Time',
'inputType': 'text',
'tableView': true,
'key': 'time',
'type': 'time',
'input': true,
'inputMask': '99:99'
}, {
'label': 'Submit',
'showValidations': false,
'disableOnInvalid': true,
'tableView': false,
'key': 'submit',
'type': 'button',
'input': true
}],
'controller': '',
'revisions': '',
'_vid': 0,
'title': 'timeInputMaskValidation',
'display': 'form',
'access': [{
'roles': ['5e96e79ee1c3ad3178454100', '5e96e79ee1c3ad3178454101', '5e96e79ee1c3ad3178454102'],
'type': 'read_all'
}],
'name': 'timeInputMaskValidation',
'path': 'timeinputmaskvalidation'
};
exports.default = _default;