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

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 (178) hide show
  1. package/CHANGELOG.md +81 -0
  2. package/core/index.js +6 -1
  3. package/core/index.js.map +1 -1
  4. package/design-system/base.css +2 -1
  5. package/design-system/default-theme.css +98 -35
  6. package/design-system/full-theme.css +571 -47
  7. package/design-system/grid-default.css +6 -0
  8. package/design-system/input-group-default.css +16 -7
  9. package/design-system/list-default.css +0 -5
  10. package/design-system/list-gap.css +141 -1
  11. package/design-system/option-list-bottom.css +76 -10
  12. package/design-system/option-list-default.css +39 -2
  13. package/design-system/result-default.css +1 -1
  14. package/design-system/row-gap.css +61 -1
  15. package/design-system/sliding-panel-default.css +15 -17
  16. package/design-system/sliding-panel-default.token.css +0 -2
  17. package/design-system/typography-default.css +1 -0
  18. package/design-system/utilities-background-color.css +3 -0
  19. package/design-system/utilities-border-color.css +3 -0
  20. package/design-system/utilities-flex.css +32 -0
  21. package/design-system/utilities-font-color.css +3 -0
  22. package/design-system/utilities-font-size.css +79 -0
  23. package/design-system/utilities-line-clamp.css +29 -0
  24. package/design-system/utilities-line-height.css +17 -0
  25. package/design-system/utilities-position.css +14 -0
  26. package/design-system/utilities-text-decoration.css +15 -0
  27. package/design-system/utilities-text-transform.css +11 -0
  28. package/docs/API-reference/api/x-components.arrowdownicon.md +11 -0
  29. package/docs/API-reference/api/x-components.arrowlefticon.md +11 -0
  30. package/docs/API-reference/api/x-components.arrowrighticon.md +11 -0
  31. package/docs/API-reference/api/{x-components.arrowicon.md → x-components.arrowupicon.md} +2 -2
  32. package/docs/API-reference/api/x-components.baseresultrating.link.md +13 -0
  33. package/docs/API-reference/api/x-components.baseresultrating.md +22 -0
  34. package/docs/API-reference/api/x-components.baseresultrating.result.md +13 -0
  35. package/docs/API-reference/api/x-components.grid2rowsicon.md +11 -0
  36. package/docs/API-reference/api/x-components.md +6 -1
  37. package/docs/API-reference/api/x-components.nextqueries.highlightcurated.md +13 -0
  38. package/docs/API-reference/api/x-components.nextquery.highlightcurated.md +13 -0
  39. package/docs/API-reference/api/x-components.nextquery.md +1 -0
  40. package/docs/API-reference/api/x-components.slidingpanel.buttonclass.md +13 -0
  41. package/docs/API-reference/api/x-components.slidingpanel.md +1 -0
  42. package/docs/API-reference/api/x-components.xeventstypes.md +1 -0
  43. package/docs/API-reference/api/x-components.xeventstypes.userclickedaresultrating.md +13 -0
  44. package/docs/API-reference/components/common/icons/x-components.arrow-down.md +7 -0
  45. package/docs/API-reference/components/common/icons/x-components.arrow-left.md +7 -0
  46. package/docs/API-reference/components/common/icons/x-components.arrow-right.md +7 -0
  47. package/docs/API-reference/components/common/icons/x-components.arrow-up.md +7 -0
  48. package/docs/API-reference/components/common/icons/x-components.grid-2-rows.md +7 -0
  49. package/docs/API-reference/components/common/result/x-components.base-result-rating.md +254 -0
  50. package/docs/API-reference/components/common/x-components.base-rating.md +6 -6
  51. package/docs/API-reference/components/common/x-components.sliding-panel.md +1 -0
  52. package/docs/API-reference/components/next-queries/x-components.next-queries.md +17 -11
  53. package/docs/API-reference/components/next-queries/x-components.next-query.md +16 -7
  54. package/js/components/base-rating.vue.js +4 -4
  55. package/js/components/base-rating.vue.js.map +1 -1
  56. package/js/components/filters/labels/base-rating-filter-label.vue.js +2 -2
  57. package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
  58. package/js/components/icons/arrow-down.vue.js +61 -0
  59. package/js/components/icons/arrow-down.vue.js.map +1 -0
  60. package/js/components/icons/arrow-down.vue_rollup-plugin-vue=script.js +4 -0
  61. package/js/components/icons/arrow-down.vue_rollup-plugin-vue=script.js.map +1 -0
  62. package/js/components/icons/{arrow.vue.js → arrow-left.vue.js} +2 -2
  63. package/js/components/icons/arrow-left.vue.js.map +1 -0
  64. package/js/components/icons/arrow-left.vue_rollup-plugin-vue=script.js +4 -0
  65. package/js/components/icons/arrow-left.vue_rollup-plugin-vue=script.js.map +1 -0
  66. package/js/components/icons/arrow-right.vue.js +61 -0
  67. package/js/components/icons/arrow-right.vue.js.map +1 -0
  68. package/js/components/icons/arrow-right.vue_rollup-plugin-vue=script.js +4 -0
  69. package/js/components/icons/arrow-right.vue_rollup-plugin-vue=script.js.map +1 -0
  70. package/js/components/icons/arrow-up.vue.js +61 -0
  71. package/js/components/icons/arrow-up.vue.js.map +1 -0
  72. package/js/components/icons/arrow-up.vue_rollup-plugin-vue=script.js +4 -0
  73. package/js/components/icons/arrow-up.vue_rollup-plugin-vue=script.js.map +1 -0
  74. package/js/components/icons/grid-2-rows.vue.js +65 -0
  75. package/js/components/icons/grid-2-rows.vue.js.map +1 -0
  76. package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue=script.js +4 -0
  77. package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue=script.js.map +1 -0
  78. package/js/components/icons/tag.vue.js +1 -1
  79. package/js/components/icons/tag.vue.js.map +1 -1
  80. package/js/components/result/base-result-rating.vue.js +99 -0
  81. package/js/components/result/base-result-rating.vue.js.map +1 -0
  82. package/js/components/result/base-result-rating.vue_rollup-plugin-vue=script.js +42 -0
  83. package/js/components/result/base-result-rating.vue_rollup-plugin-vue=script.js.map +1 -0
  84. package/js/components/sliding-panel.vue.js +6 -4
  85. package/js/components/sliding-panel.vue.js.map +1 -1
  86. package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js +3 -0
  87. package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js.map +1 -1
  88. package/js/index.js +6 -1
  89. package/js/index.js.map +1 -1
  90. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js +6 -1
  91. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js.map +1 -1
  92. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js +6 -1
  93. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js.map +1 -1
  94. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js +6 -1
  95. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js.map +1 -1
  96. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +6 -1
  97. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  98. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js +6 -1
  99. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js.map +1 -1
  100. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js +6 -1
  101. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  102. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +6 -1
  103. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  104. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js +6 -1
  105. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  106. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js +6 -1
  107. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  108. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js +6 -1
  109. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  110. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js +6 -1
  111. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  112. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js +6 -1
  113. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js.map +1 -1
  114. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js +6 -1
  115. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js.map +1 -1
  116. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js +6 -1
  117. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js.map +1 -1
  118. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js +6 -1
  119. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  120. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js +6 -1
  121. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  122. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js +6 -1
  123. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  124. package/js/x-modules/next-queries/components/next-queries.vue.js +15 -4
  125. package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
  126. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js +3 -0
  127. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js.map +1 -1
  128. package/js/x-modules/next-queries/components/next-query.vue.js +6 -1
  129. package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
  130. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js +18 -0
  131. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js.map +1 -1
  132. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js +6 -1
  133. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js.map +1 -1
  134. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js +6 -1
  135. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js.map +1 -1
  136. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js +6 -1
  137. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js.map +1 -1
  138. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js +6 -1
  139. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js.map +1 -1
  140. package/js/x-modules/search/components/sort.mixin.js +6 -1
  141. package/js/x-modules/search/components/sort.mixin.js.map +1 -1
  142. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js +6 -1
  143. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +1 -1
  144. package/package.json +2 -2
  145. package/report/x-components.api.json +278 -2
  146. package/report/x-components.api.md +27 -1
  147. package/types/adapter/util.d.ts.map +1 -1
  148. package/types/components/icons/arrow-down.vue.d.ts +3 -0
  149. package/types/components/icons/arrow-down.vue.d.ts.map +1 -0
  150. package/types/components/icons/arrow-left.vue.d.ts +3 -0
  151. package/types/components/icons/arrow-left.vue.d.ts.map +1 -0
  152. package/types/components/icons/arrow-right.vue.d.ts +3 -0
  153. package/types/components/icons/arrow-right.vue.d.ts.map +1 -0
  154. package/types/components/icons/arrow-up.vue.d.ts +3 -0
  155. package/types/components/icons/arrow-up.vue.d.ts.map +1 -0
  156. package/types/components/icons/grid-2-rows.vue.d.ts +3 -0
  157. package/types/components/icons/grid-2-rows.vue.d.ts.map +1 -0
  158. package/types/components/icons/index.d.ts +5 -1
  159. package/types/components/icons/index.d.ts.map +1 -1
  160. package/types/components/result/base-result-rating.vue.d.ts +29 -0
  161. package/types/components/result/base-result-rating.vue.d.ts.map +1 -0
  162. package/types/components/result/index.d.ts +1 -0
  163. package/types/components/result/index.d.ts.map +1 -1
  164. package/types/components/sliding-panel.vue.d.ts +6 -0
  165. package/types/components/sliding-panel.vue.d.ts.map +1 -1
  166. package/types/views/base-config.d.ts.map +1 -1
  167. package/types/wiring/events.types.d.ts +5 -0
  168. package/types/wiring/events.types.d.ts.map +1 -1
  169. package/types/x-modules/next-queries/components/next-queries.vue.d.ts +6 -0
  170. package/types/x-modules/next-queries/components/next-queries.vue.d.ts.map +1 -1
  171. package/types/x-modules/next-queries/components/next-query.vue.d.ts +14 -0
  172. package/types/x-modules/next-queries/components/next-query.vue.d.ts.map +1 -1
  173. package/docs/API-reference/components/common/icons/x-components.arrow.md +0 -7
  174. package/js/components/icons/arrow.vue.js.map +0 -1
  175. package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js +0 -4
  176. package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js.map +0 -1
  177. package/types/components/icons/arrow.vue.d.ts +0 -3
  178. package/types/components/icons/arrow.vue.d.ts.map +0 -1
@@ -5,4 +5,5 @@ export { default as BaseResultLink } from './base-result-link.vue';
5
5
  export { default as BaseResultPreviousPrice } from './base-result-previous-price.vue';
6
6
  export { default as BaseFallbackImage } from './base-result-fallback-image.vue';
7
7
  export { default as BasePlaceholderImage } from './base-result-placeholder-image.vue';
8
+ export { default as BaseResultRating } from './base-result-rating.vue';
8
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/result/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AACtF,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAChF,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,qCAAqC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/result/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AACtF,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAChF,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AACtF,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,0BAA0B,CAAC"}
@@ -27,6 +27,12 @@ export default class SlidingPanel extends Vue {
27
27
  * @public
28
28
  */
29
29
  resetOnContentChange: boolean;
30
+ /**
31
+ * CSS classes to add to the buttons.
32
+ *
33
+ * @public
34
+ */
35
+ buttonClass?: string;
30
36
  /**
31
37
  * Indicates if the scroll is at the start of the sliding panel.
32
38
  *
@@ -1 +1 @@
1
- {"version":3,"file":"sliding-panel.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../src/components/sliding-panel.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AAmCA,OAAO,GAAG,MAAM,KAAK,CAAC;AAEtB,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAG/C;;;;;;GAMG;AAEH,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,GAAG;IAC3C;;;;OAIG;IAEI,YAAY,EAAG,MAAM,CAAC;IAE7B;;;;OAIG;IAEI,WAAW,EAAG,OAAO,CAAC;IAE7B;;;;;OAKG;IAEI,oBAAoB,EAAG,OAAO,CAAC;IAEtC;;;;OAIG;IACH,SAAS,CAAC,eAAe,UAAQ;IAEjC;;;;OAIG;IACH,SAAS,CAAC,aAAa,UAAQ;IAE/B;;;;OAIG;IACI,KAAK,EAAG;QACb,eAAe,EAAE,WAAW,CAAC;KAC9B,CAAC;IAEF;;;;;;OAMG;IACH,SAAS,KAAK,UAAU,IAAI,aAAa,CAKxC;IAED;;;;;;OAMG;IACH,OAAO,IAAI,IAAI;IA8Bf;;;;OAIG;IAEH,sBAAsB,IAAI,IAAI;IAK9B;;;;OAIG;IACH,SAAS,CAAC,oBAAoB,IAAI,IAAI;IAQtC;;;;;OAKG;IAEH,6BAA6B,IAAI,IAAI;IAIrC;;;;OAIG;IACH,SAAS,CAAC,UAAU,IAAI,IAAI;IAI5B;;;;OAIG;IACH,SAAS,CAAC,WAAW,IAAI,IAAI;IAI7B;;;;;;OAMG;IACH,SAAS,CAAC,QAAQ,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI;CAM9C"}
1
+ {"version":3,"file":"sliding-panel.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../src/components/sliding-panel.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AAqCA,OAAO,GAAG,MAAM,KAAK,CAAC;AAEtB,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAG/C;;;;;;GAMG;AAEH,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,GAAG;IAC3C;;;;OAIG;IAEI,YAAY,EAAG,MAAM,CAAC;IAE7B;;;;OAIG;IAEI,WAAW,EAAG,OAAO,CAAC;IAE7B;;;;;OAKG;IAEI,oBAAoB,EAAG,OAAO,CAAC;IAEtC;;;;OAIG;IAEI,WAAW,CAAC,EAAE,MAAM,CAAC;IAE5B;;;;OAIG;IACH,SAAS,CAAC,eAAe,UAAQ;IAEjC;;;;OAIG;IACH,SAAS,CAAC,aAAa,UAAQ;IAE/B;;;;OAIG;IACI,KAAK,EAAG;QACb,eAAe,EAAE,WAAW,CAAC;KAC9B,CAAC;IAEF;;;;;;OAMG;IACH,SAAS,KAAK,UAAU,IAAI,aAAa,CAKxC;IAED;;;;;;OAMG;IACH,OAAO,IAAI,IAAI;IA8Bf;;;;OAIG;IAEH,sBAAsB,IAAI,IAAI;IAK9B;;;;OAIG;IACH,SAAS,CAAC,oBAAoB,IAAI,IAAI;IAQtC;;;;;OAKG;IAEH,6BAA6B,IAAI,IAAI;IAIrC;;;;OAIG;IACH,SAAS,CAAC,UAAU,IAAI,IAAI;IAI5B;;;;OAIG;IACH,SAAS,CAAC,WAAW,IAAI,IAAI;IAI7B;;;;;;OAMG;IACH,SAAS,CAAC,QAAQ,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI;CAM9C"}
@@ -1 +1 @@
1
- {"version":3,"file":"base-config.d.ts","sourceRoot":"","sources":["../../../src/views/base-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAInE,eAAO,MAAM,iBAAiB,EAAE,aAI/B,CAAC;AAMF,eAAO,MAAM,mBAAmB,EAAE,eASjC,CAAC"}
1
+ {"version":3,"file":"base-config.d.ts","sourceRoot":"","sources":["../../../src/views/base-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAInE,eAAO,MAAM,iBAAiB,EAAE,aAI/B,CAAC;AAQF,eAAO,MAAM,mBAAmB,EAAE,eAUjC,CAAC"}
@@ -123,6 +123,11 @@ export interface XEventsTypes extends DeviceXEvents, EmpathizeXEvents, ExtraPara
123
123
  * * Payload: The {@link @empathyco/x-types#Result | result} that the user clicked.
124
124
  */
125
125
  UserClickedResultAddToCart: Result;
126
+ /**
127
+ * The user has clicked on the rating of a result.
128
+ * * Payload: The {@link @empathyco/x-types#Result | result} that the user clicked.
129
+ */
130
+ UserClickedAResultRating: Result;
126
131
  /**
127
132
  * The user has clicked the scroll to top button.
128
133
  * * Payload: The scroll id which has scrolled to top.
@@ -1 +1 @@
1
- {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../src/wiring/events.types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../src/wiring/events.types.ts"],"names":[],"mappings":"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"}
@@ -28,5 +28,11 @@ export default class NextQueries extends Vue {
28
28
  * @internal
29
29
  */
30
30
  nextQueries: NextQueryModel[];
31
+ /**
32
+ * Flag to indicate if the curated next queries should be displayed different.
33
+ *
34
+ * @public
35
+ */
36
+ protected highlightCurated: boolean;
31
37
  }
32
38
  //# sourceMappingURL=next-queries.vue?rollup-plugin-vue=script.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"next-queries.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/next-queries/components/next-queries.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AA+BA,OAAO,EAAE,SAAS,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,GAAG,MAAM,KAAK,CAAC;AAQtB;;;;;;;;GAQG;AAKH,MAAM,CAAC,OAAO,OAAO,WAAY,SAAQ,GAAG;IAC1C;;;;OAIG;IAEH,SAAS,CAAC,SAAS,EAAG,GAAG,CAAC;IAE1B;;;;OAIG;IAEH,SAAS,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAEpC;;;;OAIG;IAEI,WAAW,EAAG,cAAc,EAAE,CAAC;CACvC"}
1
+ {"version":3,"file":"next-queries.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/next-queries/components/next-queries.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AAqCA,OAAO,EAAE,SAAS,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,GAAG,MAAM,KAAK,CAAC;AAQtB;;;;;;;;GAQG;AAKH,MAAM,CAAC,OAAO,OAAO,WAAY,SAAQ,GAAG;IAC1C;;;;OAIG;IAEH,SAAS,CAAC,SAAS,EAAG,GAAG,CAAC;IAE1B;;;;OAIG;IAEH,SAAS,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAEpC;;;;OAIG;IAEI,WAAW,EAAG,cAAc,EAAE,CAAC;IAEtC;;;;OAIG;IAEH,SAAS,CAAC,gBAAgB,EAAG,OAAO,CAAC;CACtC"}
@@ -15,6 +15,12 @@ export default class NextQuery extends Vue {
15
15
  * @public
16
16
  */
17
17
  protected suggestion: NextQueryModel;
18
+ /**
19
+ * Indicates if the curated next query should be highlighted.
20
+ *
21
+ * @public
22
+ */
23
+ protected highlightCurated: boolean;
18
24
  /**
19
25
  * Events list which are going to be emitted when a next query is selected.
20
26
  *
@@ -22,5 +28,13 @@ export default class NextQuery extends Vue {
22
28
  * @public
23
29
  */
24
30
  protected get events(): Partial<XEventsTypes>;
31
+ /**
32
+ * Checks if the next query is curated and if it should be highlighted.
33
+ *
34
+ * @returns True if the next query is curated and should be highlighted.
35
+ *
36
+ * @internal
37
+ */
38
+ protected get shouldHighlightCurated(): boolean;
25
39
  }
26
40
  //# sourceMappingURL=next-query.vue?rollup-plugin-vue=script.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"next-query.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/next-queries/components/next-query.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,SAAS,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,GAAG,MAAM,KAAK,CAAC;AAItB,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAG5D;;;;;;GAMG;AAKH,MAAM,CAAC,OAAO,OAAO,SAAU,SAAQ,GAAG;IACxC;;;;OAIG;IAEH,SAAS,CAAC,UAAU,EAAG,cAAc,CAAC;IAEtC;;;;;OAKG;IACH,SAAS,KAAK,MAAM,IAAI,OAAO,CAAC,YAAY,CAAC,CAI5C;CACF"}
1
+ {"version":3,"file":"next-query.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/next-queries/components/next-query.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AAqBA,OAAO,EAAE,SAAS,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,GAAG,MAAM,KAAK,CAAC;AAItB,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAG5D;;;;;;GAMG;AAKH,MAAM,CAAC,OAAO,OAAO,SAAU,SAAQ,GAAG;IACxC;;;;OAIG;IAEH,SAAS,CAAC,UAAU,EAAG,cAAc,CAAC;IAEtC;;;;OAIG;IAEH,SAAS,CAAC,gBAAgB,EAAG,OAAO,CAAC;IAErC;;;;;OAKG;IACH,SAAS,KAAK,MAAM,IAAI,OAAO,CAAC,YAAY,CAAC,CAI5C;IAED;;;;;;OAMG;IACH,SAAS,KAAK,sBAAsB,IAAI,OAAO,CAE9C;CACF"}
@@ -1,7 +0,0 @@
1
- ---
2
-
3
- title: Arrow
4
-
5
- ---
6
-
7
- # Arrow
@@ -1 +0,0 @@
1
- {"version":3,"file":"arrow.vue.js","sources":["../../../../src/components/icons/arrow.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\">\n <line x1=\"13\" y1=\"8\" x2=\"3\" y2=\"8\" />\n <polyline points=\"8 13 3 8 8 3\" />\n </g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,4 +0,0 @@
1
- var script = {};
2
-
3
- export default script;
4
- //# sourceMappingURL=arrow.vue_rollup-plugin-vue=script.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"arrow.vue_rollup-plugin-vue=script.js","sources":["../../../../src/components/icons/arrow.vue?rollup-plugin-vue=script.ts"],"sourcesContent":["\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nexport default {};\n"],"names":[],"mappings":"AAgBA,aAAe,EAAE;;;;"}
@@ -1,3 +0,0 @@
1
- declare const _default: {};
2
- export default _default;
3
- //# sourceMappingURL=arrow.vue?rollup-plugin-vue=script.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"arrow.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/arrow.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":";AAgBA,wBAAkB"}