src-ui/src/app/components/common/share-link-bundle-dialog/share-link-bundle-dialog.component.html
@if (!createdBundle) {
Selected documents: {{ selectionCount() }}
@if (documentPreview().length > 0) { @for (doc of documentPreview(); track doc.id) { - {{ doc.title | documentTitle }} } @if (selectionCount() > documentPreview().length) { - + {{ selectionCount() - documentPreview().length }} more… } }
Expires: @for (option of expirationOptions; track option.value) { {{ option.label }} }
Share archive version (if available)
} @else {
You can copy the share link below or open the manager to monitor progress. The link will start working once the bundle is ready.
Status{{ statusLabel(createdBundle.status) }}Slug{{ createdBundle.slug }}LinkShare link
@if (copied()) { } @if (!copied()) { } Copy link
Documents{{ createdBundle.document_count }}Expires @if (createdBundle.expiration) { {{ createdBundle.expiration | date: 'short' }} } @if (!createdBundle.expiration) { Never } File version{{ fileVersionLabel(createdBundle.file_version) }} @if (createdBundle.size_bytes !== undefined && createdBundle.size_bytes !== null) { Size{{ createdBundle.size_bytes | fileSize }} }
}
A zip file containing the selected documents will be created for this share link bundle. This process happens in the background and may take some time, especially for large bundles. {{ cancelBtnCaption }} @if (createdBundle) { Manage share link bundles } @if (!createdBundle) { @if (loading()) { } {{ btnCaption }} }