@next-bricks/ai-portal 0.43.0 → 0.43.1

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 (39) hide show
  1. package/dist/bricks.json +23 -23
  2. package/dist/chunks/453.657c389e.js +2 -0
  3. package/dist/chunks/453.657c389e.js.map +1 -0
  4. package/dist/chunks/6754.a5405189.js +2 -0
  5. package/dist/chunks/6754.a5405189.js.map +1 -0
  6. package/dist/chunks/98.9cf438cf.js +2 -0
  7. package/dist/chunks/98.9cf438cf.js.map +1 -0
  8. package/dist/chunks/9965.9f32c070.js +2 -0
  9. package/dist/chunks/9965.9f32c070.js.map +1 -0
  10. package/dist/chunks/chat-stream.fe9bdede.js +2 -0
  11. package/dist/chunks/chat-stream.fe9bdede.js.map +1 -0
  12. package/dist/chunks/{cruise-canvas.259aabf0.js → cruise-canvas.22d578c0.js} +2 -2
  13. package/dist/chunks/{cruise-canvas.259aabf0.js.map → cruise-canvas.22d578c0.js.map} +1 -1
  14. package/dist/chunks/main.bfbc8871.js +2 -0
  15. package/dist/chunks/{main.68f962c7.js.map → main.bfbc8871.js.map} +1 -1
  16. package/dist/chunks/show-case.e7d8f1a7.js +2 -0
  17. package/dist/chunks/show-case.e7d8f1a7.js.map +1 -0
  18. package/dist/examples.json +15 -15
  19. package/dist/index.07b86656.js +2 -0
  20. package/dist/{index.7be70cad.js.map → index.07b86656.js.map} +1 -1
  21. package/dist/manifest.json +166 -152
  22. package/dist/types.json +481 -338
  23. package/dist-types/chat-stream/ChatStream.d.ts +1 -1
  24. package/dist-types/chat-stream/index.d.ts +7 -1
  25. package/package.json +2 -2
  26. package/dist/chunks/6754.7bcec0be.js +0 -2
  27. package/dist/chunks/6754.7bcec0be.js.map +0 -1
  28. package/dist/chunks/7493.76f316f5.js +0 -2
  29. package/dist/chunks/7493.76f316f5.js.map +0 -1
  30. package/dist/chunks/7520.3cec74b9.js +0 -2
  31. package/dist/chunks/7520.3cec74b9.js.map +0 -1
  32. package/dist/chunks/9965.6e6bda17.js +0 -2
  33. package/dist/chunks/9965.6e6bda17.js.map +0 -1
  34. package/dist/chunks/chat-stream.9c05bfdd.js +0 -2
  35. package/dist/chunks/chat-stream.9c05bfdd.js.map +0 -1
  36. package/dist/chunks/main.68f962c7.js +0 -2
  37. package/dist/chunks/show-case.2e705d81.js +0 -2
  38. package/dist/chunks/show-case.2e705d81.js.map +0 -1
  39. package/dist/index.7be70cad.js +0 -2
@@ -162,6 +162,76 @@
162
162
  "parts": [],
163
163
  "description": "构件 `ai-portal.cruise-canvas`"
164
164
  },
165
+ {
166
+ "name": "ai-portal.stat-with-mini-chart",
167
+ "properties": [
168
+ {
169
+ "name": "label",
170
+ "type": "string"
171
+ },
172
+ {
173
+ "name": "value",
174
+ "type": "string"
175
+ },
176
+ {
177
+ "name": "size",
178
+ "description": "",
179
+ "default": "\"medium\"",
180
+ "type": "\"medium\" | \"small\""
181
+ },
182
+ {
183
+ "name": "lineColor",
184
+ "description": "",
185
+ "default": "\"var(--color-brand)\"",
186
+ "type": "string"
187
+ },
188
+ {
189
+ "name": "showArea",
190
+ "type": "boolean"
191
+ },
192
+ {
193
+ "name": "min",
194
+ "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
195
+ "type": "number"
196
+ },
197
+ {
198
+ "name": "max",
199
+ "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
200
+ "type": "number"
201
+ },
202
+ {
203
+ "name": "xField",
204
+ "description": "",
205
+ "default": "\"0\"",
206
+ "type": "string"
207
+ },
208
+ {
209
+ "name": "yField",
210
+ "description": "",
211
+ "default": "\"1\"",
212
+ "type": "string"
213
+ },
214
+ {
215
+ "name": "data",
216
+ "attribute": false,
217
+ "type": "Record<string, number>[]"
218
+ }
219
+ ],
220
+ "events": [],
221
+ "slots": [],
222
+ "methods": [],
223
+ "parts": [],
224
+ "description": "构件 `ai-portal.stat-with-mini-chart`"
225
+ },
226
+ {
227
+ "name": "ai-portal.home-container",
228
+ "properties": [],
229
+ "events": [],
230
+ "slots": [],
231
+ "methods": [],
232
+ "parts": [],
233
+ "description": "构件 `ai-portal.home-container`"
234
+ },
165
235
  {
166
236
  "name": "ai-portal.elevo-sidebar",
167
237
  "properties": [
@@ -302,15 +372,6 @@
302
372
  "parts": [],
303
373
  "description": "构件 `ai-portal.elevo-sidebar`"
304
374
  },
305
- {
306
- "name": "ai-portal.home-container",
307
- "properties": [],
308
- "events": [],
309
- "slots": [],
310
- "methods": [],
311
- "parts": [],
312
- "description": "构件 `ai-portal.home-container`"
313
- },
314
375
  {
315
376
  "name": "ai-portal.icon-button",
316
377
  "properties": [
@@ -338,6 +399,21 @@
338
399
  "parts": [],
339
400
  "description": "构件 `ai-portal.icon-button`"
340
401
  },
402
+ {
403
+ "name": "ai-portal.show-cases",
404
+ "properties": [
405
+ {
406
+ "name": "list",
407
+ "attribute": false,
408
+ "type": "ShowCaseType[]"
409
+ }
410
+ ],
411
+ "events": [],
412
+ "slots": [],
413
+ "methods": [],
414
+ "parts": [],
415
+ "description": "构件 `ai-portal.show-cases`"
416
+ },
341
417
  {
342
418
  "name": "ai-portal.mcp-tools",
343
419
  "properties": [
@@ -360,19 +436,59 @@
360
436
  "description": "构件 `ai-portal.mcp-tools`"
361
437
  },
362
438
  {
363
- "name": "ai-portal.show-cases",
439
+ "name": "ai-portal.ai-employees",
364
440
  "properties": [
365
441
  {
366
442
  "name": "list",
367
443
  "attribute": false,
368
- "type": "ShowCaseType[]"
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"
369
460
  }
370
461
  ],
371
462
  "events": [],
372
463
  "slots": [],
373
464
  "methods": [],
374
465
  "parts": [],
375
- "description": "构件 `ai-portal.show-cases`"
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`"
376
492
  },
377
493
  {
378
494
  "name": "ai-portal.chat-stream",
@@ -434,6 +550,20 @@
434
550
  {
435
551
  "name": "previewUrlTemplate",
436
552
  "type": "string"
553
+ },
554
+ {
555
+ "name": "showCases",
556
+ "attribute": false,
557
+ "type": "ShowCaseType[]"
558
+ },
559
+ {
560
+ "name": "exampleProjects",
561
+ "attribute": false,
562
+ "type": "ExampleProject[]"
563
+ },
564
+ {
565
+ "name": "tryItOutUrl",
566
+ "type": "string"
437
567
  }
438
568
  ],
439
569
  "events": [
@@ -502,120 +632,41 @@
502
632
  "description": "构件 `ai-portal.chat-stream`"
503
633
  },
504
634
  {
505
- "name": "ai-portal.ai-employees",
635
+ "name": "ai-portal.page-container",
506
636
  "properties": [
507
637
  {
508
- "name": "list",
509
- "attribute": false,
510
- "type": "Employee[]"
511
- },
512
- {
513
- "name": "industries",
514
- "attribute": false,
515
- "type": "string[]"
516
- },
517
- {
518
- "name": "urlTemplate",
638
+ "name": "pageTitle",
519
639
  "type": "string"
520
640
  },
521
641
  {
522
- "name": "withContainer",
523
- "description": "",
524
- "deprecated": true,
525
- "default": "true"
526
- }
527
- ],
528
- "events": [],
529
- "slots": [],
530
- "methods": [],
531
- "parts": [],
532
- "description": "构件 `ai-portal.ai-employees`"
533
- },
534
- {
535
- "name": "ai-portal.ai-agents",
536
- "properties": [
537
- {
538
- "name": "list",
642
+ "name": "breadcrumbs",
539
643
  "attribute": false,
540
- "type": "Agent[]"
644
+ "type": "Breadcrumb[]"
541
645
  },
542
646
  {
543
- "name": "urlTemplate",
544
- "type": "string"
647
+ "name": "size",
648
+ "type": "\"medium\" | \"small\""
545
649
  },
546
650
  {
547
- "name": "withContainer",
548
- "description": "",
549
- "deprecated": true,
550
- "default": "true"
651
+ "name": "textContent",
652
+ "type": "string",
653
+ "description": "文本内容"
551
654
  }
552
655
  ],
553
656
  "events": [],
554
- "slots": [],
555
- "methods": [],
556
- "parts": [],
557
- "description": "构件 `ai-portal.ai-agents`"
558
- },
559
- {
560
- "name": "ai-portal.stat-with-mini-chart",
561
- "properties": [
562
- {
563
- "name": "label",
564
- "type": "string"
565
- },
566
- {
567
- "name": "value",
568
- "type": "string"
569
- },
570
- {
571
- "name": "size",
572
- "description": "",
573
- "default": "\"medium\"",
574
- "type": "\"medium\" | \"small\""
575
- },
576
- {
577
- "name": "lineColor",
578
- "description": "",
579
- "default": "\"var(--color-brand)\"",
580
- "type": "string"
581
- },
582
- {
583
- "name": "showArea",
584
- "type": "boolean"
585
- },
586
- {
587
- "name": "min",
588
- "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
589
- "type": "number"
590
- },
591
- {
592
- "name": "max",
593
- "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
594
- "type": "number"
595
- },
596
- {
597
- "name": "xField",
598
- "description": "",
599
- "default": "\"0\"",
600
- "type": "string"
601
- },
657
+ "slots": [
602
658
  {
603
- "name": "yField",
604
- "description": "",
605
- "default": "\"1\"",
606
- "type": "string"
659
+ "name": null,
660
+ "description": "内容"
607
661
  },
608
662
  {
609
- "name": "data",
610
- "attribute": false,
611
- "type": "Record<string, number>[]"
663
+ "name": "toolbar",
664
+ "description": "工具栏"
612
665
  }
613
666
  ],
614
- "events": [],
615
- "slots": [],
616
667
  "methods": [],
617
668
  "parts": [],
618
- "description": "构件 `ai-portal.stat-with-mini-chart`"
669
+ "description": "构件 `ai-portal.page-container`"
619
670
  },
620
671
  {
621
672
  "name": "ai-portal.project-summary",
@@ -636,43 +687,6 @@
636
687
  "parts": [],
637
688
  "description": "构件 `ai-portal.project-summary`"
638
689
  },
639
- {
640
- "name": "ai-portal.page-container",
641
- "properties": [
642
- {
643
- "name": "pageTitle",
644
- "type": "string"
645
- },
646
- {
647
- "name": "breadcrumbs",
648
- "attribute": false,
649
- "type": "Breadcrumb[]"
650
- },
651
- {
652
- "name": "size",
653
- "type": "\"medium\" | \"small\""
654
- },
655
- {
656
- "name": "textContent",
657
- "type": "string",
658
- "description": "文本内容"
659
- }
660
- ],
661
- "events": [],
662
- "slots": [
663
- {
664
- "name": null,
665
- "description": "内容"
666
- },
667
- {
668
- "name": "toolbar",
669
- "description": "工具栏"
670
- }
671
- ],
672
- "methods": [],
673
- "parts": [],
674
- "description": "构件 `ai-portal.page-container`"
675
- },
676
690
  {
677
691
  "name": "ai-portal.chat-box",
678
692
  "properties": [
@@ -1052,6 +1066,15 @@
1052
1066
  "parts": [],
1053
1067
  "description": "构件 `ai-portal.chat-input`"
1054
1068
  },
1069
+ {
1070
+ "name": "ai-portal.elevo-logo",
1071
+ "properties": [],
1072
+ "events": [],
1073
+ "slots": [],
1074
+ "methods": [],
1075
+ "parts": [],
1076
+ "description": "构件 `ai-portal.elevo-logo`"
1077
+ },
1055
1078
  {
1056
1079
  "name": "ai-portal.show-case",
1057
1080
  "properties": [
@@ -1073,15 +1096,6 @@
1073
1096
  "methods": [],
1074
1097
  "parts": [],
1075
1098
  "description": "构件 `ai-portal.show-case`"
1076
- },
1077
- {
1078
- "name": "ai-portal.elevo-logo",
1079
- "properties": [],
1080
- "events": [],
1081
- "slots": [],
1082
- "methods": [],
1083
- "parts": [],
1084
- "description": "构件 `ai-portal.elevo-logo`"
1085
1099
  }
1086
1100
  ],
1087
1101
  "providers": [