<app-file-upload 
  :formState="viewState" 
  :ignorefieldvaluechange="false" 
  @formitemvaluechange="($event)=>{onPanelItemValueChange(data,$event)}" 
  :data="JSON.stringify(data)" 
  :name='${editor.name?lower_case}' 
  :value="data.${editor.name?lower_case}" 
<#if item.getEnableCond??>
  :disabled="data.srfuf === 1 ? (${item.getEnableCond()?c} & 2) !== 2 : (${item.getEnableCond()?c} & 1) !== 1" 
</#if>
  :rowPreview="true"
  :imageOnly="true"
  uploadparams='${editor.getEditorParam('uploadparams','')}' 
  exportparams='${editor.getEditorParam('exportparams','')}' 
  :customparams="<#if editor.getEditorParam('customparams','') != ''>${editor.getEditorParam('customparams','')}<#else>{}</#if>" 
  style="${editor.getEditorCssStyle()}overflow: auto;">
</app-file-upload>