@next-bricks/ai-portal 0.41.0 → 0.41.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 (25) hide show
  1. package/dist/bricks.json +33 -33
  2. package/dist/chunks/{2608.e0bf7de9.js → 2608.33f641c9.js} +2 -2
  3. package/dist/chunks/{2608.e0bf7de9.js.map → 2608.33f641c9.js.map} +1 -1
  4. package/dist/chunks/{382.6655f2dc.js → 382.d2e3f46f.js} +2 -2
  5. package/dist/chunks/{382.6655f2dc.js.map → 382.d2e3f46f.js.map} +1 -1
  6. package/dist/chunks/{4957.b0937d56.js → 4957.f878df32.js} +3 -3
  7. package/dist/chunks/{4957.b0937d56.js.map → 4957.f878df32.js.map} +1 -1
  8. package/dist/chunks/{5521.eeb5a205.js → 5521.ef48a4d3.js} +2 -2
  9. package/dist/chunks/{5521.eeb5a205.js.map → 5521.ef48a4d3.js.map} +1 -1
  10. package/dist/chunks/{6862.fc9c39ee.js → 6862.32630cc8.js} +3 -3
  11. package/dist/chunks/{6862.fc9c39ee.js.map → 6862.32630cc8.js.map} +1 -1
  12. package/dist/chunks/goal-card-list.5f61cd91.js +3 -0
  13. package/dist/chunks/{goal-card-list.7a0aecb2.js.map → goal-card-list.5f61cd91.js.map} +1 -1
  14. package/dist/chunks/{main.8a0a20f0.js → main.c7c296c8.js} +2 -2
  15. package/dist/chunks/{main.8a0a20f0.js.map → main.c7c296c8.js.map} +1 -1
  16. package/dist/examples.json +22 -22
  17. package/dist/{index.b28b88f6.js → index.663fc8d5.js} +2 -2
  18. package/dist/{index.b28b88f6.js.map → index.663fc8d5.js.map} +1 -1
  19. package/dist/manifest.json +235 -235
  20. package/dist/types.json +454 -454
  21. package/package.json +2 -2
  22. package/dist/chunks/goal-card-list.7a0aecb2.js +0 -3
  23. /package/dist/chunks/{4957.b0937d56.js.LICENSE.txt → 4957.f878df32.js.LICENSE.txt} +0 -0
  24. /package/dist/chunks/{6862.fc9c39ee.js.LICENSE.txt → 6862.32630cc8.js.LICENSE.txt} +0 -0
  25. /package/dist/chunks/{goal-card-list.7a0aecb2.js.LICENSE.txt → goal-card-list.5f61cd91.js.LICENSE.txt} +0 -0
@@ -3,6 +3,119 @@
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
+ {
33
+ "name": "setValue",
34
+ "params": [
35
+ {
36
+ "name": "value",
37
+ "type": "string"
38
+ }
39
+ ]
40
+ },
41
+ {
42
+ "name": "getValue",
43
+ "params": []
44
+ }
45
+ ],
46
+ "parts": [],
47
+ "description": "构件 `ai-portal.chat-box`"
48
+ },
49
+ {
50
+ "name": "ai-portal.home-container",
51
+ "properties": [],
52
+ "events": [],
53
+ "slots": [],
54
+ "methods": [],
55
+ "parts": [],
56
+ "description": "构件 `ai-portal.home-container`"
57
+ },
58
+ {
59
+ "name": "ai-portal.stat-with-mini-chart",
60
+ "properties": [
61
+ {
62
+ "name": "label",
63
+ "type": "string"
64
+ },
65
+ {
66
+ "name": "value",
67
+ "type": "string"
68
+ },
69
+ {
70
+ "name": "size",
71
+ "description": "",
72
+ "default": "\"medium\"",
73
+ "type": "\"medium\" | \"small\""
74
+ },
75
+ {
76
+ "name": "lineColor",
77
+ "description": "",
78
+ "default": "\"var(--color-brand)\"",
79
+ "type": "string"
80
+ },
81
+ {
82
+ "name": "showArea",
83
+ "type": "boolean"
84
+ },
85
+ {
86
+ "name": "min",
87
+ "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
88
+ "type": "number"
89
+ },
90
+ {
91
+ "name": "max",
92
+ "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
93
+ "type": "number"
94
+ },
95
+ {
96
+ "name": "xField",
97
+ "description": "",
98
+ "default": "\"0\"",
99
+ "type": "string"
100
+ },
101
+ {
102
+ "name": "yField",
103
+ "description": "",
104
+ "default": "\"1\"",
105
+ "type": "string"
106
+ },
107
+ {
108
+ "name": "data",
109
+ "attribute": false,
110
+ "type": "Record<string, number>[]"
111
+ }
112
+ ],
113
+ "events": [],
114
+ "slots": [],
115
+ "methods": [],
116
+ "parts": [],
117
+ "description": "构件 `ai-portal.stat-with-mini-chart`"
118
+ },
6
119
  {
7
120
  "name": "ai-portal.cruise-canvas",
8
121
  "properties": [
@@ -139,47 +252,31 @@
139
252
  "description": "构件 `ai-portal.cruise-canvas`"
140
253
  },
141
254
  {
142
- "name": "ai-portal.chat-box",
255
+ "name": "ai-portal.icon-button",
143
256
  "properties": [
144
257
  {
145
- "name": "disabled",
146
- "type": "boolean"
258
+ "name": "icon",
259
+ "attribute": false,
260
+ "type": "GeneralIconProps"
147
261
  },
148
262
  {
149
- "name": "placeholder",
263
+ "name": "tooltip",
150
264
  "type": "string"
151
265
  },
152
266
  {
153
- "name": "autoFocus",
267
+ "name": "disabled",
154
268
  "type": "boolean"
155
- }
156
- ],
157
- "events": [
158
- {
159
- "name": "message.submit",
160
- "detail": {
161
- "type": "string"
162
- }
163
- }
164
- ],
165
- "slots": [],
166
- "methods": [
167
- {
168
- "name": "setValue",
169
- "params": [
170
- {
171
- "name": "value",
172
- "type": "string"
173
- }
174
- ]
175
269
  },
176
270
  {
177
- "name": "getValue",
178
- "params": []
271
+ "name": "variant",
272
+ "type": "IconButtonVariant"
179
273
  }
180
274
  ],
275
+ "events": [],
276
+ "slots": [],
277
+ "methods": [],
181
278
  "parts": [],
182
- "description": "构件 `ai-portal.chat-box`"
279
+ "description": "构件 `ai-portal.icon-button`"
183
280
  },
184
281
  {
185
282
  "name": "ai-portal.elevo-sidebar",
@@ -321,94 +418,6 @@
321
418
  "parts": [],
322
419
  "description": "构件 `ai-portal.elevo-sidebar`"
323
420
  },
324
- {
325
- "name": "ai-portal.icon-button",
326
- "properties": [
327
- {
328
- "name": "icon",
329
- "attribute": false,
330
- "type": "GeneralIconProps"
331
- },
332
- {
333
- "name": "tooltip",
334
- "type": "string"
335
- },
336
- {
337
- "name": "disabled",
338
- "type": "boolean"
339
- },
340
- {
341
- "name": "variant",
342
- "type": "IconButtonVariant"
343
- }
344
- ],
345
- "events": [],
346
- "slots": [],
347
- "methods": [],
348
- "parts": [],
349
- "description": "构件 `ai-portal.icon-button`"
350
- },
351
- {
352
- "name": "ai-portal.stat-with-mini-chart",
353
- "properties": [
354
- {
355
- "name": "label",
356
- "type": "string"
357
- },
358
- {
359
- "name": "value",
360
- "type": "string"
361
- },
362
- {
363
- "name": "size",
364
- "description": "",
365
- "default": "\"medium\"",
366
- "type": "\"medium\" | \"small\""
367
- },
368
- {
369
- "name": "lineColor",
370
- "description": "",
371
- "default": "\"var(--color-brand)\"",
372
- "type": "string"
373
- },
374
- {
375
- "name": "showArea",
376
- "type": "boolean"
377
- },
378
- {
379
- "name": "min",
380
- "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
381
- "type": "number"
382
- },
383
- {
384
- "name": "max",
385
- "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
386
- "type": "number"
387
- },
388
- {
389
- "name": "xField",
390
- "description": "",
391
- "default": "\"0\"",
392
- "type": "string"
393
- },
394
- {
395
- "name": "yField",
396
- "description": "",
397
- "default": "\"1\"",
398
- "type": "string"
399
- },
400
- {
401
- "name": "data",
402
- "attribute": false,
403
- "type": "Record<string, number>[]"
404
- }
405
- ],
406
- "events": [],
407
- "slots": [],
408
- "methods": [],
409
- "parts": [],
410
- "description": "构件 `ai-portal.stat-with-mini-chart`"
411
- },
412
421
  {
413
422
  "name": "ai-portal.show-cases",
414
423
  "properties": [
@@ -449,61 +458,6 @@
449
458
  "parts": [],
450
459
  "description": "构件 `ai-portal.mcp-tools`"
451
460
  },
452
- {
453
- "name": "ai-portal.ai-employees",
454
- "properties": [
455
- {
456
- "name": "list",
457
- "attribute": false,
458
- "type": "Employee[]"
459
- },
460
- {
461
- "name": "industries",
462
- "attribute": false,
463
- "type": "string[]"
464
- },
465
- {
466
- "name": "urlTemplate",
467
- "type": "string"
468
- },
469
- {
470
- "name": "withContainer",
471
- "description": "",
472
- "deprecated": true,
473
- "default": "true"
474
- }
475
- ],
476
- "events": [],
477
- "slots": [],
478
- "methods": [],
479
- "parts": [],
480
- "description": "构件 `ai-portal.ai-employees`"
481
- },
482
- {
483
- "name": "ai-portal.ai-agents",
484
- "properties": [
485
- {
486
- "name": "list",
487
- "attribute": false,
488
- "type": "Agent[]"
489
- },
490
- {
491
- "name": "urlTemplate",
492
- "type": "string"
493
- },
494
- {
495
- "name": "withContainer",
496
- "description": "",
497
- "deprecated": true,
498
- "default": "true"
499
- }
500
- ],
501
- "events": [],
502
- "slots": [],
503
- "methods": [],
504
- "parts": [],
505
- "description": "构件 `ai-portal.ai-agents`"
506
- },
507
461
  {
508
462
  "name": "ai-portal.chat-stream",
509
463
  "properties": [
@@ -622,41 +576,59 @@
622
576
  "description": "构件 `ai-portal.chat-stream`"
623
577
  },
624
578
  {
625
- "name": "ai-portal.page-container",
579
+ "name": "ai-portal.ai-employees",
626
580
  "properties": [
627
581
  {
628
- "name": "pageTitle",
629
- "type": "string"
582
+ "name": "list",
583
+ "attribute": false,
584
+ "type": "Employee[]"
630
585
  },
631
586
  {
632
- "name": "breadcrumbs",
587
+ "name": "industries",
633
588
  "attribute": false,
634
- "type": "Breadcrumb[]"
589
+ "type": "string[]"
635
590
  },
636
591
  {
637
- "name": "size",
638
- "type": "\"medium\" | \"small\""
592
+ "name": "urlTemplate",
593
+ "type": "string"
639
594
  },
640
595
  {
641
- "name": "textContent",
642
- "type": "string",
643
- "description": "文本内容"
596
+ "name": "withContainer",
597
+ "description": "",
598
+ "deprecated": true,
599
+ "default": "true"
644
600
  }
645
601
  ],
646
602
  "events": [],
647
- "slots": [
603
+ "slots": [],
604
+ "methods": [],
605
+ "parts": [],
606
+ "description": "构件 `ai-portal.ai-employees`"
607
+ },
608
+ {
609
+ "name": "ai-portal.ai-agents",
610
+ "properties": [
648
611
  {
649
- "name": null,
650
- "description": "内容"
612
+ "name": "list",
613
+ "attribute": false,
614
+ "type": "Agent[]"
651
615
  },
652
616
  {
653
- "name": "toolbar",
654
- "description": "工具栏"
617
+ "name": "urlTemplate",
618
+ "type": "string"
619
+ },
620
+ {
621
+ "name": "withContainer",
622
+ "description": "",
623
+ "deprecated": true,
624
+ "default": "true"
655
625
  }
656
626
  ],
627
+ "events": [],
628
+ "slots": [],
657
629
  "methods": [],
658
630
  "parts": [],
659
- "description": "构件 `ai-portal.page-container`"
631
+ "description": "构件 `ai-portal.ai-agents`"
660
632
  },
661
633
  {
662
634
  "name": "ai-portal.project-summary",
@@ -713,15 +685,6 @@
713
685
  ],
714
686
  "description": "构件 `ai-portal.tab-list`"
715
687
  },
716
- {
717
- "name": "ai-portal.home-container",
718
- "properties": [],
719
- "events": [],
720
- "slots": [],
721
- "methods": [],
722
- "parts": [],
723
- "description": "构件 `ai-portal.home-container`"
724
- },
725
688
  {
726
689
  "name": "ai-portal.dropdown-select",
727
690
  "properties": [
@@ -779,6 +742,43 @@
779
742
  "parts": [],
780
743
  "description": "构件 `ai-portal.dropdown-select`"
781
744
  },
745
+ {
746
+ "name": "ai-portal.page-container",
747
+ "properties": [
748
+ {
749
+ "name": "pageTitle",
750
+ "type": "string"
751
+ },
752
+ {
753
+ "name": "breadcrumbs",
754
+ "attribute": false,
755
+ "type": "Breadcrumb[]"
756
+ },
757
+ {
758
+ "name": "size",
759
+ "type": "\"medium\" | \"small\""
760
+ },
761
+ {
762
+ "name": "textContent",
763
+ "type": "string",
764
+ "description": "文本内容"
765
+ }
766
+ ],
767
+ "events": [],
768
+ "slots": [
769
+ {
770
+ "name": null,
771
+ "description": "内容"
772
+ },
773
+ {
774
+ "name": "toolbar",
775
+ "description": "工具栏"
776
+ }
777
+ ],
778
+ "methods": [],
779
+ "parts": [],
780
+ "description": "构件 `ai-portal.page-container`"
781
+ },
782
782
  {
783
783
  "name": "ai-portal.preview-container",
784
784
  "properties": [
@@ -794,6 +794,33 @@
794
794
  "parts": [],
795
795
  "description": "构件 `ai-portal.preview-container`"
796
796
  },
797
+ {
798
+ "name": "ai-portal.action-buttons",
799
+ "properties": [
800
+ {
801
+ "name": "items",
802
+ "attribute": false,
803
+ "type": "ActionItem[]"
804
+ },
805
+ {
806
+ "name": "multiple",
807
+ "attribute": false,
808
+ "type": "boolean"
809
+ }
810
+ ],
811
+ "events": [
812
+ {
813
+ "name": "action.click",
814
+ "detail": {
815
+ "type": "ActionItem"
816
+ }
817
+ }
818
+ ],
819
+ "slots": [],
820
+ "methods": [],
821
+ "parts": [],
822
+ "description": "构件 `ai-portal.action-buttons`"
823
+ },
797
824
  {
798
825
  "name": "ai-portal.goal-card-list",
799
826
  "properties": [
@@ -885,33 +912,6 @@
885
912
  "parts": [],
886
913
  "description": "构件 `ai-portal.project-conversations`"
887
914
  },
888
- {
889
- "name": "ai-portal.action-buttons",
890
- "properties": [
891
- {
892
- "name": "items",
893
- "attribute": false,
894
- "type": "ActionItem[]"
895
- },
896
- {
897
- "name": "multiple",
898
- "attribute": false,
899
- "type": "boolean"
900
- }
901
- ],
902
- "events": [
903
- {
904
- "name": "action.click",
905
- "detail": {
906
- "type": "ActionItem"
907
- }
908
- }
909
- ],
910
- "slots": [],
911
- "methods": [],
912
- "parts": [],
913
- "description": "构件 `ai-portal.action-buttons`"
914
- },
915
915
  {
916
916
  "name": "ai-portal.project-knowledges",
917
917
  "properties": [
@@ -949,6 +949,15 @@
949
949
  "parts": [],
950
950
  "description": "构件 `ai-portal.project-knowledges`"
951
951
  },
952
+ {
953
+ "name": "ai-portal.elevo-logo",
954
+ "properties": [],
955
+ "events": [],
956
+ "slots": [],
957
+ "methods": [],
958
+ "parts": [],
959
+ "description": "构件 `ai-portal.elevo-logo`"
960
+ },
952
961
  {
953
962
  "name": "ai-portal.activity-timeline",
954
963
  "properties": [
@@ -1010,21 +1019,9 @@
1010
1019
  "methods": [],
1011
1020
  "parts": [],
1012
1021
  "description": "构件 `ai-portal.chat-input`"
1013
- },
1014
- {
1015
- "name": "ai-portal.elevo-logo",
1016
- "properties": [],
1017
- "events": [],
1018
- "slots": [],
1019
- "methods": [],
1020
- "parts": [],
1021
- "description": "构件 `ai-portal.elevo-logo`"
1022
1022
  }
1023
1023
  ],
1024
1024
  "providers": [
1025
- {
1026
- "name": "ai-portal.entity-sdk-get"
1027
- },
1028
1025
  {
1029
1026
  "name": "ai-portal.save-request-store"
1030
1027
  },
@@ -1036,6 +1033,9 @@
1036
1033
  },
1037
1034
  {
1038
1035
  "name": "ai-portal.entity-sdk-list"
1036
+ },
1037
+ {
1038
+ "name": "ai-portal.entity-sdk-get"
1039
1039
  }
1040
1040
  ]
1041
1041
  }