@backstage/plugin-search-react 1.8.7-next.1 → 1.8.7-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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # @backstage/plugin-search-react
2
2
 
3
+ ## 1.8.7-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.10.0-next.2
9
+ - @backstage/core-components@0.16.5-next.1
10
+ - @backstage/core-plugin-api@1.10.4
11
+ - @backstage/theme@0.6.4
12
+ - @backstage/types@1.2.1
13
+ - @backstage/version-bridge@1.0.11
14
+ - @backstage/plugin-search-common@1.2.17
15
+
3
16
  ## 1.8.7-next.1
4
17
 
5
18
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
3
2
  import { ListItemProps } from '@material-ui/core/ListItem';
4
3
  import { SearchDocument, SearchResult } from '@backstage/plugin-search-common';
@@ -44,7 +43,7 @@ declare const SearchResultListItemBlueprint: _backstage_frontend_plugin_api.Exte
44
43
  name: undefined;
45
44
  params: SearchResultListItemBlueprintParams;
46
45
  output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<{
47
- predicate?: SearchResultItemExtensionPredicate | undefined;
46
+ predicate?: SearchResultItemExtensionPredicate;
48
47
  component: SearchResultItemExtensionComponent;
49
48
  }, "search.search-result-list-item.item", {}>;
50
49
  inputs: {};
@@ -56,7 +55,7 @@ declare const SearchResultListItemBlueprint: _backstage_frontend_plugin_api.Exte
56
55
  };
57
56
  dataRefs: {
58
57
  item: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<{
59
- predicate?: SearchResultItemExtensionPredicate | undefined;
58
+ predicate?: SearchResultItemExtensionPredicate;
60
59
  component: SearchResultItemExtensionComponent;
61
60
  }, "search.search-result-list-item.item", {}>;
62
61
  };
package/dist/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
3
2
  import { Extension } from '@backstage/core-plugin-api';
4
3
  import { SearchQuery, SearchResultSet, SearchDocument, SearchResult as SearchResult$1, ResultHighlight } from '@backstage/plugin-search-common';
@@ -238,8 +237,8 @@ declare const SelectFilter: (props: SearchFilterComponentProps) => React.JSX.Ele
238
237
  */
239
238
  declare const SearchFilter: {
240
239
  (props: SearchFilterWrapperProps): React.JSX.Element;
241
- Checkbox(props: Omit<SearchFilterWrapperProps, 'component'> & SearchFilterComponentProps): React.JSX.Element;
242
- Select(props: Omit<SearchFilterWrapperProps, 'component'> & SearchFilterComponentProps): React.JSX.Element;
240
+ Checkbox(props: Omit<SearchFilterWrapperProps, "component"> & SearchFilterComponentProps): React.JSX.Element;
241
+ Select(props: Omit<SearchFilterWrapperProps, "component"> & SearchFilterComponentProps): React.JSX.Element;
243
242
  /**
244
243
  * A control surface for a given filter field name, rendered as an autocomplete
245
244
  * textfield. A hard-coded list of values may be provided, or an async function
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-react",
3
- "version": "1.8.7-next.1",
3
+ "version": "1.8.7-next.2",
4
4
  "backstage": {
5
5
  "role": "web-library",
6
6
  "pluginId": "search",
@@ -43,7 +43,7 @@
43
43
  "types": "./dist/index.d.ts",
44
44
  "typesVersions": {
45
45
  "*": {
46
- "index": [
46
+ "*": [
47
47
  "dist/index.d.ts"
48
48
  ],
49
49
  "alpha": [
@@ -64,9 +64,9 @@
64
64
  "test": "backstage-cli package test"
65
65
  },
66
66
  "dependencies": {
67
- "@backstage/core-components": "0.16.5-next.0",
67
+ "@backstage/core-components": "0.16.5-next.1",
68
68
  "@backstage/core-plugin-api": "1.10.4",
69
- "@backstage/frontend-plugin-api": "0.9.6-next.1",
69
+ "@backstage/frontend-plugin-api": "0.10.0-next.2",
70
70
  "@backstage/plugin-search-common": "1.2.17",
71
71
  "@backstage/theme": "0.6.4",
72
72
  "@backstage/types": "1.2.1",
@@ -80,11 +80,11 @@
80
80
  "uuid": "^11.0.2"
81
81
  },
82
82
  "devDependencies": {
83
- "@backstage/cli": "0.30.1-next.0",
84
- "@backstage/core-app-api": "1.15.5",
85
- "@backstage/frontend-app-api": "0.10.6-next.1",
86
- "@backstage/frontend-test-utils": "0.2.7-next.1",
87
- "@backstage/test-utils": "1.7.5",
83
+ "@backstage/cli": "0.31.0-next.1",
84
+ "@backstage/core-app-api": "1.16.0-next.0",
85
+ "@backstage/frontend-app-api": "0.11.0-next.2",
86
+ "@backstage/frontend-test-utils": "0.3.0-next.2",
87
+ "@backstage/test-utils": "1.7.6-next.0",
88
88
  "@testing-library/dom": "^10.0.0",
89
89
  "@testing-library/jest-dom": "^6.0.0",
90
90
  "@testing-library/react": "^16.0.0",