@next-bricks/ai-portal 0.41.1 → 0.41.3
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.
- package/dist/bricks.json +23 -23
- package/dist/chunks/2608.bbe2b26a.js +2 -0
- package/dist/chunks/2608.bbe2b26a.js.map +1 -0
- package/dist/chunks/6754.758fa3ae.js +2 -0
- package/dist/chunks/6754.758fa3ae.js.map +1 -0
- package/dist/chunks/7493.61116715.js +2 -0
- package/dist/chunks/7493.61116715.js.map +1 -0
- package/dist/chunks/7570.ae14a465.js +2 -0
- package/dist/chunks/7570.ae14a465.js.map +1 -0
- package/dist/chunks/9474.eb2019f3.js +2 -0
- package/dist/chunks/9474.eb2019f3.js.map +1 -0
- package/dist/chunks/activity-timeline.5ea5526f.js +2 -0
- package/dist/chunks/activity-timeline.5ea5526f.js.map +1 -0
- package/dist/chunks/chat-box.15e40b8e.js +2 -0
- package/dist/chunks/chat-box.15e40b8e.js.map +1 -0
- package/dist/chunks/chat-input.3e67d2d4.js +3 -0
- package/dist/chunks/chat-input.3e67d2d4.js.map +1 -0
- package/dist/chunks/{goal-card-list.5f61cd91.js → goal-card-list.fcce68bd.js} +3 -3
- package/dist/chunks/{goal-card-list.5f61cd91.js.map → goal-card-list.fcce68bd.js.map} +1 -1
- package/dist/chunks/main.368cafdf.js +2 -0
- package/dist/chunks/{main.c7c296c8.js.map → main.368cafdf.js.map} +1 -1
- package/dist/chunks/{preview-container.fa54ae91.js → preview-container.bbde74aa.js} +2 -2
- package/dist/chunks/preview-container.bbde74aa.js.map +1 -0
- package/dist/examples.json +16 -16
- package/dist/index.985de226.js +2 -0
- package/dist/{index.663fc8d5.js.map → index.985de226.js.map} +1 -1
- package/dist/manifest.json +166 -166
- package/dist/types.json +429 -373
- package/dist-types/activity-timeline/i18n.d.ts +4 -2
- package/dist-types/activity-timeline/interfaces.d.ts +24 -16
- package/package.json +2 -2
- package/dist/chunks/2608.33f641c9.js +0 -2
- package/dist/chunks/2608.33f641c9.js.map +0 -1
- package/dist/chunks/3554.65e56ba5.js +0 -2
- package/dist/chunks/3554.65e56ba5.js.map +0 -1
- package/dist/chunks/382.d2e3f46f.js +0 -2
- package/dist/chunks/382.d2e3f46f.js.map +0 -1
- package/dist/chunks/7493.b181babb.js +0 -2
- package/dist/chunks/7493.b181babb.js.map +0 -1
- package/dist/chunks/7774.505f9191.js +0 -2
- package/dist/chunks/7774.505f9191.js.map +0 -1
- package/dist/chunks/activity-timeline.a7da73e9.js +0 -2
- package/dist/chunks/activity-timeline.a7da73e9.js.map +0 -1
- package/dist/chunks/chat-box.9c68697e.js +0 -2
- package/dist/chunks/chat-box.9c68697e.js.map +0 -1
- package/dist/chunks/chat-input.11a041ff.js +0 -3
- package/dist/chunks/chat-input.11a041ff.js.map +0 -1
- package/dist/chunks/main.c7c296c8.js +0 -2
- package/dist/chunks/preview-container.fa54ae91.js.map +0 -1
- package/dist/images/de350a46.png +0 -0
- package/dist/index.663fc8d5.js +0 -2
- /package/dist/chunks/{chat-input.11a041ff.js.LICENSE.txt → chat-input.3e67d2d4.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{goal-card-list.5f61cd91.js.LICENSE.txt → goal-card-list.fcce68bd.js.LICENSE.txt} +0 -0
package/dist/manifest.json
CHANGED
|
@@ -3,119 +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
|
-
{
|
|
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
|
-
},
|
|
119
6
|
{
|
|
120
7
|
"name": "ai-portal.cruise-canvas",
|
|
121
8
|
"properties": [
|
|
@@ -251,6 +138,67 @@
|
|
|
251
138
|
"parts": [],
|
|
252
139
|
"description": "构件 `ai-portal.cruise-canvas`"
|
|
253
140
|
},
|
|
141
|
+
{
|
|
142
|
+
"name": "ai-portal.stat-with-mini-chart",
|
|
143
|
+
"properties": [
|
|
144
|
+
{
|
|
145
|
+
"name": "label",
|
|
146
|
+
"type": "string"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "value",
|
|
150
|
+
"type": "string"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "size",
|
|
154
|
+
"description": "",
|
|
155
|
+
"default": "\"medium\"",
|
|
156
|
+
"type": "\"medium\" | \"small\""
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"name": "lineColor",
|
|
160
|
+
"description": "",
|
|
161
|
+
"default": "\"var(--color-brand)\"",
|
|
162
|
+
"type": "string"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "showArea",
|
|
166
|
+
"type": "boolean"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"name": "min",
|
|
170
|
+
"description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
|
|
171
|
+
"type": "number"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "max",
|
|
175
|
+
"description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
|
|
176
|
+
"type": "number"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"name": "xField",
|
|
180
|
+
"description": "",
|
|
181
|
+
"default": "\"0\"",
|
|
182
|
+
"type": "string"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "yField",
|
|
186
|
+
"description": "",
|
|
187
|
+
"default": "\"1\"",
|
|
188
|
+
"type": "string"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "data",
|
|
192
|
+
"attribute": false,
|
|
193
|
+
"type": "Record<string, number>[]"
|
|
194
|
+
}
|
|
195
|
+
],
|
|
196
|
+
"events": [],
|
|
197
|
+
"slots": [],
|
|
198
|
+
"methods": [],
|
|
199
|
+
"parts": [],
|
|
200
|
+
"description": "构件 `ai-portal.stat-with-mini-chart`"
|
|
201
|
+
},
|
|
254
202
|
{
|
|
255
203
|
"name": "ai-portal.icon-button",
|
|
256
204
|
"properties": [
|
|
@@ -458,6 +406,36 @@
|
|
|
458
406
|
"parts": [],
|
|
459
407
|
"description": "构件 `ai-portal.mcp-tools`"
|
|
460
408
|
},
|
|
409
|
+
{
|
|
410
|
+
"name": "ai-portal.ai-employees",
|
|
411
|
+
"properties": [
|
|
412
|
+
{
|
|
413
|
+
"name": "list",
|
|
414
|
+
"attribute": false,
|
|
415
|
+
"type": "Employee[]"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"name": "industries",
|
|
419
|
+
"attribute": false,
|
|
420
|
+
"type": "string[]"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"name": "urlTemplate",
|
|
424
|
+
"type": "string"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"name": "withContainer",
|
|
428
|
+
"description": "",
|
|
429
|
+
"deprecated": true,
|
|
430
|
+
"default": "true"
|
|
431
|
+
}
|
|
432
|
+
],
|
|
433
|
+
"events": [],
|
|
434
|
+
"slots": [],
|
|
435
|
+
"methods": [],
|
|
436
|
+
"parts": [],
|
|
437
|
+
"description": "构件 `ai-portal.ai-employees`"
|
|
438
|
+
},
|
|
461
439
|
{
|
|
462
440
|
"name": "ai-portal.chat-stream",
|
|
463
441
|
"properties": [
|
|
@@ -576,17 +554,12 @@
|
|
|
576
554
|
"description": "构件 `ai-portal.chat-stream`"
|
|
577
555
|
},
|
|
578
556
|
{
|
|
579
|
-
"name": "ai-portal.ai-
|
|
557
|
+
"name": "ai-portal.ai-agents",
|
|
580
558
|
"properties": [
|
|
581
559
|
{
|
|
582
560
|
"name": "list",
|
|
583
561
|
"attribute": false,
|
|
584
|
-
"type": "
|
|
585
|
-
},
|
|
586
|
-
{
|
|
587
|
-
"name": "industries",
|
|
588
|
-
"attribute": false,
|
|
589
|
-
"type": "string[]"
|
|
562
|
+
"type": "Agent[]"
|
|
590
563
|
},
|
|
591
564
|
{
|
|
592
565
|
"name": "urlTemplate",
|
|
@@ -603,32 +576,44 @@
|
|
|
603
576
|
"slots": [],
|
|
604
577
|
"methods": [],
|
|
605
578
|
"parts": [],
|
|
606
|
-
"description": "构件 `ai-portal.ai-
|
|
579
|
+
"description": "构件 `ai-portal.ai-agents`"
|
|
607
580
|
},
|
|
608
581
|
{
|
|
609
|
-
"name": "ai-portal.
|
|
582
|
+
"name": "ai-portal.page-container",
|
|
610
583
|
"properties": [
|
|
611
584
|
{
|
|
612
|
-
"name": "
|
|
585
|
+
"name": "pageTitle",
|
|
586
|
+
"type": "string"
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"name": "breadcrumbs",
|
|
613
590
|
"attribute": false,
|
|
614
|
-
"type": "
|
|
591
|
+
"type": "Breadcrumb[]"
|
|
615
592
|
},
|
|
616
593
|
{
|
|
617
|
-
"name": "
|
|
618
|
-
"type": "
|
|
594
|
+
"name": "size",
|
|
595
|
+
"type": "\"medium\" | \"small\""
|
|
619
596
|
},
|
|
620
597
|
{
|
|
621
|
-
"name": "
|
|
622
|
-
"
|
|
623
|
-
"
|
|
624
|
-
"default": "true"
|
|
598
|
+
"name": "textContent",
|
|
599
|
+
"type": "string",
|
|
600
|
+
"description": "文本内容"
|
|
625
601
|
}
|
|
626
602
|
],
|
|
627
603
|
"events": [],
|
|
628
|
-
"slots": [
|
|
604
|
+
"slots": [
|
|
605
|
+
{
|
|
606
|
+
"name": null,
|
|
607
|
+
"description": "内容"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"name": "toolbar",
|
|
611
|
+
"description": "工具栏"
|
|
612
|
+
}
|
|
613
|
+
],
|
|
629
614
|
"methods": [],
|
|
630
615
|
"parts": [],
|
|
631
|
-
"description": "构件 `ai-portal.
|
|
616
|
+
"description": "构件 `ai-portal.page-container`"
|
|
632
617
|
},
|
|
633
618
|
{
|
|
634
619
|
"name": "ai-portal.project-summary",
|
|
@@ -743,41 +728,47 @@
|
|
|
743
728
|
"description": "构件 `ai-portal.dropdown-select`"
|
|
744
729
|
},
|
|
745
730
|
{
|
|
746
|
-
"name": "ai-portal.
|
|
731
|
+
"name": "ai-portal.chat-box",
|
|
747
732
|
"properties": [
|
|
748
733
|
{
|
|
749
|
-
"name": "
|
|
750
|
-
"type": "
|
|
734
|
+
"name": "disabled",
|
|
735
|
+
"type": "boolean"
|
|
751
736
|
},
|
|
752
737
|
{
|
|
753
|
-
"name": "
|
|
754
|
-
"
|
|
755
|
-
"type": "Breadcrumb[]"
|
|
738
|
+
"name": "placeholder",
|
|
739
|
+
"type": "string"
|
|
756
740
|
},
|
|
757
741
|
{
|
|
758
|
-
"name": "
|
|
759
|
-
"type": "
|
|
760
|
-
}
|
|
742
|
+
"name": "autoFocus",
|
|
743
|
+
"type": "boolean"
|
|
744
|
+
}
|
|
745
|
+
],
|
|
746
|
+
"events": [
|
|
761
747
|
{
|
|
762
|
-
"name": "
|
|
763
|
-
"
|
|
764
|
-
|
|
748
|
+
"name": "message.submit",
|
|
749
|
+
"detail": {
|
|
750
|
+
"type": "string"
|
|
751
|
+
}
|
|
765
752
|
}
|
|
766
753
|
],
|
|
767
|
-
"
|
|
768
|
-
"
|
|
754
|
+
"slots": [],
|
|
755
|
+
"methods": [
|
|
769
756
|
{
|
|
770
|
-
"name":
|
|
771
|
-
"
|
|
757
|
+
"name": "setValue",
|
|
758
|
+
"params": [
|
|
759
|
+
{
|
|
760
|
+
"name": "value",
|
|
761
|
+
"type": "string"
|
|
762
|
+
}
|
|
763
|
+
]
|
|
772
764
|
},
|
|
773
765
|
{
|
|
774
|
-
"name": "
|
|
775
|
-
"
|
|
766
|
+
"name": "getValue",
|
|
767
|
+
"params": []
|
|
776
768
|
}
|
|
777
769
|
],
|
|
778
|
-
"methods": [],
|
|
779
770
|
"parts": [],
|
|
780
|
-
"description": "构件 `ai-portal.
|
|
771
|
+
"description": "构件 `ai-portal.chat-box`"
|
|
781
772
|
},
|
|
782
773
|
{
|
|
783
774
|
"name": "ai-portal.preview-container",
|
|
@@ -794,6 +785,15 @@
|
|
|
794
785
|
"parts": [],
|
|
795
786
|
"description": "构件 `ai-portal.preview-container`"
|
|
796
787
|
},
|
|
788
|
+
{
|
|
789
|
+
"name": "ai-portal.home-container",
|
|
790
|
+
"properties": [],
|
|
791
|
+
"events": [],
|
|
792
|
+
"slots": [],
|
|
793
|
+
"methods": [],
|
|
794
|
+
"parts": [],
|
|
795
|
+
"description": "构件 `ai-portal.home-container`"
|
|
796
|
+
},
|
|
797
797
|
{
|
|
798
798
|
"name": "ai-portal.action-buttons",
|
|
799
799
|
"properties": [
|
|
@@ -949,15 +949,6 @@
|
|
|
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
|
-
},
|
|
961
952
|
{
|
|
962
953
|
"name": "ai-portal.activity-timeline",
|
|
963
954
|
"properties": [
|
|
@@ -1019,23 +1010,32 @@
|
|
|
1019
1010
|
"methods": [],
|
|
1020
1011
|
"parts": [],
|
|
1021
1012
|
"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
1025
|
{
|
|
1026
|
-
"name": "ai-portal.
|
|
1026
|
+
"name": "ai-portal.entity-sdk-get"
|
|
1027
1027
|
},
|
|
1028
1028
|
{
|
|
1029
|
-
"name": "ai-portal.
|
|
1029
|
+
"name": "ai-portal.entity-sdk-list"
|
|
1030
1030
|
},
|
|
1031
1031
|
{
|
|
1032
|
-
"name": "ai-portal.
|
|
1032
|
+
"name": "ai-portal.save-request-store"
|
|
1033
1033
|
},
|
|
1034
1034
|
{
|
|
1035
|
-
"name": "ai-portal.
|
|
1035
|
+
"name": "ai-portal.load-request-store"
|
|
1036
1036
|
},
|
|
1037
1037
|
{
|
|
1038
|
-
"name": "ai-portal.
|
|
1038
|
+
"name": "ai-portal.clear-request-store"
|
|
1039
1039
|
}
|
|
1040
1040
|
]
|
|
1041
1041
|
}
|