import List from "@ui5/webcomponents/dist/List.js"; import Title from "@ui5/webcomponents/dist/Title.js"; import ListItemCustom from "@ui5/webcomponents/dist/ListItemCustom.js"; import Icon from "@ui5/webcomponents/dist/Icon.js"; import uploadToCloud from "@ui5/webcomponents-icons/dist/upload-to-cloud.js"; import IllustratedMessage from "./IllustratedMessage.js"; import type UploadCollection from "./UploadCollection.js"; import UploadCollectionDnDOverlayMode from "./types/UploadCollectionDnDMode.js"; export default function UploadCollectionTemplate(this: UploadCollection) { return (
{this._showNoData && {this._noDataText} {this._noDataDescription} } {this._showDndOverlay &&
{this._dndOverlayText}
}
); }