@empathyco/x-components 3.0.0-alpha.136 → 3.0.0-alpha.139

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 (119) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/core/index.js +3 -0
  3. package/core/index.js.map +1 -1
  4. package/docs/API-reference/api/x-components.clearsearchquery.md +13 -0
  5. package/docs/API-reference/api/x-components.closemainmodal.md +15 -0
  6. package/docs/API-reference/api/x-components.historyqueriesswitch.hashistoryqueries.md +13 -0
  7. package/docs/API-reference/api/x-components.historyqueriesswitch.historyqueries.md +13 -0
  8. package/docs/API-reference/api/x-components.historyqueriesswitch.md +7 -0
  9. package/docs/API-reference/api/x-components.mainmodal.animation.md +13 -0
  10. package/docs/API-reference/api/x-components.mainmodal.md +21 -0
  11. package/docs/API-reference/api/x-components.md +4 -0
  12. package/docs/API-reference/api/x-components.openmainmodal.md +15 -0
  13. package/docs/API-reference/api/x-components.xeventstypes.md +1 -0
  14. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmainmodal.md +13 -0
  15. package/docs/API-reference/components/common/modals/x-components.close-main-modal.md +53 -0
  16. package/docs/API-reference/components/common/modals/x-components.main-modal.md +59 -0
  17. package/docs/API-reference/components/common/modals/x-components.open-main-modal.md +53 -0
  18. package/docs/API-reference/components/history-queries/x-components.history-queries-switch.md +5 -1
  19. package/js/components/modals/close-main-modal.vue.js +61 -0
  20. package/js/components/modals/close-main-modal.vue.js.map +1 -0
  21. package/js/components/modals/close-main-modal.vue_rollup-plugin-vue_script.vue.js +32 -0
  22. package/js/components/modals/close-main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  23. package/js/components/modals/main-modal.vue.js +61 -0
  24. package/js/components/modals/main-modal.vue.js.map +1 -0
  25. package/js/components/modals/main-modal.vue_rollup-plugin-vue_script.vue.js +48 -0
  26. package/js/components/modals/main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  27. package/js/components/modals/open-main-modal.vue.js +61 -0
  28. package/js/components/modals/open-main-modal.vue.js.map +1 -0
  29. package/js/components/modals/open-main-modal.vue_rollup-plugin-vue_script.vue.js +32 -0
  30. package/js/components/modals/open-main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  31. package/js/index.js +4 -1
  32. package/js/index.js.map +1 -1
  33. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js +3 -0
  34. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  35. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js +3 -0
  36. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  37. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js +3 -0
  38. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  39. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js +3 -0
  40. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  41. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js +3 -0
  42. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  43. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js +3 -0
  44. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  45. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js +3 -0
  46. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  47. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js +3 -0
  48. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  49. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js +3 -0
  50. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  51. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js +3 -0
  52. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  53. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js +3 -0
  54. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  55. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js +3 -0
  56. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  57. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js +3 -0
  58. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  59. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js +3 -0
  60. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  61. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js +3 -0
  62. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  63. package/js/x-modules/history-queries/components/history-queries-switch.vue.js.map +1 -1
  64. package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js +17 -1
  65. package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  66. package/js/x-modules/history-queries/wiring.js +6 -0
  67. package/js/x-modules/history-queries/wiring.js.map +1 -1
  68. package/js/x-modules/identifier-results/wiring.js +6 -0
  69. package/js/x-modules/identifier-results/wiring.js.map +1 -1
  70. package/js/x-modules/query-suggestions/wiring.js +6 -0
  71. package/js/x-modules/query-suggestions/wiring.js.map +1 -1
  72. package/js/x-modules/related-tags/wiring.js +6 -0
  73. package/js/x-modules/related-tags/wiring.js.map +1 -1
  74. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js +3 -0
  75. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  76. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js +3 -0
  77. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  78. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js +3 -0
  79. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  80. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js +3 -0
  81. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  82. package/js/x-modules/search/components/sort.mixin.js +3 -0
  83. package/js/x-modules/search/components/sort.mixin.js.map +1 -1
  84. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js +3 -0
  85. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  86. package/js/x-modules/search/wiring.js +13 -1
  87. package/js/x-modules/search/wiring.js.map +1 -1
  88. package/js/x-modules/search-box/wiring.js +6 -0
  89. package/js/x-modules/search-box/wiring.js.map +1 -1
  90. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js +3 -0
  91. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  92. package/package.json +3 -3
  93. package/report/x-components.api.json +230 -1
  94. package/report/x-components.api.md +65 -0
  95. package/search/index.js +1 -1
  96. package/types/components/modals/close-main-modal.vue.d.ts +16 -0
  97. package/types/components/modals/close-main-modal.vue.d.ts.map +1 -0
  98. package/types/components/modals/index.d.ts +3 -0
  99. package/types/components/modals/index.d.ts.map +1 -1
  100. package/types/components/modals/main-modal.vue.d.ts +34 -0
  101. package/types/components/modals/main-modal.vue.d.ts.map +1 -0
  102. package/types/components/modals/open-main-modal.vue.d.ts +16 -0
  103. package/types/components/modals/open-main-modal.vue.d.ts.map +1 -0
  104. package/types/wiring/events.types.d.ts +5 -0
  105. package/types/wiring/events.types.d.ts.map +1 -1
  106. package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts +11 -0
  107. package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts.map +1 -1
  108. package/types/x-modules/history-queries/wiring.d.ts +6 -0
  109. package/types/x-modules/history-queries/wiring.d.ts.map +1 -1
  110. package/types/x-modules/identifier-results/wiring.d.ts +6 -0
  111. package/types/x-modules/identifier-results/wiring.d.ts.map +1 -1
  112. package/types/x-modules/query-suggestions/wiring.d.ts +6 -0
  113. package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -1
  114. package/types/x-modules/related-tags/wiring.d.ts +6 -0
  115. package/types/x-modules/related-tags/wiring.d.ts.map +1 -1
  116. package/types/x-modules/search/wiring.d.ts +12 -0
  117. package/types/x-modules/search/wiring.d.ts.map +1 -1
  118. package/types/x-modules/search-box/wiring.d.ts +6 -0
  119. package/types/x-modules/search-box/wiring.d.ts.map +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../src/wiring/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qCAAqC,CAAC;AACvE,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AACjE,OAAO,EAAE,qBAAqB,EAAE,MAAM,2CAA2C,CAAC;AAClF,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AACxF,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAC5E,OAAO,EAAE,sBAAsB,EAAE,MAAM,4CAA4C,CAAC;AACpF,OAAO,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,2CAA2C,CAAC;AACnF,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAC5E,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AACjE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AACxE,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAC3D,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAM,WAAW,YACf,SAAQ,aAAa,EACnB,gBAAgB,EAChB,kBAAkB,EAClB,aAAa,EACb,qBAAqB,EACrB,wBAAwB,EACxB,kBAAkB,EAClB,sBAAsB,EACtB,uBAAuB,EACvB,sBAAsB,EACtB,kBAAkB,EAClB,aAAa,EACb,gBAAgB,EAChB,aAAa,EACb,cAAc,EACd,UAAU;IACZ;;;OAGG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,oBAAoB,EAAE,UAAU,EAAE,CAAC;IACnC;;;OAGG;IACH,uBAAuB,EAAE,OAAO,CAAC;IACjC;;;OAGG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;;OAGG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;OAGG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;;OAGG;IACH,2BAA2B,EAAE,IAAI,CAAC;IAClC;;;OAGG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,iBAAiB,EAAE,IAAI,CAAC;IACxB;;;OAGG;IACH,uBAAuB,EAAE,MAAM,CAAC;IAChC;;;OAGG;IACH,0BAA0B,EAAE,IAAI,CAAC;IACjC;;;OAGG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAC7B;;;OAGG;IACH,gBAAgB,EAAE,IAAI,CAAC;IACvB;;;OAGG;IACH,2BAA2B,EAAE,IAAI,CAAC;IAClC;;;OAGG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,4BAA4B,EAAE,MAAM,CAAC;IACrC;;;OAGG;IACH,0BAA0B,EAAE,MAAM,CAAC;IACnC;;;OAGG;IACH,wBAAwB,EAAE,MAAM,CAAC;IACjC;;;OAGG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAC/B;;;OAGG;IACH,yBAAyB,EAAE,IAAI,CAAC;IAChC;;;OAGG;IACH,mBAAmB,EAAE,QAAQ,CAAC;IAC9B;;;OAGG;IACH,uBAAuB,EAAE,IAAI,CAAC;IAC9B;;;OAGG;IACH,uBAAuB,EAAE,UAAU,CAAC;IACpC;;;;OAIG;IACH,uBAAuB,EAAE;QACvB,KAAK,EAAE,MAAM,CAAC;QACd,cAAc,EAAE,OAAO,CAAC;QACxB,OAAO,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;QAChC,QAAQ,EAAE,YAAY,CAAC;KACxB,CAAC;CACH;AAED;;;;GAIG;AACH,oBAAY,MAAM,GAAG,MAAM,YAAY,CAAC;AAExC;;;;;GAKG;AACH,oBAAY,SAAS,CAAC,IAAI,IAAI,aAAa,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AAEhE;;;;;GAKG;AACH,oBAAY,aAAa,CAAC,KAAK,SAAS,MAAM,IAAI,YAAY,CAAC,KAAK,CAAC,SAAS,IAAI,GAC9E,SAAS,GACT,YAAY,CAAC,KAAK,CAAC,CAAC"}
1
+ {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../src/wiring/events.types.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,5 @@
1
1
  import Vue from 'vue';
2
+ import { HistoryQuery } from '@empathyco/x-types';
2
3
  /**
3
4
  * History Queries Switch is a component to enable or disable the history queries.
4
5
  * This component emits events depending on the `isEnabled` value.
@@ -12,6 +13,16 @@ export default class HistoryQueriesSwitch extends Vue {
12
13
  * @internal
13
14
  */
14
15
  isEnabled: boolean;
16
+ /**
17
+ * The history queries from the state.
18
+ */
19
+ historyQueries: HistoryQuery[];
20
+ /**
21
+ * Checks if there are history queries.
22
+ *
23
+ * @returns True if there are history queries; false otherwise.
24
+ */
25
+ protected get hasHistoryQueries(): boolean;
15
26
  /**
16
27
  * Emits an event based on the switch state.
17
28
  *
@@ -1 +1 @@
1
- {"version":3,"file":"history-queries-switch.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/history-queries/components/history-queries-switch.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AAKA,OAAO,GAAG,MAAM,KAAK,CAAC;AAOtB;;;;;GAKG;AAKH,MAAM,CAAC,OAAO,OAAO,oBAAqB,SAAQ,GAAG;IACnD;;;;OAIG;IAEI,SAAS,EAAG,OAAO,CAAC;IAE3B;;;;OAIG;IACH,SAAS,CAAC,MAAM,IAAI,IAAI;CAKzB"}
1
+ {"version":3,"file":"history-queries-switch.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/history-queries/components/history-queries-switch.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AAKA,OAAO,GAAG,MAAM,KAAK,CAAC;AAEtB,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAOlD;;;;;GAKG;AAKH,MAAM,CAAC,OAAO,OAAO,oBAAqB,SAAQ,GAAG;IACnD;;;;OAIG;IAEI,SAAS,EAAG,OAAO,CAAC;IAE3B;;OAEG;IAEI,cAAc,EAAG,YAAY,EAAE,CAAC;IAEvC;;;;OAIG;IACH,SAAS,KAAK,iBAAiB,IAAI,OAAO,CAEzC;IAED;;;;OAIG;IACH,SAAS,CAAC,MAAM,IAAI,IAAI;CASzB"}
@@ -91,5 +91,11 @@ export declare const historyQueriesWiring: {
91
91
  UserClickedConfirmDisableHistoryQueries: {
92
92
  setHistoryQueriesDisabled: import("../..").AnyWire;
93
93
  };
94
+ UserClickedCloseX: {
95
+ clearHistoryQueriesQuery: import("../..").AnyWire;
96
+ };
97
+ UserClickedOutOfMainModal: {
98
+ clearHistoryQueriesQuery: import("../..").AnyWire;
99
+ };
94
100
  };
95
101
  //# sourceMappingURL=wiring.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/history-queries/wiring.ts"],"names":[],"mappings":"AAkCA;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,8BAAoC,CAAC;AAE1E;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,8BAAyB,CAAC;AAS7D;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,yBAA6B,CAAC;AAEnE;;;;;GAKG;AACH,eAAO,MAAM,4BAA4B,yBAA+C,CAAC;AAEzF;;;;;GAKG;AACH,eAAO,MAAM,wCAAwC,yBAEpD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,yBAAwC,CAAC;AAEzE;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,iEAAoC,CAAC;AAEpE;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,yBAA6C,CAAC;AAEnF;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,yBAA8C,CAAC;AAOrF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoC/B,CAAC"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/history-queries/wiring.ts"],"names":[],"mappings":"AAkCA;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,8BAAoC,CAAC;AAE1E;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,8BAAyB,CAAC;AAS7D;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,yBAA6B,CAAC;AAEnE;;;;;GAKG;AACH,eAAO,MAAM,4BAA4B,yBAA+C,CAAC;AAEzF;;;;;GAKG;AACH,eAAO,MAAM,wCAAwC,yBAEpD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,yBAAwC,CAAC;AAEzE;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,iEAAoC,CAAC;AAEpE;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,yBAA6C,CAAC;AAEnF;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,yBAA8C,CAAC;AAOrF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0C/B,CAAC"}
@@ -61,5 +61,11 @@ export declare const identifierResultsWiring: {
61
61
  ExtraParamsChanged: {
62
62
  setIdentifierResultsExtraParams: import("../..").Wire<import("@empathyco/x-utils").Dictionary<unknown>>;
63
63
  };
64
+ UserClickedCloseX: {
65
+ clearIdentifierResultsQuery: import("../..").AnyWire;
66
+ };
67
+ UserClickedOutOfMainModal: {
68
+ clearIdentifierResultsQuery: import("../..").AnyWire;
69
+ };
64
70
  };
65
71
  //# sourceMappingURL=wiring.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/identifier-results/wiring.ts"],"names":[],"mappings":"AAkCA;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,8BAA4B,CAAC;AAEnE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,yBAA6B,CAAC;AAStE;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,oFAAgD,CAAC;AAE/F;;;;GAIG;AACH,eAAO,MAAM,uCAAuC,yBAEnD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,+BAA+B,yBAG3C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,+BAA+B,wEAA0B,CAAC;AAOvE;;;;GAIG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;CA0BlC,CAAC"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/identifier-results/wiring.ts"],"names":[],"mappings":"AAkCA;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,8BAA4B,CAAC;AAEnE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,yBAA6B,CAAC;AAStE;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,oFAAgD,CAAC;AAE/F;;;;GAIG;AACH,eAAO,MAAM,uCAAuC,yBAEnD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,+BAA+B,yBAG3C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,+BAA+B,wEAA0B,CAAC;AAOvE;;;;GAIG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgClC,CAAC"}
@@ -53,5 +53,11 @@ export declare const querySuggestionsWiring: {
53
53
  ExtraParamsChanged: {
54
54
  setQuerySuggestionsExtraParams: import("../..").Wire<import("@empathyco/x-utils").Dictionary<unknown>>;
55
55
  };
56
+ UserClickedCloseX: {
57
+ clearQuerySuggestionsQuery: import("../..").AnyWire;
58
+ };
59
+ UserClickedOutOfMainModal: {
60
+ clearQuerySuggestionsQuery: import("../..").AnyWire;
61
+ };
56
62
  };
57
63
  //# sourceMappingURL=wiring.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/query-suggestions/wiring.ts"],"names":[],"mappings":"AAqCA;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,8BAAyB,CAAC;AAE/D;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,wEAA0B,CAAC;AAEtE;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,yBAA6B,CAAC;AASrE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,mFAA0C,CAAC;AAEnF;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,yBAE7C,CAAC;AAOF;;;;GAIG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;CAwBjC,CAAC"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/query-suggestions/wiring.ts"],"names":[],"mappings":"AAqCA;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,8BAAyB,CAAC;AAE/D;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,wEAA0B,CAAC;AAEtE;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,yBAA6B,CAAC;AASrE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,mFAA0C,CAAC;AAEnF;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,yBAE7C,CAAC;AAOF;;;;GAIG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BjC,CAAC"}
@@ -76,5 +76,11 @@ export declare const relatedTagsWiring: {
76
76
  ExtraParamsChanged: {
77
77
  setRelatedTagsExtraParams: import("../..").Wire<import("@empathyco/x-utils").Dictionary<unknown>>;
78
78
  };
79
+ UserClickedCloseX: {
80
+ clearRelatedTagsQuery: import("../..").AnyWire;
81
+ };
82
+ UserClickedOutOfMainModal: {
83
+ clearRelatedTagsQuery: import("../..").AnyWire;
84
+ };
79
85
  };
80
86
  //# sourceMappingURL=wiring.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/related-tags/wiring.ts"],"names":[],"mappings":"AAiCA;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,8BAAyB,CAAC;AAE1D;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,wEAA0B,CAAC;AAEjE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,8EAA0C,CAAC;AAEnF;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,yBAE7C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,+DAAmC,CAAC;AAErE;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,yBAA2C,CAAC;AAEjF;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,yBAA6B,CAAC;AAEhE;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,iDAA+B,CAAC;AAE7D;;;;GAIG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;CAyB5B,CAAC"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/related-tags/wiring.ts"],"names":[],"mappings":"AAiCA;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,8BAAyB,CAAC;AAE1D;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,wEAA0B,CAAC;AAEjE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,8EAA0C,CAAC;AAEnF;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,yBAE7C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,+DAAmC,CAAC;AAErE;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,yBAA2C,CAAC;AAEjF;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,yBAA6B,CAAC;AAEhE;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,iDAA+B,CAAC;AAE7D;;;;GAIG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B5B,CAAC"}
@@ -35,6 +35,12 @@ export declare const setRelatedTags: import("../../wiring/wiring.types").Wire<im
35
35
  * @public
36
36
  */
37
37
  export declare const setSearchQuery: import("../../wiring/wiring.types").Wire<string>;
38
+ /**
39
+ * Clears the search state `query`.
40
+ *
41
+ * @public
42
+ */
43
+ export declare const clearSearchQuery: import("../../wiring/wiring.types").AnyWire;
38
44
  /**
39
45
  * Sets the search state `selectedFilters`.
40
46
  *
@@ -134,5 +140,11 @@ export declare const searchWiring: {
134
140
  ExtraParamsChanged: {
135
141
  setSearchExtraParams: import("../../wiring/wiring.types").Wire<import("@empathyco/x-utils").Dictionary<unknown>>;
136
142
  };
143
+ UserClickedCloseX: {
144
+ clearSearchQuery: import("../../wiring/wiring.types").AnyWire;
145
+ };
146
+ UserClickedOutOfMainModal: {
147
+ clearSearchQuery: import("../../wiring/wiring.types").AnyWire;
148
+ };
137
149
  };
138
150
  //# sourceMappingURL=wiring.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/search/wiring.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AA6BhD;;;;GAIG;AACH,eAAO,MAAM,oCAAoC,6CAEhD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,6CAAyD,CAAC;AAErF;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,wEAA6C,CAAC;AAEzF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,6CAAkC,CAAC;AAEpE;;;;GAIG;AACH,eAAO,MAAM,cAAc,qFAA+B,CAAC;AAE3D;;;;GAIG;AACH,eAAO,MAAM,cAAc,kDAAyB,CAAC;AAErD;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,iFAAmC,CAAC;AAEnE;;;;GAIG;AACH,eAAO,MAAM,OAAO,kDAAwB,CAAC;AAE7C;;;;GAIG;AACH,eAAO,MAAM,YAAY,qEAA+B,CAAC;AAEzD;;;;GAIG;AACH,eAAO,MAAM,aAAa,kDAAwB,CAAC;AAEnD;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,4FAA0B,CAAC;AAE5D;;;;GAIG;AACH,eAAO,MAAM,gCAAgC,6CAE5C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,6CAA0C,CAAC;AAEtE;;;;GAIG;AACH,eAAO,MAAM,cAAc,6CAM1B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8CvB,CAAC"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/search/wiring.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AA6BhD;;;;GAIG;AACH,eAAO,MAAM,oCAAoC,6CAEhD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,6CAAyD,CAAC;AAErF;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,wEAA6C,CAAC;AAEzF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,6CAAkC,CAAC;AAEpE;;;;GAIG;AACH,eAAO,MAAM,cAAc,qFAA+B,CAAC;AAE3D;;;;GAIG;AACH,eAAO,MAAM,cAAc,kDAAyB,CAAC;AAErD;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,6CAA6B,CAAC;AAE3D;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,iFAAmC,CAAC;AAEnE;;;;GAIG;AACH,eAAO,MAAM,OAAO,kDAAwB,CAAC;AAE7C;;;;GAIG;AACH,eAAO,MAAM,YAAY,qEAA+B,CAAC;AAEzD;;;;GAIG;AACH,eAAO,MAAM,aAAa,kDAAwB,CAAC;AAEnD;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,4FAA0B,CAAC;AAE5D;;;;GAIG;AACH,eAAO,MAAM,gCAAgC,6CAE5C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,6CAA0C,CAAC;AAEtE;;;;GAIG;AACH,eAAO,MAAM,cAAc,6CAM1B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoDvB,CAAC"}
@@ -16,5 +16,11 @@ export declare const searchBoxWiring: {
16
16
  UserPressedClearSearchBoxButton: {
17
17
  clearSearchBoxQuery: import("../..").AnyWire;
18
18
  };
19
+ UserClickedCloseX: {
20
+ clearSearchBoxQuery: import("../..").AnyWire;
21
+ };
22
+ UserClickedOutOfMainModal: {
23
+ clearSearchBoxQuery: import("../..").AnyWire;
24
+ };
19
25
  };
20
26
  //# sourceMappingURL=wiring.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/search-box/wiring.ts"],"names":[],"mappings":"AAgDA;;;;GAIG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;CAa1B,CAAC"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/search-box/wiring.ts"],"names":[],"mappings":"AAgDA;;;;GAIG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;CAmB1B,CAAC"}