@empathyco/x-components 6.0.0-alpha.213 → 6.0.0-alpha.215
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 +13 -0
- package/ai/index.js +1 -0
- package/core/index.js.map +1 -1
- package/docs/API-reference/api/x-components.aicarousel.md +57 -0
- package/docs/API-reference/api/x-components.md +9 -0
- package/docs/API-reference/api/x-components.resultfeature.md +1 -1
- package/docs/API-reference/components/ai/x-components.ai-carousel.md +28 -0
- package/js/index.js +1 -0
- package/js/index.js.map +1 -1
- package/js/x-modules/ai/components/ai-carousel.vue.js +147 -0
- package/js/x-modules/ai/components/ai-carousel.vue.js.map +1 -0
- package/js/x-modules/ai/components/ai-carousel.vue2.js +199 -0
- package/js/x-modules/ai/components/ai-carousel.vue2.js.map +1 -0
- package/js/x-modules/ai/components/ai-carousel.vue3.js +7 -0
- package/js/x-modules/ai/components/ai-carousel.vue3.js.map +1 -0
- package/js/x-modules/ai/wiring.js +7 -3
- package/js/x-modules/ai/wiring.js.map +1 -1
- package/package.json +7 -7
- package/report/x-components.api.json +375 -1
- package/report/x-components.api.md +58 -6
- package/types/types/origin.d.ts +1 -1
- package/types/types/origin.d.ts.map +1 -1
- package/types/x-modules/ai/components/ai-carousel.vue.d.ts +50 -0
- package/types/x-modules/ai/components/ai-carousel.vue.d.ts.map +1 -0
- package/types/x-modules/ai/components/index.d.ts +1 -0
- package/types/x-modules/ai/components/index.d.ts.map +1 -1
- package/types/x-modules/ai/wiring.d.ts +4 -1
- package/types/x-modules/ai/wiring.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "6.0.0-alpha.
|
|
3
|
+
"version": "6.0.0-alpha.215",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
"vuex": "4.0.2"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@empathyco/x-adapter": "8.1.0-alpha.
|
|
71
|
-
"@empathyco/x-adapter-platform": "1.1.0-alpha.
|
|
70
|
+
"@empathyco/x-adapter": "8.1.0-alpha.17",
|
|
71
|
+
"@empathyco/x-adapter-platform": "1.1.0-alpha.54",
|
|
72
72
|
"@empathyco/x-deep-merge": "2.0.3-alpha.14",
|
|
73
73
|
"@empathyco/x-storage-service": "2.0.3-alpha.11",
|
|
74
|
-
"@empathyco/x-types": "10.1.0-alpha.
|
|
75
|
-
"@empathyco/x-utils": "1.0.3-alpha.
|
|
74
|
+
"@empathyco/x-types": "10.1.0-alpha.46",
|
|
75
|
+
"@empathyco/x-utils": "1.0.3-alpha.14",
|
|
76
76
|
"@vue/devtools-api": "~6.6.4",
|
|
77
77
|
"@vueuse/core": "~12.8.2",
|
|
78
78
|
"js-md5": "~0.8.3",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@babel/preset-env": "7.29.0",
|
|
88
|
-
"@empathyco/x-tailwindcss": "2.0.0-alpha.
|
|
88
|
+
"@empathyco/x-tailwindcss": "2.0.0-alpha.30",
|
|
89
89
|
"@microsoft/api-documenter": "7.29.2",
|
|
90
90
|
"@microsoft/api-extractor": "7.57.2",
|
|
91
91
|
"@testing-library/vue": "8.1.0",
|
|
@@ -125,5 +125,5 @@
|
|
|
125
125
|
"access": "public",
|
|
126
126
|
"directory": "dist"
|
|
127
127
|
},
|
|
128
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "0af65e39d1d128472cc9840f157e9a713a501eb9"
|
|
129
129
|
}
|
|
@@ -1027,6 +1027,380 @@
|
|
|
1027
1027
|
],
|
|
1028
1028
|
"extendsTokenRanges": []
|
|
1029
1029
|
},
|
|
1030
|
+
{
|
|
1031
|
+
"kind": "Variable",
|
|
1032
|
+
"canonicalReference": "@empathyco/x-components!AiCarousel:var",
|
|
1033
|
+
"docComment": "",
|
|
1034
|
+
"excerptTokens": [
|
|
1035
|
+
{
|
|
1036
|
+
"kind": "Content",
|
|
1037
|
+
"text": "_default: "
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"kind": "Content",
|
|
1041
|
+
"text": "import(\"vue\")."
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"kind": "Reference",
|
|
1045
|
+
"text": "DefineComponent",
|
|
1046
|
+
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"kind": "Content",
|
|
1050
|
+
"text": "<import(\"vue\")."
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"kind": "Reference",
|
|
1054
|
+
"text": "ExtractPropTypes",
|
|
1055
|
+
"canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"kind": "Content",
|
|
1059
|
+
"text": "<{\n title: {\n type: "
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"kind": "Reference",
|
|
1063
|
+
"text": "StringConstructor",
|
|
1064
|
+
"canonicalReference": "!StringConstructor:interface"
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"kind": "Content",
|
|
1068
|
+
"text": ";\n };\n slidingPanelClasses: {\n type: "
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"kind": "Reference",
|
|
1072
|
+
"text": "StringConstructor",
|
|
1073
|
+
"canonicalReference": "!StringConstructor:interface"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"kind": "Content",
|
|
1077
|
+
"text": ";\n };\n slidingPanelContainerClasses: {\n type: "
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"kind": "Reference",
|
|
1081
|
+
"text": "StringConstructor",
|
|
1082
|
+
"canonicalReference": "!StringConstructor:interface"
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"kind": "Content",
|
|
1086
|
+
"text": ";\n };\n slidingPanelButtonsClasses: {\n type: "
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"kind": "Reference",
|
|
1090
|
+
"text": "StringConstructor",
|
|
1091
|
+
"canonicalReference": "!StringConstructor:interface"
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"kind": "Content",
|
|
1095
|
+
"text": ";\n };\n}>, {\n emptyTaggingRequest: "
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"kind": "Reference",
|
|
1099
|
+
"text": "TaggingRequest",
|
|
1100
|
+
"canonicalReference": "@empathyco/x-components!TaggingRequest:interface"
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"kind": "Content",
|
|
1104
|
+
"text": ";\n isNoResults: import(\"vue\")."
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"kind": "Reference",
|
|
1108
|
+
"text": "ComputedRef",
|
|
1109
|
+
"canonicalReference": "@vue/reactivity!ComputedRef:interface"
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"kind": "Content",
|
|
1113
|
+
"text": "<boolean>;\n isTitleOverflowing: import(\"vue\")."
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"kind": "Reference",
|
|
1117
|
+
"text": "Ref",
|
|
1118
|
+
"canonicalReference": "@vue/reactivity!Ref:interface"
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"kind": "Content",
|
|
1122
|
+
"text": "<boolean, boolean>;\n queries: import(\"vue\")."
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"kind": "Reference",
|
|
1126
|
+
"text": "ComputedRef",
|
|
1127
|
+
"canonicalReference": "@vue/reactivity!ComputedRef:interface"
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"kind": "Content",
|
|
1131
|
+
"text": "<import(\"@empathyco/x-types\")."
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"kind": "Reference",
|
|
1135
|
+
"text": "AiSuggestionQuery",
|
|
1136
|
+
"canonicalReference": "@empathyco/x-components!AiSuggestionQuery:interface"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"kind": "Content",
|
|
1140
|
+
"text": "[]>;\n query: import(\"vue\")."
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
"kind": "Reference",
|
|
1144
|
+
"text": "ComputedRef",
|
|
1145
|
+
"canonicalReference": "@vue/reactivity!ComputedRef:interface"
|
|
1146
|
+
},
|
|
1147
|
+
{
|
|
1148
|
+
"kind": "Content",
|
|
1149
|
+
"text": "<string>;\n suggestionsSearch: import(\"vue\")."
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
"kind": "Reference",
|
|
1153
|
+
"text": "ComputedRef",
|
|
1154
|
+
"canonicalReference": "@vue/reactivity!ComputedRef:interface"
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"kind": "Content",
|
|
1158
|
+
"text": "<import(\"@empathyco/x-types\")."
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"kind": "Reference",
|
|
1162
|
+
"text": "AiSuggestionSearch",
|
|
1163
|
+
"canonicalReference": "@empathyco/x-components!AiSuggestionSearch:interface"
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
"kind": "Content",
|
|
1167
|
+
"text": "[]>;\n tagging: import(\"vue\")."
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"kind": "Reference",
|
|
1171
|
+
"text": "ComputedRef",
|
|
1172
|
+
"canonicalReference": "@vue/reactivity!ComputedRef:interface"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"kind": "Content",
|
|
1176
|
+
"text": "<import(\"@empathyco/x-types\")."
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"kind": "Reference",
|
|
1180
|
+
"text": "AiSuggestionTagging",
|
|
1181
|
+
"canonicalReference": "@empathyco/x-components!AiSuggestionTagging:interface"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"kind": "Content",
|
|
1185
|
+
"text": " | undefined>;\n title: import(\"vue\")."
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
"kind": "Reference",
|
|
1189
|
+
"text": "ComputedRef",
|
|
1190
|
+
"canonicalReference": "@vue/reactivity!ComputedRef:interface"
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"kind": "Content",
|
|
1194
|
+
"text": "<string>;\n titleExpanded: import(\"vue\")."
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"kind": "Reference",
|
|
1198
|
+
"text": "Ref",
|
|
1199
|
+
"canonicalReference": "@vue/reactivity!Ref:interface"
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"kind": "Content",
|
|
1203
|
+
"text": "<boolean, boolean>;\n titleRef: import(\"vue\")."
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
"kind": "Reference",
|
|
1207
|
+
"text": "Ref",
|
|
1208
|
+
"canonicalReference": "@vue/reactivity!Ref:interface"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"kind": "Content",
|
|
1212
|
+
"text": "<"
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"kind": "Reference",
|
|
1216
|
+
"text": "HTMLElement",
|
|
1217
|
+
"canonicalReference": "!HTMLElement:interface"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"kind": "Content",
|
|
1221
|
+
"text": " | null, "
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"kind": "Reference",
|
|
1225
|
+
"text": "HTMLElement",
|
|
1226
|
+
"canonicalReference": "!HTMLElement:interface"
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"kind": "Content",
|
|
1230
|
+
"text": " | null>;\n toggleTitleExpansion: () => void;\n}, {}, {}, {}, import(\"vue\")."
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"kind": "Reference",
|
|
1234
|
+
"text": "ComponentOptionsMixin",
|
|
1235
|
+
"canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
"kind": "Content",
|
|
1239
|
+
"text": ", import(\"vue\")."
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"kind": "Reference",
|
|
1243
|
+
"text": "ComponentOptionsMixin",
|
|
1244
|
+
"canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"kind": "Content",
|
|
1248
|
+
"text": ", {}, string, import(\"vue\")."
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"kind": "Reference",
|
|
1252
|
+
"text": "PublicProps",
|
|
1253
|
+
"canonicalReference": "@vue/runtime-core!PublicProps:type"
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"kind": "Content",
|
|
1257
|
+
"text": ", "
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"kind": "Reference",
|
|
1261
|
+
"text": "Readonly",
|
|
1262
|
+
"canonicalReference": "!Readonly:type"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"kind": "Content",
|
|
1266
|
+
"text": "<import(\"vue\")."
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"kind": "Reference",
|
|
1270
|
+
"text": "ExtractPropTypes",
|
|
1271
|
+
"canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"kind": "Content",
|
|
1275
|
+
"text": "<{\n title: {\n type: "
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"kind": "Reference",
|
|
1279
|
+
"text": "StringConstructor",
|
|
1280
|
+
"canonicalReference": "!StringConstructor:interface"
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"kind": "Content",
|
|
1284
|
+
"text": ";\n };\n slidingPanelClasses: {\n type: "
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
"kind": "Reference",
|
|
1288
|
+
"text": "StringConstructor",
|
|
1289
|
+
"canonicalReference": "!StringConstructor:interface"
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
"kind": "Content",
|
|
1293
|
+
"text": ";\n };\n slidingPanelContainerClasses: {\n type: "
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"kind": "Reference",
|
|
1297
|
+
"text": "StringConstructor",
|
|
1298
|
+
"canonicalReference": "!StringConstructor:interface"
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"kind": "Content",
|
|
1302
|
+
"text": ";\n };\n slidingPanelButtonsClasses: {\n type: "
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"kind": "Reference",
|
|
1306
|
+
"text": "StringConstructor",
|
|
1307
|
+
"canonicalReference": "!StringConstructor:interface"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"kind": "Content",
|
|
1311
|
+
"text": ";\n };\n}>> & "
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"kind": "Reference",
|
|
1315
|
+
"text": "Readonly",
|
|
1316
|
+
"canonicalReference": "!Readonly:type"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"kind": "Content",
|
|
1320
|
+
"text": "<{}>, {}, {}, {\n ChangeHeight: import(\"vue\")."
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
"kind": "Reference",
|
|
1324
|
+
"text": "DefineComponent",
|
|
1325
|
+
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
"kind": "Content",
|
|
1329
|
+
"text": "<{}, {}, any>;\n DisplayClickProvider: import(\"vue\")."
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"kind": "Reference",
|
|
1333
|
+
"text": "DefineComponent",
|
|
1334
|
+
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"kind": "Content",
|
|
1338
|
+
"text": "<{}, {}, any>;\n DisplayEmitter: import(\"vue\")."
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"kind": "Reference",
|
|
1342
|
+
"text": "DefineComponent",
|
|
1343
|
+
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
"kind": "Content",
|
|
1347
|
+
"text": "<{}, {}, any>;\n CollapseHeight: import(\"vue\")."
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"kind": "Reference",
|
|
1351
|
+
"text": "DefineComponent",
|
|
1352
|
+
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"kind": "Content",
|
|
1356
|
+
"text": "<{}, {}, any>;\n AIStarIcon: import(\"vue\")."
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"kind": "Reference",
|
|
1360
|
+
"text": "DefineComponent",
|
|
1361
|
+
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"kind": "Content",
|
|
1365
|
+
"text": "<{}, {}, any>;\n ChevronDownIcon: import(\"vue\")."
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"kind": "Reference",
|
|
1369
|
+
"text": "DefineComponent",
|
|
1370
|
+
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"kind": "Content",
|
|
1374
|
+
"text": "<{}, {}, any>;\n SlidingPanel: import(\"vue\")."
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"kind": "Reference",
|
|
1378
|
+
"text": "DefineComponent",
|
|
1379
|
+
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"kind": "Content",
|
|
1383
|
+
"text": "<{}, {}, any>;\n}, {}, string, import(\"vue\")."
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
"kind": "Reference",
|
|
1387
|
+
"text": "ComponentProvideOptions",
|
|
1388
|
+
"canonicalReference": "@vue/runtime-core!ComponentProvideOptions:type"
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
"kind": "Content",
|
|
1392
|
+
"text": ", true, {}, any>"
|
|
1393
|
+
}
|
|
1394
|
+
],
|
|
1395
|
+
"fileUrlPath": "dist/types/x-modules/ai/components/ai-carousel.vue.d.ts",
|
|
1396
|
+
"isReadonly": true,
|
|
1397
|
+
"releaseTag": "Public",
|
|
1398
|
+
"name": "AiCarousel",
|
|
1399
|
+
"variableTypeTokenRange": {
|
|
1400
|
+
"startIndex": 1,
|
|
1401
|
+
"endIndex": 80
|
|
1402
|
+
}
|
|
1403
|
+
},
|
|
1030
1404
|
{
|
|
1031
1405
|
"kind": "Interface",
|
|
1032
1406
|
"canonicalReference": "@empathyco/x-components!AiConfig:interface",
|
|
@@ -58721,7 +59095,7 @@
|
|
|
58721
59095
|
},
|
|
58722
59096
|
{
|
|
58723
59097
|
"kind": "Content",
|
|
58724
|
-
"text": "'search' | 'topclicked_recommendations' | 'brand_recommendations' | 'next_query_recommendations' | 'semantic_recommendations' | 'partial_results' | 'identifier_result' | 'related_prompts' | 'overview'"
|
|
59098
|
+
"text": "'search' | 'topclicked_recommendations' | 'brand_recommendations' | 'next_query_recommendations' | 'semantic_recommendations' | 'partial_results' | 'identifier_result' | 'related_prompts' | 'overview' | 'ai_carousel'"
|
|
58725
59099
|
},
|
|
58726
59100
|
{
|
|
58727
59101
|
"kind": "Content",
|
|
@@ -186,6 +186,55 @@ export interface AiActions {
|
|
|
186
186
|
setUrlParams: (urlParams: UrlParams) => void;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
|
+
// @public (undocumented)
|
|
190
|
+
export const AiCarousel: DefineComponent<ExtractPropTypes< {
|
|
191
|
+
title: {
|
|
192
|
+
type: StringConstructor;
|
|
193
|
+
};
|
|
194
|
+
slidingPanelClasses: {
|
|
195
|
+
type: StringConstructor;
|
|
196
|
+
};
|
|
197
|
+
slidingPanelContainerClasses: {
|
|
198
|
+
type: StringConstructor;
|
|
199
|
+
};
|
|
200
|
+
slidingPanelButtonsClasses: {
|
|
201
|
+
type: StringConstructor;
|
|
202
|
+
};
|
|
203
|
+
}>, {
|
|
204
|
+
emptyTaggingRequest: TaggingRequest;
|
|
205
|
+
isNoResults: ComputedRef<boolean>;
|
|
206
|
+
isTitleOverflowing: Ref<boolean, boolean>;
|
|
207
|
+
queries: ComputedRef<AiSuggestionQuery[]>;
|
|
208
|
+
query: ComputedRef<string>;
|
|
209
|
+
suggestionsSearch: ComputedRef<AiSuggestionSearch[]>;
|
|
210
|
+
tagging: ComputedRef<AiSuggestionTagging | undefined>;
|
|
211
|
+
title: ComputedRef<string>;
|
|
212
|
+
titleExpanded: Ref<boolean, boolean>;
|
|
213
|
+
titleRef: Ref<HTMLElement | null, HTMLElement | null>;
|
|
214
|
+
toggleTitleExpansion: () => void;
|
|
215
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
216
|
+
title: {
|
|
217
|
+
type: StringConstructor;
|
|
218
|
+
};
|
|
219
|
+
slidingPanelClasses: {
|
|
220
|
+
type: StringConstructor;
|
|
221
|
+
};
|
|
222
|
+
slidingPanelContainerClasses: {
|
|
223
|
+
type: StringConstructor;
|
|
224
|
+
};
|
|
225
|
+
slidingPanelButtonsClasses: {
|
|
226
|
+
type: StringConstructor;
|
|
227
|
+
};
|
|
228
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
229
|
+
ChangeHeight: DefineComponent< {}, {}, any>;
|
|
230
|
+
DisplayClickProvider: DefineComponent< {}, {}, any>;
|
|
231
|
+
DisplayEmitter: DefineComponent< {}, {}, any>;
|
|
232
|
+
CollapseHeight: DefineComponent< {}, {}, any>;
|
|
233
|
+
AIStarIcon: DefineComponent< {}, {}, any>;
|
|
234
|
+
ChevronDownIcon: DefineComponent< {}, {}, any>;
|
|
235
|
+
SlidingPanel: DefineComponent< {}, {}, any>;
|
|
236
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
237
|
+
|
|
189
238
|
// @public
|
|
190
239
|
export interface AiConfig {
|
|
191
240
|
}
|
|
@@ -212,7 +261,6 @@ export interface AiMutations extends ConfigMutations<AiState>, QueryMutations {
|
|
|
212
261
|
setIsNoResults: (isNoResults: boolean) => void;
|
|
213
262
|
setOrigin: (origin: QueryOrigin | undefined | null) => void;
|
|
214
263
|
setParams: (params: Dictionary<unknown>) => void;
|
|
215
|
-
// Warning: (ae-forgotten-export) The symbol "AiSuggestionQuery" needs to be exported by the entry point index.d.ts
|
|
216
264
|
setQueries: (queries: AiSuggestionQuery[]) => void;
|
|
217
265
|
setResponseText: (responseText: string) => void;
|
|
218
266
|
// Warning: (ae-forgotten-export) The symbol "Filter" needs to be exported by the entry point index.d.ts
|
|
@@ -221,7 +269,6 @@ export interface AiMutations extends ConfigMutations<AiState>, QueryMutations {
|
|
|
221
269
|
setSuggestionsSearch: (suggestionsSearch: AiSuggestionSearch[]) => void;
|
|
222
270
|
setSuggestionsSearchLoading: (value: boolean) => void;
|
|
223
271
|
setSuggestionText: (suggestionText: string) => void;
|
|
224
|
-
// Warning: (ae-forgotten-export) The symbol "AiSuggestionTagging" needs to be exported by the entry point index.d.ts
|
|
225
272
|
setTagging: (tagging: AiSuggestionTagging) => void;
|
|
226
273
|
}
|
|
227
274
|
|
|
@@ -379,8 +426,11 @@ export const aiWiring: {
|
|
|
379
426
|
resetAiStateWire: AnyWire;
|
|
380
427
|
fetchAndSaveAiSuggestionsWire: Wire<AiSuggestionsRequest | null>;
|
|
381
428
|
};
|
|
429
|
+
AiSuggestionsSearchRequestUpdated: {
|
|
430
|
+
fetchAndSaveAiSuggestionsSearchWire: AnyWire;
|
|
431
|
+
};
|
|
382
432
|
UserClickedAiOverviewExpandButton: {
|
|
383
|
-
|
|
433
|
+
fetchAndSaveAiSuggestionsSearchIfExpandedWire: Wire<boolean>;
|
|
384
434
|
};
|
|
385
435
|
SelectedRelatedTagsChanged: {
|
|
386
436
|
setAiRelatedTagsWire: Wire<RelatedTag_2[]>;
|
|
@@ -6444,7 +6494,7 @@ export function resettableState(): {
|
|
|
6444
6494
|
export const RESULT_WITH_VARIANTS_KEY: XInjectKey<Result>;
|
|
6445
6495
|
|
|
6446
6496
|
// @public
|
|
6447
|
-
export type ResultFeature = 'search' | 'topclicked_recommendations' | 'brand_recommendations' | 'next_query_recommendations' | 'semantic_recommendations' | 'partial_results' | 'identifier_result' | 'related_prompts' | 'overview';
|
|
6497
|
+
export type ResultFeature = 'search' | 'topclicked_recommendations' | 'brand_recommendations' | 'next_query_recommendations' | 'semantic_recommendations' | 'partial_results' | 'identifier_result' | 'related_prompts' | 'overview' | 'ai_carousel';
|
|
6448
6498
|
|
|
6449
6499
|
// @public
|
|
6450
6500
|
export type ResultOrigin = `${ResultFeature}:${FeatureLocation}`;
|
|
@@ -9522,7 +9572,10 @@ export type XStoreModuleOptions<StoreModule extends AnyXStoreModule> = StoreModu
|
|
|
9522
9572
|
// dist/types/components/filters/labels/base-rating-filter-label.vue.d.ts:16:9 - (ae-forgotten-export) The symbol "BooleanFilter" needs to be exported by the entry point index.d.ts
|
|
9523
9573
|
// dist/types/components/page-selector.vue.d.ts:65:5 - (ae-forgotten-export) The symbol "PageItem" needs to be exported by the entry point index.d.ts
|
|
9524
9574
|
// dist/types/components/suggestions/base-suggestion.vue.d.ts:31:9 - (ae-forgotten-export) The symbol "Suggestion" needs to be exported by the entry point index.d.ts
|
|
9525
|
-
// dist/types/x-modules/ai/components/ai-
|
|
9575
|
+
// dist/types/x-modules/ai/components/ai-carousel.vue.d.ts:16:5 - (ae-forgotten-export) The symbol "TaggingRequest" needs to be exported by the entry point index.d.ts
|
|
9576
|
+
// dist/types/x-modules/ai/components/ai-carousel.vue.d.ts:19:5 - (ae-forgotten-export) The symbol "AiSuggestionQuery" needs to be exported by the entry point index.d.ts
|
|
9577
|
+
// dist/types/x-modules/ai/components/ai-carousel.vue.d.ts:21:5 - (ae-forgotten-export) The symbol "AiSuggestionSearch" needs to be exported by the entry point index.d.ts
|
|
9578
|
+
// dist/types/x-modules/ai/components/ai-carousel.vue.d.ts:22:5 - (ae-forgotten-export) The symbol "AiSuggestionTagging" needs to be exported by the entry point index.d.ts
|
|
9526
9579
|
// dist/types/x-modules/device/components/device-detector.vue.d.ts:21:9 - (ae-forgotten-export) The symbol "Device" needs to be exported by the entry point index.d.ts
|
|
9527
9580
|
// dist/types/x-modules/device/components/device-detector.vue.d.ts:21:9 - (ae-forgotten-export) The symbol "MaxWidth" needs to be exported by the entry point index.d.ts
|
|
9528
9581
|
// dist/types/x-modules/facets/components/facets/facets.vue.d.ts:47:5 - (ae-forgotten-export) The symbol "RenderFacet" needs to be exported by the entry point index.d.ts
|
|
@@ -9541,7 +9594,6 @@ export type XStoreModuleOptions<StoreModule extends AnyXStoreModule> = StoreModu
|
|
|
9541
9594
|
// dist/types/x-modules/search/components/sort-list.vue.d.ts:29:5 - (ae-forgotten-export) The symbol "SortListItem" needs to be exported by the entry point index.d.ts
|
|
9542
9595
|
// dist/types/x-modules/search/components/sort-picker-list.vue.d.ts:22:5 - (ae-forgotten-export) The symbol "SortPickerItem" needs to be exported by the entry point index.d.ts
|
|
9543
9596
|
// src/x-modules/ai/store/emitters.ts:9:24 - (ae-forgotten-export) The symbol "AiSuggestionsSearchRequest" needs to be exported by the entry point index.d.ts
|
|
9544
|
-
// src/x-modules/ai/store/emitters.ts:9:24 - (ae-forgotten-export) The symbol "AiSuggestionSearch" needs to be exported by the entry point index.d.ts
|
|
9545
9597
|
// src/x-modules/search/store/module.ts:148:32 - (ae-forgotten-export) The symbol "Stats" needs to be exported by the entry point index.d.ts
|
|
9546
9598
|
// src/x-modules/url/store/emitters.ts:57:1 - (ae-forgotten-export) The symbol "shouldPushUrl" needs to be exported by the entry point index.d.ts
|
|
9547
9599
|
// src/x-modules/url/store/emitters.ts:64:1 - (ae-forgotten-export) The symbol "shouldReplaceUrl" needs to be exported by the entry point index.d.ts
|
package/types/types/origin.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ export type QueryFeature = 'search_box' | 'url' | 'query_suggestion' | 'next_que
|
|
|
24
24
|
*
|
|
25
25
|
* @public
|
|
26
26
|
*/
|
|
27
|
-
export type ResultFeature = 'search' | 'topclicked_recommendations' | 'brand_recommendations' | 'next_query_recommendations' | 'semantic_recommendations' | 'partial_results' | 'identifier_result' | 'related_prompts' | 'overview';
|
|
27
|
+
export type ResultFeature = 'search' | 'topclicked_recommendations' | 'brand_recommendations' | 'next_query_recommendations' | 'semantic_recommendations' | 'partial_results' | 'identifier_result' | 'related_prompts' | 'overview' | 'ai_carousel';
|
|
28
28
|
/**
|
|
29
29
|
* Indicates where the feature is placed.
|
|
30
30
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"origin.d.ts","sourceRoot":"","sources":["../../../src/types/origin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAE1D;;;;;GAKG;AACH,MAAM,MAAM,WAAW,GAAG,GAAG,YAAY,IAAI,eAAe,EAAE,CAAA;AAC9D;;;;;GAKG;AACH,MAAM,MAAM,YAAY,GAAG,GAAG,aAAa,IAAI,eAAe,EAAE,CAAA;AAEhE;;;;GAIG;AACH,MAAM,MAAM,YAAY,GACpB,YAAY,GACZ,KAAK,GACL,kBAAkB,GAClB,YAAY,GACZ,gBAAgB,GAChB,eAAe,GACf,gBAAgB,GAChB,aAAa,GACb,YAAY,GACZ,UAAU,GACV,WAAW,GACX,iBAAiB,GACjB,UAAU,CAAA;AAEd;;;;GAIG;AACH,MAAM,MAAM,aAAa,GACrB,QAAQ,GACR,4BAA4B,GAC5B,uBAAuB,GACvB,4BAA4B,GAC5B,0BAA0B,GAC1B,iBAAiB,GACjB,mBAAmB,GACnB,iBAAiB,GACjB,UAAU,CAAA;
|
|
1
|
+
{"version":3,"file":"origin.d.ts","sourceRoot":"","sources":["../../../src/types/origin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAE1D;;;;;GAKG;AACH,MAAM,MAAM,WAAW,GAAG,GAAG,YAAY,IAAI,eAAe,EAAE,CAAA;AAC9D;;;;;GAKG;AACH,MAAM,MAAM,YAAY,GAAG,GAAG,aAAa,IAAI,eAAe,EAAE,CAAA;AAEhE;;;;GAIG;AACH,MAAM,MAAM,YAAY,GACpB,YAAY,GACZ,KAAK,GACL,kBAAkB,GAClB,YAAY,GACZ,gBAAgB,GAChB,eAAe,GACf,gBAAgB,GAChB,aAAa,GACb,YAAY,GACZ,UAAU,GACV,WAAW,GACX,iBAAiB,GACjB,UAAU,CAAA;AAEd;;;;GAIG;AACH,MAAM,MAAM,aAAa,GACrB,QAAQ,GACR,4BAA4B,GAC5B,uBAAuB,GACvB,4BAA4B,GAC5B,0BAA0B,GAC1B,iBAAiB,GACjB,mBAAmB,GACnB,iBAAiB,GACjB,UAAU,GACV,aAAa,CAAA;AAEjB;;;;;;;;;;GAUG;AACH,MAAM,MAAM,eAAe,GACvB,UAAU,GACV,YAAY,GACZ,UAAU,GACV,SAAS,GACT,YAAY,GACZ,aAAa,GACb,MAAM,GACN,kBAAkB,GAClB,KAAK,GACL,aAAa,GACb,iBAAiB,GACjB,iBAAiB,GACjB,UAAU,GACV,UAAU,CAAA;AAEd;;;;GAIG;AACH,MAAM,MAAM,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,YAAY,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import type { TaggingRequest } from '@empathyco/x-types';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
title: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
};
|
|
6
|
+
slidingPanelClasses: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
};
|
|
9
|
+
slidingPanelContainerClasses: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
};
|
|
12
|
+
slidingPanelButtonsClasses: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
};
|
|
15
|
+
}>, {
|
|
16
|
+
emptyTaggingRequest: TaggingRequest;
|
|
17
|
+
isNoResults: import("vue").ComputedRef<boolean>;
|
|
18
|
+
isTitleOverflowing: import("vue").Ref<boolean, boolean>;
|
|
19
|
+
queries: import("vue").ComputedRef<import("@empathyco/x-types").AiSuggestionQuery[]>;
|
|
20
|
+
query: import("vue").ComputedRef<string>;
|
|
21
|
+
suggestionsSearch: import("vue").ComputedRef<import("@empathyco/x-types").AiSuggestionSearch[]>;
|
|
22
|
+
tagging: import("vue").ComputedRef<import("@empathyco/x-types").AiSuggestionTagging | undefined>;
|
|
23
|
+
title: import("vue").ComputedRef<string>;
|
|
24
|
+
titleExpanded: import("vue").Ref<boolean, boolean>;
|
|
25
|
+
titleRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
26
|
+
toggleTitleExpansion: () => void;
|
|
27
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
|
+
title: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
};
|
|
31
|
+
slidingPanelClasses: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
};
|
|
34
|
+
slidingPanelContainerClasses: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
};
|
|
37
|
+
slidingPanelButtonsClasses: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
};
|
|
40
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
41
|
+
ChangeHeight: import("vue").DefineComponent<{}, {}, any>;
|
|
42
|
+
DisplayClickProvider: import("vue").DefineComponent<{}, {}, any>;
|
|
43
|
+
DisplayEmitter: import("vue").DefineComponent<{}, {}, any>;
|
|
44
|
+
CollapseHeight: import("vue").DefineComponent<{}, {}, any>;
|
|
45
|
+
AIStarIcon: import("vue").DefineComponent<{}, {}, any>;
|
|
46
|
+
ChevronDownIcon: import("vue").DefineComponent<{}, {}, any>;
|
|
47
|
+
SlidingPanel: import("vue").DefineComponent<{}, {}, any>;
|
|
48
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
49
|
+
export default _default;
|
|
50
|
+
//# sourceMappingURL=ai-carousel.vue?vue&type=script&lang.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-carousel.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/ai/components/ai-carousel.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAexD,wBA4FE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/ai/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,mBAAmB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/ai/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,mBAAmB,CAAA;AACzD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,mBAAmB,CAAA"}
|
|
@@ -23,8 +23,11 @@ export declare const aiWiring: {
|
|
|
23
23
|
resetAiStateWire: import("../../wiring").AnyWire;
|
|
24
24
|
fetchAndSaveAiSuggestionsWire: import("../../wiring").Wire<import("@empathyco/x-types").AiSuggestionsRequest | null>;
|
|
25
25
|
};
|
|
26
|
+
AiSuggestionsSearchRequestUpdated: {
|
|
27
|
+
fetchAndSaveAiSuggestionsSearchWire: import("../../wiring").AnyWire;
|
|
28
|
+
};
|
|
26
29
|
UserClickedAiOverviewExpandButton: {
|
|
27
|
-
|
|
30
|
+
fetchAndSaveAiSuggestionsSearchIfExpandedWire: import("../../wiring").Wire<boolean>;
|
|
28
31
|
};
|
|
29
32
|
SelectedRelatedTagsChanged: {
|
|
30
33
|
setAiRelatedTagsWire: import("../../wiring").Wire<import("@empathyco/x-types").RelatedTag[]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/ai/wiring.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/ai/wiring.ts"],"names":[],"mappings":"AAmDA;;;;GAIG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmCnB,CAAA"}
|