@next-bricks/ai-portal 0.45.1 → 0.45.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 +30 -30
- package/dist/chunks/{161.a114c103.js → 161.9c5081e7.js} +3 -3
- package/dist/chunks/161.9c5081e7.js.map +1 -0
- package/dist/chunks/7431.02741a25.js +3 -0
- package/dist/chunks/7431.02741a25.js.map +1 -0
- package/dist/chunks/{goal-card-list.2ab94b5f.js → goal-card-list.fa0d828e.js} +3 -3
- package/dist/chunks/{goal-card-list.2ab94b5f.js.map → goal-card-list.fa0d828e.js.map} +1 -1
- package/dist/chunks/{main.7049534c.js → main.35cffd7d.js} +2 -2
- package/dist/chunks/{main.7049534c.js.map → main.35cffd7d.js.map} +1 -1
- package/dist/examples.json +16 -16
- package/dist/{index.8851887e.js → index.5a72f8f9.js} +2 -2
- package/dist/{index.8851887e.js.map → index.5a72f8f9.js.map} +1 -1
- package/dist/manifest.json +298 -298
- package/dist/types.json +401 -401
- package/package.json +2 -2
- package/dist/chunks/161.a114c103.js.map +0 -1
- package/dist/chunks/7431.6bd91b6a.js +0 -3
- package/dist/chunks/7431.6bd91b6a.js.map +0 -1
- /package/dist/chunks/{161.a114c103.js.LICENSE.txt → 161.9c5081e7.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{7431.6bd91b6a.js.LICENSE.txt → 7431.02741a25.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{goal-card-list.2ab94b5f.js.LICENSE.txt → goal-card-list.fa0d828e.js.LICENSE.txt} +0 -0
package/dist/manifest.json
CHANGED
|
@@ -149,147 +149,65 @@
|
|
|
149
149
|
"description": "构件 `ai-portal.cruise-canvas`"
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
|
-
"name": "ai-portal.
|
|
152
|
+
"name": "ai-portal.stat-with-mini-chart",
|
|
153
153
|
"properties": [
|
|
154
154
|
{
|
|
155
|
-
"name": "
|
|
155
|
+
"name": "label",
|
|
156
156
|
"type": "string"
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
|
-
"name": "
|
|
160
|
-
"type": "
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"name": "bordered",
|
|
164
|
-
"type": "boolean"
|
|
159
|
+
"name": "value",
|
|
160
|
+
"type": "string"
|
|
165
161
|
},
|
|
166
162
|
{
|
|
167
|
-
"name": "
|
|
168
|
-
"
|
|
163
|
+
"name": "size",
|
|
164
|
+
"description": "",
|
|
165
|
+
"default": "\"medium\"",
|
|
166
|
+
"type": "\"medium\" | \"small\""
|
|
169
167
|
},
|
|
170
168
|
{
|
|
171
|
-
"name": "
|
|
169
|
+
"name": "lineColor",
|
|
170
|
+
"description": "",
|
|
171
|
+
"default": "\"var(--color-brand)\"",
|
|
172
172
|
"type": "string"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
|
-
"name": "
|
|
175
|
+
"name": "showArea",
|
|
176
176
|
"type": "boolean"
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
|
-
"name": "
|
|
180
|
-
"
|
|
181
|
-
|
|
182
|
-
{
|
|
183
|
-
"name": "historyUrlTemplate",
|
|
184
|
-
"type": "string"
|
|
179
|
+
"name": "min",
|
|
180
|
+
"description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
|
|
181
|
+
"type": "number"
|
|
185
182
|
},
|
|
186
183
|
{
|
|
187
|
-
"name": "
|
|
188
|
-
"
|
|
189
|
-
"type": "
|
|
184
|
+
"name": "max",
|
|
185
|
+
"description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
|
|
186
|
+
"type": "number"
|
|
190
187
|
},
|
|
191
188
|
{
|
|
192
|
-
"name": "
|
|
189
|
+
"name": "xField",
|
|
190
|
+
"description": "",
|
|
191
|
+
"default": "\"0\"",
|
|
193
192
|
"type": "string"
|
|
194
193
|
},
|
|
195
194
|
{
|
|
196
|
-
"name": "
|
|
195
|
+
"name": "yField",
|
|
196
|
+
"description": "",
|
|
197
|
+
"default": "\"1\"",
|
|
197
198
|
"type": "string"
|
|
198
199
|
},
|
|
199
200
|
{
|
|
200
|
-
"name": "
|
|
201
|
-
"attribute": false,
|
|
202
|
-
"type": "ActionType[]"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"name": "links",
|
|
201
|
+
"name": "data",
|
|
206
202
|
"attribute": false,
|
|
207
|
-
"type": "
|
|
208
|
-
}
|
|
209
|
-
],
|
|
210
|
-
"events": [
|
|
211
|
-
{
|
|
212
|
-
"name": "logout",
|
|
213
|
-
"detail": {
|
|
214
|
-
"type": "void"
|
|
215
|
-
}
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"name": "action.click",
|
|
219
|
-
"detail": {
|
|
220
|
-
"type": "ActionClickDetail"
|
|
221
|
-
}
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
"name": "project.action.click",
|
|
225
|
-
"detail": {
|
|
226
|
-
"type": "ProjectActionClickDetail"
|
|
227
|
-
}
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"name": "add.project",
|
|
231
|
-
"detail": {
|
|
232
|
-
"type": "void"
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
],
|
|
236
|
-
"slots": [],
|
|
237
|
-
"methods": [
|
|
238
|
-
{
|
|
239
|
-
"name": "pullHistory",
|
|
240
|
-
"params": [
|
|
241
|
-
{
|
|
242
|
-
"name": "delay",
|
|
243
|
-
"description": "Delay in milliseconds before pulling the latest chat history.",
|
|
244
|
-
"type": "number"
|
|
245
|
-
}
|
|
246
|
-
],
|
|
247
|
-
"description": "",
|
|
248
|
-
"returns": {}
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
"name": "close",
|
|
252
|
-
"params": []
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"name": "removeProject",
|
|
256
|
-
"params": [
|
|
257
|
-
{
|
|
258
|
-
"name": "projectId",
|
|
259
|
-
"type": "string"
|
|
260
|
-
}
|
|
261
|
-
]
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
"name": "addProject",
|
|
265
|
-
"params": [
|
|
266
|
-
{
|
|
267
|
-
"name": "project",
|
|
268
|
-
"type": "Project"
|
|
269
|
-
}
|
|
270
|
-
]
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"name": "moveConversation",
|
|
274
|
-
"params": [
|
|
275
|
-
{
|
|
276
|
-
"name": "conversationId",
|
|
277
|
-
"type": "string"
|
|
278
|
-
}
|
|
279
|
-
]
|
|
203
|
+
"type": "Record<string, number>[]"
|
|
280
204
|
}
|
|
281
205
|
],
|
|
282
|
-
"parts": [],
|
|
283
|
-
"description": "构件 `ai-portal.elevo-sidebar`"
|
|
284
|
-
},
|
|
285
|
-
{
|
|
286
|
-
"name": "ai-portal.home-container",
|
|
287
|
-
"properties": [],
|
|
288
206
|
"events": [],
|
|
289
207
|
"slots": [],
|
|
290
208
|
"methods": [],
|
|
291
209
|
"parts": [],
|
|
292
|
-
"description": "构件 `ai-portal.
|
|
210
|
+
"description": "构件 `ai-portal.stat-with-mini-chart`"
|
|
293
211
|
},
|
|
294
212
|
{
|
|
295
213
|
"name": "ai-portal.icon-button",
|
|
@@ -333,6 +251,60 @@
|
|
|
333
251
|
"parts": [],
|
|
334
252
|
"description": "构件 `ai-portal.show-cases`"
|
|
335
253
|
},
|
|
254
|
+
{
|
|
255
|
+
"name": "ai-portal.chat-box",
|
|
256
|
+
"properties": [
|
|
257
|
+
{
|
|
258
|
+
"name": "disabled",
|
|
259
|
+
"type": "boolean"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"name": "placeholder",
|
|
263
|
+
"type": "string"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"name": "autoFocus",
|
|
267
|
+
"type": "boolean"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"name": "aiEmployees",
|
|
271
|
+
"attribute": false,
|
|
272
|
+
"type": "AIEmployee[]"
|
|
273
|
+
}
|
|
274
|
+
],
|
|
275
|
+
"events": [
|
|
276
|
+
{
|
|
277
|
+
"name": "message.submit",
|
|
278
|
+
"detail": {
|
|
279
|
+
"type": "string"
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"name": "ai-employee.mention",
|
|
284
|
+
"detail": {
|
|
285
|
+
"type": "AIEmployee | null"
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
],
|
|
289
|
+
"slots": [],
|
|
290
|
+
"methods": [
|
|
291
|
+
{
|
|
292
|
+
"name": "setValue",
|
|
293
|
+
"params": [
|
|
294
|
+
{
|
|
295
|
+
"name": "value",
|
|
296
|
+
"type": "string"
|
|
297
|
+
}
|
|
298
|
+
]
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"name": "getValue",
|
|
302
|
+
"params": []
|
|
303
|
+
}
|
|
304
|
+
],
|
|
305
|
+
"parts": [],
|
|
306
|
+
"description": "构件 `ai-portal.chat-box`"
|
|
307
|
+
},
|
|
336
308
|
{
|
|
337
309
|
"name": "ai-portal.mcp-tools",
|
|
338
310
|
"properties": [
|
|
@@ -354,6 +326,36 @@
|
|
|
354
326
|
"parts": [],
|
|
355
327
|
"description": "构件 `ai-portal.mcp-tools`"
|
|
356
328
|
},
|
|
329
|
+
{
|
|
330
|
+
"name": "ai-portal.ai-employees",
|
|
331
|
+
"properties": [
|
|
332
|
+
{
|
|
333
|
+
"name": "list",
|
|
334
|
+
"attribute": false,
|
|
335
|
+
"type": "Employee[]"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"name": "industries",
|
|
339
|
+
"attribute": false,
|
|
340
|
+
"type": "string[]"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"name": "urlTemplate",
|
|
344
|
+
"type": "string"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"name": "withContainer",
|
|
348
|
+
"description": "",
|
|
349
|
+
"deprecated": true,
|
|
350
|
+
"default": "true"
|
|
351
|
+
}
|
|
352
|
+
],
|
|
353
|
+
"events": [],
|
|
354
|
+
"slots": [],
|
|
355
|
+
"methods": [],
|
|
356
|
+
"parts": [],
|
|
357
|
+
"description": "构件 `ai-portal.ai-employees`"
|
|
358
|
+
},
|
|
357
359
|
{
|
|
358
360
|
"name": "ai-portal.chat-stream",
|
|
359
361
|
"properties": [
|
|
@@ -428,98 +430,202 @@
|
|
|
428
430
|
],
|
|
429
431
|
"events": [
|
|
430
432
|
{
|
|
431
|
-
"name": "share",
|
|
432
|
-
"detail": {
|
|
433
|
-
"type": "void"
|
|
434
|
-
}
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
"name": "terminate",
|
|
433
|
+
"name": "share",
|
|
434
|
+
"detail": {
|
|
435
|
+
"type": "void"
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"name": "terminate",
|
|
440
|
+
"detail": {
|
|
441
|
+
"type": "void"
|
|
442
|
+
}
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"name": "feedback.submit",
|
|
446
|
+
"detail": {
|
|
447
|
+
"type": "FeedbackDetail"
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"name": "feedback.on.view",
|
|
452
|
+
"detail": {
|
|
453
|
+
"type": "string"
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "ui.switch",
|
|
458
|
+
"detail": {
|
|
459
|
+
"type": "\"canvas\""
|
|
460
|
+
}
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"name": "detail.change",
|
|
464
|
+
"detail": {
|
|
465
|
+
"type": "ConversationDetail"
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
],
|
|
469
|
+
"slots": [],
|
|
470
|
+
"methods": [
|
|
471
|
+
{
|
|
472
|
+
"name": "resumed",
|
|
473
|
+
"params": []
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"name": "feedbackSubmitDone",
|
|
477
|
+
"params": []
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"name": "feedbackSubmitFailed",
|
|
481
|
+
"params": []
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"name": "feedbackOnViewDone",
|
|
485
|
+
"params": [
|
|
486
|
+
{
|
|
487
|
+
"name": "viewId",
|
|
488
|
+
"type": "string"
|
|
489
|
+
}
|
|
490
|
+
]
|
|
491
|
+
}
|
|
492
|
+
],
|
|
493
|
+
"parts": [],
|
|
494
|
+
"description": "构件 `ai-portal.chat-stream`"
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"name": "ai-portal.elevo-sidebar",
|
|
498
|
+
"properties": [
|
|
499
|
+
{
|
|
500
|
+
"name": "userInstanceId",
|
|
501
|
+
"type": "string"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"name": "behavior",
|
|
505
|
+
"type": "\"default\" | \"drawer\""
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"name": "bordered",
|
|
509
|
+
"type": "boolean"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"name": "logoUrl",
|
|
513
|
+
"type": "string"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"name": "newChatUrl",
|
|
517
|
+
"type": "string"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"name": "newChatLinkWhenCollapsed",
|
|
521
|
+
"type": "boolean"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"name": "historyActiveId",
|
|
525
|
+
"type": "string"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"name": "historyUrlTemplate",
|
|
529
|
+
"type": "string"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"name": "historyActions",
|
|
533
|
+
"attribute": false,
|
|
534
|
+
"type": "ActionType[]"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"name": "projectActiveId",
|
|
538
|
+
"type": "string"
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"name": "projectUrlTemplate",
|
|
542
|
+
"type": "string"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"name": "projectActions",
|
|
546
|
+
"attribute": false,
|
|
547
|
+
"type": "ActionType[]"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"name": "links",
|
|
551
|
+
"attribute": false,
|
|
552
|
+
"type": "SidebarLink[]"
|
|
553
|
+
}
|
|
554
|
+
],
|
|
555
|
+
"events": [
|
|
556
|
+
{
|
|
557
|
+
"name": "logout",
|
|
438
558
|
"detail": {
|
|
439
559
|
"type": "void"
|
|
440
560
|
}
|
|
441
561
|
},
|
|
442
562
|
{
|
|
443
|
-
"name": "
|
|
444
|
-
"detail": {
|
|
445
|
-
"type": "FeedbackDetail"
|
|
446
|
-
}
|
|
447
|
-
},
|
|
448
|
-
{
|
|
449
|
-
"name": "feedback.on.view",
|
|
563
|
+
"name": "action.click",
|
|
450
564
|
"detail": {
|
|
451
|
-
"type": "
|
|
565
|
+
"type": "ActionClickDetail"
|
|
452
566
|
}
|
|
453
567
|
},
|
|
454
568
|
{
|
|
455
|
-
"name": "
|
|
569
|
+
"name": "project.action.click",
|
|
456
570
|
"detail": {
|
|
457
|
-
"type": "
|
|
571
|
+
"type": "ProjectActionClickDetail"
|
|
458
572
|
}
|
|
459
573
|
},
|
|
460
574
|
{
|
|
461
|
-
"name": "
|
|
575
|
+
"name": "add.project",
|
|
462
576
|
"detail": {
|
|
463
|
-
"type": "
|
|
577
|
+
"type": "void"
|
|
464
578
|
}
|
|
465
579
|
}
|
|
466
580
|
],
|
|
467
581
|
"slots": [],
|
|
468
582
|
"methods": [
|
|
469
583
|
{
|
|
470
|
-
"name": "
|
|
471
|
-
"params": [
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
584
|
+
"name": "pullHistory",
|
|
585
|
+
"params": [
|
|
586
|
+
{
|
|
587
|
+
"name": "delay",
|
|
588
|
+
"description": "Delay in milliseconds before pulling the latest chat history.",
|
|
589
|
+
"type": "number"
|
|
590
|
+
}
|
|
591
|
+
],
|
|
592
|
+
"description": "",
|
|
593
|
+
"returns": {}
|
|
476
594
|
},
|
|
477
595
|
{
|
|
478
|
-
"name": "
|
|
596
|
+
"name": "close",
|
|
479
597
|
"params": []
|
|
480
598
|
},
|
|
481
599
|
{
|
|
482
|
-
"name": "
|
|
600
|
+
"name": "removeProject",
|
|
483
601
|
"params": [
|
|
484
602
|
{
|
|
485
|
-
"name": "
|
|
603
|
+
"name": "projectId",
|
|
486
604
|
"type": "string"
|
|
487
605
|
}
|
|
488
606
|
]
|
|
489
|
-
}
|
|
490
|
-
],
|
|
491
|
-
"parts": [],
|
|
492
|
-
"description": "构件 `ai-portal.chat-stream`"
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
"name": "ai-portal.ai-employees",
|
|
496
|
-
"properties": [
|
|
497
|
-
{
|
|
498
|
-
"name": "list",
|
|
499
|
-
"attribute": false,
|
|
500
|
-
"type": "Employee[]"
|
|
501
607
|
},
|
|
502
608
|
{
|
|
503
|
-
"name": "
|
|
504
|
-
"
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
609
|
+
"name": "addProject",
|
|
610
|
+
"params": [
|
|
611
|
+
{
|
|
612
|
+
"name": "project",
|
|
613
|
+
"type": "Project"
|
|
614
|
+
}
|
|
615
|
+
]
|
|
510
616
|
},
|
|
511
617
|
{
|
|
512
|
-
"name": "
|
|
513
|
-
"
|
|
514
|
-
|
|
515
|
-
|
|
618
|
+
"name": "moveConversation",
|
|
619
|
+
"params": [
|
|
620
|
+
{
|
|
621
|
+
"name": "conversationId",
|
|
622
|
+
"type": "string"
|
|
623
|
+
}
|
|
624
|
+
]
|
|
516
625
|
}
|
|
517
626
|
],
|
|
518
|
-
"events": [],
|
|
519
|
-
"slots": [],
|
|
520
|
-
"methods": [],
|
|
521
627
|
"parts": [],
|
|
522
|
-
"description": "构件 `ai-portal.
|
|
628
|
+
"description": "构件 `ai-portal.elevo-sidebar`"
|
|
523
629
|
},
|
|
524
630
|
{
|
|
525
631
|
"name": "ai-portal.ai-agents",
|
|
@@ -583,60 +689,6 @@
|
|
|
583
689
|
"parts": [],
|
|
584
690
|
"description": "构件 `ai-portal.page-container`"
|
|
585
691
|
},
|
|
586
|
-
{
|
|
587
|
-
"name": "ai-portal.chat-box",
|
|
588
|
-
"properties": [
|
|
589
|
-
{
|
|
590
|
-
"name": "disabled",
|
|
591
|
-
"type": "boolean"
|
|
592
|
-
},
|
|
593
|
-
{
|
|
594
|
-
"name": "placeholder",
|
|
595
|
-
"type": "string"
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
"name": "autoFocus",
|
|
599
|
-
"type": "boolean"
|
|
600
|
-
},
|
|
601
|
-
{
|
|
602
|
-
"name": "aiEmployees",
|
|
603
|
-
"attribute": false,
|
|
604
|
-
"type": "AIEmployee[]"
|
|
605
|
-
}
|
|
606
|
-
],
|
|
607
|
-
"events": [
|
|
608
|
-
{
|
|
609
|
-
"name": "message.submit",
|
|
610
|
-
"detail": {
|
|
611
|
-
"type": "string"
|
|
612
|
-
}
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
"name": "ai-employee.mention",
|
|
616
|
-
"detail": {
|
|
617
|
-
"type": "AIEmployee | null"
|
|
618
|
-
}
|
|
619
|
-
}
|
|
620
|
-
],
|
|
621
|
-
"slots": [],
|
|
622
|
-
"methods": [
|
|
623
|
-
{
|
|
624
|
-
"name": "setValue",
|
|
625
|
-
"params": [
|
|
626
|
-
{
|
|
627
|
-
"name": "value",
|
|
628
|
-
"type": "string"
|
|
629
|
-
}
|
|
630
|
-
]
|
|
631
|
-
},
|
|
632
|
-
{
|
|
633
|
-
"name": "getValue",
|
|
634
|
-
"params": []
|
|
635
|
-
}
|
|
636
|
-
],
|
|
637
|
-
"parts": [],
|
|
638
|
-
"description": "构件 `ai-portal.chat-box`"
|
|
639
|
-
},
|
|
640
692
|
{
|
|
641
693
|
"name": "ai-portal.tab-list",
|
|
642
694
|
"properties": [
|
|
@@ -673,6 +725,15 @@
|
|
|
673
725
|
],
|
|
674
726
|
"description": "构件 `ai-portal.tab-list`"
|
|
675
727
|
},
|
|
728
|
+
{
|
|
729
|
+
"name": "ai-portal.home-container",
|
|
730
|
+
"properties": [],
|
|
731
|
+
"events": [],
|
|
732
|
+
"slots": [],
|
|
733
|
+
"methods": [],
|
|
734
|
+
"parts": [],
|
|
735
|
+
"description": "构件 `ai-portal.home-container`"
|
|
736
|
+
},
|
|
676
737
|
{
|
|
677
738
|
"name": "ai-portal.dropdown-select",
|
|
678
739
|
"properties": [
|
|
@@ -730,67 +791,6 @@
|
|
|
730
791
|
"parts": [],
|
|
731
792
|
"description": "构件 `ai-portal.dropdown-select`"
|
|
732
793
|
},
|
|
733
|
-
{
|
|
734
|
-
"name": "ai-portal.stat-with-mini-chart",
|
|
735
|
-
"properties": [
|
|
736
|
-
{
|
|
737
|
-
"name": "label",
|
|
738
|
-
"type": "string"
|
|
739
|
-
},
|
|
740
|
-
{
|
|
741
|
-
"name": "value",
|
|
742
|
-
"type": "string"
|
|
743
|
-
},
|
|
744
|
-
{
|
|
745
|
-
"name": "size",
|
|
746
|
-
"description": "",
|
|
747
|
-
"default": "\"medium\"",
|
|
748
|
-
"type": "\"medium\" | \"small\""
|
|
749
|
-
},
|
|
750
|
-
{
|
|
751
|
-
"name": "lineColor",
|
|
752
|
-
"description": "",
|
|
753
|
-
"default": "\"var(--color-brand)\"",
|
|
754
|
-
"type": "string"
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
"name": "showArea",
|
|
758
|
-
"type": "boolean"
|
|
759
|
-
},
|
|
760
|
-
{
|
|
761
|
-
"name": "min",
|
|
762
|
-
"description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
|
|
763
|
-
"type": "number"
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
"name": "max",
|
|
767
|
-
"description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
|
|
768
|
-
"type": "number"
|
|
769
|
-
},
|
|
770
|
-
{
|
|
771
|
-
"name": "xField",
|
|
772
|
-
"description": "",
|
|
773
|
-
"default": "\"0\"",
|
|
774
|
-
"type": "string"
|
|
775
|
-
},
|
|
776
|
-
{
|
|
777
|
-
"name": "yField",
|
|
778
|
-
"description": "",
|
|
779
|
-
"default": "\"1\"",
|
|
780
|
-
"type": "string"
|
|
781
|
-
},
|
|
782
|
-
{
|
|
783
|
-
"name": "data",
|
|
784
|
-
"attribute": false,
|
|
785
|
-
"type": "Record<string, number>[]"
|
|
786
|
-
}
|
|
787
|
-
],
|
|
788
|
-
"events": [],
|
|
789
|
-
"slots": [],
|
|
790
|
-
"methods": [],
|
|
791
|
-
"parts": [],
|
|
792
|
-
"description": "构件 `ai-portal.stat-with-mini-chart`"
|
|
793
|
-
},
|
|
794
794
|
{
|
|
795
795
|
"name": "ai-portal.preview-container",
|
|
796
796
|
"properties": [
|
|
@@ -933,25 +933,6 @@
|
|
|
933
933
|
"parts": [],
|
|
934
934
|
"description": "构件 `ai-portal.project-conversations`"
|
|
935
935
|
},
|
|
936
|
-
{
|
|
937
|
-
"name": "ai-portal.activity-timeline",
|
|
938
|
-
"properties": [
|
|
939
|
-
{
|
|
940
|
-
"name": "list",
|
|
941
|
-
"attribute": false,
|
|
942
|
-
"type": "Activity[]"
|
|
943
|
-
},
|
|
944
|
-
{
|
|
945
|
-
"name": "chatUrlTemplate",
|
|
946
|
-
"type": "string"
|
|
947
|
-
}
|
|
948
|
-
],
|
|
949
|
-
"events": [],
|
|
950
|
-
"slots": [],
|
|
951
|
-
"methods": [],
|
|
952
|
-
"parts": [],
|
|
953
|
-
"description": "构件 `ai-portal.activity-timeline`"
|
|
954
|
-
},
|
|
955
936
|
{
|
|
956
937
|
"name": "ai-portal.project-knowledges",
|
|
957
938
|
"properties": [
|
|
@@ -989,6 +970,25 @@
|
|
|
989
970
|
"parts": [],
|
|
990
971
|
"description": "构件 `ai-portal.project-knowledges`"
|
|
991
972
|
},
|
|
973
|
+
{
|
|
974
|
+
"name": "ai-portal.activity-timeline",
|
|
975
|
+
"properties": [
|
|
976
|
+
{
|
|
977
|
+
"name": "list",
|
|
978
|
+
"attribute": false,
|
|
979
|
+
"type": "Activity[]"
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"name": "chatUrlTemplate",
|
|
983
|
+
"type": "string"
|
|
984
|
+
}
|
|
985
|
+
],
|
|
986
|
+
"events": [],
|
|
987
|
+
"slots": [],
|
|
988
|
+
"methods": [],
|
|
989
|
+
"parts": [],
|
|
990
|
+
"description": "构件 `ai-portal.activity-timeline`"
|
|
991
|
+
},
|
|
992
992
|
{
|
|
993
993
|
"name": "ai-portal.chat-input",
|
|
994
994
|
"properties": [
|