@backstage/plugin-catalog 1.26.1-next.0 → 1.26.1-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 +22 -0
- package/dist/alpha/translation.esm.js +1 -1
- package/dist/alpha/translation.esm.js.map +1 -1
- package/dist/alpha.d.ts +1 -1
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @backstage/plugin-catalog
|
|
2
2
|
|
|
3
|
+
## 1.26.1-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 208e53b: Fixing spelling mistake in translation
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/frontend-plugin-api@0.9.4-next.0
|
|
10
|
+
- @backstage/core-plugin-api@1.10.3-next.0
|
|
11
|
+
- @backstage/types@1.2.1-next.0
|
|
12
|
+
- @backstage/core-compat-api@0.3.5-next.0
|
|
13
|
+
- @backstage/plugin-catalog-react@1.15.1-next.1
|
|
14
|
+
- @backstage/plugin-search-react@1.8.5-next.0
|
|
15
|
+
- @backstage/core-components@0.16.3-next.0
|
|
16
|
+
- @backstage/integration-react@1.2.3-next.0
|
|
17
|
+
- @backstage/plugin-permission-react@0.4.30-next.0
|
|
18
|
+
- @backstage/catalog-model@1.7.3-next.0
|
|
19
|
+
- @backstage/errors@1.2.7-next.0
|
|
20
|
+
- @backstage/plugin-scaffolder-common@1.5.9-next.0
|
|
21
|
+
- @backstage/plugin-search-common@1.2.17-next.0
|
|
22
|
+
- @backstage/catalog-client@1.9.1-next.0
|
|
23
|
+
- @backstage/plugin-catalog-common@1.1.3-next.0
|
|
24
|
+
|
|
3
25
|
## 1.26.1-next.0
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -134,7 +134,7 @@ const catalogTranslationRef = createTranslationRef({
|
|
|
134
134
|
},
|
|
135
135
|
systemDiagramCard: {
|
|
136
136
|
title: "System Diagram",
|
|
137
|
-
description: "Use pinch &
|
|
137
|
+
description: "Use pinch & zoom to move around the diagram.",
|
|
138
138
|
edgeLabels: {
|
|
139
139
|
partOf: "part of",
|
|
140
140
|
provides: "provides",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"translation.esm.js","sources":["../../src/alpha/translation.ts"],"sourcesContent":["/*\n * Copyright 2023 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 { createTranslationRef } from '@backstage/core-plugin-api/alpha';\n\n/** @alpha */\nexport const catalogTranslationRef = createTranslationRef({\n id: 'catalog',\n messages: {\n indexPage: {\n title: `{{orgName}} Catalog`,\n createButtonTitle: 'Create',\n supportButtonContent: 'All your software catalog entities',\n },\n aboutCard: {\n title: 'About',\n refreshButtonTitle: 'Schedule entity refresh',\n editButtonTitle: 'Edit Metadata',\n createSimilarButtonTitle: 'Create something similar',\n refreshScheduledMessage: 'Refresh scheduled',\n launchTemplate: 'Launch Template',\n viewTechdocs: 'View TechDocs',\n viewSource: 'View Source',\n descriptionField: {\n label: 'Description',\n value: 'No description',\n },\n ownerField: {\n label: 'Owner',\n value: 'No Owner',\n },\n domainField: {\n label: 'Domain',\n value: 'No Domain',\n },\n systemField: {\n label: 'System',\n value: 'No System',\n },\n parentComponentField: {\n label: 'Parent Component',\n value: 'No Parent Component',\n },\n typeField: {\n label: 'Type',\n },\n lifecycleField: {\n label: 'Lifecycle',\n },\n tagsField: {\n label: 'Tags',\n value: 'No Tags',\n },\n targetsField: {\n label: 'Targets',\n },\n },\n searchResultItem: {\n lifecycle: 'Lifecycle',\n Owner: 'Owner',\n },\n catalogTable: {\n warningPanelTitle: 'Could not fetch catalog entities.',\n viewActionTitle: 'View',\n editActionTitle: 'Edit',\n starActionTitle: 'Add to favorites',\n unStarActionTitle: 'Remove from favorites',\n },\n dependencyOfComponentsCard: {\n title: 'Dependency of components',\n emptyMessage: 'No component depends on this component',\n },\n dependsOnComponentsCard: {\n title: 'Depends on components',\n emptyMessage: 'No component is a dependency of this component',\n },\n dependsOnResourcesCard: {\n title: 'Depends on resources',\n emptyMessage: 'No resource is a dependency of this component',\n },\n entityContextMenu: {\n copiedMessage: 'Copied!',\n moreButtonTitle: 'More',\n inspectMenuTitle: 'Inspect entity',\n copyURLMenuTitle: 'Copy entity URL',\n unregisterMenuTitle: 'Unregister entity',\n },\n entityLabelsCard: {\n title: 'Labels',\n emptyDescription:\n 'No labels defined for this entity. You can add labels to your entity YAML as shown in the highlighted example below:',\n readMoreButtonTitle: 'Read more',\n },\n entityLabels: {\n warningPanelTitle: 'Entity not found',\n ownerLabel: 'Owner',\n lifecycleLabel: 'Lifecycle',\n },\n entityLinksCard: {\n title: 'Links',\n emptyDescription:\n 'No links defined for this entity. You can add links to your entity YAML as shown in the highlighted example below:',\n readMoreButtonTitle: 'Read more',\n },\n entityNotFound: {\n title: 'Entity was not found',\n description:\n 'Want to help us build this? Check out our Getting Started documentation.',\n docButtonTitle: 'DOCS',\n },\n deleteEntity: {\n dialogTitle: 'Are you sure you want to delete this entity?',\n deleteButtonTitle: 'Delete',\n cancelButtonTitle: 'Cancel',\n description:\n 'This entity is not referenced by any location and is therefore not receiving updates. Click here to delete.',\n },\n entityProcessingErrorsDescription: 'The error below originates from',\n entityRelationWarningDescription:\n \"This entity has relations to other entities, which can't be found in the catalog.\\n Entities not found are: \",\n hasComponentsCard: {\n title: 'Has components',\n emptyMessage: 'No component is part of this system',\n },\n hasResourcesCard: {\n title: 'Has resources',\n emptyMessage: 'No resource is part of this system',\n },\n hasSubcomponentsCard: {\n title: 'Has subcomponents',\n emptyMessage: 'No subcomponent is part of this component',\n },\n hasSubdomainsCard: {\n title: 'Has subdomains',\n emptyMessage: 'No subdomain is part of this domain',\n },\n hasSystemsCard: {\n title: 'Has systems',\n emptyMessage: 'No system is part of this domain',\n },\n relatedEntitiesCard: {\n emptyHelpLinkTitle: 'Learn how to change this',\n },\n systemDiagramCard: {\n title: 'System Diagram',\n description: 'Use pinch &
|
|
1
|
+
{"version":3,"file":"translation.esm.js","sources":["../../src/alpha/translation.ts"],"sourcesContent":["/*\n * Copyright 2023 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 { createTranslationRef } from '@backstage/core-plugin-api/alpha';\n\n/** @alpha */\nexport const catalogTranslationRef = createTranslationRef({\n id: 'catalog',\n messages: {\n indexPage: {\n title: `{{orgName}} Catalog`,\n createButtonTitle: 'Create',\n supportButtonContent: 'All your software catalog entities',\n },\n aboutCard: {\n title: 'About',\n refreshButtonTitle: 'Schedule entity refresh',\n editButtonTitle: 'Edit Metadata',\n createSimilarButtonTitle: 'Create something similar',\n refreshScheduledMessage: 'Refresh scheduled',\n launchTemplate: 'Launch Template',\n viewTechdocs: 'View TechDocs',\n viewSource: 'View Source',\n descriptionField: {\n label: 'Description',\n value: 'No description',\n },\n ownerField: {\n label: 'Owner',\n value: 'No Owner',\n },\n domainField: {\n label: 'Domain',\n value: 'No Domain',\n },\n systemField: {\n label: 'System',\n value: 'No System',\n },\n parentComponentField: {\n label: 'Parent Component',\n value: 'No Parent Component',\n },\n typeField: {\n label: 'Type',\n },\n lifecycleField: {\n label: 'Lifecycle',\n },\n tagsField: {\n label: 'Tags',\n value: 'No Tags',\n },\n targetsField: {\n label: 'Targets',\n },\n },\n searchResultItem: {\n lifecycle: 'Lifecycle',\n Owner: 'Owner',\n },\n catalogTable: {\n warningPanelTitle: 'Could not fetch catalog entities.',\n viewActionTitle: 'View',\n editActionTitle: 'Edit',\n starActionTitle: 'Add to favorites',\n unStarActionTitle: 'Remove from favorites',\n },\n dependencyOfComponentsCard: {\n title: 'Dependency of components',\n emptyMessage: 'No component depends on this component',\n },\n dependsOnComponentsCard: {\n title: 'Depends on components',\n emptyMessage: 'No component is a dependency of this component',\n },\n dependsOnResourcesCard: {\n title: 'Depends on resources',\n emptyMessage: 'No resource is a dependency of this component',\n },\n entityContextMenu: {\n copiedMessage: 'Copied!',\n moreButtonTitle: 'More',\n inspectMenuTitle: 'Inspect entity',\n copyURLMenuTitle: 'Copy entity URL',\n unregisterMenuTitle: 'Unregister entity',\n },\n entityLabelsCard: {\n title: 'Labels',\n emptyDescription:\n 'No labels defined for this entity. You can add labels to your entity YAML as shown in the highlighted example below:',\n readMoreButtonTitle: 'Read more',\n },\n entityLabels: {\n warningPanelTitle: 'Entity not found',\n ownerLabel: 'Owner',\n lifecycleLabel: 'Lifecycle',\n },\n entityLinksCard: {\n title: 'Links',\n emptyDescription:\n 'No links defined for this entity. You can add links to your entity YAML as shown in the highlighted example below:',\n readMoreButtonTitle: 'Read more',\n },\n entityNotFound: {\n title: 'Entity was not found',\n description:\n 'Want to help us build this? Check out our Getting Started documentation.',\n docButtonTitle: 'DOCS',\n },\n deleteEntity: {\n dialogTitle: 'Are you sure you want to delete this entity?',\n deleteButtonTitle: 'Delete',\n cancelButtonTitle: 'Cancel',\n description:\n 'This entity is not referenced by any location and is therefore not receiving updates. Click here to delete.',\n },\n entityProcessingErrorsDescription: 'The error below originates from',\n entityRelationWarningDescription:\n \"This entity has relations to other entities, which can't be found in the catalog.\\n Entities not found are: \",\n hasComponentsCard: {\n title: 'Has components',\n emptyMessage: 'No component is part of this system',\n },\n hasResourcesCard: {\n title: 'Has resources',\n emptyMessage: 'No resource is part of this system',\n },\n hasSubcomponentsCard: {\n title: 'Has subcomponents',\n emptyMessage: 'No subcomponent is part of this component',\n },\n hasSubdomainsCard: {\n title: 'Has subdomains',\n emptyMessage: 'No subdomain is part of this domain',\n },\n hasSystemsCard: {\n title: 'Has systems',\n emptyMessage: 'No system is part of this domain',\n },\n relatedEntitiesCard: {\n emptyHelpLinkTitle: 'Learn how to change this',\n },\n systemDiagramCard: {\n title: 'System Diagram',\n description: 'Use pinch & zoom to move around the diagram.',\n edgeLabels: {\n partOf: 'part of',\n provides: 'provides',\n dependsOn: 'depends on',\n },\n },\n },\n});\n"],"names":[],"mappings":"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"}
|
package/dist/alpha.d.ts
CHANGED
|
@@ -595,7 +595,7 @@ declare const catalogTranslationRef: _backstage_core_plugin_api_alpha.Translatio
|
|
|
595
595
|
readonly "hasSystemsCard.emptyMessage": "No system is part of this domain";
|
|
596
596
|
readonly "relatedEntitiesCard.emptyHelpLinkTitle": "Learn how to change this";
|
|
597
597
|
readonly "systemDiagramCard.title": "System Diagram";
|
|
598
|
-
readonly "systemDiagramCard.description": "Use pinch &
|
|
598
|
+
readonly "systemDiagramCard.description": "Use pinch & zoom to move around the diagram.";
|
|
599
599
|
readonly "systemDiagramCard.edgeLabels.dependsOn": "depends on";
|
|
600
600
|
readonly "systemDiagramCard.edgeLabels.partOf": "part of";
|
|
601
601
|
readonly "systemDiagramCard.edgeLabels.provides": "provides";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog",
|
|
3
|
-
"version": "1.26.1-next.
|
|
3
|
+
"version": "1.26.1-next.1",
|
|
4
4
|
"description": "The Backstage plugin for browsing the Backstage catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -67,21 +67,21 @@
|
|
|
67
67
|
"test": "backstage-cli package test"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@backstage/catalog-client": "1.9.0",
|
|
71
|
-
"@backstage/catalog-model": "1.7.
|
|
72
|
-
"@backstage/core-compat-api": "0.3.
|
|
73
|
-
"@backstage/core-components": "0.16.
|
|
74
|
-
"@backstage/core-plugin-api": "1.10.
|
|
75
|
-
"@backstage/errors": "1.2.
|
|
76
|
-
"@backstage/frontend-plugin-api": "0.9.
|
|
77
|
-
"@backstage/integration-react": "1.2.
|
|
78
|
-
"@backstage/plugin-catalog-common": "1.1.
|
|
79
|
-
"@backstage/plugin-catalog-react": "1.15.1-next.
|
|
80
|
-
"@backstage/plugin-permission-react": "0.4.
|
|
81
|
-
"@backstage/plugin-scaffolder-common": "1.5.
|
|
82
|
-
"@backstage/plugin-search-common": "1.2.
|
|
83
|
-
"@backstage/plugin-search-react": "1.8.
|
|
84
|
-
"@backstage/types": "1.2.0",
|
|
70
|
+
"@backstage/catalog-client": "1.9.1-next.0",
|
|
71
|
+
"@backstage/catalog-model": "1.7.3-next.0",
|
|
72
|
+
"@backstage/core-compat-api": "0.3.5-next.0",
|
|
73
|
+
"@backstage/core-components": "0.16.3-next.0",
|
|
74
|
+
"@backstage/core-plugin-api": "1.10.3-next.0",
|
|
75
|
+
"@backstage/errors": "1.2.7-next.0",
|
|
76
|
+
"@backstage/frontend-plugin-api": "0.9.4-next.0",
|
|
77
|
+
"@backstage/integration-react": "1.2.3-next.0",
|
|
78
|
+
"@backstage/plugin-catalog-common": "1.1.3-next.0",
|
|
79
|
+
"@backstage/plugin-catalog-react": "1.15.1-next.1",
|
|
80
|
+
"@backstage/plugin-permission-react": "0.4.30-next.0",
|
|
81
|
+
"@backstage/plugin-scaffolder-common": "1.5.9-next.0",
|
|
82
|
+
"@backstage/plugin-search-common": "1.2.17-next.0",
|
|
83
|
+
"@backstage/plugin-search-react": "1.8.5-next.0",
|
|
84
|
+
"@backstage/types": "1.2.1-next.0",
|
|
85
85
|
"@material-ui/core": "^4.12.2",
|
|
86
86
|
"@material-ui/icons": "^4.9.1",
|
|
87
87
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -95,12 +95,12 @@
|
|
|
95
95
|
"zen-observable": "^0.10.0"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
|
-
"@backstage/cli": "0.29.5-next.
|
|
99
|
-
"@backstage/core-app-api": "1.15.
|
|
100
|
-
"@backstage/dev-utils": "1.1.6-next.
|
|
101
|
-
"@backstage/frontend-test-utils": "0.2.
|
|
102
|
-
"@backstage/plugin-permission-common": "0.8.
|
|
103
|
-
"@backstage/test-utils": "1.7.
|
|
98
|
+
"@backstage/cli": "0.29.5-next.1",
|
|
99
|
+
"@backstage/core-app-api": "1.15.4-next.0",
|
|
100
|
+
"@backstage/dev-utils": "1.1.6-next.1",
|
|
101
|
+
"@backstage/frontend-test-utils": "0.2.5-next.0",
|
|
102
|
+
"@backstage/plugin-permission-common": "0.8.4-next.0",
|
|
103
|
+
"@backstage/test-utils": "1.7.4-next.0",
|
|
104
104
|
"@testing-library/dom": "^10.0.0",
|
|
105
105
|
"@testing-library/jest-dom": "^6.0.0",
|
|
106
106
|
"@testing-library/react": "^16.0.0",
|