@next-bricks/ai-portal 0.41.1 → 0.41.2
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/bricks.json +48 -48
- package/dist/chunks/2608.ecdc3896.js +2 -0
- package/dist/chunks/2608.ecdc3896.js.map +1 -0
- package/dist/chunks/6754.758fa3ae.js +2 -0
- package/dist/chunks/6754.758fa3ae.js.map +1 -0
- package/dist/chunks/activity-timeline.85a243bc.js +2 -0
- package/dist/chunks/activity-timeline.85a243bc.js.map +1 -0
- package/dist/chunks/chat-box.15e40b8e.js +2 -0
- package/dist/chunks/chat-box.15e40b8e.js.map +1 -0
- package/dist/chunks/chat-input.3e67d2d4.js +3 -0
- package/dist/chunks/chat-input.3e67d2d4.js.map +1 -0
- package/dist/chunks/{main.c7c296c8.js → main.24028689.js} +2 -2
- package/dist/chunks/{main.c7c296c8.js.map → main.24028689.js.map} +1 -1
- package/dist/examples.json +21 -21
- package/dist/{index.663fc8d5.js → index.6143251e.js} +2 -2
- package/dist/{index.663fc8d5.js.map → index.6143251e.js.map} +1 -1
- package/dist/manifest.json +351 -351
- package/dist/types.json +425 -369
- package/dist-types/activity-timeline/i18n.d.ts +2 -0
- package/dist-types/activity-timeline/interfaces.d.ts +24 -16
- package/package.json +2 -2
- package/dist/chunks/2608.33f641c9.js +0 -2
- package/dist/chunks/2608.33f641c9.js.map +0 -1
- package/dist/chunks/3554.65e56ba5.js +0 -2
- package/dist/chunks/3554.65e56ba5.js.map +0 -1
- package/dist/chunks/activity-timeline.a7da73e9.js +0 -2
- package/dist/chunks/activity-timeline.a7da73e9.js.map +0 -1
- package/dist/chunks/chat-box.9c68697e.js +0 -2
- package/dist/chunks/chat-box.9c68697e.js.map +0 -1
- package/dist/chunks/chat-input.11a041ff.js +0 -3
- package/dist/chunks/chat-input.11a041ff.js.map +0 -1
- package/dist/images/de350a46.png +0 -0
- /package/dist/chunks/{chat-input.11a041ff.js.LICENSE.txt → chat-input.3e67d2d4.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"ai-portal.home-container": {
|
|
3
|
-
"properties": [],
|
|
4
|
-
"events": [],
|
|
5
|
-
"methods": []
|
|
6
|
-
},
|
|
7
2
|
"ai-portal.stat-with-mini-chart": {
|
|
8
3
|
"properties": [
|
|
9
4
|
{
|
|
@@ -179,6 +174,94 @@
|
|
|
179
174
|
}
|
|
180
175
|
]
|
|
181
176
|
},
|
|
177
|
+
"ai-portal.entity-sdk-get": {
|
|
178
|
+
"type": "provider",
|
|
179
|
+
"params": [
|
|
180
|
+
{
|
|
181
|
+
"name": "workspace",
|
|
182
|
+
"annotation": {
|
|
183
|
+
"type": "keyword",
|
|
184
|
+
"value": "string"
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"name": "entity",
|
|
189
|
+
"annotation": {
|
|
190
|
+
"type": "keyword",
|
|
191
|
+
"value": "string"
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "id",
|
|
196
|
+
"annotation": {
|
|
197
|
+
"type": "keyword",
|
|
198
|
+
"value": "string"
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
"returns": {
|
|
203
|
+
"annotation": {
|
|
204
|
+
"type": "reference",
|
|
205
|
+
"typeName": {
|
|
206
|
+
"type": "identifier",
|
|
207
|
+
"name": "Promise"
|
|
208
|
+
},
|
|
209
|
+
"typeParameters": {
|
|
210
|
+
"type": "typeParameterInstantiation",
|
|
211
|
+
"params": [
|
|
212
|
+
{
|
|
213
|
+
"type": "keyword",
|
|
214
|
+
"value": "unknown"
|
|
215
|
+
}
|
|
216
|
+
]
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
"ai-portal.entity-sdk-list": {
|
|
222
|
+
"type": "provider",
|
|
223
|
+
"params": [
|
|
224
|
+
{
|
|
225
|
+
"name": "workspace",
|
|
226
|
+
"annotation": {
|
|
227
|
+
"type": "keyword",
|
|
228
|
+
"value": "string"
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"name": "entity",
|
|
233
|
+
"annotation": {
|
|
234
|
+
"type": "keyword",
|
|
235
|
+
"value": "string"
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"name": "params",
|
|
240
|
+
"annotation": {
|
|
241
|
+
"type": "keyword",
|
|
242
|
+
"value": "any"
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
],
|
|
246
|
+
"returns": {
|
|
247
|
+
"annotation": {
|
|
248
|
+
"type": "reference",
|
|
249
|
+
"typeName": {
|
|
250
|
+
"type": "identifier",
|
|
251
|
+
"name": "Promise"
|
|
252
|
+
},
|
|
253
|
+
"typeParameters": {
|
|
254
|
+
"type": "typeParameterInstantiation",
|
|
255
|
+
"params": [
|
|
256
|
+
{
|
|
257
|
+
"type": "keyword",
|
|
258
|
+
"value": "unknown"
|
|
259
|
+
}
|
|
260
|
+
]
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
},
|
|
182
265
|
"ai-portal.save-request-store": {
|
|
183
266
|
"type": "provider",
|
|
184
267
|
"params": [
|
|
@@ -296,142 +379,64 @@
|
|
|
296
379
|
}
|
|
297
380
|
}
|
|
298
381
|
},
|
|
299
|
-
"ai-portal.
|
|
300
|
-
"
|
|
301
|
-
"params": [
|
|
302
|
-
{
|
|
303
|
-
"name": "workspace",
|
|
304
|
-
"annotation": {
|
|
305
|
-
"type": "keyword",
|
|
306
|
-
"value": "string"
|
|
307
|
-
}
|
|
308
|
-
},
|
|
382
|
+
"ai-portal.page-container": {
|
|
383
|
+
"properties": [
|
|
309
384
|
{
|
|
310
|
-
"name": "
|
|
385
|
+
"name": "pageTitle",
|
|
311
386
|
"annotation": {
|
|
312
387
|
"type": "keyword",
|
|
313
388
|
"value": "string"
|
|
314
389
|
}
|
|
315
390
|
},
|
|
316
391
|
{
|
|
317
|
-
"name": "
|
|
392
|
+
"name": "breadcrumbs",
|
|
318
393
|
"annotation": {
|
|
319
|
-
"type": "
|
|
320
|
-
"
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
"annotation": {
|
|
326
|
-
"type": "reference",
|
|
327
|
-
"typeName": {
|
|
328
|
-
"type": "identifier",
|
|
329
|
-
"name": "Promise"
|
|
330
|
-
},
|
|
331
|
-
"typeParameters": {
|
|
332
|
-
"type": "typeParameterInstantiation",
|
|
333
|
-
"params": [
|
|
334
|
-
{
|
|
335
|
-
"type": "keyword",
|
|
336
|
-
"value": "unknown"
|
|
394
|
+
"type": "array",
|
|
395
|
+
"elementType": {
|
|
396
|
+
"type": "reference",
|
|
397
|
+
"typeName": {
|
|
398
|
+
"type": "identifier",
|
|
399
|
+
"name": "Breadcrumb"
|
|
337
400
|
}
|
|
338
|
-
|
|
339
|
-
}
|
|
340
|
-
}
|
|
341
|
-
}
|
|
342
|
-
},
|
|
343
|
-
"ai-portal.entity-sdk-get": {
|
|
344
|
-
"type": "provider",
|
|
345
|
-
"params": [
|
|
346
|
-
{
|
|
347
|
-
"name": "workspace",
|
|
348
|
-
"annotation": {
|
|
349
|
-
"type": "keyword",
|
|
350
|
-
"value": "string"
|
|
351
|
-
}
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
"name": "entity",
|
|
355
|
-
"annotation": {
|
|
356
|
-
"type": "keyword",
|
|
357
|
-
"value": "string"
|
|
401
|
+
}
|
|
358
402
|
}
|
|
359
403
|
},
|
|
360
404
|
{
|
|
361
|
-
"name": "
|
|
405
|
+
"name": "size",
|
|
362
406
|
"annotation": {
|
|
363
|
-
"type": "
|
|
364
|
-
"
|
|
365
|
-
}
|
|
366
|
-
}
|
|
367
|
-
],
|
|
368
|
-
"returns": {
|
|
369
|
-
"annotation": {
|
|
370
|
-
"type": "reference",
|
|
371
|
-
"typeName": {
|
|
372
|
-
"type": "identifier",
|
|
373
|
-
"name": "Promise"
|
|
374
|
-
},
|
|
375
|
-
"typeParameters": {
|
|
376
|
-
"type": "typeParameterInstantiation",
|
|
377
|
-
"params": [
|
|
407
|
+
"type": "union",
|
|
408
|
+
"types": [
|
|
378
409
|
{
|
|
379
|
-
"type": "
|
|
380
|
-
"value": "
|
|
410
|
+
"type": "jsLiteral",
|
|
411
|
+
"value": "medium"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"type": "jsLiteral",
|
|
415
|
+
"value": "small"
|
|
381
416
|
}
|
|
382
417
|
]
|
|
383
418
|
}
|
|
384
|
-
}
|
|
385
|
-
}
|
|
386
|
-
},
|
|
387
|
-
"ai-portal.tab-list": {
|
|
388
|
-
"properties": [
|
|
389
|
-
{
|
|
390
|
-
"name": "tabs",
|
|
391
|
-
"annotation": {
|
|
392
|
-
"type": "array",
|
|
393
|
-
"elementType": {
|
|
394
|
-
"type": "reference",
|
|
395
|
-
"typeName": {
|
|
396
|
-
"type": "identifier",
|
|
397
|
-
"name": "Tab"
|
|
398
|
-
}
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
419
|
},
|
|
402
420
|
{
|
|
403
|
-
"name": "
|
|
421
|
+
"name": "textContent",
|
|
404
422
|
"annotation": {
|
|
405
423
|
"type": "keyword",
|
|
406
424
|
"value": "string"
|
|
407
425
|
}
|
|
408
426
|
}
|
|
409
427
|
],
|
|
410
|
-
"events": [
|
|
411
|
-
{
|
|
412
|
-
"name": "tab.click",
|
|
413
|
-
"detail": {
|
|
414
|
-
"annotation": {
|
|
415
|
-
"type": "reference",
|
|
416
|
-
"typeName": {
|
|
417
|
-
"type": "identifier",
|
|
418
|
-
"name": "Tab"
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
}
|
|
422
|
-
}
|
|
423
|
-
],
|
|
428
|
+
"events": [],
|
|
424
429
|
"methods": [],
|
|
425
430
|
"types": [
|
|
426
431
|
{
|
|
427
432
|
"type": "interface",
|
|
428
|
-
"name": "
|
|
433
|
+
"name": "Breadcrumb",
|
|
429
434
|
"body": [
|
|
430
435
|
{
|
|
431
436
|
"type": "propertySignature",
|
|
432
437
|
"key": {
|
|
433
438
|
"type": "identifier",
|
|
434
|
-
"name": "
|
|
439
|
+
"name": "text"
|
|
435
440
|
},
|
|
436
441
|
"annotation": {
|
|
437
442
|
"type": "keyword",
|
|
@@ -443,7 +448,7 @@
|
|
|
443
448
|
"type": "propertySignature",
|
|
444
449
|
"key": {
|
|
445
450
|
"type": "identifier",
|
|
446
|
-
"name": "
|
|
451
|
+
"name": "url"
|
|
447
452
|
},
|
|
448
453
|
"annotation": {
|
|
449
454
|
"type": "keyword",
|
|
@@ -455,64 +460,54 @@
|
|
|
455
460
|
}
|
|
456
461
|
]
|
|
457
462
|
},
|
|
458
|
-
"ai-portal.
|
|
463
|
+
"ai-portal.tab-list": {
|
|
459
464
|
"properties": [
|
|
460
465
|
{
|
|
461
|
-
"name": "
|
|
462
|
-
"annotation": {
|
|
463
|
-
"type": "keyword",
|
|
464
|
-
"value": "string"
|
|
465
|
-
}
|
|
466
|
-
},
|
|
467
|
-
{
|
|
468
|
-
"name": "breadcrumbs",
|
|
466
|
+
"name": "tabs",
|
|
469
467
|
"annotation": {
|
|
470
468
|
"type": "array",
|
|
471
469
|
"elementType": {
|
|
472
470
|
"type": "reference",
|
|
473
471
|
"typeName": {
|
|
474
472
|
"type": "identifier",
|
|
475
|
-
"name": "
|
|
473
|
+
"name": "Tab"
|
|
476
474
|
}
|
|
477
475
|
}
|
|
478
476
|
}
|
|
479
477
|
},
|
|
480
478
|
{
|
|
481
|
-
"name": "
|
|
482
|
-
"annotation": {
|
|
483
|
-
"type": "union",
|
|
484
|
-
"types": [
|
|
485
|
-
{
|
|
486
|
-
"type": "jsLiteral",
|
|
487
|
-
"value": "medium"
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"type": "jsLiteral",
|
|
491
|
-
"value": "small"
|
|
492
|
-
}
|
|
493
|
-
]
|
|
494
|
-
}
|
|
495
|
-
},
|
|
496
|
-
{
|
|
497
|
-
"name": "textContent",
|
|
479
|
+
"name": "activeTab",
|
|
498
480
|
"annotation": {
|
|
499
481
|
"type": "keyword",
|
|
500
482
|
"value": "string"
|
|
501
483
|
}
|
|
502
484
|
}
|
|
503
485
|
],
|
|
504
|
-
"events": [
|
|
486
|
+
"events": [
|
|
487
|
+
{
|
|
488
|
+
"name": "tab.click",
|
|
489
|
+
"detail": {
|
|
490
|
+
"annotation": {
|
|
491
|
+
"type": "reference",
|
|
492
|
+
"typeName": {
|
|
493
|
+
"type": "identifier",
|
|
494
|
+
"name": "Tab"
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
],
|
|
505
500
|
"methods": [],
|
|
506
501
|
"types": [
|
|
507
502
|
{
|
|
508
503
|
"type": "interface",
|
|
509
|
-
"name": "
|
|
504
|
+
"name": "Tab",
|
|
510
505
|
"body": [
|
|
511
506
|
{
|
|
512
507
|
"type": "propertySignature",
|
|
513
508
|
"key": {
|
|
514
509
|
"type": "identifier",
|
|
515
|
-
"name": "
|
|
510
|
+
"name": "id"
|
|
516
511
|
},
|
|
517
512
|
"annotation": {
|
|
518
513
|
"type": "keyword",
|
|
@@ -524,7 +519,7 @@
|
|
|
524
519
|
"type": "propertySignature",
|
|
525
520
|
"key": {
|
|
526
521
|
"type": "identifier",
|
|
527
|
-
"name": "
|
|
522
|
+
"name": "label"
|
|
528
523
|
},
|
|
529
524
|
"annotation": {
|
|
530
525
|
"type": "keyword",
|
|
@@ -541,6 +536,11 @@
|
|
|
541
536
|
"events": [],
|
|
542
537
|
"methods": []
|
|
543
538
|
},
|
|
539
|
+
"ai-portal.home-container": {
|
|
540
|
+
"properties": [],
|
|
541
|
+
"events": [],
|
|
542
|
+
"methods": []
|
|
543
|
+
},
|
|
544
544
|
"ai-portal.project-knowledges": {
|
|
545
545
|
"properties": [
|
|
546
546
|
{
|
|
@@ -1202,6 +1202,76 @@
|
|
|
1202
1202
|
}
|
|
1203
1203
|
]
|
|
1204
1204
|
},
|
|
1205
|
+
"ai-portal.project-summary": {
|
|
1206
|
+
"properties": [
|
|
1207
|
+
{
|
|
1208
|
+
"name": "chatList",
|
|
1209
|
+
"annotation": {
|
|
1210
|
+
"type": "array",
|
|
1211
|
+
"elementType": {
|
|
1212
|
+
"type": "reference",
|
|
1213
|
+
"typeName": {
|
|
1214
|
+
"type": "identifier",
|
|
1215
|
+
"name": "Chat"
|
|
1216
|
+
}
|
|
1217
|
+
}
|
|
1218
|
+
}
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"name": "chatUrlTemplate",
|
|
1222
|
+
"annotation": {
|
|
1223
|
+
"type": "keyword",
|
|
1224
|
+
"value": "string"
|
|
1225
|
+
}
|
|
1226
|
+
}
|
|
1227
|
+
],
|
|
1228
|
+
"events": [],
|
|
1229
|
+
"methods": [],
|
|
1230
|
+
"types": [
|
|
1231
|
+
{
|
|
1232
|
+
"type": "interface",
|
|
1233
|
+
"name": "Chat",
|
|
1234
|
+
"body": [
|
|
1235
|
+
{
|
|
1236
|
+
"type": "propertySignature",
|
|
1237
|
+
"key": {
|
|
1238
|
+
"type": "identifier",
|
|
1239
|
+
"name": "conversationId"
|
|
1240
|
+
},
|
|
1241
|
+
"annotation": {
|
|
1242
|
+
"type": "keyword",
|
|
1243
|
+
"value": "string"
|
|
1244
|
+
},
|
|
1245
|
+
"computed": false
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"type": "propertySignature",
|
|
1249
|
+
"key": {
|
|
1250
|
+
"type": "identifier",
|
|
1251
|
+
"name": "title"
|
|
1252
|
+
},
|
|
1253
|
+
"annotation": {
|
|
1254
|
+
"type": "keyword",
|
|
1255
|
+
"value": "string"
|
|
1256
|
+
},
|
|
1257
|
+
"computed": false
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"type": "propertySignature",
|
|
1261
|
+
"key": {
|
|
1262
|
+
"type": "identifier",
|
|
1263
|
+
"name": "startTime"
|
|
1264
|
+
},
|
|
1265
|
+
"annotation": {
|
|
1266
|
+
"type": "keyword",
|
|
1267
|
+
"value": "number"
|
|
1268
|
+
},
|
|
1269
|
+
"computed": false
|
|
1270
|
+
}
|
|
1271
|
+
]
|
|
1272
|
+
}
|
|
1273
|
+
]
|
|
1274
|
+
},
|
|
1205
1275
|
"ai-portal.dropdown-select": {
|
|
1206
1276
|
"properties": [
|
|
1207
1277
|
{
|
|
@@ -1282,130 +1352,44 @@
|
|
|
1282
1352
|
},
|
|
1283
1353
|
{
|
|
1284
1354
|
"type": "keyword",
|
|
1285
|
-
"value": "number"
|
|
1286
|
-
}
|
|
1287
|
-
]
|
|
1288
|
-
}
|
|
1289
|
-
},
|
|
1290
|
-
{
|
|
1291
|
-
"name": "showSearch",
|
|
1292
|
-
"annotation": {
|
|
1293
|
-
"type": "keyword",
|
|
1294
|
-
"value": "boolean"
|
|
1295
|
-
}
|
|
1296
|
-
}
|
|
1297
|
-
],
|
|
1298
|
-
"events": [
|
|
1299
|
-
{
|
|
1300
|
-
"name": "change",
|
|
1301
|
-
"detail": {
|
|
1302
|
-
"annotation": {
|
|
1303
|
-
"type": "reference",
|
|
1304
|
-
"typeName": {
|
|
1305
|
-
"type": "identifier",
|
|
1306
|
-
"name": "DropdownOptions"
|
|
1307
|
-
}
|
|
1308
|
-
}
|
|
1309
|
-
}
|
|
1310
|
-
}
|
|
1311
|
-
],
|
|
1312
|
-
"methods": [],
|
|
1313
|
-
"types": [
|
|
1314
|
-
{
|
|
1315
|
-
"type": "interface",
|
|
1316
|
-
"name": "DropdownOptions",
|
|
1317
|
-
"body": [
|
|
1318
|
-
{
|
|
1319
|
-
"type": "propertySignature",
|
|
1320
|
-
"key": {
|
|
1321
|
-
"type": "identifier",
|
|
1322
|
-
"name": "label"
|
|
1323
|
-
},
|
|
1324
|
-
"annotation": {
|
|
1325
|
-
"type": "keyword",
|
|
1326
|
-
"value": "string"
|
|
1327
|
-
},
|
|
1328
|
-
"computed": false
|
|
1329
|
-
},
|
|
1330
|
-
{
|
|
1331
|
-
"type": "propertySignature",
|
|
1332
|
-
"key": {
|
|
1333
|
-
"type": "identifier",
|
|
1334
|
-
"name": "value"
|
|
1335
|
-
},
|
|
1336
|
-
"annotation": {
|
|
1337
|
-
"type": "keyword",
|
|
1338
|
-
"value": "string"
|
|
1339
|
-
},
|
|
1340
|
-
"computed": false
|
|
1341
|
-
},
|
|
1342
|
-
{
|
|
1343
|
-
"type": "propertySignature",
|
|
1344
|
-
"key": {
|
|
1345
|
-
"type": "identifier",
|
|
1346
|
-
"name": "disabled"
|
|
1347
|
-
},
|
|
1348
|
-
"annotation": {
|
|
1349
|
-
"type": "keyword",
|
|
1350
|
-
"value": "boolean"
|
|
1351
|
-
},
|
|
1352
|
-
"optional": true,
|
|
1353
|
-
"computed": false
|
|
1354
|
-
},
|
|
1355
|
-
{
|
|
1356
|
-
"type": "indexSignature",
|
|
1357
|
-
"parameter": {
|
|
1358
|
-
"type": "identifier",
|
|
1359
|
-
"name": "key",
|
|
1360
|
-
"annotation": {
|
|
1361
|
-
"type": "keyword",
|
|
1362
|
-
"value": "string"
|
|
1363
|
-
}
|
|
1364
|
-
},
|
|
1365
|
-
"annotation": {
|
|
1366
|
-
"type": "keyword",
|
|
1367
|
-
"value": "unknown"
|
|
1368
|
-
}
|
|
1369
|
-
}
|
|
1370
|
-
]
|
|
1371
|
-
}
|
|
1372
|
-
]
|
|
1373
|
-
},
|
|
1374
|
-
"ai-portal.project-summary": {
|
|
1375
|
-
"properties": [
|
|
1376
|
-
{
|
|
1377
|
-
"name": "chatList",
|
|
1378
|
-
"annotation": {
|
|
1379
|
-
"type": "array",
|
|
1380
|
-
"elementType": {
|
|
1381
|
-
"type": "reference",
|
|
1382
|
-
"typeName": {
|
|
1383
|
-
"type": "identifier",
|
|
1384
|
-
"name": "Chat"
|
|
1355
|
+
"value": "number"
|
|
1385
1356
|
}
|
|
1386
|
-
|
|
1357
|
+
]
|
|
1387
1358
|
}
|
|
1388
1359
|
},
|
|
1389
1360
|
{
|
|
1390
|
-
"name": "
|
|
1361
|
+
"name": "showSearch",
|
|
1391
1362
|
"annotation": {
|
|
1392
1363
|
"type": "keyword",
|
|
1393
|
-
"value": "
|
|
1364
|
+
"value": "boolean"
|
|
1365
|
+
}
|
|
1366
|
+
}
|
|
1367
|
+
],
|
|
1368
|
+
"events": [
|
|
1369
|
+
{
|
|
1370
|
+
"name": "change",
|
|
1371
|
+
"detail": {
|
|
1372
|
+
"annotation": {
|
|
1373
|
+
"type": "reference",
|
|
1374
|
+
"typeName": {
|
|
1375
|
+
"type": "identifier",
|
|
1376
|
+
"name": "DropdownOptions"
|
|
1377
|
+
}
|
|
1378
|
+
}
|
|
1394
1379
|
}
|
|
1395
1380
|
}
|
|
1396
1381
|
],
|
|
1397
|
-
"events": [],
|
|
1398
1382
|
"methods": [],
|
|
1399
1383
|
"types": [
|
|
1400
1384
|
{
|
|
1401
1385
|
"type": "interface",
|
|
1402
|
-
"name": "
|
|
1386
|
+
"name": "DropdownOptions",
|
|
1403
1387
|
"body": [
|
|
1404
1388
|
{
|
|
1405
1389
|
"type": "propertySignature",
|
|
1406
1390
|
"key": {
|
|
1407
1391
|
"type": "identifier",
|
|
1408
|
-
"name": "
|
|
1392
|
+
"name": "label"
|
|
1409
1393
|
},
|
|
1410
1394
|
"annotation": {
|
|
1411
1395
|
"type": "keyword",
|
|
@@ -1417,7 +1401,7 @@
|
|
|
1417
1401
|
"type": "propertySignature",
|
|
1418
1402
|
"key": {
|
|
1419
1403
|
"type": "identifier",
|
|
1420
|
-
"name": "
|
|
1404
|
+
"name": "value"
|
|
1421
1405
|
},
|
|
1422
1406
|
"annotation": {
|
|
1423
1407
|
"type": "keyword",
|
|
@@ -1429,31 +1413,34 @@
|
|
|
1429
1413
|
"type": "propertySignature",
|
|
1430
1414
|
"key": {
|
|
1431
1415
|
"type": "identifier",
|
|
1432
|
-
"name": "
|
|
1416
|
+
"name": "disabled"
|
|
1433
1417
|
},
|
|
1434
1418
|
"annotation": {
|
|
1435
1419
|
"type": "keyword",
|
|
1436
|
-
"value": "
|
|
1420
|
+
"value": "boolean"
|
|
1437
1421
|
},
|
|
1422
|
+
"optional": true,
|
|
1438
1423
|
"computed": false
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"type": "indexSignature",
|
|
1427
|
+
"parameter": {
|
|
1428
|
+
"type": "identifier",
|
|
1429
|
+
"name": "key",
|
|
1430
|
+
"annotation": {
|
|
1431
|
+
"type": "keyword",
|
|
1432
|
+
"value": "string"
|
|
1433
|
+
}
|
|
1434
|
+
},
|
|
1435
|
+
"annotation": {
|
|
1436
|
+
"type": "keyword",
|
|
1437
|
+
"value": "unknown"
|
|
1438
|
+
}
|
|
1439
1439
|
}
|
|
1440
1440
|
]
|
|
1441
1441
|
}
|
|
1442
1442
|
]
|
|
1443
1443
|
},
|
|
1444
|
-
"ai-portal.preview-container": {
|
|
1445
|
-
"properties": [
|
|
1446
|
-
{
|
|
1447
|
-
"name": "source",
|
|
1448
|
-
"annotation": {
|
|
1449
|
-
"type": "keyword",
|
|
1450
|
-
"value": "string"
|
|
1451
|
-
}
|
|
1452
|
-
}
|
|
1453
|
-
],
|
|
1454
|
-
"events": [],
|
|
1455
|
-
"methods": []
|
|
1456
|
-
},
|
|
1457
1444
|
"ai-portal.action-buttons": {
|
|
1458
1445
|
"properties": [
|
|
1459
1446
|
{
|
|
@@ -1577,6 +1564,19 @@
|
|
|
1577
1564
|
}
|
|
1578
1565
|
]
|
|
1579
1566
|
},
|
|
1567
|
+
"ai-portal.preview-container": {
|
|
1568
|
+
"properties": [
|
|
1569
|
+
{
|
|
1570
|
+
"name": "source",
|
|
1571
|
+
"annotation": {
|
|
1572
|
+
"type": "keyword",
|
|
1573
|
+
"value": "string"
|
|
1574
|
+
}
|
|
1575
|
+
}
|
|
1576
|
+
],
|
|
1577
|
+
"events": [],
|
|
1578
|
+
"methods": []
|
|
1579
|
+
},
|
|
1580
1580
|
"ai-portal.project-conversations": {
|
|
1581
1581
|
"properties": [
|
|
1582
1582
|
{
|
|
@@ -2102,6 +2102,7 @@
|
|
|
2102
2102
|
"type": "keyword",
|
|
2103
2103
|
"value": "string"
|
|
2104
2104
|
},
|
|
2105
|
+
"optional": true,
|
|
2105
2106
|
"computed": false
|
|
2106
2107
|
},
|
|
2107
2108
|
{
|
|
@@ -2114,6 +2115,7 @@
|
|
|
2114
2115
|
"type": "keyword",
|
|
2115
2116
|
"value": "string"
|
|
2116
2117
|
},
|
|
2118
|
+
"optional": true,
|
|
2117
2119
|
"computed": false
|
|
2118
2120
|
}
|
|
2119
2121
|
]
|
|
@@ -2139,6 +2141,7 @@
|
|
|
2139
2141
|
"type": "keyword",
|
|
2140
2142
|
"value": "string"
|
|
2141
2143
|
},
|
|
2144
|
+
"optional": true,
|
|
2142
2145
|
"computed": false
|
|
2143
2146
|
},
|
|
2144
2147
|
{
|
|
@@ -2151,6 +2154,7 @@
|
|
|
2151
2154
|
"type": "keyword",
|
|
2152
2155
|
"value": "string"
|
|
2153
2156
|
},
|
|
2157
|
+
"optional": true,
|
|
2154
2158
|
"computed": false
|
|
2155
2159
|
}
|
|
2156
2160
|
]
|
|
@@ -2376,23 +2380,36 @@
|
|
|
2376
2380
|
"type": "propertySignature",
|
|
2377
2381
|
"key": {
|
|
2378
2382
|
"type": "identifier",
|
|
2379
|
-
"name": "
|
|
2380
|
-
},
|
|
2381
|
-
"annotation": {
|
|
2382
|
-
"type": "keyword",
|
|
2383
|
-
"value": "string"
|
|
2384
|
-
},
|
|
2385
|
-
"computed": false
|
|
2386
|
-
},
|
|
2387
|
-
{
|
|
2388
|
-
"type": "propertySignature",
|
|
2389
|
-
"key": {
|
|
2390
|
-
"type": "identifier",
|
|
2391
|
-
"name": "user_name"
|
|
2383
|
+
"name": "owner"
|
|
2392
2384
|
},
|
|
2393
2385
|
"annotation": {
|
|
2394
|
-
"type": "
|
|
2395
|
-
"
|
|
2386
|
+
"type": "typeLiteral",
|
|
2387
|
+
"members": [
|
|
2388
|
+
{
|
|
2389
|
+
"type": "propertySignature",
|
|
2390
|
+
"key": {
|
|
2391
|
+
"type": "identifier",
|
|
2392
|
+
"name": "user_id"
|
|
2393
|
+
},
|
|
2394
|
+
"annotation": {
|
|
2395
|
+
"type": "keyword",
|
|
2396
|
+
"value": "string"
|
|
2397
|
+
},
|
|
2398
|
+
"computed": false
|
|
2399
|
+
},
|
|
2400
|
+
{
|
|
2401
|
+
"type": "propertySignature",
|
|
2402
|
+
"key": {
|
|
2403
|
+
"type": "identifier",
|
|
2404
|
+
"name": "user_name"
|
|
2405
|
+
},
|
|
2406
|
+
"annotation": {
|
|
2407
|
+
"type": "keyword",
|
|
2408
|
+
"value": "string"
|
|
2409
|
+
},
|
|
2410
|
+
"computed": false
|
|
2411
|
+
}
|
|
2412
|
+
]
|
|
2396
2413
|
},
|
|
2397
2414
|
"computed": false
|
|
2398
2415
|
}
|
|
@@ -2413,23 +2430,36 @@
|
|
|
2413
2430
|
"type": "propertySignature",
|
|
2414
2431
|
"key": {
|
|
2415
2432
|
"type": "identifier",
|
|
2416
|
-
"name": "
|
|
2417
|
-
},
|
|
2418
|
-
"annotation": {
|
|
2419
|
-
"type": "keyword",
|
|
2420
|
-
"value": "string"
|
|
2421
|
-
},
|
|
2422
|
-
"computed": false
|
|
2423
|
-
},
|
|
2424
|
-
{
|
|
2425
|
-
"type": "propertySignature",
|
|
2426
|
-
"key": {
|
|
2427
|
-
"type": "identifier",
|
|
2428
|
-
"name": "user_name"
|
|
2433
|
+
"name": "owner"
|
|
2429
2434
|
},
|
|
2430
2435
|
"annotation": {
|
|
2431
|
-
"type": "
|
|
2432
|
-
"
|
|
2436
|
+
"type": "typeLiteral",
|
|
2437
|
+
"members": [
|
|
2438
|
+
{
|
|
2439
|
+
"type": "propertySignature",
|
|
2440
|
+
"key": {
|
|
2441
|
+
"type": "identifier",
|
|
2442
|
+
"name": "user_id"
|
|
2443
|
+
},
|
|
2444
|
+
"annotation": {
|
|
2445
|
+
"type": "keyword",
|
|
2446
|
+
"value": "string"
|
|
2447
|
+
},
|
|
2448
|
+
"computed": false
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"type": "propertySignature",
|
|
2452
|
+
"key": {
|
|
2453
|
+
"type": "identifier",
|
|
2454
|
+
"name": "user_name"
|
|
2455
|
+
},
|
|
2456
|
+
"annotation": {
|
|
2457
|
+
"type": "keyword",
|
|
2458
|
+
"value": "string"
|
|
2459
|
+
},
|
|
2460
|
+
"computed": false
|
|
2461
|
+
}
|
|
2462
|
+
]
|
|
2433
2463
|
},
|
|
2434
2464
|
"computed": false
|
|
2435
2465
|
}
|
|
@@ -2484,45 +2514,58 @@
|
|
|
2484
2514
|
"name": "before"
|
|
2485
2515
|
},
|
|
2486
2516
|
"annotation": {
|
|
2487
|
-
"type": "
|
|
2488
|
-
"
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
{
|
|
2496
|
-
"type": "
|
|
2497
|
-
"
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
"type": "
|
|
2506
|
-
"
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2517
|
+
"type": "typeLiteral",
|
|
2518
|
+
"members": [
|
|
2519
|
+
{
|
|
2520
|
+
"type": "propertySignature",
|
|
2521
|
+
"key": {
|
|
2522
|
+
"type": "identifier",
|
|
2523
|
+
"name": "users"
|
|
2524
|
+
},
|
|
2525
|
+
"annotation": {
|
|
2526
|
+
"type": "reference",
|
|
2527
|
+
"typeName": {
|
|
2528
|
+
"type": "identifier",
|
|
2529
|
+
"name": "Array"
|
|
2530
|
+
},
|
|
2531
|
+
"typeParameters": {
|
|
2532
|
+
"type": "typeParameterInstantiation",
|
|
2533
|
+
"params": [
|
|
2534
|
+
{
|
|
2535
|
+
"type": "typeLiteral",
|
|
2536
|
+
"members": [
|
|
2537
|
+
{
|
|
2538
|
+
"type": "propertySignature",
|
|
2539
|
+
"key": {
|
|
2540
|
+
"type": "identifier",
|
|
2541
|
+
"name": "user_id"
|
|
2542
|
+
},
|
|
2543
|
+
"annotation": {
|
|
2544
|
+
"type": "keyword",
|
|
2545
|
+
"value": "string"
|
|
2546
|
+
},
|
|
2547
|
+
"computed": false
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
"type": "propertySignature",
|
|
2551
|
+
"key": {
|
|
2552
|
+
"type": "identifier",
|
|
2553
|
+
"name": "user_name"
|
|
2554
|
+
},
|
|
2555
|
+
"annotation": {
|
|
2556
|
+
"type": "keyword",
|
|
2557
|
+
"value": "string"
|
|
2558
|
+
},
|
|
2559
|
+
"computed": false
|
|
2560
|
+
}
|
|
2561
|
+
]
|
|
2562
|
+
}
|
|
2563
|
+
]
|
|
2564
|
+
}
|
|
2565
|
+
},
|
|
2566
|
+
"computed": false
|
|
2567
|
+
}
|
|
2568
|
+
]
|
|
2526
2569
|
},
|
|
2527
2570
|
"computed": false
|
|
2528
2571
|
},
|
|
@@ -2533,45 +2576,58 @@
|
|
|
2533
2576
|
"name": "after"
|
|
2534
2577
|
},
|
|
2535
2578
|
"annotation": {
|
|
2536
|
-
"type": "
|
|
2537
|
-
"
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
{
|
|
2545
|
-
"type": "
|
|
2546
|
-
"
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
"type": "
|
|
2555
|
-
"
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2579
|
+
"type": "typeLiteral",
|
|
2580
|
+
"members": [
|
|
2581
|
+
{
|
|
2582
|
+
"type": "propertySignature",
|
|
2583
|
+
"key": {
|
|
2584
|
+
"type": "identifier",
|
|
2585
|
+
"name": "users"
|
|
2586
|
+
},
|
|
2587
|
+
"annotation": {
|
|
2588
|
+
"type": "reference",
|
|
2589
|
+
"typeName": {
|
|
2590
|
+
"type": "identifier",
|
|
2591
|
+
"name": "Array"
|
|
2592
|
+
},
|
|
2593
|
+
"typeParameters": {
|
|
2594
|
+
"type": "typeParameterInstantiation",
|
|
2595
|
+
"params": [
|
|
2596
|
+
{
|
|
2597
|
+
"type": "typeLiteral",
|
|
2598
|
+
"members": [
|
|
2599
|
+
{
|
|
2600
|
+
"type": "propertySignature",
|
|
2601
|
+
"key": {
|
|
2602
|
+
"type": "identifier",
|
|
2603
|
+
"name": "user_id"
|
|
2604
|
+
},
|
|
2605
|
+
"annotation": {
|
|
2606
|
+
"type": "keyword",
|
|
2607
|
+
"value": "string"
|
|
2608
|
+
},
|
|
2609
|
+
"computed": false
|
|
2610
|
+
},
|
|
2611
|
+
{
|
|
2612
|
+
"type": "propertySignature",
|
|
2613
|
+
"key": {
|
|
2614
|
+
"type": "identifier",
|
|
2615
|
+
"name": "user_name"
|
|
2616
|
+
},
|
|
2617
|
+
"annotation": {
|
|
2618
|
+
"type": "keyword",
|
|
2619
|
+
"value": "string"
|
|
2620
|
+
},
|
|
2621
|
+
"computed": false
|
|
2622
|
+
}
|
|
2623
|
+
]
|
|
2624
|
+
}
|
|
2625
|
+
]
|
|
2626
|
+
}
|
|
2627
|
+
},
|
|
2628
|
+
"computed": false
|
|
2629
|
+
}
|
|
2630
|
+
]
|
|
2575
2631
|
},
|
|
2576
2632
|
"computed": false
|
|
2577
2633
|
}
|