@empathyco/x-components 3.0.0-alpha.66 → 3.0.0-alpha.69
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 +43 -0
- package/core/index.js.map +1 -1
- package/design-system/default-theme.css +73 -73
- package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.map.md +2 -2
- package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.md +1 -1
- package/docs/API-reference/api/x-adapter.md +0 -1
- package/docs/API-reference/api/x-adapter.queryablerequest.md +0 -1
- package/docs/API-reference/api/x-components.historyqueriesmutations.md +2 -1
- package/docs/API-reference/api/x-components.historyqueriesstate.md +2 -1
- package/docs/API-reference/api/x-components.identifierresultsmutations.md +2 -2
- package/docs/API-reference/api/x-components.identifierresultsstate.md +2 -2
- package/docs/API-reference/api/x-components.md +4 -1
- package/docs/API-reference/api/x-components.myhistory.animation.md +13 -0
- package/docs/API-reference/api/x-components.myhistory.md +25 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.md +2 -2
- package/docs/API-reference/api/x-components.nextqueriesstate.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsmutations.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsstate.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsgetters.md +1 -0
- package/docs/API-reference/api/x-components.relatedtagsgetters.query.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsmutations.md +2 -3
- package/docs/API-reference/api/x-components.relatedtagsquery.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsstate.md +2 -3
- package/docs/API-reference/api/x-components.searchboxmutations.md +2 -1
- package/docs/API-reference/api/x-components.searchboxstate.md +2 -1
- package/docs/API-reference/api/x-components.searchgetters.md +1 -0
- package/docs/API-reference/api/x-components.searchgetters.query.md +13 -0
- package/docs/API-reference/api/x-components.searchmutations.md +2 -2
- package/docs/API-reference/api/x-components.searchquery.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.md +2 -2
- package/docs/API-reference/api/x-components.urlmutations.md +2 -1
- package/docs/API-reference/api/x-components.urlstate.initialextraparams.md +11 -0
- package/docs/API-reference/api/x-components.urlstate.md +9 -5
- package/docs/API-reference/api/x-types.relatedtag.md +0 -2
- package/docs/API-reference/components/history-queries/x-components.history-queries.md +131 -32
- package/docs/API-reference/components/history-queries/x-components.my-history.md +157 -0
- package/history-queries/index.js +1 -0
- package/js/index.js +3 -0
- package/js/index.js.map +1 -1
- package/js/store/utils/query.utils.js +37 -0
- package/js/store/utils/query.utils.js.map +1 -0
- package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/my-history.vue.js +117 -0
- package/js/x-modules/history-queries/components/my-history.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js +38 -0
- package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/history-queries/store/module.js +2 -3
- package/js/x-modules/history-queries/store/module.js.map +1 -1
- package/js/x-modules/identifier-results/store/module.js +2 -3
- package/js/x-modules/identifier-results/store/module.js.map +1 -1
- package/js/x-modules/next-queries/store/module.js +2 -3
- package/js/x-modules/next-queries/store/module.js.map +1 -1
- package/js/x-modules/query-suggestions/store/module.js +2 -3
- package/js/x-modules/query-suggestions/store/module.js.map +1 -1
- package/js/x-modules/related-tags/store/actions/set-url-params.action.js +1 -3
- package/js/x-modules/related-tags/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/related-tags/store/getters/query.getter.js +18 -0
- package/js/x-modules/related-tags/store/getters/query.getter.js.map +1 -0
- package/js/x-modules/related-tags/store/getters/request.getter.js +3 -2
- package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/related-tags/store/module.js +5 -4
- package/js/x-modules/related-tags/store/module.js.map +1 -1
- package/js/x-modules/search/store/getters/query.getter.js +18 -0
- package/js/x-modules/search/store/getters/query.getter.js.map +1 -0
- package/js/x-modules/search/store/getters/request.getter.js +2 -3
- package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/search/store/module.js +5 -4
- package/js/x-modules/search/store/module.js.map +1 -1
- package/js/x-modules/search-box/store/module.js +2 -3
- package/js/x-modules/search-box/store/module.js.map +1 -1
- package/js/x-modules/url/store/module.js +2 -3
- package/js/x-modules/url/store/module.js.map +1 -1
- package/package.json +8 -8
- package/related-tags/index.js +1 -0
- package/report/x-adapter.api.json +2 -133
- package/report/x-components.api.json +436 -110
- package/report/x-components.api.md +37 -19
- package/report/x-types.api.json +0 -52
- package/search/index.js +1 -0
- package/types/store/utils/query.utils.d.ts +56 -0
- package/types/store/utils/query.utils.d.ts.map +1 -0
- package/types/x-modules/history-queries/components/index.d.ts +1 -0
- package/types/x-modules/history-queries/components/index.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/my-history.vue.d.ts +28 -0
- package/types/x-modules/history-queries/components/my-history.vue.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/module.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/types.d.ts +3 -2
- package/types/x-modules/history-queries/store/types.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/module.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/types.d.ts +3 -2
- package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/module.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/types.d.ts +3 -2
- package/types/x-modules/next-queries/store/types.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/module.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/types.d.ts +3 -2
- package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/getters/query.getter.d.ts +13 -0
- package/types/x-modules/related-tags/store/getters/query.getter.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/getters/request.getter.d.ts +2 -0
- package/types/x-modules/related-tags/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/index.d.ts +1 -0
- package/types/x-modules/related-tags/store/index.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/module.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/types.d.ts +5 -10
- package/types/x-modules/related-tags/store/types.d.ts.map +1 -1
- package/types/x-modules/search/store/getters/query.getter.d.ts +13 -0
- package/types/x-modules/search/store/getters/query.getter.d.ts.map +1 -0
- package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/search/store/index.d.ts +1 -0
- package/types/x-modules/search/store/index.d.ts.map +1 -1
- package/types/x-modules/search/store/module.d.ts.map +1 -1
- package/types/x-modules/search/store/types.d.ts +5 -2
- package/types/x-modules/search/store/types.d.ts.map +1 -1
- package/types/x-modules/search-box/store/module.d.ts.map +1 -1
- package/types/x-modules/search-box/store/types.d.ts +3 -2
- package/types/x-modules/search-box/store/types.d.ts.map +1 -1
- package/types/x-modules/url/store/module.d.ts.map +1 -1
- package/types/x-modules/url/store/types.d.ts +4 -3
- package/types/x-modules/url/store/types.d.ts.map +1 -1
- package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.md +0 -21
- package/docs/API-reference/api/x-adapter.queryablerequest.relatedtags.md +0 -11
- package/docs/API-reference/api/x-components.relatedtagsmutations.setquery.md +0 -24
- package/docs/API-reference/api/x-components.relatedtagsstate.query.md +0 -13
- package/docs/API-reference/api/x-types.relatedtag.previous.md +0 -13
- package/docs/API-reference/api/x-types.relatedtag.selected.md +0 -13
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,49 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.0.0-alpha.69](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.68...@empathyco/x-components@3.0.0-alpha.69) (2022-03-18)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **history-queries:** add `my-history` component
|
|
11
|
+
([a7de7f2](https://github.com/empathyco/x/commit/a7de7f297251bf4290787e362f46b2ab3ec6a428)),
|
|
12
|
+
closes [EX-3582](https://searchbroker.atlassian.net/browse/EX-3582)
|
|
13
|
+
|
|
14
|
+
# Change Log
|
|
15
|
+
|
|
16
|
+
All notable changes to this project will be documented in this file. See
|
|
17
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
18
|
+
|
|
19
|
+
## [3.0.0-alpha.68](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.67...@empathyco/x-components@3.0.0-alpha.68) (2022-03-16)
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- prevent node-ipc vulnerability
|
|
24
|
+
([fc8b83c](https://github.com/empathyco/x/commit/fc8b83ce73bdbd7148ce99ad3a95d7a7658bd8ba))
|
|
25
|
+
|
|
26
|
+
# Change Log
|
|
27
|
+
|
|
28
|
+
All notable changes to this project will be documented in this file. See
|
|
29
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
30
|
+
|
|
31
|
+
## [3.0.0-alpha.67](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.66...@empathyco/x-components@3.0.0-alpha.67) (2022-03-11)
|
|
32
|
+
|
|
33
|
+
### ⚠ BREAKING CHANGES
|
|
34
|
+
|
|
35
|
+
- Remove `selected` and `previous` logic from related tags.
|
|
36
|
+
- Remove `EmpathyRequestRelatedTagsQueryMapper`.
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
- move related tags concatenation logic (#365)
|
|
41
|
+
([4e71797](https://github.com/empathyco/x/commit/4e717970198f67018a9b66ed6e47f511ecef4c62)),
|
|
42
|
+
closes [EX-5410](https://searchbroker.atlassian.net/browse/EX-5410)
|
|
43
|
+
|
|
44
|
+
# Change Log
|
|
45
|
+
|
|
46
|
+
All notable changes to this project will be documented in this file. See
|
|
47
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
48
|
+
|
|
6
49
|
## [3.0.0-alpha.66](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.65...@empathyco/x-components@3.0.0-alpha.66) (2022-03-09)
|
|
7
50
|
|
|
8
51
|
### Testing
|
package/core/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -407,6 +407,79 @@
|
|
|
407
407
|
[dir="rtl"] .x-dropdown--right .x-dropdown__items-list {
|
|
408
408
|
left: 0;
|
|
409
409
|
}
|
|
410
|
+
:root {
|
|
411
|
+
--x-size-border-radius-dropdown-default: var(--x-size-border-radius-base-none);
|
|
412
|
+
--x-size-border-radius-top-left-dropdown-default: var(--x-size-border-radius-dropdown-default);
|
|
413
|
+
--x-size-border-radius-top-right-dropdown-default: var(--x-size-border-radius-dropdown-default);
|
|
414
|
+
--x-size-border-radius-bottom-right-dropdown-default: var(
|
|
415
|
+
--x-size-border-radius-dropdown-default
|
|
416
|
+
);
|
|
417
|
+
--x-size-border-radius-bottom-left-dropdown-default: var(--x-size-border-radius-dropdown-default);
|
|
418
|
+
--x-size-border-width-dropdown-toggle-default: var(--x-size-border-width-base);
|
|
419
|
+
--x-size-border-width-top-dropdown-toggle-default: var(
|
|
420
|
+
--x-size-border-width-dropdown-toggle-default
|
|
421
|
+
);
|
|
422
|
+
--x-size-border-width-right-dropdown-toggle-default: var(
|
|
423
|
+
--x-size-border-width-dropdown-toggle-default
|
|
424
|
+
);
|
|
425
|
+
--x-size-border-width-bottom-dropdown-toggle-default: var(
|
|
426
|
+
--x-size-border-width-dropdown-toggle-default
|
|
427
|
+
);
|
|
428
|
+
--x-size-border-width-left-dropdown-toggle-default: var(
|
|
429
|
+
--x-size-border-width-dropdown-toggle-default
|
|
430
|
+
);
|
|
431
|
+
--x-size-border-width-dropdown-list-default: var(--x-size-border-width-base);
|
|
432
|
+
--x-size-border-width-top-dropdown-list-default: 0;
|
|
433
|
+
--x-size-border-width-right-dropdown-list-default: var(
|
|
434
|
+
--x-size-border-width-dropdown-list-default
|
|
435
|
+
);
|
|
436
|
+
--x-size-border-width-bottom-dropdown-list-default: var(
|
|
437
|
+
--x-size-border-width-dropdown-list-default
|
|
438
|
+
);
|
|
439
|
+
--x-size-border-width-left-dropdown-list-default: var(
|
|
440
|
+
--x-size-border-width-dropdown-list-default
|
|
441
|
+
);
|
|
442
|
+
--x-color-border-dropdown-toggle-default: var(--x-color-base-neutral-95);
|
|
443
|
+
--x-color-border-dropdown-list-default: var(--x-color-border-dropdown-toggle-default);
|
|
444
|
+
--x-color-background-dropdown-default: var(--x-color-base-neutral-100);
|
|
445
|
+
--x-color-background-dropdown-toggle-default: var(--x-color-base-neutral-100);
|
|
446
|
+
--x-color-background-dropdown-toggle-open-default: var(
|
|
447
|
+
--x-color-background-dropdown-toggle-default
|
|
448
|
+
);
|
|
449
|
+
--x-color-background-dropdown-item-default-selected: var(--x-color-base-neutral-95);
|
|
450
|
+
--x-color-background-dropdown-item-default-hover: var(--x-color-base-neutral-95);
|
|
451
|
+
--x-color-text-dropdown-default: var(--x-color-text-default);
|
|
452
|
+
--x-color-text-dropdown-toggle-default: var(--x-color-text-dropdown-default);
|
|
453
|
+
--x-color-text-dropdown-toggle-default-selected: var(--x-color-base-neutral-35);
|
|
454
|
+
--x-color-text-dropdown-item-default-hover: var(--x-color-base-neutral-35);
|
|
455
|
+
--x-color-text-dropdown-item-default-selected: var(--x-color-text-default);
|
|
456
|
+
--x-font-family-dropdown-default: var(--x-font-family-text);
|
|
457
|
+
--x-size-font-dropdown-default: var(--x-size-font-text);
|
|
458
|
+
--x-size-line-height-dropdown-default: var(--x-size-line-height-text);
|
|
459
|
+
--x-number-font-weight-dropdown-default: var(--x-number-font-weight-base-regular);
|
|
460
|
+
--x-number-font-weight-dropdown-item-default-hover: var(--x-number-font-weight-base-bold);
|
|
461
|
+
--x-number-font-weight-dropdown-item-default-selected: var(--x-number-font-weight-base-regular);
|
|
462
|
+
--x-font-decoration-dropdown-item-default-hover: none;
|
|
463
|
+
--x-font-decoration-dropdown-item-default-selected: none;
|
|
464
|
+
--x-size-width-dropdown-toggle-default: 100%;
|
|
465
|
+
--x-size-min-width-dropdown-list-default: 100%;
|
|
466
|
+
--x-size-gap-dropdown-default: 0;
|
|
467
|
+
--x-size-padding-top-dropdown-toggle-default: var(--x-size-padding-top-dropdown-item-default);
|
|
468
|
+
--x-size-padding-right-dropdown-toggle-default: var(--x-size-padding-right-dropdown-item-default);
|
|
469
|
+
--x-size-padding-bottom-dropdown-toggle-default: var(
|
|
470
|
+
--x-size-padding-bottom-dropdown-item-default
|
|
471
|
+
);
|
|
472
|
+
--x-size-padding-left-dropdown-toggle-default: var(--x-size-padding-left-dropdown-item-default);
|
|
473
|
+
--x-size-padding-vertical-dropdown-list-default: 0;
|
|
474
|
+
--x-size-padding-top-dropdown-item-default: var(--x-size-base-04);
|
|
475
|
+
--x-size-padding-right-dropdown-item-default: var(--x-size-base-05);
|
|
476
|
+
--x-size-padding-bottom-dropdown-item-default: var(--x-size-base-04);
|
|
477
|
+
--x-size-padding-left-dropdown-item-default: var(--x-size-base-05);
|
|
478
|
+
--x-size-gap-dropdown-item-default: var(--x-size-base-03);
|
|
479
|
+
--x-string-box-shadow-dropdown-default: none;
|
|
480
|
+
--x-string-overflow-dropdown-toggle-default: hidden;
|
|
481
|
+
--x-string-overflow-dropdown-list-default: hidden;
|
|
482
|
+
}
|
|
410
483
|
:root {
|
|
411
484
|
--x-color-background-facet-default: transparent;
|
|
412
485
|
--x-color-border-facet-default: var(--x-color-background-facet-default);
|
|
@@ -2829,77 +2902,4 @@
|
|
|
2829
2902
|
--x-size-line-height-base-s: 16px;
|
|
2830
2903
|
--x-size-line-height-base-m: 24px;
|
|
2831
2904
|
--x-size-line-height-base-l: 32px;
|
|
2832
|
-
}
|
|
2833
|
-
:root {
|
|
2834
|
-
--x-size-border-radius-dropdown-default: var(--x-size-border-radius-base-none);
|
|
2835
|
-
--x-size-border-radius-top-left-dropdown-default: var(--x-size-border-radius-dropdown-default);
|
|
2836
|
-
--x-size-border-radius-top-right-dropdown-default: var(--x-size-border-radius-dropdown-default);
|
|
2837
|
-
--x-size-border-radius-bottom-right-dropdown-default: var(
|
|
2838
|
-
--x-size-border-radius-dropdown-default
|
|
2839
|
-
);
|
|
2840
|
-
--x-size-border-radius-bottom-left-dropdown-default: var(--x-size-border-radius-dropdown-default);
|
|
2841
|
-
--x-size-border-width-dropdown-toggle-default: var(--x-size-border-width-base);
|
|
2842
|
-
--x-size-border-width-top-dropdown-toggle-default: var(
|
|
2843
|
-
--x-size-border-width-dropdown-toggle-default
|
|
2844
|
-
);
|
|
2845
|
-
--x-size-border-width-right-dropdown-toggle-default: var(
|
|
2846
|
-
--x-size-border-width-dropdown-toggle-default
|
|
2847
|
-
);
|
|
2848
|
-
--x-size-border-width-bottom-dropdown-toggle-default: var(
|
|
2849
|
-
--x-size-border-width-dropdown-toggle-default
|
|
2850
|
-
);
|
|
2851
|
-
--x-size-border-width-left-dropdown-toggle-default: var(
|
|
2852
|
-
--x-size-border-width-dropdown-toggle-default
|
|
2853
|
-
);
|
|
2854
|
-
--x-size-border-width-dropdown-list-default: var(--x-size-border-width-base);
|
|
2855
|
-
--x-size-border-width-top-dropdown-list-default: 0;
|
|
2856
|
-
--x-size-border-width-right-dropdown-list-default: var(
|
|
2857
|
-
--x-size-border-width-dropdown-list-default
|
|
2858
|
-
);
|
|
2859
|
-
--x-size-border-width-bottom-dropdown-list-default: var(
|
|
2860
|
-
--x-size-border-width-dropdown-list-default
|
|
2861
|
-
);
|
|
2862
|
-
--x-size-border-width-left-dropdown-list-default: var(
|
|
2863
|
-
--x-size-border-width-dropdown-list-default
|
|
2864
|
-
);
|
|
2865
|
-
--x-color-border-dropdown-toggle-default: var(--x-color-base-neutral-95);
|
|
2866
|
-
--x-color-border-dropdown-list-default: var(--x-color-border-dropdown-toggle-default);
|
|
2867
|
-
--x-color-background-dropdown-default: var(--x-color-base-neutral-100);
|
|
2868
|
-
--x-color-background-dropdown-toggle-default: var(--x-color-base-neutral-100);
|
|
2869
|
-
--x-color-background-dropdown-toggle-open-default: var(
|
|
2870
|
-
--x-color-background-dropdown-toggle-default
|
|
2871
|
-
);
|
|
2872
|
-
--x-color-background-dropdown-item-default-selected: var(--x-color-base-neutral-95);
|
|
2873
|
-
--x-color-background-dropdown-item-default-hover: var(--x-color-base-neutral-95);
|
|
2874
|
-
--x-color-text-dropdown-default: var(--x-color-text-default);
|
|
2875
|
-
--x-color-text-dropdown-toggle-default: var(--x-color-text-dropdown-default);
|
|
2876
|
-
--x-color-text-dropdown-toggle-default-selected: var(--x-color-base-neutral-35);
|
|
2877
|
-
--x-color-text-dropdown-item-default-hover: var(--x-color-base-neutral-35);
|
|
2878
|
-
--x-color-text-dropdown-item-default-selected: var(--x-color-text-default);
|
|
2879
|
-
--x-font-family-dropdown-default: var(--x-font-family-text);
|
|
2880
|
-
--x-size-font-dropdown-default: var(--x-size-font-text);
|
|
2881
|
-
--x-size-line-height-dropdown-default: var(--x-size-line-height-text);
|
|
2882
|
-
--x-number-font-weight-dropdown-default: var(--x-number-font-weight-base-regular);
|
|
2883
|
-
--x-number-font-weight-dropdown-item-default-hover: var(--x-number-font-weight-base-bold);
|
|
2884
|
-
--x-number-font-weight-dropdown-item-default-selected: var(--x-number-font-weight-base-regular);
|
|
2885
|
-
--x-font-decoration-dropdown-item-default-hover: none;
|
|
2886
|
-
--x-font-decoration-dropdown-item-default-selected: none;
|
|
2887
|
-
--x-size-width-dropdown-toggle-default: 100%;
|
|
2888
|
-
--x-size-min-width-dropdown-list-default: 100%;
|
|
2889
|
-
--x-size-gap-dropdown-default: 0;
|
|
2890
|
-
--x-size-padding-top-dropdown-toggle-default: var(--x-size-padding-top-dropdown-item-default);
|
|
2891
|
-
--x-size-padding-right-dropdown-toggle-default: var(--x-size-padding-right-dropdown-item-default);
|
|
2892
|
-
--x-size-padding-bottom-dropdown-toggle-default: var(
|
|
2893
|
-
--x-size-padding-bottom-dropdown-item-default
|
|
2894
|
-
);
|
|
2895
|
-
--x-size-padding-left-dropdown-toggle-default: var(--x-size-padding-left-dropdown-item-default);
|
|
2896
|
-
--x-size-padding-vertical-dropdown-list-default: 0;
|
|
2897
|
-
--x-size-padding-top-dropdown-item-default: var(--x-size-base-04);
|
|
2898
|
-
--x-size-padding-right-dropdown-item-default: var(--x-size-base-05);
|
|
2899
|
-
--x-size-padding-bottom-dropdown-item-default: var(--x-size-base-04);
|
|
2900
|
-
--x-size-padding-left-dropdown-item-default: var(--x-size-base-05);
|
|
2901
|
-
--x-size-gap-dropdown-item-default: var(--x-size-base-03);
|
|
2902
|
-
--x-string-box-shadow-dropdown-default: none;
|
|
2903
|
-
--x-string-overflow-dropdown-toggle-default: hidden;
|
|
2904
|
-
--x-string-overflow-dropdown-list-default: hidden;
|
|
2905
2905
|
}
|
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
<b>Signature:</b>
|
|
8
8
|
|
|
9
9
|
```typescript
|
|
10
|
-
map({ query,
|
|
10
|
+
map({ query, ...rest }: QueryableRequest & Dictionary<string>, request: Dictionary<string>, context: RequestMapperContext): Dictionary<string>;
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
## Parameters
|
|
14
14
|
|
|
15
15
|
| Parameter | Type | Description |
|
|
16
16
|
| --- | --- | --- |
|
|
17
|
-
| { query,
|
|
17
|
+
| { query, ...rest } | [QueryableRequest](./x-adapter.queryablerequest.md) & [Dictionary](./x-adapter.dictionary.md)<!-- --><string> | |
|
|
18
18
|
| request | [Dictionary](./x-adapter.dictionary.md)<!-- --><string> | |
|
|
19
19
|
| context | [RequestMapperContext](./x-adapter.requestmappercontext.md) | |
|
|
20
20
|
|
|
@@ -23,5 +23,5 @@ export declare class EmpathyQueryableRequestMapper implements RequestMapper<Quer
|
|
|
23
23
|
|
|
24
24
|
| Method | Modifiers | Description |
|
|
25
25
|
| --- | --- | --- |
|
|
26
|
-
| [map({ query,
|
|
26
|
+
| [map({ query, ...rest }, request, context)](./x-adapter.empathyqueryablerequestmapper.map.md) | | |
|
|
27
27
|
|
|
@@ -36,7 +36,6 @@ Search-adapter library with the search API adapter. The library contains the cus
|
|
|
36
36
|
| [EmpathyRequestFiltersSolrSyntaxMapper](./x-adapter.empathyrequestfilterssolrsyntaxmapper.md) | TODO https://searchbroker.atlassian.net/browse/EX-2163 |
|
|
37
37
|
| [EmpathyRequestParamsMapper](./x-adapter.empathyrequestparamsmapper.md) | TODO https://searchbroker.atlassian.net/browse/EX-2163 |
|
|
38
38
|
| [EmpathyRequestQueryMapper](./x-adapter.empathyrequestquerymapper.md) | TODO https://searchbroker.atlassian.net/browse/EX-2163 |
|
|
39
|
-
| [EmpathyRequestRelatedTagsQueryMapper](./x-adapter.empathyrequestrelatedtagsquerymapper.md) | TODO https://searchbroker.atlassian.net/browse/EX-2163 |
|
|
40
39
|
| [EmpathyRequestSortMapper](./x-adapter.empathyrequestsortmapper.md) | Empathy SaaS API mapper for the [SearchRequest.sort](./x-adapter.searchrequest.sort.md) parameter. It excludes empty or undefined values from the sort. |
|
|
41
40
|
| [EmpathyResultMapper](./x-adapter.empathyresultmapper.md) | TODO https://searchbroker.atlassian.net/browse/EX-2163 |
|
|
42
41
|
| [EmpathyResultQueryTaggingMapper](./x-adapter.empathyresultquerytaggingmapper.md) | TODO https://searchbroker.atlassian.net/browse/EX-2163 |
|
|
@@ -9,9 +9,9 @@ IdentifierResults store mutations.
|
|
|
9
9
|
<b>Signature:</b>
|
|
10
10
|
|
|
11
11
|
```typescript
|
|
12
|
-
export interface IdentifierResultsMutations extends StatusMutations
|
|
12
|
+
export interface IdentifierResultsMutations extends StatusMutations, QueryMutations
|
|
13
13
|
```
|
|
14
|
-
<b>Extends:</b> [StatusMutations](./x-components.statusmutations.md)
|
|
14
|
+
<b>Extends:</b> [StatusMutations](./x-components.statusmutations.md)<!-- -->, QueryMutations
|
|
15
15
|
|
|
16
16
|
## Methods
|
|
17
17
|
|
|
@@ -9,9 +9,9 @@ IdentifierResults store state.
|
|
|
9
9
|
<b>Signature:</b>
|
|
10
10
|
|
|
11
11
|
```typescript
|
|
12
|
-
export interface IdentifierResultsState extends StatusState
|
|
12
|
+
export interface IdentifierResultsState extends StatusState, QueryState
|
|
13
13
|
```
|
|
14
|
-
<b>Extends:</b> [StatusState](./x-components.statusstate.md)
|
|
14
|
+
<b>Extends:</b> [StatusState](./x-components.statusstate.md)<!-- -->, QueryState
|
|
15
15
|
|
|
16
16
|
## Properties
|
|
17
17
|
|
|
@@ -86,6 +86,7 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
86
86
|
| [MainScroll](./x-components.mainscroll.md) | Extends the scroll making it able to sync the first visible element, and allowing the children position to be restored.<!-- -->Each child element that wants to have this support must be wrapped in a [MainScrollItem](./x-components.mainscrollitem.md) component. |
|
|
87
87
|
| [MainScrollItem](./x-components.mainscrollitem.md) | Wrapper for elements contained in the [MainScroll](./x-components.mainscroll.md) that should store/restore its position. |
|
|
88
88
|
| [MultiColumnMaxWidthLayout](./x-components.multicolumnmaxwidthlayout.md) | Component for use as Layout to be filled with the rest of the Components. |
|
|
89
|
+
| [MyHistory](./x-components.myhistory.md) | This component renders the complete list of suggestions coming from the user queries history. |
|
|
89
90
|
| [NextQueries](./x-components.nextqueries.md) | Simple next-queries component that renders a list of suggestions, allowing the user to select one of them, and emitting the needed events. A next query is a suggestion for a new search, related to your previous query. I.e. If people normally search for <code>shirts</code>, and then <code>trousers</code>, <code>trousers</code> would be a next query of <code>shirts</code>. |
|
|
90
91
|
| [NextQueriesList](./x-components.nextquerieslist.md) | Component that inserts groups of next queries in different positions of the injected search items list, based on the provided configuration. |
|
|
91
92
|
| [NextQuery](./x-components.nextquery.md) | Renders a next query item which receives the suggestion that will be rendered as a prop. It exposes a default slot to change the next query content. If the slot is not overridden, it will render the suggestion query by default. |
|
|
@@ -326,6 +327,7 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
326
327
|
| [UrlGetters](./x-components.urlgetters.md) | URL store getters. |
|
|
327
328
|
| [UrlMutations](./x-components.urlmutations.md) | URL store mutations. |
|
|
328
329
|
| [UrlParams](./x-components.urlparams.md) | URL store params. |
|
|
330
|
+
| [UrlState](./x-components.urlstate.md) | URL store state. |
|
|
329
331
|
| [UrlXEvents](./x-components.urlxevents.md) | Dictionary of the events of URL XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
330
332
|
| [WatchedInternalSearchRequest](./x-components.watchedinternalsearchrequest.md) | A representation of a watched [InternalSearchRequest](./x-components.internalsearchrequest.md) object, wrapping its new and old values. |
|
|
331
333
|
| [WireMetadata](./x-components.wiremetadata.md) | The wires metadata includes more information about the emitted event, so then these events can be processed with more precision if needed. |
|
|
@@ -472,6 +474,7 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
472
474
|
| [refreshHistoryQueriesSession](./x-components.refreshhistoryqueriessession.md) | Triggers a session refresh, extending its validity for the time configured in the [HistoryQueriesConfig.sessionTTLInMs](./x-components.historyqueriesconfig.sessionttlinms.md)<!-- -->. |
|
|
473
475
|
| [refreshSession](./x-components.refreshsession.md) | Default implementation for the [HistoryQueriesActions.refreshSession()](./x-components.historyqueriesactions.refreshsession.md)<!-- -->. |
|
|
474
476
|
| [relatedTags](./x-components.relatedtags.md) | Default implementation for the [RelatedTagsGetters.relatedTags](./x-components.relatedtagsgetters.relatedtags.md) getter. |
|
|
477
|
+
| [relatedTagsQuery](./x-components.relatedtagsquery.md) | Default implementation for the [RelatedTagsGetters.query](./x-components.relatedtagsgetters.query.md) getter. |
|
|
475
478
|
| [relatedTagsRequest](./x-components.relatedtagsrequest.md) | Default implementation for the [RelatedTagsGetters.request](./x-components.relatedtagsgetters.request.md) getter. |
|
|
476
479
|
| [relatedTagsXModule](./x-components.relatedtagsxmodule.md) | RelatedTags [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>related-tags</code> entry point. |
|
|
477
480
|
| [removeFromHistory](./x-components.removefromhistory.md) | Default implementation for the [HistoryQueriesActions.removeFromHistory()](./x-components.historyqueriesactions.removefromhistory.md)<!-- -->. |
|
|
@@ -487,6 +490,7 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
487
490
|
| [scrollXModule](./x-components.scrollxmodule.md) | Scroll [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>empathize</code> entry point. |
|
|
488
491
|
| [searchBoxXModule](./x-components.searchboxxmodule.md) | SearchBox [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>search-box</code> entry point. |
|
|
489
492
|
| [SearchIcon](./x-components.searchicon.md) | |
|
|
493
|
+
| [searchQuery](./x-components.searchquery.md) | Default implementation for the [SearchState.query](./x-components.searchstate.query.md) getter. |
|
|
490
494
|
| [searchRequest](./x-components.searchrequest.md) | Default implementation for the [SearchGetters.request](./x-components.searchgetters.request.md) getter. |
|
|
491
495
|
| [SearchTinyIcon](./x-components.searchtinyicon.md) | |
|
|
492
496
|
| [searchXModule](./x-components.searchxmodule.md) | Search [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>search</code> entry point. |
|
|
@@ -675,7 +679,6 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
675
679
|
| [UrlActionContext](./x-components.urlactioncontext.md) | Alias type for actions context of the [UrlXStoreModule](./x-components.urlxstoremodule.md)<!-- -->. |
|
|
676
680
|
| [UrlParamKey](./x-components.urlparamkey.md) | The key of the parameter to store in the URL. |
|
|
677
681
|
| [UrlParamValue](./x-components.urlparamvalue.md) | The allowed values of the parameters to store in the URL. |
|
|
678
|
-
| [UrlState](./x-components.urlstate.md) | URL store state. |
|
|
679
682
|
| [UrlXModule](./x-components.urlxmodule.md) | URL [XModule](./x-components.xmodule.md) alias. |
|
|
680
683
|
| [UrlXStoreModule](./x-components.urlxstoremodule.md) | URL type safe store module. |
|
|
681
684
|
| [VueConstructorPartialArgument](./x-components.vueconstructorpartialargument.md) | First parameter of the Vue constructor. |
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [MyHistory](./x-components.myhistory.md) > [animation](./x-components.myhistory.animation.md)
|
|
4
|
+
|
|
5
|
+
## MyHistory.animation property
|
|
6
|
+
|
|
7
|
+
Animation component that will be used to animate the suggestions.
|
|
8
|
+
|
|
9
|
+
<b>Signature:</b>
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
protected animation: Vue;
|
|
13
|
+
```
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [MyHistory](./x-components.myhistory.md)
|
|
4
|
+
|
|
5
|
+
## MyHistory class
|
|
6
|
+
|
|
7
|
+
This component renders the complete list of suggestions coming from the user queries history.
|
|
8
|
+
|
|
9
|
+
<b>Signature:</b>
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
export default class MyHistory extends Vue
|
|
13
|
+
```
|
|
14
|
+
<b>Extends:</b> Vue
|
|
15
|
+
|
|
16
|
+
## Remarks
|
|
17
|
+
|
|
18
|
+
Allows the user to select one of them, emitting the needed events. A history query is just another type of suggestion that contains a query that the user has made in the past.
|
|
19
|
+
|
|
20
|
+
## Properties
|
|
21
|
+
|
|
22
|
+
| Property | Modifiers | Type | Description |
|
|
23
|
+
| --- | --- | --- | --- |
|
|
24
|
+
| [animation](./x-components.myhistory.animation.md) | | Vue | Animation component that will be used to animate the suggestions. |
|
|
25
|
+
|
|
@@ -9,9 +9,9 @@ Next queries module mutations.
|
|
|
9
9
|
<b>Signature:</b>
|
|
10
10
|
|
|
11
11
|
```typescript
|
|
12
|
-
export interface NextQueriesMutations extends StatusMutations
|
|
12
|
+
export interface NextQueriesMutations extends StatusMutations, QueryMutations
|
|
13
13
|
```
|
|
14
|
-
<b>Extends:</b> [StatusMutations](./x-components.statusmutations.md)
|
|
14
|
+
<b>Extends:</b> [StatusMutations](./x-components.statusmutations.md)<!-- -->, QueryMutations
|
|
15
15
|
|
|
16
16
|
## Methods
|
|
17
17
|
|
|
@@ -9,9 +9,9 @@ Next queries module state.
|
|
|
9
9
|
<b>Signature:</b>
|
|
10
10
|
|
|
11
11
|
```typescript
|
|
12
|
-
export interface NextQueriesState extends StatusState
|
|
12
|
+
export interface NextQueriesState extends StatusState, QueryState
|
|
13
13
|
```
|
|
14
|
-
<b>Extends:</b> [StatusState](./x-components.statusstate.md)
|
|
14
|
+
<b>Extends:</b> [StatusState](./x-components.statusstate.md)<!-- -->, QueryState
|
|
15
15
|
|
|
16
16
|
## Properties
|
|
17
17
|
|
|
@@ -9,9 +9,9 @@ QuerySuggestions store mutations.
|
|
|
9
9
|
<b>Signature:</b>
|
|
10
10
|
|
|
11
11
|
```typescript
|
|
12
|
-
export interface QuerySuggestionsMutations extends StatusMutations
|
|
12
|
+
export interface QuerySuggestionsMutations extends StatusMutations, QueryMutations
|
|
13
13
|
```
|
|
14
|
-
<b>Extends:</b> [StatusMutations](./x-components.statusmutations.md)
|
|
14
|
+
<b>Extends:</b> [StatusMutations](./x-components.statusmutations.md)<!-- -->, QueryMutations
|
|
15
15
|
|
|
16
16
|
## Methods
|
|
17
17
|
|
|
@@ -9,9 +9,9 @@ QuerySuggestions store state.
|
|
|
9
9
|
<b>Signature:</b>
|
|
10
10
|
|
|
11
11
|
```typescript
|
|
12
|
-
export interface QuerySuggestionsState extends StatusState
|
|
12
|
+
export interface QuerySuggestionsState extends StatusState, QueryState
|
|
13
13
|
```
|
|
14
|
-
<b>Extends:</b> [StatusState](./x-components.statusstate.md)
|
|
14
|
+
<b>Extends:</b> [StatusState](./x-components.statusstate.md)<!-- -->, QueryState
|
|
15
15
|
|
|
16
16
|
## Properties
|
|
17
17
|
|
|
@@ -16,6 +16,7 @@ export interface RelatedTagsGetters
|
|
|
16
16
|
|
|
17
17
|
| Property | Type | Description |
|
|
18
18
|
| --- | --- | --- |
|
|
19
|
+
| [query](./x-components.relatedtagsgetters.query.md) | string | The combination of the query and the selected related tags. |
|
|
19
20
|
| [relatedTags](./x-components.relatedtagsgetters.relatedtags.md) | RelatedTag\[\] | List that contains al the related tags, having the selected ones at the first positions (if there are any), and then the unselected ones. |
|
|
20
21
|
| [request](./x-components.relatedtagsgetters.request.md) | RelatedTagsRequest \| null | The adapter request object for retrieving the related tags, or null if there is not valid data to create a request. |
|
|
21
22
|
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [RelatedTagsGetters](./x-components.relatedtagsgetters.md) > [query](./x-components.relatedtagsgetters.query.md)
|
|
4
|
+
|
|
5
|
+
## RelatedTagsGetters.query property
|
|
6
|
+
|
|
7
|
+
The combination of the query and the selected related tags.
|
|
8
|
+
|
|
9
|
+
<b>Signature:</b>
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
query: string;
|
|
13
|
+
```
|
|
@@ -9,16 +9,15 @@ RelatedTags store mutations.
|
|
|
9
9
|
<b>Signature:</b>
|
|
10
10
|
|
|
11
11
|
```typescript
|
|
12
|
-
export interface RelatedTagsMutations extends StatusMutations
|
|
12
|
+
export interface RelatedTagsMutations extends StatusMutations, QueryMutations
|
|
13
13
|
```
|
|
14
|
-
<b>Extends:</b> [StatusMutations](./x-components.statusmutations.md)
|
|
14
|
+
<b>Extends:</b> [StatusMutations](./x-components.statusmutations.md)<!-- -->, QueryMutations
|
|
15
15
|
|
|
16
16
|
## Methods
|
|
17
17
|
|
|
18
18
|
| Method | Description |
|
|
19
19
|
| --- | --- |
|
|
20
20
|
| [setParams(params)](./x-components.relatedtagsmutations.setparams.md) | Sets the extra params of the module. |
|
|
21
|
-
| [setQuery(newQuery)](./x-components.relatedtagsmutations.setquery.md) | Sets the query of the module, which is used to retrieve the related tags. |
|
|
22
21
|
| [setRelatedTags(relatedTags)](./x-components.relatedtagsmutations.setrelatedtags.md) | Sets the related tags of the module. |
|
|
23
22
|
| [setSelectedRelatedTags(selectedRelatedTags)](./x-components.relatedtagsmutations.setselectedrelatedtags.md) | Sets the selected related tags of the module. |
|
|
24
23
|
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [relatedTagsQuery](./x-components.relatedtagsquery.md)
|
|
4
|
+
|
|
5
|
+
## relatedTagsQuery variable
|
|
6
|
+
|
|
7
|
+
Default implementation for the [RelatedTagsGetters.query](./x-components.relatedtagsgetters.query.md) getter.
|
|
8
|
+
|
|
9
|
+
<b>Signature:</b>
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
query: RelatedTagsXStoreModule['getters']['query']
|
|
13
|
+
```
|
|
@@ -9,9 +9,9 @@ RelatedTags store state.
|
|
|
9
9
|
<b>Signature:</b>
|
|
10
10
|
|
|
11
11
|
```typescript
|
|
12
|
-
export interface RelatedTagsState extends StatusState
|
|
12
|
+
export interface RelatedTagsState extends StatusState, QueryState
|
|
13
13
|
```
|
|
14
|
-
<b>Extends:</b> [StatusState](./x-components.statusstate.md)
|
|
14
|
+
<b>Extends:</b> [StatusState](./x-components.statusstate.md)<!-- -->, QueryState
|
|
15
15
|
|
|
16
16
|
## Properties
|
|
17
17
|
|
|
@@ -19,7 +19,6 @@ export interface RelatedTagsState extends StatusState
|
|
|
19
19
|
| --- | --- | --- |
|
|
20
20
|
| [config](./x-components.relatedtagsstate.config.md) | [RelatedTagsConfig](./x-components.relatedtagsconfig.md) | The configuration of the related tags module. |
|
|
21
21
|
| [params](./x-components.relatedtagsstate.params.md) | [Dictionary](./x-components.dictionary.md)<!-- --><unknown> | The extra params property of the state. |
|
|
22
|
-
| [query](./x-components.relatedtagsstate.query.md) | string | The internal query of the module. Used to request the related tags. |
|
|
23
22
|
| [relatedTags](./x-components.relatedtagsstate.relatedtags.md) | RelatedTag\[\] | The list of the related tags, related to the <code>query</code> property of the state. |
|
|
24
23
|
| [selectedRelatedTags](./x-components.relatedtagsstate.selectedrelatedtags.md) | RelatedTag\[\] | The list of the selected related tags. |
|
|
25
24
|
|
|
@@ -16,5 +16,6 @@ export interface SearchGetters
|
|
|
16
16
|
|
|
17
17
|
| Property | Type | Description |
|
|
18
18
|
| --- | --- | --- |
|
|
19
|
+
| [query](./x-components.searchgetters.query.md) | string | The combination of the query and the selected related tags. |
|
|
19
20
|
| [request](./x-components.searchgetters.request.md) | [InternalSearchRequest](./x-components.internalsearchrequest.md) \| null | The adapter request object for retrieving the results, or null if there is not valid data to create a request. |
|
|
20
21
|
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SearchGetters](./x-components.searchgetters.md) > [query](./x-components.searchgetters.query.md)
|
|
4
|
+
|
|
5
|
+
## SearchGetters.query property
|
|
6
|
+
|
|
7
|
+
The combination of the query and the selected related tags.
|
|
8
|
+
|
|
9
|
+
<b>Signature:</b>
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
query: string;
|
|
13
|
+
```
|
|
@@ -9,9 +9,9 @@ Search store mutations.
|
|
|
9
9
|
<b>Signature:</b>
|
|
10
10
|
|
|
11
11
|
```typescript
|
|
12
|
-
export interface SearchMutations extends StatusMutations
|
|
12
|
+
export interface SearchMutations extends StatusMutations, QueryMutations
|
|
13
13
|
```
|
|
14
|
-
<b>Extends:</b> [StatusMutations](./x-components.statusmutations.md)
|
|
14
|
+
<b>Extends:</b> [StatusMutations](./x-components.statusmutations.md)<!-- -->, QueryMutations
|
|
15
15
|
|
|
16
16
|
## Methods
|
|
17
17
|
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [searchQuery](./x-components.searchquery.md)
|
|
4
|
+
|
|
5
|
+
## searchQuery variable
|
|
6
|
+
|
|
7
|
+
Default implementation for the [SearchState.query](./x-components.searchstate.query.md) getter.
|
|
8
|
+
|
|
9
|
+
<b>Signature:</b>
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
query: SearchXStoreModule['getters']['query']
|
|
13
|
+
```
|
|
@@ -9,9 +9,9 @@ Search store state.
|
|
|
9
9
|
<b>Signature:</b>
|
|
10
10
|
|
|
11
11
|
```typescript
|
|
12
|
-
export interface SearchState extends StatusState
|
|
12
|
+
export interface SearchState extends StatusState, QueryState
|
|
13
13
|
```
|
|
14
|
-
<b>Extends:</b> [StatusState](./x-components.statusstate.md)
|
|
14
|
+
<b>Extends:</b> [StatusState](./x-components.statusstate.md)<!-- -->, QueryState
|
|
15
15
|
|
|
16
16
|
## Properties
|
|
17
17
|
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [UrlState](./x-components.urlstate.md) > [initialExtraParams](./x-components.urlstate.initialextraparams.md)
|
|
4
|
+
|
|
5
|
+
## UrlState.initialExtraParams property
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
initialExtraParams: Dictionary<unknown>;
|
|
11
|
+
```
|