@fluid-topics/ft-search-context 1.1.28 → 1.1.30
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropertyValues } from "lit";
|
|
2
|
-
import { ElementDefinitionsMap, FtLitElementRedux } from "@fluid-topics/ft-wc-utils";
|
|
2
|
+
import { ElementDefinitionsMap, FtLitElementRedux, FtRegistrationContext } from "@fluid-topics/ft-wc-utils";
|
|
3
3
|
import { FtSearchContextProperties } from "./ft-search-context.properties";
|
|
4
4
|
import { FtSearchComponentInterface, FtSearchResultsChangeEventDetail } from "./registration";
|
|
5
5
|
import { FtSearchFilter, FtSearchRequest, FtSearchResultsPageInfo, FtSearchScope, FtSearchSortCriterion, FtSpellcheck } from "@fluid-topics/public-api";
|
|
@@ -12,7 +12,7 @@ export declare class SearchRequestChangeEvent extends CustomEvent<FtSearchReques
|
|
|
12
12
|
export declare class SearchResultsChangeEvent extends CustomEvent<FtSearchResultsChangeEventDetail> {
|
|
13
13
|
constructor(request: FtSearchRequest, paging: FtSearchResultsPageInfo, spellcheck?: FtSpellcheck);
|
|
14
14
|
}
|
|
15
|
-
export declare class FtSearchContext extends FtLitElementRedux implements FtSearchContextProperties {
|
|
15
|
+
export declare class FtSearchContext extends FtLitElementRedux implements FtSearchContextProperties, FtRegistrationContext<FtSearchComponentInterface> {
|
|
16
16
|
static elementDefinitions: ElementDefinitionsMap;
|
|
17
17
|
static styles: import("lit").CSSResult;
|
|
18
18
|
query: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-search-context",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.30",
|
|
4
4
|
"description": "Context block for integrated search components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-app-context": "1.1.
|
|
23
|
-
"@fluid-topics/ft-wc-utils": "1.1.
|
|
22
|
+
"@fluid-topics/ft-app-context": "1.1.30",
|
|
23
|
+
"@fluid-topics/ft-wc-utils": "1.1.30",
|
|
24
24
|
"lit": "3.1.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@fluid-topics/public-api": "1.0.57"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "2eadc3ab5cdc677c1db2564a74d18440cd553d42"
|
|
30
30
|
}
|