|
|
|
|
@ -179,6 +179,7 @@
|
|
|
|
|
:with-arrows="template.schema.length > 1"
|
|
|
|
|
:item="item"
|
|
|
|
|
:document="sortedDocuments[index]"
|
|
|
|
|
:data-document-uuid="item.attachment_uuid"
|
|
|
|
|
:accept-file-types="acceptFileTypes"
|
|
|
|
|
:with-replace-button="withUploadButton"
|
|
|
|
|
:editable="editable"
|
|
|
|
|
@ -266,6 +267,7 @@
|
|
|
|
|
:input-mode="inputMode"
|
|
|
|
|
:default-fields="[...defaultRequiredFields, ...defaultFields]"
|
|
|
|
|
:allow-draw="!onlyDefinedFields"
|
|
|
|
|
:data-document-uuid="document.uuid"
|
|
|
|
|
:default-submitters="defaultSubmitters"
|
|
|
|
|
:with-field-placeholder="withFieldPlaceholder"
|
|
|
|
|
:draw-field="drawField"
|
|
|
|
|
|