@backstage/plugin-techdocs 0.0.0-nightly-20250310022211 → 0.0.0-nightly-20250311023550
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 +8 -8
- package/dist/alpha.d.ts +7 -7
- package/dist/index.d.ts +7 -8
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20250311023550
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
- ed1cb3e: Adds the page name of techdoc to the document's title.
|
|
11
11
|
- fe4abb8: Updates logic to check for SVG sources when inlining svgs.
|
|
12
12
|
- Updated dependencies
|
|
13
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
14
|
-
- @backstage/plugin-search-react@0.0.0-nightly-
|
|
15
|
-
- @backstage/frontend-plugin-api@0.0.0-nightly-
|
|
16
|
-
- @backstage/plugin-catalog-react@0.0.0-nightly-
|
|
17
|
-
- @backstage/core-compat-api@0.0.0-nightly-
|
|
18
|
-
- @backstage/plugin-techdocs-react@0.0.0-nightly-
|
|
13
|
+
- @backstage/core-components@0.0.0-nightly-20250311023550
|
|
14
|
+
- @backstage/plugin-search-react@0.0.0-nightly-20250311023550
|
|
15
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20250311023550
|
|
16
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-20250311023550
|
|
17
|
+
- @backstage/core-compat-api@0.0.0-nightly-20250311023550
|
|
18
|
+
- @backstage/plugin-techdocs-react@0.0.0-nightly-20250311023550
|
|
19
19
|
- @backstage/catalog-client@1.9.1
|
|
20
20
|
- @backstage/catalog-model@1.7.3
|
|
21
21
|
- @backstage/config@1.3.2
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
- @backstage/integration@1.16.1
|
|
25
25
|
- @backstage/integration-react@1.2.4
|
|
26
26
|
- @backstage/theme@0.6.4
|
|
27
|
-
- @backstage/plugin-auth-react@0.0.0-nightly-
|
|
27
|
+
- @backstage/plugin-auth-react@0.0.0-nightly-20250311023550
|
|
28
28
|
- @backstage/plugin-search-common@1.2.17
|
|
29
29
|
- @backstage/plugin-techdocs-common@0.1.0
|
|
30
30
|
|
package/dist/alpha.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ declare const techDocsSearchResultListItemExtension: _backstage_frontend_plugin_
|
|
|
25
25
|
noTrack?: boolean | undefined;
|
|
26
26
|
};
|
|
27
27
|
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<{
|
|
28
|
-
predicate?: _backstage_plugin_search_react_alpha.SearchResultItemExtensionPredicate
|
|
28
|
+
predicate?: _backstage_plugin_search_react_alpha.SearchResultItemExtensionPredicate;
|
|
29
29
|
component: _backstage_plugin_search_react_alpha.SearchResultItemExtensionComponent;
|
|
30
30
|
}, "search.search-result-list-item.item", {}>;
|
|
31
31
|
inputs: {
|
|
@@ -126,9 +126,9 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
126
126
|
loader: () => Promise<JSX.Element>;
|
|
127
127
|
defaultPath: string;
|
|
128
128
|
defaultTitle: string;
|
|
129
|
-
defaultGroup?: (string & {})
|
|
130
|
-
routeRef?: _backstage_frontend_plugin_api.RouteRef
|
|
131
|
-
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean)
|
|
129
|
+
defaultGroup?: keyof typeof _backstage_plugin_catalog_react_alpha.defaultEntityContentGroups | (string & {});
|
|
130
|
+
routeRef?: _backstage_frontend_plugin_api.RouteRef;
|
|
131
|
+
filter?: string | _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean);
|
|
132
132
|
};
|
|
133
133
|
}>;
|
|
134
134
|
"nav-item:techdocs": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
@@ -164,7 +164,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
164
164
|
params: {
|
|
165
165
|
defaultPath: string;
|
|
166
166
|
loader: () => Promise<JSX.Element>;
|
|
167
|
-
routeRef?: _backstage_frontend_plugin_api.RouteRef
|
|
167
|
+
routeRef?: _backstage_frontend_plugin_api.RouteRef;
|
|
168
168
|
};
|
|
169
169
|
}>;
|
|
170
170
|
"page:techdocs/reader": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
@@ -188,7 +188,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
188
188
|
params: {
|
|
189
189
|
defaultPath: string;
|
|
190
190
|
loader: () => Promise<JSX.Element>;
|
|
191
|
-
routeRef?: _backstage_frontend_plugin_api.RouteRef
|
|
191
|
+
routeRef?: _backstage_frontend_plugin_api.RouteRef;
|
|
192
192
|
};
|
|
193
193
|
}>;
|
|
194
194
|
"search-result-list-item:techdocs": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
@@ -209,7 +209,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
209
209
|
noTrack?: boolean | undefined;
|
|
210
210
|
};
|
|
211
211
|
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<{
|
|
212
|
-
predicate?: _backstage_plugin_search_react_alpha.SearchResultItemExtensionPredicate
|
|
212
|
+
predicate?: _backstage_plugin_search_react_alpha.SearchResultItemExtensionPredicate;
|
|
213
213
|
component: _backstage_plugin_search_react_alpha.SearchResultItemExtensionComponent;
|
|
214
214
|
}, "search.search-result-list-item.item", {}>;
|
|
215
215
|
inputs: {
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { TechDocsMetadata, TechDocsEntityMetadata, TechDocsApi as TechDocsApi$1, TechDocsStorageApi as TechDocsStorageApi$1, SyncResult as SyncResult$1 } from '@backstage/plugin-techdocs-react';
|
|
3
2
|
import { CompoundEntityRef, Entity } from '@backstage/catalog-model';
|
|
4
3
|
import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
|
|
@@ -408,8 +407,8 @@ declare const EntityListDocsTable: {
|
|
|
408
407
|
(props: EntityListDocsTableProps): React__default.JSX.Element;
|
|
409
408
|
columns: {
|
|
410
409
|
createTitleColumn(options?: {
|
|
411
|
-
hidden?: boolean
|
|
412
|
-
}
|
|
410
|
+
hidden?: boolean;
|
|
411
|
+
}): TableColumn<DocsTableRow>;
|
|
413
412
|
createNameColumn(): TableColumn<DocsTableRow>;
|
|
414
413
|
createOwnerColumn(): TableColumn<DocsTableRow>;
|
|
415
414
|
createKindColumn(): TableColumn<DocsTableRow>;
|
|
@@ -454,8 +453,8 @@ declare const DocsTable: {
|
|
|
454
453
|
(props: DocsTableProps): React__default.JSX.Element | null;
|
|
455
454
|
columns: {
|
|
456
455
|
createTitleColumn(options?: {
|
|
457
|
-
hidden?: boolean
|
|
458
|
-
}
|
|
456
|
+
hidden?: boolean;
|
|
457
|
+
}): TableColumn<DocsTableRow>;
|
|
459
458
|
createNameColumn(): TableColumn<DocsTableRow>;
|
|
460
459
|
createOwnerColumn(): TableColumn<DocsTableRow>;
|
|
461
460
|
createKindColumn(): TableColumn<DocsTableRow>;
|
|
@@ -642,7 +641,7 @@ declare const TechdocsPage: () => React.JSX.Element;
|
|
|
642
641
|
* @public
|
|
643
642
|
*/
|
|
644
643
|
declare const EntityTechdocsContent: ({ children, withSearch, }: React.PropsWithChildren<{
|
|
645
|
-
withSearch?: boolean
|
|
644
|
+
withSearch?: boolean;
|
|
646
645
|
}>) => React.JSX.Element;
|
|
647
646
|
/**
|
|
648
647
|
* Component which takes a custom tabs config object and renders a documentation landing page.
|
|
@@ -686,8 +685,8 @@ declare const Router: () => React__default.JSX.Element;
|
|
|
686
685
|
*
|
|
687
686
|
* @public
|
|
688
687
|
*/
|
|
689
|
-
declare const LegacyEmbeddedDocsRouter: ({ children, withSearch, }:
|
|
690
|
-
withSearch?: boolean
|
|
688
|
+
declare const LegacyEmbeddedDocsRouter: ({ children, withSearch, }: PropsWithChildren<{
|
|
689
|
+
withSearch?: boolean;
|
|
691
690
|
}>) => React__default.JSX.Element;
|
|
692
691
|
|
|
693
692
|
/** @public */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20250311023550",
|
|
4
4
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"types": "./dist/index.d.ts",
|
|
50
50
|
"typesVersions": {
|
|
51
51
|
"*": {
|
|
52
|
-
"
|
|
52
|
+
"*": [
|
|
53
53
|
"dist/index.d.ts"
|
|
54
54
|
],
|
|
55
55
|
"alpha": [
|
|
@@ -74,19 +74,19 @@
|
|
|
74
74
|
"@backstage/catalog-client": "1.9.1",
|
|
75
75
|
"@backstage/catalog-model": "1.7.3",
|
|
76
76
|
"@backstage/config": "1.3.2",
|
|
77
|
-
"@backstage/core-compat-api": "0.0.0-nightly-
|
|
78
|
-
"@backstage/core-components": "0.0.0-nightly-
|
|
77
|
+
"@backstage/core-compat-api": "0.0.0-nightly-20250311023550",
|
|
78
|
+
"@backstage/core-components": "0.0.0-nightly-20250311023550",
|
|
79
79
|
"@backstage/core-plugin-api": "1.10.4",
|
|
80
80
|
"@backstage/errors": "1.2.7",
|
|
81
|
-
"@backstage/frontend-plugin-api": "0.0.0-nightly-
|
|
81
|
+
"@backstage/frontend-plugin-api": "0.0.0-nightly-20250311023550",
|
|
82
82
|
"@backstage/integration": "1.16.1",
|
|
83
83
|
"@backstage/integration-react": "1.2.4",
|
|
84
|
-
"@backstage/plugin-auth-react": "0.0.0-nightly-
|
|
85
|
-
"@backstage/plugin-catalog-react": "0.0.0-nightly-
|
|
84
|
+
"@backstage/plugin-auth-react": "0.0.0-nightly-20250311023550",
|
|
85
|
+
"@backstage/plugin-catalog-react": "0.0.0-nightly-20250311023550",
|
|
86
86
|
"@backstage/plugin-search-common": "1.2.17",
|
|
87
|
-
"@backstage/plugin-search-react": "0.0.0-nightly-
|
|
87
|
+
"@backstage/plugin-search-react": "0.0.0-nightly-20250311023550",
|
|
88
88
|
"@backstage/plugin-techdocs-common": "0.1.0",
|
|
89
|
-
"@backstage/plugin-techdocs-react": "0.0.0-nightly-
|
|
89
|
+
"@backstage/plugin-techdocs-react": "0.0.0-nightly-20250311023550",
|
|
90
90
|
"@backstage/theme": "0.6.4",
|
|
91
91
|
"@material-ui/core": "^4.12.2",
|
|
92
92
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -101,12 +101,12 @@
|
|
|
101
101
|
"react-use": "^17.2.4"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
104
|
+
"@backstage/cli": "0.0.0-nightly-20250311023550",
|
|
105
105
|
"@backstage/core-app-api": "1.15.5",
|
|
106
|
-
"@backstage/dev-utils": "0.0.0-nightly-
|
|
107
|
-
"@backstage/plugin-catalog": "0.0.0-nightly-
|
|
108
|
-
"@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-
|
|
109
|
-
"@backstage/test-utils": "
|
|
106
|
+
"@backstage/dev-utils": "0.0.0-nightly-20250311023550",
|
|
107
|
+
"@backstage/plugin-catalog": "0.0.0-nightly-20250311023550",
|
|
108
|
+
"@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20250311023550",
|
|
109
|
+
"@backstage/test-utils": "0.0.0-nightly-20250311023550",
|
|
110
110
|
"@testing-library/dom": "^10.0.0",
|
|
111
111
|
"@testing-library/jest-dom": "^6.0.0",
|
|
112
112
|
"@testing-library/react": "^16.0.0",
|