@next-bricks/ai-portal 0.64.3 → 0.64.4

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.
@@ -3,76 +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
- "name": "aiEmployees",
23
- "attribute": false,
24
- "type": "AIEmployee[]"
25
- },
26
- {
27
- "name": "commands",
28
- "attribute": false,
29
- "type": "Command[]"
30
- },
31
- {
32
- "name": "uploadOptions",
33
- "attribute": false,
34
- "type": "UploadOptions"
35
- }
36
- ],
37
- "events": [
38
- {
39
- "name": "message.submit",
40
- "description": "",
41
- "deprecated": "Use `chat.submit` event instead",
42
- "detail": {
43
- "type": "string"
44
- }
45
- },
46
- {
47
- "name": "chat.submit",
48
- "detail": {
49
- "type": "ChatPayload"
50
- }
51
- }
52
- ],
53
- "slots": [],
54
- "methods": [
55
- {
56
- "name": "setValue",
57
- "params": [
58
- {
59
- "name": "value",
60
- "type": "string"
61
- }
62
- ]
63
- },
64
- {
65
- "name": "getValue",
66
- "params": []
67
- },
68
- {
69
- "name": "focusOnInput",
70
- "params": []
71
- }
72
- ],
73
- "parts": [],
74
- "description": "大型聊天输入框,用于首页"
75
- },
76
6
  {
77
7
  "name": "ai-portal.cruise-canvas",
78
8
  "properties": [
@@ -237,6 +167,90 @@
237
167
  "parts": [],
238
168
  "description": "构件 `ai-portal.cruise-canvas`"
239
169
  },
170
+ {
171
+ "name": "ai-portal.chat-box",
172
+ "properties": [
173
+ {
174
+ "name": "disabled",
175
+ "type": "boolean"
176
+ },
177
+ {
178
+ "name": "placeholder",
179
+ "type": "string"
180
+ },
181
+ {
182
+ "name": "autoFocus",
183
+ "type": "boolean"
184
+ },
185
+ {
186
+ "name": "aiEmployees",
187
+ "attribute": false,
188
+ "type": "AIEmployee[]"
189
+ },
190
+ {
191
+ "name": "commands",
192
+ "attribute": false,
193
+ "type": "Command[]"
194
+ },
195
+ {
196
+ "name": "uploadOptions",
197
+ "attribute": false,
198
+ "type": "UploadOptions"
199
+ }
200
+ ],
201
+ "events": [
202
+ {
203
+ "name": "message.submit",
204
+ "description": "",
205
+ "deprecated": "Use `chat.submit` event instead",
206
+ "detail": {
207
+ "type": "string"
208
+ }
209
+ },
210
+ {
211
+ "name": "chat.submit",
212
+ "detail": {
213
+ "type": "ChatPayload"
214
+ }
215
+ }
216
+ ],
217
+ "slots": [],
218
+ "methods": [
219
+ {
220
+ "name": "setValue",
221
+ "params": [
222
+ {
223
+ "name": "value",
224
+ "type": "string"
225
+ }
226
+ ]
227
+ },
228
+ {
229
+ "name": "getValue",
230
+ "params": []
231
+ },
232
+ {
233
+ "name": "focusOnInput",
234
+ "params": []
235
+ }
236
+ ],
237
+ "parts": [],
238
+ "description": "大型聊天输入框,用于首页"
239
+ },
240
+ {
241
+ "name": "ai-portal.home-container",
242
+ "properties": [
243
+ {
244
+ "name": "sticky",
245
+ "type": "boolean"
246
+ }
247
+ ],
248
+ "events": [],
249
+ "slots": [],
250
+ "methods": [],
251
+ "parts": [],
252
+ "description": "构件 `ai-portal.home-container`"
253
+ },
240
254
  {
241
255
  "name": "ai-portal.stat-with-mini-chart",
242
256
  "properties": [
@@ -298,46 +312,6 @@
298
312
  "parts": [],
299
313
  "description": "构件 `ai-portal.stat-with-mini-chart`"
300
314
  },
301
- {
302
- "name": "ai-portal.icon-button",
303
- "properties": [
304
- {
305
- "name": "icon",
306
- "attribute": false,
307
- "type": "(GeneralIconProps & HTMLAttributes<GeneralIcon>)"
308
- },
309
- {
310
- "name": "tooltip",
311
- "type": "string"
312
- },
313
- {
314
- "name": "tooltipHoist",
315
- "type": "boolean"
316
- },
317
- {
318
- "name": "active",
319
- "type": "boolean"
320
- },
321
- {
322
- "name": "disabled",
323
- "type": "boolean"
324
- },
325
- {
326
- "name": "variant",
327
- "type": "IconButtonVariant"
328
- },
329
- {
330
- "name": "reduceIconSize",
331
- "description": "是否缩小图标尺寸(部分 easyops 图标过大)",
332
- "type": "boolean"
333
- }
334
- ],
335
- "events": [],
336
- "slots": [],
337
- "methods": [],
338
- "parts": [],
339
- "description": "构件 `ai-portal.icon-button`"
340
- },
341
315
  {
342
316
  "name": "ai-portal.elevo-sidebar",
343
317
  "properties": [
@@ -510,10 +484,36 @@
510
484
  "description": "构件 `ai-portal.elevo-sidebar`"
511
485
  },
512
486
  {
513
- "name": "ai-portal.home-container",
487
+ "name": "ai-portal.icon-button",
514
488
  "properties": [
515
489
  {
516
- "name": "sticky",
490
+ "name": "icon",
491
+ "attribute": false,
492
+ "type": "(GeneralIconProps & HTMLAttributes<GeneralIcon>)"
493
+ },
494
+ {
495
+ "name": "tooltip",
496
+ "type": "string"
497
+ },
498
+ {
499
+ "name": "tooltipHoist",
500
+ "type": "boolean"
501
+ },
502
+ {
503
+ "name": "active",
504
+ "type": "boolean"
505
+ },
506
+ {
507
+ "name": "disabled",
508
+ "type": "boolean"
509
+ },
510
+ {
511
+ "name": "variant",
512
+ "type": "IconButtonVariant"
513
+ },
514
+ {
515
+ "name": "reduceIconSize",
516
+ "description": "是否缩小图标尺寸(部分 easyops 图标过大)",
517
517
  "type": "boolean"
518
518
  }
519
519
  ],
@@ -521,7 +521,7 @@
521
521
  "slots": [],
522
522
  "methods": [],
523
523
  "parts": [],
524
- "description": "构件 `ai-portal.home-container`"
524
+ "description": "构件 `ai-portal.icon-button`"
525
525
  },
526
526
  {
527
527
  "name": "ai-portal.show-cases",
@@ -719,6 +719,34 @@
719
719
  "parts": [],
720
720
  "description": "构件 `ai-portal.chat-stream`"
721
721
  },
722
+ {
723
+ "name": "ai-portal.ai-employees",
724
+ "properties": [
725
+ {
726
+ "name": "list",
727
+ "attribute": false,
728
+ "type": "Employee[]"
729
+ },
730
+ {
731
+ "name": "industries",
732
+ "attribute": false,
733
+ "type": "string[]"
734
+ },
735
+ {
736
+ "name": "urlTemplate",
737
+ "type": "string"
738
+ },
739
+ {
740
+ "name": "stickyTop",
741
+ "type": "number"
742
+ }
743
+ ],
744
+ "events": [],
745
+ "slots": [],
746
+ "methods": [],
747
+ "parts": [],
748
+ "description": "构件 `ai-portal.ai-employees`"
749
+ },
722
750
  {
723
751
  "name": "ai-portal.ai-agents",
724
752
  "properties": [
@@ -825,34 +853,6 @@
825
853
  ],
826
854
  "description": "构件 `ai-portal.tab-list`"
827
855
  },
828
- {
829
- "name": "ai-portal.ai-employees",
830
- "properties": [
831
- {
832
- "name": "list",
833
- "attribute": false,
834
- "type": "Employee[]"
835
- },
836
- {
837
- "name": "industries",
838
- "attribute": false,
839
- "type": "string[]"
840
- },
841
- {
842
- "name": "urlTemplate",
843
- "type": "string"
844
- },
845
- {
846
- "name": "stickyTop",
847
- "type": "number"
848
- }
849
- ],
850
- "events": [],
851
- "slots": [],
852
- "methods": [],
853
- "parts": [],
854
- "description": "构件 `ai-portal.ai-employees`"
855
- },
856
856
  {
857
857
  "name": "ai-portal.dropdown-select",
858
858
  "properties": [
@@ -1060,25 +1060,6 @@
1060
1060
  "parts": [],
1061
1061
  "description": "构件 `ai-portal.project-conversations`"
1062
1062
  },
1063
- {
1064
- "name": "ai-portal.activity-timeline",
1065
- "properties": [
1066
- {
1067
- "name": "list",
1068
- "attribute": false,
1069
- "type": "Activity[]"
1070
- },
1071
- {
1072
- "name": "chatUrlTemplate",
1073
- "type": "string"
1074
- }
1075
- ],
1076
- "events": [],
1077
- "slots": [],
1078
- "methods": [],
1079
- "parts": [],
1080
- "description": "构件 `ai-portal.activity-timeline`"
1081
- },
1082
1063
  {
1083
1064
  "name": "ai-portal.project-knowledges",
1084
1065
  "properties": [
@@ -1116,6 +1097,25 @@
1116
1097
  "parts": [],
1117
1098
  "description": "构件 `ai-portal.project-knowledges`"
1118
1099
  },
1100
+ {
1101
+ "name": "ai-portal.activity-timeline",
1102
+ "properties": [
1103
+ {
1104
+ "name": "list",
1105
+ "attribute": false,
1106
+ "type": "Activity[]"
1107
+ },
1108
+ {
1109
+ "name": "chatUrlTemplate",
1110
+ "type": "string"
1111
+ }
1112
+ ],
1113
+ "events": [],
1114
+ "slots": [],
1115
+ "methods": [],
1116
+ "parts": [],
1117
+ "description": "构件 `ai-portal.activity-timeline`"
1118
+ },
1119
1119
  {
1120
1120
  "name": "ai-portal.chat-input",
1121
1121
  "properties": [