@next-bricks/ai-portal 0.59.1 → 0.59.3
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 +20 -20
- package/dist/chunks/2232.02cd2bbc.js +2 -0
- package/dist/chunks/2232.02cd2bbc.js.map +1 -0
- package/dist/chunks/2621.9485ac01.js +2 -0
- package/dist/chunks/2621.9485ac01.js.map +1 -0
- package/dist/chunks/5712.c566ad78.js +2 -0
- package/dist/chunks/5712.c566ad78.js.map +1 -0
- package/dist/chunks/{9496.633e2efa.js → 9496.1d7ebb7f.js} +2 -2
- package/dist/chunks/9496.1d7ebb7f.js.map +1 -0
- package/dist/chunks/chat-box.991e397f.js +3 -0
- package/dist/chunks/chat-box.991e397f.js.LICENSE.txt +1 -0
- package/dist/chunks/chat-box.991e397f.js.map +1 -0
- package/dist/chunks/{main.b29fc9bb.js → main.7a2dc87b.js} +2 -2
- package/dist/chunks/{main.b29fc9bb.js.map → main.7a2dc87b.js.map} +1 -1
- package/dist/chunks/set-chat-command.367b9c88.js.map +1 -1
- package/dist/examples.json +11 -11
- package/dist/{index.aed8147e.js → index.9f3c3997.js} +2 -2
- package/dist/{index.aed8147e.js.map → index.9f3c3997.js.map} +1 -1
- package/dist/manifest.json +87 -93
- package/dist/types.json +574 -594
- package/dist-types/chat-box/index.d.ts +0 -1
- package/dist-types/data-providers/set-chat-command.d.ts +1 -1
- package/dist-types/shared/ReadableCommand/ReadableCommand.d.ts +1 -0
- package/dist-types/shared/bricks.d.ts +0 -3
- package/dist-types/shared/interfaces.d.ts +1 -0
- package/package.json +2 -2
- package/dist/chunks/2232.1f623b99.js +0 -2
- package/dist/chunks/2232.1f623b99.js.map +0 -1
- package/dist/chunks/2621.6cc2700b.js +0 -2
- package/dist/chunks/2621.6cc2700b.js.map +0 -1
- package/dist/chunks/5712.50d420b4.js +0 -2
- package/dist/chunks/5712.50d420b4.js.map +0 -1
- package/dist/chunks/9496.633e2efa.js.map +0 -1
- package/dist/chunks/chat-box.2f9b10eb.js +0 -2
- package/dist/chunks/chat-box.2f9b10eb.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -188,127 +188,6 @@
|
|
|
188
188
|
}
|
|
189
189
|
]
|
|
190
190
|
},
|
|
191
|
-
"ai-portal.home-container": {
|
|
192
|
-
"properties": [
|
|
193
|
-
{
|
|
194
|
-
"name": "sticky",
|
|
195
|
-
"annotation": {
|
|
196
|
-
"type": "keyword",
|
|
197
|
-
"value": "boolean"
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
],
|
|
201
|
-
"events": [],
|
|
202
|
-
"methods": []
|
|
203
|
-
},
|
|
204
|
-
"ai-portal.page-container": {
|
|
205
|
-
"properties": [
|
|
206
|
-
{
|
|
207
|
-
"name": "pageTitle",
|
|
208
|
-
"annotation": {
|
|
209
|
-
"type": "keyword",
|
|
210
|
-
"value": "string"
|
|
211
|
-
}
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"name": "breadcrumbs",
|
|
215
|
-
"annotation": {
|
|
216
|
-
"type": "array",
|
|
217
|
-
"elementType": {
|
|
218
|
-
"type": "reference",
|
|
219
|
-
"typeName": {
|
|
220
|
-
"type": "identifier",
|
|
221
|
-
"name": "Breadcrumb"
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
}
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"name": "size",
|
|
228
|
-
"annotation": {
|
|
229
|
-
"type": "union",
|
|
230
|
-
"types": [
|
|
231
|
-
{
|
|
232
|
-
"type": "jsLiteral",
|
|
233
|
-
"value": "medium"
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
"type": "jsLiteral",
|
|
237
|
-
"value": "small"
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
"type": "jsLiteral",
|
|
241
|
-
"value": "full"
|
|
242
|
-
}
|
|
243
|
-
]
|
|
244
|
-
}
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
"name": "variant",
|
|
248
|
-
"annotation": {
|
|
249
|
-
"type": "union",
|
|
250
|
-
"types": [
|
|
251
|
-
{
|
|
252
|
-
"type": "jsLiteral",
|
|
253
|
-
"value": "default"
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
"type": "jsLiteral",
|
|
257
|
-
"value": "form"
|
|
258
|
-
}
|
|
259
|
-
]
|
|
260
|
-
}
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"name": "sticky",
|
|
264
|
-
"annotation": {
|
|
265
|
-
"type": "keyword",
|
|
266
|
-
"value": "boolean"
|
|
267
|
-
}
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"name": "textContent",
|
|
271
|
-
"annotation": {
|
|
272
|
-
"type": "keyword",
|
|
273
|
-
"value": "string"
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
|
-
],
|
|
277
|
-
"events": [],
|
|
278
|
-
"methods": [],
|
|
279
|
-
"types": [
|
|
280
|
-
{
|
|
281
|
-
"type": "interface",
|
|
282
|
-
"name": "Breadcrumb",
|
|
283
|
-
"body": [
|
|
284
|
-
{
|
|
285
|
-
"type": "propertySignature",
|
|
286
|
-
"key": {
|
|
287
|
-
"type": "identifier",
|
|
288
|
-
"name": "text"
|
|
289
|
-
},
|
|
290
|
-
"annotation": {
|
|
291
|
-
"type": "keyword",
|
|
292
|
-
"value": "string"
|
|
293
|
-
},
|
|
294
|
-
"computed": false
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
"type": "propertySignature",
|
|
298
|
-
"key": {
|
|
299
|
-
"type": "identifier",
|
|
300
|
-
"name": "url"
|
|
301
|
-
},
|
|
302
|
-
"annotation": {
|
|
303
|
-
"type": "keyword",
|
|
304
|
-
"value": "string"
|
|
305
|
-
},
|
|
306
|
-
"computed": false
|
|
307
|
-
}
|
|
308
|
-
]
|
|
309
|
-
}
|
|
310
|
-
]
|
|
311
|
-
},
|
|
312
191
|
"ai-portal.call-tool": {
|
|
313
192
|
"type": "provider",
|
|
314
193
|
"params": [
|
|
@@ -365,54 +244,36 @@
|
|
|
365
244
|
}
|
|
366
245
|
}
|
|
367
246
|
},
|
|
368
|
-
"ai-portal.
|
|
369
|
-
"
|
|
247
|
+
"ai-portal.save-request-store": {
|
|
248
|
+
"type": "provider",
|
|
249
|
+
"params": [
|
|
370
250
|
{
|
|
371
|
-
"name": "
|
|
251
|
+
"name": "value",
|
|
372
252
|
"annotation": {
|
|
373
|
-
"type": "
|
|
374
|
-
"
|
|
375
|
-
"type": "
|
|
376
|
-
"
|
|
377
|
-
"type": "identifier",
|
|
378
|
-
"name": "Tab"
|
|
379
|
-
}
|
|
253
|
+
"type": "reference",
|
|
254
|
+
"typeName": {
|
|
255
|
+
"type": "identifier",
|
|
256
|
+
"name": "RequestStore"
|
|
380
257
|
}
|
|
381
258
|
}
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
"name": "activeTab",
|
|
385
|
-
"annotation": {
|
|
386
|
-
"type": "keyword",
|
|
387
|
-
"value": "string"
|
|
388
|
-
}
|
|
389
259
|
}
|
|
390
260
|
],
|
|
391
|
-
"
|
|
392
|
-
{
|
|
393
|
-
"
|
|
394
|
-
"
|
|
395
|
-
"annotation": {
|
|
396
|
-
"type": "reference",
|
|
397
|
-
"typeName": {
|
|
398
|
-
"type": "identifier",
|
|
399
|
-
"name": "Tab"
|
|
400
|
-
}
|
|
401
|
-
}
|
|
402
|
-
}
|
|
261
|
+
"returns": {
|
|
262
|
+
"annotation": {
|
|
263
|
+
"type": "keyword",
|
|
264
|
+
"value": "void"
|
|
403
265
|
}
|
|
404
|
-
|
|
405
|
-
"methods": [],
|
|
266
|
+
},
|
|
406
267
|
"types": [
|
|
407
268
|
{
|
|
408
269
|
"type": "interface",
|
|
409
|
-
"name": "
|
|
270
|
+
"name": "RequestStore",
|
|
410
271
|
"body": [
|
|
411
272
|
{
|
|
412
273
|
"type": "propertySignature",
|
|
413
274
|
"key": {
|
|
414
275
|
"type": "identifier",
|
|
415
|
-
"name": "
|
|
276
|
+
"name": "conversationId"
|
|
416
277
|
},
|
|
417
278
|
"annotation": {
|
|
418
279
|
"type": "keyword",
|
|
@@ -424,7 +285,7 @@
|
|
|
424
285
|
"type": "propertySignature",
|
|
425
286
|
"key": {
|
|
426
287
|
"type": "identifier",
|
|
427
|
-
"name": "
|
|
288
|
+
"name": "content"
|
|
428
289
|
},
|
|
429
290
|
"annotation": {
|
|
430
291
|
"type": "keyword",
|
|
@@ -432,68 +293,195 @@
|
|
|
432
293
|
},
|
|
433
294
|
"computed": false
|
|
434
295
|
}
|
|
296
|
+
],
|
|
297
|
+
"extends": [
|
|
298
|
+
{
|
|
299
|
+
"type": "expressionWithTypeArguments",
|
|
300
|
+
"expression": {
|
|
301
|
+
"type": "identifier",
|
|
302
|
+
"name": "ExtraChatPayload"
|
|
303
|
+
}
|
|
304
|
+
}
|
|
435
305
|
]
|
|
436
|
-
}
|
|
437
|
-
]
|
|
438
|
-
},
|
|
439
|
-
"ai-portal.set-chat-command": {
|
|
440
|
-
"type": "provider",
|
|
441
|
-
"params": [
|
|
306
|
+
},
|
|
442
307
|
{
|
|
443
|
-
"
|
|
444
|
-
"
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
"
|
|
450
|
-
|
|
451
|
-
|
|
308
|
+
"type": "interface",
|
|
309
|
+
"name": "ExtraChatPayload",
|
|
310
|
+
"body": [
|
|
311
|
+
{
|
|
312
|
+
"type": "propertySignature",
|
|
313
|
+
"key": {
|
|
314
|
+
"type": "identifier",
|
|
315
|
+
"name": "files"
|
|
316
|
+
},
|
|
317
|
+
"annotation": {
|
|
318
|
+
"type": "array",
|
|
319
|
+
"elementType": {
|
|
320
|
+
"type": "reference",
|
|
321
|
+
"typeName": {
|
|
322
|
+
"type": "identifier",
|
|
323
|
+
"name": "UploadFileInfo"
|
|
324
|
+
}
|
|
452
325
|
}
|
|
453
326
|
},
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
327
|
+
"optional": true,
|
|
328
|
+
"computed": false
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"type": "propertySignature",
|
|
332
|
+
"key": {
|
|
333
|
+
"type": "identifier",
|
|
334
|
+
"name": "cmd"
|
|
335
|
+
},
|
|
336
|
+
"annotation": {
|
|
337
|
+
"type": "union",
|
|
338
|
+
"types": [
|
|
339
|
+
{
|
|
340
|
+
"type": "reference",
|
|
341
|
+
"typeName": {
|
|
342
|
+
"type": "identifier",
|
|
343
|
+
"name": "CommandPayload"
|
|
344
|
+
}
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"type": "keyword",
|
|
348
|
+
"value": "null"
|
|
349
|
+
}
|
|
350
|
+
]
|
|
351
|
+
},
|
|
352
|
+
"optional": true,
|
|
353
|
+
"computed": false
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"type": "propertySignature",
|
|
357
|
+
"key": {
|
|
358
|
+
"type": "identifier",
|
|
359
|
+
"name": "aiEmployeeId"
|
|
360
|
+
},
|
|
361
|
+
"annotation": {
|
|
362
|
+
"type": "union",
|
|
363
|
+
"types": [
|
|
364
|
+
{
|
|
365
|
+
"type": "keyword",
|
|
366
|
+
"value": "string"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"type": "keyword",
|
|
370
|
+
"value": "null"
|
|
371
|
+
}
|
|
372
|
+
]
|
|
373
|
+
},
|
|
374
|
+
"optional": true,
|
|
375
|
+
"computed": false
|
|
376
|
+
}
|
|
377
|
+
]
|
|
378
|
+
},
|
|
469
379
|
{
|
|
470
380
|
"type": "interface",
|
|
471
|
-
"name": "
|
|
381
|
+
"name": "UploadFileInfo",
|
|
472
382
|
"body": [
|
|
473
383
|
{
|
|
474
384
|
"type": "propertySignature",
|
|
475
385
|
"key": {
|
|
476
386
|
"type": "identifier",
|
|
477
|
-
"name": "
|
|
387
|
+
"name": "fileId"
|
|
478
388
|
},
|
|
479
389
|
"annotation": {
|
|
480
390
|
"type": "keyword",
|
|
481
391
|
"value": "string"
|
|
482
392
|
},
|
|
483
393
|
"computed": false
|
|
394
|
+
}
|
|
395
|
+
]
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"type": "typeAlias",
|
|
399
|
+
"name": "CommandPayload",
|
|
400
|
+
"annotation": {
|
|
401
|
+
"type": "reference",
|
|
402
|
+
"typeName": {
|
|
403
|
+
"type": "identifier",
|
|
404
|
+
"name": "CommandPayloadServiceFlowStarting"
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"type": "interface",
|
|
410
|
+
"name": "CommandPayloadServiceFlowStarting",
|
|
411
|
+
"body": [
|
|
412
|
+
{
|
|
413
|
+
"type": "propertySignature",
|
|
414
|
+
"key": {
|
|
415
|
+
"type": "identifier",
|
|
416
|
+
"name": "type"
|
|
417
|
+
},
|
|
418
|
+
"annotation": {
|
|
419
|
+
"type": "jsLiteral",
|
|
420
|
+
"value": "serviceFlowStarting"
|
|
421
|
+
},
|
|
422
|
+
"computed": false
|
|
484
423
|
},
|
|
485
424
|
{
|
|
486
425
|
"type": "propertySignature",
|
|
487
426
|
"key": {
|
|
488
427
|
"type": "identifier",
|
|
489
|
-
"name": "
|
|
428
|
+
"name": "serviceFlowStarting"
|
|
490
429
|
},
|
|
491
430
|
"annotation": {
|
|
492
|
-
"type": "
|
|
493
|
-
"
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
431
|
+
"type": "typeLiteral",
|
|
432
|
+
"members": [
|
|
433
|
+
{
|
|
434
|
+
"type": "propertySignature",
|
|
435
|
+
"key": {
|
|
436
|
+
"type": "identifier",
|
|
437
|
+
"name": "spaceInstanceId"
|
|
438
|
+
},
|
|
439
|
+
"annotation": {
|
|
440
|
+
"type": "keyword",
|
|
441
|
+
"value": "string"
|
|
442
|
+
},
|
|
443
|
+
"computed": false
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"type": "propertySignature",
|
|
447
|
+
"key": {
|
|
448
|
+
"type": "identifier",
|
|
449
|
+
"name": "spaceName"
|
|
450
|
+
},
|
|
451
|
+
"annotation": {
|
|
452
|
+
"type": "keyword",
|
|
453
|
+
"value": "string"
|
|
454
|
+
},
|
|
455
|
+
"optional": true,
|
|
456
|
+
"computed": false
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"type": "propertySignature",
|
|
460
|
+
"key": {
|
|
461
|
+
"type": "identifier",
|
|
462
|
+
"name": "flowInstanceId"
|
|
463
|
+
},
|
|
464
|
+
"annotation": {
|
|
465
|
+
"type": "keyword",
|
|
466
|
+
"value": "string"
|
|
467
|
+
},
|
|
468
|
+
"optional": true,
|
|
469
|
+
"computed": false
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"type": "propertySignature",
|
|
473
|
+
"key": {
|
|
474
|
+
"type": "identifier",
|
|
475
|
+
"name": "flowName"
|
|
476
|
+
},
|
|
477
|
+
"annotation": {
|
|
478
|
+
"type": "keyword",
|
|
479
|
+
"value": "string"
|
|
480
|
+
},
|
|
481
|
+
"optional": true,
|
|
482
|
+
"computed": false
|
|
483
|
+
}
|
|
484
|
+
]
|
|
497
485
|
},
|
|
498
486
|
"computed": false
|
|
499
487
|
}
|
|
@@ -501,24 +489,25 @@
|
|
|
501
489
|
}
|
|
502
490
|
]
|
|
503
491
|
},
|
|
504
|
-
"ai-portal.
|
|
492
|
+
"ai-portal.load-request-store": {
|
|
505
493
|
"type": "provider",
|
|
506
|
-
"params": [
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
"
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
"type": "
|
|
513
|
-
"
|
|
494
|
+
"params": [],
|
|
495
|
+
"returns": {
|
|
496
|
+
"annotation": {
|
|
497
|
+
"type": "union",
|
|
498
|
+
"types": [
|
|
499
|
+
{
|
|
500
|
+
"type": "reference",
|
|
501
|
+
"typeName": {
|
|
502
|
+
"type": "identifier",
|
|
503
|
+
"name": "RequestStore"
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"type": "keyword",
|
|
508
|
+
"value": "null"
|
|
514
509
|
}
|
|
515
|
-
|
|
516
|
-
}
|
|
517
|
-
],
|
|
518
|
-
"returns": {
|
|
519
|
-
"annotation": {
|
|
520
|
-
"type": "keyword",
|
|
521
|
-
"value": "void"
|
|
510
|
+
]
|
|
522
511
|
}
|
|
523
512
|
},
|
|
524
513
|
"types": [
|
|
@@ -746,181 +735,242 @@
|
|
|
746
735
|
}
|
|
747
736
|
]
|
|
748
737
|
},
|
|
749
|
-
"ai-portal.
|
|
738
|
+
"ai-portal.clear-request-store": {
|
|
750
739
|
"type": "provider",
|
|
751
740
|
"params": [],
|
|
752
741
|
"returns": {
|
|
753
742
|
"annotation": {
|
|
754
|
-
"type": "
|
|
755
|
-
"
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
743
|
+
"type": "keyword",
|
|
744
|
+
"value": "void"
|
|
745
|
+
}
|
|
746
|
+
}
|
|
747
|
+
},
|
|
748
|
+
"ai-portal.set-chat-command": {
|
|
749
|
+
"type": "provider",
|
|
750
|
+
"params": [
|
|
751
|
+
{
|
|
752
|
+
"name": "command",
|
|
753
|
+
"annotation": {
|
|
754
|
+
"type": "union",
|
|
755
|
+
"types": [
|
|
756
|
+
{
|
|
757
|
+
"type": "reference",
|
|
758
|
+
"typeName": {
|
|
759
|
+
"type": "identifier",
|
|
760
|
+
"name": "ChatCommand"
|
|
761
|
+
}
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"type": "keyword",
|
|
765
|
+
"value": "null"
|
|
761
766
|
}
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
767
|
+
]
|
|
768
|
+
}
|
|
769
|
+
}
|
|
770
|
+
],
|
|
771
|
+
"returns": {
|
|
772
|
+
"annotation": {
|
|
773
|
+
"type": "keyword",
|
|
774
|
+
"value": "void"
|
|
768
775
|
}
|
|
769
776
|
},
|
|
770
777
|
"types": [
|
|
771
778
|
{
|
|
772
779
|
"type": "interface",
|
|
773
|
-
"name": "
|
|
780
|
+
"name": "ChatCommand",
|
|
774
781
|
"body": [
|
|
775
782
|
{
|
|
776
783
|
"type": "propertySignature",
|
|
777
784
|
"key": {
|
|
778
785
|
"type": "identifier",
|
|
779
|
-
"name": "
|
|
786
|
+
"name": "command"
|
|
780
787
|
},
|
|
781
788
|
"annotation": {
|
|
782
789
|
"type": "keyword",
|
|
783
790
|
"value": "string"
|
|
784
791
|
},
|
|
792
|
+
"optional": true,
|
|
785
793
|
"computed": false
|
|
786
794
|
},
|
|
787
795
|
{
|
|
788
796
|
"type": "propertySignature",
|
|
789
797
|
"key": {
|
|
790
798
|
"type": "identifier",
|
|
791
|
-
"name": "
|
|
799
|
+
"name": "payload"
|
|
792
800
|
},
|
|
793
801
|
"annotation": {
|
|
794
|
-
"type": "
|
|
795
|
-
"
|
|
802
|
+
"type": "reference",
|
|
803
|
+
"typeName": {
|
|
804
|
+
"type": "identifier",
|
|
805
|
+
"name": "CommandPayload"
|
|
806
|
+
}
|
|
796
807
|
},
|
|
797
808
|
"computed": false
|
|
798
809
|
}
|
|
799
|
-
]
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
810
|
+
]
|
|
811
|
+
}
|
|
812
|
+
]
|
|
813
|
+
},
|
|
814
|
+
"ai-portal.page-container": {
|
|
815
|
+
"properties": [
|
|
816
|
+
{
|
|
817
|
+
"name": "pageTitle",
|
|
818
|
+
"annotation": {
|
|
819
|
+
"type": "keyword",
|
|
820
|
+
"value": "string"
|
|
821
|
+
}
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"name": "breadcrumbs",
|
|
825
|
+
"annotation": {
|
|
826
|
+
"type": "array",
|
|
827
|
+
"elementType": {
|
|
828
|
+
"type": "reference",
|
|
829
|
+
"typeName": {
|
|
804
830
|
"type": "identifier",
|
|
805
|
-
"name": "
|
|
831
|
+
"name": "Breadcrumb"
|
|
806
832
|
}
|
|
807
833
|
}
|
|
808
|
-
|
|
834
|
+
}
|
|
809
835
|
},
|
|
810
836
|
{
|
|
811
|
-
"
|
|
812
|
-
"
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
"
|
|
818
|
-
"name": "files"
|
|
837
|
+
"name": "size",
|
|
838
|
+
"annotation": {
|
|
839
|
+
"type": "union",
|
|
840
|
+
"types": [
|
|
841
|
+
{
|
|
842
|
+
"type": "jsLiteral",
|
|
843
|
+
"value": "medium"
|
|
819
844
|
},
|
|
820
|
-
|
|
821
|
-
"type": "
|
|
822
|
-
"
|
|
823
|
-
"type": "reference",
|
|
824
|
-
"typeName": {
|
|
825
|
-
"type": "identifier",
|
|
826
|
-
"name": "UploadFileInfo"
|
|
827
|
-
}
|
|
828
|
-
}
|
|
845
|
+
{
|
|
846
|
+
"type": "jsLiteral",
|
|
847
|
+
"value": "small"
|
|
829
848
|
},
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
849
|
+
{
|
|
850
|
+
"type": "jsLiteral",
|
|
851
|
+
"value": "full"
|
|
852
|
+
}
|
|
853
|
+
]
|
|
854
|
+
}
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"name": "variant",
|
|
858
|
+
"annotation": {
|
|
859
|
+
"type": "union",
|
|
860
|
+
"types": [
|
|
861
|
+
{
|
|
862
|
+
"type": "jsLiteral",
|
|
863
|
+
"value": "default"
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"type": "jsLiteral",
|
|
867
|
+
"value": "form"
|
|
868
|
+
}
|
|
869
|
+
]
|
|
870
|
+
}
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"name": "sticky",
|
|
874
|
+
"annotation": {
|
|
875
|
+
"type": "keyword",
|
|
876
|
+
"value": "boolean"
|
|
877
|
+
}
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"name": "textContent",
|
|
881
|
+
"annotation": {
|
|
882
|
+
"type": "keyword",
|
|
883
|
+
"value": "string"
|
|
884
|
+
}
|
|
885
|
+
}
|
|
886
|
+
],
|
|
887
|
+
"events": [],
|
|
888
|
+
"methods": [],
|
|
889
|
+
"types": [
|
|
890
|
+
{
|
|
891
|
+
"type": "interface",
|
|
892
|
+
"name": "Breadcrumb",
|
|
893
|
+
"body": [
|
|
833
894
|
{
|
|
834
895
|
"type": "propertySignature",
|
|
835
896
|
"key": {
|
|
836
897
|
"type": "identifier",
|
|
837
|
-
"name": "
|
|
898
|
+
"name": "text"
|
|
838
899
|
},
|
|
839
900
|
"annotation": {
|
|
840
|
-
"type": "
|
|
841
|
-
"
|
|
842
|
-
{
|
|
843
|
-
"type": "reference",
|
|
844
|
-
"typeName": {
|
|
845
|
-
"type": "identifier",
|
|
846
|
-
"name": "CommandPayload"
|
|
847
|
-
}
|
|
848
|
-
},
|
|
849
|
-
{
|
|
850
|
-
"type": "keyword",
|
|
851
|
-
"value": "null"
|
|
852
|
-
}
|
|
853
|
-
]
|
|
901
|
+
"type": "keyword",
|
|
902
|
+
"value": "string"
|
|
854
903
|
},
|
|
855
|
-
"optional": true,
|
|
856
904
|
"computed": false
|
|
857
905
|
},
|
|
858
906
|
{
|
|
859
907
|
"type": "propertySignature",
|
|
860
908
|
"key": {
|
|
861
909
|
"type": "identifier",
|
|
862
|
-
"name": "
|
|
910
|
+
"name": "url"
|
|
863
911
|
},
|
|
864
912
|
"annotation": {
|
|
865
|
-
"type": "
|
|
866
|
-
"
|
|
867
|
-
{
|
|
868
|
-
"type": "keyword",
|
|
869
|
-
"value": "string"
|
|
870
|
-
},
|
|
871
|
-
{
|
|
872
|
-
"type": "keyword",
|
|
873
|
-
"value": "null"
|
|
874
|
-
}
|
|
875
|
-
]
|
|
913
|
+
"type": "keyword",
|
|
914
|
+
"value": "string"
|
|
876
915
|
},
|
|
877
|
-
"optional": true,
|
|
878
916
|
"computed": false
|
|
879
917
|
}
|
|
880
918
|
]
|
|
881
|
-
}
|
|
919
|
+
}
|
|
920
|
+
]
|
|
921
|
+
},
|
|
922
|
+
"ai-portal.tab-list": {
|
|
923
|
+
"properties": [
|
|
882
924
|
{
|
|
883
|
-
"
|
|
884
|
-
"
|
|
885
|
-
|
|
886
|
-
{
|
|
887
|
-
"type": "
|
|
888
|
-
"
|
|
925
|
+
"name": "tabs",
|
|
926
|
+
"annotation": {
|
|
927
|
+
"type": "array",
|
|
928
|
+
"elementType": {
|
|
929
|
+
"type": "reference",
|
|
930
|
+
"typeName": {
|
|
889
931
|
"type": "identifier",
|
|
890
|
-
"name": "
|
|
891
|
-
}
|
|
892
|
-
"annotation": {
|
|
893
|
-
"type": "keyword",
|
|
894
|
-
"value": "string"
|
|
895
|
-
},
|
|
896
|
-
"computed": false
|
|
932
|
+
"name": "Tab"
|
|
933
|
+
}
|
|
897
934
|
}
|
|
898
|
-
|
|
935
|
+
}
|
|
899
936
|
},
|
|
900
937
|
{
|
|
901
|
-
"
|
|
902
|
-
"name": "CommandPayload",
|
|
938
|
+
"name": "activeTab",
|
|
903
939
|
"annotation": {
|
|
904
|
-
"type": "
|
|
905
|
-
"
|
|
906
|
-
|
|
907
|
-
|
|
940
|
+
"type": "keyword",
|
|
941
|
+
"value": "string"
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
],
|
|
945
|
+
"events": [
|
|
946
|
+
{
|
|
947
|
+
"name": "tab.click",
|
|
948
|
+
"detail": {
|
|
949
|
+
"annotation": {
|
|
950
|
+
"type": "reference",
|
|
951
|
+
"typeName": {
|
|
952
|
+
"type": "identifier",
|
|
953
|
+
"name": "Tab"
|
|
954
|
+
}
|
|
908
955
|
}
|
|
909
956
|
}
|
|
910
|
-
}
|
|
957
|
+
}
|
|
958
|
+
],
|
|
959
|
+
"methods": [],
|
|
960
|
+
"types": [
|
|
911
961
|
{
|
|
912
962
|
"type": "interface",
|
|
913
|
-
"name": "
|
|
963
|
+
"name": "Tab",
|
|
914
964
|
"body": [
|
|
915
965
|
{
|
|
916
966
|
"type": "propertySignature",
|
|
917
967
|
"key": {
|
|
918
968
|
"type": "identifier",
|
|
919
|
-
"name": "
|
|
969
|
+
"name": "id"
|
|
920
970
|
},
|
|
921
971
|
"annotation": {
|
|
922
|
-
"type": "
|
|
923
|
-
"value": "
|
|
972
|
+
"type": "keyword",
|
|
973
|
+
"value": "string"
|
|
924
974
|
},
|
|
925
975
|
"computed": false
|
|
926
976
|
},
|
|
@@ -928,63 +978,11 @@
|
|
|
928
978
|
"type": "propertySignature",
|
|
929
979
|
"key": {
|
|
930
980
|
"type": "identifier",
|
|
931
|
-
"name": "
|
|
981
|
+
"name": "label"
|
|
932
982
|
},
|
|
933
983
|
"annotation": {
|
|
934
|
-
"type": "
|
|
935
|
-
"
|
|
936
|
-
{
|
|
937
|
-
"type": "propertySignature",
|
|
938
|
-
"key": {
|
|
939
|
-
"type": "identifier",
|
|
940
|
-
"name": "spaceInstanceId"
|
|
941
|
-
},
|
|
942
|
-
"annotation": {
|
|
943
|
-
"type": "keyword",
|
|
944
|
-
"value": "string"
|
|
945
|
-
},
|
|
946
|
-
"computed": false
|
|
947
|
-
},
|
|
948
|
-
{
|
|
949
|
-
"type": "propertySignature",
|
|
950
|
-
"key": {
|
|
951
|
-
"type": "identifier",
|
|
952
|
-
"name": "spaceName"
|
|
953
|
-
},
|
|
954
|
-
"annotation": {
|
|
955
|
-
"type": "keyword",
|
|
956
|
-
"value": "string"
|
|
957
|
-
},
|
|
958
|
-
"optional": true,
|
|
959
|
-
"computed": false
|
|
960
|
-
},
|
|
961
|
-
{
|
|
962
|
-
"type": "propertySignature",
|
|
963
|
-
"key": {
|
|
964
|
-
"type": "identifier",
|
|
965
|
-
"name": "flowInstanceId"
|
|
966
|
-
},
|
|
967
|
-
"annotation": {
|
|
968
|
-
"type": "keyword",
|
|
969
|
-
"value": "string"
|
|
970
|
-
},
|
|
971
|
-
"optional": true,
|
|
972
|
-
"computed": false
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
"type": "propertySignature",
|
|
976
|
-
"key": {
|
|
977
|
-
"type": "identifier",
|
|
978
|
-
"name": "flowName"
|
|
979
|
-
},
|
|
980
|
-
"annotation": {
|
|
981
|
-
"type": "keyword",
|
|
982
|
-
"value": "string"
|
|
983
|
-
},
|
|
984
|
-
"optional": true,
|
|
985
|
-
"computed": false
|
|
986
|
-
}
|
|
987
|
-
]
|
|
984
|
+
"type": "keyword",
|
|
985
|
+
"value": "string"
|
|
988
986
|
},
|
|
989
987
|
"computed": false
|
|
990
988
|
}
|
|
@@ -992,15 +990,18 @@
|
|
|
992
990
|
}
|
|
993
991
|
]
|
|
994
992
|
},
|
|
995
|
-
"ai-portal.
|
|
996
|
-
"
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
993
|
+
"ai-portal.home-container": {
|
|
994
|
+
"properties": [
|
|
995
|
+
{
|
|
996
|
+
"name": "sticky",
|
|
997
|
+
"annotation": {
|
|
998
|
+
"type": "keyword",
|
|
999
|
+
"value": "boolean"
|
|
1000
|
+
}
|
|
1002
1001
|
}
|
|
1003
|
-
|
|
1002
|
+
],
|
|
1003
|
+
"events": [],
|
|
1004
|
+
"methods": []
|
|
1004
1005
|
},
|
|
1005
1006
|
"ai-portal.elevo-logo": {
|
|
1006
1007
|
"properties": [],
|
|
@@ -1669,124 +1670,48 @@
|
|
|
1669
1670
|
}
|
|
1670
1671
|
]
|
|
1671
1672
|
},
|
|
1672
|
-
"ai-portal.
|
|
1673
|
+
"ai-portal.ai-agents": {
|
|
1673
1674
|
"properties": [
|
|
1674
1675
|
{
|
|
1675
|
-
"name": "
|
|
1676
|
-
"annotation": {
|
|
1677
|
-
"type": "keyword",
|
|
1678
|
-
"value": "string"
|
|
1679
|
-
}
|
|
1680
|
-
},
|
|
1681
|
-
{
|
|
1682
|
-
"name": "options",
|
|
1676
|
+
"name": "list",
|
|
1683
1677
|
"annotation": {
|
|
1684
1678
|
"type": "array",
|
|
1685
1679
|
"elementType": {
|
|
1686
1680
|
"type": "reference",
|
|
1687
1681
|
"typeName": {
|
|
1688
1682
|
"type": "identifier",
|
|
1689
|
-
"name": "
|
|
1683
|
+
"name": "Agent"
|
|
1690
1684
|
}
|
|
1691
1685
|
}
|
|
1692
1686
|
}
|
|
1693
1687
|
},
|
|
1694
1688
|
{
|
|
1695
|
-
"name": "
|
|
1696
|
-
"annotation": {
|
|
1697
|
-
"type": "union",
|
|
1698
|
-
"types": [
|
|
1699
|
-
{
|
|
1700
|
-
"type": "keyword",
|
|
1701
|
-
"value": "string"
|
|
1702
|
-
},
|
|
1703
|
-
{
|
|
1704
|
-
"type": "keyword",
|
|
1705
|
-
"value": "number"
|
|
1706
|
-
}
|
|
1707
|
-
]
|
|
1708
|
-
}
|
|
1709
|
-
},
|
|
1710
|
-
{
|
|
1711
|
-
"name": "loading",
|
|
1712
|
-
"annotation": {
|
|
1713
|
-
"type": "keyword",
|
|
1714
|
-
"value": "boolean"
|
|
1715
|
-
}
|
|
1716
|
-
},
|
|
1717
|
-
{
|
|
1718
|
-
"name": "searchPlaceholder",
|
|
1689
|
+
"name": "urlTemplate",
|
|
1719
1690
|
"annotation": {
|
|
1720
1691
|
"type": "keyword",
|
|
1721
1692
|
"value": "string"
|
|
1722
1693
|
}
|
|
1723
1694
|
},
|
|
1724
1695
|
{
|
|
1725
|
-
"name": "
|
|
1726
|
-
"annotation": {
|
|
1727
|
-
"type": "reference",
|
|
1728
|
-
"typeName": {
|
|
1729
|
-
"type": "qualifiedName",
|
|
1730
|
-
"left": {
|
|
1731
|
-
"type": "identifier",
|
|
1732
|
-
"name": "React"
|
|
1733
|
-
},
|
|
1734
|
-
"right": {
|
|
1735
|
-
"type": "identifier",
|
|
1736
|
-
"name": "CSSProperties"
|
|
1737
|
-
}
|
|
1738
|
-
}
|
|
1739
|
-
}
|
|
1740
|
-
},
|
|
1741
|
-
{
|
|
1742
|
-
"name": "dropdownMaxWidth",
|
|
1743
|
-
"annotation": {
|
|
1744
|
-
"type": "union",
|
|
1745
|
-
"types": [
|
|
1746
|
-
{
|
|
1747
|
-
"type": "keyword",
|
|
1748
|
-
"value": "string"
|
|
1749
|
-
},
|
|
1750
|
-
{
|
|
1751
|
-
"type": "keyword",
|
|
1752
|
-
"value": "number"
|
|
1753
|
-
}
|
|
1754
|
-
]
|
|
1755
|
-
}
|
|
1756
|
-
},
|
|
1757
|
-
{
|
|
1758
|
-
"name": "showSearch",
|
|
1696
|
+
"name": "withContainer",
|
|
1759
1697
|
"annotation": {
|
|
1760
1698
|
"type": "keyword",
|
|
1761
1699
|
"value": "boolean"
|
|
1762
1700
|
}
|
|
1763
1701
|
}
|
|
1764
1702
|
],
|
|
1765
|
-
"events": [
|
|
1766
|
-
{
|
|
1767
|
-
"name": "change",
|
|
1768
|
-
"detail": {
|
|
1769
|
-
"annotation": {
|
|
1770
|
-
"type": "reference",
|
|
1771
|
-
"typeName": {
|
|
1772
|
-
"type": "identifier",
|
|
1773
|
-
"name": "DropdownOptions"
|
|
1774
|
-
}
|
|
1775
|
-
}
|
|
1776
|
-
}
|
|
1777
|
-
}
|
|
1778
|
-
],
|
|
1703
|
+
"events": [],
|
|
1779
1704
|
"methods": [],
|
|
1780
1705
|
"types": [
|
|
1781
1706
|
{
|
|
1782
1707
|
"type": "interface",
|
|
1783
|
-
"name": "
|
|
1708
|
+
"name": "Agent",
|
|
1784
1709
|
"body": [
|
|
1785
1710
|
{
|
|
1786
1711
|
"type": "propertySignature",
|
|
1787
1712
|
"key": {
|
|
1788
1713
|
"type": "identifier",
|
|
1789
|
-
"name": "
|
|
1714
|
+
"name": "name"
|
|
1790
1715
|
},
|
|
1791
1716
|
"annotation": {
|
|
1792
1717
|
"type": "keyword",
|
|
@@ -1798,7 +1723,7 @@
|
|
|
1798
1723
|
"type": "propertySignature",
|
|
1799
1724
|
"key": {
|
|
1800
1725
|
"type": "identifier",
|
|
1801
|
-
"name": "
|
|
1726
|
+
"name": "description"
|
|
1802
1727
|
},
|
|
1803
1728
|
"annotation": {
|
|
1804
1729
|
"type": "keyword",
|
|
@@ -1810,76 +1735,156 @@
|
|
|
1810
1735
|
"type": "propertySignature",
|
|
1811
1736
|
"key": {
|
|
1812
1737
|
"type": "identifier",
|
|
1813
|
-
"name": "
|
|
1738
|
+
"name": "icon"
|
|
1814
1739
|
},
|
|
1815
1740
|
"annotation": {
|
|
1816
|
-
"type": "
|
|
1817
|
-
"
|
|
1741
|
+
"type": "reference",
|
|
1742
|
+
"typeName": {
|
|
1743
|
+
"type": "identifier",
|
|
1744
|
+
"name": "GeneralIconProps"
|
|
1745
|
+
}
|
|
1818
1746
|
},
|
|
1819
1747
|
"optional": true,
|
|
1820
1748
|
"computed": false
|
|
1821
1749
|
},
|
|
1822
1750
|
{
|
|
1823
|
-
"type": "
|
|
1824
|
-
"
|
|
1751
|
+
"type": "propertySignature",
|
|
1752
|
+
"key": {
|
|
1825
1753
|
"type": "identifier",
|
|
1826
|
-
"name": "
|
|
1827
|
-
|
|
1754
|
+
"name": "tags"
|
|
1755
|
+
},
|
|
1756
|
+
"annotation": {
|
|
1757
|
+
"type": "array",
|
|
1758
|
+
"elementType": {
|
|
1828
1759
|
"type": "keyword",
|
|
1829
1760
|
"value": "string"
|
|
1830
1761
|
}
|
|
1831
1762
|
},
|
|
1832
|
-
"
|
|
1833
|
-
|
|
1834
|
-
"value": "unknown"
|
|
1835
|
-
}
|
|
1763
|
+
"optional": true,
|
|
1764
|
+
"computed": false
|
|
1836
1765
|
}
|
|
1837
1766
|
]
|
|
1838
1767
|
}
|
|
1839
1768
|
]
|
|
1840
1769
|
},
|
|
1841
|
-
"ai-portal.
|
|
1770
|
+
"ai-portal.dropdown-select": {
|
|
1842
1771
|
"properties": [
|
|
1843
1772
|
{
|
|
1844
|
-
"name": "
|
|
1773
|
+
"name": "value",
|
|
1774
|
+
"annotation": {
|
|
1775
|
+
"type": "keyword",
|
|
1776
|
+
"value": "string"
|
|
1777
|
+
}
|
|
1778
|
+
},
|
|
1779
|
+
{
|
|
1780
|
+
"name": "options",
|
|
1781
|
+
"annotation": {
|
|
1782
|
+
"type": "array",
|
|
1783
|
+
"elementType": {
|
|
1784
|
+
"type": "reference",
|
|
1785
|
+
"typeName": {
|
|
1786
|
+
"type": "identifier",
|
|
1787
|
+
"name": "DropdownOptions"
|
|
1788
|
+
}
|
|
1789
|
+
}
|
|
1790
|
+
}
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"name": "labelMaxWidth",
|
|
1794
|
+
"annotation": {
|
|
1795
|
+
"type": "union",
|
|
1796
|
+
"types": [
|
|
1797
|
+
{
|
|
1798
|
+
"type": "keyword",
|
|
1799
|
+
"value": "string"
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
"type": "keyword",
|
|
1803
|
+
"value": "number"
|
|
1804
|
+
}
|
|
1805
|
+
]
|
|
1806
|
+
}
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"name": "loading",
|
|
1810
|
+
"annotation": {
|
|
1811
|
+
"type": "keyword",
|
|
1812
|
+
"value": "boolean"
|
|
1813
|
+
}
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
"name": "searchPlaceholder",
|
|
1845
1817
|
"annotation": {
|
|
1846
|
-
"type": "
|
|
1847
|
-
"
|
|
1848
|
-
|
|
1849
|
-
|
|
1818
|
+
"type": "keyword",
|
|
1819
|
+
"value": "string"
|
|
1820
|
+
}
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"name": "dropdownContentStyle",
|
|
1824
|
+
"annotation": {
|
|
1825
|
+
"type": "reference",
|
|
1826
|
+
"typeName": {
|
|
1827
|
+
"type": "qualifiedName",
|
|
1828
|
+
"left": {
|
|
1850
1829
|
"type": "identifier",
|
|
1851
|
-
"name": "
|
|
1830
|
+
"name": "React"
|
|
1831
|
+
},
|
|
1832
|
+
"right": {
|
|
1833
|
+
"type": "identifier",
|
|
1834
|
+
"name": "CSSProperties"
|
|
1852
1835
|
}
|
|
1853
1836
|
}
|
|
1854
1837
|
}
|
|
1855
1838
|
},
|
|
1856
1839
|
{
|
|
1857
|
-
"name": "
|
|
1840
|
+
"name": "dropdownMaxWidth",
|
|
1858
1841
|
"annotation": {
|
|
1859
|
-
"type": "
|
|
1860
|
-
"
|
|
1842
|
+
"type": "union",
|
|
1843
|
+
"types": [
|
|
1844
|
+
{
|
|
1845
|
+
"type": "keyword",
|
|
1846
|
+
"value": "string"
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"type": "keyword",
|
|
1850
|
+
"value": "number"
|
|
1851
|
+
}
|
|
1852
|
+
]
|
|
1861
1853
|
}
|
|
1862
1854
|
},
|
|
1863
1855
|
{
|
|
1864
|
-
"name": "
|
|
1856
|
+
"name": "showSearch",
|
|
1865
1857
|
"annotation": {
|
|
1866
1858
|
"type": "keyword",
|
|
1867
1859
|
"value": "boolean"
|
|
1868
1860
|
}
|
|
1869
1861
|
}
|
|
1870
1862
|
],
|
|
1871
|
-
"events": [
|
|
1863
|
+
"events": [
|
|
1864
|
+
{
|
|
1865
|
+
"name": "change",
|
|
1866
|
+
"detail": {
|
|
1867
|
+
"annotation": {
|
|
1868
|
+
"type": "reference",
|
|
1869
|
+
"typeName": {
|
|
1870
|
+
"type": "identifier",
|
|
1871
|
+
"name": "DropdownOptions"
|
|
1872
|
+
}
|
|
1873
|
+
}
|
|
1874
|
+
}
|
|
1875
|
+
}
|
|
1876
|
+
],
|
|
1872
1877
|
"methods": [],
|
|
1873
1878
|
"types": [
|
|
1874
1879
|
{
|
|
1875
1880
|
"type": "interface",
|
|
1876
|
-
"name": "
|
|
1881
|
+
"name": "DropdownOptions",
|
|
1877
1882
|
"body": [
|
|
1878
1883
|
{
|
|
1879
1884
|
"type": "propertySignature",
|
|
1880
1885
|
"key": {
|
|
1881
1886
|
"type": "identifier",
|
|
1882
|
-
"name": "
|
|
1887
|
+
"name": "label"
|
|
1883
1888
|
},
|
|
1884
1889
|
"annotation": {
|
|
1885
1890
|
"type": "keyword",
|
|
@@ -1891,7 +1896,7 @@
|
|
|
1891
1896
|
"type": "propertySignature",
|
|
1892
1897
|
"key": {
|
|
1893
1898
|
"type": "identifier",
|
|
1894
|
-
"name": "
|
|
1899
|
+
"name": "value"
|
|
1895
1900
|
},
|
|
1896
1901
|
"annotation": {
|
|
1897
1902
|
"type": "keyword",
|
|
@@ -1903,33 +1908,29 @@
|
|
|
1903
1908
|
"type": "propertySignature",
|
|
1904
1909
|
"key": {
|
|
1905
1910
|
"type": "identifier",
|
|
1906
|
-
"name": "
|
|
1911
|
+
"name": "disabled"
|
|
1907
1912
|
},
|
|
1908
1913
|
"annotation": {
|
|
1909
|
-
"type": "
|
|
1910
|
-
"
|
|
1911
|
-
"type": "identifier",
|
|
1912
|
-
"name": "GeneralIconProps"
|
|
1913
|
-
}
|
|
1914
|
+
"type": "keyword",
|
|
1915
|
+
"value": "boolean"
|
|
1914
1916
|
},
|
|
1915
1917
|
"optional": true,
|
|
1916
1918
|
"computed": false
|
|
1917
1919
|
},
|
|
1918
1920
|
{
|
|
1919
|
-
"type": "
|
|
1920
|
-
"
|
|
1921
|
+
"type": "indexSignature",
|
|
1922
|
+
"parameter": {
|
|
1921
1923
|
"type": "identifier",
|
|
1922
|
-
"name": "
|
|
1923
|
-
|
|
1924
|
-
"annotation": {
|
|
1925
|
-
"type": "array",
|
|
1926
|
-
"elementType": {
|
|
1924
|
+
"name": "key",
|
|
1925
|
+
"annotation": {
|
|
1927
1926
|
"type": "keyword",
|
|
1928
1927
|
"value": "string"
|
|
1929
1928
|
}
|
|
1930
1929
|
},
|
|
1931
|
-
"
|
|
1932
|
-
|
|
1930
|
+
"annotation": {
|
|
1931
|
+
"type": "keyword",
|
|
1932
|
+
"value": "unknown"
|
|
1933
|
+
}
|
|
1933
1934
|
}
|
|
1934
1935
|
]
|
|
1935
1936
|
}
|
|
@@ -4316,7 +4317,7 @@
|
|
|
4316
4317
|
}
|
|
4317
4318
|
]
|
|
4318
4319
|
},
|
|
4319
|
-
"ai-portal.notice-
|
|
4320
|
+
"ai-portal.notice-dropdown": {
|
|
4320
4321
|
"properties": [
|
|
4321
4322
|
{
|
|
4322
4323
|
"name": "dataSource",
|
|
@@ -4331,6 +4332,16 @@
|
|
|
4331
4332
|
}
|
|
4332
4333
|
}
|
|
4333
4334
|
},
|
|
4335
|
+
{
|
|
4336
|
+
"name": "popoverPlacement",
|
|
4337
|
+
"annotation": {
|
|
4338
|
+
"type": "reference",
|
|
4339
|
+
"typeName": {
|
|
4340
|
+
"type": "identifier",
|
|
4341
|
+
"name": "Placement"
|
|
4342
|
+
}
|
|
4343
|
+
}
|
|
4344
|
+
},
|
|
4334
4345
|
{
|
|
4335
4346
|
"name": "emptyText",
|
|
4336
4347
|
"annotation": {
|
|
@@ -4338,6 +4349,13 @@
|
|
|
4338
4349
|
"value": "string"
|
|
4339
4350
|
}
|
|
4340
4351
|
},
|
|
4352
|
+
{
|
|
4353
|
+
"name": "notifyCenterUrl",
|
|
4354
|
+
"annotation": {
|
|
4355
|
+
"type": "keyword",
|
|
4356
|
+
"value": "string"
|
|
4357
|
+
}
|
|
4358
|
+
},
|
|
4341
4359
|
{
|
|
4342
4360
|
"name": "urlTemplate",
|
|
4343
4361
|
"annotation": {
|
|
@@ -4356,14 +4374,44 @@
|
|
|
4356
4374
|
}
|
|
4357
4375
|
},
|
|
4358
4376
|
{
|
|
4359
|
-
"name": "
|
|
4377
|
+
"name": "dropdownMaxWidth",
|
|
4360
4378
|
"annotation": {
|
|
4361
|
-
"type": "
|
|
4362
|
-
"
|
|
4363
|
-
|
|
4364
|
-
|
|
4379
|
+
"type": "union",
|
|
4380
|
+
"types": [
|
|
4381
|
+
{
|
|
4382
|
+
"type": "keyword",
|
|
4383
|
+
"value": "string"
|
|
4384
|
+
},
|
|
4385
|
+
{
|
|
4386
|
+
"type": "keyword",
|
|
4387
|
+
"value": "number"
|
|
4388
|
+
}
|
|
4389
|
+
]
|
|
4390
|
+
}
|
|
4391
|
+
},
|
|
4392
|
+
{
|
|
4393
|
+
"name": "dropdownContentStyle",
|
|
4394
|
+
"annotation": {
|
|
4395
|
+
"type": "reference",
|
|
4396
|
+
"typeName": {
|
|
4397
|
+
"type": "qualifiedName",
|
|
4398
|
+
"left": {
|
|
4399
|
+
"type": "identifier",
|
|
4400
|
+
"name": "React"
|
|
4401
|
+
},
|
|
4402
|
+
"right": {
|
|
4403
|
+
"type": "identifier",
|
|
4404
|
+
"name": "CSSProperties"
|
|
4405
|
+
}
|
|
4365
4406
|
}
|
|
4366
4407
|
}
|
|
4408
|
+
},
|
|
4409
|
+
{
|
|
4410
|
+
"name": "hideNotifyCenterButton",
|
|
4411
|
+
"annotation": {
|
|
4412
|
+
"type": "keyword",
|
|
4413
|
+
"value": "boolean"
|
|
4414
|
+
}
|
|
4367
4415
|
}
|
|
4368
4416
|
],
|
|
4369
4417
|
"events": [
|
|
@@ -4379,21 +4427,6 @@
|
|
|
4379
4427
|
}
|
|
4380
4428
|
}
|
|
4381
4429
|
},
|
|
4382
|
-
{
|
|
4383
|
-
"name": "mark.items.read",
|
|
4384
|
-
"detail": {
|
|
4385
|
-
"annotation": {
|
|
4386
|
-
"type": "array",
|
|
4387
|
-
"elementType": {
|
|
4388
|
-
"type": "reference",
|
|
4389
|
-
"typeName": {
|
|
4390
|
-
"type": "identifier",
|
|
4391
|
-
"name": "NoticeItem"
|
|
4392
|
-
}
|
|
4393
|
-
}
|
|
4394
|
-
}
|
|
4395
|
-
}
|
|
4396
|
-
},
|
|
4397
4430
|
{
|
|
4398
4431
|
"name": "mark.all.read",
|
|
4399
4432
|
"detail": {
|
|
@@ -4487,7 +4520,7 @@
|
|
|
4487
4520
|
}
|
|
4488
4521
|
]
|
|
4489
4522
|
},
|
|
4490
|
-
"ai-portal.notice-
|
|
4523
|
+
"ai-portal.notice-list": {
|
|
4491
4524
|
"properties": [
|
|
4492
4525
|
{
|
|
4493
4526
|
"name": "dataSource",
|
|
@@ -4502,16 +4535,6 @@
|
|
|
4502
4535
|
}
|
|
4503
4536
|
}
|
|
4504
4537
|
},
|
|
4505
|
-
{
|
|
4506
|
-
"name": "popoverPlacement",
|
|
4507
|
-
"annotation": {
|
|
4508
|
-
"type": "reference",
|
|
4509
|
-
"typeName": {
|
|
4510
|
-
"type": "identifier",
|
|
4511
|
-
"name": "Placement"
|
|
4512
|
-
}
|
|
4513
|
-
}
|
|
4514
|
-
},
|
|
4515
4538
|
{
|
|
4516
4539
|
"name": "emptyText",
|
|
4517
4540
|
"annotation": {
|
|
@@ -4519,13 +4542,6 @@
|
|
|
4519
4542
|
"value": "string"
|
|
4520
4543
|
}
|
|
4521
4544
|
},
|
|
4522
|
-
{
|
|
4523
|
-
"name": "notifyCenterUrl",
|
|
4524
|
-
"annotation": {
|
|
4525
|
-
"type": "keyword",
|
|
4526
|
-
"value": "string"
|
|
4527
|
-
}
|
|
4528
|
-
},
|
|
4529
4545
|
{
|
|
4530
4546
|
"name": "urlTemplate",
|
|
4531
4547
|
"annotation": {
|
|
@@ -4544,44 +4560,14 @@
|
|
|
4544
4560
|
}
|
|
4545
4561
|
},
|
|
4546
4562
|
{
|
|
4547
|
-
"name": "
|
|
4548
|
-
"annotation": {
|
|
4549
|
-
"type": "union",
|
|
4550
|
-
"types": [
|
|
4551
|
-
{
|
|
4552
|
-
"type": "keyword",
|
|
4553
|
-
"value": "string"
|
|
4554
|
-
},
|
|
4555
|
-
{
|
|
4556
|
-
"type": "keyword",
|
|
4557
|
-
"value": "number"
|
|
4558
|
-
}
|
|
4559
|
-
]
|
|
4560
|
-
}
|
|
4561
|
-
},
|
|
4562
|
-
{
|
|
4563
|
-
"name": "dropdownContentStyle",
|
|
4563
|
+
"name": "selectedIds",
|
|
4564
4564
|
"annotation": {
|
|
4565
|
-
"type": "
|
|
4566
|
-
"
|
|
4567
|
-
"type": "
|
|
4568
|
-
"
|
|
4569
|
-
"type": "identifier",
|
|
4570
|
-
"name": "React"
|
|
4571
|
-
},
|
|
4572
|
-
"right": {
|
|
4573
|
-
"type": "identifier",
|
|
4574
|
-
"name": "CSSProperties"
|
|
4575
|
-
}
|
|
4565
|
+
"type": "array",
|
|
4566
|
+
"elementType": {
|
|
4567
|
+
"type": "keyword",
|
|
4568
|
+
"value": "string"
|
|
4576
4569
|
}
|
|
4577
4570
|
}
|
|
4578
|
-
},
|
|
4579
|
-
{
|
|
4580
|
-
"name": "hideNotifyCenterButton",
|
|
4581
|
-
"annotation": {
|
|
4582
|
-
"type": "keyword",
|
|
4583
|
-
"value": "boolean"
|
|
4584
|
-
}
|
|
4585
4571
|
}
|
|
4586
4572
|
],
|
|
4587
4573
|
"events": [
|
|
@@ -4597,6 +4583,21 @@
|
|
|
4597
4583
|
}
|
|
4598
4584
|
}
|
|
4599
4585
|
},
|
|
4586
|
+
{
|
|
4587
|
+
"name": "mark.items.read",
|
|
4588
|
+
"detail": {
|
|
4589
|
+
"annotation": {
|
|
4590
|
+
"type": "array",
|
|
4591
|
+
"elementType": {
|
|
4592
|
+
"type": "reference",
|
|
4593
|
+
"typeName": {
|
|
4594
|
+
"type": "identifier",
|
|
4595
|
+
"name": "NoticeItem"
|
|
4596
|
+
}
|
|
4597
|
+
}
|
|
4598
|
+
}
|
|
4599
|
+
}
|
|
4600
|
+
},
|
|
4600
4601
|
{
|
|
4601
4602
|
"name": "mark.all.read",
|
|
4602
4603
|
"detail": {
|
|
@@ -5658,27 +5659,6 @@
|
|
|
5658
5659
|
}
|
|
5659
5660
|
}
|
|
5660
5661
|
}
|
|
5661
|
-
},
|
|
5662
|
-
{
|
|
5663
|
-
"name": "command.select",
|
|
5664
|
-
"detail": {
|
|
5665
|
-
"annotation": {
|
|
5666
|
-
"type": "union",
|
|
5667
|
-
"types": [
|
|
5668
|
-
{
|
|
5669
|
-
"type": "reference",
|
|
5670
|
-
"typeName": {
|
|
5671
|
-
"type": "identifier",
|
|
5672
|
-
"name": "CommandPayload"
|
|
5673
|
-
}
|
|
5674
|
-
},
|
|
5675
|
-
{
|
|
5676
|
-
"type": "keyword",
|
|
5677
|
-
"value": "null"
|
|
5678
|
-
}
|
|
5679
|
-
]
|
|
5680
|
-
}
|
|
5681
|
-
}
|
|
5682
5662
|
}
|
|
5683
5663
|
],
|
|
5684
5664
|
"methods": [
|