import { Form } from '@features/configure-forms/form.typing'; export const formulaFormDef: Form = { name: 'Form', id: 0, description: 'Form', createdDate: '2021-01-01T00:00:00.000Z', updatedDate: '2021-01-01T00:00:00.000Z', title: '', path: '', requireSignature: false, signatureDescription: '', formDefinition: [ { index: 0, logic: null, tabName: 'Page One', components: [ { label: 'refField1', type: 'referenceFields-refField1', input: true, key: 'refField1', validate: { customMessage: '', required: false, custom: '' }, defaultVal: '', formula: { property: 'referenceFields.refField1', step: { type: 0, values: [ { value: 0, type: 0 }, { value: 1, type: 0 }, { type: 0, value: 2 } ] } }, requireDecimal: false, conditionalLogic: null, placeholder: '', prefix: '', suffix: '', defaultValue: null, hidden: false, clearOnHide: true, description: '', errorLabel: '', tooltip: '', hideLabel: false, disabled: false, calculateValue: '', conditional: { show: null, when: null, eq: '' } }, { type: 'button', label: 'Submit', key: 'submit', input: true, placeholder: '', prefix: '', suffix: '', defaultValue: null, hidden: false, clearOnHide: true, description: '', errorLabel: '', tooltip: '', hideLabel: false, disabled: false, calculateValue: '', validate: { required: false, custom: '' }, conditional: { show: null, when: null, eq: '' } } ], uniqueId: '5365d322-41a9-4a78-a095-99395e050f68' } ], version: 1, formType: 1, canModify: false, availableForTranslation: false, defaultLanguageId: 'en-US', referenceFieldIds: [ 0 ], externalApiRequestIds: [] };