@next-bricks/ai-portal 0.47.1 → 0.47.2

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 (38) hide show
  1. package/dist/bricks.json +16 -16
  2. package/dist/chunks/{1692.9fa908f1.js → 1692.e1b92e84.js} +2 -2
  3. package/dist/chunks/{1692.9fa908f1.js.map → 1692.e1b92e84.js.map} +1 -1
  4. package/dist/chunks/4144.e2d748f8.js +2 -0
  5. package/dist/chunks/4144.e2d748f8.js.map +1 -0
  6. package/dist/chunks/{4837.d70e4d5f.js → 4837.488c5888.js} +2 -2
  7. package/dist/chunks/{4837.d70e4d5f.js.map → 4837.488c5888.js.map} +1 -1
  8. package/dist/chunks/{495.8b4a1756.js → 495.06800ca3.js} +2 -2
  9. package/dist/chunks/{495.8b4a1756.js.map → 495.06800ca3.js.map} +1 -1
  10. package/dist/chunks/{7431.3ff52734.js → 7431.796d1a89.js} +3 -3
  11. package/dist/chunks/{7431.3ff52734.js.map → 7431.796d1a89.js.map} +1 -1
  12. package/dist/chunks/{9328.b23a66b4.js → 9328.1fc3c9b4.js} +2 -2
  13. package/dist/chunks/{9328.b23a66b4.js.map → 9328.1fc3c9b4.js.map} +1 -1
  14. package/dist/chunks/9474.8a4c4815.js +2 -0
  15. package/dist/chunks/9474.8a4c4815.js.map +1 -0
  16. package/dist/chunks/948.85b663ec.js.map +1 -1
  17. package/dist/chunks/{9599.8bf50b3b.js → 9599.f127b5a1.js} +2 -2
  18. package/dist/chunks/{9599.8bf50b3b.js.map → 9599.f127b5a1.js.map} +1 -1
  19. package/dist/chunks/{elevo-sidebar.877ac231.js → elevo-sidebar.dcdcf5d3.js} +3 -3
  20. package/dist/chunks/{elevo-sidebar.877ac231.js.map → elevo-sidebar.dcdcf5d3.js.map} +1 -1
  21. package/dist/chunks/{main.151d1068.js → main.775b7150.js} +2 -2
  22. package/dist/chunks/{main.151d1068.js.map → main.775b7150.js.map} +1 -1
  23. package/dist/chunks/{page-container.5da7bbb4.js → page-container.8bf6e607.js} +2 -2
  24. package/dist/chunks/{page-container.5da7bbb4.js.map → page-container.8bf6e607.js.map} +1 -1
  25. package/dist/chunks/{preview-container.659bb080.js → preview-container.ebe8c4fc.js} +2 -2
  26. package/dist/chunks/{preview-container.659bb080.js.map → preview-container.ebe8c4fc.js.map} +1 -1
  27. package/dist/examples.json +6 -6
  28. package/dist/{index.3c942bd7.js → index.d321fd76.js} +2 -2
  29. package/dist/{index.3c942bd7.js.map → index.d321fd76.js.map} +1 -1
  30. package/dist/manifest.json +112 -112
  31. package/dist/types.json +211 -211
  32. package/package.json +2 -2
  33. package/dist/chunks/4144.5c923db3.js +0 -2
  34. package/dist/chunks/4144.5c923db3.js.map +0 -1
  35. package/dist/chunks/9474.59a27cc1.js +0 -2
  36. package/dist/chunks/9474.59a27cc1.js.map +0 -1
  37. /package/dist/chunks/{7431.3ff52734.js.LICENSE.txt → 7431.796d1a89.js.LICENSE.txt} +0 -0
  38. /package/dist/chunks/{elevo-sidebar.877ac231.js.LICENSE.txt → elevo-sidebar.dcdcf5d3.js.LICENSE.txt} +0 -0
@@ -3,60 +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
- "events": [
28
- {
29
- "name": "message.submit",
30
- "detail": {
31
- "type": "string"
32
- }
33
- },
34
- {
35
- "name": "ai-employee.mention",
36
- "detail": {
37
- "type": "AIEmployee | null"
38
- }
39
- }
40
- ],
41
- "slots": [],
42
- "methods": [
43
- {
44
- "name": "setValue",
45
- "params": [
46
- {
47
- "name": "value",
48
- "type": "string"
49
- }
50
- ]
51
- },
52
- {
53
- "name": "getValue",
54
- "params": []
55
- }
56
- ],
57
- "parts": [],
58
- "description": "构件 `ai-portal.chat-box`"
59
- },
60
6
  {
61
7
  "name": "ai-portal.cruise-canvas",
62
8
  "properties": [
@@ -203,74 +149,67 @@
203
149
  "description": "构件 `ai-portal.cruise-canvas`"
204
150
  },
205
151
  {
206
- "name": "ai-portal.home-container",
207
- "properties": [],
208
- "events": [],
209
- "slots": [],
210
- "methods": [],
211
- "parts": [],
212
- "description": "构件 `ai-portal.home-container`"
213
- },
214
- {
215
- "name": "ai-portal.stat-with-mini-chart",
152
+ "name": "ai-portal.chat-box",
216
153
  "properties": [
217
154
  {
218
- "name": "label",
219
- "type": "string"
220
- },
221
- {
222
- "name": "value",
223
- "type": "string"
224
- },
225
- {
226
- "name": "size",
227
- "description": "",
228
- "default": "\"medium\"",
229
- "type": "\"medium\" | \"small\""
155
+ "name": "disabled",
156
+ "type": "boolean"
230
157
  },
231
158
  {
232
- "name": "lineColor",
233
- "description": "",
234
- "default": "\"var(--color-brand)\"",
159
+ "name": "placeholder",
235
160
  "type": "string"
236
161
  },
237
162
  {
238
- "name": "showArea",
163
+ "name": "autoFocus",
239
164
  "type": "boolean"
240
165
  },
241
166
  {
242
- "name": "min",
243
- "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
244
- "type": "number"
245
- },
167
+ "name": "aiEmployees",
168
+ "attribute": false,
169
+ "type": "AIEmployee[]"
170
+ }
171
+ ],
172
+ "events": [
246
173
  {
247
- "name": "max",
248
- "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
249
- "type": "number"
174
+ "name": "message.submit",
175
+ "detail": {
176
+ "type": "string"
177
+ }
250
178
  },
251
179
  {
252
- "name": "xField",
253
- "description": "",
254
- "default": "\"0\"",
255
- "type": "string"
256
- },
180
+ "name": "ai-employee.mention",
181
+ "detail": {
182
+ "type": "AIEmployee | null"
183
+ }
184
+ }
185
+ ],
186
+ "slots": [],
187
+ "methods": [
257
188
  {
258
- "name": "yField",
259
- "description": "",
260
- "default": "\"1\"",
261
- "type": "string"
189
+ "name": "setValue",
190
+ "params": [
191
+ {
192
+ "name": "value",
193
+ "type": "string"
194
+ }
195
+ ]
262
196
  },
263
197
  {
264
- "name": "data",
265
- "attribute": false,
266
- "type": "Record<string, number>[]"
198
+ "name": "getValue",
199
+ "params": []
267
200
  }
268
201
  ],
202
+ "parts": [],
203
+ "description": "构件 `ai-portal.chat-box`"
204
+ },
205
+ {
206
+ "name": "ai-portal.home-container",
207
+ "properties": [],
269
208
  "events": [],
270
209
  "slots": [],
271
210
  "methods": [],
272
211
  "parts": [],
273
- "description": "构件 `ai-portal.stat-with-mini-chart`"
212
+ "description": "构件 `ai-portal.home-container`"
274
213
  },
275
214
  {
276
215
  "name": "ai-portal.elevo-sidebar",
@@ -406,6 +345,67 @@
406
345
  "parts": [],
407
346
  "description": "构件 `ai-portal.elevo-sidebar`"
408
347
  },
348
+ {
349
+ "name": "ai-portal.stat-with-mini-chart",
350
+ "properties": [
351
+ {
352
+ "name": "label",
353
+ "type": "string"
354
+ },
355
+ {
356
+ "name": "value",
357
+ "type": "string"
358
+ },
359
+ {
360
+ "name": "size",
361
+ "description": "",
362
+ "default": "\"medium\"",
363
+ "type": "\"medium\" | \"small\""
364
+ },
365
+ {
366
+ "name": "lineColor",
367
+ "description": "",
368
+ "default": "\"var(--color-brand)\"",
369
+ "type": "string"
370
+ },
371
+ {
372
+ "name": "showArea",
373
+ "type": "boolean"
374
+ },
375
+ {
376
+ "name": "min",
377
+ "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
378
+ "type": "number"
379
+ },
380
+ {
381
+ "name": "max",
382
+ "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
383
+ "type": "number"
384
+ },
385
+ {
386
+ "name": "xField",
387
+ "description": "",
388
+ "default": "\"0\"",
389
+ "type": "string"
390
+ },
391
+ {
392
+ "name": "yField",
393
+ "description": "",
394
+ "default": "\"1\"",
395
+ "type": "string"
396
+ },
397
+ {
398
+ "name": "data",
399
+ "attribute": false,
400
+ "type": "Record<string, number>[]"
401
+ }
402
+ ],
403
+ "events": [],
404
+ "slots": [],
405
+ "methods": [],
406
+ "parts": [],
407
+ "description": "构件 `ai-portal.stat-with-mini-chart`"
408
+ },
409
409
  {
410
410
  "name": "ai-portal.icon-button",
411
411
  "properties": [
@@ -434,40 +434,40 @@
434
434
  "description": "构件 `ai-portal.icon-button`"
435
435
  },
436
436
  {
437
- "name": "ai-portal.mcp-tools",
437
+ "name": "ai-portal.show-cases",
438
438
  "properties": [
439
439
  {
440
440
  "name": "list",
441
441
  "attribute": false,
442
- "type": "McpTool[]"
443
- },
444
- {
445
- "name": "withContainer",
446
- "description": "",
447
- "deprecated": true,
448
- "default": "true"
442
+ "type": "ShowCaseType[]"
449
443
  }
450
444
  ],
451
445
  "events": [],
452
446
  "slots": [],
453
447
  "methods": [],
454
448
  "parts": [],
455
- "description": "构件 `ai-portal.mcp-tools`"
449
+ "description": "构件 `ai-portal.show-cases`"
456
450
  },
457
451
  {
458
- "name": "ai-portal.show-cases",
452
+ "name": "ai-portal.mcp-tools",
459
453
  "properties": [
460
454
  {
461
455
  "name": "list",
462
456
  "attribute": false,
463
- "type": "ShowCaseType[]"
457
+ "type": "McpTool[]"
458
+ },
459
+ {
460
+ "name": "withContainer",
461
+ "description": "",
462
+ "deprecated": true,
463
+ "default": "true"
464
464
  }
465
465
  ],
466
466
  "events": [],
467
467
  "slots": [],
468
468
  "methods": [],
469
469
  "parts": [],
470
- "description": "构件 `ai-portal.show-cases`"
470
+ "description": "构件 `ai-portal.mcp-tools`"
471
471
  },
472
472
  {
473
473
  "name": "ai-portal.chat-stream",