@empathyco/x-components 3.0.0-alpha.130 → 3.0.0-alpha.133
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 +39 -0
- package/core/index.js +1 -0
- package/core/index.js.map +1 -1
- package/design-system/full-theme.css +144 -143
- package/docs/API-reference/api/x-components.basemodal.animation.md +1 -1
- package/docs/API-reference/api/x-components.basemodal.iswaitingforleave.md +13 -0
- package/docs/API-reference/api/x-components.basemodal.md +3 -2
- package/docs/API-reference/api/x-components.basemodal.overlayanimation.md +13 -0
- package/docs/API-reference/api/x-components.crossfade.md +1 -1
- package/docs/API-reference/api/x-components.fade.md +15 -0
- package/docs/API-reference/api/x-components.historyqueriesswitch.md +15 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesdisplayed.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesquerychanged.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesstoragekeychanged.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesxevents.md +11 -8
- package/docs/API-reference/api/x-components.historyqueriesxevents.sessionhistoryquerieschanged.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesxevents.userclickedconfirmdisablehistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.userclickeddisablehistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.userclickeddismissdisablehistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.userclickedenablehistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedclearhistoryqueries.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedremovehistoryquery.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesxevents.userselectedahistoryquery.md +1 -1
- package/docs/API-reference/api/x-components.md +5 -2
- package/docs/API-reference/api/x-components.sethistoryqueriesdisabled.md +13 -0
- package/docs/API-reference/api/x-components.sethistoryqueriesenabled.md +13 -0
- package/docs/API-reference/components/common/animations/x-components.cross-fade.md +1 -1
- package/docs/API-reference/components/common/animations/x-components.fade.md +48 -0
- package/docs/API-reference/components/common/modals/x-components.base-modal.md +5 -4
- package/docs/API-reference/components/history-queries/x-components.history-queries-switch.md +96 -0
- package/history-queries/index.js +2 -1
- package/js/components/animations/animate-width.vue.js +11 -3
- package/js/components/animations/animate-width.vue.js.map +1 -1
- package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js +3 -1
- package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/animations/collapse-height.vue.js +14 -9
- package/js/components/animations/collapse-height.vue.js.map +1 -1
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js +2 -1
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/animations/collapse-width.vue.js +14 -9
- package/js/components/animations/collapse-width.vue.js.map +1 -1
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js +2 -1
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/animations/create-directional-animation-factory.js +6 -1
- package/js/components/animations/create-directional-animation-factory.js.map +1 -1
- package/js/components/animations/cross-fade.vue.js +8 -3
- package/js/components/animations/cross-fade.vue.js.map +1 -1
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js +4 -2
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/animations/fade-and-slide.vue.js +11 -6
- package/js/components/animations/fade-and-slide.vue.js.map +1 -1
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js +3 -1
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/animations/fade.vue.js +63 -0
- package/js/components/animations/fade.vue.js.map +1 -0
- package/js/components/animations/fade.vue_rollup-plugin-vue_script.vue.js +21 -0
- package/js/components/animations/fade.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/animations/staggered-fade-and-slide.vue.js +2 -2
- package/js/components/animations/staggered-fade-and-slide.vue.js.map +1 -1
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js +2 -1
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/modals/base-modal.vue.js +47 -32
- package/js/components/modals/base-modal.vue.js.map +1 -1
- package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js +6 -2
- package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/index.js +3 -1
- package/js/index.js.map +1 -1
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js +1 -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 +1 -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 +1 -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 +1 -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 +1 -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 +1 -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 +1 -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 +1 -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 +1 -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 +1 -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 +1 -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 +1 -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 +1 -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 +1 -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 +1 -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 +50 -0
- package/js/x-modules/history-queries/components/history-queries-switch.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js +37 -0
- package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/history-queries/wiring.js +14 -5
- package/js/x-modules/history-queries/wiring.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js +1 -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 +1 -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 +1 -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 +1 -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 +1 -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 +1 -0
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js +1 -0
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +260 -72
- package/report/x-components.api.md +29 -7
- package/types/components/animations/animate-width.vue.d.ts.map +1 -1
- package/types/components/animations/collapse-height.vue.d.ts.map +1 -1
- package/types/components/animations/collapse-width.vue.d.ts.map +1 -1
- package/types/components/animations/create-directional-animation-factory.d.ts.map +1 -1
- package/types/components/animations/cross-fade.vue.d.ts +1 -1
- package/types/components/animations/cross-fade.vue.d.ts.map +1 -1
- package/types/components/animations/fade-and-slide.vue.d.ts.map +1 -1
- package/types/components/animations/fade.vue.d.ts +10 -0
- package/types/components/animations/fade.vue.d.ts.map +1 -0
- package/types/components/animations/index.d.ts +1 -0
- package/types/components/animations/index.d.ts.map +1 -1
- package/types/components/animations/staggered-fade-and-slide.vue.d.ts.map +1 -1
- package/types/components/modals/base-modal.vue.d.ts +8 -3
- package/types/components/modals/base-modal.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts +22 -0
- package/types/x-modules/history-queries/components/history-queries-switch.vue.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/events.types.d.ts +25 -10
- package/types/x-modules/history-queries/events.types.d.ts.map +1 -1
- package/types/x-modules/history-queries/wiring.d.ts +13 -4
- package/types/x-modules/history-queries/wiring.d.ts.map +1 -1
- package/docs/API-reference/api/x-components.basemodal.showoverlay.md +0 -13
- package/docs/API-reference/api/x-components.historyqueriesxevents.usertoggledhistoryqueries.md +0 -13
- package/docs/API-reference/api/x-components.togglehistoryqueries.md +0 -13
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,45 @@
|
|
|
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.133](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.132...@empathyco/x-components@3.0.0-alpha.133) (2022-07-15)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **components:** Add option to extend transitions with listeners and attributes (#600)
|
|
11
|
+
([16d5262](https://github.com/empathyco/x/commit/16d5262ab2213d53c736e89774089313755abeff)),
|
|
12
|
+
closes [EX-6457](https://searchbroker.atlassian.net/browse/EX-6457)
|
|
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.132](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.131...@empathyco/x-components@3.0.0-alpha.132) (2022-07-14)
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
- **history-queries:** add `UserClickedDismissDisableHistoryQueries` event
|
|
24
|
+
([ea0bddc](https://github.com/empathyco/x/commit/ea0bddce87ec1e87b753bb39863cbee903fb9eed)),
|
|
25
|
+
closes [EX-6682](https://searchbroker.atlassian.net/browse/EX-6682)
|
|
26
|
+
|
|
27
|
+
# Change Log
|
|
28
|
+
|
|
29
|
+
All notable changes to this project will be documented in this file. See
|
|
30
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
31
|
+
|
|
32
|
+
## [3.0.0-alpha.131](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.130...@empathyco/x-components@3.0.0-alpha.131) (2022-07-13)
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
- **history-queries:** add `HistoryQueriesSwitch` component (#593)
|
|
37
|
+
([8c87cc3](https://github.com/empathyco/x/commit/8c87cc3a35336720d3da79ab7347e52caa4cd922)),
|
|
38
|
+
closes [EX-6515](https://searchbroker.atlassian.net/browse/EX-6515)
|
|
39
|
+
|
|
40
|
+
# Change Log
|
|
41
|
+
|
|
42
|
+
All notable changes to this project will be documented in this file. See
|
|
43
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
44
|
+
|
|
6
45
|
## [3.0.0-alpha.130](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.129...@empathyco/x-components@3.0.0-alpha.130) (2022-07-12)
|
|
7
46
|
|
|
8
47
|
### Features
|
package/core/index.js
CHANGED
|
@@ -2,6 +2,7 @@ export { default as AnimateWidth } from '../js/components/animations/animate-wid
|
|
|
2
2
|
export { default as CollapseHeight } from '../js/components/animations/collapse-height.vue.js';
|
|
3
3
|
export { default as CollapseWidth } from '../js/components/animations/collapse-width.vue.js';
|
|
4
4
|
export { default as CrossFade } from '../js/components/animations/cross-fade.vue.js';
|
|
5
|
+
export { default as Fade } from '../js/components/animations/fade.vue.js';
|
|
5
6
|
export { default as FadeAndSlide } from '../js/components/animations/fade-and-slide.vue.js';
|
|
6
7
|
export { default as StaggeredFadeAndSlide } from '../js/components/animations/staggered-fade-and-slide.vue.js';
|
|
7
8
|
export { default as StaggeringTransitionGroup } from '../js/components/animations/staggering-transition-group.vue.js';
|
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1567,149 +1567,6 @@
|
|
|
1567
1567
|
--x-size-border-radius-bottom-right-input-pill: var(--x-size-border-radius-input-pill);
|
|
1568
1568
|
--x-size-border-radius-bottom-left-input-pill: var(--x-size-border-radius-input-pill);
|
|
1569
1569
|
}
|
|
1570
|
-
.x-list {
|
|
1571
|
-
display: flex;
|
|
1572
|
-
flex-flow: var(--x-string-flow-list);
|
|
1573
|
-
list-style: none;
|
|
1574
|
-
gap: var(--x-size-gap-list);
|
|
1575
|
-
margin: 0;
|
|
1576
|
-
padding: var(--x-size-padding-list);
|
|
1577
|
-
justify-content: var(--x-size-justify-list);
|
|
1578
|
-
align-items: var(--x-size-align-list);
|
|
1579
|
-
min-width: 0;
|
|
1580
|
-
}
|
|
1581
|
-
@media not all and (min-resolution: 0.001dpcm) {
|
|
1582
|
-
.x-list:not(.x-list--horizontal), .x-list.x-list--vertical {
|
|
1583
|
-
gap: 0;
|
|
1584
|
-
}
|
|
1585
|
-
.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list.x-list--vertical > *:not(:last-child) {
|
|
1586
|
-
margin-bottom: var(--x-size-gap-list);
|
|
1587
|
-
}
|
|
1588
|
-
}
|
|
1589
|
-
@media not all and (min-resolution: 0.001dpcm) {
|
|
1590
|
-
.x-list.x-list--horizontal {
|
|
1591
|
-
gap: 0;
|
|
1592
|
-
}
|
|
1593
|
-
.x-list.x-list--horizontal > *:not(:last-child) {
|
|
1594
|
-
margin-right: var(--x-size-gap-list);
|
|
1595
|
-
}
|
|
1596
|
-
}
|
|
1597
|
-
@media not all and (min-resolution: 0.001dpcm) {
|
|
1598
|
-
.x-list.x-list--wrap, .x-list.x-list--wrap-reverse {
|
|
1599
|
-
gap: 0;
|
|
1600
|
-
}
|
|
1601
|
-
.x-list.x-list--wrap > *:not(:last-child), .x-list.x-list--wrap-reverse > *:not(:last-child) {
|
|
1602
|
-
margin-right: var(--x-size-gap-list);
|
|
1603
|
-
margin-bottom: var(--x-size-gap-list);
|
|
1604
|
-
}
|
|
1605
|
-
}
|
|
1606
|
-
|
|
1607
|
-
.x-list--vertical.x-list {
|
|
1608
|
-
flex-flow: column nowrap;
|
|
1609
|
-
}
|
|
1610
|
-
|
|
1611
|
-
.x-list--horizontal.x-list {
|
|
1612
|
-
flex-flow: row nowrap;
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1615
|
-
.x-list--wrap.x-list {
|
|
1616
|
-
flex-flow: row wrap;
|
|
1617
|
-
}
|
|
1618
|
-
|
|
1619
|
-
.x-list--wrap-reverse.x-list {
|
|
1620
|
-
flex-flow: row wrap-reverse;
|
|
1621
|
-
}
|
|
1622
|
-
|
|
1623
|
-
.x-list--justify-stretch.x-list {
|
|
1624
|
-
justify-content: stretch;
|
|
1625
|
-
}
|
|
1626
|
-
|
|
1627
|
-
.x-list--justify-center.x-list {
|
|
1628
|
-
justify-content: center;
|
|
1629
|
-
}
|
|
1630
|
-
|
|
1631
|
-
.x-list--justify-end.x-list {
|
|
1632
|
-
justify-content: flex-end;
|
|
1633
|
-
}
|
|
1634
|
-
|
|
1635
|
-
.x-list--justify-start.x-list {
|
|
1636
|
-
justify-content: flex-start;
|
|
1637
|
-
}
|
|
1638
|
-
|
|
1639
|
-
.x-list--align-stretch.x-list {
|
|
1640
|
-
align-items: stretch;
|
|
1641
|
-
}
|
|
1642
|
-
|
|
1643
|
-
.x-list--align-center.x-list {
|
|
1644
|
-
align-items: center;
|
|
1645
|
-
}
|
|
1646
|
-
|
|
1647
|
-
.x-list--align-baseline.x-list {
|
|
1648
|
-
align-items: baseline;
|
|
1649
|
-
}
|
|
1650
|
-
|
|
1651
|
-
.x-list--align-end.x-list {
|
|
1652
|
-
align-items: flex-end;
|
|
1653
|
-
}
|
|
1654
|
-
|
|
1655
|
-
.x-list--align-start.x-list {
|
|
1656
|
-
align-items: flex-start;
|
|
1657
|
-
}
|
|
1658
|
-
|
|
1659
|
-
.x-list > .x-list__item--expand {
|
|
1660
|
-
flex: 1 1 auto;
|
|
1661
|
-
}
|
|
1662
|
-
.x-list > .x-list__item--no-expand {
|
|
1663
|
-
flex: 0 0 auto;
|
|
1664
|
-
}
|
|
1665
|
-
.x-list.x-list--horizontal > .x-list__item--expand {
|
|
1666
|
-
min-width: 0;
|
|
1667
|
-
}
|
|
1668
|
-
.x-list:not(.x-list--horizontal) > .x-list__item--expand {
|
|
1669
|
-
min-height: 0;
|
|
1670
|
-
}
|
|
1671
|
-
.x-list > .x-list__item--stretch {
|
|
1672
|
-
align-self: stretch;
|
|
1673
|
-
}
|
|
1674
|
-
.x-list > .x-list__item--flex-none {
|
|
1675
|
-
flex: none;
|
|
1676
|
-
}
|
|
1677
|
-
.x-list > .x-list__item--01 {
|
|
1678
|
-
flex: 1 12 auto;
|
|
1679
|
-
}
|
|
1680
|
-
.x-list > .x-list__item--02 {
|
|
1681
|
-
flex: 2 11 auto;
|
|
1682
|
-
}
|
|
1683
|
-
.x-list > .x-list__item--03 {
|
|
1684
|
-
flex: 3 10 auto;
|
|
1685
|
-
}
|
|
1686
|
-
.x-list > .x-list__item--04 {
|
|
1687
|
-
flex: 4 9 auto;
|
|
1688
|
-
}
|
|
1689
|
-
.x-list > .x-list__item--05 {
|
|
1690
|
-
flex: 5 8 auto;
|
|
1691
|
-
}
|
|
1692
|
-
.x-list > .x-list__item--06 {
|
|
1693
|
-
flex: 6 7 auto;
|
|
1694
|
-
}
|
|
1695
|
-
.x-list > .x-list__item--07 {
|
|
1696
|
-
flex: 7 6 auto;
|
|
1697
|
-
}
|
|
1698
|
-
.x-list > .x-list__item--08 {
|
|
1699
|
-
flex: 8 5 auto;
|
|
1700
|
-
}
|
|
1701
|
-
.x-list > .x-list__item--09 {
|
|
1702
|
-
flex: 9 4 auto;
|
|
1703
|
-
}
|
|
1704
|
-
.x-list > .x-list__item--10 {
|
|
1705
|
-
flex: 10 3 auto;
|
|
1706
|
-
}
|
|
1707
|
-
.x-list > .x-list__item--11 {
|
|
1708
|
-
flex: 11 2 auto;
|
|
1709
|
-
}
|
|
1710
|
-
.x-list > .x-list__item--12 {
|
|
1711
|
-
flex: 12 1 auto;
|
|
1712
|
-
}
|
|
1713
1570
|
:root {
|
|
1714
1571
|
--x-string-flow-list: column nowrap;
|
|
1715
1572
|
--x-size-padding-list: 0;
|
|
@@ -7613,3 +7470,147 @@
|
|
|
7613
7470
|
.x-normal-case {
|
|
7614
7471
|
text-transform: none;
|
|
7615
7472
|
}
|
|
7473
|
+
|
|
7474
|
+
.x-list {
|
|
7475
|
+
display: flex;
|
|
7476
|
+
flex-flow: var(--x-string-flow-list);
|
|
7477
|
+
list-style: none;
|
|
7478
|
+
gap: var(--x-size-gap-list);
|
|
7479
|
+
margin: 0;
|
|
7480
|
+
padding: var(--x-size-padding-list);
|
|
7481
|
+
justify-content: var(--x-size-justify-list);
|
|
7482
|
+
align-items: var(--x-size-align-list);
|
|
7483
|
+
min-width: 0;
|
|
7484
|
+
}
|
|
7485
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
7486
|
+
.x-list:not(.x-list--horizontal), .x-list.x-list--vertical {
|
|
7487
|
+
gap: 0;
|
|
7488
|
+
}
|
|
7489
|
+
.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list.x-list--vertical > *:not(:last-child) {
|
|
7490
|
+
margin-bottom: var(--x-size-gap-list);
|
|
7491
|
+
}
|
|
7492
|
+
}
|
|
7493
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
7494
|
+
.x-list.x-list--horizontal {
|
|
7495
|
+
gap: 0;
|
|
7496
|
+
}
|
|
7497
|
+
.x-list.x-list--horizontal > *:not(:last-child) {
|
|
7498
|
+
margin-right: var(--x-size-gap-list);
|
|
7499
|
+
}
|
|
7500
|
+
}
|
|
7501
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
7502
|
+
.x-list.x-list--wrap, .x-list.x-list--wrap-reverse {
|
|
7503
|
+
gap: 0;
|
|
7504
|
+
}
|
|
7505
|
+
.x-list.x-list--wrap > *:not(:last-child), .x-list.x-list--wrap-reverse > *:not(:last-child) {
|
|
7506
|
+
margin-right: var(--x-size-gap-list);
|
|
7507
|
+
margin-bottom: var(--x-size-gap-list);
|
|
7508
|
+
}
|
|
7509
|
+
}
|
|
7510
|
+
|
|
7511
|
+
.x-list--vertical.x-list {
|
|
7512
|
+
flex-flow: column nowrap;
|
|
7513
|
+
}
|
|
7514
|
+
|
|
7515
|
+
.x-list--horizontal.x-list {
|
|
7516
|
+
flex-flow: row nowrap;
|
|
7517
|
+
}
|
|
7518
|
+
|
|
7519
|
+
.x-list--wrap.x-list {
|
|
7520
|
+
flex-flow: row wrap;
|
|
7521
|
+
}
|
|
7522
|
+
|
|
7523
|
+
.x-list--wrap-reverse.x-list {
|
|
7524
|
+
flex-flow: row wrap-reverse;
|
|
7525
|
+
}
|
|
7526
|
+
|
|
7527
|
+
.x-list--justify-stretch.x-list {
|
|
7528
|
+
justify-content: stretch;
|
|
7529
|
+
}
|
|
7530
|
+
|
|
7531
|
+
.x-list--justify-center.x-list {
|
|
7532
|
+
justify-content: center;
|
|
7533
|
+
}
|
|
7534
|
+
|
|
7535
|
+
.x-list--justify-end.x-list {
|
|
7536
|
+
justify-content: flex-end;
|
|
7537
|
+
}
|
|
7538
|
+
|
|
7539
|
+
.x-list--justify-start.x-list {
|
|
7540
|
+
justify-content: flex-start;
|
|
7541
|
+
}
|
|
7542
|
+
|
|
7543
|
+
.x-list--align-stretch.x-list {
|
|
7544
|
+
align-items: stretch;
|
|
7545
|
+
}
|
|
7546
|
+
|
|
7547
|
+
.x-list--align-center.x-list {
|
|
7548
|
+
align-items: center;
|
|
7549
|
+
}
|
|
7550
|
+
|
|
7551
|
+
.x-list--align-baseline.x-list {
|
|
7552
|
+
align-items: baseline;
|
|
7553
|
+
}
|
|
7554
|
+
|
|
7555
|
+
.x-list--align-end.x-list {
|
|
7556
|
+
align-items: flex-end;
|
|
7557
|
+
}
|
|
7558
|
+
|
|
7559
|
+
.x-list--align-start.x-list {
|
|
7560
|
+
align-items: flex-start;
|
|
7561
|
+
}
|
|
7562
|
+
|
|
7563
|
+
.x-list > .x-list__item--expand {
|
|
7564
|
+
flex: 1 1 auto;
|
|
7565
|
+
}
|
|
7566
|
+
.x-list > .x-list__item--no-expand {
|
|
7567
|
+
flex: 0 0 auto;
|
|
7568
|
+
}
|
|
7569
|
+
.x-list.x-list--horizontal > .x-list__item--expand {
|
|
7570
|
+
min-width: 0;
|
|
7571
|
+
}
|
|
7572
|
+
.x-list:not(.x-list--horizontal) > .x-list__item--expand {
|
|
7573
|
+
min-height: 0;
|
|
7574
|
+
}
|
|
7575
|
+
.x-list > .x-list__item--stretch {
|
|
7576
|
+
align-self: stretch;
|
|
7577
|
+
}
|
|
7578
|
+
.x-list > .x-list__item--flex-none {
|
|
7579
|
+
flex: none;
|
|
7580
|
+
}
|
|
7581
|
+
.x-list > .x-list__item--01 {
|
|
7582
|
+
flex: 1 12 auto;
|
|
7583
|
+
}
|
|
7584
|
+
.x-list > .x-list__item--02 {
|
|
7585
|
+
flex: 2 11 auto;
|
|
7586
|
+
}
|
|
7587
|
+
.x-list > .x-list__item--03 {
|
|
7588
|
+
flex: 3 10 auto;
|
|
7589
|
+
}
|
|
7590
|
+
.x-list > .x-list__item--04 {
|
|
7591
|
+
flex: 4 9 auto;
|
|
7592
|
+
}
|
|
7593
|
+
.x-list > .x-list__item--05 {
|
|
7594
|
+
flex: 5 8 auto;
|
|
7595
|
+
}
|
|
7596
|
+
.x-list > .x-list__item--06 {
|
|
7597
|
+
flex: 6 7 auto;
|
|
7598
|
+
}
|
|
7599
|
+
.x-list > .x-list__item--07 {
|
|
7600
|
+
flex: 7 6 auto;
|
|
7601
|
+
}
|
|
7602
|
+
.x-list > .x-list__item--08 {
|
|
7603
|
+
flex: 8 5 auto;
|
|
7604
|
+
}
|
|
7605
|
+
.x-list > .x-list__item--09 {
|
|
7606
|
+
flex: 9 4 auto;
|
|
7607
|
+
}
|
|
7608
|
+
.x-list > .x-list__item--10 {
|
|
7609
|
+
flex: 10 3 auto;
|
|
7610
|
+
}
|
|
7611
|
+
.x-list > .x-list__item--11 {
|
|
7612
|
+
flex: 11 2 auto;
|
|
7613
|
+
}
|
|
7614
|
+
.x-list > .x-list__item--12 {
|
|
7615
|
+
flex: 12 1 auto;
|
|
7616
|
+
}
|
|
@@ -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) > [BaseModal](./x-components.basemodal.md) > [isWaitingForLeave](./x-components.basemodal.iswaitingforleave.md)
|
|
4
|
+
|
|
5
|
+
## BaseModal.isWaitingForLeave property
|
|
6
|
+
|
|
7
|
+
Boolean to delay the leave animation until it has completed.
|
|
8
|
+
|
|
9
|
+
<b>Signature:</b>
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
protected isWaitingForLeave: boolean;
|
|
13
|
+
```
|
|
@@ -18,11 +18,12 @@ export default class BaseModal extends Vue
|
|
|
18
18
|
| Property | Modifiers | Type | Description |
|
|
19
19
|
| --- | --- | --- | --- |
|
|
20
20
|
| [$refs](./x-components.basemodal._refs.md) | | { modal: HTMLDivElement; } | |
|
|
21
|
-
| [animation](./x-components.basemodal.animation.md) | | Vue \| string | Animation to use for opening/closing the modal. |
|
|
21
|
+
| [animation](./x-components.basemodal.animation.md) | | Vue \| string | Animation to use for opening/closing the modal. This animation only affects the content. |
|
|
22
|
+
| [isWaitingForLeave](./x-components.basemodal.iswaitingforleave.md) | | boolean | Boolean to delay the leave animation until it has completed. |
|
|
22
23
|
| [open](./x-components.basemodal.open.md) | | boolean | Determines if the modal is open or not. |
|
|
24
|
+
| [overlayAnimation](./x-components.basemodal.overlayanimation.md) | | Vue \| string | Animation to use for the overlay (backdrop) part of the modal. By default, it uses a fade transition. |
|
|
23
25
|
| [previousBodyOverflow](./x-components.basemodal.previousbodyoverflow.md) | | string | The previous value of the body overflow style. |
|
|
24
26
|
| [previousHTMLOverflow](./x-components.basemodal.previoushtmloverflow.md) | | string | The previous value of the HTML element overflow style. |
|
|
25
|
-
| [showOverlay](./x-components.basemodal.showoverlay.md) | | boolean | To animate the overlay opacity after and before the animation. |
|
|
26
27
|
|
|
27
28
|
## Methods
|
|
28
29
|
|
|
@@ -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) > [BaseModal](./x-components.basemodal.md) > [overlayAnimation](./x-components.basemodal.overlayanimation.md)
|
|
4
|
+
|
|
5
|
+
## BaseModal.overlayAnimation property
|
|
6
|
+
|
|
7
|
+
Animation to use for the overlay (backdrop) part of the modal. By default, it uses a fade transition.
|
|
8
|
+
|
|
9
|
+
<b>Signature:</b>
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
overlayAnimation: Vue | string;
|
|
13
|
+
```
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## CrossFade class
|
|
6
6
|
|
|
7
|
-
Renders a transition wrapping the element passed in the default
|
|
7
|
+
Renders a transition wrapping the element passed in the default slot. The transition fades between the two toggled elements at the same time.
|
|
8
8
|
|
|
9
9
|
<b>Signature:</b>
|
|
10
10
|
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [Fade](./x-components.fade.md)
|
|
4
|
+
|
|
5
|
+
## Fade class
|
|
6
|
+
|
|
7
|
+
Renders a transition wrapping the element passed in the default slot. The animation just fades in/out the element by changing its opacity.
|
|
8
|
+
|
|
9
|
+
<b>Signature:</b>
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
export default class Fade extends Vue
|
|
13
|
+
```
|
|
14
|
+
<b>Extends:</b> Vue
|
|
15
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [HistoryQueriesSwitch](./x-components.historyqueriesswitch.md)
|
|
4
|
+
|
|
5
|
+
## HistoryQueriesSwitch class
|
|
6
|
+
|
|
7
|
+
History Queries Switch is a component to enable or disable the history queries. This component emits events depending on the `isEnabled` value.
|
|
8
|
+
|
|
9
|
+
<b>Signature:</b>
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
export default class HistoryQueriesSwitch extends Vue
|
|
13
|
+
```
|
|
14
|
+
<b>Extends:</b> Vue
|
|
15
|
+
|
package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesdisplayed.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## HistoryQueriesXEvents.HistoryQueriesDisplayed property
|
|
6
6
|
|
|
7
|
-
The current history queries have been displayed to the user.
|
|
7
|
+
The current history queries have been displayed to the user. Payload: The displayed history queries.
|
|
8
8
|
|
|
9
9
|
<b>Signature:</b>
|
|
10
10
|
|
package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesquerychanged.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## HistoryQueriesXEvents.HistoryQueriesQueryChanged property
|
|
6
6
|
|
|
7
|
-
The query for searching inside the history-queries has changed.
|
|
7
|
+
The query for searching inside the history-queries has changed. Payload: The history-queries query.
|
|
8
8
|
|
|
9
9
|
<b>Signature:</b>
|
|
10
10
|
|
package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesstoragekeychanged.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## HistoryQueriesXEvents.HistoryQueriesStorageKeyChanged property
|
|
6
6
|
|
|
7
|
-
The key for saving the history queries in to the browser storage has changed.
|
|
7
|
+
The key for saving the history queries in to the browser storage has changed. Payload: The new history-queries storage key.
|
|
8
8
|
|
|
9
9
|
<b>Signature:</b>
|
|
10
10
|
|
|
@@ -16,12 +16,15 @@ export interface HistoryQueriesXEvents
|
|
|
16
16
|
|
|
17
17
|
| Property | Type | Description |
|
|
18
18
|
| --- | --- | --- |
|
|
19
|
-
| [HistoryQueriesDisplayed](./x-components.historyqueriesxevents.historyqueriesdisplayed.md) | HistoryQuery\[\] | The current history queries have been displayed to the user.
|
|
20
|
-
| [HistoryQueriesQueryChanged](./x-components.historyqueriesxevents.historyqueriesquerychanged.md) | string | The query for searching inside the history-queries has changed.
|
|
21
|
-
| [HistoryQueriesStorageKeyChanged](./x-components.historyqueriesxevents.historyqueriesstoragekeychanged.md) | string | The key for saving the history queries in to the browser storage has changed.
|
|
22
|
-
| [SessionHistoryQueriesChanged](./x-components.historyqueriesxevents.sessionhistoryquerieschanged.md) | HistoryQuery\[\] | The queries made in the current session have changed
|
|
23
|
-
| [
|
|
24
|
-
| [
|
|
25
|
-
| [
|
|
26
|
-
| [
|
|
19
|
+
| [HistoryQueriesDisplayed](./x-components.historyqueriesxevents.historyqueriesdisplayed.md) | HistoryQuery\[\] | The current history queries have been displayed to the user. Payload: The displayed history queries. |
|
|
20
|
+
| [HistoryQueriesQueryChanged](./x-components.historyqueriesxevents.historyqueriesquerychanged.md) | string | The query for searching inside the history-queries has changed. Payload: The history-queries query. |
|
|
21
|
+
| [HistoryQueriesStorageKeyChanged](./x-components.historyqueriesxevents.historyqueriesstoragekeychanged.md) | string | The key for saving the history queries in to the browser storage has changed. Payload: The new history-queries storage key. |
|
|
22
|
+
| [SessionHistoryQueriesChanged](./x-components.historyqueriesxevents.sessionhistoryquerieschanged.md) | HistoryQuery\[\] | The queries made in the current session have changed Payload: The session history queries. |
|
|
23
|
+
| [UserClickedConfirmDisableHistoryQueries](./x-components.historyqueriesxevents.userclickedconfirmdisablehistoryqueries.md) | void | The user has clicked the confirm button to disable the history queries. Payload: None. |
|
|
24
|
+
| [UserClickedDisableHistoryQueries](./x-components.historyqueriesxevents.userclickeddisablehistoryqueries.md) | void | The user has clicked a control to disable the history queries. Payload: None. |
|
|
25
|
+
| [UserClickedDismissDisableHistoryQueries](./x-components.historyqueriesxevents.userclickeddismissdisablehistoryqueries.md) | void | The user has clicked the dismiss button to keep enabled the history queries. Payload: None. |
|
|
26
|
+
| [UserClickedEnableHistoryQueries](./x-components.historyqueriesxevents.userclickedenablehistoryqueries.md) | void | The user has clicked a control to enable the history queries. Payload: None. |
|
|
27
|
+
| [UserPressedClearHistoryQueries](./x-components.historyqueriesxevents.userpressedclearhistoryqueries.md) | void | The user pressed the button for clearing all the history queries. Payload: none. |
|
|
28
|
+
| [UserPressedRemoveHistoryQuery](./x-components.historyqueriesxevents.userpressedremovehistoryquery.md) | HistoryQuery | The user pressed the button for removing a single [history query](./x-types.historyquery.md)<!-- -->. Payload: The <code>HistoryQuery</code> to remove. |
|
|
29
|
+
| [UserSelectedAHistoryQuery](./x-components.historyqueriesxevents.userselectedahistoryquery.md) | HistoryQuery | The user has selected a history-query. Payload: The [history query](./x-types.historyquery.md) selected. |
|
|
27
30
|
|
package/docs/API-reference/api/x-components.historyqueriesxevents.sessionhistoryquerieschanged.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## HistoryQueriesXEvents.SessionHistoryQueriesChanged property
|
|
6
6
|
|
|
7
|
-
The queries made in the current session have changed
|
|
7
|
+
The queries made in the current session have changed Payload: The session history queries.
|
|
8
8
|
|
|
9
9
|
<b>Signature:</b>
|
|
10
10
|
|
|
@@ -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) > [HistoryQueriesXEvents](./x-components.historyqueriesxevents.md) > [UserClickedConfirmDisableHistoryQueries](./x-components.historyqueriesxevents.userclickedconfirmdisablehistoryqueries.md)
|
|
4
|
+
|
|
5
|
+
## HistoryQueriesXEvents.UserClickedConfirmDisableHistoryQueries property
|
|
6
|
+
|
|
7
|
+
The user has clicked the confirm button to disable the history queries. Payload: None.
|
|
8
|
+
|
|
9
|
+
<b>Signature:</b>
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
UserClickedConfirmDisableHistoryQueries: void;
|
|
13
|
+
```
|
|
@@ -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) > [HistoryQueriesXEvents](./x-components.historyqueriesxevents.md) > [UserClickedDisableHistoryQueries](./x-components.historyqueriesxevents.userclickeddisablehistoryqueries.md)
|
|
4
|
+
|
|
5
|
+
## HistoryQueriesXEvents.UserClickedDisableHistoryQueries property
|
|
6
|
+
|
|
7
|
+
The user has clicked a control to disable the history queries. Payload: None.
|
|
8
|
+
|
|
9
|
+
<b>Signature:</b>
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
UserClickedDisableHistoryQueries: void;
|
|
13
|
+
```
|
|
@@ -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) > [HistoryQueriesXEvents](./x-components.historyqueriesxevents.md) > [UserClickedDismissDisableHistoryQueries](./x-components.historyqueriesxevents.userclickeddismissdisablehistoryqueries.md)
|
|
4
|
+
|
|
5
|
+
## HistoryQueriesXEvents.UserClickedDismissDisableHistoryQueries property
|
|
6
|
+
|
|
7
|
+
The user has clicked the dismiss button to keep enabled the history queries. Payload: None.
|
|
8
|
+
|
|
9
|
+
<b>Signature:</b>
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
UserClickedDismissDisableHistoryQueries: void;
|
|
13
|
+
```
|
package/docs/API-reference/api/x-components.historyqueriesxevents.userclickedenablehistoryqueries.md
ADDED
|
@@ -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) > [HistoryQueriesXEvents](./x-components.historyqueriesxevents.md) > [UserClickedEnableHistoryQueries](./x-components.historyqueriesxevents.userclickedenablehistoryqueries.md)
|
|
4
|
+
|
|
5
|
+
## HistoryQueriesXEvents.UserClickedEnableHistoryQueries property
|
|
6
|
+
|
|
7
|
+
The user has clicked a control to enable the history queries. Payload: None.
|
|
8
|
+
|
|
9
|
+
<b>Signature:</b>
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
UserClickedEnableHistoryQueries: void;
|
|
13
|
+
```
|
package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedremovehistoryquery.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## HistoryQueriesXEvents.UserPressedRemoveHistoryQuery property
|
|
6
6
|
|
|
7
|
-
The user pressed the button for removing a single [history query](./x-types.historyquery.md)<!-- -->.
|
|
7
|
+
The user pressed the button for removing a single [history query](./x-types.historyquery.md)<!-- -->. Payload: The `HistoryQuery` to remove.
|
|
8
8
|
|
|
9
9
|
<b>Signature:</b>
|
|
10
10
|
|
package/docs/API-reference/api/x-components.historyqueriesxevents.userselectedahistoryquery.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## HistoryQueriesXEvents.UserSelectedAHistoryQuery property
|
|
6
6
|
|
|
7
|
-
The user has selected a history-query.
|
|
7
|
+
The user has selected a history-query. Payload: The [history query](./x-types.historyquery.md) selected.
|
|
8
8
|
|
|
9
9
|
<b>Signature:</b>
|
|
10
10
|
|
|
@@ -56,7 +56,7 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
56
56
|
| [CollapseHeight](./x-components.collapseheight.md) | Renders a transition wrapping the element passed in the default slot and animating it with a height animation. |
|
|
57
57
|
| [CollapseWidth](./x-components.collapsewidth.md) | Renders a transition wrapping the element passed in the default slot and animating it with a width animation. |
|
|
58
58
|
| [ColumnPickerMixin](./x-components.columnpickermixin.md) | Mixin to share Column Pickers logic. |
|
|
59
|
-
| [CrossFade](./x-components.crossfade.md) | Renders a transition wrapping the element passed in the default
|
|
59
|
+
| [CrossFade](./x-components.crossfade.md) | Renders a transition wrapping the element passed in the default slot. The transition fades between the two toggled elements at the same time. |
|
|
60
60
|
| [DefaultFacetsService](./x-components.defaultfacetsservice.md) | Default implementation for the [FacetsService](./x-components.facetsservice.md)<!-- -->. |
|
|
61
61
|
| [DefaultPDPAddToCartService](./x-components.defaultpdpaddtocartservice.md) | Default implementation for the [PDPAddToCartService](./x-components.pdpaddtocartservice.md)<!-- -->. |
|
|
62
62
|
| [DeviceDetector](./x-components.devicedetector.md) | This component helps detecting or setting a device, that can be used later to create different layouts optimized for different devices. This detected device is available under the [XComponentAliasAPI.device](./x-components.xcomponentaliasapi.device.md) property. |
|
|
@@ -68,6 +68,7 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
68
68
|
| [Facets](./x-components.facets.md) | This component renders the list of facets stored in the Facets module. Facets can be rendered differently based on their purpose and this can be achieved using the exposed slots: - A default and required slot. - A custom slot for each facet with the facetId as its name. This allows each facet to be rendered differently based on its needs. |
|
|
69
69
|
| [FacetsMixin](./x-components.facetsmixin.md) | Mixin to share Facets logic. |
|
|
70
70
|
| [FacetsProvider](./x-components.facetsprovider.md) | This component allows to provide facets by prop, to add them to the state of the <code>Facets X-Module</code>. These facets will be added to the <code>Facets X-Module</code> state together with the facets emitted by the <code>Search X-Module</code> through the [SearchXEvents.FacetsChanged](./x-components.searchxevents.facetschanged.md) event. |
|
|
71
|
+
| [Fade](./x-components.fade.md) | Renders a transition wrapping the element passed in the default slot. The animation just fades in/out the element by changing its opacity. |
|
|
71
72
|
| [FadeAndSlide](./x-components.fadeandslide.md) | Renders a transition group wrapping the elements passed in the default slot and animating them with a fade and slide animation. |
|
|
72
73
|
| [FiltersInjectionMixin](./x-components.filtersinjectionmixin.md) | Mixin to share filters injection logic. |
|
|
73
74
|
| [FiltersList](./x-components.filterslist.md) | Renders a list with a list item per each [BooleanFilter](./x-types.booleanfilter.md) in the filters prop array. Each list item has a scoped slot, passing the filter as slot prop. |
|
|
@@ -77,6 +78,7 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
77
78
|
| [HierarchicalFilter](./x-components.hierarchicalfilter.md) | Renders a hierarchical filter recursively, emitting the needed events when clicked. |
|
|
78
79
|
| [HistoryQueries](./x-components.historyqueries.md) | This component renders a list of suggestions coming from the user queries history. |
|
|
79
80
|
| [HistoryQueriesGetter](./x-components.historyqueriesgetter.md) | Class implementation for the [HistoryQueriesGetters.historyQueries](./x-components.historyqueriesgetters.historyqueries.md) getter. |
|
|
81
|
+
| [HistoryQueriesSwitch](./x-components.historyqueriesswitch.md) | History Queries Switch is a component to enable or disable the history queries. This component emits events depending on the <code>isEnabled</code> value. |
|
|
80
82
|
| [HistoryQuery](./x-components.historyquery.md) | This component renders a history query suggestion combining two buttons: one for selecting this suggestion as the search query, and another one to remove this query suggestion from the history queries. |
|
|
81
83
|
| [IdentifierResult](./x-components.identifierresult.md) | This component renders an identifier result value and highlights its matching part with the query from the state. Receives as prop the [result data](./x-types.result.md)<!-- -->. |
|
|
82
84
|
| [IdentifierResults](./x-components.identifierresults.md) | Paints the list of identifier results stored in the state. Each identifier result should be represented by a [identifier result component](./x-components.identifierresult.md) besides any other component. |
|
|
@@ -500,6 +502,8 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
500
502
|
| [setConsent](./x-components.setconsent.md) | Sets the tagging state <code>consent</code>. |
|
|
501
503
|
| [setExtraParams](./x-components.setextraparams.md) | Sets the extra params of the [ExtraParamsXModule](./x-components.extraparamsxmodule.md)<!-- -->. |
|
|
502
504
|
| [setHistoryQueries](./x-components.sethistoryqueries.md) | Default implementation for the [HistoryQueriesActions.setHistoryQueries()](./x-components.historyqueriesactions.sethistoryqueries.md)<!-- -->. |
|
|
505
|
+
| [setHistoryQueriesDisabled](./x-components.sethistoryqueriesdisabled.md) | Disables history queries. |
|
|
506
|
+
| [setHistoryQueriesEnabled](./x-components.sethistoryqueriesenabled.md) | Enables history queries. |
|
|
503
507
|
| [setHistoryQueriesQuery](./x-components.sethistoryqueriesquery.md) | Sets the query of the history queries module. Used for searching into the history queries. |
|
|
504
508
|
| [setIdentifierResultsExtraParams](./x-components.setidentifierresultsextraparams.md) | Sets the identifier result state <code>params</code>. |
|
|
505
509
|
| [setIdentifierResultsQuery](./x-components.setidentifierresultsquery.md) | Sets the identifier-results module query. |
|
|
@@ -548,7 +552,6 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
548
552
|
| [taggingXModule](./x-components.taggingxmodule.md) | Tagging [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. |
|
|
549
553
|
| [TagIcon](./x-components.tagicon.md) | |
|
|
550
554
|
| [throttleFunction](./x-components.throttlefunction.md) | Util function that returns a throttled version of the function passed as parameter. |
|
|
551
|
-
| [toggleHistoryQueries](./x-components.togglehistoryqueries.md) | Enables or disables history queries. |
|
|
552
555
|
| [toggleRelatedTag](./x-components.togglerelatedtag.md) | Default implementation for the [RelatedTagsActions.toggleRelatedTag()](./x-components.relatedtagsactions.togglerelatedtag.md)<!-- -->. |
|
|
553
556
|
| [toggleRelatedTagWire](./x-components.togglerelatedtagwire.md) | Sets the selected related tags. |
|
|
554
557
|
| [track](./x-components.track.md) | Default implementation for the [TaggingActions.track()](./x-components.taggingactions.track.md)<!-- -->. |
|