api-reports

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-08-16 16:11:06 +02:00
parent 8dc1a94a3a
commit 3f9d2b90bc
89 changed files with 693 additions and 491 deletions
+11 -7
View File
@@ -16,6 +16,8 @@ import { FetchApi } from '@backstage/core-plugin-api';
import { GetExploreToolsRequest } from '@backstage/plugin-explore-common';
import { GetExploreToolsResponse } from '@backstage/plugin-explore-common';
import { IndexableDocument } from '@backstage/plugin-search-common';
import { JSX as JSX_2 } from 'react';
import { default as React_2 } from 'react';
import { ReactNode } from 'react';
import { ResultHighlight } from '@backstage/plugin-search-common';
import { RouteRef } from '@backstage/core-plugin-api';
@@ -36,15 +38,17 @@ export const catalogEntityRouteRef: ExternalRouteRef<
export const CatalogKindExploreContent: (props: {
title?: string;
kind: string;
}) => JSX.Element;
}) => React_2.JSX.Element;
// @public (undocumented)
export const DomainCard: (props: { entity: DomainEntity }) => JSX.Element;
export const DomainCard: (props: {
entity: DomainEntity;
}) => React_2.JSX.Element;
// @public (undocumented)
export const DomainExplorerContent: (props: {
title?: string | undefined;
}) => JSX.Element;
}) => JSX_2.Element;
// @public
export interface ExploreApi {
@@ -67,7 +71,7 @@ export class ExploreClient implements ExploreApi {
// @public
export const ExploreLayout: {
(props: ExploreLayoutProps): JSX.Element;
(props: ExploreLayoutProps): default_2.JSX.Element;
Route: (props: SubRoute) => null;
};
@@ -79,7 +83,7 @@ export type ExploreLayoutProps = {
};
// @public (undocumented)
export const ExplorePage: () => JSX.Element;
export const ExplorePage: () => JSX_2.Element;
// @public (undocumented)
const explorePlugin: BackstagePlugin<
@@ -107,7 +111,7 @@ export const exploreRouteRef: RouteRef<undefined>;
// @public (undocumented)
export const GroupsExplorerContent: (props: {
title?: string | undefined;
}) => JSX.Element;
}) => JSX_2.Element;
// @public (undocumented)
export type SubRoute = {
@@ -125,7 +129,7 @@ export type SubRoute = {
// @public (undocumented)
export const ToolExplorerContent: (props: {
title?: string | undefined;
}) => JSX.Element;
}) => JSX_2.Element;
// @public (undocumented)
export const ToolSearchResultListItem: (