@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.
- package/CHANGELOG.md +36 -0
- package/core/index.js +3 -0
- package/core/index.js.map +1 -1
- package/docs/API-reference/api/x-components.clearsearchquery.md +13 -0
- package/docs/API-reference/api/x-components.closemainmodal.md +15 -0
- package/docs/API-reference/api/x-components.historyqueriesswitch.hashistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesswitch.historyqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesswitch.md +7 -0
- package/docs/API-reference/api/x-components.mainmodal.animation.md +13 -0
- package/docs/API-reference/api/x-components.mainmodal.md +21 -0
- package/docs/API-reference/api/x-components.md +4 -0
- package/docs/API-reference/api/x-components.openmainmodal.md +15 -0
- package/docs/API-reference/api/x-components.xeventstypes.md +1 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmainmodal.md +13 -0
- package/docs/API-reference/components/common/modals/x-components.close-main-modal.md +53 -0
- package/docs/API-reference/components/common/modals/x-components.main-modal.md +59 -0
- package/docs/API-reference/components/common/modals/x-components.open-main-modal.md +53 -0
- package/docs/API-reference/components/history-queries/x-components.history-queries-switch.md +5 -1
- package/js/components/modals/close-main-modal.vue.js +61 -0
- package/js/components/modals/close-main-modal.vue.js.map +1 -0
- package/js/components/modals/close-main-modal.vue_rollup-plugin-vue_script.vue.js +32 -0
- package/js/components/modals/close-main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/main-modal.vue.js +61 -0
- package/js/components/modals/main-modal.vue.js.map +1 -0
- package/js/components/modals/main-modal.vue_rollup-plugin-vue_script.vue.js +48 -0
- package/js/components/modals/main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/open-main-modal.vue.js +61 -0
- package/js/components/modals/open-main-modal.vue.js.map +1 -0
- package/js/components/modals/open-main-modal.vue_rollup-plugin-vue_script.vue.js +32 -0
- package/js/components/modals/open-main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/index.js +4 -1
- package/js/index.js.map +1 -1
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js +3 -0
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js +3 -0
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js +3 -0
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js +3 -0
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js +3 -0
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js +3 -0
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js +3 -0
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js +3 -0
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js +3 -0
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js +3 -0
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js +3 -0
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js +3 -0
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js +3 -0
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js +3 -0
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js +3 -0
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-queries-switch.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js +17 -1
- package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/history-queries/wiring.js +6 -0
- package/js/x-modules/history-queries/wiring.js.map +1 -1
- package/js/x-modules/identifier-results/wiring.js +6 -0
- package/js/x-modules/identifier-results/wiring.js.map +1 -1
- package/js/x-modules/query-suggestions/wiring.js +6 -0
- package/js/x-modules/query-suggestions/wiring.js.map +1 -1
- package/js/x-modules/related-tags/wiring.js +6 -0
- package/js/x-modules/related-tags/wiring.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js +3 -0
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js +3 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js +3 -0
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js +3 -0
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/search/components/sort.mixin.js +3 -0
- package/js/x-modules/search/components/sort.mixin.js.map +1 -1
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js +3 -0
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/search/wiring.js +13 -1
- package/js/x-modules/search/wiring.js.map +1 -1
- package/js/x-modules/search-box/wiring.js +6 -0
- package/js/x-modules/search-box/wiring.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js +3 -0
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/package.json +3 -3
- package/report/x-components.api.json +230 -1
- package/report/x-components.api.md +65 -0
- package/search/index.js +1 -1
- package/types/components/modals/close-main-modal.vue.d.ts +16 -0
- package/types/components/modals/close-main-modal.vue.d.ts.map +1 -0
- package/types/components/modals/index.d.ts +3 -0
- package/types/components/modals/index.d.ts.map +1 -1
- package/types/components/modals/main-modal.vue.d.ts +34 -0
- package/types/components/modals/main-modal.vue.d.ts.map +1 -0
- package/types/components/modals/open-main-modal.vue.d.ts +16 -0
- package/types/components/modals/open-main-modal.vue.d.ts.map +1 -0
- package/types/wiring/events.types.d.ts +5 -0
- package/types/wiring/events.types.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts +11 -0
- package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/wiring.d.ts +6 -0
- package/types/x-modules/history-queries/wiring.d.ts.map +1 -1
- package/types/x-modules/identifier-results/wiring.d.ts +6 -0
- package/types/x-modules/identifier-results/wiring.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/wiring.d.ts +6 -0
- package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -1
- package/types/x-modules/related-tags/wiring.d.ts +6 -0
- package/types/x-modules/related-tags/wiring.d.ts.map +1 -1
- package/types/x-modules/search/wiring.d.ts +12 -0
- package/types/x-modules/search/wiring.d.ts.map +1 -1
- package/types/x-modules/search-box/wiring.d.ts +6 -0
- 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;
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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"}
|