@digitalculture/ochre-sdk 0.12.16 → 0.12.17
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/index.d.mts +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -682,13 +682,13 @@ type WebElementComponent = {
|
|
|
682
682
|
paginationVariant: "default" | "numeric";
|
|
683
683
|
layout: "image-top" | "image-bottom" | "image-start" | "image-end";
|
|
684
684
|
isSortDisplayed: boolean;
|
|
685
|
-
isFilterDisplayed: boolean;
|
|
686
|
-
filterSort: "default" | "alphabetical";
|
|
687
685
|
isUsingQueryParams: boolean;
|
|
688
|
-
|
|
686
|
+
filter: {
|
|
687
|
+
isSidebarDisplayed: boolean;
|
|
689
688
|
isResultsBarDisplayed: boolean;
|
|
690
689
|
isMapDisplayed: boolean;
|
|
691
690
|
isInputDisplayed: boolean;
|
|
691
|
+
sidebarSort: "default" | "alphabetical";
|
|
692
692
|
};
|
|
693
693
|
options: {
|
|
694
694
|
attributeFilters: {
|
package/package.json
CHANGED