@next-bricks/ai-portal 0.58.9 → 0.58.10

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.
@@ -162,20 +162,6 @@
162
162
  "parts": [],
163
163
  "description": "构件 `ai-portal.cruise-canvas`"
164
164
  },
165
- {
166
- "name": "ai-portal.home-container",
167
- "properties": [
168
- {
169
- "name": "sticky",
170
- "type": "boolean"
171
- }
172
- ],
173
- "events": [],
174
- "slots": [],
175
- "methods": [],
176
- "parts": [],
177
- "description": "构件 `ai-portal.home-container`"
178
- },
179
165
  {
180
166
  "name": "ai-portal.elevo-sidebar",
181
167
  "properties": [
@@ -343,6 +329,67 @@
343
329
  "parts": [],
344
330
  "description": "构件 `ai-portal.icon-button`"
345
331
  },
332
+ {
333
+ "name": "ai-portal.stat-with-mini-chart",
334
+ "properties": [
335
+ {
336
+ "name": "label",
337
+ "type": "string"
338
+ },
339
+ {
340
+ "name": "value",
341
+ "type": "string"
342
+ },
343
+ {
344
+ "name": "size",
345
+ "description": "",
346
+ "default": "\"medium\"",
347
+ "type": "\"medium\" | \"small\""
348
+ },
349
+ {
350
+ "name": "lineColor",
351
+ "description": "",
352
+ "default": "\"var(--color-brand)\"",
353
+ "type": "string"
354
+ },
355
+ {
356
+ "name": "showArea",
357
+ "type": "boolean"
358
+ },
359
+ {
360
+ "name": "min",
361
+ "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
362
+ "type": "number"
363
+ },
364
+ {
365
+ "name": "max",
366
+ "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
367
+ "type": "number"
368
+ },
369
+ {
370
+ "name": "xField",
371
+ "description": "",
372
+ "default": "\"0\"",
373
+ "type": "string"
374
+ },
375
+ {
376
+ "name": "yField",
377
+ "description": "",
378
+ "default": "\"1\"",
379
+ "type": "string"
380
+ },
381
+ {
382
+ "name": "data",
383
+ "attribute": false,
384
+ "type": "Record<string, number>[]"
385
+ }
386
+ ],
387
+ "events": [],
388
+ "slots": [],
389
+ "methods": [],
390
+ "parts": [],
391
+ "description": "构件 `ai-portal.stat-with-mini-chart`"
392
+ },
346
393
  {
347
394
  "name": "ai-portal.show-cases",
348
395
  "properties": [
@@ -381,6 +428,112 @@
381
428
  "parts": [],
382
429
  "description": "构件 `ai-portal.mcp-tools`"
383
430
  },
431
+ {
432
+ "name": "ai-portal.ai-employees",
433
+ "properties": [
434
+ {
435
+ "name": "list",
436
+ "attribute": false,
437
+ "type": "Employee[]"
438
+ },
439
+ {
440
+ "name": "industries",
441
+ "attribute": false,
442
+ "type": "string[]"
443
+ },
444
+ {
445
+ "name": "urlTemplate",
446
+ "type": "string"
447
+ },
448
+ {
449
+ "name": "withContainer",
450
+ "description": "",
451
+ "deprecated": true,
452
+ "default": "true"
453
+ }
454
+ ],
455
+ "events": [],
456
+ "slots": [],
457
+ "methods": [],
458
+ "parts": [],
459
+ "description": "构件 `ai-portal.ai-employees`"
460
+ },
461
+ {
462
+ "name": "ai-portal.chat-box",
463
+ "properties": [
464
+ {
465
+ "name": "disabled",
466
+ "type": "boolean"
467
+ },
468
+ {
469
+ "name": "placeholder",
470
+ "type": "string"
471
+ },
472
+ {
473
+ "name": "autoFocus",
474
+ "type": "boolean"
475
+ },
476
+ {
477
+ "name": "aiEmployees",
478
+ "attribute": false,
479
+ "type": "AIEmployee[]"
480
+ },
481
+ {
482
+ "name": "commands",
483
+ "attribute": false,
484
+ "type": "Command[]"
485
+ },
486
+ {
487
+ "name": "uploadOptions",
488
+ "attribute": false,
489
+ "type": "UploadOptions"
490
+ }
491
+ ],
492
+ "events": [
493
+ {
494
+ "name": "message.submit",
495
+ "description": "",
496
+ "deprecated": "Use `chat.submit` event instead",
497
+ "detail": {
498
+ "type": "string"
499
+ }
500
+ },
501
+ {
502
+ "name": "chat.submit",
503
+ "detail": {
504
+ "type": "ChatPayload"
505
+ }
506
+ },
507
+ {
508
+ "name": "command.select",
509
+ "detail": {
510
+ "type": "CommandPayload | null"
511
+ }
512
+ }
513
+ ],
514
+ "slots": [],
515
+ "methods": [
516
+ {
517
+ "name": "setValue",
518
+ "params": [
519
+ {
520
+ "name": "value",
521
+ "type": "string"
522
+ }
523
+ ]
524
+ },
525
+ {
526
+ "name": "getValue",
527
+ "params": []
528
+ },
529
+ {
530
+ "name": "focusOnInput",
531
+ "params": []
532
+ }
533
+ ],
534
+ "parts": [],
535
+ "description": "构件 `ai-portal.chat-box`"
536
+ },
384
537
  {
385
538
  "name": "ai-portal.chat-stream",
386
539
  "properties": [
@@ -544,36 +697,6 @@
544
697
  "parts": [],
545
698
  "description": "构件 `ai-portal.chat-stream`"
546
699
  },
547
- {
548
- "name": "ai-portal.ai-employees",
549
- "properties": [
550
- {
551
- "name": "list",
552
- "attribute": false,
553
- "type": "Employee[]"
554
- },
555
- {
556
- "name": "industries",
557
- "attribute": false,
558
- "type": "string[]"
559
- },
560
- {
561
- "name": "urlTemplate",
562
- "type": "string"
563
- },
564
- {
565
- "name": "withContainer",
566
- "description": "",
567
- "deprecated": true,
568
- "default": "true"
569
- }
570
- ],
571
- "events": [],
572
- "slots": [],
573
- "methods": [],
574
- "parts": [],
575
- "description": "构件 `ai-portal.ai-employees`"
576
- },
577
700
  {
578
701
  "name": "ai-portal.ai-agents",
579
702
  "properties": [
@@ -599,82 +722,6 @@
599
722
  "parts": [],
600
723
  "description": "构件 `ai-portal.ai-agents`"
601
724
  },
602
- {
603
- "name": "ai-portal.chat-box",
604
- "properties": [
605
- {
606
- "name": "disabled",
607
- "type": "boolean"
608
- },
609
- {
610
- "name": "placeholder",
611
- "type": "string"
612
- },
613
- {
614
- "name": "autoFocus",
615
- "type": "boolean"
616
- },
617
- {
618
- "name": "aiEmployees",
619
- "attribute": false,
620
- "type": "AIEmployee[]"
621
- },
622
- {
623
- "name": "commands",
624
- "attribute": false,
625
- "type": "Command[]"
626
- },
627
- {
628
- "name": "uploadOptions",
629
- "attribute": false,
630
- "type": "UploadOptions"
631
- }
632
- ],
633
- "events": [
634
- {
635
- "name": "message.submit",
636
- "description": "",
637
- "deprecated": "Use `chat.submit` event instead",
638
- "detail": {
639
- "type": "string"
640
- }
641
- },
642
- {
643
- "name": "chat.submit",
644
- "detail": {
645
- "type": "ChatPayload"
646
- }
647
- },
648
- {
649
- "name": "command.select",
650
- "detail": {
651
- "type": "CommandPayload | null"
652
- }
653
- }
654
- ],
655
- "slots": [],
656
- "methods": [
657
- {
658
- "name": "setValue",
659
- "params": [
660
- {
661
- "name": "value",
662
- "type": "string"
663
- }
664
- ]
665
- },
666
- {
667
- "name": "getValue",
668
- "params": []
669
- },
670
- {
671
- "name": "focusOnInput",
672
- "params": []
673
- }
674
- ],
675
- "parts": [],
676
- "description": "构件 `ai-portal.chat-box`"
677
- },
678
725
  {
679
726
  "name": "ai-portal.page-container",
680
727
  "properties": [
@@ -757,65 +804,18 @@
757
804
  "description": "构件 `ai-portal.tab-list`"
758
805
  },
759
806
  {
760
- "name": "ai-portal.stat-with-mini-chart",
807
+ "name": "ai-portal.home-container",
761
808
  "properties": [
762
809
  {
763
- "name": "label",
764
- "type": "string"
765
- },
766
- {
767
- "name": "value",
768
- "type": "string"
769
- },
770
- {
771
- "name": "size",
772
- "description": "",
773
- "default": "\"medium\"",
774
- "type": "\"medium\" | \"small\""
775
- },
776
- {
777
- "name": "lineColor",
778
- "description": "",
779
- "default": "\"var(--color-brand)\"",
780
- "type": "string"
781
- },
782
- {
783
- "name": "showArea",
810
+ "name": "sticky",
784
811
  "type": "boolean"
785
- },
786
- {
787
- "name": "min",
788
- "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
789
- "type": "number"
790
- },
791
- {
792
- "name": "max",
793
- "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
794
- "type": "number"
795
- },
796
- {
797
- "name": "xField",
798
- "description": "",
799
- "default": "\"0\"",
800
- "type": "string"
801
- },
802
- {
803
- "name": "yField",
804
- "description": "",
805
- "default": "\"1\"",
806
- "type": "string"
807
- },
808
- {
809
- "name": "data",
810
- "attribute": false,
811
- "type": "Record<string, number>[]"
812
812
  }
813
813
  ],
814
814
  "events": [],
815
815
  "slots": [],
816
816
  "methods": [],
817
817
  "parts": [],
818
- "description": "构件 `ai-portal.stat-with-mini-chart`"
818
+ "description": "构件 `ai-portal.home-container`"
819
819
  },
820
820
  {
821
821
  "name": "ai-portal.dropdown-select",
@@ -1024,6 +1024,25 @@
1024
1024
  "parts": [],
1025
1025
  "description": "构件 `ai-portal.project-conversations`"
1026
1026
  },
1027
+ {
1028
+ "name": "ai-portal.activity-timeline",
1029
+ "properties": [
1030
+ {
1031
+ "name": "list",
1032
+ "attribute": false,
1033
+ "type": "Activity[]"
1034
+ },
1035
+ {
1036
+ "name": "chatUrlTemplate",
1037
+ "type": "string"
1038
+ }
1039
+ ],
1040
+ "events": [],
1041
+ "slots": [],
1042
+ "methods": [],
1043
+ "parts": [],
1044
+ "description": "构件 `ai-portal.activity-timeline`"
1045
+ },
1027
1046
  {
1028
1047
  "name": "ai-portal.project-knowledges",
1029
1048
  "properties": [
@@ -1061,25 +1080,6 @@
1061
1080
  "parts": [],
1062
1081
  "description": "构件 `ai-portal.project-knowledges`"
1063
1082
  },
1064
- {
1065
- "name": "ai-portal.activity-timeline",
1066
- "properties": [
1067
- {
1068
- "name": "list",
1069
- "attribute": false,
1070
- "type": "Activity[]"
1071
- },
1072
- {
1073
- "name": "chatUrlTemplate",
1074
- "type": "string"
1075
- }
1076
- ],
1077
- "events": [],
1078
- "slots": [],
1079
- "methods": [],
1080
- "parts": [],
1081
- "description": "构件 `ai-portal.activity-timeline`"
1082
- },
1083
1083
  {
1084
1084
  "name": "ai-portal.chat-input",
1085
1085
  "properties": [
@@ -1136,15 +1136,6 @@
1136
1136
  "parts": [],
1137
1137
  "description": "构件 `ai-portal.chat-input`"
1138
1138
  },
1139
- {
1140
- "name": "ai-portal.elevo-logo",
1141
- "properties": [],
1142
- "events": [],
1143
- "slots": [],
1144
- "methods": [],
1145
- "parts": [],
1146
- "description": "构件 `ai-portal.elevo-logo`"
1147
- },
1148
1139
  {
1149
1140
  "name": "ai-portal.show-case",
1150
1141
  "properties": [
@@ -1185,6 +1176,15 @@
1185
1176
  "parts": [],
1186
1177
  "description": "构件 `ai-portal.blank-state`"
1187
1178
  },
1179
+ {
1180
+ "name": "ai-portal.elevo-logo",
1181
+ "properties": [],
1182
+ "events": [],
1183
+ "slots": [],
1184
+ "methods": [],
1185
+ "parts": [],
1186
+ "description": "构件 `ai-portal.elevo-logo`"
1187
+ },
1188
1188
  {
1189
1189
  "name": "ai-portal.sticky-container",
1190
1190
  "properties": [
@@ -1250,33 +1250,6 @@
1250
1250
  "parts": [],
1251
1251
  "description": "构件 `ai-portal.elevo-card`"
1252
1252
  },
1253
- {
1254
- "name": "ai-portal.flow-tabs",
1255
- "properties": [
1256
- {
1257
- "name": "tabs",
1258
- "attribute": false,
1259
- "type": "Tab[]"
1260
- },
1261
- {
1262
- "name": "activeTab",
1263
- "attribute": false,
1264
- "type": "string"
1265
- }
1266
- ],
1267
- "events": [
1268
- {
1269
- "name": "tab.click",
1270
- "detail": {
1271
- "type": "Tab"
1272
- }
1273
- }
1274
- ],
1275
- "slots": [],
1276
- "methods": [],
1277
- "parts": [],
1278
- "description": "构件 `ai-portal.flow-tabs`"
1279
- },
1280
1253
  {
1281
1254
  "name": "ai-portal.stage-flow",
1282
1255
  "properties": [
@@ -1364,6 +1337,33 @@
1364
1337
  "parts": [],
1365
1338
  "description": "构件 `ai-portal.stage-flow`"
1366
1339
  },
1340
+ {
1341
+ "name": "ai-portal.flow-tabs",
1342
+ "properties": [
1343
+ {
1344
+ "name": "tabs",
1345
+ "attribute": false,
1346
+ "type": "Tab[]"
1347
+ },
1348
+ {
1349
+ "name": "activeTab",
1350
+ "attribute": false,
1351
+ "type": "string"
1352
+ }
1353
+ ],
1354
+ "events": [
1355
+ {
1356
+ "name": "tab.click",
1357
+ "detail": {
1358
+ "type": "Tab"
1359
+ }
1360
+ }
1361
+ ],
1362
+ "slots": [],
1363
+ "methods": [],
1364
+ "parts": [],
1365
+ "description": "构件 `ai-portal.flow-tabs`"
1366
+ },
1367
1367
  {
1368
1368
  "name": "ai-portal.running-flow",
1369
1369
  "properties": [