@if (!files.length) {
@if (size === 'default') {
{{ config.title }}
{{ separatedCaptionText[0] }}{{ separatedCaptionText[1] }}
} @else { {{ separatedCaptionTextForCompactSize[0] }} {{ separatedCaptionTextForCompactSize[1] }} }
} @else {
@for (column of columnDefs; track column) {
{{ column.header }}
}
@for (file of files; track file; let index = $index) {
@if ( { loading: file.loading | async, progress: file.progress | async }; as asyncData ) { @if (!asyncData.loading) { } @if (asyncData.loading) { } }
{{ file.file.size | kbqDataSize }}
}
{{ separatedCaptionTextWhenSelected[0] }} {{ separatedCaptionTextWhenSelected[1] }}
}
@if (hasHint) {
}