Package-level declarations

Properties

Link copied to clipboard
val ApiPackage.packageTypeName: String

Functions

Link copied to clipboard
@Composable
fun displayRepositoryLinks(repositoriesIds: Set<String>)
Link copied to clipboard
@Composable
fun PackageOverviewInfo(packageName: String, packageId: String, customDetails: @Composable () -> Unit, typeInfo: @Composable () -> Unit, bottomLinks: @Composable () -> Unit, authors: List<Author>?, description: String?, licenses: Licenses<out LicenseFile>?, mainActionButton: @Composable () -> Unit, additionalActionsPopupContent: MenuScope.() -> Unit)
Link copied to clipboard
@Composable
fun PackageSearchInfoBox(infoBoxDetail: InfoBoxDetail?, selectedModules: List<PackageSearchModuleData>)
Link copied to clipboard
@Composable
fun PlatformsTabContent()
Link copied to clipboard
@Composable
fun RemotePackageOverviewInfo(selectedPackage: InfoBoxDetail.Package.RemotePackage, selectedModules: List<PackageSearchModuleData>)
Link copied to clipboard
@Composable
fun ScmLinks(scm: ApiScm)