@backstage/plugin-catalog 2.0.2-next.0 → 2.0.2-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/alpha/components/EntityLayout/index.esm.js +5 -1
- package/dist/alpha/components/EntityLayout/index.esm.js.map +1 -1
- package/dist/alpha/entityContents.esm.js +1 -1
- package/dist/alpha/pages.esm.js +1 -1
- package/dist/components/AboutCard/index.esm.js +5 -1
- package/dist/components/AboutCard/index.esm.js.map +1 -1
- package/dist/components/CatalogEntityPage/index.esm.js +5 -1
- package/dist/components/CatalogEntityPage/index.esm.js.map +1 -1
- package/dist/components/CatalogPage/index.esm.js +5 -1
- package/dist/components/CatalogPage/index.esm.js.map +1 -1
- package/dist/components/CatalogSearchResultListItem/index.esm.js +5 -1
- package/dist/components/CatalogSearchResultListItem/index.esm.js.map +1 -1
- package/dist/components/DependencyOfComponentsCard/index.esm.js +5 -1
- package/dist/components/DependencyOfComponentsCard/index.esm.js.map +1 -1
- package/dist/components/DependsOnComponentsCard/index.esm.js +5 -1
- package/dist/components/DependsOnComponentsCard/index.esm.js.map +1 -1
- package/dist/components/DependsOnResourcesCard/index.esm.js +5 -1
- package/dist/components/DependsOnResourcesCard/index.esm.js.map +1 -1
- package/dist/components/EntityContextMenu/EntityContextMenu.esm.js +1 -1
- package/dist/components/EntityLabelsCard/index.esm.js +5 -1
- package/dist/components/EntityLabelsCard/index.esm.js.map +1 -1
- package/dist/components/EntityLinksCard/index.esm.js +5 -1
- package/dist/components/EntityLinksCard/index.esm.js.map +1 -1
- package/dist/components/HasComponentsCard/index.esm.js +5 -1
- package/dist/components/HasComponentsCard/index.esm.js.map +1 -1
- package/dist/components/HasResourcesCard/index.esm.js +5 -1
- package/dist/components/HasResourcesCard/index.esm.js.map +1 -1
- package/dist/components/HasSubcomponentsCard/index.esm.js +5 -1
- package/dist/components/HasSubcomponentsCard/index.esm.js.map +1 -1
- package/dist/components/HasSubdomainsCard/index.esm.js +5 -1
- package/dist/components/HasSubdomainsCard/index.esm.js.map +1 -1
- package/dist/components/HasSystemsCard/index.esm.js +5 -1
- package/dist/components/HasSystemsCard/index.esm.js.map +1 -1
- package/dist/components/RelatedEntitiesCard/index.esm.js +5 -1
- package/dist/components/RelatedEntitiesCard/index.esm.js.map +1 -1
- package/dist/context/EntityContextMenuContext.esm.js +1 -1
- package/dist/package.json.esm.js +1 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @backstage/plugin-catalog
|
|
2
2
|
|
|
3
|
+
## 2.0.2-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/ui@0.14.0-next.1
|
|
9
|
+
- @backstage/plugin-catalog-react@2.1.2-next.1
|
|
10
|
+
- @backstage/frontend-plugin-api@0.16.0-next.1
|
|
11
|
+
- @backstage/core-compat-api@0.5.10-next.1
|
|
12
|
+
- @backstage/core-components@0.18.9-next.0
|
|
13
|
+
- @backstage/core-plugin-api@1.12.5-next.1
|
|
14
|
+
- @backstage/plugin-search-react@1.11.1-next.1
|
|
15
|
+
- @backstage/plugin-techdocs-react@1.3.10-next.1
|
|
16
|
+
|
|
3
17
|
## 2.0.2-next.0
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { lazy } from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { coreExtensionData, createExtensionInput, ExtensionBoundary } from '@backstage/frontend-plugin-api';
|
|
4
4
|
import { EntityContentBlueprint, EntityContentLayoutBlueprint, EntityCardBlueprint } from '@backstage/plugin-catalog-react/alpha';
|
|
5
5
|
import { buildFilterFn } from './filter/FilterWrapper.esm.js';
|
|
6
6
|
import { useEntity } from '@backstage/plugin-catalog-react';
|
package/dist/alpha/pages.esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx, Fragment } from 'react/jsx-runtime';
|
|
2
2
|
import { convertLegacyRouteRef } from '@backstage/core-compat-api';
|
|
3
|
-
import { PageBlueprint,
|
|
3
|
+
import { PageBlueprint, coreExtensionData, createExtensionInput } from '@backstage/frontend-plugin-api';
|
|
4
4
|
import { entityRouteRef, AsyncEntityProvider } from '@backstage/plugin-catalog-react';
|
|
5
5
|
import { EntityContextMenuItemBlueprint, EntityHeaderBlueprint, defaultEntityContentGroupDefinitions, EntityContentBlueprint } from '@backstage/plugin-catalog-react/alpha';
|
|
6
6
|
import CategoryIcon from '@material-ui/icons/Category';
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import { AboutCard } from './AboutCard.esm.js';
|
|
2
2
|
export { AboutContent } from './AboutContent.esm.js';
|
|
3
3
|
export { AboutField } from './AboutField.esm.js';
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
export { AboutCard };
|
|
4
8
|
//# sourceMappingURL=index.esm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
2
2
|
import Divider from '@material-ui/core/Divider';
|
|
3
3
|
import FileCopyTwoToneIcon from '@material-ui/icons/FileCopyTwoTone';
|
|
4
4
|
import IconButton from '@material-ui/core/IconButton';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import { RelatedEntitiesCard } from './RelatedEntitiesCard.esm.js';
|
|
2
2
|
export { asComponentEntities, asDomainEntities, asResourceEntities, asSystemEntities, componentEntityColumns, componentEntityHelpLink, domainEntityColumns, domainEntityHelpLink, resourceEntityColumns, resourceEntityHelpLink, systemEntityColumns, systemEntityHelpLink } from './presets.esm.js';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export { RelatedEntitiesCard };
|
|
3
7
|
//# sourceMappingURL=index.esm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import {
|
|
2
|
+
import { createVersionedValueMap, createVersionedContext } from '@backstage/version-bridge';
|
|
3
3
|
|
|
4
4
|
const EntityContextMenuContext = createVersionedContext("entity-context-menu-context");
|
|
5
5
|
const EntityContextMenuProvider = (props) => {
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog",
|
|
3
|
-
"version": "2.0.2-next.
|
|
3
|
+
"version": "2.0.2-next.1",
|
|
4
4
|
"description": "The Backstage plugin for browsing the Backstage catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -72,22 +72,22 @@
|
|
|
72
72
|
"dependencies": {
|
|
73
73
|
"@backstage/catalog-client": "1.14.0",
|
|
74
74
|
"@backstage/catalog-model": "1.7.7",
|
|
75
|
-
"@backstage/core-compat-api": "0.5.10-next.
|
|
75
|
+
"@backstage/core-compat-api": "0.5.10-next.1",
|
|
76
76
|
"@backstage/core-components": "0.18.9-next.0",
|
|
77
|
-
"@backstage/core-plugin-api": "1.12.5-next.
|
|
77
|
+
"@backstage/core-plugin-api": "1.12.5-next.1",
|
|
78
78
|
"@backstage/errors": "1.2.7",
|
|
79
|
-
"@backstage/frontend-plugin-api": "0.
|
|
79
|
+
"@backstage/frontend-plugin-api": "0.16.0-next.1",
|
|
80
80
|
"@backstage/integration-react": "1.2.17-next.0",
|
|
81
81
|
"@backstage/plugin-catalog-common": "1.1.8",
|
|
82
|
-
"@backstage/plugin-catalog-react": "2.1.
|
|
82
|
+
"@backstage/plugin-catalog-react": "2.1.2-next.1",
|
|
83
83
|
"@backstage/plugin-permission-react": "0.4.42-next.0",
|
|
84
84
|
"@backstage/plugin-scaffolder-common": "2.0.0",
|
|
85
85
|
"@backstage/plugin-search-common": "1.2.22",
|
|
86
|
-
"@backstage/plugin-search-react": "1.11.1-next.
|
|
86
|
+
"@backstage/plugin-search-react": "1.11.1-next.1",
|
|
87
87
|
"@backstage/plugin-techdocs-common": "0.1.1",
|
|
88
|
-
"@backstage/plugin-techdocs-react": "1.3.10-next.
|
|
88
|
+
"@backstage/plugin-techdocs-react": "1.3.10-next.1",
|
|
89
89
|
"@backstage/types": "1.2.2",
|
|
90
|
-
"@backstage/ui": "0.14.0-next.
|
|
90
|
+
"@backstage/ui": "0.14.0-next.1",
|
|
91
91
|
"@backstage/version-bridge": "1.0.12",
|
|
92
92
|
"@material-ui/core": "^4.12.2",
|
|
93
93
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -103,12 +103,12 @@
|
|
|
103
103
|
"zen-observable": "^0.10.0"
|
|
104
104
|
},
|
|
105
105
|
"devDependencies": {
|
|
106
|
-
"@backstage/cli": "0.36.1-next.
|
|
107
|
-
"@backstage/core-app-api": "1.
|
|
108
|
-
"@backstage/dev-utils": "1.1.22-next.
|
|
109
|
-
"@backstage/frontend-test-utils": "0.5.2-next.
|
|
106
|
+
"@backstage/cli": "0.36.1-next.1",
|
|
107
|
+
"@backstage/core-app-api": "1.20.0-next.1",
|
|
108
|
+
"@backstage/dev-utils": "1.1.22-next.1",
|
|
109
|
+
"@backstage/frontend-test-utils": "0.5.2-next.1",
|
|
110
110
|
"@backstage/plugin-permission-common": "0.9.7",
|
|
111
|
-
"@backstage/test-utils": "1.7.17-next.
|
|
111
|
+
"@backstage/test-utils": "1.7.17-next.1",
|
|
112
112
|
"@testing-library/dom": "^10.0.0",
|
|
113
113
|
"@testing-library/jest-dom": "^6.0.0",
|
|
114
114
|
"@testing-library/react": "^16.0.0",
|