@empathyco/x-components 6.0.0-alpha.37 → 6.0.0-alpha.39

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 (99) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/core/index.js +1 -0
  3. package/core/index.js.map +1 -1
  4. package/design-system/deprecated-full-theme.css +408 -408
  5. package/docs/API-reference/api/x-adapter-platform.md +3 -0
  6. package/docs/API-reference/api/x-adapter-platform.nextqueriesrelatedpromptsschema.md +11 -0
  7. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.md +1 -0
  8. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.tagging.md +11 -0
  9. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.md +22 -0
  10. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplay.md +11 -0
  11. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplayadd2cart.md +11 -0
  12. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplayclick.md +11 -0
  13. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.md +21 -0
  14. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.nextqueries.md +11 -0
  15. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.toolingdisplay.md +11 -0
  16. package/docs/API-reference/api/x-components.baseaddtocart.md +1 -0
  17. package/docs/API-reference/api/x-components.createtracktoolingadd2cartwire.md +19 -0
  18. package/docs/API-reference/api/x-components.createtracktoolingdisplaywire.md +19 -0
  19. package/docs/API-reference/api/x-components.displayclickprovider.md +58 -0
  20. package/docs/API-reference/api/x-components.featurelocation.md +1 -1
  21. package/docs/API-reference/api/x-components.globalxbus.md +4 -0
  22. package/docs/API-reference/api/x-components.hierarchicalfilter.md +2 -0
  23. package/docs/API-reference/api/x-components.md +5 -0
  24. package/docs/API-reference/api/x-components.queryfeature.md +1 -1
  25. package/docs/API-reference/api/x-components.relatedpromptstaglist.md +2 -1
  26. package/docs/API-reference/api/x-components.relatedpromptsxevents.md +2 -0
  27. package/docs/API-reference/api/x-components.relatedpromptsxevents.userclickedarelatedpromptadd2cart.md +13 -0
  28. package/docs/API-reference/api/x-components.relatedpromptsxevents.userclickedarelatedpromptresult.md +13 -0
  29. package/docs/API-reference/api/x-components.simplefilter.md +2 -0
  30. package/docs/API-reference/api/x-components.snippetcallbacks.md +2 -0
  31. package/docs/API-reference/api/x-components.tracktoolingadd2cartwire.md +13 -0
  32. package/docs/API-reference/api/x-components.tracktoolingdisplayclickedwire.md +13 -0
  33. package/docs/API-reference/api/x-types.md +1 -0
  34. package/docs/API-reference/api/x-types.relatedprompt.md +2 -1
  35. package/docs/API-reference/api/x-types.relatedprompt.relatedpromptnextqueries.md +13 -0
  36. package/docs/API-reference/api/x-types.relatedprompt.toolingdisplaytagging.md +13 -0
  37. package/docs/API-reference/api/x-types.relatedpromptnextquery.md +23 -0
  38. package/docs/API-reference/api/x-types.relatedpromptnextquery.query.md +13 -0
  39. package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplayadd2carttagging.md +13 -0
  40. package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplayclicktagging.md +13 -0
  41. package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplaytagging.md +13 -0
  42. package/docs/API-reference/components/common/x-components.display-click-provider.md +16 -0
  43. package/js/components/display-click-provider.vue.js +69 -0
  44. package/js/components/display-click-provider.vue.js.map +1 -0
  45. package/js/components/display-click-provider.vue2.js +6 -0
  46. package/js/components/display-click-provider.vue2.js.map +1 -0
  47. package/js/components/result/base-result-add-to-cart.vue.js +2 -1
  48. package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
  49. package/js/components/result/base-result-add-to-cart.vue2.js +19 -5
  50. package/js/components/result/base-result-add-to-cart.vue2.js.map +1 -1
  51. package/js/index.js +2 -1
  52. package/js/index.js.map +1 -1
  53. package/js/x-modules/empathize/components/empathize.vue2.js +1 -0
  54. package/js/x-modules/empathize/components/empathize.vue2.js.map +1 -1
  55. package/js/x-modules/queries-preview/components/query-preview-button.vue2.js +1 -0
  56. package/js/x-modules/queries-preview/components/query-preview-button.vue2.js.map +1 -1
  57. package/js/x-modules/queries-preview/components/query-preview.vue2.js +1 -0
  58. package/js/x-modules/queries-preview/components/query-preview.vue2.js.map +1 -1
  59. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js +19 -5
  60. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js.map +1 -1
  61. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js +2 -1
  62. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js.map +1 -1
  63. package/js/x-modules/scroll/components/scroll-to-top.vue2.js +1 -0
  64. package/js/x-modules/scroll/components/scroll-to-top.vue2.js.map +1 -1
  65. package/js/x-modules/tagging/store/module.js +5 -1
  66. package/js/x-modules/tagging/store/module.js.map +1 -1
  67. package/js/x-modules/tagging/wiring.js +64 -1
  68. package/js/x-modules/tagging/wiring.js.map +1 -1
  69. package/package.json +4 -4
  70. package/report/x-adapter-platform.api.json +254 -0
  71. package/report/x-components.api.json +663 -12
  72. package/report/x-components.api.md +88 -5
  73. package/report/x-types.api.json +167 -5
  74. package/tagging/index.js +1 -1
  75. package/types/components/display-click-provider.vue.d.ts +52 -0
  76. package/types/components/display-click-provider.vue.d.ts.map +1 -0
  77. package/types/components/global-x-bus.vue.d.ts +4 -0
  78. package/types/components/global-x-bus.vue.d.ts.map +1 -1
  79. package/types/components/index.d.ts +1 -0
  80. package/types/components/index.d.ts.map +1 -1
  81. package/types/components/result/base-result-add-to-cart.vue.d.ts +2 -0
  82. package/types/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
  83. package/types/components/snippet-callbacks.vue.d.ts +2 -0
  84. package/types/components/snippet-callbacks.vue.d.ts.map +1 -1
  85. package/types/types/origin.d.ts +2 -2
  86. package/types/types/origin.d.ts.map +1 -1
  87. package/types/views/adapter.d.ts.map +1 -1
  88. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +2 -0
  89. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  90. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +2 -0
  91. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  92. package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts +2 -1
  93. package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts.map +1 -1
  94. package/types/x-modules/related-prompts/events.types.d.ts +11 -1
  95. package/types/x-modules/related-prompts/events.types.d.ts.map +1 -1
  96. package/types/x-modules/tagging/store/module.d.ts.map +1 -1
  97. package/types/x-modules/tagging/wiring.d.ts +36 -2
  98. package/types/x-modules/tagging/wiring.d.ts.map +1 -1
  99. package/docs/API-reference/api/x-types.relatedprompt.nextqueries.md +0 -13
@@ -2571,7 +2571,25 @@
2571
2571
  },
2572
2572
  {
2573
2573
  "kind": "Content",
2574
- "text": ">>;\n}, unknown, {}, {}, import(\"vue\")."
2574
+ "text": ">>;\n metadata: "
2575
+ },
2576
+ {
2577
+ "kind": "Reference",
2578
+ "text": "Omit",
2579
+ "canonicalReference": "!Omit:type"
2580
+ },
2581
+ {
2582
+ "kind": "Content",
2583
+ "text": "<"
2584
+ },
2585
+ {
2586
+ "kind": "Reference",
2587
+ "text": "WireMetadata",
2588
+ "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
2589
+ },
2590
+ {
2591
+ "kind": "Content",
2592
+ "text": ", \"moduleName\" | \"origin\" | \"location\">;\n}, unknown, {}, {}, import(\"vue\")."
2575
2593
  },
2576
2594
  {
2577
2595
  "kind": "Reference",
@@ -2643,7 +2661,7 @@
2643
2661
  "name": "BaseAddToCart",
2644
2662
  "variableTypeTokenRange": {
2645
2663
  "startIndex": 1,
2646
- "endIndex": 28
2664
+ "endIndex": 32
2647
2665
  }
2648
2666
  },
2649
2667
  {
@@ -12952,6 +12970,90 @@
12952
12970
  ],
12953
12971
  "name": "createTrackDisplayWire"
12954
12972
  },
12973
+ {
12974
+ "kind": "Function",
12975
+ "canonicalReference": "@empathyco/x-components!createTrackToolingAdd2CartWire:function(1)",
12976
+ "docComment": "/**\n * Factory helper to create a wire for the track of the tooling display click.\n *\n * @returns A new wire for the tooling display add to cart of the taggable element.\n *\n * @public\n */\n",
12977
+ "excerptTokens": [
12978
+ {
12979
+ "kind": "Content",
12980
+ "text": "export declare function createTrackToolingAdd2CartWire(): "
12981
+ },
12982
+ {
12983
+ "kind": "Reference",
12984
+ "text": "Wire",
12985
+ "canonicalReference": "@empathyco/x-components!Wire:type"
12986
+ },
12987
+ {
12988
+ "kind": "Content",
12989
+ "text": "<"
12990
+ },
12991
+ {
12992
+ "kind": "Reference",
12993
+ "text": "Taggable",
12994
+ "canonicalReference": "@empathyco/x-components!Taggable:interface"
12995
+ },
12996
+ {
12997
+ "kind": "Content",
12998
+ "text": ">"
12999
+ },
13000
+ {
13001
+ "kind": "Content",
13002
+ "text": ";"
13003
+ }
13004
+ ],
13005
+ "fileUrlPath": "src/x-modules/tagging/wiring.ts",
13006
+ "returnTypeTokenRange": {
13007
+ "startIndex": 1,
13008
+ "endIndex": 5
13009
+ },
13010
+ "releaseTag": "Public",
13011
+ "overloadIndex": 1,
13012
+ "parameters": [],
13013
+ "name": "createTrackToolingAdd2CartWire"
13014
+ },
13015
+ {
13016
+ "kind": "Function",
13017
+ "canonicalReference": "@empathyco/x-components!createTrackToolingDisplayWire:function(1)",
13018
+ "docComment": "/**\n * Factory helper to create a wire for the track of the tooling display click.\n *\n * @returns A new wire for the tooling display click of the taggable element.\n *\n * @public\n */\n",
13019
+ "excerptTokens": [
13020
+ {
13021
+ "kind": "Content",
13022
+ "text": "export declare function createTrackToolingDisplayWire(): "
13023
+ },
13024
+ {
13025
+ "kind": "Reference",
13026
+ "text": "Wire",
13027
+ "canonicalReference": "@empathyco/x-components!Wire:type"
13028
+ },
13029
+ {
13030
+ "kind": "Content",
13031
+ "text": "<"
13032
+ },
13033
+ {
13034
+ "kind": "Reference",
13035
+ "text": "Taggable",
13036
+ "canonicalReference": "@empathyco/x-components!Taggable:interface"
13037
+ },
13038
+ {
13039
+ "kind": "Content",
13040
+ "text": ">"
13041
+ },
13042
+ {
13043
+ "kind": "Content",
13044
+ "text": ";"
13045
+ }
13046
+ ],
13047
+ "fileUrlPath": "src/x-modules/tagging/wiring.ts",
13048
+ "returnTypeTokenRange": {
13049
+ "startIndex": 1,
13050
+ "endIndex": 5
13051
+ },
13052
+ "releaseTag": "Public",
13053
+ "overloadIndex": 1,
13054
+ "parameters": [],
13055
+ "name": "createTrackToolingDisplayWire"
13056
+ },
12955
13057
  {
12956
13058
  "kind": "Function",
12957
13059
  "canonicalReference": "@empathyco/x-components!createTrackWire:function(1)",
@@ -15781,6 +15883,263 @@
15781
15883
  }
15782
15884
  ]
15783
15885
  },
15886
+ {
15887
+ "kind": "Variable",
15888
+ "canonicalReference": "@empathyco/x-components!DisplayClickProvider:var",
15889
+ "docComment": "",
15890
+ "excerptTokens": [
15891
+ {
15892
+ "kind": "Content",
15893
+ "text": "_default: "
15894
+ },
15895
+ {
15896
+ "kind": "Content",
15897
+ "text": "import(\"vue\")."
15898
+ },
15899
+ {
15900
+ "kind": "Reference",
15901
+ "text": "DefineComponent",
15902
+ "canonicalReference": "@vue/runtime-core!DefineComponent:type"
15903
+ },
15904
+ {
15905
+ "kind": "Content",
15906
+ "text": "<{\n ignoreResultClickEvent: {\n type: "
15907
+ },
15908
+ {
15909
+ "kind": "Reference",
15910
+ "text": "BooleanConstructor",
15911
+ "canonicalReference": "!BooleanConstructor:interface"
15912
+ },
15913
+ {
15914
+ "kind": "Content",
15915
+ "text": ";\n default: boolean;\n };\n toolingDisplayTagging: {\n type: "
15916
+ },
15917
+ {
15918
+ "kind": "Reference",
15919
+ "text": "PropType",
15920
+ "canonicalReference": "@vue/runtime-core!PropType:type"
15921
+ },
15922
+ {
15923
+ "kind": "Content",
15924
+ "text": "<"
15925
+ },
15926
+ {
15927
+ "kind": "Reference",
15928
+ "text": "TaggingRequest",
15929
+ "canonicalReference": "@empathyco/x-components!TaggingRequest:interface"
15930
+ },
15931
+ {
15932
+ "kind": "Content",
15933
+ "text": ">;\n required: false;\n default: undefined;\n };\n toolingAdd2CartTagging: {\n type: "
15934
+ },
15935
+ {
15936
+ "kind": "Reference",
15937
+ "text": "PropType",
15938
+ "canonicalReference": "@vue/runtime-core!PropType:type"
15939
+ },
15940
+ {
15941
+ "kind": "Content",
15942
+ "text": "<"
15943
+ },
15944
+ {
15945
+ "kind": "Reference",
15946
+ "text": "TaggingRequest",
15947
+ "canonicalReference": "@empathyco/x-components!TaggingRequest:interface"
15948
+ },
15949
+ {
15950
+ "kind": "Content",
15951
+ "text": ">;\n required: false;\n default: undefined;\n };\n queryTagging: {\n type: "
15952
+ },
15953
+ {
15954
+ "kind": "Reference",
15955
+ "text": "PropType",
15956
+ "canonicalReference": "@vue/runtime-core!PropType:type"
15957
+ },
15958
+ {
15959
+ "kind": "Content",
15960
+ "text": "<"
15961
+ },
15962
+ {
15963
+ "kind": "Reference",
15964
+ "text": "TaggingRequest",
15965
+ "canonicalReference": "@empathyco/x-components!TaggingRequest:interface"
15966
+ },
15967
+ {
15968
+ "kind": "Content",
15969
+ "text": ">;\n required: false;\n default: undefined;\n };\n}, () => import(\"vue\")."
15970
+ },
15971
+ {
15972
+ "kind": "Reference",
15973
+ "text": "VNode",
15974
+ "canonicalReference": "@vue/runtime-core!VNode:interface"
15975
+ },
15976
+ {
15977
+ "kind": "Content",
15978
+ "text": "<import(\"vue\")."
15979
+ },
15980
+ {
15981
+ "kind": "Reference",
15982
+ "text": "RendererNode",
15983
+ "canonicalReference": "@vue/runtime-core!RendererNode:interface"
15984
+ },
15985
+ {
15986
+ "kind": "Content",
15987
+ "text": ", import(\"vue\")."
15988
+ },
15989
+ {
15990
+ "kind": "Reference",
15991
+ "text": "RendererElement",
15992
+ "canonicalReference": "@vue/runtime-core!RendererElement:interface"
15993
+ },
15994
+ {
15995
+ "kind": "Content",
15996
+ "text": ", {\n [key: string]: any;\n}> | \"\", unknown, {}, {}, import(\"vue\")."
15997
+ },
15998
+ {
15999
+ "kind": "Reference",
16000
+ "text": "ComponentOptionsMixin",
16001
+ "canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
16002
+ },
16003
+ {
16004
+ "kind": "Content",
16005
+ "text": ", import(\"vue\")."
16006
+ },
16007
+ {
16008
+ "kind": "Reference",
16009
+ "text": "ComponentOptionsMixin",
16010
+ "canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
16011
+ },
16012
+ {
16013
+ "kind": "Content",
16014
+ "text": ", {}, string, import(\"vue\")."
16015
+ },
16016
+ {
16017
+ "kind": "Reference",
16018
+ "text": "PublicProps",
16019
+ "canonicalReference": "@vue/runtime-core!PublicProps:type"
16020
+ },
16021
+ {
16022
+ "kind": "Content",
16023
+ "text": ", "
16024
+ },
16025
+ {
16026
+ "kind": "Reference",
16027
+ "text": "Readonly",
16028
+ "canonicalReference": "!Readonly:type"
16029
+ },
16030
+ {
16031
+ "kind": "Content",
16032
+ "text": "<import(\"vue\")."
16033
+ },
16034
+ {
16035
+ "kind": "Reference",
16036
+ "text": "ExtractPropTypes",
16037
+ "canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
16038
+ },
16039
+ {
16040
+ "kind": "Content",
16041
+ "text": "<{\n ignoreResultClickEvent: {\n type: "
16042
+ },
16043
+ {
16044
+ "kind": "Reference",
16045
+ "text": "BooleanConstructor",
16046
+ "canonicalReference": "!BooleanConstructor:interface"
16047
+ },
16048
+ {
16049
+ "kind": "Content",
16050
+ "text": ";\n default: boolean;\n };\n toolingDisplayTagging: {\n type: "
16051
+ },
16052
+ {
16053
+ "kind": "Reference",
16054
+ "text": "PropType",
16055
+ "canonicalReference": "@vue/runtime-core!PropType:type"
16056
+ },
16057
+ {
16058
+ "kind": "Content",
16059
+ "text": "<"
16060
+ },
16061
+ {
16062
+ "kind": "Reference",
16063
+ "text": "TaggingRequest",
16064
+ "canonicalReference": "@empathyco/x-components!TaggingRequest:interface"
16065
+ },
16066
+ {
16067
+ "kind": "Content",
16068
+ "text": ">;\n required: false;\n default: undefined;\n };\n toolingAdd2CartTagging: {\n type: "
16069
+ },
16070
+ {
16071
+ "kind": "Reference",
16072
+ "text": "PropType",
16073
+ "canonicalReference": "@vue/runtime-core!PropType:type"
16074
+ },
16075
+ {
16076
+ "kind": "Content",
16077
+ "text": "<"
16078
+ },
16079
+ {
16080
+ "kind": "Reference",
16081
+ "text": "TaggingRequest",
16082
+ "canonicalReference": "@empathyco/x-components!TaggingRequest:interface"
16083
+ },
16084
+ {
16085
+ "kind": "Content",
16086
+ "text": ">;\n required: false;\n default: undefined;\n };\n queryTagging: {\n type: "
16087
+ },
16088
+ {
16089
+ "kind": "Reference",
16090
+ "text": "PropType",
16091
+ "canonicalReference": "@vue/runtime-core!PropType:type"
16092
+ },
16093
+ {
16094
+ "kind": "Content",
16095
+ "text": "<"
16096
+ },
16097
+ {
16098
+ "kind": "Reference",
16099
+ "text": "TaggingRequest",
16100
+ "canonicalReference": "@empathyco/x-components!TaggingRequest:interface"
16101
+ },
16102
+ {
16103
+ "kind": "Content",
16104
+ "text": ">;\n required: false;\n default: undefined;\n };\n}>>, {\n ignoreResultClickEvent: boolean;\n toolingDisplayTagging: "
16105
+ },
16106
+ {
16107
+ "kind": "Reference",
16108
+ "text": "TaggingRequest",
16109
+ "canonicalReference": "@empathyco/x-components!TaggingRequest:interface"
16110
+ },
16111
+ {
16112
+ "kind": "Content",
16113
+ "text": ";\n toolingAdd2CartTagging: "
16114
+ },
16115
+ {
16116
+ "kind": "Reference",
16117
+ "text": "TaggingRequest",
16118
+ "canonicalReference": "@empathyco/x-components!TaggingRequest:interface"
16119
+ },
16120
+ {
16121
+ "kind": "Content",
16122
+ "text": ";\n queryTagging: "
16123
+ },
16124
+ {
16125
+ "kind": "Reference",
16126
+ "text": "TaggingRequest",
16127
+ "canonicalReference": "@empathyco/x-components!TaggingRequest:interface"
16128
+ },
16129
+ {
16130
+ "kind": "Content",
16131
+ "text": ";\n}, {}>"
16132
+ }
16133
+ ],
16134
+ "fileUrlPath": "dist/types/components/display-click-provider.vue.d.ts",
16135
+ "isReadonly": true,
16136
+ "releaseTag": "Public",
16137
+ "name": "DisplayClickProvider",
16138
+ "variableTypeTokenRange": {
16139
+ "startIndex": 1,
16140
+ "endIndex": 54
16141
+ }
16142
+ },
15784
16143
  {
15785
16144
  "kind": "Variable",
15786
16145
  "canonicalReference": "@empathyco/x-components!DisplayEmitter:var",
@@ -22739,7 +23098,7 @@
22739
23098
  },
22740
23099
  {
22741
23100
  "kind": "Content",
22742
- "text": "'external' | 'my_history' | 'no_query' | 'results' | 'no_results' | 'low_results' | 'none' | 'predictive_layer' | 'pdp' | 'url_history' | 'url_history_pdp'"
23101
+ "text": "'external' | 'my_history' | 'no_query' | 'results' | 'no_results' | 'low_results' | 'none' | 'predictive_layer' | 'pdp' | 'url_history' | 'url_history_pdp' | 'related-prompts'"
22743
23102
  },
22744
23103
  {
22745
23104
  "kind": "Content",
@@ -28360,6 +28719,42 @@
28360
28719
  "text": "WireMetadata",
28361
28720
  "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
28362
28721
  },
28722
+ {
28723
+ "kind": "Content",
28724
+ "text": ") => unknown;\n UserClickedARelatedPromptResult: (payload: import(\"@empathyco/x-types\")."
28725
+ },
28726
+ {
28727
+ "kind": "Reference",
28728
+ "text": "Result",
28729
+ "canonicalReference": "@empathyco/x-components!Result:interface"
28730
+ },
28731
+ {
28732
+ "kind": "Content",
28733
+ "text": ", metadata: import(\"..\")."
28734
+ },
28735
+ {
28736
+ "kind": "Reference",
28737
+ "text": "WireMetadata",
28738
+ "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
28739
+ },
28740
+ {
28741
+ "kind": "Content",
28742
+ "text": ") => unknown;\n UserClickedARelatedPromptAdd2Cart: (payload: import(\"@empathyco/x-types\")."
28743
+ },
28744
+ {
28745
+ "kind": "Reference",
28746
+ "text": "Result",
28747
+ "canonicalReference": "@empathyco/x-components!Result:interface"
28748
+ },
28749
+ {
28750
+ "kind": "Content",
28751
+ "text": ", metadata: import(\"..\")."
28752
+ },
28753
+ {
28754
+ "kind": "Reference",
28755
+ "text": "WireMetadata",
28756
+ "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
28757
+ },
28363
28758
  {
28364
28759
  "kind": "Content",
28365
28760
  "text": ") => unknown;\n }>>;\n required: true;\n };\n}, () => string, unknown, {}, {}, import(\"vue\")."
@@ -30511,6 +30906,42 @@
30511
30906
  "text": "WireMetadata",
30512
30907
  "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
30513
30908
  },
30909
+ {
30910
+ "kind": "Content",
30911
+ "text": ") => unknown;\n UserClickedARelatedPromptResult: (payload: import(\"@empathyco/x-types\")."
30912
+ },
30913
+ {
30914
+ "kind": "Reference",
30915
+ "text": "Result",
30916
+ "canonicalReference": "@empathyco/x-components!Result:interface"
30917
+ },
30918
+ {
30919
+ "kind": "Content",
30920
+ "text": ", metadata: import(\"..\")."
30921
+ },
30922
+ {
30923
+ "kind": "Reference",
30924
+ "text": "WireMetadata",
30925
+ "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
30926
+ },
30927
+ {
30928
+ "kind": "Content",
30929
+ "text": ") => unknown;\n UserClickedARelatedPromptAdd2Cart: (payload: import(\"@empathyco/x-types\")."
30930
+ },
30931
+ {
30932
+ "kind": "Reference",
30933
+ "text": "Result",
30934
+ "canonicalReference": "@empathyco/x-components!Result:interface"
30935
+ },
30936
+ {
30937
+ "kind": "Content",
30938
+ "text": ", metadata: import(\"..\")."
30939
+ },
30940
+ {
30941
+ "kind": "Reference",
30942
+ "text": "WireMetadata",
30943
+ "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
30944
+ },
30514
30945
  {
30515
30946
  "kind": "Content",
30516
30947
  "text": ") => unknown;\n }>>;\n required: true;\n };\n}>>, {}, {}>"
@@ -30522,7 +30953,7 @@
30522
30953
  "name": "GlobalXBus",
30523
30954
  "variableTypeTokenRange": {
30524
30955
  "startIndex": 1,
30525
- "endIndex": 950
30956
+ "endIndex": 966
30526
30957
  }
30527
30958
  },
30528
30959
  {
@@ -31524,7 +31955,25 @@
31524
31955
  },
31525
31956
  {
31526
31957
  "kind": "Content",
31527
- "text": " | null | undefined;\n UserSelectedARelatedPrompt?: number | undefined;\n UserSelectedARelatedPromptQuery?: number | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
31958
+ "text": " | null | undefined;\n UserSelectedARelatedPrompt?: number | undefined;\n UserSelectedARelatedPromptQuery?: number | undefined;\n UserClickedARelatedPromptResult?: import(\"@empathyco/x-types\")."
31959
+ },
31960
+ {
31961
+ "kind": "Reference",
31962
+ "text": "Result",
31963
+ "canonicalReference": "@empathyco/x-components!Result:interface"
31964
+ },
31965
+ {
31966
+ "kind": "Content",
31967
+ "text": " | undefined;\n UserClickedARelatedPromptAdd2Cart?: import(\"@empathyco/x-types\")."
31968
+ },
31969
+ {
31970
+ "kind": "Reference",
31971
+ "text": "Result",
31972
+ "canonicalReference": "@empathyco/x-components!Result:interface"
31973
+ },
31974
+ {
31975
+ "kind": "Content",
31976
+ "text": " | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
31528
31977
  },
31529
31978
  {
31530
31979
  "kind": "Reference",
@@ -31758,7 +32207,7 @@
31758
32207
  "name": "HierarchicalFilter",
31759
32208
  "variableTypeTokenRange": {
31760
32209
  "startIndex": 1,
31761
- "endIndex": 244
32210
+ "endIndex": 248
31762
32211
  }
31763
32212
  },
31764
32213
  {
@@ -47476,7 +47925,7 @@
47476
47925
  },
47477
47926
  {
47478
47927
  "kind": "Content",
47479
- "text": "'search_box' | 'url' | 'query_suggestion' | 'next_query' | 'popular_search' | 'history_query' | 'partial_result' | 'related_tag' | 'spellcheck' | 'customer' | 'semantics'"
47928
+ "text": "'search_box' | 'url' | 'query_suggestion' | 'next_query' | 'popular_search' | 'history_query' | 'partial_result' | 'related_tag' | 'spellcheck' | 'customer' | 'semantics' | 'related-prompts'"
47480
47929
  },
47481
47930
  {
47482
47931
  "kind": "Content",
@@ -53095,7 +53544,25 @@
53095
53544
  },
53096
53545
  {
53097
53546
  "kind": "Content",
53098
- "text": "<{\n index: number;\n nextQueries: string[];\n suggestionText: string;\n type: string;\n modelName: \"RelatedPrompt\";\n }[]>;\n listItems: import(\"vue\")."
53547
+ "text": "<{\n index: number;\n relatedPromptNextQueries: import(\"@empathyco/x-types\")."
53548
+ },
53549
+ {
53550
+ "kind": "Reference",
53551
+ "text": "RelatedPromptNextQuery",
53552
+ "canonicalReference": "@empathyco/x-components!RelatedPromptNextQuery:interface"
53553
+ },
53554
+ {
53555
+ "kind": "Content",
53556
+ "text": "[];\n suggestionText: string;\n type: string;\n toolingDisplayTagging: import(\"@empathyco/x-types\")."
53557
+ },
53558
+ {
53559
+ "kind": "Reference",
53560
+ "text": "TaggingRequest",
53561
+ "canonicalReference": "@empathyco/x-components!TaggingRequest:interface"
53562
+ },
53563
+ {
53564
+ "kind": "Content",
53565
+ "text": ";\n modelName: \"RelatedPrompt\";\n }[]>;\n listItems: import(\"vue\")."
53099
53566
  },
53100
53567
  {
53101
53568
  "kind": "Reference",
@@ -53356,7 +53823,7 @@
53356
53823
  "name": "RelatedPromptsTagList",
53357
53824
  "variableTypeTokenRange": {
53358
53825
  "startIndex": 1,
53359
- "endIndex": 78
53826
+ "endIndex": 82
53360
53827
  }
53361
53828
  },
53362
53829
  {
@@ -53406,6 +53873,62 @@
53406
53873
  "endIndex": 3
53407
53874
  }
53408
53875
  },
53876
+ {
53877
+ "kind": "PropertySignature",
53878
+ "canonicalReference": "@empathyco/x-components!RelatedPromptsXEvents#UserClickedARelatedPromptAdd2Cart:member",
53879
+ "docComment": "/**\n * The user has clicked one add to cart from a prompt. Payload: The result that the user clicked.\n */\n",
53880
+ "excerptTokens": [
53881
+ {
53882
+ "kind": "Content",
53883
+ "text": "UserClickedARelatedPromptAdd2Cart: "
53884
+ },
53885
+ {
53886
+ "kind": "Reference",
53887
+ "text": "Result",
53888
+ "canonicalReference": "@empathyco/x-components!Result:interface"
53889
+ },
53890
+ {
53891
+ "kind": "Content",
53892
+ "text": ";"
53893
+ }
53894
+ ],
53895
+ "isReadonly": false,
53896
+ "isOptional": false,
53897
+ "releaseTag": "Public",
53898
+ "name": "UserClickedARelatedPromptAdd2Cart",
53899
+ "propertyTypeTokenRange": {
53900
+ "startIndex": 1,
53901
+ "endIndex": 2
53902
+ }
53903
+ },
53904
+ {
53905
+ "kind": "PropertySignature",
53906
+ "canonicalReference": "@empathyco/x-components!RelatedPromptsXEvents#UserClickedARelatedPromptResult:member",
53907
+ "docComment": "/**\n * The user has clicked one prompt. Payload: The result that the user clicked.\n */\n",
53908
+ "excerptTokens": [
53909
+ {
53910
+ "kind": "Content",
53911
+ "text": "UserClickedARelatedPromptResult: "
53912
+ },
53913
+ {
53914
+ "kind": "Reference",
53915
+ "text": "Result",
53916
+ "canonicalReference": "@empathyco/x-components!Result:interface"
53917
+ },
53918
+ {
53919
+ "kind": "Content",
53920
+ "text": ";"
53921
+ }
53922
+ ],
53923
+ "isReadonly": false,
53924
+ "isOptional": false,
53925
+ "releaseTag": "Public",
53926
+ "name": "UserClickedARelatedPromptResult",
53927
+ "propertyTypeTokenRange": {
53928
+ "startIndex": 1,
53929
+ "endIndex": 2
53930
+ }
53931
+ },
53409
53932
  {
53410
53933
  "kind": "PropertySignature",
53411
53934
  "canonicalReference": "@empathyco/x-components!RelatedPromptsXEvents#UserSelectedARelatedPrompt:member",
@@ -68450,7 +68973,25 @@
68450
68973
  },
68451
68974
  {
68452
68975
  "kind": "Content",
68453
- "text": " | null | undefined;\n UserSelectedARelatedPrompt?: number | undefined;\n UserSelectedARelatedPromptQuery?: number | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
68976
+ "text": " | null | undefined;\n UserSelectedARelatedPrompt?: number | undefined;\n UserSelectedARelatedPromptQuery?: number | undefined;\n UserClickedARelatedPromptResult?: import(\"@empathyco/x-types\")."
68977
+ },
68978
+ {
68979
+ "kind": "Reference",
68980
+ "text": "Result",
68981
+ "canonicalReference": "@empathyco/x-components!Result:interface"
68982
+ },
68983
+ {
68984
+ "kind": "Content",
68985
+ "text": " | undefined;\n UserClickedARelatedPromptAdd2Cart?: import(\"@empathyco/x-types\")."
68986
+ },
68987
+ {
68988
+ "kind": "Reference",
68989
+ "text": "Result",
68990
+ "canonicalReference": "@empathyco/x-components!Result:interface"
68991
+ },
68992
+ {
68993
+ "kind": "Content",
68994
+ "text": " | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
68454
68995
  },
68455
68996
  {
68456
68997
  "kind": "Reference",
@@ -68594,7 +69135,7 @@
68594
69135
  "name": "SimpleFilter",
68595
69136
  "variableTypeTokenRange": {
68596
69137
  "startIndex": 1,
68597
- "endIndex": 214
69138
+ "endIndex": 218
68598
69139
  }
68599
69140
  },
68600
69141
  {
@@ -71571,6 +72112,42 @@
71571
72112
  "text": "WireMetadata",
71572
72113
  "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
71573
72114
  },
72115
+ {
72116
+ "kind": "Content",
72117
+ "text": ") => unknown;\n UserClickedARelatedPromptResult: (payload: import(\"@empathyco/x-types\")."
72118
+ },
72119
+ {
72120
+ "kind": "Reference",
72121
+ "text": "Result",
72122
+ "canonicalReference": "@empathyco/x-components!Result:interface"
72123
+ },
72124
+ {
72125
+ "kind": "Content",
72126
+ "text": ", metadata: "
72127
+ },
72128
+ {
72129
+ "kind": "Reference",
72130
+ "text": "WireMetadata",
72131
+ "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
72132
+ },
72133
+ {
72134
+ "kind": "Content",
72135
+ "text": ") => unknown;\n UserClickedARelatedPromptAdd2Cart: (payload: import(\"@empathyco/x-types\")."
72136
+ },
72137
+ {
72138
+ "kind": "Reference",
72139
+ "text": "Result",
72140
+ "canonicalReference": "@empathyco/x-components!Result:interface"
72141
+ },
72142
+ {
72143
+ "kind": "Content",
72144
+ "text": ", metadata: "
72145
+ },
72146
+ {
72147
+ "kind": "Reference",
72148
+ "text": "WireMetadata",
72149
+ "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
72150
+ },
71574
72151
  {
71575
72152
  "kind": "Content",
71576
72153
  "text": ") => unknown;\n }>>;\n}, {}, {}, {}, import(\"vue\")."
@@ -71627,7 +72204,7 @@
71627
72204
  "name": "SnippetCallbacks",
71628
72205
  "variableTypeTokenRange": {
71629
72206
  "startIndex": 1,
71630
- "endIndex": 482
72207
+ "endIndex": 490
71631
72208
  }
71632
72209
  },
71633
72210
  {
@@ -75987,6 +76564,80 @@
75987
76564
  "endIndex": 5
75988
76565
  }
75989
76566
  },
76567
+ {
76568
+ "kind": "Variable",
76569
+ "canonicalReference": "@empathyco/x-components!trackToolingAdd2CartWire:var",
76570
+ "docComment": "/**\n * Performs a track of a display result being clicked.\n *\n * @public\n */\n",
76571
+ "excerptTokens": [
76572
+ {
76573
+ "kind": "Content",
76574
+ "text": "trackToolingAdd2CartWire: "
76575
+ },
76576
+ {
76577
+ "kind": "Reference",
76578
+ "text": "Wire",
76579
+ "canonicalReference": "@empathyco/x-components!Wire:type"
76580
+ },
76581
+ {
76582
+ "kind": "Content",
76583
+ "text": "<"
76584
+ },
76585
+ {
76586
+ "kind": "Reference",
76587
+ "text": "Taggable",
76588
+ "canonicalReference": "@empathyco/x-components!Taggable:interface"
76589
+ },
76590
+ {
76591
+ "kind": "Content",
76592
+ "text": ">"
76593
+ }
76594
+ ],
76595
+ "fileUrlPath": "src/x-modules/tagging/wiring.ts",
76596
+ "isReadonly": true,
76597
+ "releaseTag": "Public",
76598
+ "name": "trackToolingAdd2CartWire",
76599
+ "variableTypeTokenRange": {
76600
+ "startIndex": 1,
76601
+ "endIndex": 5
76602
+ }
76603
+ },
76604
+ {
76605
+ "kind": "Variable",
76606
+ "canonicalReference": "@empathyco/x-components!trackToolingDisplayClickedWire:var",
76607
+ "docComment": "/**\n * Performs a track of a display result being clicked.\n *\n * @public\n */\n",
76608
+ "excerptTokens": [
76609
+ {
76610
+ "kind": "Content",
76611
+ "text": "trackToolingDisplayClickedWire: "
76612
+ },
76613
+ {
76614
+ "kind": "Reference",
76615
+ "text": "Wire",
76616
+ "canonicalReference": "@empathyco/x-components!Wire:type"
76617
+ },
76618
+ {
76619
+ "kind": "Content",
76620
+ "text": "<"
76621
+ },
76622
+ {
76623
+ "kind": "Reference",
76624
+ "text": "Taggable",
76625
+ "canonicalReference": "@empathyco/x-components!Taggable:interface"
76626
+ },
76627
+ {
76628
+ "kind": "Content",
76629
+ "text": ">"
76630
+ }
76631
+ ],
76632
+ "fileUrlPath": "src/x-modules/tagging/wiring.ts",
76633
+ "isReadonly": true,
76634
+ "releaseTag": "Public",
76635
+ "name": "trackToolingDisplayClickedWire",
76636
+ "variableTypeTokenRange": {
76637
+ "startIndex": 1,
76638
+ "endIndex": 5
76639
+ }
76640
+ },
75990
76641
  {
75991
76642
  "kind": "Interface",
75992
76643
  "canonicalReference": "@empathyco/x-components!TypingOptions:interface",