@empathyco/x-components 6.1.3 → 6.2.0
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 +23 -0
- package/ai/index.js +0 -1
- package/core/index.js.map +1 -1
- package/docs/API-reference/api/x-components.aicarousel.md +24 -28
- package/docs/API-reference/api/x-components.aimutations.md +1 -58
- package/docs/API-reference/api/x-components.aimutations.setexcludedresultids.md +1 -1
- package/docs/API-reference/api/x-components.aistate.md +0 -55
- package/docs/API-reference/api/x-components.aixevents.md +3 -3
- package/docs/API-reference/api/{x-components.aixevents.userclickedaioverviewexpandbutton.md → x-components.aixevents.userclickedanaicarouseladd2cart.md} +3 -3
- package/docs/API-reference/api/{x-components.aixevents.userclickedanaioverviewresult.md → x-components.aixevents.userclickedanaicarouselresult.md} +3 -3
- package/docs/API-reference/api/x-components.hierarchicalfilter.md +2 -2
- package/docs/API-reference/api/x-components.md +0 -9
- package/docs/API-reference/api/x-components.simplefilter.md +2 -2
- package/docs/API-reference/api/x-components.snippetcallbacks.md +2 -2
- package/docs/API-reference/components/ai/x-components.ai-carousel.md +9 -7
- package/docs/API-reference/components/ai/x-components.ai-grouped-carousel.md +25 -0
- package/docs/API-reference/components/common/x-components.display-click-provider.md +1 -1
- package/js/components/display-click-provider.vue.js +3 -3
- package/js/components/display-click-provider.vue.js.map +1 -1
- package/js/components/icons/spinner.vue.js +2 -2
- package/js/index.js +0 -1
- package/js/index.js.map +1 -1
- package/js/x-modules/ai/components/ai-carousel.vue.js +121 -66
- package/js/x-modules/ai/components/ai-carousel.vue.js.map +1 -1
- package/js/x-modules/ai/components/ai-carousel.vue2.js +18 -17
- package/js/x-modules/ai/components/ai-carousel.vue2.js.map +1 -1
- package/js/x-modules/ai/components/ai-carousel.vue3.js +1 -1
- package/js/x-modules/ai/components/ai-grouped-carousel.vue.js +68 -0
- package/js/x-modules/ai/components/ai-grouped-carousel.vue.js.map +1 -0
- package/js/x-modules/ai/components/{ai-overview.vue2.js → ai-grouped-carousel.vue2.js} +24 -86
- package/js/x-modules/ai/components/ai-grouped-carousel.vue2.js.map +1 -0
- package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.js +2 -10
- package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.js.map +1 -1
- package/js/x-modules/ai/store/module.js +6 -18
- package/js/x-modules/ai/store/module.js.map +1 -1
- package/js/x-modules/tagging/wiring.js +2 -2
- package/js/x-modules/tagging/wiring.js.map +1 -1
- package/package.json +9 -10
- package/report/x-components.api.json +102 -709
- package/report/x-components.api.md +37 -128
- package/types/src/components/snippet-callbacks.vue.d.ts +2 -2
- package/types/src/x-modules/ai/components/ai-carousel.vue.d.ts +24 -28
- package/types/src/x-modules/ai/components/ai-carousel.vue.d.ts.map +1 -1
- package/types/src/x-modules/ai/components/ai-grouped-carousel.vue.d.ts +19 -0
- package/types/src/x-modules/ai/components/ai-grouped-carousel.vue.d.ts.map +1 -0
- package/types/src/x-modules/ai/components/index.d.ts +0 -1
- package/types/src/x-modules/ai/components/index.d.ts.map +1 -1
- package/types/src/x-modules/ai/events.types.d.ts +2 -2
- package/types/src/x-modules/ai/events.types.d.ts.map +1 -1
- package/types/src/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.d.ts.map +1 -1
- package/types/src/x-modules/ai/store/module.d.ts.map +1 -1
- package/types/src/x-modules/ai/store/types.d.ts +6 -29
- package/types/src/x-modules/ai/store/types.d.ts.map +1 -1
- package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +2 -2
- package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts +2 -2
- package/types/src/x-modules/tagging/wiring.d.ts +2 -2
- package/docs/API-reference/api/x-components.aimutations.setisnoresults.md +0 -13
- package/docs/API-reference/api/x-components.aimutations.setresponsetext.md +0 -13
- package/docs/API-reference/api/x-components.aimutations.setsuggestiontext.md +0 -13
- package/docs/API-reference/api/x-components.aioverview.md +0 -88
- package/docs/API-reference/api/x-components.aistate.isnoresults.md +0 -13
- package/docs/API-reference/api/x-components.aistate.responsetext.md +0 -13
- package/docs/API-reference/api/x-components.aistate.suggestiontext.md +0 -11
- package/docs/API-reference/components/ai/x-components.ai-overview.md +0 -96
- package/js/x-modules/ai/components/ai-overview.vue.js +0 -267
- package/js/x-modules/ai/components/ai-overview.vue.js.map +0 -1
- package/js/x-modules/ai/components/ai-overview.vue2.js.map +0 -1
- package/js/x-modules/ai/components/ai-overview.vue3.js +0 -7
- package/js/x-modules/ai/components/ai-overview.vue3.js.map +0 -1
- package/types/src/x-modules/ai/components/ai-overview.vue.d.ts +0 -81
- package/types/src/x-modules/ai/components/ai-overview.vue.d.ts.map +0 -1
|
@@ -1056,7 +1056,7 @@
|
|
|
1056
1056
|
},
|
|
1057
1057
|
{
|
|
1058
1058
|
"kind": "Content",
|
|
1059
|
-
"text": "<{\n title:
|
|
1059
|
+
"text": "<{\n title: "
|
|
1060
1060
|
},
|
|
1061
1061
|
{
|
|
1062
1062
|
"kind": "Reference",
|
|
@@ -1065,7 +1065,7 @@
|
|
|
1065
1065
|
},
|
|
1066
1066
|
{
|
|
1067
1067
|
"kind": "Content",
|
|
1068
|
-
"text": ";\n
|
|
1068
|
+
"text": ";\n slidingPanelClasses: "
|
|
1069
1069
|
},
|
|
1070
1070
|
{
|
|
1071
1071
|
"kind": "Reference",
|
|
@@ -1074,7 +1074,7 @@
|
|
|
1074
1074
|
},
|
|
1075
1075
|
{
|
|
1076
1076
|
"kind": "Content",
|
|
1077
|
-
"text": ";\n
|
|
1077
|
+
"text": ";\n slidingPanelContainerClasses: "
|
|
1078
1078
|
},
|
|
1079
1079
|
{
|
|
1080
1080
|
"kind": "Reference",
|
|
@@ -1083,7 +1083,7 @@
|
|
|
1083
1083
|
},
|
|
1084
1084
|
{
|
|
1085
1085
|
"kind": "Content",
|
|
1086
|
-
"text": ";\n
|
|
1086
|
+
"text": ";\n slidingPanelButtonsClasses: "
|
|
1087
1087
|
},
|
|
1088
1088
|
{
|
|
1089
1089
|
"kind": "Reference",
|
|
@@ -1092,25 +1092,25 @@
|
|
|
1092
1092
|
},
|
|
1093
1093
|
{
|
|
1094
1094
|
"kind": "Content",
|
|
1095
|
-
"text": ";\n
|
|
1095
|
+
"text": ";\n group: {\n type: "
|
|
1096
1096
|
},
|
|
1097
1097
|
{
|
|
1098
1098
|
"kind": "Reference",
|
|
1099
|
-
"text": "
|
|
1100
|
-
"canonicalReference": "
|
|
1099
|
+
"text": "BooleanConstructor",
|
|
1100
|
+
"canonicalReference": "!BooleanConstructor:interface"
|
|
1101
1101
|
},
|
|
1102
1102
|
{
|
|
1103
1103
|
"kind": "Content",
|
|
1104
|
-
"text": ";\n
|
|
1104
|
+
"text": ";\n default: boolean;\n };\n}>, {\n emptyTaggingRequest: "
|
|
1105
1105
|
},
|
|
1106
1106
|
{
|
|
1107
1107
|
"kind": "Reference",
|
|
1108
|
-
"text": "
|
|
1109
|
-
"canonicalReference": "@
|
|
1108
|
+
"text": "TaggingRequest",
|
|
1109
|
+
"canonicalReference": "@empathyco/x-components!TaggingRequest:interface"
|
|
1110
1110
|
},
|
|
1111
1111
|
{
|
|
1112
1112
|
"kind": "Content",
|
|
1113
|
-
"text": "
|
|
1113
|
+
"text": ";\n isTitleOverflowing: import(\"vue\")."
|
|
1114
1114
|
},
|
|
1115
1115
|
{
|
|
1116
1116
|
"kind": "Reference",
|
|
@@ -1272,7 +1272,7 @@
|
|
|
1272
1272
|
},
|
|
1273
1273
|
{
|
|
1274
1274
|
"kind": "Content",
|
|
1275
|
-
"text": "<{\n title:
|
|
1275
|
+
"text": "<{\n title: "
|
|
1276
1276
|
},
|
|
1277
1277
|
{
|
|
1278
1278
|
"kind": "Reference",
|
|
@@ -1281,7 +1281,7 @@
|
|
|
1281
1281
|
},
|
|
1282
1282
|
{
|
|
1283
1283
|
"kind": "Content",
|
|
1284
|
-
"text": ";\n
|
|
1284
|
+
"text": ";\n slidingPanelClasses: "
|
|
1285
1285
|
},
|
|
1286
1286
|
{
|
|
1287
1287
|
"kind": "Reference",
|
|
@@ -1290,7 +1290,7 @@
|
|
|
1290
1290
|
},
|
|
1291
1291
|
{
|
|
1292
1292
|
"kind": "Content",
|
|
1293
|
-
"text": ";\n
|
|
1293
|
+
"text": ";\n slidingPanelContainerClasses: "
|
|
1294
1294
|
},
|
|
1295
1295
|
{
|
|
1296
1296
|
"kind": "Reference",
|
|
@@ -1299,7 +1299,7 @@
|
|
|
1299
1299
|
},
|
|
1300
1300
|
{
|
|
1301
1301
|
"kind": "Content",
|
|
1302
|
-
"text": ";\n
|
|
1302
|
+
"text": ";\n slidingPanelButtonsClasses: "
|
|
1303
1303
|
},
|
|
1304
1304
|
{
|
|
1305
1305
|
"kind": "Reference",
|
|
@@ -1308,7 +1308,16 @@
|
|
|
1308
1308
|
},
|
|
1309
1309
|
{
|
|
1310
1310
|
"kind": "Content",
|
|
1311
|
-
"text": ";\n
|
|
1311
|
+
"text": ";\n group: {\n type: "
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"kind": "Reference",
|
|
1315
|
+
"text": "BooleanConstructor",
|
|
1316
|
+
"canonicalReference": "!BooleanConstructor:interface"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"kind": "Content",
|
|
1320
|
+
"text": ";\n default: boolean;\n };\n}>> & "
|
|
1312
1321
|
},
|
|
1313
1322
|
{
|
|
1314
1323
|
"kind": "Reference",
|
|
@@ -1317,7 +1326,7 @@
|
|
|
1317
1326
|
},
|
|
1318
1327
|
{
|
|
1319
1328
|
"kind": "Content",
|
|
1320
|
-
"text": "<{}>, {}, {}, {\n
|
|
1329
|
+
"text": "<{}>, {\n group: boolean;\n}, {}, {\n AIStarIcon: import(\"vue\")."
|
|
1321
1330
|
},
|
|
1322
1331
|
{
|
|
1323
1332
|
"kind": "Reference",
|
|
@@ -1326,7 +1335,7 @@
|
|
|
1326
1335
|
},
|
|
1327
1336
|
{
|
|
1328
1337
|
"kind": "Content",
|
|
1329
|
-
"text": "<{}, {}, any>;\n
|
|
1338
|
+
"text": "<{}, {}, any>;\n AiGroupedCarousel: import(\"vue\")."
|
|
1330
1339
|
},
|
|
1331
1340
|
{
|
|
1332
1341
|
"kind": "Reference",
|
|
@@ -1335,7 +1344,7 @@
|
|
|
1335
1344
|
},
|
|
1336
1345
|
{
|
|
1337
1346
|
"kind": "Content",
|
|
1338
|
-
"text": "<{}, {}, any>;\n
|
|
1347
|
+
"text": "<{}, {}, any>;\n ArrowRightIcon: import(\"vue\")."
|
|
1339
1348
|
},
|
|
1340
1349
|
{
|
|
1341
1350
|
"kind": "Reference",
|
|
@@ -1344,7 +1353,7 @@
|
|
|
1344
1353
|
},
|
|
1345
1354
|
{
|
|
1346
1355
|
"kind": "Content",
|
|
1347
|
-
"text": "<{}, {}, any>;\n
|
|
1356
|
+
"text": "<{}, {}, any>;\n BaseEventButton: import(\"vue\")."
|
|
1348
1357
|
},
|
|
1349
1358
|
{
|
|
1350
1359
|
"kind": "Reference",
|
|
@@ -1353,7 +1362,7 @@
|
|
|
1353
1362
|
},
|
|
1354
1363
|
{
|
|
1355
1364
|
"kind": "Content",
|
|
1356
|
-
"text": "<{}, {}, any>;\n
|
|
1365
|
+
"text": "<{}, {}, any>;\n ChangeHeight: import(\"vue\")."
|
|
1357
1366
|
},
|
|
1358
1367
|
{
|
|
1359
1368
|
"kind": "Reference",
|
|
@@ -1369,6 +1378,33 @@
|
|
|
1369
1378
|
"text": "DefineComponent",
|
|
1370
1379
|
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
1371
1380
|
},
|
|
1381
|
+
{
|
|
1382
|
+
"kind": "Content",
|
|
1383
|
+
"text": "<{}, {}, any>;\n CollapseHeight: import(\"vue\")."
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
"kind": "Reference",
|
|
1387
|
+
"text": "DefineComponent",
|
|
1388
|
+
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
"kind": "Content",
|
|
1392
|
+
"text": "<{}, {}, any>;\n DisplayClickProvider: import(\"vue\")."
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"kind": "Reference",
|
|
1396
|
+
"text": "DefineComponent",
|
|
1397
|
+
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"kind": "Content",
|
|
1401
|
+
"text": "<{}, {}, any>;\n DisplayEmitter: import(\"vue\")."
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"kind": "Reference",
|
|
1405
|
+
"text": "DefineComponent",
|
|
1406
|
+
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
1407
|
+
},
|
|
1372
1408
|
{
|
|
1373
1409
|
"kind": "Content",
|
|
1374
1410
|
"text": "<{}, {}, any>;\n SlidingPanel: import(\"vue\")."
|
|
@@ -1398,7 +1434,7 @@
|
|
|
1398
1434
|
"name": "AiCarousel",
|
|
1399
1435
|
"variableTypeTokenRange": {
|
|
1400
1436
|
"startIndex": 1,
|
|
1401
|
-
"endIndex":
|
|
1437
|
+
"endIndex": 88
|
|
1402
1438
|
}
|
|
1403
1439
|
},
|
|
1404
1440
|
{
|
|
@@ -1640,7 +1676,7 @@
|
|
|
1640
1676
|
{
|
|
1641
1677
|
"kind": "PropertySignature",
|
|
1642
1678
|
"canonicalReference": "@empathyco/x-components!AiMutations#setExcludedResultIds:member",
|
|
1643
|
-
"docComment": "/**\n * Sets the result ids to exclude from the
|
|
1679
|
+
"docComment": "/**\n * Sets the result ids to exclude from the suggestion search response.\n *\n * @param resultIds - The new resultIds.\n */\n",
|
|
1644
1680
|
"excerptTokens": [
|
|
1645
1681
|
{
|
|
1646
1682
|
"kind": "Content",
|
|
@@ -1673,33 +1709,6 @@
|
|
|
1673
1709
|
"endIndex": 4
|
|
1674
1710
|
}
|
|
1675
1711
|
},
|
|
1676
|
-
{
|
|
1677
|
-
"kind": "PropertySignature",
|
|
1678
|
-
"canonicalReference": "@empathyco/x-components!AiMutations#setIsNoResults:member",
|
|
1679
|
-
"docComment": "/**\n * Sets the no results flag of the module.\n *\n * @param isNoResults - The new no results value.\n */\n",
|
|
1680
|
-
"excerptTokens": [
|
|
1681
|
-
{
|
|
1682
|
-
"kind": "Content",
|
|
1683
|
-
"text": "setIsNoResults: "
|
|
1684
|
-
},
|
|
1685
|
-
{
|
|
1686
|
-
"kind": "Content",
|
|
1687
|
-
"text": "(isNoResults: boolean) => void"
|
|
1688
|
-
},
|
|
1689
|
-
{
|
|
1690
|
-
"kind": "Content",
|
|
1691
|
-
"text": ";"
|
|
1692
|
-
}
|
|
1693
|
-
],
|
|
1694
|
-
"isReadonly": false,
|
|
1695
|
-
"isOptional": false,
|
|
1696
|
-
"releaseTag": "Public",
|
|
1697
|
-
"name": "setIsNoResults",
|
|
1698
|
-
"propertyTypeTokenRange": {
|
|
1699
|
-
"startIndex": 1,
|
|
1700
|
-
"endIndex": 2
|
|
1701
|
-
}
|
|
1702
|
-
},
|
|
1703
1712
|
{
|
|
1704
1713
|
"kind": "PropertySignature",
|
|
1705
1714
|
"canonicalReference": "@empathyco/x-components!AiMutations#setOrigin:member",
|
|
@@ -1808,33 +1817,6 @@
|
|
|
1808
1817
|
"endIndex": 4
|
|
1809
1818
|
}
|
|
1810
1819
|
},
|
|
1811
|
-
{
|
|
1812
|
-
"kind": "PropertySignature",
|
|
1813
|
-
"canonicalReference": "@empathyco/x-components!AiMutations#setResponseText:member",
|
|
1814
|
-
"docComment": "/**\n * Sets the responseText from the streamed response.\n *\n * @param responseText - The new responseText.\n */\n",
|
|
1815
|
-
"excerptTokens": [
|
|
1816
|
-
{
|
|
1817
|
-
"kind": "Content",
|
|
1818
|
-
"text": "setResponseText: "
|
|
1819
|
-
},
|
|
1820
|
-
{
|
|
1821
|
-
"kind": "Content",
|
|
1822
|
-
"text": "(responseText: string) => void"
|
|
1823
|
-
},
|
|
1824
|
-
{
|
|
1825
|
-
"kind": "Content",
|
|
1826
|
-
"text": ";"
|
|
1827
|
-
}
|
|
1828
|
-
],
|
|
1829
|
-
"isReadonly": false,
|
|
1830
|
-
"isOptional": false,
|
|
1831
|
-
"releaseTag": "Public",
|
|
1832
|
-
"name": "setResponseText",
|
|
1833
|
-
"propertyTypeTokenRange": {
|
|
1834
|
-
"startIndex": 1,
|
|
1835
|
-
"endIndex": 2
|
|
1836
|
-
}
|
|
1837
|
-
},
|
|
1838
1820
|
{
|
|
1839
1821
|
"kind": "PropertySignature",
|
|
1840
1822
|
"canonicalReference": "@empathyco/x-components!AiMutations#setSearchTotalResults:member",
|
|
@@ -2006,33 +1988,6 @@
|
|
|
2006
1988
|
"endIndex": 4
|
|
2007
1989
|
}
|
|
2008
1990
|
},
|
|
2009
|
-
{
|
|
2010
|
-
"kind": "PropertySignature",
|
|
2011
|
-
"canonicalReference": "@empathyco/x-components!AiMutations#setSuggestionText:member",
|
|
2012
|
-
"docComment": "/**\n * Sets the suggestionText from the streamed response.\n *\n * @param suggestionText - The new suggestionText.\n */\n",
|
|
2013
|
-
"excerptTokens": [
|
|
2014
|
-
{
|
|
2015
|
-
"kind": "Content",
|
|
2016
|
-
"text": "setSuggestionText: "
|
|
2017
|
-
},
|
|
2018
|
-
{
|
|
2019
|
-
"kind": "Content",
|
|
2020
|
-
"text": "(suggestionText: string) => void"
|
|
2021
|
-
},
|
|
2022
|
-
{
|
|
2023
|
-
"kind": "Content",
|
|
2024
|
-
"text": ";"
|
|
2025
|
-
}
|
|
2026
|
-
],
|
|
2027
|
-
"isReadonly": false,
|
|
2028
|
-
"isOptional": false,
|
|
2029
|
-
"releaseTag": "Public",
|
|
2030
|
-
"name": "setSuggestionText",
|
|
2031
|
-
"propertyTypeTokenRange": {
|
|
2032
|
-
"startIndex": 1,
|
|
2033
|
-
"endIndex": 2
|
|
2034
|
-
}
|
|
2035
|
-
},
|
|
2036
1991
|
{
|
|
2037
1992
|
"kind": "PropertySignature",
|
|
2038
1993
|
"canonicalReference": "@empathyco/x-components!AiMutations#setTagging:member",
|
|
@@ -2081,515 +2036,6 @@
|
|
|
2081
2036
|
}
|
|
2082
2037
|
]
|
|
2083
2038
|
},
|
|
2084
|
-
{
|
|
2085
|
-
"kind": "Variable",
|
|
2086
|
-
"canonicalReference": "@empathyco/x-components!AiOverview:var",
|
|
2087
|
-
"docComment": "",
|
|
2088
|
-
"excerptTokens": [
|
|
2089
|
-
{
|
|
2090
|
-
"kind": "Content",
|
|
2091
|
-
"text": "_default: "
|
|
2092
|
-
},
|
|
2093
|
-
{
|
|
2094
|
-
"kind": "Content",
|
|
2095
|
-
"text": "import(\"vue\")."
|
|
2096
|
-
},
|
|
2097
|
-
{
|
|
2098
|
-
"kind": "Reference",
|
|
2099
|
-
"text": "DefineComponent",
|
|
2100
|
-
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
2101
|
-
},
|
|
2102
|
-
{
|
|
2103
|
-
"kind": "Content",
|
|
2104
|
-
"text": "<import(\"vue\")."
|
|
2105
|
-
},
|
|
2106
|
-
{
|
|
2107
|
-
"kind": "Reference",
|
|
2108
|
-
"text": "ExtractPropTypes",
|
|
2109
|
-
"canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
|
|
2110
|
-
},
|
|
2111
|
-
{
|
|
2112
|
-
"kind": "Content",
|
|
2113
|
-
"text": "<{\n title: {\n type: "
|
|
2114
|
-
},
|
|
2115
|
-
{
|
|
2116
|
-
"kind": "Reference",
|
|
2117
|
-
"text": "StringConstructor",
|
|
2118
|
-
"canonicalReference": "!StringConstructor:interface"
|
|
2119
|
-
},
|
|
2120
|
-
{
|
|
2121
|
-
"kind": "Content",
|
|
2122
|
-
"text": ";\n };\n titleLoading: {\n type: "
|
|
2123
|
-
},
|
|
2124
|
-
{
|
|
2125
|
-
"kind": "Reference",
|
|
2126
|
-
"text": "StringConstructor",
|
|
2127
|
-
"canonicalReference": "!StringConstructor:interface"
|
|
2128
|
-
},
|
|
2129
|
-
{
|
|
2130
|
-
"kind": "Content",
|
|
2131
|
-
"text": ";\n default: string;\n };\n autoExpandInSearchNoResults: {\n type: "
|
|
2132
|
-
},
|
|
2133
|
-
{
|
|
2134
|
-
"kind": "Reference",
|
|
2135
|
-
"text": "BooleanConstructor",
|
|
2136
|
-
"canonicalReference": "!BooleanConstructor:interface"
|
|
2137
|
-
},
|
|
2138
|
-
{
|
|
2139
|
-
"kind": "Content",
|
|
2140
|
-
"text": ";\n default: boolean;\n };\n contentClasses: {\n type: "
|
|
2141
|
-
},
|
|
2142
|
-
{
|
|
2143
|
-
"kind": "Reference",
|
|
2144
|
-
"text": "StringConstructor",
|
|
2145
|
-
"canonicalReference": "!StringConstructor:interface"
|
|
2146
|
-
},
|
|
2147
|
-
{
|
|
2148
|
-
"kind": "Content",
|
|
2149
|
-
"text": ";\n };\n slidingPanelsClasses: {\n type: "
|
|
2150
|
-
},
|
|
2151
|
-
{
|
|
2152
|
-
"kind": "Reference",
|
|
2153
|
-
"text": "StringConstructor",
|
|
2154
|
-
"canonicalReference": "!StringConstructor:interface"
|
|
2155
|
-
},
|
|
2156
|
-
{
|
|
2157
|
-
"kind": "Content",
|
|
2158
|
-
"text": ";\n };\n slidingPanelContainersClasses: {\n type: "
|
|
2159
|
-
},
|
|
2160
|
-
{
|
|
2161
|
-
"kind": "Reference",
|
|
2162
|
-
"text": "StringConstructor",
|
|
2163
|
-
"canonicalReference": "!StringConstructor:interface"
|
|
2164
|
-
},
|
|
2165
|
-
{
|
|
2166
|
-
"kind": "Content",
|
|
2167
|
-
"text": ";\n };\n slidingPanelButtonsClasses: {\n type: "
|
|
2168
|
-
},
|
|
2169
|
-
{
|
|
2170
|
-
"kind": "Reference",
|
|
2171
|
-
"text": "StringConstructor",
|
|
2172
|
-
"canonicalReference": "!StringConstructor:interface"
|
|
2173
|
-
},
|
|
2174
|
-
{
|
|
2175
|
-
"kind": "Content",
|
|
2176
|
-
"text": ";\n };\n}>, {\n aiOverviewRef: import(\"vue\")."
|
|
2177
|
-
},
|
|
2178
|
-
{
|
|
2179
|
-
"kind": "Reference",
|
|
2180
|
-
"text": "Ref",
|
|
2181
|
-
"canonicalReference": "@vue/reactivity!Ref:interface"
|
|
2182
|
-
},
|
|
2183
|
-
{
|
|
2184
|
-
"kind": "Content",
|
|
2185
|
-
"text": "<"
|
|
2186
|
-
},
|
|
2187
|
-
{
|
|
2188
|
-
"kind": "Reference",
|
|
2189
|
-
"text": "HTMLDivElement",
|
|
2190
|
-
"canonicalReference": "!HTMLDivElement:interface"
|
|
2191
|
-
},
|
|
2192
|
-
{
|
|
2193
|
-
"kind": "Content",
|
|
2194
|
-
"text": " | null, "
|
|
2195
|
-
},
|
|
2196
|
-
{
|
|
2197
|
-
"kind": "Reference",
|
|
2198
|
-
"text": "HTMLDivElement",
|
|
2199
|
-
"canonicalReference": "!HTMLDivElement:interface"
|
|
2200
|
-
},
|
|
2201
|
-
{
|
|
2202
|
-
"kind": "Content",
|
|
2203
|
-
"text": " | null>;\n emptyTaggingRequest: "
|
|
2204
|
-
},
|
|
2205
|
-
{
|
|
2206
|
-
"kind": "Reference",
|
|
2207
|
-
"text": "TaggingRequest",
|
|
2208
|
-
"canonicalReference": "@empathyco/x-components!TaggingRequest:interface"
|
|
2209
|
-
},
|
|
2210
|
-
{
|
|
2211
|
-
"kind": "Content",
|
|
2212
|
-
"text": ";\n expanded: import(\"vue\")."
|
|
2213
|
-
},
|
|
2214
|
-
{
|
|
2215
|
-
"kind": "Reference",
|
|
2216
|
-
"text": "Ref",
|
|
2217
|
-
"canonicalReference": "@vue/reactivity!Ref:interface"
|
|
2218
|
-
},
|
|
2219
|
-
{
|
|
2220
|
-
"kind": "Content",
|
|
2221
|
-
"text": "<boolean, boolean>;\n parsedResponseText: import(\"vue\")."
|
|
2222
|
-
},
|
|
2223
|
-
{
|
|
2224
|
-
"kind": "Reference",
|
|
2225
|
-
"text": "ComputedRef",
|
|
2226
|
-
"canonicalReference": "@vue/reactivity!ComputedRef:interface"
|
|
2227
|
-
},
|
|
2228
|
-
{
|
|
2229
|
-
"kind": "Content",
|
|
2230
|
-
"text": "<string | "
|
|
2231
|
-
},
|
|
2232
|
-
{
|
|
2233
|
-
"kind": "Reference",
|
|
2234
|
-
"text": "Promise",
|
|
2235
|
-
"canonicalReference": "!Promise:interface"
|
|
2236
|
-
},
|
|
2237
|
-
{
|
|
2238
|
-
"kind": "Content",
|
|
2239
|
-
"text": "<string>>;\n suggestionsLoading: import(\"vue\")."
|
|
2240
|
-
},
|
|
2241
|
-
{
|
|
2242
|
-
"kind": "Reference",
|
|
2243
|
-
"text": "ComputedRef",
|
|
2244
|
-
"canonicalReference": "@vue/reactivity!ComputedRef:interface"
|
|
2245
|
-
},
|
|
2246
|
-
{
|
|
2247
|
-
"kind": "Content",
|
|
2248
|
-
"text": "<boolean>;\n suggestionsSearch: import(\"vue\")."
|
|
2249
|
-
},
|
|
2250
|
-
{
|
|
2251
|
-
"kind": "Reference",
|
|
2252
|
-
"text": "ComputedRef",
|
|
2253
|
-
"canonicalReference": "@vue/reactivity!ComputedRef:interface"
|
|
2254
|
-
},
|
|
2255
|
-
{
|
|
2256
|
-
"kind": "Content",
|
|
2257
|
-
"text": "<import(\"@empathyco/x-types\")."
|
|
2258
|
-
},
|
|
2259
|
-
{
|
|
2260
|
-
"kind": "Reference",
|
|
2261
|
-
"text": "AiSuggestionSearch",
|
|
2262
|
-
"canonicalReference": "@empathyco/x-components!AiSuggestionSearch:interface"
|
|
2263
|
-
},
|
|
2264
|
-
{
|
|
2265
|
-
"kind": "Content",
|
|
2266
|
-
"text": "[]>;\n suggestionText: import(\"vue\")."
|
|
2267
|
-
},
|
|
2268
|
-
{
|
|
2269
|
-
"kind": "Reference",
|
|
2270
|
-
"text": "ComputedRef",
|
|
2271
|
-
"canonicalReference": "@vue/reactivity!ComputedRef:interface"
|
|
2272
|
-
},
|
|
2273
|
-
{
|
|
2274
|
-
"kind": "Content",
|
|
2275
|
-
"text": "<string>;\n shouldAnimateSuggestion: import(\"vue\")."
|
|
2276
|
-
},
|
|
2277
|
-
{
|
|
2278
|
-
"kind": "Reference",
|
|
2279
|
-
"text": "Ref",
|
|
2280
|
-
"canonicalReference": "@vue/reactivity!Ref:interface"
|
|
2281
|
-
},
|
|
2282
|
-
{
|
|
2283
|
-
"kind": "Content",
|
|
2284
|
-
"text": "<boolean, boolean>;\n query: import(\"vue\")."
|
|
2285
|
-
},
|
|
2286
|
-
{
|
|
2287
|
-
"kind": "Reference",
|
|
2288
|
-
"text": "ComputedRef",
|
|
2289
|
-
"canonicalReference": "@vue/reactivity!ComputedRef:interface"
|
|
2290
|
-
},
|
|
2291
|
-
{
|
|
2292
|
-
"kind": "Content",
|
|
2293
|
-
"text": "<string>;\n tagging: import(\"vue\")."
|
|
2294
|
-
},
|
|
2295
|
-
{
|
|
2296
|
-
"kind": "Reference",
|
|
2297
|
-
"text": "ComputedRef",
|
|
2298
|
-
"canonicalReference": "@vue/reactivity!ComputedRef:interface"
|
|
2299
|
-
},
|
|
2300
|
-
{
|
|
2301
|
-
"kind": "Content",
|
|
2302
|
-
"text": "<import(\"@empathyco/x-types\")."
|
|
2303
|
-
},
|
|
2304
|
-
{
|
|
2305
|
-
"kind": "Reference",
|
|
2306
|
-
"text": "AiSuggestionTagging",
|
|
2307
|
-
"canonicalReference": "@empathyco/x-components!AiSuggestionTagging:interface"
|
|
2308
|
-
},
|
|
2309
|
-
{
|
|
2310
|
-
"kind": "Content",
|
|
2311
|
-
"text": " | undefined>;\n isNoResults: import(\"vue\")."
|
|
2312
|
-
},
|
|
2313
|
-
{
|
|
2314
|
-
"kind": "Reference",
|
|
2315
|
-
"text": "ComputedRef",
|
|
2316
|
-
"canonicalReference": "@vue/reactivity!ComputedRef:interface"
|
|
2317
|
-
},
|
|
2318
|
-
{
|
|
2319
|
-
"kind": "Content",
|
|
2320
|
-
"text": "<boolean>;\n queries: import(\"vue\")."
|
|
2321
|
-
},
|
|
2322
|
-
{
|
|
2323
|
-
"kind": "Reference",
|
|
2324
|
-
"text": "ComputedRef",
|
|
2325
|
-
"canonicalReference": "@vue/reactivity!ComputedRef:interface"
|
|
2326
|
-
},
|
|
2327
|
-
{
|
|
2328
|
-
"kind": "Content",
|
|
2329
|
-
"text": "<import(\"@empathyco/x-types\")."
|
|
2330
|
-
},
|
|
2331
|
-
{
|
|
2332
|
-
"kind": "Reference",
|
|
2333
|
-
"text": "AiSuggestionQuery",
|
|
2334
|
-
"canonicalReference": "@empathyco/x-components!AiSuggestionQuery:interface"
|
|
2335
|
-
},
|
|
2336
|
-
{
|
|
2337
|
-
"kind": "Content",
|
|
2338
|
-
"text": "[]>;\n}, {}, {}, {}, import(\"vue\")."
|
|
2339
|
-
},
|
|
2340
|
-
{
|
|
2341
|
-
"kind": "Reference",
|
|
2342
|
-
"text": "ComponentOptionsMixin",
|
|
2343
|
-
"canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
|
|
2344
|
-
},
|
|
2345
|
-
{
|
|
2346
|
-
"kind": "Content",
|
|
2347
|
-
"text": ", import(\"vue\")."
|
|
2348
|
-
},
|
|
2349
|
-
{
|
|
2350
|
-
"kind": "Reference",
|
|
2351
|
-
"text": "ComponentOptionsMixin",
|
|
2352
|
-
"canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
|
|
2353
|
-
},
|
|
2354
|
-
{
|
|
2355
|
-
"kind": "Content",
|
|
2356
|
-
"text": ", {}, string, import(\"vue\")."
|
|
2357
|
-
},
|
|
2358
|
-
{
|
|
2359
|
-
"kind": "Reference",
|
|
2360
|
-
"text": "PublicProps",
|
|
2361
|
-
"canonicalReference": "@vue/runtime-core!PublicProps:type"
|
|
2362
|
-
},
|
|
2363
|
-
{
|
|
2364
|
-
"kind": "Content",
|
|
2365
|
-
"text": ", "
|
|
2366
|
-
},
|
|
2367
|
-
{
|
|
2368
|
-
"kind": "Reference",
|
|
2369
|
-
"text": "Readonly",
|
|
2370
|
-
"canonicalReference": "!Readonly:type"
|
|
2371
|
-
},
|
|
2372
|
-
{
|
|
2373
|
-
"kind": "Content",
|
|
2374
|
-
"text": "<import(\"vue\")."
|
|
2375
|
-
},
|
|
2376
|
-
{
|
|
2377
|
-
"kind": "Reference",
|
|
2378
|
-
"text": "ExtractPropTypes",
|
|
2379
|
-
"canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
|
|
2380
|
-
},
|
|
2381
|
-
{
|
|
2382
|
-
"kind": "Content",
|
|
2383
|
-
"text": "<{\n title: {\n type: "
|
|
2384
|
-
},
|
|
2385
|
-
{
|
|
2386
|
-
"kind": "Reference",
|
|
2387
|
-
"text": "StringConstructor",
|
|
2388
|
-
"canonicalReference": "!StringConstructor:interface"
|
|
2389
|
-
},
|
|
2390
|
-
{
|
|
2391
|
-
"kind": "Content",
|
|
2392
|
-
"text": ";\n };\n titleLoading: {\n type: "
|
|
2393
|
-
},
|
|
2394
|
-
{
|
|
2395
|
-
"kind": "Reference",
|
|
2396
|
-
"text": "StringConstructor",
|
|
2397
|
-
"canonicalReference": "!StringConstructor:interface"
|
|
2398
|
-
},
|
|
2399
|
-
{
|
|
2400
|
-
"kind": "Content",
|
|
2401
|
-
"text": ";\n default: string;\n };\n autoExpandInSearchNoResults: {\n type: "
|
|
2402
|
-
},
|
|
2403
|
-
{
|
|
2404
|
-
"kind": "Reference",
|
|
2405
|
-
"text": "BooleanConstructor",
|
|
2406
|
-
"canonicalReference": "!BooleanConstructor:interface"
|
|
2407
|
-
},
|
|
2408
|
-
{
|
|
2409
|
-
"kind": "Content",
|
|
2410
|
-
"text": ";\n default: boolean;\n };\n contentClasses: {\n type: "
|
|
2411
|
-
},
|
|
2412
|
-
{
|
|
2413
|
-
"kind": "Reference",
|
|
2414
|
-
"text": "StringConstructor",
|
|
2415
|
-
"canonicalReference": "!StringConstructor:interface"
|
|
2416
|
-
},
|
|
2417
|
-
{
|
|
2418
|
-
"kind": "Content",
|
|
2419
|
-
"text": ";\n };\n slidingPanelsClasses: {\n type: "
|
|
2420
|
-
},
|
|
2421
|
-
{
|
|
2422
|
-
"kind": "Reference",
|
|
2423
|
-
"text": "StringConstructor",
|
|
2424
|
-
"canonicalReference": "!StringConstructor:interface"
|
|
2425
|
-
},
|
|
2426
|
-
{
|
|
2427
|
-
"kind": "Content",
|
|
2428
|
-
"text": ";\n };\n slidingPanelContainersClasses: {\n type: "
|
|
2429
|
-
},
|
|
2430
|
-
{
|
|
2431
|
-
"kind": "Reference",
|
|
2432
|
-
"text": "StringConstructor",
|
|
2433
|
-
"canonicalReference": "!StringConstructor:interface"
|
|
2434
|
-
},
|
|
2435
|
-
{
|
|
2436
|
-
"kind": "Content",
|
|
2437
|
-
"text": ";\n };\n slidingPanelButtonsClasses: {\n type: "
|
|
2438
|
-
},
|
|
2439
|
-
{
|
|
2440
|
-
"kind": "Reference",
|
|
2441
|
-
"text": "StringConstructor",
|
|
2442
|
-
"canonicalReference": "!StringConstructor:interface"
|
|
2443
|
-
},
|
|
2444
|
-
{
|
|
2445
|
-
"kind": "Content",
|
|
2446
|
-
"text": ";\n };\n}>> & "
|
|
2447
|
-
},
|
|
2448
|
-
{
|
|
2449
|
-
"kind": "Reference",
|
|
2450
|
-
"text": "Readonly",
|
|
2451
|
-
"canonicalReference": "!Readonly:type"
|
|
2452
|
-
},
|
|
2453
|
-
{
|
|
2454
|
-
"kind": "Content",
|
|
2455
|
-
"text": "<{}>, {\n titleLoading: string;\n autoExpandInSearchNoResults: boolean;\n}, {}, {\n AIStarIcon: import(\"vue\")."
|
|
2456
|
-
},
|
|
2457
|
-
{
|
|
2458
|
-
"kind": "Reference",
|
|
2459
|
-
"text": "DefineComponent",
|
|
2460
|
-
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
2461
|
-
},
|
|
2462
|
-
{
|
|
2463
|
-
"kind": "Content",
|
|
2464
|
-
"text": "<{}, {}, any>;\n ArrowRightIcon: import(\"vue\")."
|
|
2465
|
-
},
|
|
2466
|
-
{
|
|
2467
|
-
"kind": "Reference",
|
|
2468
|
-
"text": "DefineComponent",
|
|
2469
|
-
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
2470
|
-
},
|
|
2471
|
-
{
|
|
2472
|
-
"kind": "Content",
|
|
2473
|
-
"text": "<{}, {}, any>;\n BaseEventButton: import(\"vue\")."
|
|
2474
|
-
},
|
|
2475
|
-
{
|
|
2476
|
-
"kind": "Reference",
|
|
2477
|
-
"text": "DefineComponent",
|
|
2478
|
-
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
2479
|
-
},
|
|
2480
|
-
{
|
|
2481
|
-
"kind": "Content",
|
|
2482
|
-
"text": "<{}, {}, any>;\n CollapseHeight: import(\"vue\")."
|
|
2483
|
-
},
|
|
2484
|
-
{
|
|
2485
|
-
"kind": "Reference",
|
|
2486
|
-
"text": "DefineComponent",
|
|
2487
|
-
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
2488
|
-
},
|
|
2489
|
-
{
|
|
2490
|
-
"kind": "Content",
|
|
2491
|
-
"text": "<{}, {}, any>;\n ChangeHeight: import(\"vue\")."
|
|
2492
|
-
},
|
|
2493
|
-
{
|
|
2494
|
-
"kind": "Reference",
|
|
2495
|
-
"text": "DefineComponent",
|
|
2496
|
-
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
2497
|
-
},
|
|
2498
|
-
{
|
|
2499
|
-
"kind": "Content",
|
|
2500
|
-
"text": "<{}, {}, any>;\n Fade: import(\"vue\")."
|
|
2501
|
-
},
|
|
2502
|
-
{
|
|
2503
|
-
"kind": "Reference",
|
|
2504
|
-
"text": "DefineComponent",
|
|
2505
|
-
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
2506
|
-
},
|
|
2507
|
-
{
|
|
2508
|
-
"kind": "Content",
|
|
2509
|
-
"text": "<{}, {}, any>;\n SlidingPanel: import(\"vue\")."
|
|
2510
|
-
},
|
|
2511
|
-
{
|
|
2512
|
-
"kind": "Reference",
|
|
2513
|
-
"text": "DefineComponent",
|
|
2514
|
-
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
2515
|
-
},
|
|
2516
|
-
{
|
|
2517
|
-
"kind": "Content",
|
|
2518
|
-
"text": "<{}, {}, any>;\n SpinnerIcon: import(\"vue\")."
|
|
2519
|
-
},
|
|
2520
|
-
{
|
|
2521
|
-
"kind": "Reference",
|
|
2522
|
-
"text": "DefineComponent",
|
|
2523
|
-
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
2524
|
-
},
|
|
2525
|
-
{
|
|
2526
|
-
"kind": "Content",
|
|
2527
|
-
"text": "<{}, {}, any>;\n DisplayEmitter: import(\"vue\")."
|
|
2528
|
-
},
|
|
2529
|
-
{
|
|
2530
|
-
"kind": "Reference",
|
|
2531
|
-
"text": "DefineComponent",
|
|
2532
|
-
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
2533
|
-
},
|
|
2534
|
-
{
|
|
2535
|
-
"kind": "Content",
|
|
2536
|
-
"text": "<{}, {}, any>;\n DisplayClickProvider: import(\"vue\")."
|
|
2537
|
-
},
|
|
2538
|
-
{
|
|
2539
|
-
"kind": "Reference",
|
|
2540
|
-
"text": "DefineComponent",
|
|
2541
|
-
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
2542
|
-
},
|
|
2543
|
-
{
|
|
2544
|
-
"kind": "Content",
|
|
2545
|
-
"text": "<{}, {}, any>;\n}, {\n typing: import(\"vue\")."
|
|
2546
|
-
},
|
|
2547
|
-
{
|
|
2548
|
-
"kind": "Reference",
|
|
2549
|
-
"text": "Directive",
|
|
2550
|
-
"canonicalReference": "@vue/runtime-core!Directive:type"
|
|
2551
|
-
},
|
|
2552
|
-
{
|
|
2553
|
-
"kind": "Content",
|
|
2554
|
-
"text": "<import(\"../../../directives\")."
|
|
2555
|
-
},
|
|
2556
|
-
{
|
|
2557
|
-
"kind": "Reference",
|
|
2558
|
-
"text": "TypingHTMLElement",
|
|
2559
|
-
"canonicalReference": "@empathyco/x-components!TypingHTMLElement:interface"
|
|
2560
|
-
},
|
|
2561
|
-
{
|
|
2562
|
-
"kind": "Content",
|
|
2563
|
-
"text": ", import(\"../../../directives\")."
|
|
2564
|
-
},
|
|
2565
|
-
{
|
|
2566
|
-
"kind": "Reference",
|
|
2567
|
-
"text": "TypingOptions",
|
|
2568
|
-
"canonicalReference": "@empathyco/x-components!TypingOptions:interface"
|
|
2569
|
-
},
|
|
2570
|
-
{
|
|
2571
|
-
"kind": "Content",
|
|
2572
|
-
"text": ">;\n}, string, import(\"vue\")."
|
|
2573
|
-
},
|
|
2574
|
-
{
|
|
2575
|
-
"kind": "Reference",
|
|
2576
|
-
"text": "ComponentProvideOptions",
|
|
2577
|
-
"canonicalReference": "@vue/runtime-core!ComponentProvideOptions:type"
|
|
2578
|
-
},
|
|
2579
|
-
{
|
|
2580
|
-
"kind": "Content",
|
|
2581
|
-
"text": ", true, {}, any>"
|
|
2582
|
-
}
|
|
2583
|
-
],
|
|
2584
|
-
"fileUrlPath": "dist/types/src/x-modules/ai/components/ai-overview.vue.d.ts",
|
|
2585
|
-
"isReadonly": true,
|
|
2586
|
-
"releaseTag": "Public",
|
|
2587
|
-
"name": "AiOverview",
|
|
2588
|
-
"variableTypeTokenRange": {
|
|
2589
|
-
"startIndex": 1,
|
|
2590
|
-
"endIndex": 110
|
|
2591
|
-
}
|
|
2592
|
-
},
|
|
2593
2039
|
{
|
|
2594
2040
|
"kind": "Interface",
|
|
2595
2041
|
"canonicalReference": "@empathyco/x-components!AiState:interface",
|
|
@@ -2678,33 +2124,6 @@
|
|
|
2678
2124
|
"endIndex": 4
|
|
2679
2125
|
}
|
|
2680
2126
|
},
|
|
2681
|
-
{
|
|
2682
|
-
"kind": "PropertySignature",
|
|
2683
|
-
"canonicalReference": "@empathyco/x-components!AiState#isNoResults:member",
|
|
2684
|
-
"docComment": "/**\n * Flag to indicate that the AI response has no results\n */\n",
|
|
2685
|
-
"excerptTokens": [
|
|
2686
|
-
{
|
|
2687
|
-
"kind": "Content",
|
|
2688
|
-
"text": "isNoResults: "
|
|
2689
|
-
},
|
|
2690
|
-
{
|
|
2691
|
-
"kind": "Content",
|
|
2692
|
-
"text": "boolean"
|
|
2693
|
-
},
|
|
2694
|
-
{
|
|
2695
|
-
"kind": "Content",
|
|
2696
|
-
"text": ";"
|
|
2697
|
-
}
|
|
2698
|
-
],
|
|
2699
|
-
"isReadonly": false,
|
|
2700
|
-
"isOptional": false,
|
|
2701
|
-
"releaseTag": "Public",
|
|
2702
|
-
"name": "isNoResults",
|
|
2703
|
-
"propertyTypeTokenRange": {
|
|
2704
|
-
"startIndex": 1,
|
|
2705
|
-
"endIndex": 2
|
|
2706
|
-
}
|
|
2707
|
-
},
|
|
2708
2127
|
{
|
|
2709
2128
|
"kind": "PropertySignature",
|
|
2710
2129
|
"canonicalReference": "@empathyco/x-components!AiState#origin:member",
|
|
@@ -2833,33 +2252,6 @@
|
|
|
2833
2252
|
"endIndex": 3
|
|
2834
2253
|
}
|
|
2835
2254
|
},
|
|
2836
|
-
{
|
|
2837
|
-
"kind": "PropertySignature",
|
|
2838
|
-
"canonicalReference": "@empathyco/x-components!AiState#responseText:member",
|
|
2839
|
-
"docComment": "/**\n * The streamed field from suggestion response.\n */\n",
|
|
2840
|
-
"excerptTokens": [
|
|
2841
|
-
{
|
|
2842
|
-
"kind": "Content",
|
|
2843
|
-
"text": "responseText: "
|
|
2844
|
-
},
|
|
2845
|
-
{
|
|
2846
|
-
"kind": "Content",
|
|
2847
|
-
"text": "string"
|
|
2848
|
-
},
|
|
2849
|
-
{
|
|
2850
|
-
"kind": "Content",
|
|
2851
|
-
"text": ";"
|
|
2852
|
-
}
|
|
2853
|
-
],
|
|
2854
|
-
"isReadonly": false,
|
|
2855
|
-
"isOptional": false,
|
|
2856
|
-
"releaseTag": "Public",
|
|
2857
|
-
"name": "responseText",
|
|
2858
|
-
"propertyTypeTokenRange": {
|
|
2859
|
-
"startIndex": 1,
|
|
2860
|
-
"endIndex": 2
|
|
2861
|
-
}
|
|
2862
|
-
},
|
|
2863
2255
|
{
|
|
2864
2256
|
"kind": "PropertySignature",
|
|
2865
2257
|
"canonicalReference": "@empathyco/x-components!AiState#searchTotalResults:member",
|
|
@@ -3016,33 +2408,6 @@
|
|
|
3016
2408
|
"endIndex": 2
|
|
3017
2409
|
}
|
|
3018
2410
|
},
|
|
3019
|
-
{
|
|
3020
|
-
"kind": "PropertySignature",
|
|
3021
|
-
"canonicalReference": "@empathyco/x-components!AiState#suggestionText:member",
|
|
3022
|
-
"docComment": "",
|
|
3023
|
-
"excerptTokens": [
|
|
3024
|
-
{
|
|
3025
|
-
"kind": "Content",
|
|
3026
|
-
"text": "suggestionText: "
|
|
3027
|
-
},
|
|
3028
|
-
{
|
|
3029
|
-
"kind": "Content",
|
|
3030
|
-
"text": "string"
|
|
3031
|
-
},
|
|
3032
|
-
{
|
|
3033
|
-
"kind": "Content",
|
|
3034
|
-
"text": ";"
|
|
3035
|
-
}
|
|
3036
|
-
],
|
|
3037
|
-
"isReadonly": false,
|
|
3038
|
-
"isOptional": false,
|
|
3039
|
-
"releaseTag": "Public",
|
|
3040
|
-
"name": "suggestionText",
|
|
3041
|
-
"propertyTypeTokenRange": {
|
|
3042
|
-
"startIndex": 1,
|
|
3043
|
-
"endIndex": 2
|
|
3044
|
-
}
|
|
3045
|
-
},
|
|
3046
2411
|
{
|
|
3047
2412
|
"kind": "PropertySignature",
|
|
3048
2413
|
"canonicalReference": "@empathyco/x-components!AiState#tagging:member",
|
|
@@ -3279,16 +2644,17 @@
|
|
|
3279
2644
|
},
|
|
3280
2645
|
{
|
|
3281
2646
|
"kind": "PropertySignature",
|
|
3282
|
-
"canonicalReference": "@empathyco/x-components!AiXEvents#
|
|
2647
|
+
"canonicalReference": "@empathyco/x-components!AiXEvents#UserClickedAnAiCarouselAdd2Cart:member",
|
|
3283
2648
|
"docComment": "",
|
|
3284
2649
|
"excerptTokens": [
|
|
3285
2650
|
{
|
|
3286
2651
|
"kind": "Content",
|
|
3287
|
-
"text": "
|
|
2652
|
+
"text": "UserClickedAnAiCarouselAdd2Cart: "
|
|
3288
2653
|
},
|
|
3289
2654
|
{
|
|
3290
|
-
"kind": "
|
|
3291
|
-
"text": "
|
|
2655
|
+
"kind": "Reference",
|
|
2656
|
+
"text": "Result",
|
|
2657
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
3292
2658
|
},
|
|
3293
2659
|
{
|
|
3294
2660
|
"kind": "Content",
|
|
@@ -3298,7 +2664,7 @@
|
|
|
3298
2664
|
"isReadonly": false,
|
|
3299
2665
|
"isOptional": false,
|
|
3300
2666
|
"releaseTag": "Public",
|
|
3301
|
-
"name": "
|
|
2667
|
+
"name": "UserClickedAnAiCarouselAdd2Cart",
|
|
3302
2668
|
"propertyTypeTokenRange": {
|
|
3303
2669
|
"startIndex": 1,
|
|
3304
2670
|
"endIndex": 2
|
|
@@ -3306,12 +2672,12 @@
|
|
|
3306
2672
|
},
|
|
3307
2673
|
{
|
|
3308
2674
|
"kind": "PropertySignature",
|
|
3309
|
-
"canonicalReference": "@empathyco/x-components!AiXEvents#
|
|
2675
|
+
"canonicalReference": "@empathyco/x-components!AiXEvents#UserClickedAnAiCarouselResult:member",
|
|
3310
2676
|
"docComment": "",
|
|
3311
2677
|
"excerptTokens": [
|
|
3312
2678
|
{
|
|
3313
2679
|
"kind": "Content",
|
|
3314
|
-
"text": "
|
|
2680
|
+
"text": "UserClickedAnAiCarouselResult: "
|
|
3315
2681
|
},
|
|
3316
2682
|
{
|
|
3317
2683
|
"kind": "Reference",
|
|
@@ -3326,7 +2692,7 @@
|
|
|
3326
2692
|
"isReadonly": false,
|
|
3327
2693
|
"isOptional": false,
|
|
3328
2694
|
"releaseTag": "Public",
|
|
3329
|
-
"name": "
|
|
2695
|
+
"name": "UserClickedAnAiCarouselResult",
|
|
3330
2696
|
"propertyTypeTokenRange": {
|
|
3331
2697
|
"startIndex": 1,
|
|
3332
2698
|
"endIndex": 2
|
|
@@ -34499,7 +33865,16 @@
|
|
|
34499
33865
|
},
|
|
34500
33866
|
{
|
|
34501
33867
|
"kind": "Content",
|
|
34502
|
-
"text": "[] | undefined;\n
|
|
33868
|
+
"text": "[] | undefined;\n UserClickedAnAiCarouselResult?: import(\"@empathyco/x-types\")."
|
|
33869
|
+
},
|
|
33870
|
+
{
|
|
33871
|
+
"kind": "Reference",
|
|
33872
|
+
"text": "Result",
|
|
33873
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
33874
|
+
},
|
|
33875
|
+
{
|
|
33876
|
+
"kind": "Content",
|
|
33877
|
+
"text": " | undefined;\n UserClickedAnAiCarouselAdd2Cart?: import(\"@empathyco/x-types\")."
|
|
34503
33878
|
},
|
|
34504
33879
|
{
|
|
34505
33880
|
"kind": "Reference",
|
|
@@ -34778,7 +34153,7 @@
|
|
|
34778
34153
|
"name": "HierarchicalFilter",
|
|
34779
34154
|
"variableTypeTokenRange": {
|
|
34780
34155
|
"startIndex": 1,
|
|
34781
|
-
"endIndex":
|
|
34156
|
+
"endIndex": 284
|
|
34782
34157
|
}
|
|
34783
34158
|
},
|
|
34784
34159
|
{
|
|
@@ -72658,7 +72033,16 @@
|
|
|
72658
72033
|
},
|
|
72659
72034
|
{
|
|
72660
72035
|
"kind": "Content",
|
|
72661
|
-
"text": "[] | undefined;\n
|
|
72036
|
+
"text": "[] | undefined;\n UserClickedAnAiCarouselResult?: import(\"@empathyco/x-types\")."
|
|
72037
|
+
},
|
|
72038
|
+
{
|
|
72039
|
+
"kind": "Reference",
|
|
72040
|
+
"text": "Result",
|
|
72041
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
72042
|
+
},
|
|
72043
|
+
{
|
|
72044
|
+
"kind": "Content",
|
|
72045
|
+
"text": " | undefined;\n UserClickedAnAiCarouselAdd2Cart?: import(\"@empathyco/x-types\")."
|
|
72662
72046
|
},
|
|
72663
72047
|
{
|
|
72664
72048
|
"kind": "Reference",
|
|
@@ -72838,7 +72222,7 @@
|
|
|
72838
72222
|
"name": "SimpleFilter",
|
|
72839
72223
|
"variableTypeTokenRange": {
|
|
72840
72224
|
"startIndex": 1,
|
|
72841
|
-
"endIndex":
|
|
72225
|
+
"endIndex": 252
|
|
72842
72226
|
}
|
|
72843
72227
|
},
|
|
72844
72228
|
{
|
|
@@ -75830,7 +75214,16 @@
|
|
|
75830
75214
|
},
|
|
75831
75215
|
{
|
|
75832
75216
|
"kind": "Content",
|
|
75833
|
-
"text": ") => unknown;\n
|
|
75217
|
+
"text": ") => unknown;\n UserClickedAnAiCarouselResult: (payload: import(\"@empathyco/x-types\")."
|
|
75218
|
+
},
|
|
75219
|
+
{
|
|
75220
|
+
"kind": "Reference",
|
|
75221
|
+
"text": "Result",
|
|
75222
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
75223
|
+
},
|
|
75224
|
+
{
|
|
75225
|
+
"kind": "Content",
|
|
75226
|
+
"text": ", metadata: "
|
|
75834
75227
|
},
|
|
75835
75228
|
{
|
|
75836
75229
|
"kind": "Reference",
|
|
@@ -75839,7 +75232,7 @@
|
|
|
75839
75232
|
},
|
|
75840
75233
|
{
|
|
75841
75234
|
"kind": "Content",
|
|
75842
|
-
"text": ") => unknown;\n
|
|
75235
|
+
"text": ") => unknown;\n UserClickedAnAiCarouselAdd2Cart: (payload: import(\"@empathyco/x-types\")."
|
|
75843
75236
|
},
|
|
75844
75237
|
{
|
|
75845
75238
|
"kind": "Reference",
|
|
@@ -75938,7 +75331,7 @@
|
|
|
75938
75331
|
"name": "SnippetCallbacks",
|
|
75939
75332
|
"variableTypeTokenRange": {
|
|
75940
75333
|
"startIndex": 1,
|
|
75941
|
-
"endIndex":
|
|
75334
|
+
"endIndex": 540
|
|
75942
75335
|
}
|
|
75943
75336
|
},
|
|
75944
75337
|
{
|