@empathyco/x-components 3.0.0-alpha.36 → 3.0.0-alpha.40

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.
Files changed (199) hide show
  1. package/CHANGELOG.md +93 -0
  2. package/core/index.js +1 -1
  3. package/design-system/.-variables.css +0 -0
  4. package/design-system/base.css +4 -2
  5. package/design-system/default-theme.css +28 -18
  6. package/design-system/full-theme.css +159 -131
  7. package/design-system/suggestion-default.css +4 -2
  8. package/design-system/tag-default.css +19 -14
  9. package/design-system/typography-accent.token.css +1 -1
  10. package/design-system/utilities-background-color.css +9 -0
  11. package/design-system/utilities-border-color.css +9 -0
  12. package/design-system/utilities-border-radius.css +0 -24
  13. package/design-system/utilities-border-width.css +40 -40
  14. package/design-system/utilities-box-shadow.css +64 -1
  15. package/design-system/utilities-font-color.css +9 -0
  16. package/design-system/utilities-margin.css +0 -24
  17. package/design-system/utilities-padding.css +0 -24
  18. package/docs/API-reference/api/x-adapter.empathynextquery.md +1 -0
  19. package/docs/API-reference/api/x-adapter.empathynextquery.source.md +11 -0
  20. package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponsewire.md +1 -1
  21. package/docs/API-reference/api/x-components.fetchandsavesearchresponse.md +1 -1
  22. package/docs/API-reference/api/x-components.fetchandsavesearchresponsewire.md +1 -1
  23. package/docs/API-reference/api/x-components.getnewandupdatedkeys.md +27 -0
  24. package/docs/API-reference/api/x-components.increasepageappendingresults.md +1 -1
  25. package/docs/API-reference/api/x-components.internalsearchrequest.md +21 -0
  26. package/docs/API-reference/api/x-components.internalsearchrequest.page.md +13 -0
  27. package/docs/API-reference/api/x-components.mainscroll.md +2 -2
  28. package/docs/API-reference/api/x-components.md +8 -6
  29. package/docs/API-reference/api/x-components.resetappending.md +1 -1
  30. package/docs/API-reference/api/x-components.resetspellcheckquery.md +1 -1
  31. package/docs/API-reference/api/x-components.resetstatewire.md +13 -0
  32. package/docs/API-reference/api/x-components.saveoriginwire.md +1 -1
  33. package/docs/API-reference/api/x-components.scroll.md +1 -3
  34. package/docs/API-reference/api/x-components.scrollmixin.md +1 -0
  35. package/docs/API-reference/api/x-components.scrollmixin.reseton.md +13 -0
  36. package/docs/API-reference/api/x-components.searchactions.fetchandsavesearchresponse.md +2 -2
  37. package/docs/API-reference/api/x-components.searchactions.md +1 -0
  38. package/docs/API-reference/api/x-components.searchactions.resetstate.md +24 -0
  39. package/docs/API-reference/api/x-components.searchgetters.md +1 -1
  40. package/docs/API-reference/api/x-components.searchgetters.request.md +1 -1
  41. package/docs/API-reference/api/x-components.searchxevents.md +2 -1
  42. package/docs/API-reference/api/x-components.searchxevents.searchrequestchanged.md +1 -1
  43. package/docs/API-reference/api/x-components.searchxevents.searchrequestupdated.md +13 -0
  44. package/docs/API-reference/api/x-components.setpagesize.md +1 -1
  45. package/docs/API-reference/api/x-components.setquerytagginginfo.md +13 -0
  46. package/docs/API-reference/api/x-components.setrelatedtags.md +1 -1
  47. package/docs/API-reference/api/x-components.setsearchextraparams.md +1 -1
  48. package/docs/API-reference/api/x-components.setsearchpage.md +1 -1
  49. package/docs/API-reference/api/x-components.setsearchquery.md +1 -1
  50. package/docs/API-reference/api/x-components.setselectedfilters.md +1 -1
  51. package/docs/API-reference/api/x-components.setsort.md +1 -1
  52. package/docs/API-reference/api/x-components.seturlparams.md +1 -1
  53. package/docs/API-reference/api/x-components.slidingpanel.md +2 -12
  54. package/docs/API-reference/api/x-components.slidingpanel.resetoncontentchange.md +13 -0
  55. package/docs/API-reference/api/x-components.slidingpanel.scrollfactor.md +1 -1
  56. package/docs/API-reference/api/x-components.slidingpanel.showbuttons.md +1 -1
  57. package/docs/API-reference/api/x-components.taggingmutations.md +1 -0
  58. package/docs/API-reference/api/x-components.taggingmutations.setquerytagginginfo.md +24 -0
  59. package/docs/API-reference/api/x-components.taggingstate.md +1 -0
  60. package/docs/API-reference/api/x-components.taggingstate.querytagginginfo.md +13 -0
  61. package/docs/API-reference/api/x-components.taggingxevents.md +1 -0
  62. package/docs/API-reference/api/x-components.taggingxevents.searchtaggingreceived.md +13 -0
  63. package/docs/API-reference/api/x-components.trackquerywire.md +2 -2
  64. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.md +21 -0
  65. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.newrequest.md +11 -0
  66. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.oldrequest.md +11 -0
  67. package/docs/API-reference/api/x-components.wiremetadata.md +1 -0
  68. package/docs/API-reference/api/x-components.wiremetadata.oldvalue.md +13 -0
  69. package/docs/API-reference/api/x-components.xcomponentaliasapi.md +1 -0
  70. package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedsort.md +13 -0
  71. package/docs/API-reference/api/x-types.nextquery.iscurated.md +13 -0
  72. package/docs/API-reference/api/x-types.nextquery.md +6 -0
  73. package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +52 -33
  74. package/docs/API-reference/components/common/x-components.sliding-panel.md +192 -33
  75. package/docs/API-reference/components/scroll/x-components.main-scroll.md +1 -1
  76. package/docs/API-reference/components/scroll/x-components.scroll.md +5 -8
  77. package/js/components/currency/base-currency.vue.js +3 -2
  78. package/js/components/currency/base-currency.vue.js.map +1 -1
  79. package/js/components/layouts/single-column-layout.vue.js +12 -4
  80. package/js/components/layouts/single-column-layout.vue.js.map +1 -1
  81. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js.map +1 -1
  82. package/js/components/result/base-result-image.vue.js +3 -2
  83. package/js/components/result/base-result-image.vue.js.map +1 -1
  84. package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js.map +1 -1
  85. package/js/components/scroll/base-scroll.vue.js +2 -2
  86. package/js/components/scroll/base-scroll.vue.js.map +1 -1
  87. package/js/components/scroll/scroll.mixin.js +12 -6
  88. package/js/components/scroll/scroll.mixin.js.map +1 -1
  89. package/js/components/sliding-panel.vue.js +2 -2
  90. package/js/components/sliding-panel.vue.js.map +1 -1
  91. package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js +56 -40
  92. package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js.map +1 -1
  93. package/js/directives/infinite-scroll/infinite-scroll.js +2 -1
  94. package/js/directives/infinite-scroll/infinite-scroll.js.map +1 -1
  95. package/js/index.js +3 -3
  96. package/js/plugins/x-emitters.js +3 -3
  97. package/js/plugins/x-emitters.js.map +1 -1
  98. package/js/plugins/x-plugin.alias.js +4 -0
  99. package/js/plugins/x-plugin.alias.js.map +1 -1
  100. package/js/utils/object.js +17 -1
  101. package/js/utils/object.js.map +1 -1
  102. package/js/x-modules/facets/wiring.js +3 -0
  103. package/js/x-modules/facets/wiring.js.map +1 -1
  104. package/js/x-modules/related-tags/wiring.js +3 -0
  105. package/js/x-modules/related-tags/wiring.js.map +1 -1
  106. package/js/x-modules/scroll/components/main-scroll.vue.js +17 -6
  107. package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -1
  108. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue=script.js +20 -2
  109. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue=script.js.map +1 -1
  110. package/js/x-modules/scroll/components/scroll.vue.js +14 -13
  111. package/js/x-modules/scroll/components/scroll.vue.js.map +1 -1
  112. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.js +2 -9
  113. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.js.map +1 -1
  114. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +19 -5
  115. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
  116. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js +1 -1
  117. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js.map +1 -1
  118. package/js/x-modules/search/store/actions/reset-state.action.js +32 -0
  119. package/js/x-modules/search/store/actions/reset-state.action.js.map +1 -0
  120. package/js/x-modules/search/store/emitters.js +6 -0
  121. package/js/x-modules/search/store/emitters.js.map +1 -1
  122. package/js/x-modules/search/store/getters/request.getter.js +2 -2
  123. package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
  124. package/js/x-modules/search/store/module.js +2 -3
  125. package/js/x-modules/search/store/module.js.map +1 -1
  126. package/js/x-modules/search/wiring.js +15 -32
  127. package/js/x-modules/search/wiring.js.map +1 -1
  128. package/js/x-modules/tagging/store/emitters.js +2 -4
  129. package/js/x-modules/tagging/store/emitters.js.map +1 -1
  130. package/js/x-modules/tagging/store/module.js +5 -1
  131. package/js/x-modules/tagging/store/module.js.map +1 -1
  132. package/js/x-modules/tagging/wiring.js +19 -8
  133. package/js/x-modules/tagging/wiring.js.map +1 -1
  134. package/package.json +4 -4
  135. package/report/x-adapter.api.json +26 -0
  136. package/report/x-components.api.json +545 -304
  137. package/report/x-components.api.md +69 -46
  138. package/report/x-types.api.json +28 -1
  139. package/search/index.js +1 -1
  140. package/tagging/index.js +1 -1
  141. package/types/components/layouts/single-column-layout.vue.d.ts.map +1 -1
  142. package/types/components/result/base-result-image.vue.d.ts.map +1 -1
  143. package/types/components/scroll/scroll.mixin.d.ts +7 -0
  144. package/types/components/scroll/scroll.mixin.d.ts.map +1 -1
  145. package/types/components/sliding-panel.vue.d.ts +35 -18
  146. package/types/components/sliding-panel.vue.d.ts.map +1 -1
  147. package/types/plugins/x-plugin.alias.d.ts.map +1 -1
  148. package/types/plugins/x-plugin.types.d.ts +2 -0
  149. package/types/plugins/x-plugin.types.d.ts.map +1 -1
  150. package/types/utils/object.d.ts +11 -0
  151. package/types/utils/object.d.ts.map +1 -1
  152. package/types/wiring/wiring.types.d.ts +2 -0
  153. package/types/wiring/wiring.types.d.ts.map +1 -1
  154. package/types/x-modules/facets/wiring.d.ts +3 -0
  155. package/types/x-modules/facets/wiring.d.ts.map +1 -1
  156. package/types/x-modules/related-tags/wiring.d.ts +3 -0
  157. package/types/x-modules/related-tags/wiring.d.ts.map +1 -1
  158. package/types/x-modules/scroll/components/main-scroll.vue.d.ts +11 -2
  159. package/types/x-modules/scroll/components/main-scroll.vue.d.ts.map +1 -1
  160. package/types/x-modules/scroll/components/scroll.vue.d.ts +2 -17
  161. package/types/x-modules/scroll/components/scroll.vue.d.ts.map +1 -1
  162. package/types/x-modules/search/events.types.d.ts +7 -2
  163. package/types/x-modules/search/events.types.d.ts.map +1 -1
  164. package/types/x-modules/search/index.d.ts +1 -0
  165. package/types/x-modules/search/index.d.ts.map +1 -1
  166. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts +2 -2
  167. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
  168. package/types/x-modules/search/store/actions/reset-state.action.d.ts +11 -0
  169. package/types/x-modules/search/store/actions/reset-state.action.d.ts.map +1 -0
  170. package/types/x-modules/search/store/emitters.d.ts +5 -1
  171. package/types/x-modules/search/store/emitters.d.ts.map +1 -1
  172. package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -1
  173. package/types/x-modules/search/store/module.d.ts.map +1 -1
  174. package/types/x-modules/search/store/types.d.ts +9 -2
  175. package/types/x-modules/search/store/types.d.ts.map +1 -1
  176. package/types/x-modules/search/types.d.ts +22 -0
  177. package/types/x-modules/search/types.d.ts.map +1 -0
  178. package/types/x-modules/search/wiring.d.ts +37 -59
  179. package/types/x-modules/search/wiring.d.ts.map +1 -1
  180. package/types/x-modules/tagging/events.types.d.ts +6 -0
  181. package/types/x-modules/tagging/events.types.d.ts.map +1 -1
  182. package/types/x-modules/tagging/store/emitters.d.ts +1 -0
  183. package/types/x-modules/tagging/store/emitters.d.ts.map +1 -1
  184. package/types/x-modules/tagging/store/module.d.ts.map +1 -1
  185. package/types/x-modules/tagging/store/types.d.ts +10 -0
  186. package/types/x-modules/tagging/store/types.d.ts.map +1 -1
  187. package/types/x-modules/tagging/wiring.d.ts +16 -7
  188. package/types/x-modules/tagging/wiring.d.ts.map +1 -1
  189. package/docs/API-reference/api/x-components.resetfacets.md +0 -13
  190. package/docs/API-reference/api/x-components.resetpage.md +0 -13
  191. package/docs/API-reference/api/x-components.resetsort.md +0 -13
  192. package/docs/API-reference/api/x-components.scroll.distancetobottom.md +0 -13
  193. package/docs/API-reference/api/x-components.scroll.throttlems.md +0 -13
  194. package/docs/API-reference/api/x-components.slidingpanel._refs.md +0 -15
  195. package/docs/API-reference/api/x-components.slidingpanel.beforedestroy.md +0 -15
  196. package/docs/API-reference/api/x-components.slidingpanel.isscrollatend.md +0 -13
  197. package/docs/API-reference/api/x-components.slidingpanel.isscrollatstart.md +0 -13
  198. package/docs/API-reference/api/x-components.slidingpanel.mounted.md +0 -15
  199. package/docs/API-reference/api/x-components.slidingpanel.scrollobserver.md +0 -13
@@ -1389,6 +1389,9 @@ export const facetsWiring: {
1389
1389
  FacetsGroupProvided: {
1390
1390
  setFacetsGroupWire: Wire<FacetsGroup>;
1391
1391
  };
1392
+ UserChangedExtraParams: {
1393
+ clearAllFiltersWire: AnyWire;
1394
+ };
1392
1395
  UserClickedAFilter: {
1393
1396
  toggleFilterWire: Wire<Filter>;
1394
1397
  };
@@ -1499,13 +1502,11 @@ export const fetchAndSaveRelatedTags: (context: RelatedTagsActionContext, reques
1499
1502
  // @public
1500
1503
  export const fetchAndSaveRelatedTagsWire: Wire<RelatedTagsRequest | null>;
1501
1504
 
1502
- // Warning: (ae-forgotten-export) The symbol "SearchRequest" needs to be exported by the entry point index.d.ts
1503
- //
1504
1505
  // @public
1505
- export const fetchAndSaveSearchResponse: (context: SearchActionContext, request: SearchRequest | null) => void | Promise<void>;
1506
+ export const fetchAndSaveSearchResponse: (context: SearchActionContext, request: InternalSearchRequest | null) => void | Promise<void>;
1506
1507
 
1507
1508
  // @public
1508
- export const fetchAndSaveSearchResponseWire: Wire<SearchRequest | null>;
1509
+ export const fetchAndSaveSearchResponseWire: Wire<InternalSearchRequest | null>;
1509
1510
 
1510
1511
  // @public
1511
1512
  export const fetchAndSaveSuggestionsWire: Wire<SuggestionsRequest | null>;
@@ -1653,6 +1654,9 @@ export function forEach<T extends Dictionary>(obj: T | undefined | null, callbac
1653
1654
  // @internal
1654
1655
  export function getBusAPI(bus: XBus, component: PrivateExtendedVueComponent): XComponentBusAPI;
1655
1656
 
1657
+ // @public
1658
+ export function getNewAndUpdatedKeys<ObjectType extends Dictionary>(newValue: ObjectType | undefined, oldValue: ObjectType | undefined): (keyof ObjectType)[];
1659
+
1656
1660
  // @public
1657
1661
  export function getRootXComponent(component: Vue_2): Vue_2 | undefined;
1658
1662
 
@@ -2025,6 +2029,13 @@ export interface InstallXOptions<API extends XAPI = XAPI> extends XPluginOptions
2025
2029
  vueOptions?: VueConstructorPartialArgument;
2026
2030
  }
2027
2031
 
2032
+ // Warning: (ae-forgotten-export) The symbol "SearchRequest" needs to be exported by the entry point index.d.ts
2033
+ //
2034
+ // @public
2035
+ export interface InternalSearchRequest extends SearchRequest {
2036
+ page: number;
2037
+ }
2038
+
2028
2039
  // @internal
2029
2040
  export interface Intersection {
2030
2041
  // (undocumented)
@@ -2099,15 +2110,15 @@ export class LocationProvider extends NoElement {
2099
2110
  protected location: FeatureLocation;
2100
2111
  }
2101
2112
 
2102
- // Warning: (ae-incompatible-release-tags) The symbol "MainScroll" is marked as @public, but its signature references "NoElement" which is marked as @internal
2103
- //
2104
2113
  // @public
2105
- export class MainScroll extends NoElement {
2114
+ export class MainScroll extends Vue_2 {
2106
2115
  // @internal
2107
2116
  beforeDestroy(): void;
2108
2117
  // @internal
2109
2118
  protected disconnectPreviousObserver(_new: IntersectionObserver | null, old: IntersectionObserver | null): void;
2110
2119
  // @internal
2120
+ protected get dynamicClasses(): VueCSSClasses;
2121
+ // @internal
2111
2122
  protected failRestoringScroll(pendingScrollTo: string | null): void;
2112
2123
  // @internal
2113
2124
  get firstVisibleElement(): string | '';
@@ -2970,6 +2981,9 @@ export const relatedTagsWiring: {
2970
2981
  UserPickedARelatedTag: {
2971
2982
  toggleRelatedTagWire: Wire<RelatedTag_2>;
2972
2983
  };
2984
+ UserChangedExtraParams: {
2985
+ clearSelectedRelatedTags: AnyWire;
2986
+ };
2973
2987
  RelatedTagsRequestChanged: {
2974
2988
  fetchAndSaveRelatedTagsWire: Wire<RelatedTagsRequest | null>;
2975
2989
  };
@@ -3056,16 +3070,10 @@ export type RequestStatus = 'success' | 'loading' | 'error' | 'initial';
3056
3070
  export const resetAppending: AnyWire;
3057
3071
 
3058
3072
  // @public
3059
- export const resetFacets: AnyWire;
3060
-
3061
- // @public
3062
- export const resetPage: AnyWire;
3063
-
3064
- // @public
3065
- export const resetSort: AnyWire;
3073
+ export const resetSpellcheckQuery: AnyWire;
3066
3074
 
3067
3075
  // @public
3068
- export const resetSpellcheckQuery: AnyWire;
3076
+ export const resetStateWire: AnyWire;
3069
3077
 
3070
3078
  // @public
3071
3079
  export type ResultFeature = 'search' | 'recommendations' | 'next_query_results' | 'partial_results' | 'identifier_result';
@@ -3119,7 +3127,6 @@ export const saveQuery: IdentifierResultsXStoreModule['actions']['saveQuery'];
3119
3127
  export class Scroll extends Vue_2 {
3120
3128
  // @internal
3121
3129
  protected createEventMetadata(): Partial<WireMetadata>;
3122
- distanceToBottom: number;
3123
3130
  // @internal
3124
3131
  protected emitScroll(position: number): void;
3125
3132
  // @internal
@@ -3133,7 +3140,6 @@ export class Scroll extends Vue_2 {
3133
3140
  id: string;
3134
3141
  // @internal
3135
3142
  scrollToTop(scrollId: string): void;
3136
- throttleMs: number;
3137
3143
  }
3138
3144
 
3139
3145
  // @public
@@ -3192,6 +3198,7 @@ export class ScrollMixin extends Vue_2 {
3192
3198
  mounted(): void;
3193
3199
  // @internal
3194
3200
  protected previousPosition: number;
3201
+ resetOn: XEvent;
3195
3202
  protected resetOnChange: boolean;
3196
3203
  // @internal
3197
3204
  resetScroll(): void;
@@ -3313,10 +3320,11 @@ export type SearchActionContext = XActionContext<SearchState, SearchGetters, Sea
3313
3320
  // @public
3314
3321
  export interface SearchActions {
3315
3322
  cancelFetchAndSaveSearchResponse(): void;
3316
- fetchAndSaveSearchResponse(request: SearchRequest | null): void;
3323
+ fetchAndSaveSearchResponse(request: InternalSearchRequest | null): void;
3317
3324
  // Warning: (ae-forgotten-export) The symbol "SearchResponse" needs to be exported by the entry point index.d.ts
3318
3325
  fetchSearchResponse(request: SearchRequest | null): SearchResponse;
3319
3326
  increasePageAppendingResults(): void;
3327
+ resetState(watchedRequest: WatchedInternalSearchRequest): void;
3320
3328
  saveOrigin(originInit: QueryOriginInit): void;
3321
3329
  setUrlParams(urlParams: UrlParams): void;
3322
3330
  }
@@ -3418,7 +3426,11 @@ export const searchEmitters: {
3418
3426
  };
3419
3427
  PageChanged: (state: SearchState) => number;
3420
3428
  ResultsChanged: (state: SearchState) => Result[];
3421
- SearchRequestChanged: (_: SearchState, getters: Returns<GettersTree<SearchState, SearchGetters>>) => SearchRequest | null;
3429
+ SearchRequestChanged: (_: SearchState, getters: Returns<GettersTree<SearchState, SearchGetters>>) => InternalSearchRequest | null;
3430
+ SearchRequestUpdated: {
3431
+ selector: (_: SearchState, getters: Returns<GettersTree<SearchState, SearchGetters>>) => InternalSearchRequest;
3432
+ filter(newValue: InternalSearchRequest, oldValue: InternalSearchRequest): boolean;
3433
+ };
3422
3434
  SearchTaggingChanged: {
3423
3435
  selector: (state: SearchState) => TaggingInfo;
3424
3436
  filter: ({ url }: TaggingInfo) => boolean;
@@ -3429,7 +3441,7 @@ export const searchEmitters: {
3429
3441
 
3430
3442
  // @public
3431
3443
  export interface SearchGetters {
3432
- request: SearchRequest | null;
3444
+ request: InternalSearchRequest | null;
3433
3445
  }
3434
3446
 
3435
3447
  // @public (undocumented)
@@ -3532,41 +3544,30 @@ export const SearchTinyIcon: {};
3532
3544
  // @internal
3533
3545
  export const searchWiring: {
3534
3546
  UserAcceptedAQuery: {
3535
- resetPage: AnyWire;
3536
- resetSort: AnyWire;
3537
3547
  setSearchQuery: Wire<string>;
3538
3548
  saveOriginWire: AnyWire;
3539
3549
  };
3540
3550
  UserAcceptedSpellcheckQuery: {
3541
- resetPage: AnyWire;
3542
3551
  resetSpellcheckQuery: AnyWire;
3543
3552
  };
3544
3553
  UserClearedQuery: {
3545
- resetPage: AnyWire;
3546
3554
  setSearchQuery: Wire<string>;
3547
3555
  cancelFetchAndSaveSearchResponseWire: AnyWire;
3548
3556
  };
3549
- UserClickedAFilter: {
3550
- resetPage: AnyWire;
3551
- };
3552
3557
  UserClickedASort: {
3553
- resetPage: AnyWire;
3554
3558
  setSort: Wire<string>;
3555
3559
  };
3556
3560
  UserPickedARelatedTag: {
3557
3561
  saveOriginWire: AnyWire;
3558
- resetPage: AnyWire;
3559
- };
3560
- UserChangedExtraParams: {
3561
- resetPage: AnyWire;
3562
- resetSort: AnyWire;
3563
- resetFacets: AnyWire;
3564
3562
  };
3565
3563
  UserReachedResultsListEnd: {
3566
3564
  increasePageAppendingResults: AnyWire;
3567
3565
  };
3568
3566
  SearchRequestChanged: {
3569
- fetchAndSaveSearchResponseWire: Wire<SearchRequest | null>;
3567
+ fetchAndSaveSearchResponseWire: Wire<InternalSearchRequest | null>;
3568
+ };
3569
+ SearchRequestUpdated: {
3570
+ resetStateWire: AnyWire;
3570
3571
  };
3571
3572
  SelectedRelatedTagsChanged: {
3572
3573
  setRelatedTags: Wire<RelatedTag_2[]>;
@@ -3594,7 +3595,8 @@ export interface SearchXEvents {
3594
3595
  FacetsChanged: Facet[];
3595
3596
  PageChanged: number;
3596
3597
  ResultsChanged: Result[];
3597
- SearchRequestChanged: SearchRequest | null;
3598
+ SearchRequestChanged: InternalSearchRequest | null;
3599
+ SearchRequestUpdated: InternalSearchRequest;
3598
3600
  SearchTaggingChanged: TaggingInfo;
3599
3601
  SelectedSortProvided: Sort;
3600
3602
  SortChanged: string;
@@ -3715,6 +3717,9 @@ export const setQuerySuggestionsQuery: Wire<string>;
3715
3717
  // @public
3716
3718
  export const setQueryTaggingDebounce: Wire<number>;
3717
3719
 
3720
+ // @public
3721
+ export const setQueryTaggingInfo: Wire<TaggingInfo>;
3722
+
3718
3723
  // @public
3719
3724
  export const setRecommendationsExtraParams: Wire<Dictionary<unknown>>;
3720
3725
 
@@ -3858,30 +3863,31 @@ export class SlicedFilters extends SlicedFilters_base {
3858
3863
 
3859
3864
  // @public
3860
3865
  export class SlidingPanel extends Vue_2 {
3866
+ // @internal
3861
3867
  $refs: {
3862
3868
  scrollContainer: HTMLElement;
3863
3869
  };
3864
- // (undocumented)
3865
- beforeDestroy(): void;
3866
3870
  // @internal
3867
3871
  protected get cssClasses(): VueCSSClasses;
3868
3872
  // @internal
3869
3873
  debouncedUpdateScrollPosition(): void;
3874
+ // @internal
3870
3875
  protected isScrollAtEnd: boolean;
3876
+ // @internal
3871
3877
  protected isScrollAtStart: boolean;
3872
- // (undocumented)
3878
+ // @internal
3873
3879
  mounted(): void;
3880
+ resetOnContentChange: boolean;
3874
3881
  // @internal
3875
3882
  restoreAndUpdateScroll(): void;
3876
- protected scrollFactor: number;
3883
+ scrollFactor: number;
3877
3884
  // @internal
3878
3885
  protected scrollLeft(): void;
3879
- protected scrollObserver: MutationObserver;
3880
3886
  // @internal
3881
3887
  protected scrollRight(): void;
3882
3888
  // @internal
3883
3889
  protected scrollTo(scrollValue: number): void;
3884
- protected showButtons: boolean;
3890
+ showButtons: boolean;
3885
3891
  // @internal
3886
3892
  protected updateScrollPosition(): void;
3887
3893
  }
@@ -4125,6 +4131,7 @@ export interface TaggingConfig {
4125
4131
  // @internal
4126
4132
  export const taggingEmitters: {
4127
4133
  ConsentChanged: (state: TaggingState) => boolean;
4134
+ SearchTaggingReceived: (state: TaggingState) => TaggingInfo;
4128
4135
  };
4129
4136
 
4130
4137
  // @public
@@ -4135,6 +4142,7 @@ export interface TaggingGetters {
4135
4142
  export interface TaggingMutations {
4136
4143
  setConsent(consent: boolean): void;
4137
4144
  setQueryTaggingDebounce(queryTaggingDebounceMs: number): void;
4145
+ setQueryTaggingInfo(queryTaggingInfo: TaggingInfo): void;
4138
4146
  setSessionDuration(sessionTTLMs: number): void;
4139
4147
  }
4140
4148
 
@@ -4142,6 +4150,7 @@ export interface TaggingMutations {
4142
4150
  export interface TaggingState {
4143
4151
  config: TaggingConfig;
4144
4152
  consent: boolean | null;
4153
+ queryTaggingInfo: TaggingInfo | null;
4145
4154
  }
4146
4155
 
4147
4156
  // @internal
@@ -4152,15 +4161,18 @@ export const taggingWiring: {
4152
4161
  ConsentChanged: {
4153
4162
  clearSessionWire: Wire<any>;
4154
4163
  };
4155
- SessionDurationProvided: {
4156
- setSessionDuration: Wire<number>;
4157
- };
4158
4164
  QueryTaggingDebounceProvided: {
4159
4165
  setQueryTaggingDebounce: Wire<number>;
4160
4166
  };
4161
4167
  SearchTaggingChanged: {
4168
+ setQueryTaggingInfo: Wire<TaggingInfo>;
4169
+ };
4170
+ SearchTaggingReceived: {
4162
4171
  trackQueryWire: Wire<TaggingInfo | TaggingInfo[]>;
4163
4172
  };
4173
+ SessionDurationProvided: {
4174
+ setSessionDuration: Wire<number>;
4175
+ };
4164
4176
  UserClickedAResult: {
4165
4177
  trackResultClickedWire: Wire<Result>;
4166
4178
  };
@@ -4174,6 +4186,7 @@ export interface TaggingXEvents {
4174
4186
  ConsentChanged: boolean;
4175
4187
  ConsentProvided: boolean;
4176
4188
  QueryTaggingDebounceProvided: number;
4189
+ SearchTaggingReceived: TaggingInfo;
4177
4190
  SessionDurationProvided: number;
4178
4191
  }
4179
4192
 
@@ -4432,6 +4445,14 @@ export type VueConstructorPartialArgument = Partial<ConstructorParameters<VueCon
4432
4445
  // @public
4433
4446
  export type VueCSSClasses = string | Dictionary<boolean> | (string | Dictionary<boolean>)[];
4434
4447
 
4448
+ // @public
4449
+ export interface WatchedInternalSearchRequest {
4450
+ // (undocumented)
4451
+ newRequest: InternalSearchRequest;
4452
+ // (undocumented)
4453
+ oldRequest: InternalSearchRequest;
4454
+ }
4455
+
4435
4456
  // Warning: (ae-forgotten-export) The symbol "WindowScroll_base" needs to be exported by the entry point index.d.ts
4436
4457
  //
4437
4458
  // @public
@@ -4486,6 +4507,7 @@ export interface WireMetadata {
4486
4507
  id?: string;
4487
4508
  location?: FeatureLocation;
4488
4509
  moduleName: XModuleName | null;
4510
+ oldValue?: unknown;
4489
4511
  target?: HTMLElement;
4490
4512
  }
4491
4513
 
@@ -4574,6 +4596,7 @@ export interface XComponentAliasAPI {
4574
4596
  readonly relatedTags: ReadonlyArray<RelatedTag_2>;
4575
4597
  readonly selectedFilters: Filter[];
4576
4598
  readonly selectedRelatedTags: ReadonlyArray<RelatedTag_2>;
4599
+ readonly selectedSort: string;
4577
4600
  readonly spellcheckedQuery: string | null;
4578
4601
  readonly status: XComponentAliasStatusAPI;
4579
4602
  readonly totalResults: number;
@@ -4867,7 +4890,7 @@ export type XStoreModuleOptions<StoreModule extends AnyXStoreModule> = StoreModu
4867
4890
  // Warnings were encountered during analysis:
4868
4891
  //
4869
4892
  // dist/types/components/filters/labels/base-price-filter-label.vue.d.ts:12:9 - (ae-forgotten-export) The symbol "RangeValue" needs to be exported by the entry point index.d.ts
4870
- // src/x-modules/search/store/emitters.ts:13:40 - (ae-forgotten-export) The symbol "TaggingInfo" needs to be exported by the entry point index.d.ts
4893
+ // src/x-modules/search/store/emitters.ts:22:40 - (ae-forgotten-export) The symbol "TaggingInfo" needs to be exported by the entry point index.d.ts
4871
4894
  // src/x-modules/url/store/emitters.ts:57:1 - (ae-forgotten-export) The symbol "shouldPushUrl" needs to be exported by the entry point index.d.ts
4872
4895
  // src/x-modules/url/store/emitters.ts:61:1 - (ae-forgotten-export) The symbol "shouldReplaceUrl" needs to be exported by the entry point index.d.ts
4873
4896
 
@@ -2384,7 +2384,34 @@
2384
2384
  ],
2385
2385
  "releaseTag": "Public",
2386
2386
  "name": "NextQuery",
2387
- "members": [],
2387
+ "members": [
2388
+ {
2389
+ "kind": "PropertySignature",
2390
+ "canonicalReference": "@empathyco/x-types!NextQuery#isCurated:member",
2391
+ "docComment": "/**\n * If it's a curated next query.\n */\n",
2392
+ "excerptTokens": [
2393
+ {
2394
+ "kind": "Content",
2395
+ "text": "isCurated?: "
2396
+ },
2397
+ {
2398
+ "kind": "Content",
2399
+ "text": "boolean"
2400
+ },
2401
+ {
2402
+ "kind": "Content",
2403
+ "text": ";"
2404
+ }
2405
+ ],
2406
+ "isOptional": true,
2407
+ "releaseTag": "Public",
2408
+ "name": "isCurated",
2409
+ "propertyTypeTokenRange": {
2410
+ "startIndex": 1,
2411
+ "endIndex": 2
2412
+ }
2413
+ }
2414
+ ],
2388
2415
  "extendsTokenRanges": [
2389
2416
  {
2390
2417
  "startIndex": 1,
package/search/index.js CHANGED
@@ -3,7 +3,7 @@ export { fetchSearchResponse } from '../js/x-modules/search/store/actions/fetch-
3
3
  export { request as searchRequest } from '../js/x-modules/search/store/getters/request.getter.js';
4
4
  export { searchXStoreModule } from '../js/x-modules/search/store/module.js';
5
5
  export { searchEmitters } from '../js/x-modules/search/store/emitters.js';
6
- export { cancelFetchAndSaveSearchResponseWire, fetchAndSaveSearchResponseWire, increasePageAppendingResults, resetAppending, resetFacets, resetPage, resetSort, resetSpellcheckQuery, saveOriginWire, searchWiring, setPageSize, setRelatedTags, setSearchExtraParams, setSearchPage, setSearchQuery, setSelectedFilters, setSort, setUrlParams } from '../js/x-modules/search/wiring.js';
6
+ export { cancelFetchAndSaveSearchResponseWire, fetchAndSaveSearchResponseWire, increasePageAppendingResults, resetAppending, resetSpellcheckQuery, resetStateWire, saveOriginWire, searchWiring, setPageSize, setRelatedTags, setSearchExtraParams, setSearchPage, setSearchQuery, setSelectedFilters, setSort, setUrlParams } from '../js/x-modules/search/wiring.js';
7
7
  export { searchXModule } from '../js/x-modules/search/x-module.js';
8
8
  export { default as ResultsList } from '../js/x-modules/search/components/results-list.vue.js';
9
9
  export { default as Banner } from '../js/x-modules/search/components/banner.vue.js';
package/tagging/index.js CHANGED
@@ -2,6 +2,6 @@ export { DefaultSessionService } from '../js/x-modules/tagging/service/session.s
2
2
  export { track } from '../js/x-modules/tagging/store/actions/track.action.js';
3
3
  export { taggingXStoreModule } from '../js/x-modules/tagging/store/module.js';
4
4
  export { taggingEmitters } from '../js/x-modules/tagging/store/emitters.js';
5
- export { setConsent, setQueryTaggingDebounce, setSessionDuration, taggingWiring, trackAddToCartWire, trackQueryWire, trackResultClickedWire } from '../js/x-modules/tagging/wiring.js';
5
+ export { setConsent, setQueryTaggingDebounce, setQueryTaggingInfo, setSessionDuration, taggingWiring, trackAddToCartWire, trackQueryWire, trackResultClickedWire } from '../js/x-modules/tagging/wiring.js';
6
6
  export { taggingXModule } from '../js/x-modules/tagging/x-module.js';
7
7
  export { default as Tagging } from '../js/x-modules/tagging/components/tagging.vue.js';
@@ -1 +1 @@
1
- {"version":3,"file":"single-column-layout.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/single-column-layout.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AAuEA,OAAO,GAAG,MAAM,KAAK,CAAC;AAQtB,OAAO,YAAY,MAAM,iBAAiB,CAAC;;AAE3C;;;;GAIG;AAIH,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,uBAAoB;IAClE;;;;OAIG;IAEH,SAAS,CAAC,cAAc,EAAG,GAAG,CAAC;CAChC"}
1
+ {"version":3,"file":"single-column-layout.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/single-column-layout.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AAwEA,OAAO,GAAG,MAAM,KAAK,CAAC;AAQtB,OAAO,YAAY,MAAM,iBAAiB,CAAC;;AAE3C;;;;GAIG;AAIH,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,uBAAoB;IAClE;;;;OAIG;IAEH,SAAS,CAAC,cAAc,EAAG,GAAG,CAAC;CAChC"}
@@ -1 +1 @@
1
- {"version":3,"file":"base-result-image.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../src/components/result/base-result-image.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AAqCA,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,GAAG,MAAM,KAAK,CAAC;AAItB;;;;GAIG;AAMH,MAAM,CAAC,OAAO,OAAO,eAAgB,SAAQ,GAAG;IAC9C;;;;;OAKG;IAEI,SAAS,EAAG,MAAM,GAAG,OAAO,GAAG,CAAC;IACvC;;;;OAIG;IACH,SAAS,CAAC,cAAc,UAAS;IACjC;;;;OAIG;IACH,SAAS,CAAC,YAAY,EAAE,MAAM,EAAE,CAAM;IACtC;;;;OAIG;IACI,KAAK,EAAG;QAAE,KAAK,EAAE,WAAW,CAAA;KAAE,CAAC;IACtC;;;;OAIG;IACH,SAAS,CAAC,cAAc,UAAS;IAEjC;;;;OAIG;IAEH,SAAS,CAAC,MAAM,EAAG,MAAM,CAAC;IAE1B;;;;;;OAMG;IACH,SAAS,KAAK,+BAA+B,IAAI,OAAO,CAEvD;IAED,OAAO,IAAI,IAAI;IAOf;;;;;;OAMG;IACH,SAAS,KAAK,QAAQ,IAAI,MAAM,CAM/B;IAED;;;;OAIG;IACH,SAAS,CAAC,cAAc,IAAI,IAAI;IAMhC;;;;;;;OAOG;IACH,SAAS,CAAC,eAAe,CACvB,OAAO,EAAE,yBAAyB,EAAE,EACpC,QAAQ,EAAE,oBAAoB,GAC7B,IAAI;IASP;;;;OAIG;IACH,SAAS,CAAC,iBAAiB,IAAI,IAAI;IAInC;;;;;;OAMG;IACH,SAAS,KAAK,kBAAkB,IAAI,OAAO,CAE1C;IAED;;;;OAIG;IACH,SAAS,CAAC,eAAe,IAAI,IAAI;CAGlC"}
1
+ {"version":3,"file":"base-result-image.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../src/components/result/base-result-image.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AAsCA,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,GAAG,MAAM,KAAK,CAAC;AAItB;;;;GAIG;AAMH,MAAM,CAAC,OAAO,OAAO,eAAgB,SAAQ,GAAG;IAC9C;;;;;OAKG;IAEI,SAAS,EAAG,MAAM,GAAG,OAAO,GAAG,CAAC;IACvC;;;;OAIG;IACH,SAAS,CAAC,cAAc,UAAS;IACjC;;;;OAIG;IACH,SAAS,CAAC,YAAY,EAAE,MAAM,EAAE,CAAM;IACtC;;;;OAIG;IACI,KAAK,EAAG;QAAE,KAAK,EAAE,WAAW,CAAA;KAAE,CAAC;IACtC;;;;OAIG;IACH,SAAS,CAAC,cAAc,UAAS;IAEjC;;;;OAIG;IAEH,SAAS,CAAC,MAAM,EAAG,MAAM,CAAC;IAE1B;;;;;;OAMG;IACH,SAAS,KAAK,+BAA+B,IAAI,OAAO,CAEvD;IAED,OAAO,IAAI,IAAI;IAOf;;;;;;OAMG;IACH,SAAS,KAAK,QAAQ,IAAI,MAAM,CAM/B;IAED;;;;OAIG;IACH,SAAS,CAAC,cAAc,IAAI,IAAI;IAMhC;;;;;;;OAOG;IACH,SAAS,CAAC,eAAe,CACvB,OAAO,EAAE,yBAAyB,EAAE,EACpC,QAAQ,EAAE,oBAAoB,GAC7B,IAAI;IASP;;;;OAIG;IACH,SAAS,CAAC,iBAAiB,IAAI,IAAI;IAInC;;;;;;OAMG;IACH,SAAS,KAAK,kBAAkB,IAAI,OAAO,CAE1C;IAED;;;;OAIG;IACH,SAAS,CAAC,eAAe,IAAI,IAAI;CAGlC"}
@@ -1,4 +1,5 @@
1
1
  import Vue from 'vue';
2
+ import { XEvent } from '../../wiring/events.types';
2
3
  import { ScrollDirection } from './scroll.types';
3
4
  /**
4
5
  * Mixin to share Scroll logic.
@@ -38,6 +39,12 @@ export default class ScrollMixin extends Vue {
38
39
  * @public
39
40
  */
40
41
  protected resetOnChange: boolean;
42
+ /**
43
+ * List of events that should reset the scroll when emitted.
44
+ *
45
+ * @public
46
+ */
47
+ resetOn: XEvent;
41
48
  /**
42
49
  * Property for getting the client height of scroll.
43
50
  *
@@ -1 +1 @@
1
- {"version":3,"file":"scroll.mixin.d.ts","sourceRoot":"","sources":["../../../../src/components/scroll/scroll.mixin.ts"],"names":[],"mappings":"AAAA,OAAO,GAAG,MAAM,KAAK,CAAC;AAItB,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD;;;;GAIG;AAGH,MAAM,CAAC,OAAO,OAAO,WAAY,SAAQ,GAAG;IAC1C;;;;OAIG;IACI,GAAG,EAAG,WAAW,CAAC;IACzB;;;;;OAKG;IAEI,gBAAgB,EAAG,MAAM,CAAC;IACjC;;;;OAIG;IAEI,uBAAuB,EAAG,MAAM,CAAC;IACxC;;;;;OAKG;IAEI,UAAU,EAAG,MAAM,CAAC;IAE3B;;;;OAIG;IAEH,SAAS,CAAC,aAAa,EAAG,OAAO,CAAC;IAClC;;;;OAIG;IACH,SAAS,CAAC,YAAY,SAAK;IAC3B;;;;OAIG;IACH,SAAS,CAAC,eAAe,SAAK;IAC9B;;;;OAIG;IACH,SAAS,CAAC,SAAS,EAAG,eAAe,CAAC;IACtC;;;;OAIG;IACH,SAAS,CAAC,gBAAgB,SAAK;IAC/B;;;;OAIG;IACH,SAAS,CAAC,YAAY,SAAK;IAE3B;;;;;;;OAOG;IACH,SAAS,KAAK,wBAAwB,IAAI,MAAM,IAAI,CAEnD;IAED;;;;;OAKG;IACH,SAAS,KAAK,aAAa,IAAI,MAAM,CAEpC;IAED;;;;;;OAMG;IACH,SAAS,KAAK,yBAAyB,IAAI,OAAO,CAEjD;IAED;;;;;OAKG;IACH,SAAS,KAAK,mBAAmB,IAAI,OAAO,CAE3C;IAED;;;;;OAKG;IACH,SAAS,KAAK,qBAAqB,IAAI,OAAO,CAE7C;IAED;;;;;OAKG;IACH,SAAS,KAAK,eAAe,IAAI,eAAe,CAE/C;IAED;;;;;OAKG;IACH,SAAS,KAAK,iBAAiB,IAAI,MAAM,CAExC;IAED;;;;OAIG;IACH,OAAO,IAAI,IAAI;IAef;;;;OAIG;IAOH,WAAW,IAAI,IAAI;IAQnB;;;;;;OAMG;IAEH,SAAS,CAAC,UAAU,CAAC,kBAAkB,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,GAAG,IAAI;IAKjF;;;;;OAKG;IAEH,SAAS,CAAC,wBAAwB,CAAC,eAAe,EAAE,OAAO,GAAG,IAAI;IAIlE;;;;;OAKG;IAEH,SAAS,CAAC,qBAAqB,CAAC,mBAAmB,EAAE,OAAO,GAAG,IAAI;IAInE;;;;;OAKG;IAEH,SAAS,CAAC,eAAe,CAAC,aAAa,EAAE,OAAO,GAAG,IAAI;IAIvD;;;;;OAKG;IAEH,SAAS,CAAC,mBAAmB,CAAC,SAAS,EAAE,eAAe,GAAG,IAAI;IAI/D;;;;OAIG;IACH,SAAS,CAAC,eAAe,IAAI,IAAI;CAOlC"}
1
+ {"version":3,"file":"scroll.mixin.d.ts","sourceRoot":"","sources":["../../../../src/components/scroll/scroll.mixin.ts"],"names":[],"mappings":"AAAA,OAAO,GAAG,MAAM,KAAK,CAAC;AAGtB,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAEnD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD;;;;GAIG;AAGH,MAAM,CAAC,OAAO,OAAO,WAAY,SAAQ,GAAG;IAC1C;;;;OAIG;IACI,GAAG,EAAG,WAAW,CAAC;IACzB;;;;;OAKG;IAEI,gBAAgB,EAAG,MAAM,CAAC;IACjC;;;;OAIG;IAEI,uBAAuB,EAAG,MAAM,CAAC;IACxC;;;;;OAKG;IAEI,UAAU,EAAG,MAAM,CAAC;IAE3B;;;;OAIG;IAEH,SAAS,CAAC,aAAa,EAAG,OAAO,CAAC;IAElC;;;;OAIG;IAUI,OAAO,EAAG,MAAM,CAAC;IAExB;;;;OAIG;IACH,SAAS,CAAC,YAAY,SAAK;IAC3B;;;;OAIG;IACH,SAAS,CAAC,eAAe,SAAK;IAC9B;;;;OAIG;IACH,SAAS,CAAC,SAAS,EAAG,eAAe,CAAC;IACtC;;;;OAIG;IACH,SAAS,CAAC,gBAAgB,SAAK;IAC/B;;;;OAIG;IACH,SAAS,CAAC,YAAY,SAAK;IAE3B;;;;;;;OAOG;IACH,SAAS,KAAK,wBAAwB,IAAI,MAAM,IAAI,CAEnD;IAED;;;;;OAKG;IACH,SAAS,KAAK,aAAa,IAAI,MAAM,CAEpC;IAED;;;;;;OAMG;IACH,SAAS,KAAK,yBAAyB,IAAI,OAAO,CAEjD;IAED;;;;;OAKG;IACH,SAAS,KAAK,mBAAmB,IAAI,OAAO,CAE3C;IAED;;;;;OAKG;IACH,SAAS,KAAK,qBAAqB,IAAI,OAAO,CAE7C;IAED;;;;;OAKG;IACH,SAAS,KAAK,eAAe,IAAI,eAAe,CAE/C;IAED;;;;;OAKG;IACH,SAAS,KAAK,iBAAiB,IAAI,MAAM,CAExC;IAED;;;;OAIG;IACH,OAAO,IAAI,IAAI;IAef;;;;OAIG;IAEH,WAAW,IAAI,IAAI;IAQnB;;;;;;OAMG;IAEH,SAAS,CAAC,UAAU,CAAC,kBAAkB,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,GAAG,IAAI;IAKjF;;;;;OAKG;IAEH,SAAS,CAAC,wBAAwB,CAAC,eAAe,EAAE,OAAO,GAAG,IAAI;IAIlE;;;;;OAKG;IAEH,SAAS,CAAC,qBAAqB,CAAC,mBAAmB,EAAE,OAAO,GAAG,IAAI;IAInE;;;;;OAKG;IAEH,SAAS,CAAC,eAAe,CAAC,aAAa,EAAE,OAAO,GAAG,IAAI;IAIvD;;;;;OAKG;IAEH,SAAS,CAAC,mBAAmB,CAAC,SAAS,EAAE,eAAe,GAAG,IAAI;IAI/D;;;;OAIG;IACH,SAAS,CAAC,eAAe,IAAI,IAAI;CAOlC"}
@@ -1,41 +1,68 @@
1
1
  import Vue from 'vue';
2
2
  import { VueCSSClasses } from '../utils/types';
3
3
  /**
4
- * Horizontal slide panel component. The content that is provided to this component would be
5
- * navigable horizontally using two navigational buttons.
4
+ * This component allows for any other component or element inside it to be horizontally
5
+ * navigable. It also implements customizable buttons as well as other minor customizations to its
6
+ * general behavior.
6
7
  *
7
8
  * @public
8
9
  */
9
10
  export default class SlidingPanel extends Vue {
10
11
  /**
11
12
  * Scroll factor that will dictate how much the scroll moves when pressing a navigation button.
13
+ *
14
+ * @public
12
15
  */
13
- protected scrollFactor: number;
16
+ scrollFactor: number;
14
17
  /**
15
18
  * Would make the navigation buttons visible when they're needed or always hide them.
19
+ *
20
+ * @public
16
21
  */
17
- protected showButtons: boolean;
22
+ showButtons: boolean;
18
23
  /**
19
- * MutationObserver that watches for changes inside the wrapping div to update
20
- * the scroll position.
24
+ * When true, whenever the DOM content in the sliding panel slot changes, it will reset
25
+ * the scroll position to 0.
26
+ *
27
+ * @public
21
28
  */
22
- protected scrollObserver: MutationObserver;
29
+ resetOnContentChange: boolean;
23
30
  /**
24
31
  * Indicates if the scroll is at the start of the sliding panel.
32
+ *
33
+ * @internal
25
34
  */
26
35
  protected isScrollAtStart: boolean;
27
36
  /**
28
37
  * Indicates if the scroll is at the end of the sliding panel.
38
+ *
39
+ * @internal
29
40
  */
30
41
  protected isScrollAtEnd: boolean;
31
42
  /**
32
43
  * HTMLElement referencing the scroll of the component.
44
+ *
45
+ * @internal
33
46
  */
34
47
  $refs: {
35
48
  scrollContainer: HTMLElement;
36
49
  };
50
+ /**
51
+ * CSS classes to apply based on the scroll position.
52
+ *
53
+ * @returns The CSS classes to apply.
54
+ *
55
+ * @internal
56
+ */
57
+ protected get cssClasses(): VueCSSClasses;
58
+ /**
59
+ * Initialises browser platform code:
60
+ * - Creates a mutation observer to detect content changes and reset scroll position.
61
+ * - Stores initial size and scroll position values.
62
+ *
63
+ * @internal
64
+ */
37
65
  mounted(): void;
38
- beforeDestroy(): void;
39
66
  /**
40
67
  * Resets the scroll and updates the values of the scroll for the buttons to react.
41
68
  *
@@ -72,18 +99,8 @@ export default class SlidingPanel extends Vue {
72
99
  *
73
100
  * @param scrollValue - The value the scroll will go towards.
74
101
  *
75
- * @remarks this function uses the scrollBy from Element and it's not available in all browsers.
76
- *
77
102
  * @internal
78
103
  */
79
104
  protected scrollTo(scrollValue: number): void;
80
- /**
81
- * CSS classes to apply based on the scroll position.
82
- *
83
- * @returns The CSS classes to apply.
84
- *
85
- * @internal
86
- */
87
- protected get cssClasses(): VueCSSClasses;
88
105
  }
89
106
  //# sourceMappingURL=sliding-panel.vue?rollup-plugin-vue=script.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sliding-panel.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../src/components/sliding-panel.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AAmCA,OAAO,GAAG,MAAM,KAAK,CAAC;AAEtB,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAG/C;;;;;GAKG;AAEH,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,GAAG;IAC3C;;OAEG;IAEH,SAAS,CAAC,YAAY,EAAG,MAAM,CAAC;IAEhC;;OAEG;IAEH,SAAS,CAAC,WAAW,EAAG,OAAO,CAAC;IAEhC;;;OAGG;IACH,SAAS,CAAC,cAAc,mBAGtB;IAEF;;OAEG;IACH,SAAS,CAAC,eAAe,UAAQ;IAEjC;;OAEG;IACH,SAAS,CAAC,aAAa,UAAQ;IAE/B;;OAEG;IACI,KAAK,EAAG;QACb,eAAe,EAAE,WAAW,CAAC;KAC9B,CAAC;IAEF,OAAO,IAAI,IAAI;IAaf,aAAa,IAAI,IAAI;IAMrB;;;;OAIG;IAEH,sBAAsB,IAAI,IAAI;IAK9B;;;;OAIG;IACH,SAAS,CAAC,oBAAoB,IAAI,IAAI;IAQtC;;;;;OAKG;IAEH,6BAA6B,IAAI,IAAI;IAIrC;;;;OAIG;IACH,SAAS,CAAC,UAAU,IAAI,IAAI;IAI5B;;;;OAIG;IACH,SAAS,CAAC,WAAW,IAAI,IAAI;IAI7B;;;;;;;;OAQG;IACH,SAAS,CAAC,QAAQ,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI;IAO7C;;;;;;OAMG;IACH,SAAS,KAAK,UAAU,IAAI,aAAa,CAKxC;CACF"}
1
+ {"version":3,"file":"sliding-panel.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../src/components/sliding-panel.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AAmCA,OAAO,GAAG,MAAM,KAAK,CAAC;AAEtB,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAG/C;;;;;;GAMG;AAEH,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,GAAG;IAC3C;;;;OAIG;IAEI,YAAY,EAAG,MAAM,CAAC;IAE7B;;;;OAIG;IAEI,WAAW,EAAG,OAAO,CAAC;IAE7B;;;;;OAKG;IAEI,oBAAoB,EAAG,OAAO,CAAC;IAEtC;;;;OAIG;IACH,SAAS,CAAC,eAAe,UAAQ;IAEjC;;;;OAIG;IACH,SAAS,CAAC,aAAa,UAAQ;IAE/B;;;;OAIG;IACI,KAAK,EAAG;QACb,eAAe,EAAE,WAAW,CAAC;KAC9B,CAAC;IAEF;;;;;;OAMG;IACH,SAAS,KAAK,UAAU,IAAI,aAAa,CAKxC;IAED;;;;;;OAMG;IACH,OAAO,IAAI,IAAI;IA8Bf;;;;OAIG;IAEH,sBAAsB,IAAI,IAAI;IAK9B;;;;OAIG;IACH,SAAS,CAAC,oBAAoB,IAAI,IAAI;IAQtC;;;;;OAKG;IAEH,6BAA6B,IAAI,IAAI;IAIrC;;;;OAIG;IACH,SAAS,CAAC,UAAU,IAAI,IAAI;IAI5B;;;;OAIG;IACH,SAAS,CAAC,WAAW,IAAI,IAAI;IAI7B;;;;;;OAMG;IACH,SAAS,CAAC,QAAQ,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI;CAM9C"}
@@ -1 +1 @@
1
- {"version":3,"file":"x-plugin.alias.d.ts","sourceRoot":"","sources":["../../../src/plugins/x-plugin.alias.ts"],"names":[],"mappings":"AAAA,OAAO,GAAG,MAAM,KAAK,CAAC;AAEtB,OAAO,EACL,kBAAkB,EAGnB,MAAM,kBAAkB,CAAC;AAG1B;;;;;;;GAOG;AACH,wBAAgB,WAAW,CAAC,SAAS,EAAE,GAAG,GAAG,kBAAkB,CA0F9D"}
1
+ {"version":3,"file":"x-plugin.alias.d.ts","sourceRoot":"","sources":["../../../src/plugins/x-plugin.alias.ts"],"names":[],"mappings":"AAAA,OAAO,GAAG,MAAM,KAAK,CAAC;AAEtB,OAAO,EACL,kBAAkB,EAGnB,MAAM,kBAAkB,CAAC;AAG1B;;;;;;;GAOG;AACH,wBAAgB,WAAW,CAAC,SAAS,EAAE,GAAG,GAAG,kBAAkB,CA6F9D"}
@@ -103,6 +103,8 @@ export interface XComponentAliasAPI {
103
103
  readonly status: XComponentAliasStatusAPI;
104
104
  /** The {@link SearchXModule} total results. */
105
105
  readonly totalResults: number;
106
+ /** The {@link SearchXModule} selected sort. */
107
+ readonly selectedSort: string;
106
108
  }
107
109
  /**
108
110
  * Alias to facilitate retrieving the modules with query.
@@ -1 +1 @@
1
- {"version":3,"file":"x-plugin.types.d.ts","sourceRoot":"","sources":["../../../src/plugins/x-plugin.types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"x-plugin.types.d.ts","sourceRoot":"","sources":["../../../src/plugins/x-plugin.types.ts"],"names":[],"mappings":"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"}
@@ -46,4 +46,15 @@ export declare function cleanUndefined<T>(obj: T): T;
46
46
  * @public
47
47
  */
48
48
  export declare function objectFilter<T extends Dictionary>(obj: T | undefined | null, isIncluded: (key: keyof T, value: Exclude<T[keyof T], undefined>, index: number) => boolean): T;
49
+ /**
50
+ * Compares two objects of the same type, checking the values of their keys and retrieving
51
+ * those that were not present in the old value and/or those whose value has changed.
52
+ *
53
+ * @param newValue - The new object value.
54
+ * @param oldValue - The old object value.
55
+ *
56
+ * @returns An array of keys.
57
+ * @public
58
+ */
59
+ export declare function getNewAndUpdatedKeys<ObjectType extends Dictionary>(newValue: ObjectType | undefined, oldValue: ObjectType | undefined): (keyof ObjectType)[];
49
60
  //# sourceMappingURL=object.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"object.d.ts","sourceRoot":"","sources":["../../../src/utils/object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAErC;;;;;;;GAOG;AACH,wBAAgB,OAAO,CAAC,CAAC,SAAS,UAAU,EAC1C,GAAG,EAAE,CAAC,GAAG,SAAS,GAAG,IAAI,EACzB,UAAU,EAAE,CAAC,GAAG,EAAE,MAAM,CAAC,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,SAAS,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,GACvF,IAAI,CAWN;AAED;;;;;;;;;GASG;AACH,wBAAgB,MAAM,CAAC,CAAC,SAAS,UAAU,EAAE,CAAC,EAC5C,GAAG,EAAE,CAAC,GAAG,SAAS,GAAG,IAAI,EACzB,OAAO,EAAE,CACP,WAAW,EAAE,CAAC,EACd,GAAG,EAAE,MAAM,CAAC,EACZ,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,SAAS,CAAC,EACrC,KAAK,EAAE,MAAM,KACV,CAAC,EACN,YAAY,EAAE,CAAC,GACd,CAAC,CAMH;AAED;;;;;;;GAOG;AACH,wBAAgB,GAAG,CAAC,CAAC,SAAS,UAAU,EAAE,CAAC,EACzC,GAAG,EAAE,CAAC,GAAG,SAAS,GAAG,IAAI,EACzB,MAAM,EAAE,CAAC,GAAG,EAAE,MAAM,CAAC,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,SAAS,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC,GAChF,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CASpB;AAED;;;;;;GAMG;AACH,wBAAgB,cAAc,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,GAAG,CAAC,CAW3C;AAED;;;;;;;;GAQG;AACH,wBAAgB,YAAY,CAAC,CAAC,SAAS,UAAU,EAC/C,GAAG,EAAE,CAAC,GAAG,SAAS,GAAG,IAAI,EACzB,UAAU,EAAE,CAAC,GAAG,EAAE,MAAM,CAAC,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,SAAS,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,OAAO,GAC1F,CAAC,CAWH"}
1
+ {"version":3,"file":"object.d.ts","sourceRoot":"","sources":["../../../src/utils/object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAErC;;;;;;;GAOG;AACH,wBAAgB,OAAO,CAAC,CAAC,SAAS,UAAU,EAC1C,GAAG,EAAE,CAAC,GAAG,SAAS,GAAG,IAAI,EACzB,UAAU,EAAE,CAAC,GAAG,EAAE,MAAM,CAAC,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,SAAS,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,GACvF,IAAI,CAWN;AAED;;;;;;;;;GASG;AACH,wBAAgB,MAAM,CAAC,CAAC,SAAS,UAAU,EAAE,CAAC,EAC5C,GAAG,EAAE,CAAC,GAAG,SAAS,GAAG,IAAI,EACzB,OAAO,EAAE,CACP,WAAW,EAAE,CAAC,EACd,GAAG,EAAE,MAAM,CAAC,EACZ,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,SAAS,CAAC,EACrC,KAAK,EAAE,MAAM,KACV,CAAC,EACN,YAAY,EAAE,CAAC,GACd,CAAC,CAMH;AAED;;;;;;;GAOG;AACH,wBAAgB,GAAG,CAAC,CAAC,SAAS,UAAU,EAAE,CAAC,EACzC,GAAG,EAAE,CAAC,GAAG,SAAS,GAAG,IAAI,EACzB,MAAM,EAAE,CAAC,GAAG,EAAE,MAAM,CAAC,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,SAAS,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC,GAChF,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CASpB;AAED;;;;;;GAMG;AACH,wBAAgB,cAAc,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,GAAG,CAAC,CAW3C;AAED;;;;;;;;GAQG;AACH,wBAAgB,YAAY,CAAC,CAAC,SAAS,UAAU,EAC/C,GAAG,EAAE,CAAC,GAAG,SAAS,GAAG,IAAI,EACzB,UAAU,EAAE,CAAC,GAAG,EAAE,MAAM,CAAC,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,SAAS,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,OAAO,GAC1F,CAAC,CAWH;AAED;;;;;;;;;GASG;AACH,wBAAgB,oBAAoB,CAAC,UAAU,SAAS,UAAU,EAChE,QAAQ,EAAE,UAAU,GAAG,SAAS,EAChC,QAAQ,EAAE,UAAU,GAAG,SAAS,GAC/B,CAAC,MAAM,UAAU,CAAC,EAAE,CAMtB"}
@@ -31,6 +31,8 @@ export interface WireMetadata {
31
31
  /** The {@link XModule} name that emitted the event or `null` if it has been emitted from an
32
32
  * unknown module. */
33
33
  moduleName: XModuleName | null;
34
+ /** The old value of a watched selector triggering an emitter. */
35
+ oldValue?: unknown;
34
36
  /** The DOM element that triggered the event emission. */
35
37
  target?: HTMLElement;
36
38
  }
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.types.d.ts","sourceRoot":"","sources":["../../../src/wiring/wiring.types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"wiring.types.d.ts","sourceRoot":"","sources":["../../../src/wiring/wiring.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAChD,OAAO,EAAE,KAAK,EAAE,MAAM,MAAM,CAAC;AAC7B,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAC9C,OAAO,EAAE,wBAAwB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAChE,OAAO,EACL,UAAU,EACV,cAAc,EACd,UAAU,EACV,eAAe,EACf,eAAe,EACf,aAAa,EACd,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAEvD;;;;;;;GAOG;AACH,oBAAY,IAAI,CAAC,WAAW,IAAI,CAC9B,UAAU,EAAE,UAAU,CAAC,WAAW,CAAC,WAAW,CAAC,CAAC,EAChD,KAAK,EAAE,KAAK,CAAC,eAAe,CAAC,EAC7B,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC,KACX,YAAY,CAAC;AAElB;;;;;GAKG;AACH,MAAM,WAAW,YAAY;IAC3B,0DAA0D;IAC1D,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,sCAAsC;IACtC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,yEAAyE;IACzE,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B;yBACqB;IACrB,UAAU,EAAE,WAAW,GAAG,IAAI,CAAC;IAC/B,kEAAkE;IAClE,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,yDAAyD;IACzD,MAAM,CAAC,EAAE,WAAW,CAAC;CACtB;AAED;;;;;;;GAOG;AACH,MAAM,WAAW,WAAW,CAAC,WAAW;IACtC,6EAA6E;IAC7E,YAAY,EAAE,WAAW,CAAC;IAC1B,wEAAwE;IACxE,QAAQ,EAAE,YAAY,CAAC;CACxB;AAED;;;;;GAKG;AACH,oBAAY,kBAAkB,CAAC,OAAO,IAAI,wBAAwB,GAAG;IACnE,YAAY,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,YAAY,CAAC;CACxB,CAAC;AAEF;;;;;;GAMG;AACH,oBAAY,YAAY,CAAC,KAAK,SAAS,MAAM,IAAI,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,CAAC;AAE5E;;;;GAIG;AACH,oBAAY,OAAO,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC;AAEhC;;;;;GAKG;AACH,oBAAY,MAAM,GAAG;KAClB,CAAC,IAAI,MAAM,GAAG,UAAU,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;CAC3C,CAAC;AAEF;;;;;;GAMG;AACH,MAAM,WAAW,UAAU,CAAC,OAAO,CAAE,SAAQ,WAAW,CAAC,OAAO,CAAC;IAC/D,KAAK,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;CAC/B;AAED;;;;GAIG;AACH,oBAAY,YAAY,GAAG,CAAC,WAAW,EAAE,KAAK,CAAC,eAAe,CAAC,KAAK,MAAM,CAAC;AAE3E;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACvC,sFAAsF;IACtF,QAAQ,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;IAC9B,2EAA2E;IAC3E,OAAO,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;CAC9B;AAED;;;;GAIG;AACH,MAAM,WAAW,WAAW,CAAC,WAAW;IACtC;;;;;;OAMG;IACH,CAAC,UAAU,SAAS,aAAa,CAAC,WAAW,EAAE,eAAe,CAAC,EAAE,MAAM,EAAE,UAAU,GAAG,IAAI,CACxF,cAAc,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,CACxC,CAAC;IACF;;;;;;OAMG;IACH,CAAC,UAAU,SAAS,aAAa,CAAC,WAAW,EAAE,eAAe,CAAC,EAC7D,MAAM,EAAE,UAAU,EAClB,OAAO,EAAE,cAAc,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,GAC/C,OAAO,CAAC;CACZ;AAED;;;;GAIG;AACH,MAAM,WAAW,yBAAyB,CAAC,WAAW;IACpD;;;;;OAKG,CAAC,CAAC,UAAU,SAAS,aAAa,CAAC,WAAW,EAAE,eAAe,CAAC,EAAE,MAAM,EAAE,UAAU,GAAG,OAAO,CAAC;CACnG"}
@@ -12,6 +12,9 @@ export declare const facetsWiring: {
12
12
  FacetsGroupProvided: {
13
13
  setFacetsGroupWire: import("../..").Wire<import("./service").FacetsGroup>;
14
14
  };
15
+ UserChangedExtraParams: {
16
+ clearAllFiltersWire: import("../..").AnyWire;
17
+ };
15
18
  UserClickedAFilter: {
16
19
  toggleFilterWire: import("../..").Wire<import("@empathyco/x-types").Filter>;
17
20
  };