@next-bricks/ai-portal 0.39.1 → 0.39.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.
Files changed (33) hide show
  1. package/dist/bricks.json +31 -31
  2. package/dist/chunks/1967.90a3a911.js +2 -0
  3. package/dist/chunks/1967.90a3a911.js.map +1 -0
  4. package/dist/chunks/71.c149a595.js +2 -0
  5. package/dist/chunks/71.c149a595.js.map +1 -0
  6. package/dist/chunks/main.2e680f23.js +2 -0
  7. package/dist/chunks/{main.a3754994.js.map → main.2e680f23.js.map} +1 -1
  8. package/dist/chunks/project-conversations.758d7189.js +3 -0
  9. package/dist/chunks/project-conversations.758d7189.js.map +1 -0
  10. package/dist/chunks/project-knowledges.a65a0602.js +3 -0
  11. package/dist/chunks/project-knowledges.a65a0602.js.map +1 -0
  12. package/dist/chunks/project-summary.fab144a8.js +2 -0
  13. package/dist/chunks/project-summary.fab144a8.js.map +1 -0
  14. package/dist/examples.json +16 -16
  15. package/dist/{index.3bc6e052.js → index.45a33574.js} +2 -2
  16. package/dist/{index.3bc6e052.js.map → index.45a33574.js.map} +1 -1
  17. package/dist/manifest.json +194 -194
  18. package/dist/types.json +221 -208
  19. package/dist-types/project-conversations/index.d.ts +1 -0
  20. package/package.json +2 -2
  21. package/dist/chunks/1004.e208af15.js +0 -2
  22. package/dist/chunks/1004.e208af15.js.map +0 -1
  23. package/dist/chunks/1967.9af40d13.js +0 -2
  24. package/dist/chunks/1967.9af40d13.js.map +0 -1
  25. package/dist/chunks/main.a3754994.js +0 -2
  26. package/dist/chunks/project-conversations.8ea09318.js +0 -3
  27. package/dist/chunks/project-conversations.8ea09318.js.map +0 -1
  28. package/dist/chunks/project-knowledges.bbbed4a6.js +0 -3
  29. package/dist/chunks/project-knowledges.bbbed4a6.js.map +0 -1
  30. package/dist/chunks/project-summary.9483f9d4.js +0 -2
  31. package/dist/chunks/project-summary.9483f9d4.js.map +0 -1
  32. /package/dist/chunks/{project-conversations.8ea09318.js.LICENSE.txt → project-conversations.758d7189.js.LICENSE.txt} +0 -0
  33. /package/dist/chunks/{project-knowledges.bbbed4a6.js.LICENSE.txt → project-knowledges.a65a0602.js.LICENSE.txt} +0 -0
@@ -4,13 +4,33 @@
4
4
  "name": "ai-portal",
5
5
  "bricks": [
6
6
  {
7
- "name": "ai-portal.home-container",
8
- "properties": [],
9
- "events": [],
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
+ ],
10
30
  "slots": [],
11
31
  "methods": [],
12
32
  "parts": [],
13
- "description": "构件 `ai-portal.home-container`"
33
+ "description": "构件 `ai-portal.chat-box`"
14
34
  },
15
35
  {
16
36
  "name": "ai-portal.elevo-sidebar",
@@ -152,6 +172,112 @@
152
172
  "parts": [],
153
173
  "description": "构件 `ai-portal.elevo-sidebar`"
154
174
  },
175
+ {
176
+ "name": "ai-portal.icon-button",
177
+ "properties": [
178
+ {
179
+ "name": "icon",
180
+ "attribute": false,
181
+ "type": "GeneralIconProps"
182
+ },
183
+ {
184
+ "name": "tooltip",
185
+ "type": "string"
186
+ },
187
+ {
188
+ "name": "disabled",
189
+ "type": "boolean"
190
+ },
191
+ {
192
+ "name": "variant",
193
+ "type": "IconButtonVariant"
194
+ }
195
+ ],
196
+ "events": [],
197
+ "slots": [],
198
+ "methods": [],
199
+ "parts": [],
200
+ "description": "构件 `ai-portal.icon-button`"
201
+ },
202
+ {
203
+ "name": "ai-portal.home-container",
204
+ "properties": [],
205
+ "events": [],
206
+ "slots": [],
207
+ "methods": [],
208
+ "parts": [],
209
+ "description": "构件 `ai-portal.home-container`"
210
+ },
211
+ {
212
+ "name": "ai-portal.mcp-tools",
213
+ "properties": [
214
+ {
215
+ "name": "list",
216
+ "attribute": false,
217
+ "type": "McpTool[]"
218
+ },
219
+ {
220
+ "name": "withContainer",
221
+ "description": "",
222
+ "deprecated": true,
223
+ "default": "true"
224
+ }
225
+ ],
226
+ "events": [],
227
+ "slots": [],
228
+ "methods": [],
229
+ "parts": [],
230
+ "description": "构件 `ai-portal.mcp-tools`"
231
+ },
232
+ {
233
+ "name": "ai-portal.show-cases",
234
+ "properties": [
235
+ {
236
+ "name": "list",
237
+ "attribute": false,
238
+ "type": "ShowCase[]"
239
+ },
240
+ {
241
+ "name": "taskUrlTemplate",
242
+ "type": "string"
243
+ }
244
+ ],
245
+ "events": [],
246
+ "slots": [],
247
+ "methods": [],
248
+ "parts": [],
249
+ "description": "构件 `ai-portal.show-cases`"
250
+ },
251
+ {
252
+ "name": "ai-portal.ai-employees",
253
+ "properties": [
254
+ {
255
+ "name": "list",
256
+ "attribute": false,
257
+ "type": "Employee[]"
258
+ },
259
+ {
260
+ "name": "industries",
261
+ "attribute": false,
262
+ "type": "string[]"
263
+ },
264
+ {
265
+ "name": "urlTemplate",
266
+ "type": "string"
267
+ },
268
+ {
269
+ "name": "withContainer",
270
+ "description": "",
271
+ "deprecated": true,
272
+ "default": "true"
273
+ }
274
+ ],
275
+ "events": [],
276
+ "slots": [],
277
+ "methods": [],
278
+ "parts": [],
279
+ "description": "构件 `ai-portal.ai-employees`"
280
+ },
155
281
  {
156
282
  "name": "ai-portal.cruise-canvas",
157
283
  "properties": [
@@ -287,103 +413,6 @@
287
413
  "parts": [],
288
414
  "description": "构件 `ai-portal.cruise-canvas`"
289
415
  },
290
- {
291
- "name": "ai-portal.show-cases",
292
- "properties": [
293
- {
294
- "name": "list",
295
- "attribute": false,
296
- "type": "ShowCase[]"
297
- },
298
- {
299
- "name": "taskUrlTemplate",
300
- "type": "string"
301
- }
302
- ],
303
- "events": [],
304
- "slots": [],
305
- "methods": [],
306
- "parts": [],
307
- "description": "构件 `ai-portal.show-cases`"
308
- },
309
- {
310
- "name": "ai-portal.icon-button",
311
- "properties": [
312
- {
313
- "name": "icon",
314
- "attribute": false,
315
- "type": "GeneralIconProps"
316
- },
317
- {
318
- "name": "tooltip",
319
- "type": "string"
320
- },
321
- {
322
- "name": "disabled",
323
- "type": "boolean"
324
- },
325
- {
326
- "name": "variant",
327
- "type": "IconButtonVariant"
328
- }
329
- ],
330
- "events": [],
331
- "slots": [],
332
- "methods": [],
333
- "parts": [],
334
- "description": "构件 `ai-portal.icon-button`"
335
- },
336
- {
337
- "name": "ai-portal.mcp-tools",
338
- "properties": [
339
- {
340
- "name": "list",
341
- "attribute": false,
342
- "type": "McpTool[]"
343
- },
344
- {
345
- "name": "withContainer",
346
- "description": "",
347
- "deprecated": true,
348
- "default": "true"
349
- }
350
- ],
351
- "events": [],
352
- "slots": [],
353
- "methods": [],
354
- "parts": [],
355
- "description": "构件 `ai-portal.mcp-tools`"
356
- },
357
- {
358
- "name": "ai-portal.ai-employees",
359
- "properties": [
360
- {
361
- "name": "list",
362
- "attribute": false,
363
- "type": "Employee[]"
364
- },
365
- {
366
- "name": "industries",
367
- "attribute": false,
368
- "type": "string[]"
369
- },
370
- {
371
- "name": "urlTemplate",
372
- "type": "string"
373
- },
374
- {
375
- "name": "withContainer",
376
- "description": "",
377
- "deprecated": true,
378
- "default": "true"
379
- }
380
- ],
381
- "events": [],
382
- "slots": [],
383
- "methods": [],
384
- "parts": [],
385
- "description": "构件 `ai-portal.ai-employees`"
386
- },
387
416
  {
388
417
  "name": "ai-portal.chat-stream",
389
418
  "properties": [
@@ -563,42 +592,6 @@
563
592
  "parts": [],
564
593
  "description": "构件 `ai-portal.page-container`"
565
594
  },
566
- {
567
- "name": "ai-portal.tab-list",
568
- "properties": [
569
- {
570
- "name": "tabs",
571
- "attribute": false,
572
- "type": "Tab[]"
573
- },
574
- {
575
- "name": "activeTab",
576
- "attribute": false,
577
- "type": "string"
578
- }
579
- ],
580
- "events": [
581
- {
582
- "name": "tab.click",
583
- "detail": {
584
- "type": "Tab"
585
- }
586
- }
587
- ],
588
- "slots": [],
589
- "methods": [],
590
- "parts": [
591
- {
592
- "name": "tabs",
593
- "description": "The tab list container"
594
- },
595
- {
596
- "name": "tab",
597
- "description": "The individual tab"
598
- }
599
- ],
600
- "description": "构件 `ai-portal.tab-list`"
601
- },
602
595
  {
603
596
  "name": "ai-portal.project-summary",
604
597
  "properties": [
@@ -619,85 +612,40 @@
619
612
  "description": "构件 `ai-portal.project-summary`"
620
613
  },
621
614
  {
622
- "name": "ai-portal.dropdown-select",
615
+ "name": "ai-portal.tab-list",
623
616
  "properties": [
624
617
  {
625
- "name": "value",
626
- "type": "string"
627
- },
628
- {
629
- "name": "options",
630
- "attribute": false,
631
- "type": "DropdownOptions[]"
632
- },
633
- {
634
- "name": "labelMaxWidth",
618
+ "name": "tabs",
635
619
  "attribute": false,
636
- "type": "string | number"
637
- },
638
- {
639
- "name": "loading",
640
- "type": "boolean"
620
+ "type": "Tab[]"
641
621
  },
642
622
  {
643
- "name": "searchPlaceholder",
623
+ "name": "activeTab",
644
624
  "attribute": false,
645
625
  "type": "string"
646
- },
647
- {
648
- "name": "dropdownMaxWidth",
649
- "description": "",
650
- "default": "\"500px\"",
651
- "attribute": false,
652
- "type": "string | number"
653
- },
654
- {
655
- "name": "showSearch",
656
- "description": "是否展示搜索框",
657
- "type": "boolean"
658
626
  }
659
627
  ],
660
628
  "events": [
661
629
  {
662
- "name": "change",
630
+ "name": "tab.click",
663
631
  "detail": {
664
- "type": "DropdownOptions"
632
+ "type": "Tab"
665
633
  }
666
634
  }
667
635
  ],
668
636
  "slots": [],
669
637
  "methods": [],
670
- "parts": [],
671
- "description": "构件 `ai-portal.dropdown-select`"
672
- },
673
- {
674
- "name": "ai-portal.chat-box",
675
- "properties": [
676
- {
677
- "name": "disabled",
678
- "type": "boolean"
679
- },
638
+ "parts": [
680
639
  {
681
- "name": "placeholder",
682
- "type": "string"
640
+ "name": "tabs",
641
+ "description": "The tab list container"
683
642
  },
684
643
  {
685
- "name": "autoFocus",
686
- "type": "boolean"
687
- }
688
- ],
689
- "events": [
690
- {
691
- "name": "message.submit",
692
- "detail": {
693
- "type": "string"
694
- }
644
+ "name": "tab",
645
+ "description": "The individual tab"
695
646
  }
696
647
  ],
697
- "slots": [],
698
- "methods": [],
699
- "parts": [],
700
- "description": "构件 `ai-portal.chat-box`"
648
+ "description": "构件 `ai-portal.tab-list`"
701
649
  },
702
650
  {
703
651
  "name": "ai-portal.stat-with-mini-chart",
@@ -760,6 +708,58 @@
760
708
  "parts": [],
761
709
  "description": "构件 `ai-portal.stat-with-mini-chart`"
762
710
  },
711
+ {
712
+ "name": "ai-portal.dropdown-select",
713
+ "properties": [
714
+ {
715
+ "name": "value",
716
+ "type": "string"
717
+ },
718
+ {
719
+ "name": "options",
720
+ "attribute": false,
721
+ "type": "DropdownOptions[]"
722
+ },
723
+ {
724
+ "name": "labelMaxWidth",
725
+ "attribute": false,
726
+ "type": "string | number"
727
+ },
728
+ {
729
+ "name": "loading",
730
+ "type": "boolean"
731
+ },
732
+ {
733
+ "name": "searchPlaceholder",
734
+ "attribute": false,
735
+ "type": "string"
736
+ },
737
+ {
738
+ "name": "dropdownMaxWidth",
739
+ "description": "",
740
+ "default": "\"500px\"",
741
+ "attribute": false,
742
+ "type": "string | number"
743
+ },
744
+ {
745
+ "name": "showSearch",
746
+ "description": "是否展示搜索框",
747
+ "type": "boolean"
748
+ }
749
+ ],
750
+ "events": [
751
+ {
752
+ "name": "change",
753
+ "detail": {
754
+ "type": "DropdownOptions"
755
+ }
756
+ }
757
+ ],
758
+ "slots": [],
759
+ "methods": [],
760
+ "parts": [],
761
+ "description": "构件 `ai-portal.dropdown-select`"
762
+ },
763
763
  {
764
764
  "name": "ai-portal.preview-container",
765
765
  "properties": [