catalog: remove columnFactories export
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': minor
|
||||
---
|
||||
|
||||
Removed `columnFactories`, which was accidentally exported on the previous release.
|
||||
@@ -160,23 +160,6 @@ export interface CatalogTableRow {
|
||||
};
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export const columnFactories: Readonly<{
|
||||
createNameColumn(
|
||||
options?:
|
||||
| {
|
||||
defaultKind?: string | undefined;
|
||||
}
|
||||
| undefined,
|
||||
): TableColumn<CatalogTableRow>;
|
||||
createSystemColumn(): TableColumn<CatalogTableRow>;
|
||||
createOwnerColumn(): TableColumn<CatalogTableRow>;
|
||||
createSpecTypeColumn(): TableColumn<CatalogTableRow>;
|
||||
createSpecLifecycleColumn(): TableColumn<CatalogTableRow>;
|
||||
createMetadataDescriptionColumn(): TableColumn<CatalogTableRow>;
|
||||
createTagsColumn(): TableColumn<CatalogTableRow>;
|
||||
}>;
|
||||
|
||||
// @public
|
||||
export interface DefaultCatalogPageProps {
|
||||
// (undocumented)
|
||||
|
||||
@@ -24,7 +24,6 @@ export * from './components/AboutCard';
|
||||
export * from './components/CatalogKindHeader';
|
||||
export * from './components/CatalogSearchResultListItem';
|
||||
export * from './components/CatalogTable';
|
||||
export * from './components/CatalogTable/columns';
|
||||
export * from './components/EntityLayout';
|
||||
export * from './components/EntityOrphanWarning';
|
||||
export * from './components/EntityProcessingErrorsPanel';
|
||||
|
||||
Reference in New Issue
Block a user