@backstage/plugin-search 0.4.18 → 0.5.3
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 +75 -0
- package/dist/esm/{index-77205085.esm.js → index-00a7ba84.esm.js} +6 -4
- package/dist/esm/index-00a7ba84.esm.js.map +1 -0
- package/dist/esm/{index-b9474e70.esm.js → index-384f7bcf.esm.js} +21 -15
- package/dist/esm/index-384f7bcf.esm.js.map +1 -0
- package/dist/esm/{index-766e727c.esm.js → index-c6d67b32.esm.js} +6 -4
- package/dist/esm/index-c6d67b32.esm.js.map +1 -0
- package/dist/esm/{index-01b40466.esm.js → index-e62dadc4.esm.js} +10 -8
- package/dist/esm/index-e62dadc4.esm.js.map +1 -0
- package/dist/esm/{index-cdccd881.esm.js → index-ee953592.esm.js} +276 -154
- package/dist/esm/index-ee953592.esm.js.map +1 -0
- package/dist/esm/{index-207637ef.esm.js → index-fbbcf308.esm.js} +6 -4
- package/dist/esm/index-fbbcf308.esm.js.map +1 -0
- package/dist/esm/{index-b929d40d.esm.js → index-ff0c1c1c.esm.js} +6 -4
- package/dist/esm/index-ff0c1c1c.esm.js.map +1 -0
- package/dist/index.d.ts +91 -28
- package/dist/index.esm.js +7 -5
- package/dist/index.esm.js.map +1 -1
- package/package.json +14 -13
- package/dist/esm/index-01b40466.esm.js.map +0 -1
- package/dist/esm/index-207637ef.esm.js.map +0 -1
- package/dist/esm/index-766e727c.esm.js.map +0 -1
- package/dist/esm/index-77205085.esm.js.map +0 -1
- package/dist/esm/index-b929d40d.esm.js.map +0 -1
- package/dist/esm/index-b9474e70.esm.js.map +0 -1
- package/dist/esm/index-cdccd881.esm.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,80 @@
|
|
|
1
1
|
# @backstage/plugin-search
|
|
2
2
|
|
|
3
|
+
## 0.5.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6d8e3a9651: Internal cleanup of the exports structure
|
|
8
|
+
- 8b532a6c02: Introduces a `<SearchType.Accordion />` variant, which operates on the same part of a search query as the existing `<SearchType />`, but in a more opinionated way (as a single-select control surface suitable for faceted search UIs).
|
|
9
|
+
|
|
10
|
+
Check the [search plugin storybook](https://backstage.io/storybook/?path=/story/plugins-search-searchtype--accordion) to see how it can be used.
|
|
11
|
+
|
|
12
|
+
- af4980fb5d: Captures the search term entered in the SearchBarBase as a `search` event.
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
- @backstage/plugin-catalog-react@0.6.9
|
|
15
|
+
|
|
16
|
+
## 0.5.2
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 3d98955c8a: Add Optional Props to Override Icon for SidebarSearch and SidebarSearchModal Component
|
|
21
|
+
- 49a696d720: Standardizes the component used as a search box in the search modal and in the composable home page.
|
|
22
|
+
|
|
23
|
+
After these changes, all search boxes exported by the search plugin are based on the `<SearchBarBase />` component, and this one is based on the `<InputBase />` component of the Material UI. This means that when you use SearchBarBase or one of its derived components (like `SearchBar` and `HomePageSearchBar`) you can pass all properties accepted by InputBase that have not been replaced by the props type of those components.
|
|
24
|
+
|
|
25
|
+
For example:
|
|
26
|
+
|
|
27
|
+
```jsx
|
|
28
|
+
<SearchInputBase color="secondary" debouceTime={500} />
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
The `color` property is inherited from `InputBaseProps` type and `debouceTime` defined by `SearchBarBaseProps`.
|
|
32
|
+
|
|
33
|
+
- 7a4bd2ceac: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
|
|
34
|
+
- Updated dependencies
|
|
35
|
+
- @backstage/core-plugin-api@0.4.0
|
|
36
|
+
- @backstage/plugin-catalog-react@0.6.8
|
|
37
|
+
- @backstage/core-components@0.8.2
|
|
38
|
+
|
|
39
|
+
## 0.5.1
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- cd450844f6: Moved React dependencies to `peerDependencies` and allow both React v16 and v17 to be used.
|
|
44
|
+
- 382e3a94b3: Export SearchApi interface from plugin
|
|
45
|
+
- Updated dependencies
|
|
46
|
+
- @backstage/core-components@0.8.0
|
|
47
|
+
- @backstage/core-plugin-api@0.3.0
|
|
48
|
+
- @backstage/plugin-catalog-react@0.6.5
|
|
49
|
+
|
|
50
|
+
## 0.5.0
|
|
51
|
+
|
|
52
|
+
### Minor Changes
|
|
53
|
+
|
|
54
|
+
- c5b6045f36: Search Modal now relies on the Search Context to access state and state setter. If you use the SidebarSearchModal as described in the [getting started documentation](https://backstage.io/docs/features/search/getting-started#using-the-search-modal), make sure to update your code with the SearchContextProvider.
|
|
55
|
+
|
|
56
|
+
```diff
|
|
57
|
+
export const Root = ({ children }: PropsWithChildren<{}>) => (
|
|
58
|
+
<SidebarPage>
|
|
59
|
+
<Sidebar>
|
|
60
|
+
<SidebarLogo />
|
|
61
|
+
- <SidebarSearchModal />
|
|
62
|
+
+ <SearchContextProvider>
|
|
63
|
+
+ <SidebarSearchModal />
|
|
64
|
+
+ </SearchContextProvider>
|
|
65
|
+
<SidebarDivider />
|
|
66
|
+
...
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
### Patch Changes
|
|
70
|
+
|
|
71
|
+
- f06ecd09a7: Add optional icon and secondaryAction properties for DefaultResultListItem component
|
|
72
|
+
- c5941d5c30: Add a new optional clearButton property to the SearchBar component. The default value for this new property is true.
|
|
73
|
+
- Updated dependencies
|
|
74
|
+
- @backstage/core-components@0.7.6
|
|
75
|
+
- @backstage/theme@0.2.14
|
|
76
|
+
- @backstage/core-plugin-api@0.2.2
|
|
77
|
+
|
|
3
78
|
## 0.4.18
|
|
4
79
|
|
|
5
80
|
### Patch Changes
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { a as SearchBar, b as SearchBarBase } from './index-ee953592.esm.js';
|
|
2
2
|
import '@backstage/core-plugin-api';
|
|
3
3
|
import '@backstage/errors';
|
|
4
4
|
import 'qs';
|
|
5
5
|
import 'react';
|
|
6
|
-
import '@material-ui/core';
|
|
7
|
-
import '@backstage/core-components';
|
|
8
6
|
import '@material-ui/icons/FilterList';
|
|
7
|
+
import '@material-ui/core';
|
|
9
8
|
import 'react-use';
|
|
10
9
|
import '@material-ui/icons/Search';
|
|
11
10
|
import '@material-ui/icons/Clear';
|
|
12
11
|
import '@material-ui/core/styles';
|
|
12
|
+
import '@backstage/core-components';
|
|
13
13
|
import '@material-ui/icons/ArrowBackIos';
|
|
14
14
|
import '@material-ui/icons/ArrowForwardIos';
|
|
15
15
|
import '@material-ui/core/utils';
|
|
@@ -19,5 +19,7 @@ import '@material-ui/core/IconButton';
|
|
|
19
19
|
import '@material-ui/lab';
|
|
20
20
|
import '@backstage/plugin-catalog-react';
|
|
21
21
|
import '@backstage/catalog-model';
|
|
22
|
+
import '@material-ui/icons/ExpandMore';
|
|
23
|
+
import '@material-ui/icons/FontDownload';
|
|
22
24
|
import 'react-router-dom';
|
|
23
|
-
//# sourceMappingURL=index-
|
|
25
|
+
//# sourceMappingURL=index-00a7ba84.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-00a7ba84.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import React__default, { useCallback } from 'react';
|
|
1
|
+
import React__default, { useCallback, useState } from 'react';
|
|
2
2
|
import { makeStyles } from '@material-ui/core/styles';
|
|
3
|
-
import { r as rootRouteRef, b as SearchBarBase } from './index-
|
|
3
|
+
import { r as rootRouteRef, b as SearchBarBase } from './index-ee953592.esm.js';
|
|
4
4
|
import qs from 'qs';
|
|
5
5
|
import { useNavigate } from 'react-router-dom';
|
|
6
6
|
import { useRouteRef } from '@backstage/core-plugin-api';
|
|
7
7
|
import '@backstage/errors';
|
|
8
|
-
import '@material-ui/core';
|
|
9
|
-
import '@backstage/core-components';
|
|
10
8
|
import '@material-ui/icons/FilterList';
|
|
9
|
+
import '@material-ui/core';
|
|
11
10
|
import 'react-use';
|
|
12
11
|
import '@material-ui/icons/Search';
|
|
13
12
|
import '@material-ui/icons/Clear';
|
|
13
|
+
import '@backstage/core-components';
|
|
14
14
|
import '@material-ui/icons/ArrowBackIos';
|
|
15
15
|
import '@material-ui/icons/ArrowForwardIos';
|
|
16
16
|
import '@material-ui/core/utils';
|
|
@@ -20,12 +20,14 @@ import '@material-ui/core/IconButton';
|
|
|
20
20
|
import '@material-ui/lab';
|
|
21
21
|
import '@backstage/plugin-catalog-react';
|
|
22
22
|
import '@backstage/catalog-model';
|
|
23
|
+
import '@material-ui/icons/ExpandMore';
|
|
24
|
+
import '@material-ui/icons/FontDownload';
|
|
23
25
|
|
|
24
26
|
const useNavigateToQuery = () => {
|
|
25
27
|
const searchRoute = useRouteRef(rootRouteRef);
|
|
26
28
|
const navigate = useNavigate();
|
|
27
|
-
return useCallback(({query}) => {
|
|
28
|
-
const queryString = qs.stringify({query}, {addQueryPrefix: true});
|
|
29
|
+
return useCallback(({ query }) => {
|
|
30
|
+
const queryString = qs.stringify({ query }, { addQueryPrefix: true });
|
|
29
31
|
navigate(`${searchRoute()}${queryString}`);
|
|
30
32
|
}, [navigate, searchRoute]);
|
|
31
33
|
};
|
|
@@ -37,24 +39,28 @@ const useStyles = makeStyles({
|
|
|
37
39
|
fontSize: "1.5em"
|
|
38
40
|
}
|
|
39
41
|
});
|
|
40
|
-
const HomePageSearchBar = ({
|
|
41
|
-
|
|
42
|
-
|
|
42
|
+
const HomePageSearchBar = ({
|
|
43
|
+
className: defaultClassName,
|
|
44
|
+
...props
|
|
45
|
+
}) => {
|
|
43
46
|
const classes = useStyles();
|
|
47
|
+
const [query, setQuery] = useState("");
|
|
48
|
+
const handleSearch = useNavigateToQuery();
|
|
49
|
+
const className = defaultClassName ? `${classes.searchBar} ${defaultClassName}` : classes.searchBar;
|
|
44
50
|
const handleSubmit = () => {
|
|
45
|
-
handleSearch({query});
|
|
51
|
+
handleSearch({ query });
|
|
46
52
|
};
|
|
47
|
-
const handleChange =
|
|
53
|
+
const handleChange = useCallback((value) => {
|
|
48
54
|
setQuery(value);
|
|
49
55
|
}, [setQuery]);
|
|
50
56
|
return /* @__PURE__ */ React__default.createElement(SearchBarBase, {
|
|
57
|
+
className,
|
|
58
|
+
value: query,
|
|
51
59
|
onSubmit: handleSubmit,
|
|
52
60
|
onChange: handleChange,
|
|
53
|
-
|
|
54
|
-
className: classes.searchBar,
|
|
55
|
-
placeholder
|
|
61
|
+
...props
|
|
56
62
|
});
|
|
57
63
|
};
|
|
58
64
|
|
|
59
65
|
export { HomePageSearchBar };
|
|
60
|
-
//# sourceMappingURL=index-
|
|
66
|
+
//# sourceMappingURL=index-384f7bcf.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-384f7bcf.esm.js","sources":["../../src/components/util.ts","../../src/components/HomePageComponent/HomePageSearchBar.tsx"],"sourcesContent":["/*\n * Copyright 2021 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 */\nimport qs from 'qs';\nimport { useCallback } from 'react';\nimport { useNavigate } from 'react-router-dom';\nimport { rootRouteRef } from '../plugin';\n\nimport { useRouteRef } from '@backstage/core-plugin-api';\n\nexport const useNavigateToQuery = () => {\n const searchRoute = useRouteRef(rootRouteRef);\n const navigate = useNavigate();\n return useCallback(\n ({ query }: { query: string }): void => {\n const queryString = qs.stringify({ query }, { addQueryPrefix: true });\n\n navigate(`${searchRoute()}${queryString}`);\n },\n [navigate, searchRoute],\n );\n};\n","/*\n * Copyright 2021 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 React, { useCallback, useState } from 'react';\nimport { makeStyles } from '@material-ui/core/styles';\n\nimport { SearchBarBase, SearchBarBaseProps } from '../SearchBar';\nimport { useNavigateToQuery } from '../util';\n\nconst useStyles = makeStyles({\n searchBar: {\n border: '1px solid #555',\n borderRadius: '6px',\n fontSize: '1.5em',\n },\n});\n\n/**\n * Props for {@link HomePageSearchBar}.\n *\n * @public\n */\nexport type HomePageSearchBarProps = Partial<\n Omit<SearchBarBaseProps, 'onChange' | 'onSubmit'>\n>;\n\n/**\n * The search bar created specifically for the composable home page\n *\n * @public\n */\nexport const HomePageSearchBar = ({\n className: defaultClassName,\n ...props\n}: HomePageSearchBarProps) => {\n const classes = useStyles();\n const [query, setQuery] = useState('');\n const handleSearch = useNavigateToQuery();\n\n const className = defaultClassName\n ? `${classes.searchBar} ${defaultClassName}`\n : classes.searchBar;\n\n const handleSubmit = () => {\n handleSearch({ query });\n };\n\n const handleChange = useCallback(\n value => {\n setQuery(value);\n },\n [setQuery],\n );\n\n return (\n <SearchBarBase\n className={className}\n value={query}\n onSubmit={handleSubmit}\n onChange={handleChange}\n {...props}\n />\n );\n};\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;MAsBa,qBAAqB,MAAM;AACtC,QAAM,cAAc,YAAY;AAChC,QAAM,WAAW;AACjB,SAAO,YACL,CAAC,EAAE,YAAqC;AACtC,UAAM,cAAc,GAAG,UAAU,EAAE,SAAS,EAAE,gBAAgB;AAE9D,aAAS,GAAG,gBAAgB;AAAA,KAE9B,CAAC,UAAU;AAAA;;ACTf,MAAM,YAAY,WAAW;AAAA,EAC3B,WAAW;AAAA,IACT,QAAQ;AAAA,IACR,cAAc;AAAA,IACd,UAAU;AAAA;AAAA;MAkBD,oBAAoB,CAAC;AAAA,EAChC,WAAW;AAAA,KACR;AAAA,MACyB;AAC5B,QAAM,UAAU;AAChB,QAAM,CAAC,OAAO,YAAY,SAAS;AACnC,QAAM,eAAe;AAErB,QAAM,YAAY,mBACd,GAAG,QAAQ,aAAa,qBACxB,QAAQ;AAEZ,QAAM,eAAe,MAAM;AACzB,iBAAa,EAAE;AAAA;AAGjB,QAAM,eAAe,YACnB,WAAS;AACP,aAAS;AAAA,KAEX,CAAC;AAGH,sDACG,eAAD;AAAA,IACE;AAAA,IACA,OAAO;AAAA,IACP,UAAU;AAAA,IACV,UAAU;AAAA,OACN;AAAA;AAAA;;;;"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { c as SearchResult } from './index-
|
|
1
|
+
export { c as SearchResult } from './index-ee953592.esm.js';
|
|
2
2
|
import '@backstage/core-plugin-api';
|
|
3
3
|
import '@backstage/errors';
|
|
4
4
|
import 'qs';
|
|
5
5
|
import 'react';
|
|
6
|
-
import '@material-ui/core';
|
|
7
|
-
import '@backstage/core-components';
|
|
8
6
|
import '@material-ui/icons/FilterList';
|
|
7
|
+
import '@material-ui/core';
|
|
9
8
|
import 'react-use';
|
|
10
9
|
import '@material-ui/icons/Search';
|
|
11
10
|
import '@material-ui/icons/Clear';
|
|
12
11
|
import '@material-ui/core/styles';
|
|
12
|
+
import '@backstage/core-components';
|
|
13
13
|
import '@material-ui/icons/ArrowBackIos';
|
|
14
14
|
import '@material-ui/icons/ArrowForwardIos';
|
|
15
15
|
import '@material-ui/core/utils';
|
|
@@ -19,5 +19,7 @@ import '@material-ui/core/IconButton';
|
|
|
19
19
|
import '@material-ui/lab';
|
|
20
20
|
import '@backstage/plugin-catalog-react';
|
|
21
21
|
import '@backstage/catalog-model';
|
|
22
|
+
import '@material-ui/icons/ExpandMore';
|
|
23
|
+
import '@material-ui/icons/FontDownload';
|
|
22
24
|
import 'react-router-dom';
|
|
23
|
-
//# sourceMappingURL=index-
|
|
25
|
+
//# sourceMappingURL=index-c6d67b32.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-c6d67b32.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React__default
|
|
1
|
+
import React__default from 'react';
|
|
2
2
|
import SearchIcon from '@material-ui/icons/Search';
|
|
3
|
-
import { d as SearchModal } from './index-cdccd881.esm.js';
|
|
4
3
|
import { SidebarItem } from '@backstage/core-components';
|
|
4
|
+
import { u as useSearch, d as SearchModal } from './index-ee953592.esm.js';
|
|
5
5
|
import '@backstage/core-plugin-api';
|
|
6
6
|
import '@backstage/errors';
|
|
7
7
|
import 'qs';
|
|
8
|
-
import '@material-ui/core';
|
|
9
8
|
import '@material-ui/icons/FilterList';
|
|
9
|
+
import '@material-ui/core';
|
|
10
10
|
import 'react-use';
|
|
11
11
|
import '@material-ui/icons/Clear';
|
|
12
12
|
import '@material-ui/core/styles';
|
|
@@ -19,14 +19,16 @@ import '@material-ui/core/IconButton';
|
|
|
19
19
|
import '@material-ui/lab';
|
|
20
20
|
import '@backstage/plugin-catalog-react';
|
|
21
21
|
import '@backstage/catalog-model';
|
|
22
|
+
import '@material-ui/icons/ExpandMore';
|
|
23
|
+
import '@material-ui/icons/FontDownload';
|
|
22
24
|
import 'react-router-dom';
|
|
23
25
|
|
|
24
|
-
const SidebarSearchModal = () => {
|
|
25
|
-
const
|
|
26
|
-
const
|
|
26
|
+
const SidebarSearchModal = (props) => {
|
|
27
|
+
const { open, toggleModal } = useSearch();
|
|
28
|
+
const Icon = props.icon ? props.icon : SearchIcon;
|
|
27
29
|
return /* @__PURE__ */ React__default.createElement(React__default.Fragment, null, /* @__PURE__ */ React__default.createElement(SidebarItem, {
|
|
28
30
|
className: "search-icon",
|
|
29
|
-
icon:
|
|
31
|
+
icon: Icon,
|
|
30
32
|
text: "Search",
|
|
31
33
|
onClick: toggleModal
|
|
32
34
|
}), /* @__PURE__ */ React__default.createElement(SearchModal, {
|
|
@@ -36,4 +38,4 @@ const SidebarSearchModal = () => {
|
|
|
36
38
|
};
|
|
37
39
|
|
|
38
40
|
export { SidebarSearchModal };
|
|
39
|
-
//# sourceMappingURL=index-
|
|
41
|
+
//# sourceMappingURL=index-e62dadc4.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-e62dadc4.esm.js","sources":["../../src/components/SidebarSearchModal/SidebarSearchModal.tsx"],"sourcesContent":["/*\n * Copyright 2021 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 */\nimport React from 'react';\nimport SearchIcon from '@material-ui/icons/Search';\nimport { SidebarItem } from '@backstage/core-components';\nimport { IconComponent } from '@backstage/core-plugin-api';\nimport { SearchModal } from '../SearchModal';\nimport { useSearch } from '../SearchContext';\n\nexport type SidebarSearchModalProps = {\n icon?: IconComponent;\n};\n\nexport const SidebarSearchModal = (props: SidebarSearchModalProps) => {\n const { open, toggleModal } = useSearch();\n const Icon = props.icon ? props.icon : SearchIcon;\n\n return (\n <>\n <SidebarItem\n className=\"search-icon\"\n icon={Icon}\n text=\"Search\"\n onClick={toggleModal}\n />\n <SearchModal open={open} toggleModal={toggleModal} />\n </>\n );\n};\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;MA0Ba,qBAAqB,CAAC,UAAmC;AACpE,QAAM,EAAE,MAAM,gBAAgB;AAC9B,QAAM,OAAO,MAAM,OAAO,MAAM,OAAO;AAEvC,kIAEK,aAAD;AAAA,IACE,WAAU;AAAA,IACV,MAAM;AAAA,IACN,MAAK;AAAA,IACL,SAAS;AAAA,mDAEV,aAAD;AAAA,IAAa;AAAA,IAAY;AAAA;AAAA;;;;"}
|