@backstage/plugin-catalog 1.12.4-next.0 → 1.12.4
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 +31 -8
- package/dist/esm/{index-b87e664e.esm.js → index-1c53a4d7.esm.js} +3 -3
- package/dist/esm/index-1c53a4d7.esm.js.map +1 -0
- package/dist/esm/{index-8a2a4882.esm.js → index-1f8f0bf2.esm.js} +9 -9
- package/dist/esm/{index-8a2a4882.esm.js.map → index-1f8f0bf2.esm.js.map} +1 -1
- package/dist/esm/{index-cd22824c.esm.js → index-23b588f4.esm.js} +2 -2
- package/dist/esm/{index-cd22824c.esm.js.map → index-23b588f4.esm.js.map} +1 -1
- package/dist/esm/{index-457f1bef.esm.js → index-23d95220.esm.js} +3 -3
- package/dist/esm/{index-457f1bef.esm.js.map → index-23d95220.esm.js.map} +1 -1
- package/dist/esm/{index-317e65a6.esm.js → index-4652fbf3.esm.js} +2 -2
- package/dist/esm/{index-317e65a6.esm.js.map → index-4652fbf3.esm.js.map} +1 -1
- package/dist/esm/{index-21d99ae3.esm.js → index-77ee6729.esm.js} +2 -2
- package/dist/esm/index-77ee6729.esm.js.map +1 -0
- package/dist/esm/{index-14937ecb.esm.js → index-c14de715.esm.js} +2 -2
- package/dist/esm/index-c14de715.esm.js.map +1 -0
- package/dist/esm/{index-df2397a2.esm.js → index-d8353256.esm.js} +3 -7
- package/dist/esm/index-d8353256.esm.js.map +1 -0
- package/dist/esm/{index-151a7b53.esm.js → index-e2d2eb49.esm.js} +3 -3
- package/dist/esm/{index-151a7b53.esm.js.map → index-e2d2eb49.esm.js.map} +1 -1
- package/dist/index.d.ts +13 -17
- package/dist/index.esm.js +1 -1
- package/package.json +11 -11
- package/dist/esm/index-14937ecb.esm.js.map +0 -1
- package/dist/esm/index-21d99ae3.esm.js.map +0 -1
- package/dist/esm/index-b87e664e.esm.js.map +0 -1
- package/dist/esm/index-df2397a2.esm.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,25 +1,48 @@
|
|
|
1
1
|
# @backstage/plugin-catalog
|
|
2
2
|
|
|
3
|
-
## 1.12.4
|
|
3
|
+
## 1.12.4
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- 832eef72485b: Added title to props for `Has<kind>Cards`.
|
|
8
|
-
- 163a41035e42: Fixed an issue where `EntitySwitch` was preventing the display of entity errors.
|
|
9
7
|
- Updated dependencies
|
|
10
|
-
- @backstage/integration-react@1.1.18
|
|
11
|
-
- @backstage/
|
|
12
|
-
- @backstage/core-components@0.13.5-next.0
|
|
8
|
+
- @backstage/integration-react@1.1.18
|
|
9
|
+
- @backstage/plugin-catalog-react@1.8.3
|
|
13
10
|
- @backstage/catalog-client@1.4.3
|
|
14
11
|
- @backstage/catalog-model@1.4.1
|
|
12
|
+
- @backstage/core-components@0.13.4
|
|
13
|
+
- @backstage/core-plugin-api@1.5.3
|
|
15
14
|
- @backstage/errors@1.2.1
|
|
16
15
|
- @backstage/theme@0.4.1
|
|
17
16
|
- @backstage/types@1.1.0
|
|
18
17
|
- @backstage/plugin-catalog-common@1.0.15
|
|
19
|
-
- @backstage/plugin-catalog-react@1.8.3-next.0
|
|
20
18
|
- @backstage/plugin-scaffolder-common@1.4.0
|
|
21
19
|
- @backstage/plugin-search-common@1.2.5
|
|
22
|
-
- @backstage/plugin-search-react@1.6.
|
|
20
|
+
- @backstage/plugin-search-react@1.6.4
|
|
21
|
+
|
|
22
|
+
## 1.12.3
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies
|
|
27
|
+
- @backstage/integration-react@1.1.17
|
|
28
|
+
- @backstage/plugin-catalog-react@1.8.2
|
|
29
|
+
- @backstage/catalog-client@1.4.3
|
|
30
|
+
- @backstage/catalog-model@1.4.1
|
|
31
|
+
- @backstage/core-components@0.13.4
|
|
32
|
+
- @backstage/core-plugin-api@1.5.3
|
|
33
|
+
- @backstage/errors@1.2.1
|
|
34
|
+
- @backstage/theme@0.4.1
|
|
35
|
+
- @backstage/types@1.1.0
|
|
36
|
+
- @backstage/plugin-catalog-common@1.0.15
|
|
37
|
+
- @backstage/plugin-scaffolder-common@1.4.0
|
|
38
|
+
- @backstage/plugin-search-common@1.2.5
|
|
39
|
+
- @backstage/plugin-search-react@1.6.4
|
|
40
|
+
|
|
41
|
+
## 1.12.2
|
|
42
|
+
|
|
43
|
+
### Patch Changes
|
|
44
|
+
|
|
45
|
+
- 6529eec003e1: Fixed an issue where `EntitySwitch` was preventing the display of entity errors.
|
|
23
46
|
|
|
24
47
|
## 1.12.1
|
|
25
48
|
|
|
@@ -6,12 +6,12 @@ import '@backstage/plugin-catalog-react';
|
|
|
6
6
|
import '@backstage/core-components';
|
|
7
7
|
|
|
8
8
|
function HasSystemsCard(props) {
|
|
9
|
-
const { variant = "gridItem"
|
|
9
|
+
const { variant = "gridItem" } = props;
|
|
10
10
|
return /* @__PURE__ */ React.createElement(
|
|
11
11
|
RelatedEntitiesCard,
|
|
12
12
|
{
|
|
13
13
|
variant,
|
|
14
|
-
title,
|
|
14
|
+
title: "Has systems",
|
|
15
15
|
entityKind: "System",
|
|
16
16
|
relationType: RELATION_HAS_PART,
|
|
17
17
|
columns: systemEntityColumns,
|
|
@@ -23,4 +23,4 @@ function HasSystemsCard(props) {
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
export { HasSystemsCard };
|
|
26
|
-
//# sourceMappingURL=index-
|
|
26
|
+
//# sourceMappingURL=index-1c53a4d7.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-1c53a4d7.esm.js","sources":["../../src/components/HasSystemsCard/HasSystemsCard.tsx"],"sourcesContent":["/*\n * Copyright 2020 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { RELATION_HAS_PART } from '@backstage/catalog-model';\nimport { InfoCardVariants } from '@backstage/core-components';\nimport React from 'react';\nimport {\n asSystemEntities,\n RelatedEntitiesCard,\n systemEntityColumns,\n systemEntityHelpLink,\n} from '../RelatedEntitiesCard';\n\n/** @public */\nexport interface HasSystemsCardProps {\n variant?: InfoCardVariants;\n}\n\nexport function HasSystemsCard(props: HasSystemsCardProps) {\n const { variant = 'gridItem' } = props;\n return (\n <RelatedEntitiesCard\n variant={variant}\n title=\"Has systems\"\n entityKind=\"System\"\n relationType={RELATION_HAS_PART}\n columns={systemEntityColumns}\n asRenderableEntities={asSystemEntities}\n emptyMessage=\"No system is part of this domain\"\n emptyHelpLink={systemEntityHelpLink}\n />\n );\n}\n"],"names":[],"mappings":";;;;;;;AA+BO,SAAS,eAAe,KAA4B,EAAA;AACzD,EAAM,MAAA,EAAE,OAAU,GAAA,UAAA,EAAe,GAAA,KAAA,CAAA;AACjC,EACE,uBAAA,KAAA,CAAA,aAAA;AAAA,IAAC,mBAAA;AAAA,IAAA;AAAA,MACC,OAAA;AAAA,MACA,KAAM,EAAA,aAAA;AAAA,MACN,UAAW,EAAA,QAAA;AAAA,MACX,YAAc,EAAA,iBAAA;AAAA,MACd,OAAS,EAAA,mBAAA;AAAA,MACT,oBAAsB,EAAA,gBAAA;AAAA,MACtB,YAAa,EAAA,kCAAA;AAAA,MACb,aAAe,EAAA,oBAAA;AAAA,KAAA;AAAA,GACjB,CAAA;AAEJ;;;;"}
|
|
@@ -1531,7 +1531,7 @@ const catalogPlugin = createPlugin({
|
|
|
1531
1531
|
const CatalogIndexPage = catalogPlugin.provide(
|
|
1532
1532
|
createRoutableExtension({
|
|
1533
1533
|
name: "CatalogIndexPage",
|
|
1534
|
-
component: () => import('./index-
|
|
1534
|
+
component: () => import('./index-4652fbf3.esm.js').then((m) => m.CatalogPage),
|
|
1535
1535
|
mountPoint: rootRouteRef
|
|
1536
1536
|
})
|
|
1537
1537
|
);
|
|
@@ -1546,7 +1546,7 @@ const EntityAboutCard = catalogPlugin.provide(
|
|
|
1546
1546
|
createComponentExtension({
|
|
1547
1547
|
name: "EntityAboutCard",
|
|
1548
1548
|
component: {
|
|
1549
|
-
lazy: () => import('./index-
|
|
1549
|
+
lazy: () => import('./index-77ee6729.esm.js').then((m) => m.AboutCard)
|
|
1550
1550
|
}
|
|
1551
1551
|
})
|
|
1552
1552
|
);
|
|
@@ -1554,7 +1554,7 @@ const EntityLinksCard = catalogPlugin.provide(
|
|
|
1554
1554
|
createComponentExtension({
|
|
1555
1555
|
name: "EntityLinksCard",
|
|
1556
1556
|
component: {
|
|
1557
|
-
lazy: () => import('./index-
|
|
1557
|
+
lazy: () => import('./index-23b588f4.esm.js').then((m) => m.EntityLinksCard)
|
|
1558
1558
|
}
|
|
1559
1559
|
})
|
|
1560
1560
|
);
|
|
@@ -1562,7 +1562,7 @@ const EntityLabelsCard = catalogPlugin.provide(
|
|
|
1562
1562
|
createComponentExtension({
|
|
1563
1563
|
name: "EntityLabelsCard",
|
|
1564
1564
|
component: {
|
|
1565
|
-
lazy: () => import('./index-
|
|
1565
|
+
lazy: () => import('./index-c14de715.esm.js').then((m) => m.EntityLabelsCard)
|
|
1566
1566
|
}
|
|
1567
1567
|
})
|
|
1568
1568
|
);
|
|
@@ -1570,7 +1570,7 @@ const EntityHasSystemsCard = catalogPlugin.provide(
|
|
|
1570
1570
|
createComponentExtension({
|
|
1571
1571
|
name: "EntityHasSystemsCard",
|
|
1572
1572
|
component: {
|
|
1573
|
-
lazy: () => import('./index-
|
|
1573
|
+
lazy: () => import('./index-1c53a4d7.esm.js').then((m) => m.HasSystemsCard)
|
|
1574
1574
|
}
|
|
1575
1575
|
})
|
|
1576
1576
|
);
|
|
@@ -1578,7 +1578,7 @@ const EntityHasComponentsCard = catalogPlugin.provide(
|
|
|
1578
1578
|
createComponentExtension({
|
|
1579
1579
|
name: "EntityHasComponentsCard",
|
|
1580
1580
|
component: {
|
|
1581
|
-
lazy: () => import('./index-
|
|
1581
|
+
lazy: () => import('./index-e2d2eb49.esm.js').then((m) => m.HasComponentsCard)
|
|
1582
1582
|
}
|
|
1583
1583
|
})
|
|
1584
1584
|
);
|
|
@@ -1586,7 +1586,7 @@ const EntityHasSubcomponentsCard = catalogPlugin.provide(
|
|
|
1586
1586
|
createComponentExtension({
|
|
1587
1587
|
name: "EntityHasSubcomponentsCard",
|
|
1588
1588
|
component: {
|
|
1589
|
-
lazy: () => import('./index-
|
|
1589
|
+
lazy: () => import('./index-d8353256.esm.js').then(
|
|
1590
1590
|
(m) => m.HasSubcomponentsCard
|
|
1591
1591
|
)
|
|
1592
1592
|
}
|
|
@@ -1596,7 +1596,7 @@ const EntityHasResourcesCard = catalogPlugin.provide(
|
|
|
1596
1596
|
createComponentExtension({
|
|
1597
1597
|
name: "EntityHasResourcesCard",
|
|
1598
1598
|
component: {
|
|
1599
|
-
lazy: () => import('./index-
|
|
1599
|
+
lazy: () => import('./index-23d95220.esm.js').then((m) => m.HasResourcesCard)
|
|
1600
1600
|
}
|
|
1601
1601
|
})
|
|
1602
1602
|
);
|
|
@@ -1651,4 +1651,4 @@ const CatalogSearchResultListItem = catalogPlugin.provide(
|
|
|
1651
1651
|
);
|
|
1652
1652
|
|
|
1653
1653
|
export { AboutCard as A, EntitySwitch as B, CatalogTable as C, DefaultStarredEntitiesApi as D, EntityLabelsCard$1 as E, isKind as F, isNamespace as G, isComponentType as H, isResourceType as I, isEntityWith as J, FilteredEntityLayout as K, LinksGridList as L, FilterContainer as M, EntityListContainer as N, RelatedEntitiesCard as R, AboutContent as a, AboutField as b, createComponentRouteRef as c, CatalogEntityPage as d, CatalogIndexPage as e, catalogPlugin as f, EntityAboutCard as g, hasLabels as h, EntityDependencyOfComponentsCard as i, EntityDependsOnComponentsCard as j, EntityDependsOnResourcesCard as k, EntityHasComponentsCard as l, EntityHasResourcesCard as m, EntityHasSubcomponentsCard as n, EntityHasSystemsCard as o, EntityLinksCard as p, EntityLabelsCard as q, CatalogSearchResultListItem as r, CatalogKindHeader as s, EntityLayout as t, EntityOrphanWarning as u, isOrphan as v, EntityRelationWarning as w, hasRelationWarnings as x, EntityProcessingErrorsPanel as y, hasCatalogProcessingErrors as z };
|
|
1654
|
-
//# sourceMappingURL=index-
|
|
1654
|
+
//# sourceMappingURL=index-1f8f0bf2.esm.js.map
|