@empathyco/x-components 6.0.0-alpha.36 → 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 +18 -0
- package/design-system/deprecated-full-theme.css +578 -578
- 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 +7 -2
- package/docs/API-reference/api/x-components.queryfeature.md +1 -1
- package/docs/API-reference/api/x-components.relatedprompt.md +4 -25
- package/docs/API-reference/api/x-components.relatedpromptstaglist.md +40 -6
- 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-components.typingoptions.md +22 -0
- package/docs/API-reference/api/x-components.typingoptions.speed.md +13 -0
- package/docs/API-reference/api/x-components.typingoptions.targetattr.md +18 -0
- package/docs/API-reference/api/x-components.typingoptions.text.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/docs/API-reference/components/related-prompts/x-components.related-prompt.md +4 -14
- package/docs/API-reference/components/related-prompts/x-components.related-prompts-tag-list.md +16 -10
- 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/directives/typing.js +52 -0
- package/js/directives/typing.js.map +1 -0
- package/js/index.js +1 -1
- package/js/x-modules/related-prompts/components/related-prompt.vue.js +16 -43
- package/js/x-modules/related-prompts/components/related-prompt.vue.js.map +1 -1
- package/js/x-modules/related-prompts/components/related-prompt.vue2.js +5 -36
- package/js/x-modules/related-prompts/components/related-prompt.vue2.js.map +1 -1
- package/js/x-modules/related-prompts/components/related-prompt.vue3.js +7 -0
- package/js/x-modules/related-prompts/components/related-prompt.vue3.js.map +1 -0
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js +76 -68
- 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 +176 -22
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js.map +1 -1
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue3.js +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 +746 -64
- package/report/x-components.api.md +84 -34
- 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/directives/index.d.ts +1 -0
- package/types/directives/index.d.ts.map +1 -1
- package/types/directives/typing.d.ts +30 -0
- package/types/directives/typing.d.ts.map +1 -0
- package/types/types/origin.d.ts +2 -2
- package/types/types/origin.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-prompt.vue.d.ts +4 -27
- package/types/x-modules/related-prompts/components/related-prompt.vue.d.ts.map +1 -1
- package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts +87 -6
- 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",
|
|
@@ -51850,7 +52042,7 @@
|
|
|
51850
52042
|
{
|
|
51851
52043
|
"kind": "Variable",
|
|
51852
52044
|
"canonicalReference": "@empathyco/x-components!RelatedPrompt:var",
|
|
51853
|
-
"docComment": "/**\n * This component shows a suggested related prompt.\n
|
|
52045
|
+
"docComment": "/**\n * This component shows a suggested related prompt.\n */\n",
|
|
51854
52046
|
"excerptTokens": [
|
|
51855
52047
|
{
|
|
51856
52048
|
"kind": "Content",
|
|
@@ -51885,16 +52077,7 @@
|
|
|
51885
52077
|
},
|
|
51886
52078
|
{
|
|
51887
52079
|
"kind": "Content",
|
|
51888
|
-
"text": ">;\n required: true;\n };\n
|
|
51889
|
-
},
|
|
51890
|
-
{
|
|
51891
|
-
"kind": "Reference",
|
|
51892
|
-
"text": "BooleanConstructor",
|
|
51893
|
-
"canonicalReference": "!BooleanConstructor:interface"
|
|
51894
|
-
},
|
|
51895
|
-
{
|
|
51896
|
-
"kind": "Content",
|
|
51897
|
-
"text": ";\n default: boolean;\n };\n isSelected: {\n type: "
|
|
52080
|
+
"text": ">;\n required: true;\n };\n selected: {\n type: "
|
|
51898
52081
|
},
|
|
51899
52082
|
{
|
|
51900
52083
|
"kind": "Reference",
|
|
@@ -51903,16 +52086,7 @@
|
|
|
51903
52086
|
},
|
|
51904
52087
|
{
|
|
51905
52088
|
"kind": "Content",
|
|
51906
|
-
"text": ";\n default: boolean;\n };\n
|
|
51907
|
-
},
|
|
51908
|
-
{
|
|
51909
|
-
"kind": "Reference",
|
|
51910
|
-
"text": "NumberConstructor",
|
|
51911
|
-
"canonicalReference": "!NumberConstructor:interface"
|
|
51912
|
-
},
|
|
51913
|
-
{
|
|
51914
|
-
"kind": "Content",
|
|
51915
|
-
"text": ";\n required: true;\n };\n}, {\n toggleSuggestion: (index: number) => void;\n}, unknown, {}, {}, import(\"vue\")."
|
|
52089
|
+
"text": ";\n default: boolean;\n };\n}, unknown, unknown, {}, {}, import(\"vue\")."
|
|
51916
52090
|
},
|
|
51917
52091
|
{
|
|
51918
52092
|
"kind": "Reference",
|
|
@@ -51975,7 +52149,7 @@
|
|
|
51975
52149
|
},
|
|
51976
52150
|
{
|
|
51977
52151
|
"kind": "Content",
|
|
51978
|
-
"text": ">;\n required: true;\n };\n
|
|
52152
|
+
"text": ">;\n required: true;\n };\n selected: {\n type: "
|
|
51979
52153
|
},
|
|
51980
52154
|
{
|
|
51981
52155
|
"kind": "Reference",
|
|
@@ -51984,25 +52158,7 @@
|
|
|
51984
52158
|
},
|
|
51985
52159
|
{
|
|
51986
52160
|
"kind": "Content",
|
|
51987
|
-
"text": ";\n default: boolean;\n };\n
|
|
51988
|
-
},
|
|
51989
|
-
{
|
|
51990
|
-
"kind": "Reference",
|
|
51991
|
-
"text": "BooleanConstructor",
|
|
51992
|
-
"canonicalReference": "!BooleanConstructor:interface"
|
|
51993
|
-
},
|
|
51994
|
-
{
|
|
51995
|
-
"kind": "Content",
|
|
51996
|
-
"text": ";\n default: boolean;\n };\n index: {\n type: "
|
|
51997
|
-
},
|
|
51998
|
-
{
|
|
51999
|
-
"kind": "Reference",
|
|
52000
|
-
"text": "NumberConstructor",
|
|
52001
|
-
"canonicalReference": "!NumberConstructor:interface"
|
|
52002
|
-
},
|
|
52003
|
-
{
|
|
52004
|
-
"kind": "Content",
|
|
52005
|
-
"text": ";\n required: true;\n };\n}>>, {\n isPromptVisible: boolean;\n isSelected: boolean;\n}, {}>"
|
|
52161
|
+
"text": ";\n default: boolean;\n };\n}>>, {\n selected: boolean;\n}, {}>"
|
|
52006
52162
|
}
|
|
52007
52163
|
],
|
|
52008
52164
|
"fileUrlPath": "dist/types/x-modules/related-prompts/components/related-prompt.vue.d.ts",
|
|
@@ -52011,7 +52167,7 @@
|
|
|
52011
52167
|
"name": "RelatedPrompt",
|
|
52012
52168
|
"variableTypeTokenRange": {
|
|
52013
52169
|
"startIndex": 1,
|
|
52014
|
-
"endIndex":
|
|
52170
|
+
"endIndex": 26
|
|
52015
52171
|
}
|
|
52016
52172
|
},
|
|
52017
52173
|
{
|
|
@@ -53033,7 +53189,7 @@
|
|
|
53033
53189
|
{
|
|
53034
53190
|
"kind": "Variable",
|
|
53035
53191
|
"canonicalReference": "@empathyco/x-components!RelatedPromptsTagList:var",
|
|
53036
|
-
"docComment": "",
|
|
53192
|
+
"docComment": "/**\n * This component shows the list of `RelatedPrompts` components.\n *\n * If the default slot is reimplemented in the consumer, `onSelect` function will be necessary to handle the selection of the related prompt and to trigger the stagger-fade-slide animation.\n *\n * @public\n */\n",
|
|
53037
53193
|
"excerptTokens": [
|
|
53038
53194
|
{
|
|
53039
53195
|
"kind": "Content",
|
|
@@ -53059,16 +53215,61 @@
|
|
|
53059
53215
|
},
|
|
53060
53216
|
{
|
|
53061
53217
|
"kind": "Content",
|
|
53062
|
-
"text": ";\n
|
|
53218
|
+
"text": ";\n tagClass: "
|
|
53063
53219
|
},
|
|
53064
53220
|
{
|
|
53065
53221
|
"kind": "Reference",
|
|
53066
|
-
"text": "
|
|
53067
|
-
"canonicalReference": "
|
|
53222
|
+
"text": "StringConstructor",
|
|
53223
|
+
"canonicalReference": "!StringConstructor:interface"
|
|
53068
53224
|
},
|
|
53069
53225
|
{
|
|
53070
53226
|
"kind": "Content",
|
|
53071
|
-
"text": "
|
|
53227
|
+
"text": ";\n tagColors: "
|
|
53228
|
+
},
|
|
53229
|
+
{
|
|
53230
|
+
"kind": "Reference",
|
|
53231
|
+
"text": "PropType",
|
|
53232
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
53233
|
+
},
|
|
53234
|
+
{
|
|
53235
|
+
"kind": "Content",
|
|
53236
|
+
"text": "<string[]>;\n animationDurationInMs: {\n type: "
|
|
53237
|
+
},
|
|
53238
|
+
{
|
|
53239
|
+
"kind": "Reference",
|
|
53240
|
+
"text": "NumberConstructor",
|
|
53241
|
+
"canonicalReference": "!NumberConstructor:interface"
|
|
53242
|
+
},
|
|
53243
|
+
{
|
|
53244
|
+
"kind": "Content",
|
|
53245
|
+
"text": ";\n default: number;\n };\n}, {\n isSelected: (index: number) => boolean;\n onSelect: (selectedIndex: number) => void;\n onBeforeEnter: (el: "
|
|
53246
|
+
},
|
|
53247
|
+
{
|
|
53248
|
+
"kind": "Reference",
|
|
53249
|
+
"text": "Element",
|
|
53250
|
+
"canonicalReference": "!Element:interface"
|
|
53251
|
+
},
|
|
53252
|
+
{
|
|
53253
|
+
"kind": "Content",
|
|
53254
|
+
"text": ") => void;\n onEnter: (el: "
|
|
53255
|
+
},
|
|
53256
|
+
{
|
|
53257
|
+
"kind": "Reference",
|
|
53258
|
+
"text": "Element",
|
|
53259
|
+
"canonicalReference": "!Element:interface"
|
|
53260
|
+
},
|
|
53261
|
+
{
|
|
53262
|
+
"kind": "Content",
|
|
53263
|
+
"text": ", done: () => void) => void;\n onLeave: (el: "
|
|
53264
|
+
},
|
|
53265
|
+
{
|
|
53266
|
+
"kind": "Reference",
|
|
53267
|
+
"text": "Element",
|
|
53268
|
+
"canonicalReference": "!Element:interface"
|
|
53269
|
+
},
|
|
53270
|
+
{
|
|
53271
|
+
"kind": "Content",
|
|
53272
|
+
"text": ", done: () => void) => void;\n selectedPromptIndex: import(\"vue\")."
|
|
53072
53273
|
},
|
|
53073
53274
|
{
|
|
53074
53275
|
"kind": "Reference",
|
|
@@ -53077,7 +53278,7 @@
|
|
|
53077
53278
|
},
|
|
53078
53279
|
{
|
|
53079
53280
|
"kind": "Content",
|
|
53080
|
-
"text": "<any>;\n
|
|
53281
|
+
"text": "<any>;\n visibleRelatedPrompts: import(\"vue\")."
|
|
53081
53282
|
},
|
|
53082
53283
|
{
|
|
53083
53284
|
"kind": "Reference",
|
|
@@ -53086,7 +53287,25 @@
|
|
|
53086
53287
|
},
|
|
53087
53288
|
{
|
|
53088
53289
|
"kind": "Content",
|
|
53089
|
-
"text": "<
|
|
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\")."
|
|
53090
53309
|
},
|
|
53091
53310
|
{
|
|
53092
53311
|
"kind": "Reference",
|
|
@@ -53099,12 +53318,165 @@
|
|
|
53099
53318
|
},
|
|
53100
53319
|
{
|
|
53101
53320
|
"kind": "Reference",
|
|
53102
|
-
"text": "
|
|
53103
|
-
"canonicalReference": "!
|
|
53321
|
+
"text": "HTMLElement",
|
|
53322
|
+
"canonicalReference": "!HTMLElement:interface"
|
|
53104
53323
|
},
|
|
53105
53324
|
{
|
|
53106
53325
|
"kind": "Content",
|
|
53107
|
-
"text": "
|
|
53326
|
+
"text": "[]>;\n isAnimating: import(\"vue\")."
|
|
53327
|
+
},
|
|
53328
|
+
{
|
|
53329
|
+
"kind": "Reference",
|
|
53330
|
+
"text": "Ref",
|
|
53331
|
+
"canonicalReference": "@vue/reactivity!Ref:interface"
|
|
53332
|
+
},
|
|
53333
|
+
{
|
|
53334
|
+
"kind": "Content",
|
|
53335
|
+
"text": "<boolean>;\n x: import(\"../../../composables\")."
|
|
53336
|
+
},
|
|
53337
|
+
{
|
|
53338
|
+
"kind": "Reference",
|
|
53339
|
+
"text": "UseAliasAPI",
|
|
53340
|
+
"canonicalReference": "@empathyco/x-components!UseAliasAPI:interface"
|
|
53341
|
+
},
|
|
53342
|
+
{
|
|
53343
|
+
"kind": "Content",
|
|
53344
|
+
"text": " & {\n on: <Event_1 extends keyof import(\"../../..\")."
|
|
53345
|
+
},
|
|
53346
|
+
{
|
|
53347
|
+
"kind": "Reference",
|
|
53348
|
+
"text": "XEventsTypes",
|
|
53349
|
+
"canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
|
|
53350
|
+
},
|
|
53351
|
+
{
|
|
53352
|
+
"kind": "Content",
|
|
53353
|
+
"text": ", Metadata extends boolean>(event: Event_1, withMetadata: Metadata) => {\n subscribe: (callback: (payload: Metadata extends true ? import(\"@empathyco/x-bus\")."
|
|
53354
|
+
},
|
|
53355
|
+
{
|
|
53356
|
+
"kind": "Reference",
|
|
53357
|
+
"text": "SubjectPayload",
|
|
53358
|
+
"canonicalReference": "@empathyco/x-bus!SubjectPayload:interface"
|
|
53359
|
+
},
|
|
53360
|
+
{
|
|
53361
|
+
"kind": "Content",
|
|
53362
|
+
"text": "<import(\"@empathyco/x-bus\")."
|
|
53363
|
+
},
|
|
53364
|
+
{
|
|
53365
|
+
"kind": "Reference",
|
|
53366
|
+
"text": "EventPayload",
|
|
53367
|
+
"canonicalReference": "@empathyco/x-bus!EventPayload:type"
|
|
53368
|
+
},
|
|
53369
|
+
{
|
|
53370
|
+
"kind": "Content",
|
|
53371
|
+
"text": "<import(\"../../..\")."
|
|
53372
|
+
},
|
|
53373
|
+
{
|
|
53374
|
+
"kind": "Reference",
|
|
53375
|
+
"text": "XEventsTypes",
|
|
53376
|
+
"canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
|
|
53377
|
+
},
|
|
53378
|
+
{
|
|
53379
|
+
"kind": "Content",
|
|
53380
|
+
"text": ", Event_1>, import(\"../../..\")."
|
|
53381
|
+
},
|
|
53382
|
+
{
|
|
53383
|
+
"kind": "Reference",
|
|
53384
|
+
"text": "WireMetadata",
|
|
53385
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
53386
|
+
},
|
|
53387
|
+
{
|
|
53388
|
+
"kind": "Content",
|
|
53389
|
+
"text": "> : import(\"@empathyco/x-bus\")."
|
|
53390
|
+
},
|
|
53391
|
+
{
|
|
53392
|
+
"kind": "Reference",
|
|
53393
|
+
"text": "EventPayload",
|
|
53394
|
+
"canonicalReference": "@empathyco/x-bus!EventPayload:type"
|
|
53395
|
+
},
|
|
53396
|
+
{
|
|
53397
|
+
"kind": "Content",
|
|
53398
|
+
"text": "<import(\"../../..\")."
|
|
53399
|
+
},
|
|
53400
|
+
{
|
|
53401
|
+
"kind": "Reference",
|
|
53402
|
+
"text": "XEventsTypes",
|
|
53403
|
+
"canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
|
|
53404
|
+
},
|
|
53405
|
+
{
|
|
53406
|
+
"kind": "Content",
|
|
53407
|
+
"text": ", Event_1>) => void) => void;\n };\n emit: <Event_2 extends keyof import(\"../../..\")."
|
|
53408
|
+
},
|
|
53409
|
+
{
|
|
53410
|
+
"kind": "Reference",
|
|
53411
|
+
"text": "XEventsTypes",
|
|
53412
|
+
"canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
|
|
53413
|
+
},
|
|
53414
|
+
{
|
|
53415
|
+
"kind": "Content",
|
|
53416
|
+
"text": ">(event: Event_2, payload?: import(\"../../..\")."
|
|
53417
|
+
},
|
|
53418
|
+
{
|
|
53419
|
+
"kind": "Reference",
|
|
53420
|
+
"text": "XEventPayload",
|
|
53421
|
+
"canonicalReference": "@empathyco/x-components!XEventPayload:type"
|
|
53422
|
+
},
|
|
53423
|
+
{
|
|
53424
|
+
"kind": "Content",
|
|
53425
|
+
"text": "<Event_2> | undefined, metadata?: "
|
|
53426
|
+
},
|
|
53427
|
+
{
|
|
53428
|
+
"kind": "Reference",
|
|
53429
|
+
"text": "Omit",
|
|
53430
|
+
"canonicalReference": "!Omit:type"
|
|
53431
|
+
},
|
|
53432
|
+
{
|
|
53433
|
+
"kind": "Content",
|
|
53434
|
+
"text": "<import(\"../../..\")."
|
|
53435
|
+
},
|
|
53436
|
+
{
|
|
53437
|
+
"kind": "Reference",
|
|
53438
|
+
"text": "WireMetadata",
|
|
53439
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
53440
|
+
},
|
|
53441
|
+
{
|
|
53442
|
+
"kind": "Content",
|
|
53443
|
+
"text": ", \"moduleName\">) => "
|
|
53444
|
+
},
|
|
53445
|
+
{
|
|
53446
|
+
"kind": "Reference",
|
|
53447
|
+
"text": "Promise",
|
|
53448
|
+
"canonicalReference": "!Promise:interface"
|
|
53449
|
+
},
|
|
53450
|
+
{
|
|
53451
|
+
"kind": "Content",
|
|
53452
|
+
"text": "<import(\"@empathyco/x-bus\")."
|
|
53453
|
+
},
|
|
53454
|
+
{
|
|
53455
|
+
"kind": "Reference",
|
|
53456
|
+
"text": "EmittedData",
|
|
53457
|
+
"canonicalReference": "@empathyco/x-bus!EmittedData:interface"
|
|
53458
|
+
},
|
|
53459
|
+
{
|
|
53460
|
+
"kind": "Content",
|
|
53461
|
+
"text": "<import(\"../../..\")."
|
|
53462
|
+
},
|
|
53463
|
+
{
|
|
53464
|
+
"kind": "Reference",
|
|
53465
|
+
"text": "XEventsTypes",
|
|
53466
|
+
"canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
|
|
53467
|
+
},
|
|
53468
|
+
{
|
|
53469
|
+
"kind": "Content",
|
|
53470
|
+
"text": ", Event_2, import(\"../../..\")."
|
|
53471
|
+
},
|
|
53472
|
+
{
|
|
53473
|
+
"kind": "Reference",
|
|
53474
|
+
"text": "WireMetadata",
|
|
53475
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
53476
|
+
},
|
|
53477
|
+
{
|
|
53478
|
+
"kind": "Content",
|
|
53479
|
+
"text": ">>;\n };\n}, unknown, {}, {}, import(\"vue\")."
|
|
53108
53480
|
},
|
|
53109
53481
|
{
|
|
53110
53482
|
"kind": "Reference",
|
|
@@ -53158,7 +53530,34 @@
|
|
|
53158
53530
|
},
|
|
53159
53531
|
{
|
|
53160
53532
|
"kind": "Content",
|
|
53161
|
-
"text": ";\n
|
|
53533
|
+
"text": ";\n tagClass: "
|
|
53534
|
+
},
|
|
53535
|
+
{
|
|
53536
|
+
"kind": "Reference",
|
|
53537
|
+
"text": "StringConstructor",
|
|
53538
|
+
"canonicalReference": "!StringConstructor:interface"
|
|
53539
|
+
},
|
|
53540
|
+
{
|
|
53541
|
+
"kind": "Content",
|
|
53542
|
+
"text": ";\n tagColors: "
|
|
53543
|
+
},
|
|
53544
|
+
{
|
|
53545
|
+
"kind": "Reference",
|
|
53546
|
+
"text": "PropType",
|
|
53547
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
53548
|
+
},
|
|
53549
|
+
{
|
|
53550
|
+
"kind": "Content",
|
|
53551
|
+
"text": "<string[]>;\n animationDurationInMs: {\n type: "
|
|
53552
|
+
},
|
|
53553
|
+
{
|
|
53554
|
+
"kind": "Reference",
|
|
53555
|
+
"text": "NumberConstructor",
|
|
53556
|
+
"canonicalReference": "!NumberConstructor:interface"
|
|
53557
|
+
},
|
|
53558
|
+
{
|
|
53559
|
+
"kind": "Content",
|
|
53560
|
+
"text": ";\n default: number;\n };\n}>>, {\n animationDurationInMs: number;\n}, {}>"
|
|
53162
53561
|
}
|
|
53163
53562
|
],
|
|
53164
53563
|
"fileUrlPath": "dist/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts",
|
|
@@ -53167,7 +53566,7 @@
|
|
|
53167
53566
|
"name": "RelatedPromptsTagList",
|
|
53168
53567
|
"variableTypeTokenRange": {
|
|
53169
53568
|
"startIndex": 1,
|
|
53170
|
-
"endIndex":
|
|
53569
|
+
"endIndex": 82
|
|
53171
53570
|
}
|
|
53172
53571
|
},
|
|
53173
53572
|
{
|
|
@@ -53217,6 +53616,62 @@
|
|
|
53217
53616
|
"endIndex": 3
|
|
53218
53617
|
}
|
|
53219
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
|
+
},
|
|
53220
53675
|
{
|
|
53221
53676
|
"kind": "PropertySignature",
|
|
53222
53677
|
"canonicalReference": "@empathyco/x-components!RelatedPromptsXEvents#UserSelectedARelatedPrompt:member",
|
|
@@ -68261,7 +68716,25 @@
|
|
|
68261
68716
|
},
|
|
68262
68717
|
{
|
|
68263
68718
|
"kind": "Content",
|
|
68264
|
-
"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\")."
|
|
68265
68738
|
},
|
|
68266
68739
|
{
|
|
68267
68740
|
"kind": "Reference",
|
|
@@ -68405,7 +68878,7 @@
|
|
|
68405
68878
|
"name": "SimpleFilter",
|
|
68406
68879
|
"variableTypeTokenRange": {
|
|
68407
68880
|
"startIndex": 1,
|
|
68408
|
-
"endIndex":
|
|
68881
|
+
"endIndex": 218
|
|
68409
68882
|
}
|
|
68410
68883
|
},
|
|
68411
68884
|
{
|
|
@@ -71382,6 +71855,42 @@
|
|
|
71382
71855
|
"text": "WireMetadata",
|
|
71383
71856
|
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
71384
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
|
+
},
|
|
71385
71894
|
{
|
|
71386
71895
|
"kind": "Content",
|
|
71387
71896
|
"text": ") => unknown;\n }>>;\n}, {}, {}, {}, import(\"vue\")."
|
|
@@ -71438,7 +71947,7 @@
|
|
|
71438
71947
|
"name": "SnippetCallbacks",
|
|
71439
71948
|
"variableTypeTokenRange": {
|
|
71440
71949
|
"startIndex": 1,
|
|
71441
|
-
"endIndex":
|
|
71950
|
+
"endIndex": 490
|
|
71442
71951
|
}
|
|
71443
71952
|
},
|
|
71444
71953
|
{
|
|
@@ -75798,6 +76307,179 @@
|
|
|
75798
76307
|
"endIndex": 5
|
|
75799
76308
|
}
|
|
75800
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
|
+
},
|
|
76384
|
+
{
|
|
76385
|
+
"kind": "Interface",
|
|
76386
|
+
"canonicalReference": "@empathyco/x-components!TypingOptions:interface",
|
|
76387
|
+
"docComment": "/**\n * TypingOptions interface.\n *\n * @public\n */\n",
|
|
76388
|
+
"excerptTokens": [
|
|
76389
|
+
{
|
|
76390
|
+
"kind": "Content",
|
|
76391
|
+
"text": "export interface TypingOptions "
|
|
76392
|
+
}
|
|
76393
|
+
],
|
|
76394
|
+
"fileUrlPath": "src/directives/typing.ts",
|
|
76395
|
+
"releaseTag": "Public",
|
|
76396
|
+
"name": "TypingOptions",
|
|
76397
|
+
"preserveMemberOrder": false,
|
|
76398
|
+
"members": [
|
|
76399
|
+
{
|
|
76400
|
+
"kind": "PropertySignature",
|
|
76401
|
+
"canonicalReference": "@empathyco/x-components!TypingOptions#speed:member",
|
|
76402
|
+
"docComment": "/**\n * The typing speed in milliseconds per character.\n */\n",
|
|
76403
|
+
"excerptTokens": [
|
|
76404
|
+
{
|
|
76405
|
+
"kind": "Content",
|
|
76406
|
+
"text": "speed?: "
|
|
76407
|
+
},
|
|
76408
|
+
{
|
|
76409
|
+
"kind": "Content",
|
|
76410
|
+
"text": "number"
|
|
76411
|
+
},
|
|
76412
|
+
{
|
|
76413
|
+
"kind": "Content",
|
|
76414
|
+
"text": ";"
|
|
76415
|
+
}
|
|
76416
|
+
],
|
|
76417
|
+
"isReadonly": false,
|
|
76418
|
+
"isOptional": true,
|
|
76419
|
+
"releaseTag": "Public",
|
|
76420
|
+
"name": "speed",
|
|
76421
|
+
"propertyTypeTokenRange": {
|
|
76422
|
+
"startIndex": 1,
|
|
76423
|
+
"endIndex": 2
|
|
76424
|
+
}
|
|
76425
|
+
},
|
|
76426
|
+
{
|
|
76427
|
+
"kind": "PropertySignature",
|
|
76428
|
+
"canonicalReference": "@empathyco/x-components!TypingOptions#targetAttr:member",
|
|
76429
|
+
"docComment": "/**\n * The attribute of the HTML element where the typed text will be placed. If not specified, the text will be set as content (innerHTML).\n *\n * @example\n *\n * 'placeholder'\n */\n",
|
|
76430
|
+
"excerptTokens": [
|
|
76431
|
+
{
|
|
76432
|
+
"kind": "Content",
|
|
76433
|
+
"text": "targetAttr?: "
|
|
76434
|
+
},
|
|
76435
|
+
{
|
|
76436
|
+
"kind": "Content",
|
|
76437
|
+
"text": "string"
|
|
76438
|
+
},
|
|
76439
|
+
{
|
|
76440
|
+
"kind": "Content",
|
|
76441
|
+
"text": ";"
|
|
76442
|
+
}
|
|
76443
|
+
],
|
|
76444
|
+
"isReadonly": false,
|
|
76445
|
+
"isOptional": true,
|
|
76446
|
+
"releaseTag": "Public",
|
|
76447
|
+
"name": "targetAttr",
|
|
76448
|
+
"propertyTypeTokenRange": {
|
|
76449
|
+
"startIndex": 1,
|
|
76450
|
+
"endIndex": 2
|
|
76451
|
+
}
|
|
76452
|
+
},
|
|
76453
|
+
{
|
|
76454
|
+
"kind": "PropertySignature",
|
|
76455
|
+
"canonicalReference": "@empathyco/x-components!TypingOptions#text:member",
|
|
76456
|
+
"docComment": "/**\n * The text (plain or html) that will be typed into the target element.\n */\n",
|
|
76457
|
+
"excerptTokens": [
|
|
76458
|
+
{
|
|
76459
|
+
"kind": "Content",
|
|
76460
|
+
"text": "text: "
|
|
76461
|
+
},
|
|
76462
|
+
{
|
|
76463
|
+
"kind": "Content",
|
|
76464
|
+
"text": "string"
|
|
76465
|
+
},
|
|
76466
|
+
{
|
|
76467
|
+
"kind": "Content",
|
|
76468
|
+
"text": ";"
|
|
76469
|
+
}
|
|
76470
|
+
],
|
|
76471
|
+
"isReadonly": false,
|
|
76472
|
+
"isOptional": false,
|
|
76473
|
+
"releaseTag": "Public",
|
|
76474
|
+
"name": "text",
|
|
76475
|
+
"propertyTypeTokenRange": {
|
|
76476
|
+
"startIndex": 1,
|
|
76477
|
+
"endIndex": 2
|
|
76478
|
+
}
|
|
76479
|
+
}
|
|
76480
|
+
],
|
|
76481
|
+
"extendsTokenRanges": []
|
|
76482
|
+
},
|
|
75801
76483
|
{
|
|
75802
76484
|
"kind": "Variable",
|
|
75803
76485
|
"canonicalReference": "@empathyco/x-components!updateHistoryQueriesWithSearchResponse:var",
|