@empathyco/x-components 3.0.0-alpha.36 → 3.0.0-alpha.40

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 (199) hide show
  1. package/CHANGELOG.md +93 -0
  2. package/core/index.js +1 -1
  3. package/design-system/.-variables.css +0 -0
  4. package/design-system/base.css +4 -2
  5. package/design-system/default-theme.css +28 -18
  6. package/design-system/full-theme.css +159 -131
  7. package/design-system/suggestion-default.css +4 -2
  8. package/design-system/tag-default.css +19 -14
  9. package/design-system/typography-accent.token.css +1 -1
  10. package/design-system/utilities-background-color.css +9 -0
  11. package/design-system/utilities-border-color.css +9 -0
  12. package/design-system/utilities-border-radius.css +0 -24
  13. package/design-system/utilities-border-width.css +40 -40
  14. package/design-system/utilities-box-shadow.css +64 -1
  15. package/design-system/utilities-font-color.css +9 -0
  16. package/design-system/utilities-margin.css +0 -24
  17. package/design-system/utilities-padding.css +0 -24
  18. package/docs/API-reference/api/x-adapter.empathynextquery.md +1 -0
  19. package/docs/API-reference/api/x-adapter.empathynextquery.source.md +11 -0
  20. package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponsewire.md +1 -1
  21. package/docs/API-reference/api/x-components.fetchandsavesearchresponse.md +1 -1
  22. package/docs/API-reference/api/x-components.fetchandsavesearchresponsewire.md +1 -1
  23. package/docs/API-reference/api/x-components.getnewandupdatedkeys.md +27 -0
  24. package/docs/API-reference/api/x-components.increasepageappendingresults.md +1 -1
  25. package/docs/API-reference/api/x-components.internalsearchrequest.md +21 -0
  26. package/docs/API-reference/api/x-components.internalsearchrequest.page.md +13 -0
  27. package/docs/API-reference/api/x-components.mainscroll.md +2 -2
  28. package/docs/API-reference/api/x-components.md +8 -6
  29. package/docs/API-reference/api/x-components.resetappending.md +1 -1
  30. package/docs/API-reference/api/x-components.resetspellcheckquery.md +1 -1
  31. package/docs/API-reference/api/x-components.resetstatewire.md +13 -0
  32. package/docs/API-reference/api/x-components.saveoriginwire.md +1 -1
  33. package/docs/API-reference/api/x-components.scroll.md +1 -3
  34. package/docs/API-reference/api/x-components.scrollmixin.md +1 -0
  35. package/docs/API-reference/api/x-components.scrollmixin.reseton.md +13 -0
  36. package/docs/API-reference/api/x-components.searchactions.fetchandsavesearchresponse.md +2 -2
  37. package/docs/API-reference/api/x-components.searchactions.md +1 -0
  38. package/docs/API-reference/api/x-components.searchactions.resetstate.md +24 -0
  39. package/docs/API-reference/api/x-components.searchgetters.md +1 -1
  40. package/docs/API-reference/api/x-components.searchgetters.request.md +1 -1
  41. package/docs/API-reference/api/x-components.searchxevents.md +2 -1
  42. package/docs/API-reference/api/x-components.searchxevents.searchrequestchanged.md +1 -1
  43. package/docs/API-reference/api/x-components.searchxevents.searchrequestupdated.md +13 -0
  44. package/docs/API-reference/api/x-components.setpagesize.md +1 -1
  45. package/docs/API-reference/api/x-components.setquerytagginginfo.md +13 -0
  46. package/docs/API-reference/api/x-components.setrelatedtags.md +1 -1
  47. package/docs/API-reference/api/x-components.setsearchextraparams.md +1 -1
  48. package/docs/API-reference/api/x-components.setsearchpage.md +1 -1
  49. package/docs/API-reference/api/x-components.setsearchquery.md +1 -1
  50. package/docs/API-reference/api/x-components.setselectedfilters.md +1 -1
  51. package/docs/API-reference/api/x-components.setsort.md +1 -1
  52. package/docs/API-reference/api/x-components.seturlparams.md +1 -1
  53. package/docs/API-reference/api/x-components.slidingpanel.md +2 -12
  54. package/docs/API-reference/api/x-components.slidingpanel.resetoncontentchange.md +13 -0
  55. package/docs/API-reference/api/x-components.slidingpanel.scrollfactor.md +1 -1
  56. package/docs/API-reference/api/x-components.slidingpanel.showbuttons.md +1 -1
  57. package/docs/API-reference/api/x-components.taggingmutations.md +1 -0
  58. package/docs/API-reference/api/x-components.taggingmutations.setquerytagginginfo.md +24 -0
  59. package/docs/API-reference/api/x-components.taggingstate.md +1 -0
  60. package/docs/API-reference/api/x-components.taggingstate.querytagginginfo.md +13 -0
  61. package/docs/API-reference/api/x-components.taggingxevents.md +1 -0
  62. package/docs/API-reference/api/x-components.taggingxevents.searchtaggingreceived.md +13 -0
  63. package/docs/API-reference/api/x-components.trackquerywire.md +2 -2
  64. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.md +21 -0
  65. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.newrequest.md +11 -0
  66. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.oldrequest.md +11 -0
  67. package/docs/API-reference/api/x-components.wiremetadata.md +1 -0
  68. package/docs/API-reference/api/x-components.wiremetadata.oldvalue.md +13 -0
  69. package/docs/API-reference/api/x-components.xcomponentaliasapi.md +1 -0
  70. package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedsort.md +13 -0
  71. package/docs/API-reference/api/x-types.nextquery.iscurated.md +13 -0
  72. package/docs/API-reference/api/x-types.nextquery.md +6 -0
  73. package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +52 -33
  74. package/docs/API-reference/components/common/x-components.sliding-panel.md +192 -33
  75. package/docs/API-reference/components/scroll/x-components.main-scroll.md +1 -1
  76. package/docs/API-reference/components/scroll/x-components.scroll.md +5 -8
  77. package/js/components/currency/base-currency.vue.js +3 -2
  78. package/js/components/currency/base-currency.vue.js.map +1 -1
  79. package/js/components/layouts/single-column-layout.vue.js +12 -4
  80. package/js/components/layouts/single-column-layout.vue.js.map +1 -1
  81. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js.map +1 -1
  82. package/js/components/result/base-result-image.vue.js +3 -2
  83. package/js/components/result/base-result-image.vue.js.map +1 -1
  84. package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js.map +1 -1
  85. package/js/components/scroll/base-scroll.vue.js +2 -2
  86. package/js/components/scroll/base-scroll.vue.js.map +1 -1
  87. package/js/components/scroll/scroll.mixin.js +12 -6
  88. package/js/components/scroll/scroll.mixin.js.map +1 -1
  89. package/js/components/sliding-panel.vue.js +2 -2
  90. package/js/components/sliding-panel.vue.js.map +1 -1
  91. package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js +56 -40
  92. package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js.map +1 -1
  93. package/js/directives/infinite-scroll/infinite-scroll.js +2 -1
  94. package/js/directives/infinite-scroll/infinite-scroll.js.map +1 -1
  95. package/js/index.js +3 -3
  96. package/js/plugins/x-emitters.js +3 -3
  97. package/js/plugins/x-emitters.js.map +1 -1
  98. package/js/plugins/x-plugin.alias.js +4 -0
  99. package/js/plugins/x-plugin.alias.js.map +1 -1
  100. package/js/utils/object.js +17 -1
  101. package/js/utils/object.js.map +1 -1
  102. package/js/x-modules/facets/wiring.js +3 -0
  103. package/js/x-modules/facets/wiring.js.map +1 -1
  104. package/js/x-modules/related-tags/wiring.js +3 -0
  105. package/js/x-modules/related-tags/wiring.js.map +1 -1
  106. package/js/x-modules/scroll/components/main-scroll.vue.js +17 -6
  107. package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -1
  108. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue=script.js +20 -2
  109. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue=script.js.map +1 -1
  110. package/js/x-modules/scroll/components/scroll.vue.js +14 -13
  111. package/js/x-modules/scroll/components/scroll.vue.js.map +1 -1
  112. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.js +2 -9
  113. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.js.map +1 -1
  114. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +19 -5
  115. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
  116. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js +1 -1
  117. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js.map +1 -1
  118. package/js/x-modules/search/store/actions/reset-state.action.js +32 -0
  119. package/js/x-modules/search/store/actions/reset-state.action.js.map +1 -0
  120. package/js/x-modules/search/store/emitters.js +6 -0
  121. package/js/x-modules/search/store/emitters.js.map +1 -1
  122. package/js/x-modules/search/store/getters/request.getter.js +2 -2
  123. package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
  124. package/js/x-modules/search/store/module.js +2 -3
  125. package/js/x-modules/search/store/module.js.map +1 -1
  126. package/js/x-modules/search/wiring.js +15 -32
  127. package/js/x-modules/search/wiring.js.map +1 -1
  128. package/js/x-modules/tagging/store/emitters.js +2 -4
  129. package/js/x-modules/tagging/store/emitters.js.map +1 -1
  130. package/js/x-modules/tagging/store/module.js +5 -1
  131. package/js/x-modules/tagging/store/module.js.map +1 -1
  132. package/js/x-modules/tagging/wiring.js +19 -8
  133. package/js/x-modules/tagging/wiring.js.map +1 -1
  134. package/package.json +4 -4
  135. package/report/x-adapter.api.json +26 -0
  136. package/report/x-components.api.json +545 -304
  137. package/report/x-components.api.md +69 -46
  138. package/report/x-types.api.json +28 -1
  139. package/search/index.js +1 -1
  140. package/tagging/index.js +1 -1
  141. package/types/components/layouts/single-column-layout.vue.d.ts.map +1 -1
  142. package/types/components/result/base-result-image.vue.d.ts.map +1 -1
  143. package/types/components/scroll/scroll.mixin.d.ts +7 -0
  144. package/types/components/scroll/scroll.mixin.d.ts.map +1 -1
  145. package/types/components/sliding-panel.vue.d.ts +35 -18
  146. package/types/components/sliding-panel.vue.d.ts.map +1 -1
  147. package/types/plugins/x-plugin.alias.d.ts.map +1 -1
  148. package/types/plugins/x-plugin.types.d.ts +2 -0
  149. package/types/plugins/x-plugin.types.d.ts.map +1 -1
  150. package/types/utils/object.d.ts +11 -0
  151. package/types/utils/object.d.ts.map +1 -1
  152. package/types/wiring/wiring.types.d.ts +2 -0
  153. package/types/wiring/wiring.types.d.ts.map +1 -1
  154. package/types/x-modules/facets/wiring.d.ts +3 -0
  155. package/types/x-modules/facets/wiring.d.ts.map +1 -1
  156. package/types/x-modules/related-tags/wiring.d.ts +3 -0
  157. package/types/x-modules/related-tags/wiring.d.ts.map +1 -1
  158. package/types/x-modules/scroll/components/main-scroll.vue.d.ts +11 -2
  159. package/types/x-modules/scroll/components/main-scroll.vue.d.ts.map +1 -1
  160. package/types/x-modules/scroll/components/scroll.vue.d.ts +2 -17
  161. package/types/x-modules/scroll/components/scroll.vue.d.ts.map +1 -1
  162. package/types/x-modules/search/events.types.d.ts +7 -2
  163. package/types/x-modules/search/events.types.d.ts.map +1 -1
  164. package/types/x-modules/search/index.d.ts +1 -0
  165. package/types/x-modules/search/index.d.ts.map +1 -1
  166. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts +2 -2
  167. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
  168. package/types/x-modules/search/store/actions/reset-state.action.d.ts +11 -0
  169. package/types/x-modules/search/store/actions/reset-state.action.d.ts.map +1 -0
  170. package/types/x-modules/search/store/emitters.d.ts +5 -1
  171. package/types/x-modules/search/store/emitters.d.ts.map +1 -1
  172. package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -1
  173. package/types/x-modules/search/store/module.d.ts.map +1 -1
  174. package/types/x-modules/search/store/types.d.ts +9 -2
  175. package/types/x-modules/search/store/types.d.ts.map +1 -1
  176. package/types/x-modules/search/types.d.ts +22 -0
  177. package/types/x-modules/search/types.d.ts.map +1 -0
  178. package/types/x-modules/search/wiring.d.ts +37 -59
  179. package/types/x-modules/search/wiring.d.ts.map +1 -1
  180. package/types/x-modules/tagging/events.types.d.ts +6 -0
  181. package/types/x-modules/tagging/events.types.d.ts.map +1 -1
  182. package/types/x-modules/tagging/store/emitters.d.ts +1 -0
  183. package/types/x-modules/tagging/store/emitters.d.ts.map +1 -1
  184. package/types/x-modules/tagging/store/module.d.ts.map +1 -1
  185. package/types/x-modules/tagging/store/types.d.ts +10 -0
  186. package/types/x-modules/tagging/store/types.d.ts.map +1 -1
  187. package/types/x-modules/tagging/wiring.d.ts +16 -7
  188. package/types/x-modules/tagging/wiring.d.ts.map +1 -1
  189. package/docs/API-reference/api/x-components.resetfacets.md +0 -13
  190. package/docs/API-reference/api/x-components.resetpage.md +0 -13
  191. package/docs/API-reference/api/x-components.resetsort.md +0 -13
  192. package/docs/API-reference/api/x-components.scroll.distancetobottom.md +0 -13
  193. package/docs/API-reference/api/x-components.scroll.throttlems.md +0 -13
  194. package/docs/API-reference/api/x-components.slidingpanel._refs.md +0 -15
  195. package/docs/API-reference/api/x-components.slidingpanel.beforedestroy.md +0 -15
  196. package/docs/API-reference/api/x-components.slidingpanel.isscrollatend.md +0 -13
  197. package/docs/API-reference/api/x-components.slidingpanel.isscrollatstart.md +0 -13
  198. package/docs/API-reference/api/x-components.slidingpanel.mounted.md +0 -15
  199. package/docs/API-reference/api/x-components.slidingpanel.scrollobserver.md +0 -13
@@ -1,4 +1,4 @@
1
- import { Result } from '@empathyco/x-types';
1
+ import { Result, TaggingInfo } from '@empathyco/x-types';
2
2
  import { Wire } from '../../wiring/wiring.types';
3
3
  /**
4
4
  * Sets the tagging state `consent`.
@@ -19,12 +19,18 @@ export declare const setQueryTaggingDebounce: Wire<number>;
19
19
  */
20
20
  export declare const setSessionDuration: Wire<number>;
21
21
  /**
22
- * Tracks the tagging of the query using a debounce which ends if the user
22
+ * Tracks the tagging of the query.
23
+ *
24
+ * @public
25
+ */
26
+ export declare const trackQueryWire: Wire<TaggingInfo | TaggingInfo[]>;
27
+ /**
28
+ * Sets the tagging state of the query tagging info using a debounce which ends if the user
23
29
  * accepts a query.
24
30
  *
25
31
  * @public
26
32
  */
27
- export declare const trackQueryWire: Wire<import("@empathyco/x-types").TaggingInfo | import("@empathyco/x-types").TaggingInfo[]>;
33
+ export declare const setQueryTaggingInfo: Wire<TaggingInfo>;
28
34
  /**
29
35
  * Tracks the tagging of the result.
30
36
  *
@@ -49,14 +55,17 @@ export declare const taggingWiring: {
49
55
  ConsentChanged: {
50
56
  clearSessionWire: Wire<any>;
51
57
  };
52
- SessionDurationProvided: {
53
- setSessionDuration: Wire<number>;
54
- };
55
58
  QueryTaggingDebounceProvided: {
56
59
  setQueryTaggingDebounce: Wire<number>;
57
60
  };
58
61
  SearchTaggingChanged: {
59
- trackQueryWire: Wire<import("@empathyco/x-types").TaggingInfo | import("@empathyco/x-types").TaggingInfo[]>;
62
+ setQueryTaggingInfo: Wire<TaggingInfo>;
63
+ };
64
+ SearchTaggingReceived: {
65
+ trackQueryWire: Wire<TaggingInfo | TaggingInfo[]>;
66
+ };
67
+ SessionDurationProvided: {
68
+ setSessionDuration: Wire<number>;
60
69
  };
61
70
  UserClickedAResult: {
62
71
  trackResultClickedWire: Wire<Result>;
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/tagging/wiring.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAQ5C,OAAO,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAC;AA6CjD;;;;GAIG;AACH,eAAO,MAAM,UAAU,eAA2B,CAAC;AAEnD;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,cAAwC,CAAC;AAE7E;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,cAAmC,CAAC;AAEnE;;;;;GAKG;AACH,eAAO,MAAM,cAAc,6FAa1B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,cAAiC,CAAC;AAErE;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,cAAoC,CAAC;AAiBpE;;;;GAIG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;CAsBxB,CAAC"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/tagging/wiring.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAQzD,OAAO,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAC;AA6CjD;;;;GAIG;AACH,eAAO,MAAM,UAAU,eAA2B,CAAC;AAEnD;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,cAAwC,CAAC;AAE7E;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,cAAmC,CAAC;AAEnE;;;;GAIG;AACH,eAAO,MAAM,cAAc,mCAAwB,CAAC;AAEpD;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,mBAa/B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,cAAiC,CAAC;AAErE;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,cAAoC,CAAC;AAqBpE;;;;GAIG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;CAyBxB,CAAC"}
@@ -1,13 +0,0 @@
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; [resetFacets](./x-components.resetfacets.md)
4
-
5
- ## resetFacets variable
6
-
7
- Sets empty value to the search state `facets`<!-- -->.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- resetFacets: import("../..").AnyWire
13
- ```
@@ -1,13 +0,0 @@
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; [resetPage](./x-components.resetpage.md)
4
-
5
- ## resetPage variable
6
-
7
- Sets 1 to the search state `page`<!-- -->.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- resetPage: import("../..").AnyWire
13
- ```
@@ -1,13 +0,0 @@
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; [resetSort](./x-components.resetsort.md)
4
-
5
- ## resetSort variable
6
-
7
- Sets empty value to the search state `sort`<!-- -->.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- resetSort: import("../..").AnyWire
13
- ```
@@ -1,13 +0,0 @@
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; [Scroll](./x-components.scroll.md) &gt; [distanceToBottom](./x-components.scroll.distancetobottom.md)
4
-
5
- ## Scroll.distanceToBottom property
6
-
7
- Distance to the end of the scroll that when reached will emit the `scroll:about-to-end` event.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- distanceToBottom: number;
13
- ```
@@ -1,13 +0,0 @@
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; [Scroll](./x-components.scroll.md) &gt; [throttleMs](./x-components.scroll.throttlems.md)
4
-
5
- ## Scroll.throttleMs property
6
-
7
- Time duration to ignore the subsequent scroll events after an emission. Higher values will decrease events precision but can prevent performance issues.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- throttleMs: number;
13
- ```
@@ -1,15 +0,0 @@
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; [SlidingPanel](./x-components.slidingpanel.md) &gt; [$refs](./x-components.slidingpanel._refs.md)
4
-
5
- ## SlidingPanel.$refs property
6
-
7
- HTMLElement referencing the scroll of the component.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- $refs: {
13
- scrollContainer: HTMLElement;
14
- };
15
- ```
@@ -1,15 +0,0 @@
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; [SlidingPanel](./x-components.slidingpanel.md) &gt; [beforeDestroy](./x-components.slidingpanel.beforedestroy.md)
4
-
5
- ## SlidingPanel.beforeDestroy() method
6
-
7
- <b>Signature:</b>
8
-
9
- ```typescript
10
- beforeDestroy(): void;
11
- ```
12
- <b>Returns:</b>
13
-
14
- void
15
-
@@ -1,13 +0,0 @@
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; [SlidingPanel](./x-components.slidingpanel.md) &gt; [isScrollAtEnd](./x-components.slidingpanel.isscrollatend.md)
4
-
5
- ## SlidingPanel.isScrollAtEnd property
6
-
7
- Indicates if the scroll is at the end of the sliding panel.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- protected isScrollAtEnd: boolean;
13
- ```
@@ -1,13 +0,0 @@
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; [SlidingPanel](./x-components.slidingpanel.md) &gt; [isScrollAtStart](./x-components.slidingpanel.isscrollatstart.md)
4
-
5
- ## SlidingPanel.isScrollAtStart property
6
-
7
- Indicates if the scroll is at the start of the sliding panel.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- protected isScrollAtStart: boolean;
13
- ```
@@ -1,15 +0,0 @@
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; [SlidingPanel](./x-components.slidingpanel.md) &gt; [mounted](./x-components.slidingpanel.mounted.md)
4
-
5
- ## SlidingPanel.mounted() method
6
-
7
- <b>Signature:</b>
8
-
9
- ```typescript
10
- mounted(): void;
11
- ```
12
- <b>Returns:</b>
13
-
14
- void
15
-
@@ -1,13 +0,0 @@
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; [SlidingPanel](./x-components.slidingpanel.md) &gt; [scrollObserver](./x-components.slidingpanel.scrollobserver.md)
4
-
5
- ## SlidingPanel.scrollObserver property
6
-
7
- MutationObserver that watches for changes inside the wrapping div to update the scroll position.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- protected scrollObserver: MutationObserver;
13
- ```