@next-bricks/ai-portal 0.39.4 → 0.39.6

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.
Files changed (59) hide show
  1. package/dist/bricks.json +18 -17
  2. package/dist/chunks/1967.118ab1ff.js +2 -0
  3. package/dist/chunks/1967.118ab1ff.js.map +1 -0
  4. package/dist/chunks/3554.d27ba6a7.js +2 -0
  5. package/dist/chunks/3554.d27ba6a7.js.map +1 -0
  6. package/dist/chunks/382.673901e0.js +2 -0
  7. package/dist/chunks/382.673901e0.js.map +1 -0
  8. package/dist/chunks/453.bb828a7c.js +2 -0
  9. package/dist/chunks/453.bb828a7c.js.map +1 -0
  10. package/dist/chunks/71.d73556e8.js +2 -0
  11. package/dist/chunks/71.d73556e8.js.map +1 -0
  12. package/dist/chunks/7774.4418c30b.js +2 -0
  13. package/dist/chunks/7774.4418c30b.js.map +1 -0
  14. package/dist/chunks/{8616.00ec7d55.js → 8616.ceae4e7b.js} +3 -3
  15. package/dist/chunks/{8616.00ec7d55.js.map → 8616.ceae4e7b.js.map} +1 -1
  16. package/dist/chunks/chat-box.95d5030b.js +2 -0
  17. package/dist/chunks/chat-box.95d5030b.js.map +1 -0
  18. package/dist/chunks/goal-card-list.3808c3ae.js +3 -0
  19. package/dist/chunks/goal-card-list.3808c3ae.js.map +1 -0
  20. package/dist/chunks/{main.34dc1e32.js → main.70faece8.js} +2 -2
  21. package/dist/chunks/{main.34dc1e32.js.map → main.70faece8.js.map} +1 -1
  22. package/dist/chunks/preview-container.260a045a.js +2 -0
  23. package/dist/chunks/preview-container.260a045a.js.map +1 -0
  24. package/dist/chunks/project-conversations.972403a2.js +3 -0
  25. package/dist/chunks/project-conversations.972403a2.js.map +1 -0
  26. package/dist/examples.json +9 -9
  27. package/dist/{index.5799bda2.js → index.910aa848.js} +2 -2
  28. package/dist/{index.5799bda2.js.map → index.910aa848.js.map} +1 -1
  29. package/dist/manifest.json +150 -126
  30. package/dist/types.json +219 -181
  31. package/dist-types/chat-box/index.d.ts +10 -1
  32. package/dist-types/goal-card-list/CardItem/CardItem.d.ts +3 -1
  33. package/dist-types/goal-card-list/i18n.d.ts +2 -1
  34. package/dist-types/goal-card-list/index.d.ts +2 -0
  35. package/dist-types/shared/interfaces.d.ts +1 -1
  36. package/package.json +2 -2
  37. package/dist/chunks/1967.90a3a911.js +0 -2
  38. package/dist/chunks/1967.90a3a911.js.map +0 -1
  39. package/dist/chunks/2940.8640e146.js +0 -2
  40. package/dist/chunks/2940.8640e146.js.map +0 -1
  41. package/dist/chunks/3554.3bd4e85e.js +0 -2
  42. package/dist/chunks/3554.3bd4e85e.js.map +0 -1
  43. package/dist/chunks/453.91b3c698.js +0 -2
  44. package/dist/chunks/453.91b3c698.js.map +0 -1
  45. package/dist/chunks/71.fac7051d.js +0 -2
  46. package/dist/chunks/71.fac7051d.js.map +0 -1
  47. package/dist/chunks/833.0f19f121.js +0 -2
  48. package/dist/chunks/833.0f19f121.js.map +0 -1
  49. package/dist/chunks/chat-box.8bcfda44.js +0 -2
  50. package/dist/chunks/chat-box.8bcfda44.js.map +0 -1
  51. package/dist/chunks/goal-card-list.d0dfa31e.js +0 -3
  52. package/dist/chunks/goal-card-list.d0dfa31e.js.map +0 -1
  53. package/dist/chunks/preview-container.be444668.js +0 -2
  54. package/dist/chunks/preview-container.be444668.js.map +0 -1
  55. package/dist/chunks/project-conversations.758d7189.js +0 -3
  56. package/dist/chunks/project-conversations.758d7189.js.map +0 -1
  57. /package/dist/chunks/{8616.00ec7d55.js.LICENSE.txt → 8616.ceae4e7b.js.LICENSE.txt} +0 -0
  58. /package/dist/chunks/{goal-card-list.d0dfa31e.js.LICENSE.txt → goal-card-list.3808c3ae.js.LICENSE.txt} +0 -0
  59. /package/dist/chunks/{project-conversations.758d7189.js.LICENSE.txt → project-conversations.972403a2.js.LICENSE.txt} +0 -0
@@ -163,10 +163,94 @@
163
163
  }
164
164
  ],
165
165
  "slots": [],
166
- "methods": [],
166
+ "methods": [
167
+ {
168
+ "name": "setValue",
169
+ "params": [
170
+ {
171
+ "name": "value",
172
+ "type": "string"
173
+ }
174
+ ]
175
+ },
176
+ {
177
+ "name": "getValue",
178
+ "params": []
179
+ }
180
+ ],
167
181
  "parts": [],
168
182
  "description": "构件 `ai-portal.chat-box`"
169
183
  },
184
+ {
185
+ "name": "ai-portal.home-container",
186
+ "properties": [],
187
+ "events": [],
188
+ "slots": [],
189
+ "methods": [],
190
+ "parts": [],
191
+ "description": "构件 `ai-portal.home-container`"
192
+ },
193
+ {
194
+ "name": "ai-portal.stat-with-mini-chart",
195
+ "properties": [
196
+ {
197
+ "name": "label",
198
+ "type": "string"
199
+ },
200
+ {
201
+ "name": "value",
202
+ "type": "string"
203
+ },
204
+ {
205
+ "name": "size",
206
+ "description": "",
207
+ "default": "\"medium\"",
208
+ "type": "\"medium\" | \"small\""
209
+ },
210
+ {
211
+ "name": "lineColor",
212
+ "description": "",
213
+ "default": "\"var(--color-brand)\"",
214
+ "type": "string"
215
+ },
216
+ {
217
+ "name": "showArea",
218
+ "type": "boolean"
219
+ },
220
+ {
221
+ "name": "min",
222
+ "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
223
+ "type": "number"
224
+ },
225
+ {
226
+ "name": "max",
227
+ "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
228
+ "type": "number"
229
+ },
230
+ {
231
+ "name": "xField",
232
+ "description": "",
233
+ "default": "\"0\"",
234
+ "type": "string"
235
+ },
236
+ {
237
+ "name": "yField",
238
+ "description": "",
239
+ "default": "\"1\"",
240
+ "type": "string"
241
+ },
242
+ {
243
+ "name": "data",
244
+ "attribute": false,
245
+ "type": "Record<string, number>[]"
246
+ }
247
+ ],
248
+ "events": [],
249
+ "slots": [],
250
+ "methods": [],
251
+ "parts": [],
252
+ "description": "构件 `ai-portal.stat-with-mini-chart`"
253
+ },
170
254
  {
171
255
  "name": "ai-portal.elevo-sidebar",
172
256
  "properties": [
@@ -353,67 +437,6 @@
353
437
  "parts": [],
354
438
  "description": "构件 `ai-portal.show-cases`"
355
439
  },
356
- {
357
- "name": "ai-portal.stat-with-mini-chart",
358
- "properties": [
359
- {
360
- "name": "label",
361
- "type": "string"
362
- },
363
- {
364
- "name": "value",
365
- "type": "string"
366
- },
367
- {
368
- "name": "size",
369
- "description": "",
370
- "default": "\"medium\"",
371
- "type": "\"medium\" | \"small\""
372
- },
373
- {
374
- "name": "lineColor",
375
- "description": "",
376
- "default": "\"var(--color-brand)\"",
377
- "type": "string"
378
- },
379
- {
380
- "name": "showArea",
381
- "type": "boolean"
382
- },
383
- {
384
- "name": "min",
385
- "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
386
- "type": "number"
387
- },
388
- {
389
- "name": "max",
390
- "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
391
- "type": "number"
392
- },
393
- {
394
- "name": "xField",
395
- "description": "",
396
- "default": "\"0\"",
397
- "type": "string"
398
- },
399
- {
400
- "name": "yField",
401
- "description": "",
402
- "default": "\"1\"",
403
- "type": "string"
404
- },
405
- {
406
- "name": "data",
407
- "attribute": false,
408
- "type": "Record<string, number>[]"
409
- }
410
- ],
411
- "events": [],
412
- "slots": [],
413
- "methods": [],
414
- "parts": [],
415
- "description": "构件 `ai-portal.stat-with-mini-chart`"
416
- },
417
440
  {
418
441
  "name": "ai-portal.mcp-tools",
419
442
  "properties": [
@@ -435,61 +458,6 @@
435
458
  "parts": [],
436
459
  "description": "构件 `ai-portal.mcp-tools`"
437
460
  },
438
- {
439
- "name": "ai-portal.ai-employees",
440
- "properties": [
441
- {
442
- "name": "list",
443
- "attribute": false,
444
- "type": "Employee[]"
445
- },
446
- {
447
- "name": "industries",
448
- "attribute": false,
449
- "type": "string[]"
450
- },
451
- {
452
- "name": "urlTemplate",
453
- "type": "string"
454
- },
455
- {
456
- "name": "withContainer",
457
- "description": "",
458
- "deprecated": true,
459
- "default": "true"
460
- }
461
- ],
462
- "events": [],
463
- "slots": [],
464
- "methods": [],
465
- "parts": [],
466
- "description": "构件 `ai-portal.ai-employees`"
467
- },
468
- {
469
- "name": "ai-portal.ai-agents",
470
- "properties": [
471
- {
472
- "name": "list",
473
- "attribute": false,
474
- "type": "Agent[]"
475
- },
476
- {
477
- "name": "urlTemplate",
478
- "type": "string"
479
- },
480
- {
481
- "name": "withContainer",
482
- "description": "",
483
- "deprecated": true,
484
- "default": "true"
485
- }
486
- ],
487
- "events": [],
488
- "slots": [],
489
- "methods": [],
490
- "parts": [],
491
- "description": "构件 `ai-portal.ai-agents`"
492
- },
493
461
  {
494
462
  "name": "ai-portal.chat-stream",
495
463
  "properties": [
@@ -607,6 +575,61 @@
607
575
  "parts": [],
608
576
  "description": "构件 `ai-portal.chat-stream`"
609
577
  },
578
+ {
579
+ "name": "ai-portal.ai-employees",
580
+ "properties": [
581
+ {
582
+ "name": "list",
583
+ "attribute": false,
584
+ "type": "Employee[]"
585
+ },
586
+ {
587
+ "name": "industries",
588
+ "attribute": false,
589
+ "type": "string[]"
590
+ },
591
+ {
592
+ "name": "urlTemplate",
593
+ "type": "string"
594
+ },
595
+ {
596
+ "name": "withContainer",
597
+ "description": "",
598
+ "deprecated": true,
599
+ "default": "true"
600
+ }
601
+ ],
602
+ "events": [],
603
+ "slots": [],
604
+ "methods": [],
605
+ "parts": [],
606
+ "description": "构件 `ai-portal.ai-employees`"
607
+ },
608
+ {
609
+ "name": "ai-portal.ai-agents",
610
+ "properties": [
611
+ {
612
+ "name": "list",
613
+ "attribute": false,
614
+ "type": "Agent[]"
615
+ },
616
+ {
617
+ "name": "urlTemplate",
618
+ "type": "string"
619
+ },
620
+ {
621
+ "name": "withContainer",
622
+ "description": "",
623
+ "deprecated": true,
624
+ "default": "true"
625
+ }
626
+ ],
627
+ "events": [],
628
+ "slots": [],
629
+ "methods": [],
630
+ "parts": [],
631
+ "description": "构件 `ai-portal.ai-agents`"
632
+ },
610
633
  {
611
634
  "name": "ai-portal.page-container",
612
635
  "properties": [
@@ -663,15 +686,6 @@
663
686
  "parts": [],
664
687
  "description": "构件 `ai-portal.project-summary`"
665
688
  },
666
- {
667
- "name": "ai-portal.home-container",
668
- "properties": [],
669
- "events": [],
670
- "slots": [],
671
- "methods": [],
672
- "parts": [],
673
- "description": "构件 `ai-portal.home-container`"
674
- },
675
689
  {
676
690
  "name": "ai-portal.tab-list",
677
691
  "properties": [
@@ -819,6 +833,10 @@
819
833
  "name": "cardStyle",
820
834
  "attribute": false,
821
835
  "type": "React.CSSProperties"
836
+ },
837
+ {
838
+ "name": "activeKey",
839
+ "type": "string"
822
840
  }
823
841
  ],
824
842
  "events": [
@@ -839,6 +857,12 @@
839
857
  "detail": {
840
858
  "type": "GoalItem"
841
859
  }
860
+ },
861
+ {
862
+ "name": "item.new.chat",
863
+ "detail": {
864
+ "type": "GoalItem"
865
+ }
842
866
  }
843
867
  ],
844
868
  "slots": [],