@backstage/plugin-search-react 1.7.14-next.0 → 1.7.14-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 +28 -0
- package/alpha/package.json +1 -1
- package/dist/alpha.d.ts +3 -3
- package/package.json +9 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @backstage/plugin-search-react
|
|
2
2
|
|
|
3
|
+
## 1.7.14-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3123c16: Fix package metadata
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/frontend-plugin-api@0.7.0-next.2
|
|
10
|
+
- @backstage/plugin-search-common@1.2.14-next.1
|
|
11
|
+
- @backstage/core-components@0.14.10-next.0
|
|
12
|
+
- @backstage/core-plugin-api@1.9.3
|
|
13
|
+
- @backstage/theme@0.5.6
|
|
14
|
+
- @backstage/types@1.1.1
|
|
15
|
+
- @backstage/version-bridge@1.0.8
|
|
16
|
+
|
|
17
|
+
## 1.7.14-next.1
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- 6349099: Added config input type to the extensions
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
- @backstage/frontend-plugin-api@0.6.8-next.1
|
|
24
|
+
- @backstage/plugin-search-common@1.2.14-next.0
|
|
25
|
+
- @backstage/core-components@0.14.10-next.0
|
|
26
|
+
- @backstage/core-plugin-api@1.9.3
|
|
27
|
+
- @backstage/theme@0.5.6
|
|
28
|
+
- @backstage/types@1.1.1
|
|
29
|
+
- @backstage/version-bridge@1.0.8
|
|
30
|
+
|
|
3
31
|
## 1.7.14-next.0
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/dist/alpha.d.ts
CHANGED
|
@@ -51,13 +51,13 @@ type SearchResultItemExtensionOptions<TConfig extends {
|
|
|
51
51
|
/** @alpha */
|
|
52
52
|
declare function createSearchResultListItemExtension<TConfig extends {
|
|
53
53
|
noTrack?: boolean;
|
|
54
|
-
}>(options: SearchResultItemExtensionOptions<TConfig>): _backstage_frontend_plugin_api.ExtensionDefinition<TConfig>;
|
|
54
|
+
}>(options: SearchResultItemExtensionOptions<TConfig>): _backstage_frontend_plugin_api.ExtensionDefinition<TConfig & {}, TConfig & {}>;
|
|
55
55
|
/** @alpha */
|
|
56
56
|
declare namespace createSearchResultListItemExtension {
|
|
57
|
-
const itemDataRef: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<
|
|
57
|
+
const itemDataRef: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<{
|
|
58
58
|
predicate?: SearchResultItemExtensionPredicate | undefined;
|
|
59
59
|
component: SearchResultItemExtensionComponent;
|
|
60
|
-
}, {}>;
|
|
60
|
+
}, "search.search-result-list-item.item", {}>;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
export { type BaseSearchResultListItemProps, type SearchResultItemExtensionComponent, type SearchResultItemExtensionOptions, type SearchResultItemExtensionPredicate, createSearchResultListItemExtension };
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-search-react",
|
|
3
|
-
"version": "1.7.14-next.
|
|
3
|
+
"version": "1.7.14-next.2",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "web-library",
|
|
6
6
|
"pluginId": "search",
|
|
7
7
|
"pluginPackages": [
|
|
8
8
|
"@backstage/plugin-search",
|
|
9
9
|
"@backstage/plugin-search-backend",
|
|
10
|
+
"@backstage/plugin-search-backend-node",
|
|
10
11
|
"@backstage/plugin-search-common",
|
|
11
12
|
"@backstage/plugin-search-react"
|
|
12
13
|
]
|
|
@@ -56,8 +57,8 @@
|
|
|
56
57
|
"dependencies": {
|
|
57
58
|
"@backstage/core-components": "^0.14.10-next.0",
|
|
58
59
|
"@backstage/core-plugin-api": "^1.9.3",
|
|
59
|
-
"@backstage/frontend-plugin-api": "^0.
|
|
60
|
-
"@backstage/plugin-search-common": "^1.2.
|
|
60
|
+
"@backstage/frontend-plugin-api": "^0.7.0-next.2",
|
|
61
|
+
"@backstage/plugin-search-common": "^1.2.14-next.1",
|
|
61
62
|
"@backstage/theme": "^0.5.6",
|
|
62
63
|
"@backstage/types": "^1.1.1",
|
|
63
64
|
"@backstage/version-bridge": "^1.0.8",
|
|
@@ -70,11 +71,11 @@
|
|
|
70
71
|
"react-use": "^17.3.2"
|
|
71
72
|
},
|
|
72
73
|
"devDependencies": {
|
|
73
|
-
"@backstage/cli": "^0.27.0-next.
|
|
74
|
-
"@backstage/core-app-api": "^1.14.
|
|
75
|
-
"@backstage/frontend-app-api": "^0.7.
|
|
76
|
-
"@backstage/frontend-test-utils": "^0.1.
|
|
77
|
-
"@backstage/test-utils": "^1.5.
|
|
74
|
+
"@backstage/cli": "^0.27.0-next.3",
|
|
75
|
+
"@backstage/core-app-api": "^1.14.2-next.0",
|
|
76
|
+
"@backstage/frontend-app-api": "^0.7.5-next.2",
|
|
77
|
+
"@backstage/frontend-test-utils": "^0.1.12-next.2",
|
|
78
|
+
"@backstage/test-utils": "^1.5.10-next.2",
|
|
78
79
|
"@testing-library/dom": "^10.0.0",
|
|
79
80
|
"@testing-library/jest-dom": "^6.0.0",
|
|
80
81
|
"@testing-library/react": "^15.0.0",
|