@genesislcap/ai-assistant 14.403.0-ai-assistant.7 → 14.408.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/dist/ai-assistant.api.json +0 -670
- package/dist/ai-assistant.d.ts +0 -103
- package/dist/dts/components/activity-halo/activity-halo.d.ts.map +1 -1
- package/dist/dts/components/chat-bubble/chat-bubble.d.ts +4 -1
- package/dist/dts/components/chat-bubble/chat-bubble.d.ts.map +1 -1
- package/dist/dts/index.d.ts +0 -2
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/main/main.d.ts.map +1 -1
- package/dist/esm/components/activity-halo/activity-halo.js +0 -2
- package/dist/esm/components/chat-bubble/chat-bubble.js +46 -10
- package/dist/esm/components/chat-bubble/chat-bubble.template.js +2 -2
- package/dist/esm/index.js +0 -2
- package/dist/esm/main/main.js +5 -3
- package/docs/api/ai-assistant.md +0 -22
- package/docs/api-report.md.api.md +0 -67
- package/package.json +15 -15
- package/src/components/activity-halo/activity-halo.ts +0 -3
- package/src/components/chat-bubble/chat-bubble.template.ts +2 -2
- package/src/components/chat-bubble/chat-bubble.ts +41 -8
- package/src/index.ts +0 -2
- package/src/main/main.ts +11 -3
- package/temp/api-report.md.api.md +0 -67
- package/docs/api/ai-assistant.aiactivityhalo.connectedcallback.md +0 -18
- package/docs/api/ai-assistant.aiactivityhalo.disconnectedcallback.md +0 -18
- package/docs/api/ai-assistant.aiactivityhalo.md +0 -138
- package/docs/api/ai-assistant.aiactivityhalo.minshowtime.md +0 -16
- package/docs/api/ai-assistant.aiactivityhalo.tools.md +0 -16
- package/docs/api/ai-assistant.aichatbubble.connectedcallback.md +0 -18
- package/docs/api/ai-assistant.aichatbubble.designsystemprefix.md +0 -14
- package/docs/api/ai-assistant.aichatbubble.dialogcontentchanged.md +0 -67
- package/docs/api/ai-assistant.aichatbubble.dialogopenchanged.md +0 -67
- package/docs/api/ai-assistant.aichatbubble.disconnectedcallback.md +0 -18
- package/docs/api/ai-assistant.aichatbubble.imagesrc.md +0 -14
- package/docs/api/ai-assistant.aichatbubble.md +0 -257
- package/docs/api/ai-assistant.aichatbubble.onbubblemousedown.md +0 -53
- package/docs/api/ai-assistant.aichatbubble.onclosedialog.md +0 -18
- package/docs/api/ai-assistant.aichatbubble.ondialogheadermousedown.md +0 -56
- package/docs/api/ai-assistant.aichatbubble.onpopout.md +0 -18
- package/docs/api/ai-assistant.aichatbubble.title.md +0 -14
- package/docs/api/ai-assistant.aichatbubble.tooltipstyle.md +0 -14
|
@@ -942,160 +942,6 @@
|
|
|
942
942
|
],
|
|
943
943
|
"extendsTokenRanges": []
|
|
944
944
|
},
|
|
945
|
-
{
|
|
946
|
-
"kind": "Class",
|
|
947
|
-
"canonicalReference": "@genesislcap/ai-assistant!AiActivityHalo:class",
|
|
948
|
-
"docComment": "/**\n * Wrapper component that shows an `<ai-halo-overlay>` when the AI assistant is executing one of the declared tool names.\n *\n * @example\n * ```html\n * <ai-activity-halo tools=\"search_trades\">\n * <trades-grid></trades-grid>\n * </ai-activity-halo>\n * ```\n *\n * @beta\n */\n",
|
|
949
|
-
"excerptTokens": [
|
|
950
|
-
{
|
|
951
|
-
"kind": "Content",
|
|
952
|
-
"text": "export declare class AiActivityHalo extends "
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"kind": "Reference",
|
|
956
|
-
"text": "GenesisElement",
|
|
957
|
-
"canonicalReference": "@microsoft/fast-element!FASTElement:interface"
|
|
958
|
-
},
|
|
959
|
-
{
|
|
960
|
-
"kind": "Content",
|
|
961
|
-
"text": " "
|
|
962
|
-
}
|
|
963
|
-
],
|
|
964
|
-
"fileUrlPath": "src/components/activity-halo/activity-halo.ts",
|
|
965
|
-
"releaseTag": "Beta",
|
|
966
|
-
"isAbstract": false,
|
|
967
|
-
"name": "AiActivityHalo",
|
|
968
|
-
"preserveMemberOrder": false,
|
|
969
|
-
"members": [
|
|
970
|
-
{
|
|
971
|
-
"kind": "Method",
|
|
972
|
-
"canonicalReference": "@genesislcap/ai-assistant!AiActivityHalo#connectedCallback:member(1)",
|
|
973
|
-
"docComment": "",
|
|
974
|
-
"excerptTokens": [
|
|
975
|
-
{
|
|
976
|
-
"kind": "Content",
|
|
977
|
-
"text": "connectedCallback(): "
|
|
978
|
-
},
|
|
979
|
-
{
|
|
980
|
-
"kind": "Content",
|
|
981
|
-
"text": "void"
|
|
982
|
-
},
|
|
983
|
-
{
|
|
984
|
-
"kind": "Content",
|
|
985
|
-
"text": ";"
|
|
986
|
-
}
|
|
987
|
-
],
|
|
988
|
-
"isStatic": false,
|
|
989
|
-
"returnTypeTokenRange": {
|
|
990
|
-
"startIndex": 1,
|
|
991
|
-
"endIndex": 2
|
|
992
|
-
},
|
|
993
|
-
"releaseTag": "Beta",
|
|
994
|
-
"isProtected": false,
|
|
995
|
-
"overloadIndex": 1,
|
|
996
|
-
"parameters": [],
|
|
997
|
-
"isOptional": false,
|
|
998
|
-
"isAbstract": false,
|
|
999
|
-
"name": "connectedCallback"
|
|
1000
|
-
},
|
|
1001
|
-
{
|
|
1002
|
-
"kind": "Method",
|
|
1003
|
-
"canonicalReference": "@genesislcap/ai-assistant!AiActivityHalo#disconnectedCallback:member(1)",
|
|
1004
|
-
"docComment": "",
|
|
1005
|
-
"excerptTokens": [
|
|
1006
|
-
{
|
|
1007
|
-
"kind": "Content",
|
|
1008
|
-
"text": "disconnectedCallback(): "
|
|
1009
|
-
},
|
|
1010
|
-
{
|
|
1011
|
-
"kind": "Content",
|
|
1012
|
-
"text": "void"
|
|
1013
|
-
},
|
|
1014
|
-
{
|
|
1015
|
-
"kind": "Content",
|
|
1016
|
-
"text": ";"
|
|
1017
|
-
}
|
|
1018
|
-
],
|
|
1019
|
-
"isStatic": false,
|
|
1020
|
-
"returnTypeTokenRange": {
|
|
1021
|
-
"startIndex": 1,
|
|
1022
|
-
"endIndex": 2
|
|
1023
|
-
},
|
|
1024
|
-
"releaseTag": "Beta",
|
|
1025
|
-
"isProtected": false,
|
|
1026
|
-
"overloadIndex": 1,
|
|
1027
|
-
"parameters": [],
|
|
1028
|
-
"isOptional": false,
|
|
1029
|
-
"isAbstract": false,
|
|
1030
|
-
"name": "disconnectedCallback"
|
|
1031
|
-
},
|
|
1032
|
-
{
|
|
1033
|
-
"kind": "Property",
|
|
1034
|
-
"canonicalReference": "@genesislcap/ai-assistant!AiActivityHalo#minShowTime:member",
|
|
1035
|
-
"docComment": "/**\n * Minimum time in ms the halo stays visible after activation.\n */\n",
|
|
1036
|
-
"excerptTokens": [
|
|
1037
|
-
{
|
|
1038
|
-
"kind": "Content",
|
|
1039
|
-
"text": "minShowTime: "
|
|
1040
|
-
},
|
|
1041
|
-
{
|
|
1042
|
-
"kind": "Content",
|
|
1043
|
-
"text": "number"
|
|
1044
|
-
},
|
|
1045
|
-
{
|
|
1046
|
-
"kind": "Content",
|
|
1047
|
-
"text": ";"
|
|
1048
|
-
}
|
|
1049
|
-
],
|
|
1050
|
-
"isReadonly": false,
|
|
1051
|
-
"isOptional": false,
|
|
1052
|
-
"releaseTag": "Beta",
|
|
1053
|
-
"name": "minShowTime",
|
|
1054
|
-
"propertyTypeTokenRange": {
|
|
1055
|
-
"startIndex": 1,
|
|
1056
|
-
"endIndex": 2
|
|
1057
|
-
},
|
|
1058
|
-
"isStatic": false,
|
|
1059
|
-
"isProtected": false,
|
|
1060
|
-
"isAbstract": false
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
"kind": "Property",
|
|
1064
|
-
"canonicalReference": "@genesislcap/ai-assistant!AiActivityHalo#tools:member",
|
|
1065
|
-
"docComment": "/**\n * Comma-separated list of tool names this element reacts to.\n */\n",
|
|
1066
|
-
"excerptTokens": [
|
|
1067
|
-
{
|
|
1068
|
-
"kind": "Content",
|
|
1069
|
-
"text": "tools: "
|
|
1070
|
-
},
|
|
1071
|
-
{
|
|
1072
|
-
"kind": "Content",
|
|
1073
|
-
"text": "string"
|
|
1074
|
-
},
|
|
1075
|
-
{
|
|
1076
|
-
"kind": "Content",
|
|
1077
|
-
"text": ";"
|
|
1078
|
-
}
|
|
1079
|
-
],
|
|
1080
|
-
"isReadonly": false,
|
|
1081
|
-
"isOptional": false,
|
|
1082
|
-
"releaseTag": "Beta",
|
|
1083
|
-
"name": "tools",
|
|
1084
|
-
"propertyTypeTokenRange": {
|
|
1085
|
-
"startIndex": 1,
|
|
1086
|
-
"endIndex": 2
|
|
1087
|
-
},
|
|
1088
|
-
"isStatic": false,
|
|
1089
|
-
"isProtected": false,
|
|
1090
|
-
"isAbstract": false
|
|
1091
|
-
}
|
|
1092
|
-
],
|
|
1093
|
-
"extendsTokenRange": {
|
|
1094
|
-
"startIndex": 1,
|
|
1095
|
-
"endIndex": 2
|
|
1096
|
-
},
|
|
1097
|
-
"implementsTokenRanges": []
|
|
1098
|
-
},
|
|
1099
945
|
{
|
|
1100
946
|
"kind": "TypeAlias",
|
|
1101
947
|
"canonicalReference": "@genesislcap/ai-assistant!AiAssistantAnimation:type",
|
|
@@ -1361,522 +1207,6 @@
|
|
|
1361
1207
|
"endIndex": 2
|
|
1362
1208
|
}
|
|
1363
1209
|
},
|
|
1364
|
-
{
|
|
1365
|
-
"kind": "Class",
|
|
1366
|
-
"canonicalReference": "@genesislcap/ai-assistant!AiChatBubble:class",
|
|
1367
|
-
"docComment": "/**\n * Floating chat bubble component that provides a draggable orb and dialog panel for embedding an AI assistant without a full-page layout.\n *\n * @remarks\n *\n * This component is optional — apps can use `foundation-ai-assistant` directly in a layout panel instead, depending on their AI interaction flow.\n *\n * @beta\n */\n",
|
|
1368
|
-
"excerptTokens": [
|
|
1369
|
-
{
|
|
1370
|
-
"kind": "Content",
|
|
1371
|
-
"text": "export declare class AiChatBubble extends "
|
|
1372
|
-
},
|
|
1373
|
-
{
|
|
1374
|
-
"kind": "Reference",
|
|
1375
|
-
"text": "GenesisElement",
|
|
1376
|
-
"canonicalReference": "@microsoft/fast-element!FASTElement:interface"
|
|
1377
|
-
},
|
|
1378
|
-
{
|
|
1379
|
-
"kind": "Content",
|
|
1380
|
-
"text": " "
|
|
1381
|
-
}
|
|
1382
|
-
],
|
|
1383
|
-
"fileUrlPath": "src/components/chat-bubble/chat-bubble.ts",
|
|
1384
|
-
"releaseTag": "Beta",
|
|
1385
|
-
"isAbstract": false,
|
|
1386
|
-
"name": "AiChatBubble",
|
|
1387
|
-
"preserveMemberOrder": false,
|
|
1388
|
-
"members": [
|
|
1389
|
-
{
|
|
1390
|
-
"kind": "Method",
|
|
1391
|
-
"canonicalReference": "@genesislcap/ai-assistant!AiChatBubble#connectedCallback:member(1)",
|
|
1392
|
-
"docComment": "",
|
|
1393
|
-
"excerptTokens": [
|
|
1394
|
-
{
|
|
1395
|
-
"kind": "Content",
|
|
1396
|
-
"text": "connectedCallback(): "
|
|
1397
|
-
},
|
|
1398
|
-
{
|
|
1399
|
-
"kind": "Content",
|
|
1400
|
-
"text": "void"
|
|
1401
|
-
},
|
|
1402
|
-
{
|
|
1403
|
-
"kind": "Content",
|
|
1404
|
-
"text": ";"
|
|
1405
|
-
}
|
|
1406
|
-
],
|
|
1407
|
-
"isStatic": false,
|
|
1408
|
-
"returnTypeTokenRange": {
|
|
1409
|
-
"startIndex": 1,
|
|
1410
|
-
"endIndex": 2
|
|
1411
|
-
},
|
|
1412
|
-
"releaseTag": "Beta",
|
|
1413
|
-
"isProtected": false,
|
|
1414
|
-
"overloadIndex": 1,
|
|
1415
|
-
"parameters": [],
|
|
1416
|
-
"isOptional": false,
|
|
1417
|
-
"isAbstract": false,
|
|
1418
|
-
"name": "connectedCallback"
|
|
1419
|
-
},
|
|
1420
|
-
{
|
|
1421
|
-
"kind": "Property",
|
|
1422
|
-
"canonicalReference": "@genesislcap/ai-assistant!AiChatBubble#designSystemPrefix:member",
|
|
1423
|
-
"docComment": "",
|
|
1424
|
-
"excerptTokens": [
|
|
1425
|
-
{
|
|
1426
|
-
"kind": "Content",
|
|
1427
|
-
"text": "designSystemPrefix: "
|
|
1428
|
-
},
|
|
1429
|
-
{
|
|
1430
|
-
"kind": "Content",
|
|
1431
|
-
"text": "string"
|
|
1432
|
-
},
|
|
1433
|
-
{
|
|
1434
|
-
"kind": "Content",
|
|
1435
|
-
"text": ";"
|
|
1436
|
-
}
|
|
1437
|
-
],
|
|
1438
|
-
"isReadonly": false,
|
|
1439
|
-
"isOptional": false,
|
|
1440
|
-
"releaseTag": "Beta",
|
|
1441
|
-
"name": "designSystemPrefix",
|
|
1442
|
-
"propertyTypeTokenRange": {
|
|
1443
|
-
"startIndex": 1,
|
|
1444
|
-
"endIndex": 2
|
|
1445
|
-
},
|
|
1446
|
-
"isStatic": false,
|
|
1447
|
-
"isProtected": false,
|
|
1448
|
-
"isAbstract": false
|
|
1449
|
-
},
|
|
1450
|
-
{
|
|
1451
|
-
"kind": "Method",
|
|
1452
|
-
"canonicalReference": "@genesislcap/ai-assistant!AiChatBubble#dialogContentChanged:member(1)",
|
|
1453
|
-
"docComment": "",
|
|
1454
|
-
"excerptTokens": [
|
|
1455
|
-
{
|
|
1456
|
-
"kind": "Content",
|
|
1457
|
-
"text": "dialogContentChanged(_: "
|
|
1458
|
-
},
|
|
1459
|
-
{
|
|
1460
|
-
"kind": "Reference",
|
|
1461
|
-
"text": "HTMLElement",
|
|
1462
|
-
"canonicalReference": "!HTMLElement:interface"
|
|
1463
|
-
},
|
|
1464
|
-
{
|
|
1465
|
-
"kind": "Content",
|
|
1466
|
-
"text": "[]"
|
|
1467
|
-
},
|
|
1468
|
-
{
|
|
1469
|
-
"kind": "Content",
|
|
1470
|
-
"text": ", next: "
|
|
1471
|
-
},
|
|
1472
|
-
{
|
|
1473
|
-
"kind": "Reference",
|
|
1474
|
-
"text": "HTMLElement",
|
|
1475
|
-
"canonicalReference": "!HTMLElement:interface"
|
|
1476
|
-
},
|
|
1477
|
-
{
|
|
1478
|
-
"kind": "Content",
|
|
1479
|
-
"text": "[]"
|
|
1480
|
-
},
|
|
1481
|
-
{
|
|
1482
|
-
"kind": "Content",
|
|
1483
|
-
"text": "): "
|
|
1484
|
-
},
|
|
1485
|
-
{
|
|
1486
|
-
"kind": "Content",
|
|
1487
|
-
"text": "void"
|
|
1488
|
-
},
|
|
1489
|
-
{
|
|
1490
|
-
"kind": "Content",
|
|
1491
|
-
"text": ";"
|
|
1492
|
-
}
|
|
1493
|
-
],
|
|
1494
|
-
"isStatic": false,
|
|
1495
|
-
"returnTypeTokenRange": {
|
|
1496
|
-
"startIndex": 7,
|
|
1497
|
-
"endIndex": 8
|
|
1498
|
-
},
|
|
1499
|
-
"releaseTag": "Beta",
|
|
1500
|
-
"isProtected": false,
|
|
1501
|
-
"overloadIndex": 1,
|
|
1502
|
-
"parameters": [
|
|
1503
|
-
{
|
|
1504
|
-
"parameterName": "_",
|
|
1505
|
-
"parameterTypeTokenRange": {
|
|
1506
|
-
"startIndex": 1,
|
|
1507
|
-
"endIndex": 3
|
|
1508
|
-
},
|
|
1509
|
-
"isOptional": false
|
|
1510
|
-
},
|
|
1511
|
-
{
|
|
1512
|
-
"parameterName": "next",
|
|
1513
|
-
"parameterTypeTokenRange": {
|
|
1514
|
-
"startIndex": 4,
|
|
1515
|
-
"endIndex": 6
|
|
1516
|
-
},
|
|
1517
|
-
"isOptional": false
|
|
1518
|
-
}
|
|
1519
|
-
],
|
|
1520
|
-
"isOptional": false,
|
|
1521
|
-
"isAbstract": false,
|
|
1522
|
-
"name": "dialogContentChanged"
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
"kind": "Method",
|
|
1526
|
-
"canonicalReference": "@genesislcap/ai-assistant!AiChatBubble#dialogOpenChanged:member(1)",
|
|
1527
|
-
"docComment": "",
|
|
1528
|
-
"excerptTokens": [
|
|
1529
|
-
{
|
|
1530
|
-
"kind": "Content",
|
|
1531
|
-
"text": "dialogOpenChanged(_: "
|
|
1532
|
-
},
|
|
1533
|
-
{
|
|
1534
|
-
"kind": "Content",
|
|
1535
|
-
"text": "boolean"
|
|
1536
|
-
},
|
|
1537
|
-
{
|
|
1538
|
-
"kind": "Content",
|
|
1539
|
-
"text": ", next: "
|
|
1540
|
-
},
|
|
1541
|
-
{
|
|
1542
|
-
"kind": "Content",
|
|
1543
|
-
"text": "boolean"
|
|
1544
|
-
},
|
|
1545
|
-
{
|
|
1546
|
-
"kind": "Content",
|
|
1547
|
-
"text": "): "
|
|
1548
|
-
},
|
|
1549
|
-
{
|
|
1550
|
-
"kind": "Content",
|
|
1551
|
-
"text": "void"
|
|
1552
|
-
},
|
|
1553
|
-
{
|
|
1554
|
-
"kind": "Content",
|
|
1555
|
-
"text": ";"
|
|
1556
|
-
}
|
|
1557
|
-
],
|
|
1558
|
-
"isStatic": false,
|
|
1559
|
-
"returnTypeTokenRange": {
|
|
1560
|
-
"startIndex": 5,
|
|
1561
|
-
"endIndex": 6
|
|
1562
|
-
},
|
|
1563
|
-
"releaseTag": "Beta",
|
|
1564
|
-
"isProtected": false,
|
|
1565
|
-
"overloadIndex": 1,
|
|
1566
|
-
"parameters": [
|
|
1567
|
-
{
|
|
1568
|
-
"parameterName": "_",
|
|
1569
|
-
"parameterTypeTokenRange": {
|
|
1570
|
-
"startIndex": 1,
|
|
1571
|
-
"endIndex": 2
|
|
1572
|
-
},
|
|
1573
|
-
"isOptional": false
|
|
1574
|
-
},
|
|
1575
|
-
{
|
|
1576
|
-
"parameterName": "next",
|
|
1577
|
-
"parameterTypeTokenRange": {
|
|
1578
|
-
"startIndex": 3,
|
|
1579
|
-
"endIndex": 4
|
|
1580
|
-
},
|
|
1581
|
-
"isOptional": false
|
|
1582
|
-
}
|
|
1583
|
-
],
|
|
1584
|
-
"isOptional": false,
|
|
1585
|
-
"isAbstract": false,
|
|
1586
|
-
"name": "dialogOpenChanged"
|
|
1587
|
-
},
|
|
1588
|
-
{
|
|
1589
|
-
"kind": "Method",
|
|
1590
|
-
"canonicalReference": "@genesislcap/ai-assistant!AiChatBubble#disconnectedCallback:member(1)",
|
|
1591
|
-
"docComment": "",
|
|
1592
|
-
"excerptTokens": [
|
|
1593
|
-
{
|
|
1594
|
-
"kind": "Content",
|
|
1595
|
-
"text": "disconnectedCallback(): "
|
|
1596
|
-
},
|
|
1597
|
-
{
|
|
1598
|
-
"kind": "Content",
|
|
1599
|
-
"text": "void"
|
|
1600
|
-
},
|
|
1601
|
-
{
|
|
1602
|
-
"kind": "Content",
|
|
1603
|
-
"text": ";"
|
|
1604
|
-
}
|
|
1605
|
-
],
|
|
1606
|
-
"isStatic": false,
|
|
1607
|
-
"returnTypeTokenRange": {
|
|
1608
|
-
"startIndex": 1,
|
|
1609
|
-
"endIndex": 2
|
|
1610
|
-
},
|
|
1611
|
-
"releaseTag": "Beta",
|
|
1612
|
-
"isProtected": false,
|
|
1613
|
-
"overloadIndex": 1,
|
|
1614
|
-
"parameters": [],
|
|
1615
|
-
"isOptional": false,
|
|
1616
|
-
"isAbstract": false,
|
|
1617
|
-
"name": "disconnectedCallback"
|
|
1618
|
-
},
|
|
1619
|
-
{
|
|
1620
|
-
"kind": "Property",
|
|
1621
|
-
"canonicalReference": "@genesislcap/ai-assistant!AiChatBubble#imageSrc:member",
|
|
1622
|
-
"docComment": "",
|
|
1623
|
-
"excerptTokens": [
|
|
1624
|
-
{
|
|
1625
|
-
"kind": "Content",
|
|
1626
|
-
"text": "imageSrc?: "
|
|
1627
|
-
},
|
|
1628
|
-
{
|
|
1629
|
-
"kind": "Content",
|
|
1630
|
-
"text": "string"
|
|
1631
|
-
},
|
|
1632
|
-
{
|
|
1633
|
-
"kind": "Content",
|
|
1634
|
-
"text": ";"
|
|
1635
|
-
}
|
|
1636
|
-
],
|
|
1637
|
-
"isReadonly": false,
|
|
1638
|
-
"isOptional": true,
|
|
1639
|
-
"releaseTag": "Beta",
|
|
1640
|
-
"name": "imageSrc",
|
|
1641
|
-
"propertyTypeTokenRange": {
|
|
1642
|
-
"startIndex": 1,
|
|
1643
|
-
"endIndex": 2
|
|
1644
|
-
},
|
|
1645
|
-
"isStatic": false,
|
|
1646
|
-
"isProtected": false,
|
|
1647
|
-
"isAbstract": false
|
|
1648
|
-
},
|
|
1649
|
-
{
|
|
1650
|
-
"kind": "Method",
|
|
1651
|
-
"canonicalReference": "@genesislcap/ai-assistant!AiChatBubble#onBubbleMouseDown:member(1)",
|
|
1652
|
-
"docComment": "",
|
|
1653
|
-
"excerptTokens": [
|
|
1654
|
-
{
|
|
1655
|
-
"kind": "Content",
|
|
1656
|
-
"text": "onBubbleMouseDown(e: "
|
|
1657
|
-
},
|
|
1658
|
-
{
|
|
1659
|
-
"kind": "Reference",
|
|
1660
|
-
"text": "MouseEvent",
|
|
1661
|
-
"canonicalReference": "!MouseEvent:interface"
|
|
1662
|
-
},
|
|
1663
|
-
{
|
|
1664
|
-
"kind": "Content",
|
|
1665
|
-
"text": "): "
|
|
1666
|
-
},
|
|
1667
|
-
{
|
|
1668
|
-
"kind": "Content",
|
|
1669
|
-
"text": "void"
|
|
1670
|
-
},
|
|
1671
|
-
{
|
|
1672
|
-
"kind": "Content",
|
|
1673
|
-
"text": ";"
|
|
1674
|
-
}
|
|
1675
|
-
],
|
|
1676
|
-
"isStatic": false,
|
|
1677
|
-
"returnTypeTokenRange": {
|
|
1678
|
-
"startIndex": 3,
|
|
1679
|
-
"endIndex": 4
|
|
1680
|
-
},
|
|
1681
|
-
"releaseTag": "Beta",
|
|
1682
|
-
"isProtected": false,
|
|
1683
|
-
"overloadIndex": 1,
|
|
1684
|
-
"parameters": [
|
|
1685
|
-
{
|
|
1686
|
-
"parameterName": "e",
|
|
1687
|
-
"parameterTypeTokenRange": {
|
|
1688
|
-
"startIndex": 1,
|
|
1689
|
-
"endIndex": 2
|
|
1690
|
-
},
|
|
1691
|
-
"isOptional": false
|
|
1692
|
-
}
|
|
1693
|
-
],
|
|
1694
|
-
"isOptional": false,
|
|
1695
|
-
"isAbstract": false,
|
|
1696
|
-
"name": "onBubbleMouseDown"
|
|
1697
|
-
},
|
|
1698
|
-
{
|
|
1699
|
-
"kind": "Method",
|
|
1700
|
-
"canonicalReference": "@genesislcap/ai-assistant!AiChatBubble#onCloseDialog:member(1)",
|
|
1701
|
-
"docComment": "",
|
|
1702
|
-
"excerptTokens": [
|
|
1703
|
-
{
|
|
1704
|
-
"kind": "Content",
|
|
1705
|
-
"text": "onCloseDialog(): "
|
|
1706
|
-
},
|
|
1707
|
-
{
|
|
1708
|
-
"kind": "Content",
|
|
1709
|
-
"text": "void"
|
|
1710
|
-
},
|
|
1711
|
-
{
|
|
1712
|
-
"kind": "Content",
|
|
1713
|
-
"text": ";"
|
|
1714
|
-
}
|
|
1715
|
-
],
|
|
1716
|
-
"isStatic": false,
|
|
1717
|
-
"returnTypeTokenRange": {
|
|
1718
|
-
"startIndex": 1,
|
|
1719
|
-
"endIndex": 2
|
|
1720
|
-
},
|
|
1721
|
-
"releaseTag": "Beta",
|
|
1722
|
-
"isProtected": false,
|
|
1723
|
-
"overloadIndex": 1,
|
|
1724
|
-
"parameters": [],
|
|
1725
|
-
"isOptional": false,
|
|
1726
|
-
"isAbstract": false,
|
|
1727
|
-
"name": "onCloseDialog"
|
|
1728
|
-
},
|
|
1729
|
-
{
|
|
1730
|
-
"kind": "Method",
|
|
1731
|
-
"canonicalReference": "@genesislcap/ai-assistant!AiChatBubble#onDialogHeaderMouseDown:member(1)",
|
|
1732
|
-
"docComment": "",
|
|
1733
|
-
"excerptTokens": [
|
|
1734
|
-
{
|
|
1735
|
-
"kind": "Content",
|
|
1736
|
-
"text": "onDialogHeaderMouseDown(e: "
|
|
1737
|
-
},
|
|
1738
|
-
{
|
|
1739
|
-
"kind": "Reference",
|
|
1740
|
-
"text": "CustomEvent",
|
|
1741
|
-
"canonicalReference": "!CustomEvent:interface"
|
|
1742
|
-
},
|
|
1743
|
-
{
|
|
1744
|
-
"kind": "Content",
|
|
1745
|
-
"text": "<{\n clientX: number;\n clientY: number;\n }>"
|
|
1746
|
-
},
|
|
1747
|
-
{
|
|
1748
|
-
"kind": "Content",
|
|
1749
|
-
"text": "): "
|
|
1750
|
-
},
|
|
1751
|
-
{
|
|
1752
|
-
"kind": "Content",
|
|
1753
|
-
"text": "void"
|
|
1754
|
-
},
|
|
1755
|
-
{
|
|
1756
|
-
"kind": "Content",
|
|
1757
|
-
"text": ";"
|
|
1758
|
-
}
|
|
1759
|
-
],
|
|
1760
|
-
"isStatic": false,
|
|
1761
|
-
"returnTypeTokenRange": {
|
|
1762
|
-
"startIndex": 4,
|
|
1763
|
-
"endIndex": 5
|
|
1764
|
-
},
|
|
1765
|
-
"releaseTag": "Beta",
|
|
1766
|
-
"isProtected": false,
|
|
1767
|
-
"overloadIndex": 1,
|
|
1768
|
-
"parameters": [
|
|
1769
|
-
{
|
|
1770
|
-
"parameterName": "e",
|
|
1771
|
-
"parameterTypeTokenRange": {
|
|
1772
|
-
"startIndex": 1,
|
|
1773
|
-
"endIndex": 3
|
|
1774
|
-
},
|
|
1775
|
-
"isOptional": false
|
|
1776
|
-
}
|
|
1777
|
-
],
|
|
1778
|
-
"isOptional": false,
|
|
1779
|
-
"isAbstract": false,
|
|
1780
|
-
"name": "onDialogHeaderMouseDown"
|
|
1781
|
-
},
|
|
1782
|
-
{
|
|
1783
|
-
"kind": "Method",
|
|
1784
|
-
"canonicalReference": "@genesislcap/ai-assistant!AiChatBubble#onPopout:member(1)",
|
|
1785
|
-
"docComment": "",
|
|
1786
|
-
"excerptTokens": [
|
|
1787
|
-
{
|
|
1788
|
-
"kind": "Content",
|
|
1789
|
-
"text": "onPopout(): "
|
|
1790
|
-
},
|
|
1791
|
-
{
|
|
1792
|
-
"kind": "Content",
|
|
1793
|
-
"text": "void"
|
|
1794
|
-
},
|
|
1795
|
-
{
|
|
1796
|
-
"kind": "Content",
|
|
1797
|
-
"text": ";"
|
|
1798
|
-
}
|
|
1799
|
-
],
|
|
1800
|
-
"isStatic": false,
|
|
1801
|
-
"returnTypeTokenRange": {
|
|
1802
|
-
"startIndex": 1,
|
|
1803
|
-
"endIndex": 2
|
|
1804
|
-
},
|
|
1805
|
-
"releaseTag": "Beta",
|
|
1806
|
-
"isProtected": false,
|
|
1807
|
-
"overloadIndex": 1,
|
|
1808
|
-
"parameters": [],
|
|
1809
|
-
"isOptional": false,
|
|
1810
|
-
"isAbstract": false,
|
|
1811
|
-
"name": "onPopout"
|
|
1812
|
-
},
|
|
1813
|
-
{
|
|
1814
|
-
"kind": "Property",
|
|
1815
|
-
"canonicalReference": "@genesislcap/ai-assistant!AiChatBubble#title:member",
|
|
1816
|
-
"docComment": "",
|
|
1817
|
-
"excerptTokens": [
|
|
1818
|
-
{
|
|
1819
|
-
"kind": "Content",
|
|
1820
|
-
"text": "title: "
|
|
1821
|
-
},
|
|
1822
|
-
{
|
|
1823
|
-
"kind": "Content",
|
|
1824
|
-
"text": "string"
|
|
1825
|
-
},
|
|
1826
|
-
{
|
|
1827
|
-
"kind": "Content",
|
|
1828
|
-
"text": ";"
|
|
1829
|
-
}
|
|
1830
|
-
],
|
|
1831
|
-
"isReadonly": false,
|
|
1832
|
-
"isOptional": false,
|
|
1833
|
-
"releaseTag": "Beta",
|
|
1834
|
-
"name": "title",
|
|
1835
|
-
"propertyTypeTokenRange": {
|
|
1836
|
-
"startIndex": 1,
|
|
1837
|
-
"endIndex": 2
|
|
1838
|
-
},
|
|
1839
|
-
"isStatic": false,
|
|
1840
|
-
"isProtected": false,
|
|
1841
|
-
"isAbstract": false
|
|
1842
|
-
},
|
|
1843
|
-
{
|
|
1844
|
-
"kind": "Property",
|
|
1845
|
-
"canonicalReference": "@genesislcap/ai-assistant!AiChatBubble#tooltipStyle:member",
|
|
1846
|
-
"docComment": "",
|
|
1847
|
-
"excerptTokens": [
|
|
1848
|
-
{
|
|
1849
|
-
"kind": "Content",
|
|
1850
|
-
"text": "get tooltipStyle(): "
|
|
1851
|
-
},
|
|
1852
|
-
{
|
|
1853
|
-
"kind": "Content",
|
|
1854
|
-
"text": "string"
|
|
1855
|
-
},
|
|
1856
|
-
{
|
|
1857
|
-
"kind": "Content",
|
|
1858
|
-
"text": ";"
|
|
1859
|
-
}
|
|
1860
|
-
],
|
|
1861
|
-
"isReadonly": true,
|
|
1862
|
-
"isOptional": false,
|
|
1863
|
-
"releaseTag": "Beta",
|
|
1864
|
-
"name": "tooltipStyle",
|
|
1865
|
-
"propertyTypeTokenRange": {
|
|
1866
|
-
"startIndex": 1,
|
|
1867
|
-
"endIndex": 2
|
|
1868
|
-
},
|
|
1869
|
-
"isStatic": false,
|
|
1870
|
-
"isProtected": false,
|
|
1871
|
-
"isAbstract": false
|
|
1872
|
-
}
|
|
1873
|
-
],
|
|
1874
|
-
"extendsTokenRange": {
|
|
1875
|
-
"startIndex": 1,
|
|
1876
|
-
"endIndex": 2
|
|
1877
|
-
},
|
|
1878
|
-
"implementsTokenRanges": []
|
|
1879
|
-
},
|
|
1880
1210
|
{
|
|
1881
1211
|
"kind": "Interface",
|
|
1882
1212
|
"canonicalReference": "@genesislcap/ai-assistant!AiChatWidget:interface",
|