@next-bricks/ai-portal 0.40.2 → 0.41.1
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 +20 -18
- package/dist/chunks/2608.33f641c9.js +2 -0
- package/dist/chunks/2608.33f641c9.js.map +1 -0
- package/dist/chunks/{8616.ceae4e7b.js → 3689.2a3f6d8c.js} +3 -3
- package/dist/chunks/{8616.ceae4e7b.js.map → 3689.2a3f6d8c.js.map} +1 -1
- package/dist/chunks/chat-box.9c68697e.js +2 -0
- package/dist/chunks/chat-box.9c68697e.js.map +1 -0
- package/dist/chunks/elevo-logo.dc137a3c.js +2 -0
- package/dist/chunks/elevo-logo.dc137a3c.js.map +1 -0
- package/dist/chunks/elevo-sidebar.08b20757.js +3 -0
- package/dist/chunks/elevo-sidebar.08b20757.js.map +1 -0
- package/dist/chunks/goal-card-list.5f61cd91.js +3 -0
- package/dist/chunks/{goal-card-list.7a0aecb2.js.map → goal-card-list.5f61cd91.js.map} +1 -1
- package/dist/chunks/{home-container.9f9ca1ca.js → home-container.211ba989.js} +2 -2
- package/dist/chunks/{home-container.9f9ca1ca.js.map → home-container.211ba989.js.map} +1 -1
- package/dist/chunks/{main.c1de70a9.js → main.c7c296c8.js} +2 -2
- package/dist/chunks/{main.c1de70a9.js.map → main.c7c296c8.js.map} +1 -1
- package/dist/chunks/page-container.099db5b9.js +2 -0
- package/dist/chunks/{page-container.a637a6c4.js.map → page-container.099db5b9.js.map} +1 -1
- package/dist/examples.json +14 -11
- package/dist/index.663fc8d5.js +2 -0
- package/dist/index.663fc8d5.js.map +1 -0
- package/dist/manifest.json +140 -131
- package/dist/types.json +254 -249
- package/dist-types/bootstrap.d.ts +1 -0
- package/dist-types/elevo-logo/index.d.ts +9 -0
- package/dist-types/elevo-logo/index.spec.d.ts +1 -0
- package/docs/elevo-logo.md +9 -0
- package/package.json +2 -2
- package/dist/chunks/8176.fe523596.js +0 -2
- package/dist/chunks/8176.fe523596.js.map +0 -1
- package/dist/chunks/chat-box.6ae456b3.js +0 -2
- package/dist/chunks/chat-box.6ae456b3.js.map +0 -1
- package/dist/chunks/elevo-sidebar.199ad1c6.js +0 -3
- package/dist/chunks/elevo-sidebar.199ad1c6.js.map +0 -1
- package/dist/chunks/goal-card-list.7a0aecb2.js +0 -3
- package/dist/chunks/page-container.a637a6c4.js +0 -2
- package/dist/index.7b53be7d.js +0 -2
- package/dist/index.7b53be7d.js.map +0 -1
- /package/dist/chunks/{8616.ceae4e7b.js.LICENSE.txt → 3689.2a3f6d8c.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{elevo-sidebar.199ad1c6.js.LICENSE.txt → elevo-sidebar.08b20757.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{goal-card-list.7a0aecb2.js.LICENSE.txt → goal-card-list.5f61cd91.js.LICENSE.txt} +0 -0
package/dist/manifest.json
CHANGED
|
@@ -3,15 +3,6 @@
|
|
|
3
3
|
"package": "@next-bricks/ai-portal",
|
|
4
4
|
"name": "ai-portal",
|
|
5
5
|
"bricks": [
|
|
6
|
-
{
|
|
7
|
-
"name": "ai-portal.home-container",
|
|
8
|
-
"properties": [],
|
|
9
|
-
"events": [],
|
|
10
|
-
"slots": [],
|
|
11
|
-
"methods": [],
|
|
12
|
-
"parts": [],
|
|
13
|
-
"description": "构件 `ai-portal.home-container`"
|
|
14
|
-
},
|
|
15
6
|
{
|
|
16
7
|
"name": "ai-portal.chat-box",
|
|
17
8
|
"properties": [
|
|
@@ -55,6 +46,76 @@
|
|
|
55
46
|
"parts": [],
|
|
56
47
|
"description": "构件 `ai-portal.chat-box`"
|
|
57
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
|
+
},
|
|
58
119
|
{
|
|
59
120
|
"name": "ai-portal.cruise-canvas",
|
|
60
121
|
"properties": [
|
|
@@ -217,67 +278,6 @@
|
|
|
217
278
|
"parts": [],
|
|
218
279
|
"description": "构件 `ai-portal.icon-button`"
|
|
219
280
|
},
|
|
220
|
-
{
|
|
221
|
-
"name": "ai-portal.stat-with-mini-chart",
|
|
222
|
-
"properties": [
|
|
223
|
-
{
|
|
224
|
-
"name": "label",
|
|
225
|
-
"type": "string"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"name": "value",
|
|
229
|
-
"type": "string"
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
"name": "size",
|
|
233
|
-
"description": "",
|
|
234
|
-
"default": "\"medium\"",
|
|
235
|
-
"type": "\"medium\" | \"small\""
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"name": "lineColor",
|
|
239
|
-
"description": "",
|
|
240
|
-
"default": "\"var(--color-brand)\"",
|
|
241
|
-
"type": "string"
|
|
242
|
-
},
|
|
243
|
-
{
|
|
244
|
-
"name": "showArea",
|
|
245
|
-
"type": "boolean"
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"name": "min",
|
|
249
|
-
"description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
|
|
250
|
-
"type": "number"
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"name": "max",
|
|
254
|
-
"description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
|
|
255
|
-
"type": "number"
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"name": "xField",
|
|
259
|
-
"description": "",
|
|
260
|
-
"default": "\"0\"",
|
|
261
|
-
"type": "string"
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
"name": "yField",
|
|
265
|
-
"description": "",
|
|
266
|
-
"default": "\"1\"",
|
|
267
|
-
"type": "string"
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"name": "data",
|
|
271
|
-
"attribute": false,
|
|
272
|
-
"type": "Record<string, number>[]"
|
|
273
|
-
}
|
|
274
|
-
],
|
|
275
|
-
"events": [],
|
|
276
|
-
"slots": [],
|
|
277
|
-
"methods": [],
|
|
278
|
-
"parts": [],
|
|
279
|
-
"description": "构件 `ai-portal.stat-with-mini-chart`"
|
|
280
|
-
},
|
|
281
281
|
{
|
|
282
282
|
"name": "ai-portal.elevo-sidebar",
|
|
283
283
|
"properties": [
|
|
@@ -458,36 +458,6 @@
|
|
|
458
458
|
"parts": [],
|
|
459
459
|
"description": "构件 `ai-portal.mcp-tools`"
|
|
460
460
|
},
|
|
461
|
-
{
|
|
462
|
-
"name": "ai-portal.ai-employees",
|
|
463
|
-
"properties": [
|
|
464
|
-
{
|
|
465
|
-
"name": "list",
|
|
466
|
-
"attribute": false,
|
|
467
|
-
"type": "Employee[]"
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"name": "industries",
|
|
471
|
-
"attribute": false,
|
|
472
|
-
"type": "string[]"
|
|
473
|
-
},
|
|
474
|
-
{
|
|
475
|
-
"name": "urlTemplate",
|
|
476
|
-
"type": "string"
|
|
477
|
-
},
|
|
478
|
-
{
|
|
479
|
-
"name": "withContainer",
|
|
480
|
-
"description": "",
|
|
481
|
-
"deprecated": true,
|
|
482
|
-
"default": "true"
|
|
483
|
-
}
|
|
484
|
-
],
|
|
485
|
-
"events": [],
|
|
486
|
-
"slots": [],
|
|
487
|
-
"methods": [],
|
|
488
|
-
"parts": [],
|
|
489
|
-
"description": "构件 `ai-portal.ai-employees`"
|
|
490
|
-
},
|
|
491
461
|
{
|
|
492
462
|
"name": "ai-portal.chat-stream",
|
|
493
463
|
"properties": [
|
|
@@ -606,12 +576,17 @@
|
|
|
606
576
|
"description": "构件 `ai-portal.chat-stream`"
|
|
607
577
|
},
|
|
608
578
|
{
|
|
609
|
-
"name": "ai-portal.ai-
|
|
579
|
+
"name": "ai-portal.ai-employees",
|
|
610
580
|
"properties": [
|
|
611
581
|
{
|
|
612
582
|
"name": "list",
|
|
613
583
|
"attribute": false,
|
|
614
|
-
"type": "
|
|
584
|
+
"type": "Employee[]"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"name": "industries",
|
|
588
|
+
"attribute": false,
|
|
589
|
+
"type": "string[]"
|
|
615
590
|
},
|
|
616
591
|
{
|
|
617
592
|
"name": "urlTemplate",
|
|
@@ -628,44 +603,32 @@
|
|
|
628
603
|
"slots": [],
|
|
629
604
|
"methods": [],
|
|
630
605
|
"parts": [],
|
|
631
|
-
"description": "构件 `ai-portal.ai-
|
|
606
|
+
"description": "构件 `ai-portal.ai-employees`"
|
|
632
607
|
},
|
|
633
608
|
{
|
|
634
|
-
"name": "ai-portal.
|
|
609
|
+
"name": "ai-portal.ai-agents",
|
|
635
610
|
"properties": [
|
|
636
611
|
{
|
|
637
|
-
"name": "
|
|
638
|
-
"type": "string"
|
|
639
|
-
},
|
|
640
|
-
{
|
|
641
|
-
"name": "breadcrumbs",
|
|
612
|
+
"name": "list",
|
|
642
613
|
"attribute": false,
|
|
643
|
-
"type": "
|
|
614
|
+
"type": "Agent[]"
|
|
644
615
|
},
|
|
645
616
|
{
|
|
646
|
-
"name": "
|
|
647
|
-
"type": "
|
|
617
|
+
"name": "urlTemplate",
|
|
618
|
+
"type": "string"
|
|
648
619
|
},
|
|
649
620
|
{
|
|
650
|
-
"name": "
|
|
651
|
-
"
|
|
652
|
-
"
|
|
621
|
+
"name": "withContainer",
|
|
622
|
+
"description": "",
|
|
623
|
+
"deprecated": true,
|
|
624
|
+
"default": "true"
|
|
653
625
|
}
|
|
654
626
|
],
|
|
655
627
|
"events": [],
|
|
656
|
-
"slots": [
|
|
657
|
-
{
|
|
658
|
-
"name": null,
|
|
659
|
-
"description": "内容"
|
|
660
|
-
},
|
|
661
|
-
{
|
|
662
|
-
"name": "toolbar",
|
|
663
|
-
"description": "工具栏"
|
|
664
|
-
}
|
|
665
|
-
],
|
|
628
|
+
"slots": [],
|
|
666
629
|
"methods": [],
|
|
667
630
|
"parts": [],
|
|
668
|
-
"description": "构件 `ai-portal.
|
|
631
|
+
"description": "构件 `ai-portal.ai-agents`"
|
|
669
632
|
},
|
|
670
633
|
{
|
|
671
634
|
"name": "ai-portal.project-summary",
|
|
@@ -779,6 +742,43 @@
|
|
|
779
742
|
"parts": [],
|
|
780
743
|
"description": "构件 `ai-portal.dropdown-select`"
|
|
781
744
|
},
|
|
745
|
+
{
|
|
746
|
+
"name": "ai-portal.page-container",
|
|
747
|
+
"properties": [
|
|
748
|
+
{
|
|
749
|
+
"name": "pageTitle",
|
|
750
|
+
"type": "string"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"name": "breadcrumbs",
|
|
754
|
+
"attribute": false,
|
|
755
|
+
"type": "Breadcrumb[]"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"name": "size",
|
|
759
|
+
"type": "\"medium\" | \"small\""
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"name": "textContent",
|
|
763
|
+
"type": "string",
|
|
764
|
+
"description": "文本内容"
|
|
765
|
+
}
|
|
766
|
+
],
|
|
767
|
+
"events": [],
|
|
768
|
+
"slots": [
|
|
769
|
+
{
|
|
770
|
+
"name": null,
|
|
771
|
+
"description": "内容"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"name": "toolbar",
|
|
775
|
+
"description": "工具栏"
|
|
776
|
+
}
|
|
777
|
+
],
|
|
778
|
+
"methods": [],
|
|
779
|
+
"parts": [],
|
|
780
|
+
"description": "构件 `ai-portal.page-container`"
|
|
781
|
+
},
|
|
782
782
|
{
|
|
783
783
|
"name": "ai-portal.preview-container",
|
|
784
784
|
"properties": [
|
|
@@ -949,6 +949,15 @@
|
|
|
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
|
+
},
|
|
952
961
|
{
|
|
953
962
|
"name": "ai-portal.activity-timeline",
|
|
954
963
|
"properties": [
|
|
@@ -1014,19 +1023,19 @@
|
|
|
1014
1023
|
],
|
|
1015
1024
|
"providers": [
|
|
1016
1025
|
{
|
|
1017
|
-
"name": "ai-portal.
|
|
1026
|
+
"name": "ai-portal.save-request-store"
|
|
1018
1027
|
},
|
|
1019
1028
|
{
|
|
1020
|
-
"name": "ai-portal.
|
|
1029
|
+
"name": "ai-portal.load-request-store"
|
|
1021
1030
|
},
|
|
1022
1031
|
{
|
|
1023
|
-
"name": "ai-portal.
|
|
1032
|
+
"name": "ai-portal.clear-request-store"
|
|
1024
1033
|
},
|
|
1025
1034
|
{
|
|
1026
|
-
"name": "ai-portal.
|
|
1035
|
+
"name": "ai-portal.entity-sdk-list"
|
|
1027
1036
|
},
|
|
1028
1037
|
{
|
|
1029
|
-
"name": "ai-portal.
|
|
1038
|
+
"name": "ai-portal.entity-sdk-get"
|
|
1030
1039
|
}
|
|
1031
1040
|
]
|
|
1032
1041
|
}
|