@empathyco/x-components 3.0.0-alpha.413 → 3.0.0-alpha.415

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 (82) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/design-system/deprecated-full-theme.css +85 -85
  3. package/docs/API-reference/api/x-adapter-platform.experiencecontrolsendpointadapter.md +13 -0
  4. package/docs/API-reference/api/x-adapter-platform.experiencecontrolsrequestmapper.md +13 -0
  5. package/docs/API-reference/api/x-adapter-platform.experiencecontrolsrequestschema.md +13 -0
  6. package/docs/API-reference/api/x-adapter-platform.experiencecontrolsresponsemapper.md +13 -0
  7. package/docs/API-reference/api/x-adapter-platform.experiencecontrolsresponseschema.md +13 -0
  8. package/docs/API-reference/api/x-adapter-platform.md +7 -0
  9. package/docs/API-reference/api/x-adapter-platform.platformadapter.experiencecontrols.md +11 -0
  10. package/docs/API-reference/api/x-adapter-platform.platformexperiencecontrolsrequest.md +15 -0
  11. package/docs/API-reference/api/x-adapter-platform.platformexperiencecontrolsresponse.md +15 -0
  12. package/docs/API-reference/api/x-components.md +3 -0
  13. package/docs/API-reference/api/x-components.setsearchselectedfiltersfrompreview.md +13 -0
  14. package/docs/API-reference/api/x-components.setselectedfiltersfrompreview.md +13 -0
  15. package/docs/API-reference/api/x-components.seturlselectedfiltersfrompreview.md +13 -0
  16. package/docs/API-reference/api/x-components.xeventstypes.md +2 -2
  17. package/docs/API-reference/api/x-components.xmodulestree.experiencecontrols.md +11 -0
  18. package/docs/API-reference/api/x-components.xmodulestree.md +1 -0
  19. package/docs/API-reference/api/x-types.experiencecontrolsrequest.md +15 -0
  20. package/docs/API-reference/api/x-types.experiencecontrolsresponse.controls.md +11 -0
  21. package/docs/API-reference/api/x-types.experiencecontrolsresponse.events.md +11 -0
  22. package/docs/API-reference/api/x-types.experiencecontrolsresponse.md +21 -0
  23. package/docs/API-reference/api/x-types.md +2 -0
  24. package/docs/API-reference/api/x-types.xcomponentsadapter.experiencecontrols.md +11 -0
  25. package/docs/API-reference/api/x-types.xcomponentsadapter.md +1 -0
  26. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +3 -3
  27. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +5 -5
  28. package/docs/API-reference/components/experience-controls/x-components.experience-controls.md +30 -0
  29. package/facets/index.js +1 -1
  30. package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
  31. package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -1
  32. package/js/index.js +3 -3
  33. package/js/store/x.module.js +2 -1
  34. package/js/store/x.module.js.map +1 -1
  35. package/js/x-modules/facets/wiring.js +31 -3
  36. package/js/x-modules/facets/wiring.js.map +1 -1
  37. package/js/x-modules/queries-preview/components/query-preview-button.vue.js.map +1 -1
  38. package/js/x-modules/queries-preview/components/query-preview-button.vue_rollup-plugin-vue_script.vue.js +3 -1
  39. package/js/x-modules/queries-preview/components/query-preview-button.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  40. package/js/x-modules/search/wiring.js +9 -1
  41. package/js/x-modules/search/wiring.js.map +1 -1
  42. package/js/x-modules/url/wiring.js +10 -2
  43. package/js/x-modules/url/wiring.js.map +1 -1
  44. package/package.json +5 -5
  45. package/report/x-adapter-platform.api.json +366 -0
  46. package/report/x-components.api.json +125 -0
  47. package/report/x-components.api.md +21 -1
  48. package/report/x-types.api.json +163 -0
  49. package/search/index.js +1 -1
  50. package/types/adapter/e2e-adapter.d.ts.map +1 -1
  51. package/types/store/x.module.d.ts.map +1 -1
  52. package/types/views/adapter.d.ts.map +1 -1
  53. package/types/wiring/events.types.d.ts +2 -1
  54. package/types/wiring/events.types.d.ts.map +1 -1
  55. package/types/x-modules/experience-controls/events.types.d.ts +12 -0
  56. package/types/x-modules/experience-controls/events.types.d.ts.map +1 -0
  57. package/types/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.d.ts +15 -0
  58. package/types/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.d.ts.map +1 -0
  59. package/types/x-modules/experience-controls/store/actions/fetch-experience-controls.action.d.ts +13 -0
  60. package/types/x-modules/experience-controls/store/actions/fetch-experience-controls.action.d.ts.map +1 -0
  61. package/types/x-modules/experience-controls/store/emitters.d.ts +12 -0
  62. package/types/x-modules/experience-controls/store/emitters.d.ts.map +1 -0
  63. package/types/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.d.ts +13 -0
  64. package/types/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.d.ts.map +1 -0
  65. package/types/x-modules/experience-controls/store/module.d.ts +8 -0
  66. package/types/x-modules/experience-controls/store/module.d.ts.map +1 -0
  67. package/types/x-modules/experience-controls/store/types.d.ts +84 -0
  68. package/types/x-modules/experience-controls/store/types.d.ts.map +1 -0
  69. package/types/x-modules/experience-controls/wiring.d.ts +26 -0
  70. package/types/x-modules/experience-controls/wiring.d.ts.map +1 -0
  71. package/types/x-modules/experience-controls/x-module.d.ts +16 -0
  72. package/types/x-modules/experience-controls/x-module.d.ts.map +1 -0
  73. package/types/x-modules/facets/wiring.d.ts +9 -0
  74. package/types/x-modules/facets/wiring.d.ts.map +1 -1
  75. package/types/x-modules/queries-preview/components/query-preview-button.vue.d.ts.map +1 -1
  76. package/types/x-modules/search/wiring.d.ts +7 -0
  77. package/types/x-modules/search/wiring.d.ts.map +1 -1
  78. package/types/x-modules/url/wiring.d.ts +7 -0
  79. package/types/x-modules/url/wiring.d.ts.map +1 -1
  80. package/types/x-modules/x-modules.types.d.ts +2 -0
  81. package/types/x-modules/x-modules.types.d.ts.map +1 -1
  82. package/url/index.js +1 -1
@@ -788,6 +788,119 @@
788
788
  "endIndex": 2
789
789
  }
790
790
  },
791
+ {
792
+ "kind": "Interface",
793
+ "canonicalReference": "@empathyco/x-types!ExperienceControlsRequest:interface",
794
+ "docComment": "/**\n * Request for Experience Controls endpoint.\n *\n * @public\n */\n",
795
+ "excerptTokens": [
796
+ {
797
+ "kind": "Content",
798
+ "text": "export interface ExperienceControlsRequest extends "
799
+ },
800
+ {
801
+ "kind": "Reference",
802
+ "text": "ExtraParamsRequest",
803
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
804
+ },
805
+ {
806
+ "kind": "Content",
807
+ "text": " "
808
+ }
809
+ ],
810
+ "fileUrlPath": "src/request/experience-controls-request.model.ts",
811
+ "releaseTag": "Public",
812
+ "name": "ExperienceControlsRequest",
813
+ "preserveMemberOrder": false,
814
+ "members": [],
815
+ "extendsTokenRanges": [
816
+ {
817
+ "startIndex": 1,
818
+ "endIndex": 2
819
+ }
820
+ ]
821
+ },
822
+ {
823
+ "kind": "Interface",
824
+ "canonicalReference": "@empathyco/x-types!ExperienceControlsResponse:interface",
825
+ "docComment": "/**\n * Response for the experience controls endpoint.\n *\n * @public\n */\n",
826
+ "excerptTokens": [
827
+ {
828
+ "kind": "Content",
829
+ "text": "export interface ExperienceControlsResponse "
830
+ }
831
+ ],
832
+ "fileUrlPath": "src/response/experience-controls-response.model.ts",
833
+ "releaseTag": "Public",
834
+ "name": "ExperienceControlsResponse",
835
+ "preserveMemberOrder": false,
836
+ "members": [
837
+ {
838
+ "kind": "PropertySignature",
839
+ "canonicalReference": "@empathyco/x-types!ExperienceControlsResponse#controls:member",
840
+ "docComment": "",
841
+ "excerptTokens": [
842
+ {
843
+ "kind": "Content",
844
+ "text": "controls: "
845
+ },
846
+ {
847
+ "kind": "Reference",
848
+ "text": "Dictionary",
849
+ "canonicalReference": "@empathyco/x-utils!Dictionary:type"
850
+ },
851
+ {
852
+ "kind": "Content",
853
+ "text": "<unknown>"
854
+ },
855
+ {
856
+ "kind": "Content",
857
+ "text": ";"
858
+ }
859
+ ],
860
+ "isReadonly": false,
861
+ "isOptional": false,
862
+ "releaseTag": "Public",
863
+ "name": "controls",
864
+ "propertyTypeTokenRange": {
865
+ "startIndex": 1,
866
+ "endIndex": 3
867
+ }
868
+ },
869
+ {
870
+ "kind": "PropertySignature",
871
+ "canonicalReference": "@empathyco/x-types!ExperienceControlsResponse#events:member",
872
+ "docComment": "",
873
+ "excerptTokens": [
874
+ {
875
+ "kind": "Content",
876
+ "text": "events: "
877
+ },
878
+ {
879
+ "kind": "Reference",
880
+ "text": "Dictionary",
881
+ "canonicalReference": "@empathyco/x-utils!Dictionary:type"
882
+ },
883
+ {
884
+ "kind": "Content",
885
+ "text": "<unknown>"
886
+ },
887
+ {
888
+ "kind": "Content",
889
+ "text": ";"
890
+ }
891
+ ],
892
+ "isReadonly": false,
893
+ "isOptional": false,
894
+ "releaseTag": "Public",
895
+ "name": "events",
896
+ "propertyTypeTokenRange": {
897
+ "startIndex": 1,
898
+ "endIndex": 3
899
+ }
900
+ }
901
+ ],
902
+ "extendsTokenRanges": []
903
+ },
791
904
  {
792
905
  "kind": "Interface",
793
906
  "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface",
@@ -6866,6 +6979,56 @@
6866
6979
  "name": "XComponentsAdapter",
6867
6980
  "preserveMemberOrder": false,
6868
6981
  "members": [
6982
+ {
6983
+ "kind": "PropertySignature",
6984
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter#experienceControls:member",
6985
+ "docComment": "",
6986
+ "excerptTokens": [
6987
+ {
6988
+ "kind": "Content",
6989
+ "text": "experienceControls: "
6990
+ },
6991
+ {
6992
+ "kind": "Reference",
6993
+ "text": "EndpointAdapter",
6994
+ "canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
6995
+ },
6996
+ {
6997
+ "kind": "Content",
6998
+ "text": "<"
6999
+ },
7000
+ {
7001
+ "kind": "Reference",
7002
+ "text": "ExperienceControlsRequest",
7003
+ "canonicalReference": "@empathyco/x-types!ExperienceControlsRequest:interface"
7004
+ },
7005
+ {
7006
+ "kind": "Content",
7007
+ "text": ", "
7008
+ },
7009
+ {
7010
+ "kind": "Reference",
7011
+ "text": "ExperienceControlsResponse",
7012
+ "canonicalReference": "@empathyco/x-types!ExperienceControlsResponse:interface"
7013
+ },
7014
+ {
7015
+ "kind": "Content",
7016
+ "text": ">"
7017
+ },
7018
+ {
7019
+ "kind": "Content",
7020
+ "text": ";"
7021
+ }
7022
+ ],
7023
+ "isReadonly": false,
7024
+ "isOptional": false,
7025
+ "releaseTag": "Public",
7026
+ "name": "experienceControls",
7027
+ "propertyTypeTokenRange": {
7028
+ "startIndex": 1,
7029
+ "endIndex": 7
7030
+ }
7031
+ },
6869
7032
  {
6870
7033
  "kind": "PropertySignature",
6871
7034
  "canonicalReference": "@empathyco/x-types!XComponentsAdapter#identifierResults:member",
package/search/index.js CHANGED
@@ -24,5 +24,5 @@ export { searchEmitters } from '../js/x-modules/search/store/emitters.js';
24
24
  export { request as searchRequest } from '../js/x-modules/search/store/getters/request.getter.js';
25
25
  export { query as searchQuery } from '../js/x-modules/search/store/getters/query.getter.js';
26
26
  export { resettableState, searchXStoreModule } from '../js/x-modules/search/store/module.js';
27
- export { cancelFetchAndSaveSearchResponseWire, clearSearchQuery, fetchAndSaveSearchResponseWire, increasePageAppendingResultsWire, resetAppending, resetFromNoResultsWithFilters, resetIsNoResults, resetRequestOnRefinementWire, resetSpellcheckQuery, resetStateIfNoRequestWire, saveOriginWire, searchWiring, setRelatedTags, setSearchExtraParams, setSearchExtraParamsFromPreview, setSearchPage, setSearchQuery, setSearchQueryFromPreview, setSelectedFilters, setSort, setUrlParams } from '../js/x-modules/search/wiring.js';
27
+ export { cancelFetchAndSaveSearchResponseWire, clearSearchQuery, fetchAndSaveSearchResponseWire, increasePageAppendingResultsWire, resetAppending, resetFromNoResultsWithFilters, resetIsNoResults, resetRequestOnRefinementWire, resetSpellcheckQuery, resetStateIfNoRequestWire, saveOriginWire, searchWiring, setRelatedTags, setSearchExtraParams, setSearchExtraParamsFromPreview, setSearchPage, setSearchQuery, setSearchQueryFromPreview, setSearchSelectedFiltersFromPreview, setSelectedFilters, setSort, setUrlParams } from '../js/x-modules/search/wiring.js';
28
28
  export { searchXModule } from '../js/x-modules/search/x-module.js';
@@ -1 +1 @@
1
- {"version":3,"file":"e2e-adapter.d.ts","sourceRoot":"","sources":["../../../src/adapter/e2e-adapter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAE,eAAe,EAA0B,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAG3F;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB,EAAE,UAMnC,CAAC;AAEF;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,QAAQ,EACnD,IAAI,EAAE,MAAM,GACX,eAAe,CAAC,OAAO,EAAE,QAAQ,CAAC,CASpC;AAED,eAAO,MAAM,UAAU,EAAE,kBAkBxB,CAAC"}
1
+ {"version":3,"file":"e2e-adapter.d.ts","sourceRoot":"","sources":["../../../src/adapter/e2e-adapter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAE,eAAe,EAA0B,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAG3F;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB,EAAE,UAMnC,CAAC;AAEF;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,QAAQ,EACnD,IAAI,EAAE,MAAM,GACX,eAAe,CAAC,OAAO,EAAE,QAAQ,CAAC,CASpC;AAED,eAAO,MAAM,UAAU,EAAE,kBAmBxB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"x.module.d.ts","sourceRoot":"","sources":["../../../src/store/x.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAC9B,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,MAAM,YAAY,GAAG;KAAG,GAAG,IAAI,MAAM,eAAe,CAAC,GAAG,CAAC,GAAG,IAAI;CAAE,CAAC;AAEzE;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,YAAY,EAAE,GAAG,CAsBtD,CAAC"}
1
+ {"version":3,"file":"x.module.d.ts","sourceRoot":"","sources":["../../../src/store/x.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAC9B,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,MAAM,YAAY,GAAG;KAAG,GAAG,IAAI,MAAM,eAAe,CAAC,GAAG,CAAC,GAAG,IAAI;CAAE,CAAC;AAEzE;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,YAAY,EAAE,GAAG,CAuBtD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"adapter.d.ts","sourceRoot":"","sources":["../../../src/views/adapter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAmB,MAAM,+BAA+B,CAAC;AAGjF,eAAO,MAAM,aAAa;;CAEzB,CAAC;AAEF,eAAO,MAAM,OAAO,iBAGlB,CAAC"}
1
+ {"version":3,"file":"adapter.d.ts","sourceRoot":"","sources":["../../../src/views/adapter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAmB,MAAM,+BAA+B,CAAC;AAGjF,eAAO,MAAM,aAAa;;CAEzB,CAAC;AAQF,eAAO,MAAM,OAAO,iBAGlB,CAAC"}
@@ -20,6 +20,7 @@ import { TaggingXEvents } from '../x-modules/tagging/events.types';
20
20
  import { UrlXEvents } from '../x-modules/url/events.types';
21
21
  import { XModuleName } from '../x-modules/x-modules.types';
22
22
  import { SemanticQueriesXEvents } from '../x-modules/semantic-queries/events.types';
23
+ import { ExperienceControlsXEvents } from '../x-modules/experience-controls/events.types';
23
24
  import { WireMetadata } from './wiring.types';
24
25
  /**.
25
26
  * Dictionary of all the {@link XEvent | XEvents}, where each key is the event name, and the value
@@ -51,7 +52,7 @@ import { WireMetadata } from './wiring.types';
51
52
  *
52
53
  * @public
53
54
  */
54
- export interface XEventsTypes extends DeviceXEvents, EmpathizeXEvents, ExtraParamsXEvents, FacetsXEvents, HistoryQueriesXEvents, IdentifierResultsXEvents, NextQueriesXEvents, PopularSearchesXEvents, QueriesPreviewXEvents, QuerySuggestionsXEvents, RecommendationsXEvents, RelatedTagsXEvents, ScrollXEvents, SearchBoxXEvents, SearchXEvents, SemanticQueriesXEvents, TaggingXEvents, UrlXEvents {
55
+ export interface XEventsTypes extends DeviceXEvents, EmpathizeXEvents, ExtraParamsXEvents, FacetsXEvents, HistoryQueriesXEvents, IdentifierResultsXEvents, NextQueriesXEvents, PopularSearchesXEvents, QueriesPreviewXEvents, QuerySuggestionsXEvents, RecommendationsXEvents, RelatedTagsXEvents, ScrollXEvents, SearchBoxXEvents, SearchXEvents, SemanticQueriesXEvents, TaggingXEvents, ExperienceControlsXEvents, UrlXEvents {
55
56
  /**
56
57
  * The provided number of columns of a grid has changed.
57
58
  * Payload: the columns number.
@@ -1 +1 @@
1
- {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../src/wiring/events.types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../src/wiring/events.types.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,12 @@
1
+ import { ExperienceControlsRequest } from '@empathyco/x-types';
2
+ import { XEventsTypes } from '../../wiring';
3
+ /**
4
+ * Dictionary of the events of Experience Controls XModule.
5
+ *
6
+ * @public
7
+ */
8
+ export interface ExperienceControlsXEvents {
9
+ ExperienceControlsEventsChanged: Partial<XEventsTypes>;
10
+ ExperienceControlsRequestUpdated: ExperienceControlsRequest | null;
11
+ }
12
+ //# sourceMappingURL=events.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/experience-controls/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAE5C;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACxC,+BAA+B,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC;IACvD,gCAAgC,EAAE,yBAAyB,GAAG,IAAI,CAAC;CACpE"}
@@ -0,0 +1,15 @@
1
+ import { ExperienceControlsRequest } from '@empathyco/x-types';
2
+ import { ExperienceControlsActionContext } from '../types';
3
+ /**
4
+ * Default implementation for {@link ExperienceControlsActions.fetchAndSaveControls} action.
5
+ *
6
+ * @public
7
+ */
8
+ export declare const fetchAndSaveExperienceControlsResponse: (context: ExperienceControlsActionContext, request: ExperienceControlsRequest | null) => void | Promise<void>;
9
+ /**
10
+ * Default implementation for {@link ExperienceControlsActions.cancelFetchAndSaveControls} action.
11
+ *
12
+ * @public
13
+ */
14
+ export declare const cancelFetchAndSaveControls: () => void;
15
+ //# sourceMappingURL=fetch-and-save-experience-controls.action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-and-save-experience-controls.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAA8B,MAAM,oBAAoB,CAAC;AAE3F,OAAO,EAAE,+BAA+B,EAAE,MAAM,UAAU,CAAC;AAgB3D;;;;GAIG;AACH,eAAO,MAAM,sCAAsC,+GAAe,CAAC;AAEnE;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,YAAiB,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { ExperienceControlsXStoreModule } from '../types';
2
+ /**
3
+ * Default implementation for the {@link ExperienceControlsActions.fetchExperienceControlsResponse}.
4
+ *
5
+ * @param _context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the actions,
6
+ * provided by Vuex.
7
+ * @param request - The experience controls request to make.
8
+ * @returns The experience controls response.
9
+ *
10
+ * @public
11
+ */
12
+ export declare const fetchExperienceControlsResponse: ExperienceControlsXStoreModule['actions']['fetchExperienceControlsResponse'];
13
+ //# sourceMappingURL=fetch-experience-controls.action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-experience-controls.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/experience-controls/store/actions/fetch-experience-controls.action.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,8BAA8B,EAAE,MAAM,UAAU,CAAC;AAG1D;;;;;;;;;GASG;AAEH,eAAO,MAAM,+BAA+B,EAAE,8BAA8B,CAAC,SAAS,CAAC,CAAC,iCAAiC,CAKtH,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * {@link StoreEmitters} For the {@link ExperienceControlsXModule}.
3
+ *
4
+ * @internal
5
+ */
6
+ export declare const experienceControlsEmitters: {
7
+ ExperienceControlsEventsChanged: {
8
+ selector: (state: import("./types").ExperienceControlsState) => Partial<import("../../..").XEventsTypes>;
9
+ };
10
+ ExperienceControlsRequestUpdated: (_: import("./types").ExperienceControlsState, getters: import("../../..").Returns<import("../../../store").GettersTree<import("./types").ExperienceControlsState, import("./types").ExperienceControlsGetters>>) => import("@empathyco/x-types").ExperienceControlsRequest | null;
11
+ };
12
+ //# sourceMappingURL=emitters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"emitters.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/experience-controls/store/emitters.ts"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,eAAO,MAAM,0BAA0B;;;;;CAKrC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { ExperienceControlsXStoreModule } from '../types';
2
+ /**
3
+ * Default implementation for the {@link ExperienceControlsGetters.experienceControlsRequest}
4
+ * getter.
5
+ *
6
+ * @param state - Current {@link https://vuex.vuejs.org/guide/state.html | state} of the controls
7
+ * results module.
8
+ * @returns The params results request to fetch data from the API.
9
+ *
10
+ * @public
11
+ */
12
+ export declare const experienceControlsRequest: ExperienceControlsXStoreModule['getters']['experienceControlsRequest'];
13
+ //# sourceMappingURL=experience-controls-results-request.getter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"experience-controls-results-request.getter.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAE,MAAM,UAAU,CAAC;AAE1D;;;;;;;;;GASG;AAEH,eAAO,MAAM,yBAAyB,EAAE,8BAA8B,CAAC,SAAS,CAAC,CAAC,2BAA2B,CAK1G,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { ExperienceControlsXStoreModule } from './types';
2
+ /**.
3
+ * {@link XStoreModule} For the experience-controls module.
4
+ *
5
+ * @internal
6
+ */
7
+ export declare const experienceControlsXStoreModule: ExperienceControlsXStoreModule;
8
+ //# sourceMappingURL=module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/experience-controls/store/module.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,8BAA8B,EAAE,MAAM,SAAS,CAAC;AAGzD;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,EAAE,8BA0B5C,CAAC"}
@@ -0,0 +1,84 @@
1
+ import { Dictionary } from '@empathyco/x-utils';
2
+ import { ExperienceControlsRequest, ExperienceControlsResponse } from '@empathyco/x-types';
3
+ import { XEventsTypes } from '../../../wiring';
4
+ import { XStoreModule } from '../../../store/store.types';
5
+ import { StatusMutations, StatusState, XActionContext } from '../../../store';
6
+ /**
7
+ * Experience Controls store state.
8
+ *
9
+ * @public
10
+ */
11
+ export interface ExperienceControlsState extends StatusState {
12
+ /**
13
+ * Configuration for the `ExperienceControls` module.
14
+ */
15
+ controls: Dictionary<unknown>;
16
+ events: Partial<XEventsTypes>;
17
+ params: Dictionary<unknown>;
18
+ }
19
+ /**
20
+ * Experience Controls store getters.
21
+ *
22
+ * @public
23
+ */
24
+ export interface ExperienceControlsGetters {
25
+ /**
26
+ * The adapter request object for retrieving the controls request, or null if there is not
27
+ * valid data to create a request.
28
+ */
29
+ experienceControlsRequest: ExperienceControlsRequest | null;
30
+ }
31
+ /**
32
+ * Experience Controls store mutations.
33
+ *
34
+ * @public
35
+ */
36
+ export interface ExperienceControlsMutations extends StatusMutations {
37
+ /**
38
+ * Sets the {@link ExperienceControlsState.controls} property.
39
+ *
40
+ * @param controls - The new {@link ExperienceControlsState.controls}.
41
+ */
42
+ setControls(controls: Dictionary<unknown>): void;
43
+ /**
44
+ * Sets the {@link ExperienceControlsState.events} property.
45
+ *
46
+ * @param events - The new {@link ExperienceControlsState.events}.
47
+ */
48
+ setEvents(events: Partial<XEventsTypes>): void;
49
+ /**
50
+ * Sets the extra params of the module.
51
+ *
52
+ * @param params - The new extra params.
53
+ */
54
+ setParams(params: Dictionary<unknown>): void;
55
+ }
56
+ export interface ExperienceControlsActions {
57
+ /**.
58
+ * Requests the experience controls
59
+ *
60
+ *
61
+ * @param request - The request to fetch the experience controls.
62
+ * @returns the experience controls.
63
+ */
64
+ fetchExperienceControlsResponse(request: ExperienceControlsRequest | null): ExperienceControlsResponse;
65
+ /**
66
+ * Requests the experience controls and saves them in the module.
67
+ *
68
+ * @param request - The request to fetch the experience controls.
69
+ */
70
+ fetchAndSaveExperienceControlsResponse(request: ExperienceControlsRequest | null): void;
71
+ }
72
+ /**
73
+ * Experience Controls type safe store module.
74
+ *
75
+ * @public
76
+ */
77
+ export type ExperienceControlsXStoreModule = XStoreModule<ExperienceControlsState, ExperienceControlsGetters, ExperienceControlsMutations, ExperienceControlsActions>;
78
+ /**
79
+ * Alias type for actions context of the {@link ExperienceControlsXStoreModule}.
80
+ *
81
+ * @public
82
+ */
83
+ export type ExperienceControlsActionContext = XActionContext<ExperienceControlsState, ExperienceControlsGetters, ExperienceControlsMutations, ExperienceControlsActions>;
84
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/experience-controls/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAC3F,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAE9E;;;;GAIG;AACH,MAAM,WAAW,uBAAwB,SAAQ,WAAW;IAC1D;;OAEG;IACH,QAAQ,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC9B,MAAM,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC;IAC9B,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACxC;;;OAGG;IACH,yBAAyB,EAAE,yBAAyB,GAAG,IAAI,CAAC;CAC7D;AAED;;;;GAIG;AACH,MAAM,WAAW,2BAA4B,SAAQ,eAAe;IAClE;;;;OAIG;IACH,WAAW,CAAC,QAAQ,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;IAEjD;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,OAAO,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC;IAE/C;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;CAC9C;AAED,MAAM,WAAW,yBAAyB;IACxC;;;;;;OAMG;IACH,+BAA+B,CAC7B,OAAO,EAAE,yBAAyB,GAAG,IAAI,GACxC,0BAA0B,CAAC;IAE9B;;;;OAIG;IACH,sCAAsC,CAAC,OAAO,EAAE,yBAAyB,GAAG,IAAI,GAAG,IAAI,CAAC;CACzF;AAED;;;;GAIG;AACH,MAAM,MAAM,8BAA8B,GAAG,YAAY,CACvD,uBAAuB,EACvB,yBAAyB,EACzB,2BAA2B,EAC3B,yBAAyB,CAC1B,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,+BAA+B,GAAG,cAAc,CAC1D,uBAAuB,EACvB,yBAAyB,EACzB,2BAA2B,EAC3B,yBAAyB,CAC1B,CAAC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * WireCommit for {@link ExperienceControlsXModule}.
3
+ *
4
+ * @internal
5
+ */
6
+ export declare const setParamsWire: import("../..").Wire<import("@empathyco/x-utils").Dictionary<unknown>>;
7
+ /**
8
+ * Requests and stores a new set of controls results.
9
+ *
10
+ * @public
11
+ */
12
+ export declare const fetchAndSaveExperienceControlsWire: import("../..").Wire<import("@empathyco/x-types").ExperienceControlsRequest | null>;
13
+ /**
14
+ * Wiring configuration for the {@link ExperienceControlsXModule | experience-controls module}.
15
+ *
16
+ * @internal
17
+ */
18
+ export declare const experienceControlsWiring: {
19
+ ExtraParamsChanged: {
20
+ setParamsWire: import("../..").Wire<import("@empathyco/x-utils").Dictionary<unknown>>;
21
+ };
22
+ ExperienceControlsRequestUpdated: {
23
+ fetchAndSaveExperienceControlsWire: import("../..").Wire<import("@empathyco/x-types").ExperienceControlsRequest | null>;
24
+ };
25
+ };
26
+ //# sourceMappingURL=wiring.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/experience-controls/wiring.ts"],"names":[],"mappings":"AAsBA;;;;GAIG;AACH,eAAO,MAAM,aAAa,wEAA0B,CAAC;AAErD;;;;GAIG;AACH,eAAO,MAAM,kCAAkC,qFAE9C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,wBAAwB;;;;;;;CAOnC,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { XModule } from '../x-modules.types';
2
+ import { ExperienceControlsXStoreModule } from './store/types';
3
+ /**
4
+ * Search {@link XModule} alias.
5
+ *
6
+ * @public
7
+ */
8
+ export type ExperienceControlsXModule = XModule<ExperienceControlsXStoreModule>;
9
+ /**
10
+ * Search {@link XModule} implementation. This module is auto-registered as soon as you
11
+ * import any component from the `x-controls` entry point.
12
+ *
13
+ * @public
14
+ */
15
+ export declare const experienceControlsXModule: ExperienceControlsXModule;
16
+ //# sourceMappingURL=x-module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"x-module.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/experience-controls/x-module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAG7C,OAAO,EAAE,8BAA8B,EAAE,MAAM,eAAe,CAAC;AAG/D;;;;GAIG;AACH,MAAM,MAAM,yBAAyB,GAAG,OAAO,CAAC,8BAA8B,CAAC,CAAC;AAEhF;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB,EAAE,yBAKvC,CAAC"}
@@ -1,5 +1,11 @@
1
1
  import { Facet } from '@empathyco/x-types';
2
2
  import { UrlParams } from '../../types/url-params';
3
+ /**
4
+ * Sets the filters of the facets module from a selectedQueryPreview's filters.
5
+ *
6
+ * @public
7
+ */
8
+ export declare const setSelectedFiltersFromPreview: import("../../wiring/wiring.types").AnyWire;
3
9
  /**
4
10
  * Wiring configuration for the {@link FacetsXModule | facets module}.
5
11
  *
@@ -50,5 +56,8 @@ export declare const facetsWiring: {
50
56
  SearchResponseChanged: {
51
57
  clearStickyFilters: import("../../wiring/wiring.types").Wire<import("../search").InternalSearchResponse>;
52
58
  };
59
+ UserAcceptedAQueryPreview: {
60
+ setSelectedFiltersFromPreview: import("../../wiring/wiring.types").AnyWire;
61
+ };
53
62
  };
54
63
  //# sourceMappingURL=wiring.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/facets/wiring.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAoInD;;;;GAIG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8CvB,CAAC"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/facets/wiring.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AA6JnD;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,6CAGzC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiDvB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"query-preview-button.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/queries-preview/components/query-preview-button.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AAeE,OAAO,GAAG,MAAM,KAAK,CAAC;AAEtB,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAI5D;;;;;;;;GAQG;AAKH,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,GAAG;IACjD;;;;OAIG;IAEH,SAAS,CAAC,gBAAgB,EAAG,gBAAgB,CAAC;IAE9C;;OAEG;IAEI,MAAM,EAAG,UAAU,CAAC,OAAO,CAAC,CAAC;IAEpC;;;;;OAKG;IACH,SAAS,KAAK,oBAAoB,IAAI,gBAAgB,CASrD;IAED;;;;;;OAMG;IACH,SAAS,KAAK,MAAM,IAAI,OAAO,CAAC,YAAY,CAAC,CAE5C;CACF"}
1
+ {"version":3,"file":"query-preview-button.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/queries-preview/components/query-preview-button.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AAeE,OAAO,GAAG,MAAM,KAAK,CAAC;AAEtB,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAI5D;;;;;;;;GAQG;AAKH,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,GAAG;IACjD;;;;OAIG;IAEH,SAAS,CAAC,gBAAgB,EAAG,gBAAgB,CAAC;IAE9C;;OAEG;IAEI,MAAM,EAAG,UAAU,CAAC,OAAO,CAAC,CAAC;IAEpC;;;;;OAKG;IACH,SAAS,KAAK,oBAAoB,IAAI,gBAAgB,CASrD;IAED;;;;;;OAMG;IACH,SAAS,KAAK,MAAM,IAAI,OAAO,CAAC,YAAY,CAAC,CAI5C;CACF"}
@@ -121,6 +121,12 @@ export declare const setSearchQueryFromPreview: import("../../wiring").AnyWire;
121
121
  * @public
122
122
  */
123
123
  export declare const setSearchExtraParamsFromPreview: import("../../wiring").AnyWire;
124
+ /**
125
+ * Sets the search state `selectedFilters` with the selectedQueryPreview's filters.
126
+ *
127
+ * @public
128
+ */
129
+ export declare const setSearchSelectedFiltersFromPreview: import("../../wiring").AnyWire;
124
130
  /**
125
131
  * Search wiring.
126
132
  *
@@ -184,6 +190,7 @@ export declare const searchWiring: {
184
190
  UserAcceptedAQueryPreview: {
185
191
  setSearchQueryFromPreview: import("../../wiring").AnyWire;
186
192
  setSearchExtraParamsFromPreview: import("../../wiring").AnyWire;
193
+ setSearchSelectedFiltersFromPreview: import("../../wiring").AnyWire;
187
194
  saveOriginWire: import("../../wiring").AnyWire;
188
195
  };
189
196
  QueryPreviewUnselected: {
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/search/wiring.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAoChD;;;;GAIG;AACH,eAAO,MAAM,oCAAoC,gCAEhD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,gCAAyD,CAAC;AAErF;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,2DAA6C,CAAC;AAEzF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,gCAAkC,CAAC;AAEpE;;;;GAIG;AACH,eAAO,MAAM,cAAc,wEAA+B,CAAC;AAE3D;;;;GAIG;AACH,eAAO,MAAM,cAAc,qCAAyB,CAAC;AAErD;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,gCAA6B,CAAC;AAE3D;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,oEAAmC,CAAC;AAEnE;;;;GAIG;AACH,eAAO,MAAM,OAAO,qCAAwB,CAAC;AAE7C;;;;GAIG;AACH,eAAO,MAAM,YAAY,wDAA+B,CAAC;AAEzD;;;;GAIG;AACH,eAAO,MAAM,aAAa,qCAAwB,CAAC;AAEnD;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,+EAA0B,CAAC;AAE5D;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,gCAAsC,CAAC;AAEpE;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,gCAAmD,CAAC;AAE9F;;;;GAIG;AACH,eAAO,MAAM,gCAAgC,gCAE5C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,gCAA0C,CAAC;AAEtE;;;;;GAKG;AACH,eAAO,MAAM,4BAA4B,gCAMxC,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB,2DAErC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,gCAGrC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,+BAA+B,gCAG3C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+DvB,CAAC"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/search/wiring.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAqChD;;;;GAIG;AACH,eAAO,MAAM,oCAAoC,gCAEhD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,gCAAyD,CAAC;AAErF;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,2DAA6C,CAAC;AAEzF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,gCAAkC,CAAC;AAEpE;;;;GAIG;AACH,eAAO,MAAM,cAAc,wEAA+B,CAAC;AAE3D;;;;GAIG;AACH,eAAO,MAAM,cAAc,qCAAyB,CAAC;AAErD;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,gCAA6B,CAAC;AAE3D;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,oEAAmC,CAAC;AAEnE;;;;GAIG;AACH,eAAO,MAAM,OAAO,qCAAwB,CAAC;AAE7C;;;;GAIG;AACH,eAAO,MAAM,YAAY,wDAA+B,CAAC;AAEzD;;;;GAIG;AACH,eAAO,MAAM,aAAa,qCAAwB,CAAC;AAEnD;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,+EAA0B,CAAC;AAE5D;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,gCAAsC,CAAC;AAEpE;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,gCAAmD,CAAC;AAE9F;;;;GAIG;AACH,eAAO,MAAM,gCAAgC,gCAE5C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,gCAA0C,CAAC;AAEtE;;;;;GAKG;AACH,eAAO,MAAM,4BAA4B,gCAMxC,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB,2DAErC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,gCAGrC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,+BAA+B,gCAG3C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,mCAAmC,gCAG/C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgEvB,CAAC"}
@@ -40,6 +40,12 @@ export declare const setParams: import("../..").Wire<Partial<import("../..").Url
40
40
  * @public
41
41
  */
42
42
  export declare const setUrlParamsFromPreview: import("../..").AnyWire;
43
+ /**
44
+ * Sets the filters of the url module from a selectedQueryPreview's filters.
45
+ *
46
+ * @public
47
+ */
48
+ export declare const setUrlSelectedFiltersFromPreview: import("../..").AnyWire;
43
49
  /**
44
50
  * Sets the scroll of the url module.
45
51
  *
@@ -73,6 +79,7 @@ export declare const urlWiring: {
73
79
  UserAcceptedAQueryPreview: {
74
80
  setUrlQueryFromPreview: import("../..").AnyWire;
75
81
  setUrlParamsFromPreview: import("../..").AnyWire;
82
+ setUrlSelectedFiltersFromPreview: import("../..").AnyWire;
76
83
  };
77
84
  UserClearedQuery: {
78
85
  setUrlQuery: import("../..").Wire<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/url/wiring.ts"],"names":[],"mappings":"AAUA;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,iEAA+B,CAAC;AAE9D;;;;GAIG;AACH,eAAO,MAAM,WAAW,8BAAyB,CAAC;AAElD;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,yBAGlC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,UAAU,8BAAwB,CAAC;AAEhD;;;;GAIG;AACH,eAAO,MAAM,UAAU,8BAAwB,CAAC;AAEhD;;;;GAIG;AACH,eAAO,MAAM,SAAS,0DAA0B,CAAC;AAEjD;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,yBAGnC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,YAAY,8BAA0B,CAAC;AAEpD;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,wEAAsC,CAAC;AAEzE;;;;GAIG;AACH,eAAO,MAAM,aAAa,6DAA2B,CAAC;AAEtD;;;;GAIG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmCpB,CAAC"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/url/wiring.ts"],"names":[],"mappings":"AAWA;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,iEAA+B,CAAC;AAE9D;;;;GAIG;AACH,eAAO,MAAM,WAAW,8BAAyB,CAAC;AAElD;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,yBAGlC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,UAAU,8BAAwB,CAAC;AAEhD;;;;GAIG;AACH,eAAO,MAAM,UAAU,8BAAwB,CAAC;AAEhD;;;;GAIG;AACH,eAAO,MAAM,SAAS,0DAA0B,CAAC;AAEjD;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,yBAGnC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,gCAAgC,yBAG5C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,YAAY,8BAA0B,CAAC;AAEpD;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,wEAAsC,CAAC;AAEzE;;;;GAIG;AACH,eAAO,MAAM,aAAa,6DAA2B,CAAC;AAEtD;;;;GAIG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCpB,CAAC"}
@@ -19,6 +19,7 @@ import { SearchXModule } from './search/x-module';
19
19
  import { SemanticQueriesXModule } from './semantic-queries/x-module';
20
20
  import { TaggingXModule } from './tagging';
21
21
  import { UrlXModule } from './url';
22
+ import { ExperienceControlsXModule } from './experience-controls/x-module';
22
23
  /**
23
24
  * Gives each {@link XModule} a name, that can be used to retrieve then its value.
24
25
  *
@@ -43,6 +44,7 @@ export interface XModulesTree {
43
44
  semanticQueries: SemanticQueriesXModule;
44
45
  tagging: TaggingXModule;
45
46
  url: UrlXModule;
47
+ experienceControls: ExperienceControlsXModule;
46
48
  }
47
49
  /**
48
50
  * Names of all of the {@link XModule | XModules} available.
@@ -1 +1 @@
1
- {"version":3,"file":"x-modules.types.d.ts","sourceRoot":"","sources":["../../../src/x-modules/x-modules.types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"x-modules.types.d.ts","sourceRoot":"","sources":["../../../src/x-modules/x-modules.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACnE,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACnE,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AACnC,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAE3E;;;;GAIG;AACH,MAAM,WAAW,YAAY;IAC3B,MAAM,EAAE,aAAa,CAAC;IACtB,SAAS,EAAE,gBAAgB,CAAC;IAC5B,WAAW,EAAE,kBAAkB,CAAC;IAChC,MAAM,EAAE,aAAa,CAAC;IACtB,cAAc,EAAE,qBAAqB,CAAC;IACtC,iBAAiB,EAAE,wBAAwB,CAAC;IAC5C,WAAW,EAAE,kBAAkB,CAAC;IAChC,eAAe,EAAE,sBAAsB,CAAC;IACxC,cAAc,EAAE,qBAAqB,CAAC;IACtC,gBAAgB,EAAE,uBAAuB,CAAC;IAC1C,eAAe,EAAE,sBAAsB,CAAC;IACxC,WAAW,EAAE,kBAAkB,CAAC;IAChC,MAAM,EAAE,aAAa,CAAC;IACtB,MAAM,EAAE,aAAa,CAAC;IACtB,SAAS,EAAE,gBAAgB,CAAC;IAC5B,eAAe,EAAE,sBAAsB,CAAC;IACxC,OAAO,EAAE,cAAc,CAAC;IACxB,GAAG,EAAE,UAAU,CAAC;IAChB,kBAAkB,EAAE,yBAAyB,CAAC;CAC/C;AAED;;;;GAIG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,YAAY,CAAC;AAE7C;;;;;GAKG;AACH,MAAM,WAAW,OAAO,CAAC,WAAW,SAAS,eAAe;IAC1D,kDAAkD;IAClD,IAAI,EAAE,WAAW,CAAC;IAClB,2EAA2E;IAC3E,aAAa,EAAE,aAAa,CAAC,WAAW,CAAC,CAAC;IAC1C,uDAAuD;IACvD,WAAW,EAAE,WAAW,CAAC;IACzB;;;OAGG;IACH,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC,CAAC;CACzB;AAED;;;;GAIG;AACH,MAAM,MAAM,UAAU,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;AAElD;;;;;GAKG;AACH,MAAM,MAAM,YAAY,CAAC,MAAM,SAAS,WAAW,IAAI,YAAY,CAAC,MAAM,CAAC,SAAS,OAAO,CACzF,YAAY,CAAC,MAAM,KAAK,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,CACzC,GACG,KAAK,GACL,KAAK,CAAC;AAEV;;;;;GAKG;AACH,MAAM,MAAM,cAAc,CAAC,MAAM,SAAS,WAAW,IAAI,YAAY,CAAC,MAAM,CAAC,SAAS,OAAO,CAC3F,YAAY,CAAC,GAAG,EAAE,MAAM,MAAM,EAAE,GAAG,EAAE,GAAG,CAAC,CAC1C,GACG,MAAM,GACN,KAAK,CAAC"}
package/url/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export { default as UrlHandler } from '../js/x-modules/url/components/url-handler.vue.js';
2
2
  export { replaceableParams, urlEmitters } from '../js/x-modules/url/store/emitters.js';
3
3
  export { urlXStoreModule } from '../js/x-modules/url/store/module.js';
4
- export { setInitialExtraParams, setParams, setUrlFilters, setUrlPage, setUrlParamsFromPreview, setUrlQuery, setUrlQueryFromPreview, setUrlRelatedTags, setUrlScroll, setUrlSort, urlWiring } from '../js/x-modules/url/wiring.js';
4
+ export { setInitialExtraParams, setParams, setUrlFilters, setUrlPage, setUrlParamsFromPreview, setUrlQuery, setUrlQueryFromPreview, setUrlRelatedTags, setUrlScroll, setUrlSelectedFiltersFromPreview, setUrlSort, urlWiring } from '../js/x-modules/url/wiring.js';
5
5
  export { urlXModule } from '../js/x-modules/url/x-module.js';