@next-bricks/ai-portal 0.39.4 → 0.39.5

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 (33) hide show
  1. package/dist/bricks.json +24 -24
  2. package/dist/chunks/{1967.90a3a911.js → 1967.8a8887a8.js} +2 -2
  3. package/dist/chunks/{1967.90a3a911.js.map → 1967.8a8887a8.js.map} +1 -1
  4. package/dist/chunks/3554.d27ba6a7.js +2 -0
  5. package/dist/chunks/3554.d27ba6a7.js.map +1 -0
  6. package/dist/chunks/382.7a717a6b.js +2 -0
  7. package/dist/chunks/382.7a717a6b.js.map +1 -0
  8. package/dist/chunks/453.bb828a7c.js +2 -0
  9. package/dist/chunks/453.bb828a7c.js.map +1 -0
  10. package/dist/chunks/{71.fac7051d.js → 71.dd436f51.js} +2 -2
  11. package/dist/chunks/{71.fac7051d.js.map → 71.dd436f51.js.map} +1 -1
  12. package/dist/chunks/7774.4418c30b.js +2 -0
  13. package/dist/chunks/7774.4418c30b.js.map +1 -0
  14. package/dist/chunks/{main.34dc1e32.js → main.851452d9.js} +2 -2
  15. package/dist/chunks/{main.34dc1e32.js.map → main.851452d9.js.map} +1 -1
  16. package/dist/chunks/{preview-container.be444668.js → preview-container.ec727678.js} +2 -2
  17. package/dist/chunks/{preview-container.be444668.js.map → preview-container.ec727678.js.map} +1 -1
  18. package/dist/examples.json +13 -13
  19. package/dist/index.8d65faed.js +2 -0
  20. package/dist/{index.5799bda2.js.map → index.8d65faed.js.map} +1 -1
  21. package/dist/manifest.json +163 -163
  22. package/dist/types.json +180 -180
  23. package/dist-types/shared/interfaces.d.ts +1 -1
  24. package/package.json +2 -2
  25. package/dist/chunks/2940.8640e146.js +0 -2
  26. package/dist/chunks/2940.8640e146.js.map +0 -1
  27. package/dist/chunks/3554.3bd4e85e.js +0 -2
  28. package/dist/chunks/3554.3bd4e85e.js.map +0 -1
  29. package/dist/chunks/453.91b3c698.js +0 -2
  30. package/dist/chunks/453.91b3c698.js.map +0 -1
  31. package/dist/chunks/833.0f19f121.js +0 -2
  32. package/dist/chunks/833.0f19f121.js.map +0 -1
  33. package/dist/index.5799bda2.js +0 -2
@@ -3,6 +3,35 @@
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
+ "parts": [],
33
+ "description": "构件 `ai-portal.chat-box`"
34
+ },
6
35
  {
7
36
  "name": "ai-portal.cruise-canvas",
8
37
  "properties": [
@@ -139,33 +168,101 @@
139
168
  "description": "构件 `ai-portal.cruise-canvas`"
140
169
  },
141
170
  {
142
- "name": "ai-portal.chat-box",
171
+ "name": "ai-portal.home-container",
172
+ "properties": [],
173
+ "events": [],
174
+ "slots": [],
175
+ "methods": [],
176
+ "parts": [],
177
+ "description": "构件 `ai-portal.home-container`"
178
+ },
179
+ {
180
+ "name": "ai-portal.stat-with-mini-chart",
143
181
  "properties": [
144
182
  {
145
- "name": "disabled",
146
- "type": "boolean"
183
+ "name": "label",
184
+ "type": "string"
147
185
  },
148
186
  {
149
- "name": "placeholder",
187
+ "name": "value",
150
188
  "type": "string"
151
189
  },
152
190
  {
153
- "name": "autoFocus",
191
+ "name": "size",
192
+ "description": "",
193
+ "default": "\"medium\"",
194
+ "type": "\"medium\" | \"small\""
195
+ },
196
+ {
197
+ "name": "lineColor",
198
+ "description": "",
199
+ "default": "\"var(--color-brand)\"",
200
+ "type": "string"
201
+ },
202
+ {
203
+ "name": "showArea",
154
204
  "type": "boolean"
205
+ },
206
+ {
207
+ "name": "min",
208
+ "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
209
+ "type": "number"
210
+ },
211
+ {
212
+ "name": "max",
213
+ "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
214
+ "type": "number"
215
+ },
216
+ {
217
+ "name": "xField",
218
+ "description": "",
219
+ "default": "\"0\"",
220
+ "type": "string"
221
+ },
222
+ {
223
+ "name": "yField",
224
+ "description": "",
225
+ "default": "\"1\"",
226
+ "type": "string"
227
+ },
228
+ {
229
+ "name": "data",
230
+ "attribute": false,
231
+ "type": "Record<string, number>[]"
155
232
  }
156
233
  ],
157
- "events": [
234
+ "events": [],
235
+ "slots": [],
236
+ "methods": [],
237
+ "parts": [],
238
+ "description": "构件 `ai-portal.stat-with-mini-chart`"
239
+ },
240
+ {
241
+ "name": "ai-portal.icon-button",
242
+ "properties": [
158
243
  {
159
- "name": "message.submit",
160
- "detail": {
161
- "type": "string"
162
- }
244
+ "name": "icon",
245
+ "attribute": false,
246
+ "type": "GeneralIconProps"
247
+ },
248
+ {
249
+ "name": "tooltip",
250
+ "type": "string"
251
+ },
252
+ {
253
+ "name": "disabled",
254
+ "type": "boolean"
255
+ },
256
+ {
257
+ "name": "variant",
258
+ "type": "IconButtonVariant"
163
259
  }
164
260
  ],
261
+ "events": [],
165
262
  "slots": [],
166
263
  "methods": [],
167
264
  "parts": [],
168
- "description": "构件 `ai-portal.chat-box`"
265
+ "description": "构件 `ai-portal.icon-button`"
169
266
  },
170
267
  {
171
268
  "name": "ai-portal.elevo-sidebar",
@@ -307,33 +404,6 @@
307
404
  "parts": [],
308
405
  "description": "构件 `ai-portal.elevo-sidebar`"
309
406
  },
310
- {
311
- "name": "ai-portal.icon-button",
312
- "properties": [
313
- {
314
- "name": "icon",
315
- "attribute": false,
316
- "type": "GeneralIconProps"
317
- },
318
- {
319
- "name": "tooltip",
320
- "type": "string"
321
- },
322
- {
323
- "name": "disabled",
324
- "type": "boolean"
325
- },
326
- {
327
- "name": "variant",
328
- "type": "IconButtonVariant"
329
- }
330
- ],
331
- "events": [],
332
- "slots": [],
333
- "methods": [],
334
- "parts": [],
335
- "description": "构件 `ai-portal.icon-button`"
336
- },
337
407
  {
338
408
  "name": "ai-portal.show-cases",
339
409
  "properties": [
@@ -353,67 +423,6 @@
353
423
  "parts": [],
354
424
  "description": "构件 `ai-portal.show-cases`"
355
425
  },
356
- {
357
- "name": "ai-portal.stat-with-mini-chart",
358
- "properties": [
359
- {
360
- "name": "label",
361
- "type": "string"
362
- },
363
- {
364
- "name": "value",
365
- "type": "string"
366
- },
367
- {
368
- "name": "size",
369
- "description": "",
370
- "default": "\"medium\"",
371
- "type": "\"medium\" | \"small\""
372
- },
373
- {
374
- "name": "lineColor",
375
- "description": "",
376
- "default": "\"var(--color-brand)\"",
377
- "type": "string"
378
- },
379
- {
380
- "name": "showArea",
381
- "type": "boolean"
382
- },
383
- {
384
- "name": "min",
385
- "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
386
- "type": "number"
387
- },
388
- {
389
- "name": "max",
390
- "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
391
- "type": "number"
392
- },
393
- {
394
- "name": "xField",
395
- "description": "",
396
- "default": "\"0\"",
397
- "type": "string"
398
- },
399
- {
400
- "name": "yField",
401
- "description": "",
402
- "default": "\"1\"",
403
- "type": "string"
404
- },
405
- {
406
- "name": "data",
407
- "attribute": false,
408
- "type": "Record<string, number>[]"
409
- }
410
- ],
411
- "events": [],
412
- "slots": [],
413
- "methods": [],
414
- "parts": [],
415
- "description": "构件 `ai-portal.stat-with-mini-chart`"
416
- },
417
426
  {
418
427
  "name": "ai-portal.mcp-tools",
419
428
  "properties": [
@@ -435,61 +444,6 @@
435
444
  "parts": [],
436
445
  "description": "构件 `ai-portal.mcp-tools`"
437
446
  },
438
- {
439
- "name": "ai-portal.ai-employees",
440
- "properties": [
441
- {
442
- "name": "list",
443
- "attribute": false,
444
- "type": "Employee[]"
445
- },
446
- {
447
- "name": "industries",
448
- "attribute": false,
449
- "type": "string[]"
450
- },
451
- {
452
- "name": "urlTemplate",
453
- "type": "string"
454
- },
455
- {
456
- "name": "withContainer",
457
- "description": "",
458
- "deprecated": true,
459
- "default": "true"
460
- }
461
- ],
462
- "events": [],
463
- "slots": [],
464
- "methods": [],
465
- "parts": [],
466
- "description": "构件 `ai-portal.ai-employees`"
467
- },
468
- {
469
- "name": "ai-portal.ai-agents",
470
- "properties": [
471
- {
472
- "name": "list",
473
- "attribute": false,
474
- "type": "Agent[]"
475
- },
476
- {
477
- "name": "urlTemplate",
478
- "type": "string"
479
- },
480
- {
481
- "name": "withContainer",
482
- "description": "",
483
- "deprecated": true,
484
- "default": "true"
485
- }
486
- ],
487
- "events": [],
488
- "slots": [],
489
- "methods": [],
490
- "parts": [],
491
- "description": "构件 `ai-portal.ai-agents`"
492
- },
493
447
  {
494
448
  "name": "ai-portal.chat-stream",
495
449
  "properties": [
@@ -607,6 +561,61 @@
607
561
  "parts": [],
608
562
  "description": "构件 `ai-portal.chat-stream`"
609
563
  },
564
+ {
565
+ "name": "ai-portal.ai-employees",
566
+ "properties": [
567
+ {
568
+ "name": "list",
569
+ "attribute": false,
570
+ "type": "Employee[]"
571
+ },
572
+ {
573
+ "name": "industries",
574
+ "attribute": false,
575
+ "type": "string[]"
576
+ },
577
+ {
578
+ "name": "urlTemplate",
579
+ "type": "string"
580
+ },
581
+ {
582
+ "name": "withContainer",
583
+ "description": "",
584
+ "deprecated": true,
585
+ "default": "true"
586
+ }
587
+ ],
588
+ "events": [],
589
+ "slots": [],
590
+ "methods": [],
591
+ "parts": [],
592
+ "description": "构件 `ai-portal.ai-employees`"
593
+ },
594
+ {
595
+ "name": "ai-portal.ai-agents",
596
+ "properties": [
597
+ {
598
+ "name": "list",
599
+ "attribute": false,
600
+ "type": "Agent[]"
601
+ },
602
+ {
603
+ "name": "urlTemplate",
604
+ "type": "string"
605
+ },
606
+ {
607
+ "name": "withContainer",
608
+ "description": "",
609
+ "deprecated": true,
610
+ "default": "true"
611
+ }
612
+ ],
613
+ "events": [],
614
+ "slots": [],
615
+ "methods": [],
616
+ "parts": [],
617
+ "description": "构件 `ai-portal.ai-agents`"
618
+ },
610
619
  {
611
620
  "name": "ai-portal.page-container",
612
621
  "properties": [
@@ -663,15 +672,6 @@
663
672
  "parts": [],
664
673
  "description": "构件 `ai-portal.project-summary`"
665
674
  },
666
- {
667
- "name": "ai-portal.home-container",
668
- "properties": [],
669
- "events": [],
670
- "slots": [],
671
- "methods": [],
672
- "parts": [],
673
- "description": "构件 `ai-portal.home-container`"
674
- },
675
675
  {
676
676
  "name": "ai-portal.tab-list",
677
677
  "properties": [