@backstage/plugin-techdocs 1.16.1-next.1 → 1.16.1-next.2
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 +23 -0
- package/dist/alpha.d.ts +2 -16
- package/dist/index.d.ts +6 -4
- package/dist/package.json.esm.js +4 -4
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
+
## 1.16.1-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f3f84f1: Minor extension type updates after frontend API bump
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/frontend-plugin-api@0.13.2-next.1
|
|
10
|
+
- @backstage/integration@1.18.3-next.1
|
|
11
|
+
- @backstage/plugin-catalog-react@1.21.4-next.2
|
|
12
|
+
- @backstage/core-components@0.18.4-next.2
|
|
13
|
+
- @backstage/catalog-client@1.12.1
|
|
14
|
+
- @backstage/catalog-model@1.7.6
|
|
15
|
+
- @backstage/config@1.3.6
|
|
16
|
+
- @backstage/core-plugin-api@1.12.1-next.0
|
|
17
|
+
- @backstage/errors@1.2.7
|
|
18
|
+
- @backstage/integration-react@1.2.13-next.0
|
|
19
|
+
- @backstage/theme@0.7.1-next.0
|
|
20
|
+
- @backstage/plugin-auth-react@0.1.22-next.0
|
|
21
|
+
- @backstage/plugin-search-common@1.2.21
|
|
22
|
+
- @backstage/plugin-search-react@1.10.1-next.0
|
|
23
|
+
- @backstage/plugin-techdocs-common@0.1.1
|
|
24
|
+
- @backstage/plugin-techdocs-react@1.3.6-next.0
|
|
25
|
+
|
|
3
26
|
## 1.16.1-next.1
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -14,7 +14,6 @@ declare const techDocsSearchResultListItemExtension: _backstage_frontend_plugin_
|
|
|
14
14
|
lineClamp: number;
|
|
15
15
|
asLink: boolean;
|
|
16
16
|
asListItem: boolean;
|
|
17
|
-
} & {
|
|
18
17
|
noTrack: boolean;
|
|
19
18
|
};
|
|
20
19
|
configInput: {
|
|
@@ -22,7 +21,6 @@ declare const techDocsSearchResultListItemExtension: _backstage_frontend_plugin_
|
|
|
22
21
|
lineClamp?: number | undefined;
|
|
23
22
|
asListItem?: boolean | undefined;
|
|
24
23
|
asLink?: boolean | undefined;
|
|
25
|
-
} & {
|
|
26
24
|
noTrack?: boolean | undefined;
|
|
27
25
|
};
|
|
28
26
|
output: _backstage_frontend_plugin_api.ExtensionDataRef<{
|
|
@@ -30,12 +28,7 @@ declare const techDocsSearchResultListItemExtension: _backstage_frontend_plugin_
|
|
|
30
28
|
component: _backstage_plugin_search_react_alpha.SearchResultItemExtensionComponent;
|
|
31
29
|
icon?: react.JSX.Element;
|
|
32
30
|
}, "search.search-result-list-item.item", {}>;
|
|
33
|
-
inputs: {
|
|
34
|
-
[x: string]: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ExtensionDataRef, {
|
|
35
|
-
singleton: boolean;
|
|
36
|
-
optional: boolean;
|
|
37
|
-
}>;
|
|
38
|
-
};
|
|
31
|
+
inputs: {};
|
|
39
32
|
kind: "search-result-list-item";
|
|
40
33
|
name: undefined;
|
|
41
34
|
params: _backstage_plugin_search_react_alpha.SearchResultListItemBlueprintParams;
|
|
@@ -224,7 +217,6 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
224
217
|
lineClamp: number;
|
|
225
218
|
asLink: boolean;
|
|
226
219
|
asListItem: boolean;
|
|
227
|
-
} & {
|
|
228
220
|
noTrack: boolean;
|
|
229
221
|
};
|
|
230
222
|
configInput: {
|
|
@@ -232,7 +224,6 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
232
224
|
lineClamp?: number | undefined;
|
|
233
225
|
asListItem?: boolean | undefined;
|
|
234
226
|
asLink?: boolean | undefined;
|
|
235
|
-
} & {
|
|
236
227
|
noTrack?: boolean | undefined;
|
|
237
228
|
};
|
|
238
229
|
output: _backstage_frontend_plugin_api.ExtensionDataRef<{
|
|
@@ -240,12 +231,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
240
231
|
component: _backstage_plugin_search_react_alpha.SearchResultItemExtensionComponent;
|
|
241
232
|
icon?: react.JSX.Element;
|
|
242
233
|
}, "search.search-result-list-item.item", {}>;
|
|
243
|
-
inputs: {
|
|
244
|
-
[x: string]: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ExtensionDataRef, {
|
|
245
|
-
singleton: boolean;
|
|
246
|
-
optional: boolean;
|
|
247
|
-
}>;
|
|
248
|
-
};
|
|
234
|
+
inputs: {};
|
|
249
235
|
kind: "search-result-list-item";
|
|
250
236
|
name: undefined;
|
|
251
237
|
params: _backstage_plugin_search_react_alpha.SearchResultListItemBlueprintParams;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { TechDocsMetadata, TechDocsEntityMetadata, TechDocsApi as TechDocsApi$1, TechDocsStorageApi as TechDocsStorageApi$1, SyncResult as SyncResult$1 } from '@backstage/plugin-techdocs-react';
|
|
2
2
|
import { CompoundEntityRef, Entity } from '@backstage/catalog-model';
|
|
3
|
+
import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
|
|
4
|
+
import { Config } from '@backstage/config';
|
|
3
5
|
import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
|
|
4
6
|
import { DiscoveryApi, FetchApi, IdentityApi } from '@backstage/core-plugin-api';
|
|
5
|
-
import { Config } from '@backstage/config';
|
|
6
7
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
7
8
|
import * as react from 'react';
|
|
8
9
|
import { ReactNode, PropsWithChildren, FC } from 'react';
|
|
@@ -38,14 +39,14 @@ type TechDocsReaderPageRenderFunction = (options: {
|
|
|
38
39
|
* @public
|
|
39
40
|
* @deprecated Import from `@backstage/plugin-techdocs-react` instead
|
|
40
41
|
*/
|
|
41
|
-
declare const techdocsStorageApiRef:
|
|
42
|
+
declare const techdocsStorageApiRef: _backstage_frontend_plugin_api.ApiRef<TechDocsStorageApi>;
|
|
42
43
|
/**
|
|
43
44
|
* Utility API reference for the {@link TechDocsApi}.
|
|
44
45
|
*
|
|
45
46
|
* @public
|
|
46
47
|
* @deprecated Import from `@backstage/plugin-techdocs-react` instead
|
|
47
48
|
*/
|
|
48
|
-
declare const techdocsApiRef:
|
|
49
|
+
declare const techdocsApiRef: _backstage_frontend_plugin_api.ApiRef<TechDocsApi>;
|
|
49
50
|
/**
|
|
50
51
|
* The outcome of a docs sync operation.
|
|
51
52
|
*
|
|
@@ -727,4 +728,5 @@ type DeprecatedTechDocsMetadata = TechDocsMetadata;
|
|
|
727
728
|
*/
|
|
728
729
|
type DeprecatedTechDocsEntityMetadata = TechDocsEntityMetadata;
|
|
729
730
|
|
|
730
|
-
export {
|
|
731
|
+
export { CustomDocsPanel, DefaultTechDocsHome, DocsCardGrid, DocsTable, LegacyEmbeddedDocsRouter as EmbeddedDocsRouter, EntityListDocsGrid, EntityListDocsTable, EntityTechdocsContent, InfoCardGrid, Reader, Router, TechDocsClient, TechDocsCustomHome, TechDocsIndexPage, TechDocsPageWrapper, TechDocsPicker, TechDocsReaderLayout, TechDocsReaderPage, TechDocsReaderPageContent, TechDocsReaderPageHeader, TechDocsReaderPageSubheader, TechDocsReaderProvider, TechDocsSearch, TechDocsSearchResultListItem, TechDocsStorageClient, TechdocsPage, isTechDocsAvailable, techdocsPlugin as plugin, techdocsApiRef, techdocsPlugin, techdocsStorageApiRef };
|
|
732
|
+
export type { BackstageOverrides, CatalogReactComponentsNameToClassKey, ContentStateTypes, DefaultTechDocsHomeProps, DocsCardGridProps, DocsGroupConfig, DocsTableProps, DocsTableRow, EntityListDocsGridPageProps, EntityListDocsTableProps, InfoCardGridClassKey, InfoCardGridProps, PanelConfig, PanelProps, PanelType, ReaderState, SyncResult, TabConfig, TabsConfig, TechDocsApi, TechDocsCustomHomeProps, DeprecatedTechDocsEntityMetadata as TechDocsEntityMetadata, TechDocsIndexPageProps, DeprecatedTechDocsMetadata as TechDocsMetadata, TechDocsPageWrapperProps, TechDocsReaderLayoutProps, TechDocsReaderPageContentProps, TechDocsReaderPageHeaderProps, TechDocsReaderPageProps, TechDocsReaderPageRenderFunction, TechDocsReaderProviderProps, TechDocsReaderProviderRenderFunction, TechDocsSearchProps, TechDocsSearchResultListItemProps, TechDocsStorageApi };
|
package/dist/package.json.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@backstage/plugin-techdocs";
|
|
2
|
-
var version = "1.16.1-next.
|
|
2
|
+
var version = "1.16.1-next.2";
|
|
3
3
|
var description = "The Backstage plugin that renders technical documentation for your components";
|
|
4
4
|
var backstage = {
|
|
5
5
|
role: "frontend-plugin",
|
|
@@ -27,7 +27,7 @@ var repository = {
|
|
|
27
27
|
};
|
|
28
28
|
var license = "Apache-2.0";
|
|
29
29
|
var sideEffects = false;
|
|
30
|
-
var exports = {
|
|
30
|
+
var exports$1 = {
|
|
31
31
|
".": "./src/index.ts",
|
|
32
32
|
"./alpha": "./src/alpha/index.tsx",
|
|
33
33
|
"./package.json": "./package.json"
|
|
@@ -125,7 +125,7 @@ var _package = {
|
|
|
125
125
|
repository: repository,
|
|
126
126
|
license: license,
|
|
127
127
|
sideEffects: sideEffects,
|
|
128
|
-
exports: exports,
|
|
128
|
+
exports: exports$1,
|
|
129
129
|
main: main,
|
|
130
130
|
types: types,
|
|
131
131
|
typesVersions: typesVersions,
|
|
@@ -138,5 +138,5 @@ var _package = {
|
|
|
138
138
|
configSchema: configSchema
|
|
139
139
|
};
|
|
140
140
|
|
|
141
|
-
export { backstage, configSchema, _package as default, dependencies, description, devDependencies, exports, files, homepage, keywords, license, main, name, peerDependencies, peerDependenciesMeta, publishConfig, repository, scripts, sideEffects, types, typesVersions, version };
|
|
141
|
+
export { backstage, configSchema, _package as default, dependencies, description, devDependencies, exports$1 as exports, files, homepage, keywords, license, main, name, peerDependencies, peerDependenciesMeta, publishConfig, repository, scripts, sideEffects, types, typesVersions, version };
|
|
142
142
|
//# sourceMappingURL=package.json.esm.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs",
|
|
3
|
-
"version": "1.16.1-next.
|
|
3
|
+
"version": "1.16.1-next.2",
|
|
4
4
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -74,14 +74,14 @@
|
|
|
74
74
|
"@backstage/catalog-client": "1.12.1",
|
|
75
75
|
"@backstage/catalog-model": "1.7.6",
|
|
76
76
|
"@backstage/config": "1.3.6",
|
|
77
|
-
"@backstage/core-components": "0.18.4-next.
|
|
77
|
+
"@backstage/core-components": "0.18.4-next.2",
|
|
78
78
|
"@backstage/core-plugin-api": "1.12.1-next.0",
|
|
79
79
|
"@backstage/errors": "1.2.7",
|
|
80
|
-
"@backstage/frontend-plugin-api": "0.13.2-next.
|
|
81
|
-
"@backstage/integration": "1.18.3-next.
|
|
80
|
+
"@backstage/frontend-plugin-api": "0.13.2-next.1",
|
|
81
|
+
"@backstage/integration": "1.18.3-next.1",
|
|
82
82
|
"@backstage/integration-react": "1.2.13-next.0",
|
|
83
83
|
"@backstage/plugin-auth-react": "0.1.22-next.0",
|
|
84
|
-
"@backstage/plugin-catalog-react": "1.21.4-next.
|
|
84
|
+
"@backstage/plugin-catalog-react": "1.21.4-next.2",
|
|
85
85
|
"@backstage/plugin-search-common": "1.2.21",
|
|
86
86
|
"@backstage/plugin-search-react": "1.10.1-next.0",
|
|
87
87
|
"@backstage/plugin-techdocs-common": "0.1.1",
|
|
@@ -99,10 +99,10 @@
|
|
|
99
99
|
"react-use": "^17.2.4"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
|
-
"@backstage/cli": "0.
|
|
103
|
-
"@backstage/core-app-api": "1.19.3-next.
|
|
102
|
+
"@backstage/cli": "0.35.0-next.2",
|
|
103
|
+
"@backstage/core-app-api": "1.19.3-next.1",
|
|
104
104
|
"@backstage/dev-utils": "1.1.18-next.1",
|
|
105
|
-
"@backstage/plugin-catalog": "1.32.1-next.
|
|
105
|
+
"@backstage/plugin-catalog": "1.32.1-next.1",
|
|
106
106
|
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.31-next.1",
|
|
107
107
|
"@backstage/test-utils": "1.7.14-next.0",
|
|
108
108
|
"@testing-library/dom": "^10.0.0",
|