@empathyco/x-components 6.0.0-alpha.37 → 6.0.0-alpha.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/design-system/deprecated-full-theme.css +354 -354
- package/docs/API-reference/api/x-adapter-platform.md +3 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesrelatedpromptsschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.md +1 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.tagging.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplay.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplayadd2cart.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplayclick.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.nextqueries.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.toolingdisplay.md +11 -0
- package/docs/API-reference/api/x-components.baseaddtocart.md +1 -0
- package/docs/API-reference/api/x-components.createtracktoolingadd2cartwire.md +19 -0
- package/docs/API-reference/api/x-components.createtracktoolingdisplaywire.md +19 -0
- package/docs/API-reference/api/x-components.featurelocation.md +1 -1
- package/docs/API-reference/api/x-components.globalxbus.md +4 -0
- package/docs/API-reference/api/x-components.hierarchicalfilter.md +2 -0
- package/docs/API-reference/api/x-components.md +4 -0
- package/docs/API-reference/api/x-components.queryfeature.md +1 -1
- package/docs/API-reference/api/x-components.relatedpromptstaglist.md +2 -1
- package/docs/API-reference/api/x-components.relatedpromptsxevents.md +2 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.userclickedarelatedpromptadd2cart.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.userclickedarelatedpromptresult.md +13 -0
- package/docs/API-reference/api/x-components.simplefilter.md +2 -0
- package/docs/API-reference/api/x-components.snippetcallbacks.md +2 -0
- package/docs/API-reference/api/x-components.tracktoolingadd2cartwire.md +13 -0
- package/docs/API-reference/api/x-components.tracktoolingdisplayclickedwire.md +13 -0
- package/docs/API-reference/api/x-types.md +1 -0
- package/docs/API-reference/api/x-types.relatedprompt.md +2 -1
- package/docs/API-reference/api/x-types.relatedprompt.relatedpromptnextqueries.md +13 -0
- package/docs/API-reference/api/x-types.relatedprompt.toolingdisplaytagging.md +13 -0
- package/docs/API-reference/api/x-types.relatedpromptnextquery.md +23 -0
- package/docs/API-reference/api/x-types.relatedpromptnextquery.query.md +13 -0
- package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplayadd2carttagging.md +13 -0
- package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplayclicktagging.md +13 -0
- package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplaytagging.md +13 -0
- package/js/components/result/base-result-add-to-cart.vue.js +2 -1
- package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
- package/js/components/result/base-result-add-to-cart.vue2.js +19 -5
- package/js/components/result/base-result-add-to-cart.vue2.js.map +1 -1
- package/js/index.js +1 -1
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js +19 -5
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js.map +1 -1
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js +2 -1
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js.map +1 -1
- package/js/x-modules/tagging/store/module.js +5 -1
- package/js/x-modules/tagging/store/module.js.map +1 -1
- package/js/x-modules/tagging/wiring.js +64 -1
- package/js/x-modules/tagging/wiring.js.map +1 -1
- package/package.json +4 -4
- package/report/x-adapter-platform.api.json +254 -0
- package/report/x-components.api.json +406 -12
- package/report/x-components.api.md +37 -4
- package/report/x-types.api.json +167 -5
- package/tagging/index.js +1 -1
- package/types/components/global-x-bus.vue.d.ts +4 -0
- package/types/components/global-x-bus.vue.d.ts.map +1 -1
- package/types/components/result/base-result-add-to-cart.vue.d.ts +2 -0
- package/types/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
- package/types/components/snippet-callbacks.vue.d.ts +2 -0
- package/types/components/snippet-callbacks.vue.d.ts.map +1 -1
- package/types/types/origin.d.ts +2 -2
- package/types/types/origin.d.ts.map +1 -1
- package/types/views/adapter.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +2 -0
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +2 -0
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
- package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts +2 -1
- package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts.map +1 -1
- package/types/x-modules/related-prompts/events.types.d.ts +11 -1
- package/types/x-modules/related-prompts/events.types.d.ts.map +1 -1
- package/types/x-modules/tagging/store/module.d.ts.map +1 -1
- package/types/x-modules/tagging/wiring.d.ts +36 -2
- package/types/x-modules/tagging/wiring.d.ts.map +1 -1
- 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
|
|
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":
|
|
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)",
|
|
@@ -22739,7 +22841,7 @@
|
|
|
22739
22841
|
},
|
|
22740
22842
|
{
|
|
22741
22843
|
"kind": "Content",
|
|
22742
|
-
"text": "'external' | 'my_history' | 'no_query' | 'results' | 'no_results' | 'low_results' | 'none' | 'predictive_layer' | 'pdp' | 'url_history' | 'url_history_pdp'"
|
|
22844
|
+
"text": "'external' | 'my_history' | 'no_query' | 'results' | 'no_results' | 'low_results' | 'none' | 'predictive_layer' | 'pdp' | 'url_history' | 'url_history_pdp' | 'related-prompts'"
|
|
22743
22845
|
},
|
|
22744
22846
|
{
|
|
22745
22847
|
"kind": "Content",
|
|
@@ -28360,6 +28462,42 @@
|
|
|
28360
28462
|
"text": "WireMetadata",
|
|
28361
28463
|
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
28362
28464
|
},
|
|
28465
|
+
{
|
|
28466
|
+
"kind": "Content",
|
|
28467
|
+
"text": ") => unknown;\n UserClickedARelatedPromptResult: (payload: import(\"@empathyco/x-types\")."
|
|
28468
|
+
},
|
|
28469
|
+
{
|
|
28470
|
+
"kind": "Reference",
|
|
28471
|
+
"text": "Result",
|
|
28472
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
28473
|
+
},
|
|
28474
|
+
{
|
|
28475
|
+
"kind": "Content",
|
|
28476
|
+
"text": ", metadata: import(\"..\")."
|
|
28477
|
+
},
|
|
28478
|
+
{
|
|
28479
|
+
"kind": "Reference",
|
|
28480
|
+
"text": "WireMetadata",
|
|
28481
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
28482
|
+
},
|
|
28483
|
+
{
|
|
28484
|
+
"kind": "Content",
|
|
28485
|
+
"text": ") => unknown;\n UserClickedARelatedPromptAdd2Cart: (payload: import(\"@empathyco/x-types\")."
|
|
28486
|
+
},
|
|
28487
|
+
{
|
|
28488
|
+
"kind": "Reference",
|
|
28489
|
+
"text": "Result",
|
|
28490
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
28491
|
+
},
|
|
28492
|
+
{
|
|
28493
|
+
"kind": "Content",
|
|
28494
|
+
"text": ", metadata: import(\"..\")."
|
|
28495
|
+
},
|
|
28496
|
+
{
|
|
28497
|
+
"kind": "Reference",
|
|
28498
|
+
"text": "WireMetadata",
|
|
28499
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
28500
|
+
},
|
|
28363
28501
|
{
|
|
28364
28502
|
"kind": "Content",
|
|
28365
28503
|
"text": ") => unknown;\n }>>;\n required: true;\n };\n}, () => string, unknown, {}, {}, import(\"vue\")."
|
|
@@ -30511,6 +30649,42 @@
|
|
|
30511
30649
|
"text": "WireMetadata",
|
|
30512
30650
|
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
30513
30651
|
},
|
|
30652
|
+
{
|
|
30653
|
+
"kind": "Content",
|
|
30654
|
+
"text": ") => unknown;\n UserClickedARelatedPromptResult: (payload: import(\"@empathyco/x-types\")."
|
|
30655
|
+
},
|
|
30656
|
+
{
|
|
30657
|
+
"kind": "Reference",
|
|
30658
|
+
"text": "Result",
|
|
30659
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
30660
|
+
},
|
|
30661
|
+
{
|
|
30662
|
+
"kind": "Content",
|
|
30663
|
+
"text": ", metadata: import(\"..\")."
|
|
30664
|
+
},
|
|
30665
|
+
{
|
|
30666
|
+
"kind": "Reference",
|
|
30667
|
+
"text": "WireMetadata",
|
|
30668
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
30669
|
+
},
|
|
30670
|
+
{
|
|
30671
|
+
"kind": "Content",
|
|
30672
|
+
"text": ") => unknown;\n UserClickedARelatedPromptAdd2Cart: (payload: import(\"@empathyco/x-types\")."
|
|
30673
|
+
},
|
|
30674
|
+
{
|
|
30675
|
+
"kind": "Reference",
|
|
30676
|
+
"text": "Result",
|
|
30677
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
30678
|
+
},
|
|
30679
|
+
{
|
|
30680
|
+
"kind": "Content",
|
|
30681
|
+
"text": ", metadata: import(\"..\")."
|
|
30682
|
+
},
|
|
30683
|
+
{
|
|
30684
|
+
"kind": "Reference",
|
|
30685
|
+
"text": "WireMetadata",
|
|
30686
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
30687
|
+
},
|
|
30514
30688
|
{
|
|
30515
30689
|
"kind": "Content",
|
|
30516
30690
|
"text": ") => unknown;\n }>>;\n required: true;\n };\n}>>, {}, {}>"
|
|
@@ -30522,7 +30696,7 @@
|
|
|
30522
30696
|
"name": "GlobalXBus",
|
|
30523
30697
|
"variableTypeTokenRange": {
|
|
30524
30698
|
"startIndex": 1,
|
|
30525
|
-
"endIndex":
|
|
30699
|
+
"endIndex": 966
|
|
30526
30700
|
}
|
|
30527
30701
|
},
|
|
30528
30702
|
{
|
|
@@ -31524,7 +31698,25 @@
|
|
|
31524
31698
|
},
|
|
31525
31699
|
{
|
|
31526
31700
|
"kind": "Content",
|
|
31527
|
-
"text": " | null | undefined;\n UserSelectedARelatedPrompt?: number | undefined;\n UserSelectedARelatedPromptQuery?: number | undefined;\n
|
|
31701
|
+
"text": " | null | undefined;\n UserSelectedARelatedPrompt?: number | undefined;\n UserSelectedARelatedPromptQuery?: number | undefined;\n UserClickedARelatedPromptResult?: import(\"@empathyco/x-types\")."
|
|
31702
|
+
},
|
|
31703
|
+
{
|
|
31704
|
+
"kind": "Reference",
|
|
31705
|
+
"text": "Result",
|
|
31706
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
31707
|
+
},
|
|
31708
|
+
{
|
|
31709
|
+
"kind": "Content",
|
|
31710
|
+
"text": " | undefined;\n UserClickedARelatedPromptAdd2Cart?: import(\"@empathyco/x-types\")."
|
|
31711
|
+
},
|
|
31712
|
+
{
|
|
31713
|
+
"kind": "Reference",
|
|
31714
|
+
"text": "Result",
|
|
31715
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
31716
|
+
},
|
|
31717
|
+
{
|
|
31718
|
+
"kind": "Content",
|
|
31719
|
+
"text": " | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
|
|
31528
31720
|
},
|
|
31529
31721
|
{
|
|
31530
31722
|
"kind": "Reference",
|
|
@@ -31758,7 +31950,7 @@
|
|
|
31758
31950
|
"name": "HierarchicalFilter",
|
|
31759
31951
|
"variableTypeTokenRange": {
|
|
31760
31952
|
"startIndex": 1,
|
|
31761
|
-
"endIndex":
|
|
31953
|
+
"endIndex": 248
|
|
31762
31954
|
}
|
|
31763
31955
|
},
|
|
31764
31956
|
{
|
|
@@ -47476,7 +47668,7 @@
|
|
|
47476
47668
|
},
|
|
47477
47669
|
{
|
|
47478
47670
|
"kind": "Content",
|
|
47479
|
-
"text": "'search_box' | 'url' | 'query_suggestion' | 'next_query' | 'popular_search' | 'history_query' | 'partial_result' | 'related_tag' | 'spellcheck' | 'customer' | 'semantics'"
|
|
47671
|
+
"text": "'search_box' | 'url' | 'query_suggestion' | 'next_query' | 'popular_search' | 'history_query' | 'partial_result' | 'related_tag' | 'spellcheck' | 'customer' | 'semantics' | 'related-prompts'"
|
|
47480
47672
|
},
|
|
47481
47673
|
{
|
|
47482
47674
|
"kind": "Content",
|
|
@@ -53095,7 +53287,25 @@
|
|
|
53095
53287
|
},
|
|
53096
53288
|
{
|
|
53097
53289
|
"kind": "Content",
|
|
53098
|
-
"text": "<{\n index: number;\n
|
|
53290
|
+
"text": "<{\n index: number;\n relatedPromptNextQueries: import(\"@empathyco/x-types\")."
|
|
53291
|
+
},
|
|
53292
|
+
{
|
|
53293
|
+
"kind": "Reference",
|
|
53294
|
+
"text": "RelatedPromptNextQuery",
|
|
53295
|
+
"canonicalReference": "@empathyco/x-components!RelatedPromptNextQuery:interface"
|
|
53296
|
+
},
|
|
53297
|
+
{
|
|
53298
|
+
"kind": "Content",
|
|
53299
|
+
"text": "[];\n suggestionText: string;\n type: string;\n toolingDisplayTagging: import(\"@empathyco/x-types\")."
|
|
53300
|
+
},
|
|
53301
|
+
{
|
|
53302
|
+
"kind": "Reference",
|
|
53303
|
+
"text": "TaggingRequest",
|
|
53304
|
+
"canonicalReference": "@empathyco/x-components!TaggingRequest:interface"
|
|
53305
|
+
},
|
|
53306
|
+
{
|
|
53307
|
+
"kind": "Content",
|
|
53308
|
+
"text": ";\n modelName: \"RelatedPrompt\";\n }[]>;\n listItems: import(\"vue\")."
|
|
53099
53309
|
},
|
|
53100
53310
|
{
|
|
53101
53311
|
"kind": "Reference",
|
|
@@ -53356,7 +53566,7 @@
|
|
|
53356
53566
|
"name": "RelatedPromptsTagList",
|
|
53357
53567
|
"variableTypeTokenRange": {
|
|
53358
53568
|
"startIndex": 1,
|
|
53359
|
-
"endIndex":
|
|
53569
|
+
"endIndex": 82
|
|
53360
53570
|
}
|
|
53361
53571
|
},
|
|
53362
53572
|
{
|
|
@@ -53406,6 +53616,62 @@
|
|
|
53406
53616
|
"endIndex": 3
|
|
53407
53617
|
}
|
|
53408
53618
|
},
|
|
53619
|
+
{
|
|
53620
|
+
"kind": "PropertySignature",
|
|
53621
|
+
"canonicalReference": "@empathyco/x-components!RelatedPromptsXEvents#UserClickedARelatedPromptAdd2Cart:member",
|
|
53622
|
+
"docComment": "/**\n * The user has clicked one add to cart from a prompt. Payload: The result that the user clicked.\n */\n",
|
|
53623
|
+
"excerptTokens": [
|
|
53624
|
+
{
|
|
53625
|
+
"kind": "Content",
|
|
53626
|
+
"text": "UserClickedARelatedPromptAdd2Cart: "
|
|
53627
|
+
},
|
|
53628
|
+
{
|
|
53629
|
+
"kind": "Reference",
|
|
53630
|
+
"text": "Result",
|
|
53631
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
53632
|
+
},
|
|
53633
|
+
{
|
|
53634
|
+
"kind": "Content",
|
|
53635
|
+
"text": ";"
|
|
53636
|
+
}
|
|
53637
|
+
],
|
|
53638
|
+
"isReadonly": false,
|
|
53639
|
+
"isOptional": false,
|
|
53640
|
+
"releaseTag": "Public",
|
|
53641
|
+
"name": "UserClickedARelatedPromptAdd2Cart",
|
|
53642
|
+
"propertyTypeTokenRange": {
|
|
53643
|
+
"startIndex": 1,
|
|
53644
|
+
"endIndex": 2
|
|
53645
|
+
}
|
|
53646
|
+
},
|
|
53647
|
+
{
|
|
53648
|
+
"kind": "PropertySignature",
|
|
53649
|
+
"canonicalReference": "@empathyco/x-components!RelatedPromptsXEvents#UserClickedARelatedPromptResult:member",
|
|
53650
|
+
"docComment": "/**\n * The user has clicked one prompt. Payload: The result that the user clicked.\n */\n",
|
|
53651
|
+
"excerptTokens": [
|
|
53652
|
+
{
|
|
53653
|
+
"kind": "Content",
|
|
53654
|
+
"text": "UserClickedARelatedPromptResult: "
|
|
53655
|
+
},
|
|
53656
|
+
{
|
|
53657
|
+
"kind": "Reference",
|
|
53658
|
+
"text": "Result",
|
|
53659
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
53660
|
+
},
|
|
53661
|
+
{
|
|
53662
|
+
"kind": "Content",
|
|
53663
|
+
"text": ";"
|
|
53664
|
+
}
|
|
53665
|
+
],
|
|
53666
|
+
"isReadonly": false,
|
|
53667
|
+
"isOptional": false,
|
|
53668
|
+
"releaseTag": "Public",
|
|
53669
|
+
"name": "UserClickedARelatedPromptResult",
|
|
53670
|
+
"propertyTypeTokenRange": {
|
|
53671
|
+
"startIndex": 1,
|
|
53672
|
+
"endIndex": 2
|
|
53673
|
+
}
|
|
53674
|
+
},
|
|
53409
53675
|
{
|
|
53410
53676
|
"kind": "PropertySignature",
|
|
53411
53677
|
"canonicalReference": "@empathyco/x-components!RelatedPromptsXEvents#UserSelectedARelatedPrompt:member",
|
|
@@ -68450,7 +68716,25 @@
|
|
|
68450
68716
|
},
|
|
68451
68717
|
{
|
|
68452
68718
|
"kind": "Content",
|
|
68453
|
-
"text": " | null | undefined;\n UserSelectedARelatedPrompt?: number | undefined;\n UserSelectedARelatedPromptQuery?: number | undefined;\n
|
|
68719
|
+
"text": " | null | undefined;\n UserSelectedARelatedPrompt?: number | undefined;\n UserSelectedARelatedPromptQuery?: number | undefined;\n UserClickedARelatedPromptResult?: import(\"@empathyco/x-types\")."
|
|
68720
|
+
},
|
|
68721
|
+
{
|
|
68722
|
+
"kind": "Reference",
|
|
68723
|
+
"text": "Result",
|
|
68724
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
68725
|
+
},
|
|
68726
|
+
{
|
|
68727
|
+
"kind": "Content",
|
|
68728
|
+
"text": " | undefined;\n UserClickedARelatedPromptAdd2Cart?: import(\"@empathyco/x-types\")."
|
|
68729
|
+
},
|
|
68730
|
+
{
|
|
68731
|
+
"kind": "Reference",
|
|
68732
|
+
"text": "Result",
|
|
68733
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
68734
|
+
},
|
|
68735
|
+
{
|
|
68736
|
+
"kind": "Content",
|
|
68737
|
+
"text": " | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
|
|
68454
68738
|
},
|
|
68455
68739
|
{
|
|
68456
68740
|
"kind": "Reference",
|
|
@@ -68594,7 +68878,7 @@
|
|
|
68594
68878
|
"name": "SimpleFilter",
|
|
68595
68879
|
"variableTypeTokenRange": {
|
|
68596
68880
|
"startIndex": 1,
|
|
68597
|
-
"endIndex":
|
|
68881
|
+
"endIndex": 218
|
|
68598
68882
|
}
|
|
68599
68883
|
},
|
|
68600
68884
|
{
|
|
@@ -71571,6 +71855,42 @@
|
|
|
71571
71855
|
"text": "WireMetadata",
|
|
71572
71856
|
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
71573
71857
|
},
|
|
71858
|
+
{
|
|
71859
|
+
"kind": "Content",
|
|
71860
|
+
"text": ") => unknown;\n UserClickedARelatedPromptResult: (payload: import(\"@empathyco/x-types\")."
|
|
71861
|
+
},
|
|
71862
|
+
{
|
|
71863
|
+
"kind": "Reference",
|
|
71864
|
+
"text": "Result",
|
|
71865
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
71866
|
+
},
|
|
71867
|
+
{
|
|
71868
|
+
"kind": "Content",
|
|
71869
|
+
"text": ", metadata: "
|
|
71870
|
+
},
|
|
71871
|
+
{
|
|
71872
|
+
"kind": "Reference",
|
|
71873
|
+
"text": "WireMetadata",
|
|
71874
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
71875
|
+
},
|
|
71876
|
+
{
|
|
71877
|
+
"kind": "Content",
|
|
71878
|
+
"text": ") => unknown;\n UserClickedARelatedPromptAdd2Cart: (payload: import(\"@empathyco/x-types\")."
|
|
71879
|
+
},
|
|
71880
|
+
{
|
|
71881
|
+
"kind": "Reference",
|
|
71882
|
+
"text": "Result",
|
|
71883
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
71884
|
+
},
|
|
71885
|
+
{
|
|
71886
|
+
"kind": "Content",
|
|
71887
|
+
"text": ", metadata: "
|
|
71888
|
+
},
|
|
71889
|
+
{
|
|
71890
|
+
"kind": "Reference",
|
|
71891
|
+
"text": "WireMetadata",
|
|
71892
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
71893
|
+
},
|
|
71574
71894
|
{
|
|
71575
71895
|
"kind": "Content",
|
|
71576
71896
|
"text": ") => unknown;\n }>>;\n}, {}, {}, {}, import(\"vue\")."
|
|
@@ -71627,7 +71947,7 @@
|
|
|
71627
71947
|
"name": "SnippetCallbacks",
|
|
71628
71948
|
"variableTypeTokenRange": {
|
|
71629
71949
|
"startIndex": 1,
|
|
71630
|
-
"endIndex":
|
|
71950
|
+
"endIndex": 490
|
|
71631
71951
|
}
|
|
71632
71952
|
},
|
|
71633
71953
|
{
|
|
@@ -75987,6 +76307,80 @@
|
|
|
75987
76307
|
"endIndex": 5
|
|
75988
76308
|
}
|
|
75989
76309
|
},
|
|
76310
|
+
{
|
|
76311
|
+
"kind": "Variable",
|
|
76312
|
+
"canonicalReference": "@empathyco/x-components!trackToolingAdd2CartWire:var",
|
|
76313
|
+
"docComment": "/**\n * Performs a track of a display result being clicked.\n *\n * @public\n */\n",
|
|
76314
|
+
"excerptTokens": [
|
|
76315
|
+
{
|
|
76316
|
+
"kind": "Content",
|
|
76317
|
+
"text": "trackToolingAdd2CartWire: "
|
|
76318
|
+
},
|
|
76319
|
+
{
|
|
76320
|
+
"kind": "Reference",
|
|
76321
|
+
"text": "Wire",
|
|
76322
|
+
"canonicalReference": "@empathyco/x-components!Wire:type"
|
|
76323
|
+
},
|
|
76324
|
+
{
|
|
76325
|
+
"kind": "Content",
|
|
76326
|
+
"text": "<"
|
|
76327
|
+
},
|
|
76328
|
+
{
|
|
76329
|
+
"kind": "Reference",
|
|
76330
|
+
"text": "Taggable",
|
|
76331
|
+
"canonicalReference": "@empathyco/x-components!Taggable:interface"
|
|
76332
|
+
},
|
|
76333
|
+
{
|
|
76334
|
+
"kind": "Content",
|
|
76335
|
+
"text": ">"
|
|
76336
|
+
}
|
|
76337
|
+
],
|
|
76338
|
+
"fileUrlPath": "src/x-modules/tagging/wiring.ts",
|
|
76339
|
+
"isReadonly": true,
|
|
76340
|
+
"releaseTag": "Public",
|
|
76341
|
+
"name": "trackToolingAdd2CartWire",
|
|
76342
|
+
"variableTypeTokenRange": {
|
|
76343
|
+
"startIndex": 1,
|
|
76344
|
+
"endIndex": 5
|
|
76345
|
+
}
|
|
76346
|
+
},
|
|
76347
|
+
{
|
|
76348
|
+
"kind": "Variable",
|
|
76349
|
+
"canonicalReference": "@empathyco/x-components!trackToolingDisplayClickedWire:var",
|
|
76350
|
+
"docComment": "/**\n * Performs a track of a display result being clicked.\n *\n * @public\n */\n",
|
|
76351
|
+
"excerptTokens": [
|
|
76352
|
+
{
|
|
76353
|
+
"kind": "Content",
|
|
76354
|
+
"text": "trackToolingDisplayClickedWire: "
|
|
76355
|
+
},
|
|
76356
|
+
{
|
|
76357
|
+
"kind": "Reference",
|
|
76358
|
+
"text": "Wire",
|
|
76359
|
+
"canonicalReference": "@empathyco/x-components!Wire:type"
|
|
76360
|
+
},
|
|
76361
|
+
{
|
|
76362
|
+
"kind": "Content",
|
|
76363
|
+
"text": "<"
|
|
76364
|
+
},
|
|
76365
|
+
{
|
|
76366
|
+
"kind": "Reference",
|
|
76367
|
+
"text": "Taggable",
|
|
76368
|
+
"canonicalReference": "@empathyco/x-components!Taggable:interface"
|
|
76369
|
+
},
|
|
76370
|
+
{
|
|
76371
|
+
"kind": "Content",
|
|
76372
|
+
"text": ">"
|
|
76373
|
+
}
|
|
76374
|
+
],
|
|
76375
|
+
"fileUrlPath": "src/x-modules/tagging/wiring.ts",
|
|
76376
|
+
"isReadonly": true,
|
|
76377
|
+
"releaseTag": "Public",
|
|
76378
|
+
"name": "trackToolingDisplayClickedWire",
|
|
76379
|
+
"variableTypeTokenRange": {
|
|
76380
|
+
"startIndex": 1,
|
|
76381
|
+
"endIndex": 5
|
|
76382
|
+
}
|
|
76383
|
+
},
|
|
75990
76384
|
{
|
|
75991
76385
|
"kind": "Interface",
|
|
75992
76386
|
"canonicalReference": "@empathyco/x-components!TypingOptions:interface",
|