@next-bricks/ai-portal 0.31.0 → 0.31.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.
@@ -3,35 +3,6 @@
3
3
  "package": "@next-bricks/ai-portal",
4
4
  "name": "ai-portal",
5
5
  "bricks": [
6
- {
7
- "name": "ai-portal.chat-box",
8
- "properties": [
9
- {
10
- "name": "disabled",
11
- "type": "boolean"
12
- },
13
- {
14
- "name": "placeholder",
15
- "type": "string"
16
- },
17
- {
18
- "name": "autoFocus",
19
- "type": "boolean"
20
- }
21
- ],
22
- "events": [
23
- {
24
- "name": "message.submit",
25
- "detail": {
26
- "type": "string"
27
- }
28
- }
29
- ],
30
- "slots": [],
31
- "methods": [],
32
- "parts": [],
33
- "description": "构件 `ai-portal.chat-box`"
34
- },
35
6
  {
36
7
  "name": "ai-portal.cruise-canvas",
37
8
  "properties": [
@@ -163,52 +134,6 @@
163
134
  "parts": [],
164
135
  "description": "构件 `ai-portal.cruise-canvas`"
165
136
  },
166
- {
167
- "name": "ai-portal.home-container",
168
- "properties": [],
169
- "events": [],
170
- "slots": [],
171
- "methods": [],
172
- "parts": [],
173
- "description": "构件 `ai-portal.home-container`"
174
- },
175
- {
176
- "name": "ai-portal.chat-history",
177
- "properties": [
178
- {
179
- "name": "list",
180
- "attribute": false,
181
- "type": "HistoryItem[]"
182
- },
183
- {
184
- "name": "actions",
185
- "attribute": false,
186
- "type": "ActionType[]"
187
- },
188
- {
189
- "name": "nextToken",
190
- "type": "string"
191
- }
192
- ],
193
- "events": [
194
- {
195
- "name": "action.click",
196
- "detail": {
197
- "type": "ActionClickDetail"
198
- }
199
- },
200
- {
201
- "name": "load.more",
202
- "detail": {
203
- "type": "{ nextToken: string }"
204
- }
205
- }
206
- ],
207
- "slots": [],
208
- "methods": [],
209
- "parts": [],
210
- "description": "构件 `ai-portal.chat-history`"
211
- },
212
137
  {
213
138
  "name": "ai-portal.stat-with-mini-chart",
214
139
  "properties": [
@@ -270,6 +195,43 @@
270
195
  "parts": [],
271
196
  "description": "构件 `ai-portal.stat-with-mini-chart`"
272
197
  },
198
+ {
199
+ "name": "ai-portal.chat-history",
200
+ "properties": [
201
+ {
202
+ "name": "list",
203
+ "attribute": false,
204
+ "type": "HistoryItem[]"
205
+ },
206
+ {
207
+ "name": "actions",
208
+ "attribute": false,
209
+ "type": "ActionType[]"
210
+ },
211
+ {
212
+ "name": "nextToken",
213
+ "type": "string"
214
+ }
215
+ ],
216
+ "events": [
217
+ {
218
+ "name": "action.click",
219
+ "detail": {
220
+ "type": "ActionClickDetail"
221
+ }
222
+ },
223
+ {
224
+ "name": "load.more",
225
+ "detail": {
226
+ "type": "{ nextToken: string }"
227
+ }
228
+ }
229
+ ],
230
+ "slots": [],
231
+ "methods": [],
232
+ "parts": [],
233
+ "description": "构件 `ai-portal.chat-history`"
234
+ },
273
235
  {
274
236
  "name": "ai-portal.elevo-logo",
275
237
  "properties": [],
@@ -279,6 +241,33 @@
279
241
  "parts": [],
280
242
  "description": "Elevo Logo"
281
243
  },
244
+ {
245
+ "name": "ai-portal.icon-button",
246
+ "properties": [
247
+ {
248
+ "name": "icon",
249
+ "attribute": false,
250
+ "type": "GeneralIconProps"
251
+ },
252
+ {
253
+ "name": "tooltip",
254
+ "type": "string"
255
+ },
256
+ {
257
+ "name": "disabled",
258
+ "type": "boolean"
259
+ },
260
+ {
261
+ "name": "variant",
262
+ "type": "IconButtonVariant"
263
+ }
264
+ ],
265
+ "events": [],
266
+ "slots": [],
267
+ "methods": [],
268
+ "parts": [],
269
+ "description": "构件 `ai-portal.icon-button`"
270
+ },
282
271
  {
283
272
  "name": "ai-portal.elevo-sidebar",
284
273
  "properties": [
@@ -420,31 +409,32 @@
420
409
  "description": "构件 `ai-portal.elevo-sidebar`"
421
410
  },
422
411
  {
423
- "name": "ai-portal.icon-button",
412
+ "name": "ai-portal.show-cases",
424
413
  "properties": [
425
414
  {
426
- "name": "icon",
415
+ "name": "list",
427
416
  "attribute": false,
428
- "type": "GeneralIconProps"
417
+ "type": "ShowCase[]"
429
418
  },
430
419
  {
431
- "name": "tooltip",
420
+ "name": "taskUrlTemplate",
432
421
  "type": "string"
433
- },
434
- {
435
- "name": "disabled",
436
- "type": "boolean"
437
- },
438
- {
439
- "name": "variant",
440
- "type": "IconButtonVariant"
441
422
  }
442
423
  ],
443
424
  "events": [],
444
425
  "slots": [],
445
426
  "methods": [],
446
427
  "parts": [],
447
- "description": "构件 `ai-portal.icon-button`"
428
+ "description": "构件 `ai-portal.show-cases`"
429
+ },
430
+ {
431
+ "name": "ai-portal.home-container",
432
+ "properties": [],
433
+ "events": [],
434
+ "slots": [],
435
+ "methods": [],
436
+ "parts": [],
437
+ "description": "构件 `ai-portal.home-container`"
448
438
  },
449
439
  {
450
440
  "name": "ai-portal.mcp-tools",
@@ -468,23 +458,63 @@
468
458
  "description": "构件 `ai-portal.mcp-tools`"
469
459
  },
470
460
  {
471
- "name": "ai-portal.show-cases",
461
+ "name": "ai-portal.ai-employees",
472
462
  "properties": [
473
463
  {
474
464
  "name": "list",
475
465
  "attribute": false,
476
- "type": "ShowCase[]"
466
+ "type": "Employee[]"
477
467
  },
478
468
  {
479
- "name": "taskUrlTemplate",
469
+ "name": "industries",
470
+ "attribute": false,
471
+ "type": "string[]"
472
+ },
473
+ {
474
+ "name": "urlTemplate",
480
475
  "type": "string"
476
+ },
477
+ {
478
+ "name": "withContainer",
479
+ "description": "",
480
+ "deprecated": true,
481
+ "default": "true"
481
482
  }
482
483
  ],
483
484
  "events": [],
484
485
  "slots": [],
485
486
  "methods": [],
486
487
  "parts": [],
487
- "description": "构件 `ai-portal.show-cases`"
488
+ "description": "构件 `ai-portal.ai-employees`"
489
+ },
490
+ {
491
+ "name": "ai-portal.chat-box",
492
+ "properties": [
493
+ {
494
+ "name": "disabled",
495
+ "type": "boolean"
496
+ },
497
+ {
498
+ "name": "placeholder",
499
+ "type": "string"
500
+ },
501
+ {
502
+ "name": "autoFocus",
503
+ "type": "boolean"
504
+ }
505
+ ],
506
+ "events": [
507
+ {
508
+ "name": "message.submit",
509
+ "detail": {
510
+ "type": "string"
511
+ }
512
+ }
513
+ ],
514
+ "slots": [],
515
+ "methods": [],
516
+ "parts": [],
517
+ "description": "构件 `ai-portal.chat-box`"
488
518
  },
489
519
  {
490
520
  "name": "ai-portal.chat-stream",
@@ -589,36 +619,6 @@
589
619
  "parts": [],
590
620
  "description": "构件 `ai-portal.chat-stream`"
591
621
  },
592
- {
593
- "name": "ai-portal.ai-employees",
594
- "properties": [
595
- {
596
- "name": "list",
597
- "attribute": false,
598
- "type": "Employee[]"
599
- },
600
- {
601
- "name": "industries",
602
- "attribute": false,
603
- "type": "string[]"
604
- },
605
- {
606
- "name": "urlTemplate",
607
- "type": "string"
608
- },
609
- {
610
- "name": "withContainer",
611
- "description": "",
612
- "deprecated": true,
613
- "default": "true"
614
- }
615
- ],
616
- "events": [],
617
- "slots": [],
618
- "methods": [],
619
- "parts": [],
620
- "description": "构件 `ai-portal.ai-employees`"
621
- },
622
622
  {
623
623
  "name": "ai-portal.ai-agents",
624
624
  "properties": [
@@ -671,6 +671,10 @@
671
671
  {
672
672
  "name": null,
673
673
  "description": "内容"
674
+ },
675
+ {
676
+ "name": "toolbar",
677
+ "description": "工具栏"
674
678
  }
675
679
  ],
676
680
  "methods": [],