@next-bricks/ai-portal 0.48.2 → 0.48.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.
- package/dist/bricks.json +30 -30
- package/dist/chunks/{7431.5093d0d9.js → 7431.6b6bb81a.js} +3 -3
- package/dist/chunks/7431.6b6bb81a.js.map +1 -0
- package/dist/chunks/{9328.222dec55.js → 9328.794ecf59.js} +2 -2
- package/dist/chunks/9328.794ecf59.js.map +1 -0
- package/dist/chunks/action-buttons.3a72e5a4.js +2 -0
- package/dist/chunks/action-buttons.3a72e5a4.js.map +1 -0
- package/dist/chunks/{main.4486142d.js → main.a271ddd5.js} +2 -2
- package/dist/chunks/{main.4486142d.js.map → main.a271ddd5.js.map} +1 -1
- package/dist/chunks/show-cases.afdbbee3.js +2 -0
- package/dist/chunks/show-cases.afdbbee3.js.map +1 -0
- package/dist/examples.json +16 -16
- package/dist/index.5e116c8d.js +2 -0
- package/dist/{index.416c83ca.js.map → index.5e116c8d.js.map} +1 -1
- package/dist/manifest.json +179 -175
- package/dist/types.json +255 -248
- package/dist-types/show-cases/index.d.ts +2 -0
- package/package.json +2 -2
- package/dist/chunks/7431.5093d0d9.js.map +0 -1
- package/dist/chunks/9328.222dec55.js.map +0 -1
- package/dist/chunks/action-buttons.16da8761.js +0 -2
- package/dist/chunks/action-buttons.16da8761.js.map +0 -1
- package/dist/chunks/show-cases.5dcf60c0.js +0 -2
- package/dist/chunks/show-cases.5dcf60c0.js.map +0 -1
- package/dist/index.416c83ca.js +0 -2
- /package/dist/chunks/{7431.5093d0d9.js.LICENSE.txt → 7431.6b6bb81a.js.LICENSE.txt} +0 -0
package/dist/bricks.json
CHANGED
|
@@ -2,40 +2,37 @@
|
|
|
2
2
|
"id": "bricks/ai-portal",
|
|
3
3
|
"bricks": [
|
|
4
4
|
"ai-portal.home-container",
|
|
5
|
-
"ai-portal.stat-with-mini-chart",
|
|
6
5
|
"ai-portal.cruise-canvas",
|
|
7
6
|
"ai-portal.elevo-sidebar",
|
|
8
|
-
"ai-portal.chat-box",
|
|
9
|
-
"ai-portal.icon-button",
|
|
10
7
|
"ai-portal.show-cases",
|
|
8
|
+
"ai-portal.icon-button",
|
|
9
|
+
"ai-portal.chat-box",
|
|
11
10
|
"ai-portal.mcp-tools",
|
|
12
|
-
"ai-portal.chat-stream",
|
|
13
11
|
"ai-portal.ai-employees",
|
|
14
|
-
"ai-portal.
|
|
15
|
-
"ai-portal.call-tool",
|
|
12
|
+
"ai-portal.chat-stream",
|
|
16
13
|
"ai-portal.save-request-store",
|
|
17
14
|
"ai-portal.load-request-store",
|
|
18
15
|
"ai-portal.clear-request-store",
|
|
16
|
+
"ai-portal.ai-agents",
|
|
17
|
+
"ai-portal.call-tool",
|
|
19
18
|
"ai-portal.page-container",
|
|
20
19
|
"ai-portal.tab-list",
|
|
21
20
|
"ai-portal.dropdown-select",
|
|
22
21
|
"ai-portal.preview-container",
|
|
22
|
+
"ai-portal.stat-with-mini-chart",
|
|
23
23
|
"ai-portal.action-buttons",
|
|
24
|
-
"ai-portal.goal-card-list",
|
|
25
24
|
"ai-portal.project-conversations",
|
|
25
|
+
"ai-portal.goal-card-list",
|
|
26
26
|
"ai-portal.project-knowledges",
|
|
27
27
|
"ai-portal.activity-timeline",
|
|
28
28
|
"ai-portal.chat-input",
|
|
29
|
-
"ai-portal.
|
|
30
|
-
"ai-portal.
|
|
29
|
+
"ai-portal.elevo-logo",
|
|
30
|
+
"ai-portal.show-case"
|
|
31
31
|
],
|
|
32
32
|
"elements": [],
|
|
33
33
|
"processors": [],
|
|
34
34
|
"editors": [],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"ai-portal.stat-with-mini-chart": [
|
|
37
|
-
"eo-mini-line-chart"
|
|
38
|
-
],
|
|
39
36
|
"ai-portal.cruise-canvas": [
|
|
40
37
|
"eo-icon",
|
|
41
38
|
"eo-button",
|
|
@@ -62,22 +59,27 @@
|
|
|
62
59
|
"eo-mini-actions",
|
|
63
60
|
"ai-portal.icon-button"
|
|
64
61
|
],
|
|
65
|
-
"ai-portal.
|
|
66
|
-
"
|
|
67
|
-
"
|
|
62
|
+
"ai-portal.show-cases": [
|
|
63
|
+
"ai-portal.show-case",
|
|
64
|
+
"ai-portal.tab-list"
|
|
68
65
|
],
|
|
69
66
|
"ai-portal.icon-button": [
|
|
70
67
|
"eo-icon",
|
|
71
68
|
"eo-tooltip"
|
|
72
69
|
],
|
|
73
|
-
"ai-portal.
|
|
74
|
-
"
|
|
75
|
-
"
|
|
70
|
+
"ai-portal.chat-box": [
|
|
71
|
+
"eo-icon",
|
|
72
|
+
"eo-actions"
|
|
76
73
|
],
|
|
77
74
|
"ai-portal.mcp-tools": [
|
|
78
75
|
"eo-icon",
|
|
79
76
|
"ai-portal.tab-list"
|
|
80
77
|
],
|
|
78
|
+
"ai-portal.ai-employees": [
|
|
79
|
+
"eo-link",
|
|
80
|
+
"eo-icon",
|
|
81
|
+
"ai-portal.tab-list"
|
|
82
|
+
],
|
|
81
83
|
"ai-portal.chat-stream": [
|
|
82
84
|
"eo-icon",
|
|
83
85
|
"eo-button",
|
|
@@ -93,11 +95,6 @@
|
|
|
93
95
|
"basic.copy-to-clipboard",
|
|
94
96
|
"presentational.code-wrapper"
|
|
95
97
|
],
|
|
96
|
-
"ai-portal.ai-employees": [
|
|
97
|
-
"eo-link",
|
|
98
|
-
"eo-icon",
|
|
99
|
-
"ai-portal.tab-list"
|
|
100
|
-
],
|
|
101
98
|
"ai-portal.ai-agents": [
|
|
102
99
|
"eo-icon",
|
|
103
100
|
"eo-link"
|
|
@@ -119,14 +116,11 @@
|
|
|
119
116
|
"eo-main-view",
|
|
120
117
|
"eo-narrow-view"
|
|
121
118
|
],
|
|
122
|
-
"ai-portal.
|
|
123
|
-
"eo-
|
|
124
|
-
"eo-button"
|
|
119
|
+
"ai-portal.stat-with-mini-chart": [
|
|
120
|
+
"eo-mini-line-chart"
|
|
125
121
|
],
|
|
126
|
-
"ai-portal.
|
|
122
|
+
"ai-portal.action-buttons": [
|
|
127
123
|
"eo-icon",
|
|
128
|
-
"eo-dropdown-actions",
|
|
129
|
-
"eo-easyops-avatar",
|
|
130
124
|
"eo-button"
|
|
131
125
|
],
|
|
132
126
|
"ai-portal.project-conversations": [
|
|
@@ -135,6 +129,12 @@
|
|
|
135
129
|
"eo-easyops-avatar",
|
|
136
130
|
"eo-mini-actions"
|
|
137
131
|
],
|
|
132
|
+
"ai-portal.goal-card-list": [
|
|
133
|
+
"eo-icon",
|
|
134
|
+
"eo-dropdown-actions",
|
|
135
|
+
"eo-easyops-avatar",
|
|
136
|
+
"eo-button"
|
|
137
|
+
],
|
|
138
138
|
"ai-portal.project-knowledges": [
|
|
139
139
|
"eo-link",
|
|
140
140
|
"eo-icon",
|
|
@@ -155,5 +155,5 @@
|
|
|
155
155
|
"eo-link"
|
|
156
156
|
]
|
|
157
157
|
},
|
|
158
|
-
"filePath": "bricks/ai-portal/dist/index.
|
|
158
|
+
"filePath": "bricks/ai-portal/dist/index.5e116c8d.js"
|
|
159
159
|
}
|