@genesislcap/ai-assistant 15.8.0 → 15.8.1-PTC-0.1
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/custom-elements.json +113 -113
- package/package.json +17 -17
|
@@ -5215,6 +5215,119 @@
|
|
|
5215
5215
|
"declarations": [],
|
|
5216
5216
|
"exports": []
|
|
5217
5217
|
},
|
|
5218
|
+
{
|
|
5219
|
+
"kind": "javascript-module",
|
|
5220
|
+
"path": "src/components/activity-halo/activity-halo.ts",
|
|
5221
|
+
"declarations": [
|
|
5222
|
+
{
|
|
5223
|
+
"kind": "class",
|
|
5224
|
+
"description": "Wrapper component that shows an `<ai-halo-overlay>` when the AI assistant\nis executing one of the declared tool names.",
|
|
5225
|
+
"name": "AiActivityHalo",
|
|
5226
|
+
"members": [
|
|
5227
|
+
{
|
|
5228
|
+
"kind": "field",
|
|
5229
|
+
"name": "tools",
|
|
5230
|
+
"type": {
|
|
5231
|
+
"text": "string"
|
|
5232
|
+
},
|
|
5233
|
+
"default": "''",
|
|
5234
|
+
"description": "Comma-separated list of tool names this element reacts to."
|
|
5235
|
+
},
|
|
5236
|
+
{
|
|
5237
|
+
"kind": "field",
|
|
5238
|
+
"name": "minShowTime",
|
|
5239
|
+
"type": {
|
|
5240
|
+
"text": "number"
|
|
5241
|
+
},
|
|
5242
|
+
"default": "600",
|
|
5243
|
+
"description": "Minimum time in ms the halo stays visible after activation."
|
|
5244
|
+
},
|
|
5245
|
+
{
|
|
5246
|
+
"kind": "field",
|
|
5247
|
+
"name": "unsubBus",
|
|
5248
|
+
"type": {
|
|
5249
|
+
"text": "() => void | undefined"
|
|
5250
|
+
},
|
|
5251
|
+
"privacy": "private"
|
|
5252
|
+
},
|
|
5253
|
+
{
|
|
5254
|
+
"kind": "field",
|
|
5255
|
+
"name": "hideTimeout",
|
|
5256
|
+
"type": {
|
|
5257
|
+
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
5258
|
+
},
|
|
5259
|
+
"privacy": "private"
|
|
5260
|
+
},
|
|
5261
|
+
{
|
|
5262
|
+
"kind": "field",
|
|
5263
|
+
"name": "startTime",
|
|
5264
|
+
"type": {
|
|
5265
|
+
"text": "number"
|
|
5266
|
+
},
|
|
5267
|
+
"privacy": "private",
|
|
5268
|
+
"default": "0"
|
|
5269
|
+
},
|
|
5270
|
+
{
|
|
5271
|
+
"kind": "method",
|
|
5272
|
+
"name": "activate",
|
|
5273
|
+
"privacy": "private"
|
|
5274
|
+
},
|
|
5275
|
+
{
|
|
5276
|
+
"kind": "method",
|
|
5277
|
+
"name": "scheduleDeactivate",
|
|
5278
|
+
"privacy": "private"
|
|
5279
|
+
}
|
|
5280
|
+
],
|
|
5281
|
+
"attributes": [
|
|
5282
|
+
{
|
|
5283
|
+
"name": "tools",
|
|
5284
|
+
"type": {
|
|
5285
|
+
"text": "string"
|
|
5286
|
+
},
|
|
5287
|
+
"default": "''",
|
|
5288
|
+
"description": "Comma-separated list of tool names this element reacts to.",
|
|
5289
|
+
"fieldName": "tools"
|
|
5290
|
+
},
|
|
5291
|
+
{
|
|
5292
|
+
"name": "min-show-time",
|
|
5293
|
+
"type": {
|
|
5294
|
+
"text": "number"
|
|
5295
|
+
},
|
|
5296
|
+
"default": "DEFAULT_MIN_SHOW_TIME",
|
|
5297
|
+
"description": "Minimum time in ms the halo stays visible after activation.",
|
|
5298
|
+
"resolveInitializer": {
|
|
5299
|
+
"module": "src/components/activity-halo/activity-halo.ts"
|
|
5300
|
+
},
|
|
5301
|
+
"fieldName": "minShowTime"
|
|
5302
|
+
}
|
|
5303
|
+
],
|
|
5304
|
+
"superclass": {
|
|
5305
|
+
"name": "GenesisElement",
|
|
5306
|
+
"package": "@genesislcap/web-core"
|
|
5307
|
+
},
|
|
5308
|
+
"tagName": "ai-activity-halo",
|
|
5309
|
+
"customElement": true
|
|
5310
|
+
}
|
|
5311
|
+
],
|
|
5312
|
+
"exports": [
|
|
5313
|
+
{
|
|
5314
|
+
"kind": "js",
|
|
5315
|
+
"name": "AiActivityHalo",
|
|
5316
|
+
"declaration": {
|
|
5317
|
+
"name": "AiActivityHalo",
|
|
5318
|
+
"module": "src/components/activity-halo/activity-halo.ts"
|
|
5319
|
+
}
|
|
5320
|
+
},
|
|
5321
|
+
{
|
|
5322
|
+
"kind": "custom-element-definition",
|
|
5323
|
+
"name": "ai-activity-halo",
|
|
5324
|
+
"declaration": {
|
|
5325
|
+
"name": "AiActivityHalo",
|
|
5326
|
+
"module": "src/components/activity-halo/activity-halo.ts"
|
|
5327
|
+
}
|
|
5328
|
+
}
|
|
5329
|
+
]
|
|
5330
|
+
},
|
|
5218
5331
|
{
|
|
5219
5332
|
"kind": "javascript-module",
|
|
5220
5333
|
"path": "src/utils/animated-panel-toggle.ts",
|
|
@@ -6353,119 +6466,6 @@
|
|
|
6353
6466
|
"declarations": [],
|
|
6354
6467
|
"exports": []
|
|
6355
6468
|
},
|
|
6356
|
-
{
|
|
6357
|
-
"kind": "javascript-module",
|
|
6358
|
-
"path": "src/components/activity-halo/activity-halo.ts",
|
|
6359
|
-
"declarations": [
|
|
6360
|
-
{
|
|
6361
|
-
"kind": "class",
|
|
6362
|
-
"description": "Wrapper component that shows an `<ai-halo-overlay>` when the AI assistant\nis executing one of the declared tool names.",
|
|
6363
|
-
"name": "AiActivityHalo",
|
|
6364
|
-
"members": [
|
|
6365
|
-
{
|
|
6366
|
-
"kind": "field",
|
|
6367
|
-
"name": "tools",
|
|
6368
|
-
"type": {
|
|
6369
|
-
"text": "string"
|
|
6370
|
-
},
|
|
6371
|
-
"default": "''",
|
|
6372
|
-
"description": "Comma-separated list of tool names this element reacts to."
|
|
6373
|
-
},
|
|
6374
|
-
{
|
|
6375
|
-
"kind": "field",
|
|
6376
|
-
"name": "minShowTime",
|
|
6377
|
-
"type": {
|
|
6378
|
-
"text": "number"
|
|
6379
|
-
},
|
|
6380
|
-
"default": "600",
|
|
6381
|
-
"description": "Minimum time in ms the halo stays visible after activation."
|
|
6382
|
-
},
|
|
6383
|
-
{
|
|
6384
|
-
"kind": "field",
|
|
6385
|
-
"name": "unsubBus",
|
|
6386
|
-
"type": {
|
|
6387
|
-
"text": "() => void | undefined"
|
|
6388
|
-
},
|
|
6389
|
-
"privacy": "private"
|
|
6390
|
-
},
|
|
6391
|
-
{
|
|
6392
|
-
"kind": "field",
|
|
6393
|
-
"name": "hideTimeout",
|
|
6394
|
-
"type": {
|
|
6395
|
-
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
6396
|
-
},
|
|
6397
|
-
"privacy": "private"
|
|
6398
|
-
},
|
|
6399
|
-
{
|
|
6400
|
-
"kind": "field",
|
|
6401
|
-
"name": "startTime",
|
|
6402
|
-
"type": {
|
|
6403
|
-
"text": "number"
|
|
6404
|
-
},
|
|
6405
|
-
"privacy": "private",
|
|
6406
|
-
"default": "0"
|
|
6407
|
-
},
|
|
6408
|
-
{
|
|
6409
|
-
"kind": "method",
|
|
6410
|
-
"name": "activate",
|
|
6411
|
-
"privacy": "private"
|
|
6412
|
-
},
|
|
6413
|
-
{
|
|
6414
|
-
"kind": "method",
|
|
6415
|
-
"name": "scheduleDeactivate",
|
|
6416
|
-
"privacy": "private"
|
|
6417
|
-
}
|
|
6418
|
-
],
|
|
6419
|
-
"attributes": [
|
|
6420
|
-
{
|
|
6421
|
-
"name": "tools",
|
|
6422
|
-
"type": {
|
|
6423
|
-
"text": "string"
|
|
6424
|
-
},
|
|
6425
|
-
"default": "''",
|
|
6426
|
-
"description": "Comma-separated list of tool names this element reacts to.",
|
|
6427
|
-
"fieldName": "tools"
|
|
6428
|
-
},
|
|
6429
|
-
{
|
|
6430
|
-
"name": "min-show-time",
|
|
6431
|
-
"type": {
|
|
6432
|
-
"text": "number"
|
|
6433
|
-
},
|
|
6434
|
-
"default": "DEFAULT_MIN_SHOW_TIME",
|
|
6435
|
-
"description": "Minimum time in ms the halo stays visible after activation.",
|
|
6436
|
-
"resolveInitializer": {
|
|
6437
|
-
"module": "src/components/activity-halo/activity-halo.ts"
|
|
6438
|
-
},
|
|
6439
|
-
"fieldName": "minShowTime"
|
|
6440
|
-
}
|
|
6441
|
-
],
|
|
6442
|
-
"superclass": {
|
|
6443
|
-
"name": "GenesisElement",
|
|
6444
|
-
"package": "@genesislcap/web-core"
|
|
6445
|
-
},
|
|
6446
|
-
"tagName": "ai-activity-halo",
|
|
6447
|
-
"customElement": true
|
|
6448
|
-
}
|
|
6449
|
-
],
|
|
6450
|
-
"exports": [
|
|
6451
|
-
{
|
|
6452
|
-
"kind": "js",
|
|
6453
|
-
"name": "AiActivityHalo",
|
|
6454
|
-
"declaration": {
|
|
6455
|
-
"name": "AiActivityHalo",
|
|
6456
|
-
"module": "src/components/activity-halo/activity-halo.ts"
|
|
6457
|
-
}
|
|
6458
|
-
},
|
|
6459
|
-
{
|
|
6460
|
-
"kind": "custom-element-definition",
|
|
6461
|
-
"name": "ai-activity-halo",
|
|
6462
|
-
"declaration": {
|
|
6463
|
-
"name": "AiActivityHalo",
|
|
6464
|
-
"module": "src/components/activity-halo/activity-halo.ts"
|
|
6465
|
-
}
|
|
6466
|
-
}
|
|
6467
|
-
]
|
|
6468
|
-
},
|
|
6469
6469
|
{
|
|
6470
6470
|
"kind": "javascript-module",
|
|
6471
6471
|
"path": "src/components/agent-picker/agent-picker.constants.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/ai-assistant",
|
|
3
3
|
"description": "Genesis AI Assistant micro-frontend",
|
|
4
|
-
"version": "15.8.0",
|
|
4
|
+
"version": "15.8.1-PTC-0.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/ai-assistant.d.ts",
|
|
@@ -73,26 +73,26 @@
|
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@genesislcap/foundation-testing": "15.8.0",
|
|
77
|
-
"@genesislcap/genx": "15.8.0",
|
|
78
|
-
"@genesislcap/rollup-builder": "15.8.0",
|
|
79
|
-
"@genesislcap/ts-builder": "15.8.0",
|
|
80
|
-
"@genesislcap/uvu-playwright-builder": "15.8.0",
|
|
81
|
-
"@genesislcap/vite-builder": "15.8.0",
|
|
82
|
-
"@genesislcap/webpack-builder": "15.8.0",
|
|
76
|
+
"@genesislcap/foundation-testing": "15.8.1-PTC-0.1",
|
|
77
|
+
"@genesislcap/genx": "15.8.1-PTC-0.1",
|
|
78
|
+
"@genesislcap/rollup-builder": "15.8.1-PTC-0.1",
|
|
79
|
+
"@genesislcap/ts-builder": "15.8.1-PTC-0.1",
|
|
80
|
+
"@genesislcap/uvu-playwright-builder": "15.8.1-PTC-0.1",
|
|
81
|
+
"@genesislcap/vite-builder": "15.8.1-PTC-0.1",
|
|
82
|
+
"@genesislcap/webpack-builder": "15.8.1-PTC-0.1",
|
|
83
83
|
"@types/dompurify": "^3.0.5",
|
|
84
84
|
"@types/marked": "^5.0.2",
|
|
85
85
|
"esbuild": "0.25.12"
|
|
86
86
|
},
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@genesislcap/foundation-ai": "15.8.0",
|
|
89
|
-
"@genesislcap/foundation-logger": "15.8.0",
|
|
90
|
-
"@genesislcap/foundation-notifications": "15.8.0",
|
|
91
|
-
"@genesislcap/foundation-redux": "15.8.0",
|
|
92
|
-
"@genesislcap/foundation-ui": "15.8.0",
|
|
93
|
-
"@genesislcap/foundation-utils": "15.8.0",
|
|
94
|
-
"@genesislcap/rapid-design-system": "15.8.0",
|
|
95
|
-
"@genesislcap/web-core": "15.8.0",
|
|
88
|
+
"@genesislcap/foundation-ai": "15.8.1-PTC-0.1",
|
|
89
|
+
"@genesislcap/foundation-logger": "15.8.1-PTC-0.1",
|
|
90
|
+
"@genesislcap/foundation-notifications": "15.8.1-PTC-0.1",
|
|
91
|
+
"@genesislcap/foundation-redux": "15.8.1-PTC-0.1",
|
|
92
|
+
"@genesislcap/foundation-ui": "15.8.1-PTC-0.1",
|
|
93
|
+
"@genesislcap/foundation-utils": "15.8.1-PTC-0.1",
|
|
94
|
+
"@genesislcap/rapid-design-system": "15.8.1-PTC-0.1",
|
|
95
|
+
"@genesislcap/web-core": "15.8.1-PTC-0.1",
|
|
96
96
|
"dompurify": "^3.3.1",
|
|
97
97
|
"marked": "^17.0.3"
|
|
98
98
|
},
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
"access": "public"
|
|
106
106
|
},
|
|
107
107
|
"customElements": "dist/custom-elements.json",
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "d3b158d9e91f31fc6a248b8b75d7c8f8d5589bc6"
|
|
109
109
|
}
|