@visitscotland/component-library 5.15.3 → 5.16.0

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.
@@ -25,12 +25,14 @@ declare const useFederatedSearchStore: import('pinia').StoreDefinition<"federate
25
25
  selectedSubCategory: import('vue').Ref<any[], any[]>;
26
26
  selectedSubCategoryKey: import('vue').Ref<any[], any[]>;
27
27
  totalResults: import('vue').Ref<any, any>;
28
+ totalResultsCludo: import('vue').Ref<any, any>;
29
+ totalResultsEvents: import('vue').Ref<any, any>;
28
30
  navigateToResultsPage: (resetPageNo?: boolean) => void;
29
31
  isHomePage: import('vue').Ref<boolean, boolean>;
30
32
  startDate: import('vue').Ref<string, string>;
31
33
  endDate: import('vue').Ref<string, string>;
32
34
  sortBy: import('vue').Ref<any, any>;
33
- }, "currentPage" | "isHomePage" | "selectedSubCategory" | "isLoading" | "selectedCategory" | "searchTerm" | "endDate" | "startDate" | "cludoCategories" | "cludoCredentials" | "cludoError" | "eventsApi" | "eventsApiError" | "results" | "selectedCategoryKey" | "selectedSubCategoryKey" | "totalResults" | "sortBy">, Pick<{
35
+ }, "currentPage" | "isHomePage" | "selectedSubCategory" | "isLoading" | "selectedCategory" | "searchTerm" | "endDate" | "startDate" | "cludoCategories" | "cludoCredentials" | "cludoError" | "eventsApi" | "eventsApiError" | "results" | "selectedCategoryKey" | "selectedSubCategoryKey" | "totalResults" | "totalResultsCludo" | "totalResultsEvents" | "sortBy">, Pick<{
34
36
  cludoCategories: import('vue').Ref<any, any>;
35
37
  currentPage: import('vue').Ref<number, number>;
36
38
  cludoCredentials: import('vue').Ref<{
@@ -55,6 +57,8 @@ declare const useFederatedSearchStore: import('pinia').StoreDefinition<"federate
55
57
  selectedSubCategory: import('vue').Ref<any[], any[]>;
56
58
  selectedSubCategoryKey: import('vue').Ref<any[], any[]>;
57
59
  totalResults: import('vue').Ref<any, any>;
60
+ totalResultsCludo: import('vue').Ref<any, any>;
61
+ totalResultsEvents: import('vue').Ref<any, any>;
58
62
  navigateToResultsPage: (resetPageNo?: boolean) => void;
59
63
  isHomePage: import('vue').Ref<boolean, boolean>;
60
64
  startDate: import('vue').Ref<string, string>;
@@ -85,6 +89,8 @@ declare const useFederatedSearchStore: import('pinia').StoreDefinition<"federate
85
89
  selectedSubCategory: import('vue').Ref<any[], any[]>;
86
90
  selectedSubCategoryKey: import('vue').Ref<any[], any[]>;
87
91
  totalResults: import('vue').Ref<any, any>;
92
+ totalResultsCludo: import('vue').Ref<any, any>;
93
+ totalResultsEvents: import('vue').Ref<any, any>;
88
94
  navigateToResultsPage: (resetPageNo?: boolean) => void;
89
95
  isHomePage: import('vue').Ref<boolean, boolean>;
90
96
  startDate: import('vue').Ref<string, string>;