@getlupa/client 0.5.1-alpha-1 → 0.5.1-alpha-4
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/dist/cjs/components/search-results/SearchResults.vue.d.ts +17 -3
- package/dist/cjs/components/search-results/SearchResultsTitle.vue.d.ts +13 -0
- package/dist/cjs/components/search-results/filters/CurrentFilters.vue.d.ts +2 -3
- package/dist/cjs/components/search-results/filters/MobileFilterSidebar.vue.d.ts +4 -0
- package/dist/cjs/components/search-results/filters/facets/FacetList.vue.d.ts +1 -0
- package/dist/cjs/components/search-results/filters/facets/StatsFacet.vue.d.ts +12 -1
- package/dist/cjs/components/search-results/filters/facets/TermFacet.vue.d.ts +2 -1
- package/dist/cjs/components/search-results/products/SearchResultsMobileToggle.vue.d.ts +2 -0
- package/dist/cjs/components/search-results/products/SearchResultsToolbar.vue.d.ts +1 -0
- package/dist/cjs/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts +3 -0
- package/dist/cjs/components/search-results/products/product-card/elements/SearchResultsProductTitle.vue.d.ts +4 -0
- package/dist/cjs/constants/development/searchBoxDev.example.const.d.ts +1 -0
- package/dist/cjs/constants/development/searchResultsDev.example.const.d.ts +16 -0
- package/dist/cjs/constants/searchResults.const.d.ts +1 -0
- package/dist/cjs/index.min.js +1481 -1037
- package/dist/cjs/store/modules/params.d.ts +7 -5
- package/dist/cjs/store/modules/searchResult.d.ts +4 -0
- package/dist/cjs/types/product-list/ProductListOptions.d.ts +1 -1
- package/dist/cjs/types/search-results/RoutingBehavior.d.ts +1 -0
- package/dist/cjs/types/search-results/SearchResultsOptions.d.ts +19 -0
- package/dist/cjs/types/search-results/SearchResultsProductCardOptions.d.ts +2 -0
- package/dist/es/components/search-results/SearchResults.vue.d.ts +17 -3
- package/dist/es/components/search-results/SearchResultsTitle.vue.d.ts +13 -0
- package/dist/es/components/search-results/filters/CurrentFilters.vue.d.ts +2 -3
- package/dist/es/components/search-results/filters/MobileFilterSidebar.vue.d.ts +4 -0
- package/dist/es/components/search-results/filters/facets/FacetList.vue.d.ts +1 -0
- package/dist/es/components/search-results/filters/facets/StatsFacet.vue.d.ts +12 -1
- package/dist/es/components/search-results/filters/facets/TermFacet.vue.d.ts +2 -1
- package/dist/es/components/search-results/products/SearchResultsMobileToggle.vue.d.ts +2 -0
- package/dist/es/components/search-results/products/SearchResultsToolbar.vue.d.ts +1 -0
- package/dist/es/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts +3 -0
- package/dist/es/components/search-results/products/product-card/elements/SearchResultsProductTitle.vue.d.ts +4 -0
- package/dist/es/constants/development/searchBoxDev.example.const.d.ts +1 -0
- package/dist/es/constants/development/searchResultsDev.example.const.d.ts +16 -0
- package/dist/es/constants/searchResults.const.d.ts +1 -0
- package/dist/es/index.min.js +1481 -1037
- package/dist/es/store/modules/params.d.ts +7 -5
- package/dist/es/store/modules/searchResult.d.ts +4 -0
- package/dist/es/types/product-list/ProductListOptions.d.ts +1 -1
- package/dist/es/types/search-results/RoutingBehavior.d.ts +1 -0
- package/dist/es/types/search-results/SearchResultsOptions.d.ts +19 -0
- package/dist/es/types/search-results/SearchResultsProductCardOptions.d.ts +2 -0
- package/dist/iife/components/search-results/SearchResults.vue.d.ts +17 -3
- package/dist/iife/components/search-results/SearchResultsTitle.vue.d.ts +13 -0
- package/dist/iife/components/search-results/filters/CurrentFilters.vue.d.ts +2 -3
- package/dist/iife/components/search-results/filters/MobileFilterSidebar.vue.d.ts +4 -0
- package/dist/iife/components/search-results/filters/facets/FacetList.vue.d.ts +1 -0
- package/dist/iife/components/search-results/filters/facets/StatsFacet.vue.d.ts +12 -1
- package/dist/iife/components/search-results/filters/facets/TermFacet.vue.d.ts +2 -1
- package/dist/iife/components/search-results/products/SearchResultsMobileToggle.vue.d.ts +2 -0
- package/dist/iife/components/search-results/products/SearchResultsToolbar.vue.d.ts +1 -0
- package/dist/iife/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts +3 -0
- package/dist/iife/components/search-results/products/product-card/elements/SearchResultsProductTitle.vue.d.ts +4 -0
- package/dist/iife/constants/development/searchBoxDev.example.const.d.ts +1 -0
- package/dist/iife/constants/development/searchResultsDev.example.const.d.ts +16 -0
- package/dist/iife/constants/searchResults.const.d.ts +1 -0
- package/dist/iife/index.min.js +1 -1
- package/dist/iife/store/modules/params.d.ts +7 -5
- package/dist/iife/store/modules/searchResult.d.ts +4 -0
- package/dist/iife/types/product-list/ProductListOptions.d.ts +1 -1
- package/dist/iife/types/search-results/RoutingBehavior.d.ts +1 -0
- package/dist/iife/types/search-results/SearchResultsOptions.d.ts +19 -0
- package/dist/iife/types/search-results/SearchResultsProductCardOptions.d.ts +2 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -25,25 +25,27 @@ export default class ParamsModule extends VuexModule {
|
|
|
25
25
|
params: QueryParams;
|
|
26
26
|
searchString: string;
|
|
27
27
|
};
|
|
28
|
-
removeParams({ paramsToRemove }: {
|
|
28
|
+
removeParams({ paramsToRemove, save, }: {
|
|
29
29
|
paramsToRemove?: "all" | string[];
|
|
30
|
+
save: boolean;
|
|
30
31
|
}): {
|
|
31
|
-
params
|
|
32
|
-
searchString
|
|
32
|
+
params?: QueryParams;
|
|
33
|
+
searchString?: string;
|
|
33
34
|
};
|
|
34
35
|
goToResults({ searchText, facet, }: {
|
|
35
36
|
searchText: string;
|
|
36
37
|
facet?: InputSuggestionFacet;
|
|
37
38
|
}): void;
|
|
38
|
-
appendParams({ params, paramsToRemove, encode, }: {
|
|
39
|
+
appendParams({ params, paramsToRemove, encode, save, }: {
|
|
39
40
|
params: {
|
|
40
41
|
name: string;
|
|
41
42
|
value: string;
|
|
42
43
|
}[];
|
|
43
44
|
paramsToRemove?: "all" | string[];
|
|
44
45
|
encode?: boolean;
|
|
46
|
+
save?: boolean;
|
|
45
47
|
}): {
|
|
46
|
-
params
|
|
48
|
+
params?: QueryParams;
|
|
47
49
|
searchString?: string;
|
|
48
50
|
};
|
|
49
51
|
setDefaultLimit(defaultLimit: number): {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { LabeledFilter } from "@/types/search-results/Filters";
|
|
1
2
|
import { ResultsLayout } from "@/types/search-results/ResultsLayout";
|
|
2
3
|
import { ProductGrid } from "@/types/search-results/SearchResultsOptions";
|
|
3
4
|
import { FacetResult, FilterGroup, SearchQueryResult } from "@getlupa/client-sdk/Types";
|
|
@@ -15,6 +16,9 @@ export default class SearchResultModule extends VuexModule {
|
|
|
15
16
|
get currentQueryText(): string;
|
|
16
17
|
get totalItems(): number;
|
|
17
18
|
get hasResults(): boolean;
|
|
19
|
+
get labeledFilters(): LabeledFilter[];
|
|
20
|
+
get displayFilters(): LabeledFilter[];
|
|
21
|
+
get currentFilterCount(): number;
|
|
18
22
|
get hasAnyFilter(): boolean;
|
|
19
23
|
get itemRange(): number[];
|
|
20
24
|
setSidebarVisibility({ visible }: {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { FilterGroup } from "@getlupa/client-sdk/Types";
|
|
2
|
+
import { RoutingBehavior } from "../search-results/RoutingBehavior";
|
|
2
3
|
import { SearchResultsOptions } from "../search-results/SearchResultsOptions";
|
|
3
4
|
export declare type CategoryFilterOptions = {
|
|
4
5
|
queryKey: string;
|
|
@@ -21,7 +22,6 @@ export declare type CategoryFilterOptions = {
|
|
|
21
22
|
description: string;
|
|
22
23
|
};
|
|
23
24
|
};
|
|
24
|
-
export declare type RoutingBehavior = "direct-link" | "event";
|
|
25
25
|
export declare type ProductListOptions = SearchResultsOptions & {
|
|
26
26
|
initialFilters?: FilterGroup;
|
|
27
27
|
categories?: CategoryFilterOptions;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare type RoutingBehavior = "direct-link" | "event";
|
|
@@ -7,7 +7,10 @@ export declare type SearchResultsOptions = SearchResultsProductOptions & SearchR
|
|
|
7
7
|
containerSelector: string;
|
|
8
8
|
breadcrumbs: SearchResultsBreadcrumb[];
|
|
9
9
|
classMap?: Record<string, string>;
|
|
10
|
+
searchTitlePosition?: string;
|
|
11
|
+
noResultsQueryFlag?: string;
|
|
10
12
|
};
|
|
13
|
+
export declare type SearchTitlePosition = "page-top" | "search-results-top";
|
|
11
14
|
export declare type SearchResultsDidYouMeanLabels = {
|
|
12
15
|
noResultsSuggestion: string;
|
|
13
16
|
didYouMean: string;
|
|
@@ -20,6 +23,7 @@ export declare type SearchResultsOptionLabels = SearchResultsPaginationLabels &
|
|
|
20
23
|
sortBy: string;
|
|
21
24
|
currency: string;
|
|
22
25
|
priceSeparator?: string;
|
|
26
|
+
searchResults?: string;
|
|
23
27
|
itemCount: string;
|
|
24
28
|
emptyResults: string;
|
|
25
29
|
mobileFilterButton: string;
|
|
@@ -39,6 +43,7 @@ export declare type SearchResultsProductOptions = SearchResultsProductCardOption
|
|
|
39
43
|
layoutSelector?: boolean;
|
|
40
44
|
itemSummary?: boolean;
|
|
41
45
|
clearFilters?: boolean;
|
|
46
|
+
totalCount?: boolean;
|
|
42
47
|
};
|
|
43
48
|
};
|
|
44
49
|
export declare type ProductGrid = {
|
|
@@ -77,12 +82,17 @@ export declare type ResultCurrentFilterOptions = {
|
|
|
77
82
|
mobileSidebar: boolean;
|
|
78
83
|
mobileToolbar: boolean;
|
|
79
84
|
};
|
|
85
|
+
mobileSidebar?: {
|
|
86
|
+
showFilterCount?: boolean;
|
|
87
|
+
activeFiltersExpanded?: boolean;
|
|
88
|
+
};
|
|
80
89
|
};
|
|
81
90
|
export declare type FacetStyle = "sidebar" | "top-dropdown";
|
|
82
91
|
export declare type ResultFacetOptions = {
|
|
83
92
|
labels: {
|
|
84
93
|
title: string;
|
|
85
94
|
showAll: string;
|
|
95
|
+
showLess?: string;
|
|
86
96
|
facetFilter: string;
|
|
87
97
|
facetClear?: string;
|
|
88
98
|
};
|
|
@@ -95,11 +105,20 @@ export declare type ResultFacetOptions = {
|
|
|
95
105
|
topLevelValueCountLimit?: number;
|
|
96
106
|
filterable?: boolean;
|
|
97
107
|
};
|
|
108
|
+
stats?: {
|
|
109
|
+
slider?: boolean;
|
|
110
|
+
inputs?: boolean;
|
|
111
|
+
labels?: {
|
|
112
|
+
from?: string;
|
|
113
|
+
to?: string;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
98
116
|
facetValueCountLimit?: number;
|
|
99
117
|
showDocumentCount?: boolean;
|
|
100
118
|
style?: {
|
|
101
119
|
type: FacetStyle;
|
|
102
120
|
};
|
|
121
|
+
exclude?: string[];
|
|
103
122
|
};
|
|
104
123
|
export declare type SearchResultsFilterOptions = {
|
|
105
124
|
currentFilters?: ResultCurrentFilterOptions;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { Document } from "@getlupa/client-sdk/Types";
|
|
2
2
|
import { DocumentElement } from "../DocumentElement";
|
|
3
3
|
import { BadgeElement } from "./BadgeOptions";
|
|
4
|
+
import { RoutingBehavior } from "./RoutingBehavior";
|
|
4
5
|
import { SearchResultsOptionLabels } from "./SearchResultsOptions";
|
|
5
6
|
export declare type SearchResultsProductCardOptions = {
|
|
6
7
|
labels: SearchResultsOptionLabels;
|
|
8
|
+
routingBehavior?: RoutingBehavior;
|
|
7
9
|
isInStock: (doc: Document) => boolean;
|
|
8
10
|
badges: SearchResultBadgeOptions;
|
|
9
11
|
links: {
|
|
@@ -7,9 +7,10 @@ export default class SearchResults extends Vue {
|
|
|
7
7
|
initialFilters: FilterGroup;
|
|
8
8
|
isProductList: boolean;
|
|
9
9
|
get productsOptions(): SearchResultsProductOptions;
|
|
10
|
+
currentQueryText: string;
|
|
10
11
|
get didYouMeanLabels(): SearchResultsDidYouMeanLabels;
|
|
11
|
-
get queryText(): string;
|
|
12
12
|
get showFilterSidebar(): boolean;
|
|
13
|
+
get isTitleResultTopPosition(): boolean;
|
|
13
14
|
trackSearch: ({ queryKey, query, }: {
|
|
14
15
|
queryKey: string;
|
|
15
16
|
query: PublicQuery;
|
|
@@ -18,8 +19,6 @@ export default class SearchResults extends Vue {
|
|
|
18
19
|
queryKey: string;
|
|
19
20
|
results: SearchQueryResult;
|
|
20
21
|
}) => void;
|
|
21
|
-
currentQueryText: string;
|
|
22
|
-
suggestedSearchText: string;
|
|
23
22
|
searchString: string;
|
|
24
23
|
setDefaultLimit: (defaultLimit: number) => {
|
|
25
24
|
defaultLimit: number;
|
|
@@ -27,6 +26,17 @@ export default class SearchResults extends Vue {
|
|
|
27
26
|
addParams: (params: QueryParams) => {
|
|
28
27
|
params: QueryParams;
|
|
29
28
|
};
|
|
29
|
+
removeParams: ({ paramsToRemove, save, }: {
|
|
30
|
+
paramsToRemove: string[];
|
|
31
|
+
save: boolean;
|
|
32
|
+
}) => void;
|
|
33
|
+
appendParams: ({ params, save, }: {
|
|
34
|
+
params: {
|
|
35
|
+
name: string;
|
|
36
|
+
value: string;
|
|
37
|
+
}[];
|
|
38
|
+
save: boolean;
|
|
39
|
+
}) => void;
|
|
30
40
|
setSearchResultOptions: ({ options, }: {
|
|
31
41
|
options: SearchResultsOptions;
|
|
32
42
|
}) => void;
|
|
@@ -43,6 +53,10 @@ export default class SearchResults extends Vue {
|
|
|
43
53
|
};
|
|
44
54
|
handleUrlChange(params?: URLSearchParams): void;
|
|
45
55
|
query(publicQuery: PublicQuery): void;
|
|
56
|
+
handleResults({ queryKey, results, }: {
|
|
57
|
+
queryKey: string;
|
|
58
|
+
results: SearchQueryResult;
|
|
59
|
+
}): void;
|
|
46
60
|
setColumnCount: ({ width, grid, }: {
|
|
47
61
|
width: number;
|
|
48
62
|
grid: ProductGrid;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { SearchResultsOptions } from "@/types/search-results/SearchResultsOptions";
|
|
2
|
+
import Vue from "vue";
|
|
3
|
+
export default class SearchResultsTitle extends Vue {
|
|
4
|
+
options: SearchResultsOptions;
|
|
5
|
+
isProductList: boolean;
|
|
6
|
+
currentQueryText: string;
|
|
7
|
+
totalItems: number;
|
|
8
|
+
suggestedSearchText: string;
|
|
9
|
+
get queryText(): string;
|
|
10
|
+
get showProductCount(): boolean;
|
|
11
|
+
get showSearchTitle(): boolean;
|
|
12
|
+
getLabel(label: string): string;
|
|
13
|
+
}
|
|
@@ -9,11 +9,10 @@ export default class CurrentFilters extends Vue {
|
|
|
9
9
|
isOpen: boolean;
|
|
10
10
|
currentFilters: FilterGroup;
|
|
11
11
|
facets: FacetResult[] | undefined;
|
|
12
|
+
displayFilters: LabeledFilter[];
|
|
13
|
+
currentFilterCount: number;
|
|
12
14
|
initialFilters: FilterGroup;
|
|
13
|
-
get displayFilters(): LabeledFilter[];
|
|
14
|
-
get labeledFilters(): LabeledFilter[];
|
|
15
15
|
get hasFilters(): boolean;
|
|
16
|
-
get filterCount(): number;
|
|
17
16
|
removeParams: ({ paramsToRemove, }: {
|
|
18
17
|
paramsToRemove?: string[];
|
|
19
18
|
}) => {
|
|
@@ -6,5 +6,9 @@ export default class MobileFilterSidebar extends Vue {
|
|
|
6
6
|
visible: boolean;
|
|
7
7
|
}) => void;
|
|
8
8
|
isMobileSidebarVisible: boolean;
|
|
9
|
+
currentFilterCount: number;
|
|
10
|
+
get sidebarTitle(): string;
|
|
11
|
+
get isFilterCountVisible(): boolean;
|
|
12
|
+
get isActiveFiltersExpanded(): boolean;
|
|
9
13
|
handleMobileToggle(): void;
|
|
10
14
|
}
|
|
@@ -1,11 +1,21 @@
|
|
|
1
1
|
import Vue from "vue";
|
|
2
2
|
import { FacetGroupTypeStats, FilterGroupItemTypeRange } from "@getlupa/client-sdk/Types";
|
|
3
|
-
import { ResultFacetOptions } from "@/types/search-results/SearchResultsOptions";
|
|
3
|
+
import { ResultFacetOptions, SearchResultsOptions } from "@/types/search-results/SearchResultsOptions";
|
|
4
4
|
export default class TermFacet extends Vue {
|
|
5
5
|
options: ResultFacetOptions;
|
|
6
6
|
facet: FacetGroupTypeStats;
|
|
7
7
|
currentFilters: FilterGroupItemTypeRange;
|
|
8
8
|
innerSliderRange: number[];
|
|
9
|
+
searchResultOptions: SearchResultsOptions;
|
|
10
|
+
get rangeLabelFrom(): string;
|
|
11
|
+
get rangeLabelTo(): string;
|
|
12
|
+
get currency(): string;
|
|
13
|
+
get isSliderVisible(): boolean;
|
|
14
|
+
get isInputVisible(): boolean;
|
|
15
|
+
get fromValue(): string;
|
|
16
|
+
set fromValue(stringValue: string);
|
|
17
|
+
get toValue(): string;
|
|
18
|
+
set toValue(stringValue: string);
|
|
9
19
|
get currentGte(): number | undefined;
|
|
10
20
|
get currentLte(): number | undefined;
|
|
11
21
|
get currentMinValue(): number;
|
|
@@ -18,6 +28,7 @@ export default class TermFacet extends Vue {
|
|
|
18
28
|
get statsSummary(): string;
|
|
19
29
|
onMinValueChange(): void;
|
|
20
30
|
onMaxValueChange(): void;
|
|
31
|
+
handleInputChange(): void;
|
|
21
32
|
handleChange(): void;
|
|
22
33
|
handleDragging(value: number[]): void;
|
|
23
34
|
}
|
|
@@ -13,7 +13,8 @@ export default class TermFacet extends Vue {
|
|
|
13
13
|
get filteredValues(): FacetGroupItem[];
|
|
14
14
|
get isFilterable(): boolean;
|
|
15
15
|
get isRange(): boolean;
|
|
16
|
+
get displayShowMore(): boolean;
|
|
16
17
|
handleFacetClick(item: FacetGroupItem): void;
|
|
17
|
-
|
|
18
|
+
toggleShowAll(): void;
|
|
18
19
|
isChecked(item: FacetGroupItem): boolean;
|
|
19
20
|
}
|
package/dist/es/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts
CHANGED
|
@@ -22,6 +22,8 @@ export default class SearchResultsProductCard extends Vue {
|
|
|
22
22
|
get detailElements(): DocumentElement[];
|
|
23
23
|
get labels(): SearchResultsOptionLabels;
|
|
24
24
|
get link(): string;
|
|
25
|
+
get hasEventRouting(): boolean;
|
|
26
|
+
get url(): string | undefined;
|
|
25
27
|
isInStock: boolean;
|
|
26
28
|
mounted(): void;
|
|
27
29
|
checkIfIsInStock(): Promise<void>;
|
|
@@ -30,4 +32,5 @@ export default class SearchResultsProductCard extends Vue {
|
|
|
30
32
|
handleProductEvent(item: {
|
|
31
33
|
type: ReportableEventType;
|
|
32
34
|
}): void;
|
|
35
|
+
handleNavigation(): void;
|
|
33
36
|
}
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
import Vue from "vue";
|
|
2
2
|
import { Document } from "@getlupa/client-sdk/Types";
|
|
3
3
|
import { TitleDocumentElement } from "@/types/DocumentElement";
|
|
4
|
+
import { SearchResultsOptions } from "@/types/search-results/SearchResultsOptions";
|
|
4
5
|
export default class SearchResultsProductTitle extends Vue {
|
|
5
6
|
item: Document;
|
|
6
7
|
options: TitleDocumentElement;
|
|
7
8
|
link: string;
|
|
9
|
+
searchResultOptions: SearchResultsOptions;
|
|
8
10
|
get title(): unknown;
|
|
9
11
|
get isHtml(): boolean;
|
|
10
12
|
get maxLines(): number;
|
|
13
|
+
get hasEventRouting(): boolean;
|
|
14
|
+
handleNavigation(): void;
|
|
11
15
|
}
|
|
@@ -20,6 +20,9 @@ export declare const SEARCH_RESULTS_CONFIGURATION: {
|
|
|
20
20
|
similarQuery: string;
|
|
21
21
|
similarQueries: string;
|
|
22
22
|
};
|
|
23
|
+
toolbar: {
|
|
24
|
+
totalCount: boolean;
|
|
25
|
+
};
|
|
23
26
|
grid: {
|
|
24
27
|
columns: {
|
|
25
28
|
xl: number;
|
|
@@ -56,11 +59,16 @@ export declare const SEARCH_RESULTS_CONFIGURATION: {
|
|
|
56
59
|
title: string;
|
|
57
60
|
clearAll: string;
|
|
58
61
|
};
|
|
62
|
+
mobileSidebar: {
|
|
63
|
+
showFilterCount: boolean;
|
|
64
|
+
activeFiltersExpanded: boolean;
|
|
65
|
+
};
|
|
59
66
|
};
|
|
60
67
|
facets: {
|
|
61
68
|
labels: {
|
|
62
69
|
title: string;
|
|
63
70
|
showAll: string;
|
|
71
|
+
showLess: string;
|
|
64
72
|
facetFilter: string;
|
|
65
73
|
};
|
|
66
74
|
hierarchy: {
|
|
@@ -68,6 +76,14 @@ export declare const SEARCH_RESULTS_CONFIGURATION: {
|
|
|
68
76
|
topLevelValueCountLimit: number;
|
|
69
77
|
filterable: boolean;
|
|
70
78
|
};
|
|
79
|
+
stats: {
|
|
80
|
+
slider: boolean;
|
|
81
|
+
inputs: boolean;
|
|
82
|
+
labels: {
|
|
83
|
+
from: string;
|
|
84
|
+
to: string;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
71
87
|
filterable: {
|
|
72
88
|
minValues: number;
|
|
73
89
|
};
|