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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/core/index.js +3 -0
  3. package/core/index.js.map +1 -1
  4. package/docs/API-reference/api/x-components.clearsearchquery.md +13 -0
  5. package/docs/API-reference/api/x-components.closemainmodal.md +15 -0
  6. package/docs/API-reference/api/x-components.historyqueriesswitch.hashistoryqueries.md +13 -0
  7. package/docs/API-reference/api/x-components.historyqueriesswitch.historyqueries.md +13 -0
  8. package/docs/API-reference/api/x-components.historyqueriesswitch.md +7 -0
  9. package/docs/API-reference/api/x-components.mainmodal.animation.md +13 -0
  10. package/docs/API-reference/api/x-components.mainmodal.md +21 -0
  11. package/docs/API-reference/api/x-components.md +4 -0
  12. package/docs/API-reference/api/x-components.openmainmodal.md +15 -0
  13. package/docs/API-reference/api/x-components.xeventstypes.md +1 -0
  14. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmainmodal.md +13 -0
  15. package/docs/API-reference/components/common/modals/x-components.close-main-modal.md +53 -0
  16. package/docs/API-reference/components/common/modals/x-components.main-modal.md +59 -0
  17. package/docs/API-reference/components/common/modals/x-components.open-main-modal.md +53 -0
  18. package/docs/API-reference/components/history-queries/x-components.history-queries-switch.md +5 -1
  19. package/js/components/modals/close-main-modal.vue.js +61 -0
  20. package/js/components/modals/close-main-modal.vue.js.map +1 -0
  21. package/js/components/modals/close-main-modal.vue_rollup-plugin-vue_script.vue.js +32 -0
  22. package/js/components/modals/close-main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  23. package/js/components/modals/main-modal.vue.js +61 -0
  24. package/js/components/modals/main-modal.vue.js.map +1 -0
  25. package/js/components/modals/main-modal.vue_rollup-plugin-vue_script.vue.js +48 -0
  26. package/js/components/modals/main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  27. package/js/components/modals/open-main-modal.vue.js +61 -0
  28. package/js/components/modals/open-main-modal.vue.js.map +1 -0
  29. package/js/components/modals/open-main-modal.vue_rollup-plugin-vue_script.vue.js +32 -0
  30. package/js/components/modals/open-main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  31. package/js/index.js +4 -1
  32. package/js/index.js.map +1 -1
  33. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js +3 -0
  34. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  35. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js +3 -0
  36. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  37. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js +3 -0
  38. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  39. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js +3 -0
  40. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  41. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js +3 -0
  42. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  43. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js +3 -0
  44. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  45. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js +3 -0
  46. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  47. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js +3 -0
  48. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  49. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js +3 -0
  50. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  51. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js +3 -0
  52. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  53. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js +3 -0
  54. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  55. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js +3 -0
  56. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  57. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js +3 -0
  58. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  59. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js +3 -0
  60. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  61. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js +3 -0
  62. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  63. package/js/x-modules/history-queries/components/history-queries-switch.vue.js.map +1 -1
  64. package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js +17 -1
  65. package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  66. package/js/x-modules/history-queries/wiring.js +6 -0
  67. package/js/x-modules/history-queries/wiring.js.map +1 -1
  68. package/js/x-modules/identifier-results/wiring.js +6 -0
  69. package/js/x-modules/identifier-results/wiring.js.map +1 -1
  70. package/js/x-modules/query-suggestions/wiring.js +6 -0
  71. package/js/x-modules/query-suggestions/wiring.js.map +1 -1
  72. package/js/x-modules/related-tags/wiring.js +6 -0
  73. package/js/x-modules/related-tags/wiring.js.map +1 -1
  74. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js +3 -0
  75. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  76. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js +3 -0
  77. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  78. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js +3 -0
  79. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  80. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js +3 -0
  81. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  82. package/js/x-modules/search/components/sort.mixin.js +3 -0
  83. package/js/x-modules/search/components/sort.mixin.js.map +1 -1
  84. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js +3 -0
  85. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  86. package/js/x-modules/search/wiring.js +13 -1
  87. package/js/x-modules/search/wiring.js.map +1 -1
  88. package/js/x-modules/search-box/wiring.js +6 -0
  89. package/js/x-modules/search-box/wiring.js.map +1 -1
  90. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js +3 -0
  91. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  92. package/package.json +3 -3
  93. package/report/x-components.api.json +230 -1
  94. package/report/x-components.api.md +65 -0
  95. package/search/index.js +1 -1
  96. package/types/components/modals/close-main-modal.vue.d.ts +16 -0
  97. package/types/components/modals/close-main-modal.vue.d.ts.map +1 -0
  98. package/types/components/modals/index.d.ts +3 -0
  99. package/types/components/modals/index.d.ts.map +1 -1
  100. package/types/components/modals/main-modal.vue.d.ts +34 -0
  101. package/types/components/modals/main-modal.vue.d.ts.map +1 -0
  102. package/types/components/modals/open-main-modal.vue.d.ts +16 -0
  103. package/types/components/modals/open-main-modal.vue.d.ts.map +1 -0
  104. package/types/wiring/events.types.d.ts +5 -0
  105. package/types/wiring/events.types.d.ts.map +1 -1
  106. package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts +11 -0
  107. package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts.map +1 -1
  108. package/types/x-modules/history-queries/wiring.d.ts +6 -0
  109. package/types/x-modules/history-queries/wiring.d.ts.map +1 -1
  110. package/types/x-modules/identifier-results/wiring.d.ts +6 -0
  111. package/types/x-modules/identifier-results/wiring.d.ts.map +1 -1
  112. package/types/x-modules/query-suggestions/wiring.d.ts +6 -0
  113. package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -1
  114. package/types/x-modules/related-tags/wiring.d.ts +6 -0
  115. package/types/x-modules/related-tags/wiring.d.ts.map +1 -1
  116. package/types/x-modules/search/wiring.d.ts +12 -0
  117. package/types/x-modules/search/wiring.d.ts.map +1 -1
  118. package/types/x-modules/search-box/wiring.d.ts +6 -0
  119. package/types/x-modules/search-box/wiring.d.ts.map +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,42 @@
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.139](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.138...@empathyco/x-components@3.0.0-alpha.139) (2022-07-22)
7
+
8
+ ### Features
9
+
10
+ - **history-queries:** disable `MyHistory` without confirmation when the `history queries` list is
11
+ empty (#615)
12
+ ([8b0b1d6](https://github.com/empathyco/x/commit/8b0b1d6e818557eba9482dcd149ed3882ca6c854)),
13
+ closes [EX-6696](https://searchbroker.atlassian.net/browse/EX-6696)
14
+
15
+ # Change Log
16
+
17
+ All notable changes to this project will be documented in this file. See
18
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
19
+
20
+ ## [3.0.0-alpha.138](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.137...@empathyco/x-components@3.0.0-alpha.138) (2022-07-22)
21
+
22
+ **Note:** Version bump only for package @empathyco/x-components
23
+
24
+ # Change Log
25
+
26
+ All notable changes to this project will be documented in this file. See
27
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
28
+
29
+ ## [3.0.0-alpha.137](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.136...@empathyco/x-components@3.0.0-alpha.137) (2022-07-21)
30
+
31
+ ### Features
32
+
33
+ - **components:** add `MainModal`, `OpenMainModal` and `CloseMainModal` (#609)
34
+ ([526ab58](https://github.com/empathyco/x/commit/526ab5813f58258180b5640cab6bf0f2179fa40a)),
35
+ closes [EX-6546](https://searchbroker.atlassian.net/browse/EX-6546)
36
+
37
+ # Change Log
38
+
39
+ All notable changes to this project will be documented in this file. See
40
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
41
+
6
42
  ## [3.0.0-alpha.136](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.135...@empathyco/x-components@3.0.0-alpha.136) (2022-07-21)
7
43
 
8
44
  ### Bug Fixes
package/core/index.js CHANGED
@@ -83,6 +83,9 @@ export { default as BaseModal } from '../js/components/modals/base-modal.vue.js'
83
83
  export { default as BaseIdModal } from '../js/components/modals/base-id-modal.vue.js';
84
84
  export { default as BaseIdModalClose } from '../js/components/modals/base-id-modal-close.vue.js';
85
85
  export { default as BaseIdModalOpen } from '../js/components/modals/base-id-modal-open.vue.js';
86
+ export { default as CloseMainModal } from '../js/components/modals/close-main-modal.vue.js';
87
+ export { default as MainModal } from '../js/components/modals/main-modal.vue.js';
88
+ export { default as OpenMainModal } from '../js/components/modals/open-main-modal.vue.js';
86
89
  export { default as BaseHeaderTogglePanel } from '../js/components/panels/base-header-toggle-panel.vue.js';
87
90
  export { default as BaseTogglePanel } from '../js/components/panels/base-toggle-panel.vue.js';
88
91
  export { default as BaseIdTogglePanel } from '../js/components/panels/base-id-toggle-panel.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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [clearSearchQuery](./x-components.clearsearchquery.md)
4
+
5
+ ## clearSearchQuery variable
6
+
7
+ Clears the search state `query`<!-- -->.
8
+
9
+ <b>Signature:</b>
10
+
11
+ ```typescript
12
+ clearSearchQuery: import("../../wiring/wiring.types").AnyWire
13
+ ```
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [CloseMainModal](./x-components.closemainmodal.md)
4
+
5
+ ## CloseMainModal class
6
+
7
+ Button to close the [MainModal](./x-components.mainmodal.md)<!-- -->.
8
+
9
+ <b>Signature:</b>
10
+
11
+ ```typescript
12
+ export default class CloseMainModal extends Vue
13
+ ```
14
+ <b>Extends:</b> Vue
15
+
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [HistoryQueriesSwitch](./x-components.historyqueriesswitch.md) &gt; [hasHistoryQueries](./x-components.historyqueriesswitch.hashistoryqueries.md)
4
+
5
+ ## HistoryQueriesSwitch.hasHistoryQueries property
6
+
7
+ Checks if there are history queries.
8
+
9
+ <b>Signature:</b>
10
+
11
+ ```typescript
12
+ protected get hasHistoryQueries(): boolean;
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [HistoryQueriesSwitch](./x-components.historyqueriesswitch.md) &gt; [historyQueries](./x-components.historyqueriesswitch.historyqueries.md)
4
+
5
+ ## HistoryQueriesSwitch.historyQueries property
6
+
7
+ The history queries from the state.
8
+
9
+ <b>Signature:</b>
10
+
11
+ ```typescript
12
+ historyQueries: HistoryQuery[];
13
+ ```
@@ -13,3 +13,10 @@ export default class HistoryQueriesSwitch extends Vue
13
13
  ```
14
14
  <b>Extends:</b> Vue
15
15
 
16
+ ## Properties
17
+
18
+ | Property | Modifiers | Type | Description |
19
+ | --- | --- | --- | --- |
20
+ | [hasHistoryQueries](./x-components.historyqueriesswitch.hashistoryqueries.md) | | boolean | Checks if there are history queries. |
21
+ | [historyQueries](./x-components.historyqueriesswitch.historyqueries.md) | | HistoryQuery\[\] | The history queries from the state. |
22
+
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [MainModal](./x-components.mainmodal.md) &gt; [animation](./x-components.mainmodal.animation.md)
4
+
5
+ ## MainModal.animation property
6
+
7
+ Animation to use for opening/closing the modal.
8
+
9
+ <b>Signature:</b>
10
+
11
+ ```typescript
12
+ animation?: Vue | string;
13
+ ```
@@ -0,0 +1,21 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [MainModal](./x-components.mainmodal.md)
4
+
5
+ ## MainModal class
6
+
7
+ A specialised version of a modal component, made to contain a full search application.
8
+
9
+ <b>Signature:</b>
10
+
11
+ ```typescript
12
+ export default class MainModal extends Vue
13
+ ```
14
+ <b>Extends:</b> Vue
15
+
16
+ ## Properties
17
+
18
+ | Property | Modifiers | Type | Description |
19
+ | --- | --- | --- | --- |
20
+ | [animation?](./x-components.mainmodal.animation.md) | | Vue \| string | <i>(Optional)</i> Animation to use for opening/closing the modal. |
21
+
@@ -53,6 +53,7 @@ X-Components is a library usable everywhere not only for search experiences.
53
53
  | [ClearFilters](./x-components.clearfilters.md) | Renders a simple button, emitting the needed events when clicked. |
54
54
  | [ClearHistoryQueries](./x-components.clearhistoryqueries.md) | A button that when is pressed, emits the [HistoryQueriesXEvents.UserPressedClearHistoryQueries](./x-components.historyqueriesxevents.userpressedclearhistoryqueries.md) event, expressing the user intention to clear the whole history of queries. |
55
55
  | [ClearSearchInput](./x-components.clearsearchinput.md) | This component renders a button to delete the current query. |
56
+ | [CloseMainModal](./x-components.closemainmodal.md) | Button to close the [MainModal](./x-components.mainmodal.md)<!-- -->. |
56
57
  | [CollapseHeight](./x-components.collapseheight.md) | Renders a transition wrapping the element passed in the default slot and animating it with a height animation. |
57
58
  | [CollapseWidth](./x-components.collapsewidth.md) | Renders a transition wrapping the element passed in the default slot and animating it with a width animation. |
58
59
  | [ColumnPickerMixin](./x-components.columnpickermixin.md) | Mixin to share Column Pickers logic. |
@@ -85,6 +86,7 @@ X-Components is a library usable everywhere not only for search experiences.
85
86
  | [ItemsList](./x-components.itemslist.md) | It renders a list of [ListItem](./x-components.listitem.md) providing a slot for each <code>slotName</code> which depends on the <code>modelName</code>of the item. |
86
87
  | [ItemsListInjectionMixin](./x-components.itemslistinjectionmixin.md) | Mixin to facilitate providing and injecting a list of list items. Injected list is available at <code>injectedListItems</code>, and the provided list should be stored in <code>items</code>. |
87
88
  | [LocationProvider](./x-components.locationprovider.md) | Location Provider component. This component injects the location with value passed as prop. |
89
+ | [MainModal](./x-components.mainmodal.md) | A specialised version of a modal component, made to contain a full search application. |
88
90
  | [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. |
89
91
  | [MainScrollItem](./x-components.mainscrollitem.md) | Wrapper for elements contained in the [MainScroll](./x-components.mainscroll.md) that should store/restore its position. |
90
92
  | [MultiColumnMaxWidthLayout](./x-components.multicolumnmaxwidthlayout.md) | Component for use as Layout to be filled with the rest of the Components. |
@@ -93,6 +95,7 @@ X-Components is a library usable everywhere not only for search experiences.
93
95
  | [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. |
94
96
  | [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. |
95
97
  | [NumberRangeFilter](./x-components.numberrangefilter.md) | Renders a number range filter, emitting the needed events when clicked. |
98
+ | [OpenMainModal](./x-components.openmainmodal.md) | Button to open the [MainModal](./x-components.mainmodal.md)<!-- -->. |
96
99
  | [PartialQueryButton](./x-components.partialquerybutton.md) | A button that when pressed emits the [XEventsTypes.UserAcceptedAQuery](./x-components.xeventstypes.useracceptedaquery.md) and [SearchXEvents.UserClickedPartialQuery](./x-components.searchxevents.userclickedpartialquery.md) events, expressing the user intention to set the partial query. |
97
100
  | [PartialResultsList](./x-components.partialresultslist.md) | It renders a list of partial results from [SearchState.partialResults](./x-components.searchstate.partialresults.md) by default. It also provides the partial result slot to customize the item with the partial result bound. |
98
101
  | [PopularSearch](./x-components.popularsearch.md) | Renders a popular search item which receives the suggestion that will be rendered as a prop. It exposes a default slot to change the popular search content. If the slot is not overridden, it will render the suggestion query by default. |
@@ -396,6 +399,7 @@ X-Components is a library usable everywhere not only for search experiences.
396
399
  | [clearPendingScrollToWire](./x-components.clearpendingscrolltowire.md) | Resets the selector of the scroll that is pending to restore. |
397
400
  | [clearQuerySuggestionsQuery](./x-components.clearquerysuggestionsquery.md) | Clears the query-suggestions module query. |
398
401
  | [clearRelatedTagsQuery](./x-components.clearrelatedtagsquery.md) | Clear the related tags query. |
402
+ | [clearSearchQuery](./x-components.clearsearchquery.md) | Clears the search state <code>query</code>. |
399
403
  | [clearSelectedRelatedTags](./x-components.clearselectedrelatedtags.md) | Clear the selected related tags. |
400
404
  | [CrossIcon](./x-components.crossicon.md) | |
401
405
  | [CrossTinyIcon](./x-components.crosstinyicon.md) | |
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [OpenMainModal](./x-components.openmainmodal.md)
4
+
5
+ ## OpenMainModal class
6
+
7
+ Button to open the [MainModal](./x-components.mainmodal.md)<!-- -->.
8
+
9
+ <b>Signature:</b>
10
+
11
+ ```typescript
12
+ export default class OpenMainModal extends Vue
13
+ ```
14
+ <b>Extends:</b> Vue
15
+
@@ -37,6 +37,7 @@ Aside from common [XEvents](./x-components.xevent.md)<!-- -->, this interface al
37
37
  | [UserClickedOpenModal](./x-components.xeventstypes.userclickedopenmodal.md) | string | The user clicked the button to open a modal. Payload: the id of the modal to open. |
38
38
  | [UserClickedOpenX](./x-components.xeventstypes.userclickedopenx.md) | void | The user clicked the button to open X. Payload: none. |
39
39
  | [UserClickedOutOfEventsModal](./x-components.xeventstypes.userclickedoutofeventsmodal.md) | void | The user clicked out of the events modal while it is opened. Payload: none. |
40
+ | [UserClickedOutOfMainModal](./x-components.xeventstypes.userclickedoutofmainmodal.md) | void | The user clicked out of the main modal. Payload: none. |
40
41
  | [UserClickedOutOfModal](./x-components.xeventstypes.userclickedoutofmodal.md) | string | The user clicked out of a modal while it was opened. Payload: the id of the modal. |
41
42
  | [UserClickedPanelToggleButton](./x-components.xeventstypes.userclickedpaneltogglebutton.md) | string | The user clicked the button to toggle a panel. Payload: the id of the panel to toggle. |
42
43
  | [UserClickedResultAddToCart](./x-components.xeventstypes.userclickedresultaddtocart.md) | Result | The user has clicked on the add to cart button of a result. Payload: The [result](./x-types.result.md) that the user clicked. |
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [XEventsTypes](./x-components.xeventstypes.md) &gt; [UserClickedOutOfMainModal](./x-components.xeventstypes.userclickedoutofmainmodal.md)
4
+
5
+ ## XEventsTypes.UserClickedOutOfMainModal property
6
+
7
+ The user clicked out of the main modal. Payload: none.
8
+
9
+ <b>Signature:</b>
10
+
11
+ ```typescript
12
+ UserClickedOutOfMainModal: void;
13
+ ```
@@ -0,0 +1,53 @@
1
+ ---
2
+
3
+ title: CloseMainModal
4
+
5
+ ---
6
+
7
+ # CloseMainModal
8
+
9
+ Button to close the {@link MainModal}.
10
+
11
+ ## Slots
12
+
13
+ | Name | Description | Bindings<br />(name - type - description) |
14
+ | -------------------- | ----------- | ----------------------------------------- |
15
+ | <code>default</code> | | None |
16
+
17
+ ## Events
18
+
19
+ This component emits the following events:
20
+
21
+ - [`UserClickedCloseX`](./../../api/x-components.xeventstypes.md)
22
+
23
+ ## See it in action
24
+
25
+ Here you have a basic example of how the close main modal button works.
26
+
27
+ ```vue live
28
+ <template>
29
+ <div>
30
+ <OpenMainModal>Open X</OpenMainModal>
31
+ <MainModal>
32
+ <CloseMainModal>Close X</CloseMainModal>
33
+ </MainModal>
34
+ </div>
35
+ </template>
36
+
37
+ <script>
38
+ import {
39
+ MainModal,
40
+ CloseMainModal,
41
+ OpenMainModal
42
+ } from "@empathyco/x-components";
43
+
44
+ export default {
45
+ name: "XModalDemo",
46
+ components: {
47
+ MainModal,
48
+ CloseMainModal,
49
+ OpenMainModal
50
+ }
51
+ };
52
+ </script>
53
+ ```
@@ -0,0 +1,59 @@
1
+ ---
2
+
3
+ title: MainModal
4
+
5
+ ---
6
+
7
+ # MainModal
8
+
9
+ A specialised version of a modal component, made to contain a full search application.
10
+
11
+ ## Props
12
+
13
+ | Name | Description | Type | Default |
14
+ | ---------------------- | ----------------------------------------------- | ------------------ | ------------- |
15
+ | <code>animation</code> | Animation to use for opening/closing the modal. | <code>union</code> | <code></code> |
16
+
17
+ ## Slots
18
+
19
+ | Name | Description | Bindings<br />(name - type - description) |
20
+ | -------------------- | ----------- | ----------------------------------------- |
21
+ | <code>default</code> | | None |
22
+
23
+ ## Events
24
+
25
+ This component emits the following events:
26
+
27
+ - [`UserClickedOutOfMainModal`](./../../api/x-components.xeventstypes.md)
28
+
29
+ ## See it in action
30
+
31
+ Here you have a basic example of how the main modal works.
32
+
33
+ ```vue live
34
+ <template>
35
+ <div>
36
+ <OpenMainModal>Open X</OpenMainModal>
37
+ <MainModal>
38
+ <CloseMainModal>Close X</CloseMainModal>
39
+ </MainModal>
40
+ </div>
41
+ </template>
42
+
43
+ <script>
44
+ import {
45
+ MainModal,
46
+ CloseMainModal,
47
+ OpenMainModal
48
+ } from "@empathyco/x-components";
49
+
50
+ export default {
51
+ name: "MainModalDemo",
52
+ components: {
53
+ MainModal,
54
+ CloseMainModal,
55
+ OpenMainModal
56
+ }
57
+ };
58
+ </script>
59
+ ```
@@ -0,0 +1,53 @@
1
+ ---
2
+
3
+ title: OpenMainModal
4
+
5
+ ---
6
+
7
+ # OpenMainModal
8
+
9
+ Button to open the {@link MainModal}.
10
+
11
+ ## Slots
12
+
13
+ | Name | Description | Bindings<br />(name - type - description) |
14
+ | -------------------- | ----------- | ----------------------------------------- |
15
+ | <code>default</code> | | None |
16
+
17
+ ## Events
18
+
19
+ This component emits the following events:
20
+
21
+ - [`UserClickedOpenX`](./../../api/x-components.xeventstypes.md)
22
+
23
+ ## See it in action
24
+
25
+ Here you have a basic example of how the open main modal button works.
26
+
27
+ ```vue live
28
+ <template>
29
+ <div>
30
+ <OpenMainModal>Open X</OpenMainModal>
31
+ <MainModal>
32
+ <CloseMainModal>Close X</CloseMainModal>
33
+ </MainModal>
34
+ </div>
35
+ </template>
36
+
37
+ <script>
38
+ import {
39
+ MainModal,
40
+ CloseMainModal,
41
+ OpenMainModal
42
+ } from "@empathyco/x-components";
43
+
44
+ export default {
45
+ name: "XModalDemo",
46
+ components: {
47
+ MainModal,
48
+ CloseMainModal,
49
+ OpenMainModal
50
+ }
51
+ };
52
+ </script>
53
+ ```
@@ -16,7 +16,11 @@ A list of events that the component will emit:
16
16
  - [`UserClickedEnableHistoryQueries`](x-components.historyqueriesxevents.userclickedenablehistoryqueries.md): the event is emitted
17
17
  whenever the user clicks the switch and the history queries are disabled.
18
18
  - [`UserClickedDisableHistoryQueries`](x-components.historyqueriesxevents.userclickeddisablehistoryqueries.md): the event is emitted
19
- whenever the user clicks the switch and the history queries are enabled.
19
+ whenever the user clicks the switch when the history queries are enabled and the list of history
20
+ queries is not empty.
21
+ - [`UserClickedConfirmDisableHistoryQueries`](x-components.historyqueriesxevents.userclickedconfirmdisablehistoryqueries.md): the event is
22
+ emitted whenever the user clicks the switch when the history queries are enabled and the list of
23
+ history queries is empty.
20
24
 
21
25
  ## See it in action
22
26
 
@@ -0,0 +1,61 @@
1
+ import script from './close-main-modal.vue_rollup-plugin-vue_script.vue.js';
2
+ import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.mjs';
3
+
4
+ /* script */
5
+ const __vue_script__ = script;
6
+
7
+ /* template */
8
+ var __vue_render__ = function () {
9
+ var _vm = this;
10
+ var _h = _vm.$createElement;
11
+ var _c = _vm._self._c || _h;
12
+ return _c(
13
+ "BaseEventsModalClose",
14
+ _vm._g(
15
+ {
16
+ staticClass: "x-close-main-modal",
17
+ attrs: {
18
+ "data-test": "close-main-modal",
19
+ closingEvent: _vm.closingEvent,
20
+ },
21
+ },
22
+ _vm.$listeners
23
+ ),
24
+ [_vm._t("default")],
25
+ 2
26
+ )
27
+ };
28
+ var __vue_staticRenderFns__ = [];
29
+ __vue_render__._withStripped = true;
30
+
31
+ /* style */
32
+ const __vue_inject_styles__ = undefined;
33
+ /* scoped */
34
+ const __vue_scope_id__ = undefined;
35
+ /* module identifier */
36
+ const __vue_module_identifier__ = undefined;
37
+ /* functional template */
38
+ const __vue_is_functional_template__ = false;
39
+ /* style inject */
40
+
41
+ /* style inject SSR */
42
+
43
+ /* style inject shadow dom */
44
+
45
+
46
+
47
+ const __vue_component__ = /*#__PURE__*/__vue_normalize__(
48
+ { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
49
+ __vue_inject_styles__,
50
+ __vue_script__,
51
+ __vue_scope_id__,
52
+ __vue_is_functional_template__,
53
+ __vue_module_identifier__,
54
+ false,
55
+ undefined,
56
+ undefined,
57
+ undefined
58
+ );
59
+
60
+ export { __vue_component__ as default };
61
+ //# sourceMappingURL=close-main-modal.vue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"close-main-modal.vue.js","sources":["../../../../src/components/modals/close-main-modal.vue"],"sourcesContent":["<template>\n <BaseEventsModalClose\n v-on=\"$listeners\"\n class=\"x-close-main-modal\"\n data-test=\"close-main-modal\"\n :closingEvent=\"closingEvent\"\n >\n <slot />\n </BaseEventsModalClose>\n</template>\n\n<script lang=\"ts\">\n import Component from 'vue-class-component';\n import Vue from 'vue';\n import { XEvent } from '../../wiring/events.types';\n import BaseEventsModalClose from './base-events-modal-close.vue';\n\n /**\n * Button to close the {@link MainModal}.\n *\n * @public\n */\n @Component({\n components: {\n BaseEventsModalClose\n }\n })\n export default class CloseMainModal extends Vue {\n /**\n * Event to be emitted to close the {@link MainModal}.\n *\n * @internal\n */\n protected closingEvent: XEvent = 'UserClickedCloseX';\n }\n</script>\n\n<docs lang=\"mdx\">\n## Events\n\nThis component emits the following events:\n\n- [`UserClickedCloseX`](./../../api/x-components.xeventstypes.md)\n\n## See it in action\n\nHere you have a basic example of how the close main modal button works.\n\n```vue live\n<template>\n <div>\n <OpenMainModal>Open X</OpenMainModal>\n <MainModal>\n <CloseMainModal>Close X</CloseMainModal>\n </MainModal>\n </div>\n</template>\n\n<script>\n import { MainModal, CloseMainModal, OpenMainModal } from '@empathyco/x-components';\n\n export default {\n name: 'XModalDemo',\n components: {\n MainModal,\n CloseMainModal,\n OpenMainModal\n }\n };\n</script>\n```\n</docs>\n"],"names":[],"mappings":";;;;AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,32 @@
1
+ import { __decorate } from 'tslib';
2
+ import Component from 'vue-class-component';
3
+ import Vue from 'vue';
4
+ import __vue_component__ from './base-events-modal-close.vue.js';
5
+
6
+ /**
7
+ * Button to close the {@link MainModal}.
8
+ *
9
+ * @public
10
+ */
11
+ let CloseMainModal = class CloseMainModal extends Vue {
12
+ constructor() {
13
+ super(...arguments);
14
+ /**
15
+ * Event to be emitted to close the {@link MainModal}.
16
+ *
17
+ * @internal
18
+ */
19
+ this.closingEvent = 'UserClickedCloseX';
20
+ }
21
+ };
22
+ CloseMainModal = __decorate([
23
+ Component({
24
+ components: {
25
+ BaseEventsModalClose: __vue_component__
26
+ }
27
+ })
28
+ ], CloseMainModal);
29
+ var script = CloseMainModal;
30
+
31
+ export { script as default };
32
+ //# sourceMappingURL=close-main-modal.vue_rollup-plugin-vue_script.vue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"close-main-modal.vue_rollup-plugin-vue_script.vue.js","sources":["../../../../src/components/modals/close-main-modal.vue?rollup-plugin-vue=script.ts"],"sourcesContent":["\n\n\n\n\n\n\n\n\n\n\n\nimport Component from 'vue-class-component';\nimport Vue from 'vue';\nimport { XEvent } from '../../wiring/events.types';\nimport BaseEventsModalClose from './base-events-modal-close.vue';\n\n/**\n * Button to close the {@link MainModal}.\n *\n * @public\n */\n@Component({\n components: {\n BaseEventsModalClose\n }\n})\nexport default class CloseMainModal extends Vue {\n /**\n * Event to be emitted to close the {@link MainModal}.\n *\n * @internal\n */\n protected closingEvent: XEvent = 'UserClickedCloseX';\n}\n"],"names":["BaseEventsModalClose"],"mappings":";;;;;AAiBA;;;;;AAUA,IAAqB,cAAc,GAAnC,MAAqB,cAAe,SAAQ,GAAG;IAA/C;;;;;;;QAMY,iBAAY,GAAW,mBAAmB,CAAC;KACtD;CAAA,CAAA;AAPoB,cAAc;IALlC,SAAS,CAAC;QACT,UAAU,EAAE;kCACVA,iBAAoB;SACrB;KACF,CAAC;GACmB,cAAc,CAOlC;aAPoB,cAAc;;;;"}
@@ -0,0 +1,61 @@
1
+ import script from './main-modal.vue_rollup-plugin-vue_script.vue.js';
2
+ import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.mjs';
3
+
4
+ /* script */
5
+ const __vue_script__ = script;
6
+
7
+ /* template */
8
+ var __vue_render__ = function () {
9
+ var _vm = this;
10
+ var _h = _vm.$createElement;
11
+ var _c = _vm._self._c || _h;
12
+ return _c(
13
+ "BaseEventsModal",
14
+ {
15
+ staticClass: "x-main-modal",
16
+ attrs: {
17
+ "data-test": "main-modal",
18
+ eventsToOpenModal: _vm.openEvents,
19
+ eventsToCloseModal: _vm.closeEvents,
20
+ bodyClickEvent: _vm.outOfModalClickEvent,
21
+ animation: _vm.animation,
22
+ },
23
+ },
24
+ [_vm._t("default")],
25
+ 2
26
+ )
27
+ };
28
+ var __vue_staticRenderFns__ = [];
29
+ __vue_render__._withStripped = true;
30
+
31
+ /* style */
32
+ const __vue_inject_styles__ = undefined;
33
+ /* scoped */
34
+ const __vue_scope_id__ = undefined;
35
+ /* module identifier */
36
+ const __vue_module_identifier__ = undefined;
37
+ /* functional template */
38
+ const __vue_is_functional_template__ = false;
39
+ /* style inject */
40
+
41
+ /* style inject SSR */
42
+
43
+ /* style inject shadow dom */
44
+
45
+
46
+
47
+ const __vue_component__ = /*#__PURE__*/__vue_normalize__(
48
+ { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
49
+ __vue_inject_styles__,
50
+ __vue_script__,
51
+ __vue_scope_id__,
52
+ __vue_is_functional_template__,
53
+ __vue_module_identifier__,
54
+ false,
55
+ undefined,
56
+ undefined,
57
+ undefined
58
+ );
59
+
60
+ export { __vue_component__ as default };
61
+ //# sourceMappingURL=main-modal.vue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"main-modal.vue.js","sources":["../../../../src/components/modals/main-modal.vue"],"sourcesContent":["<template>\n <BaseEventsModal\n class=\"x-main-modal\"\n data-test=\"main-modal\"\n :eventsToOpenModal=\"openEvents\"\n :eventsToCloseModal=\"closeEvents\"\n :bodyClickEvent=\"outOfModalClickEvent\"\n :animation=\"animation\"\n >\n <slot />\n </BaseEventsModal>\n</template>\n\n<script lang=\"ts\">\n import Component from 'vue-class-component';\n import Vue from 'vue';\n import { Prop } from 'vue-property-decorator';\n import { XEvent } from '../../wiring/events.types';\n import BaseEventsModal from './base-events-modal.vue';\n\n /**\n * A specialised version of a modal component, made to contain a full search application.\n *\n * @public\n */\n @Component({\n components: {\n BaseEventsModal\n }\n })\n export default class MainModal extends Vue {\n /**\n * Animation to use for opening/closing the modal.\n *\n * @public\n */\n @Prop()\n public animation?: Vue | string;\n /**\n * Events to listen for opening the main modal.\n *\n * @internal\n */\n protected openEvents: XEvent[] = ['UserClickedOpenX', 'UserOpenXProgrammatically'];\n /**\n * Events to listen for closing the main modal.\n *\n * @internal\n */\n protected closeEvents: XEvent[] = ['UserClickedCloseX', 'UserClickedOutOfMainModal'];\n\n /**\n * Event to be emitted by the modal when clicked out of its content.\n *\n * @internal\n */\n protected outOfModalClickEvent: XEvent = 'UserClickedOutOfMainModal';\n }\n</script>\n\n<docs lang=\"mdx\">\n## Events\n\nThis component emits the following events:\n\n- [`UserClickedOutOfMainModal`](./../../api/x-components.xeventstypes.md)\n\n## See it in action\n\nHere you have a basic example of how the main modal works.\n\n```vue live\n<template>\n <div>\n <OpenMainModal>Open X</OpenMainModal>\n <MainModal>\n <CloseMainModal>Close X</CloseMainModal>\n </MainModal>\n </div>\n</template>\n\n<script>\n import { MainModal, CloseMainModal, OpenMainModal } from '@empathyco/x-components';\n\n export default {\n name: 'MainModalDemo',\n components: {\n MainModal,\n CloseMainModal,\n OpenMainModal\n }\n };\n</script>\n```\n</docs>\n"],"names":[],"mappings":";;;;AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,48 @@
1
+ import { __decorate } from 'tslib';
2
+ import Component from 'vue-class-component';
3
+ import Vue from 'vue';
4
+ import { Prop } from 'vue-property-decorator';
5
+ import __vue_component__ from './base-events-modal.vue.js';
6
+
7
+ /**
8
+ * A specialised version of a modal component, made to contain a full search application.
9
+ *
10
+ * @public
11
+ */
12
+ let MainModal = class MainModal extends Vue {
13
+ constructor() {
14
+ super(...arguments);
15
+ /**
16
+ * Events to listen for opening the main modal.
17
+ *
18
+ * @internal
19
+ */
20
+ this.openEvents = ['UserClickedOpenX', 'UserOpenXProgrammatically'];
21
+ /**
22
+ * Events to listen for closing the main modal.
23
+ *
24
+ * @internal
25
+ */
26
+ this.closeEvents = ['UserClickedCloseX', 'UserClickedOutOfMainModal'];
27
+ /**
28
+ * Event to be emitted by the modal when clicked out of its content.
29
+ *
30
+ * @internal
31
+ */
32
+ this.outOfModalClickEvent = 'UserClickedOutOfMainModal';
33
+ }
34
+ };
35
+ __decorate([
36
+ Prop()
37
+ ], MainModal.prototype, "animation", void 0);
38
+ MainModal = __decorate([
39
+ Component({
40
+ components: {
41
+ BaseEventsModal: __vue_component__
42
+ }
43
+ })
44
+ ], MainModal);
45
+ var script = MainModal;
46
+
47
+ export { script as default };
48
+ //# sourceMappingURL=main-modal.vue_rollup-plugin-vue_script.vue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"main-modal.vue_rollup-plugin-vue_script.vue.js","sources":["../../../../src/components/modals/main-modal.vue?rollup-plugin-vue=script.ts"],"sourcesContent":["\n\n\n\n\n\n\n\n\n\n\n\n\n\nimport Component from 'vue-class-component';\nimport Vue from 'vue';\nimport { Prop } from 'vue-property-decorator';\nimport { XEvent } from '../../wiring/events.types';\nimport BaseEventsModal from './base-events-modal.vue';\n\n/**\n * A specialised version of a modal component, made to contain a full search application.\n *\n * @public\n */\n@Component({\n components: {\n BaseEventsModal\n }\n})\nexport default class MainModal extends Vue {\n /**\n * Animation to use for opening/closing the modal.\n *\n * @public\n */\n @Prop()\n public animation?: Vue | string;\n /**\n * Events to listen for opening the main modal.\n *\n * @internal\n */\n protected openEvents: XEvent[] = ['UserClickedOpenX', 'UserOpenXProgrammatically'];\n /**\n * Events to listen for closing the main modal.\n *\n * @internal\n */\n protected closeEvents: XEvent[] = ['UserClickedCloseX', 'UserClickedOutOfMainModal'];\n\n /**\n * Event to be emitted by the modal when clicked out of its content.\n *\n * @internal\n */\n protected outOfModalClickEvent: XEvent = 'UserClickedOutOfMainModal';\n}\n"],"names":["BaseEventsModal"],"mappings":";;;;;;AAoBA;;;;;AAUA,IAAqB,SAAS,GAA9B,MAAqB,SAAU,SAAQ,GAAG;IAA1C;;;;;;;QAaY,eAAU,GAAa,CAAC,kBAAkB,EAAE,2BAA2B,CAAC,CAAC;;;;;;QAMzE,gBAAW,GAAa,CAAC,mBAAmB,EAAE,2BAA2B,CAAC,CAAC;;;;;;QAO3E,yBAAoB,GAAW,2BAA2B,CAAC;KACtE;CAAA,CAAA;AApBC;IADC,IAAI,EAAE;4CACyB;AAPb,SAAS;IAL7B,SAAS,CAAC;QACT,UAAU,EAAE;6BACVA,iBAAe;SAChB;KACF,CAAC;GACmB,SAAS,CA2B7B;aA3BoB,SAAS;;;;"}