@next-bricks/ai-portal 0.70.0 → 0.70.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.
- package/dist/bricks.json +42 -42
- package/dist/chunks/7202.a893b0e6.js.map +1 -1
- package/dist/chunks/action-buttons.68666920.js.map +1 -1
- package/dist/chunks/activity-timeline.96e7aaea.js.map +1 -1
- package/dist/chunks/ai-agents.cffd08a0.js.map +1 -1
- package/dist/chunks/ai-employees.267c3626.js.map +1 -1
- package/dist/chunks/blank-state.648eea95.js.map +1 -1
- package/dist/chunks/chat-input.444c80bb.js.map +1 -1
- package/dist/chunks/chat-panel-welcome.2f7c6c8b.js.map +1 -1
- package/dist/chunks/chat-panel.3160f2e8.js.map +1 -1
- package/dist/chunks/chat-stream.393c8241.js.map +1 -1
- package/dist/chunks/cruise-canvas.bfae3138.js.map +1 -1
- package/dist/chunks/dropdown-select.336442ba.js.map +1 -1
- package/dist/chunks/elevo-card.49b42ed0.js.map +1 -1
- package/dist/chunks/elevo-logo.25e3b889.js.map +1 -1
- package/dist/chunks/elevo-sidebar.a197a77f.js.map +1 -1
- package/dist/chunks/flow-tabs.ee1290c2.js.map +1 -1
- package/dist/chunks/goal-card-list.74ab5767.js.map +1 -1
- package/dist/chunks/home-container.f1829834.js.map +1 -1
- package/dist/chunks/icon-button.545ffb24.js.map +1 -1
- package/dist/chunks/mcp-tools.f132c502.js.map +1 -1
- package/dist/chunks/notice-dropdown.63cb2415.js.map +1 -1
- package/dist/chunks/page-container.2185f2e0.js.map +1 -1
- package/dist/chunks/preview-container.a0ca6e2f.js.map +1 -1
- package/dist/chunks/project-knowledges.51731410.js.map +1 -1
- package/dist/chunks/running-flow.37a428cf.js.map +1 -1
- package/dist/chunks/show-case.44e995fc.js.map +1 -1
- package/dist/chunks/show-cases.c3921ea0.js.map +1 -1
- package/dist/chunks/space-chat-guide.84f4a1e7.js.map +1 -1
- package/dist/chunks/space-logo.994f7a25.js.map +1 -1
- package/dist/chunks/space-workbench.8c064898.js.map +1 -1
- package/dist/chunks/stage-flow.9b6fad93.js.map +1 -1
- package/dist/chunks/stat-with-mini-chart.1509cf8c.js.map +1 -1
- package/dist/chunks/sticky-container.d3f7054e.js.map +1 -1
- package/dist/chunks/tab-list.ee97567f.js.map +1 -1
- package/dist/examples.json +52 -40
- package/dist/{index.8e0adc27.js → index.94998c36.js} +2 -2
- package/dist/{index.8e0adc27.js.map → index.94998c36.js.map} +1 -1
- package/dist/manifest.json +594 -313
- package/dist/types.json +796 -796
- package/dist-types/action-buttons/index.d.ts +10 -1
- package/dist-types/activity-timeline/index.d.ts +10 -1
- package/dist-types/ai-agents/index.d.ts +10 -1
- package/dist-types/ai-employees/index.d.ts +16 -1
- package/dist-types/blank-state/index.d.ts +10 -1
- package/dist-types/chat-input/index.d.ts +37 -1
- package/dist-types/chat-panel/index.d.ts +45 -3
- package/dist-types/chat-stream/index.d.ts +62 -1
- package/dist-types/cruise-canvas/index.d.ts +71 -1
- package/dist-types/dropdown-select/index.d.ts +3 -1
- package/dist-types/elevo-card/index.d.ts +5 -1
- package/dist-types/elevo-logo/index.d.ts +3 -1
- package/dist-types/elevo-sidebar/index.d.ts +19 -2
- package/dist-types/flow-tabs/index.d.ts +5 -1
- package/dist-types/gantt-chart/index.d.ts +3 -1
- package/dist-types/goal-card-list/index.d.ts +8 -1
- package/dist-types/home-container/index.d.ts +4 -1
- package/dist-types/icon-button/index.d.ts +4 -1
- package/dist-types/mcp-tools/index.d.ts +3 -1
- package/dist-types/page-container/index.d.ts +7 -0
- package/dist-types/preview-container/index.d.ts +4 -0
- package/dist-types/project-knowledges/index.d.ts +5 -0
- package/dist-types/running-flow/index.d.ts +3 -0
- package/dist-types/show-case/index.d.ts +5 -0
- package/dist-types/show-cases/index.d.ts +4 -0
- package/dist-types/space-workbench/chat-panel-welcome/index.d.ts +3 -0
- package/dist-types/space-workbench/index.d.ts +7 -0
- package/dist-types/space-workbench/space-chat-guide/index.d.ts +3 -0
- package/dist-types/space-workbench/space-logo/index.d.ts +1 -0
- package/dist-types/stage-flow/index.d.ts +21 -0
- package/dist-types/stat-with-mini-chart/index.d.ts +10 -0
- package/dist-types/sticky-container/index.d.ts +3 -0
- package/dist-types/tab-list/index.d.ts +4 -0
- package/docs/action-buttons.md +59 -10
- package/docs/action-buttons.react.md +80 -0
- package/docs/activity-timeline.md +51 -7
- package/docs/activity-timeline.react.md +109 -0
- package/docs/ai-agents.md +62 -2
- package/docs/ai-agents.react.md +73 -0
- package/docs/ai-employees.md +76 -2
- package/docs/ai-employees.react.md +106 -0
- package/docs/blank-state.md +62 -2
- package/docs/blank-state.react.md +77 -0
- package/docs/chat-box.md +134 -52
- package/docs/chat-box.react.md +142 -0
- package/docs/chat-input.md +117 -1
- package/docs/chat-input.react.md +117 -0
- package/docs/chat-panel-welcome.md +39 -0
- package/docs/chat-panel-welcome.react.md +41 -0
- package/docs/chat-panel.md +86 -3
- package/docs/chat-panel.react.md +109 -0
- package/docs/chat-stream.md +149 -2
- package/docs/chat-stream.react.md +155 -0
- package/docs/cruise-canvas.md +159 -0
- package/docs/cruise-canvas.react.md +159 -0
- package/docs/dropdown-select.md +37 -8
- package/docs/dropdown-select.react.md +144 -0
- package/docs/elevo-card.md +75 -1
- package/docs/elevo-card.react.md +104 -0
- package/docs/elevo-logo.md +13 -1
- package/docs/elevo-logo.react.md +27 -0
- package/docs/elevo-sidebar.md +150 -1
- package/docs/elevo-sidebar.react.md +149 -0
- package/docs/flow-tabs.md +97 -2
- package/docs/flow-tabs.react.md +102 -0
- package/docs/gantt-chart.md +101 -0
- package/docs/gantt-chart.react.md +125 -0
- package/docs/goal-card-list.md +149 -13
- package/docs/goal-card-list.react.md +185 -0
- package/docs/home-container.md +48 -2
- package/docs/home-container.react.md +51 -0
- package/docs/icon-button.md +128 -2
- package/docs/icon-button.react.md +120 -0
- package/docs/mcp-tools.md +105 -2
- package/docs/mcp-tools.react.md +117 -0
- package/docs/notice-dropdown.md +53 -10
- package/docs/notice-dropdown.react.md +167 -0
- package/docs/notice-list.md +53 -5
- package/docs/notice-list.react.md +121 -0
- package/docs/page-container.md +80 -3
- package/docs/page-container.react.md +83 -0
- package/docs/preview-container.md +22 -32
- package/docs/preview-container.react.md +71 -0
- package/docs/project-conversations.md +85 -4
- package/docs/project-conversations.react.md +110 -0
- package/docs/project-knowledges.md +73 -8
- package/docs/project-knowledges.react.md +85 -0
- package/docs/running-flow.md +57 -2
- package/docs/running-flow.react.md +90 -0
- package/docs/show-case.md +48 -3
- package/docs/show-case.react.md +60 -0
- package/docs/show-cases.md +52 -2
- package/docs/show-cases.react.md +92 -0
- package/docs/space-chat-guide.md +32 -0
- package/docs/space-chat-guide.react.md +39 -0
- package/docs/space-logo.md +53 -0
- package/docs/space-logo.react.md +46 -0
- package/docs/space-workbench.md +45 -2
- package/docs/space-workbench.react.md +102 -0
- package/docs/stage-flow.md +122 -26
- package/docs/stage-flow.react.md +112 -0
- package/docs/stat-with-mini-chart.md +64 -159
- package/docs/stat-with-mini-chart.react.md +113 -0
- package/docs/sticky-container.md +56 -3
- package/docs/sticky-container.react.md +60 -0
- package/docs/tab-list.md +74 -3
- package/docs/tab-list.react.md +73 -0
- package/package.json +2 -2
package/dist/bricks.json
CHANGED
|
@@ -2,26 +2,26 @@
|
|
|
2
2
|
"id": "bricks/ai-portal",
|
|
3
3
|
"bricks": [
|
|
4
4
|
"ai-portal.cruise-canvas",
|
|
5
|
-
"ai-portal.elevo-sidebar",
|
|
6
|
-
"ai-portal.home-container",
|
|
7
5
|
"ai-portal.chat-box",
|
|
6
|
+
"ai-portal.home-container",
|
|
7
|
+
"ai-portal.stat-with-mini-chart",
|
|
8
|
+
"ai-portal.elevo-sidebar",
|
|
8
9
|
"ai-portal.icon-button",
|
|
9
10
|
"ai-portal.show-cases",
|
|
10
11
|
"ai-portal.mcp-tools",
|
|
12
|
+
"ai-portal.chat-stream",
|
|
11
13
|
"ai-portal.ai-employees",
|
|
12
14
|
"ai-portal.ai-agents",
|
|
13
|
-
"ai-portal.chat-stream",
|
|
14
15
|
"ai-portal.call-tool",
|
|
15
16
|
"ai-portal.save-request-store",
|
|
16
17
|
"ai-portal.load-request-store",
|
|
17
18
|
"ai-portal.clear-request-store",
|
|
18
|
-
"ai-portal.set-chat-mentioned-employee",
|
|
19
19
|
"ai-portal.set-chat-command",
|
|
20
|
+
"ai-portal.set-chat-mentioned-employee",
|
|
20
21
|
"ai-portal.page-container",
|
|
21
22
|
"ai-portal.tab-list",
|
|
22
23
|
"ai-portal.dropdown-select",
|
|
23
24
|
"ai-portal.preview-container",
|
|
24
|
-
"ai-portal.stat-with-mini-chart",
|
|
25
25
|
"ai-portal.action-buttons",
|
|
26
26
|
"ai-portal.goal-card-list",
|
|
27
27
|
"ai-portal.project-conversations",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"ai-portal.flow-tabs",
|
|
37
37
|
"ai-portal.stage-flow",
|
|
38
38
|
"ai-portal.running-flow",
|
|
39
|
-
"ai-portal.notice-list",
|
|
40
39
|
"ai-portal.notice-dropdown",
|
|
40
|
+
"ai-portal.notice-list",
|
|
41
41
|
"ai-portal.chat-panel",
|
|
42
42
|
"ai-portal.space-logo",
|
|
43
43
|
"ai-portal.chat-panel-welcome",
|
|
@@ -66,6 +66,14 @@
|
|
|
66
66
|
"eo-avatar",
|
|
67
67
|
"eo-actions"
|
|
68
68
|
],
|
|
69
|
+
"ai-portal.chat-box": [
|
|
70
|
+
"eo-icon",
|
|
71
|
+
"eo-actions",
|
|
72
|
+
"ai-portal.icon-button"
|
|
73
|
+
],
|
|
74
|
+
"ai-portal.stat-with-mini-chart": [
|
|
75
|
+
"eo-mini-line-chart"
|
|
76
|
+
],
|
|
69
77
|
"ai-portal.elevo-sidebar": [
|
|
70
78
|
"ai-portal.elevo-logo",
|
|
71
79
|
"eo-icon",
|
|
@@ -75,11 +83,6 @@
|
|
|
75
83
|
"eo-mini-actions",
|
|
76
84
|
"ai-portal.icon-button"
|
|
77
85
|
],
|
|
78
|
-
"ai-portal.chat-box": [
|
|
79
|
-
"ai-portal.icon-button",
|
|
80
|
-
"eo-icon",
|
|
81
|
-
"eo-actions"
|
|
82
|
-
],
|
|
83
86
|
"ai-portal.icon-button": [
|
|
84
87
|
"eo-icon",
|
|
85
88
|
"eo-tooltip"
|
|
@@ -93,16 +96,6 @@
|
|
|
93
96
|
"ai-portal.tab-list",
|
|
94
97
|
"ai-portal.sticky-container"
|
|
95
98
|
],
|
|
96
|
-
"ai-portal.ai-employees": [
|
|
97
|
-
"eo-link",
|
|
98
|
-
"eo-icon",
|
|
99
|
-
"ai-portal.tab-list",
|
|
100
|
-
"ai-portal.sticky-container"
|
|
101
|
-
],
|
|
102
|
-
"ai-portal.ai-agents": [
|
|
103
|
-
"eo-icon",
|
|
104
|
-
"eo-link"
|
|
105
|
-
],
|
|
106
99
|
"ai-portal.chat-stream": [
|
|
107
100
|
"eo-icon",
|
|
108
101
|
"eo-button",
|
|
@@ -119,6 +112,16 @@
|
|
|
119
112
|
"presentational.code-wrapper",
|
|
120
113
|
"eo-actions"
|
|
121
114
|
],
|
|
115
|
+
"ai-portal.ai-employees": [
|
|
116
|
+
"eo-link",
|
|
117
|
+
"eo-icon",
|
|
118
|
+
"ai-portal.tab-list",
|
|
119
|
+
"ai-portal.sticky-container"
|
|
120
|
+
],
|
|
121
|
+
"ai-portal.ai-agents": [
|
|
122
|
+
"eo-icon",
|
|
123
|
+
"eo-link"
|
|
124
|
+
],
|
|
122
125
|
"ai-portal.page-container": [
|
|
123
126
|
"eo-link",
|
|
124
127
|
"ai-portal.sticky-container"
|
|
@@ -137,9 +140,6 @@
|
|
|
137
140
|
"eo-main-view",
|
|
138
141
|
"eo-narrow-view"
|
|
139
142
|
],
|
|
140
|
-
"ai-portal.stat-with-mini-chart": [
|
|
141
|
-
"eo-mini-line-chart"
|
|
142
|
-
],
|
|
143
143
|
"ai-portal.action-buttons": [
|
|
144
144
|
"eo-icon",
|
|
145
145
|
"eo-button"
|
|
@@ -189,21 +189,21 @@
|
|
|
189
189
|
"ai-portal.running-flow": [
|
|
190
190
|
"eo-icon"
|
|
191
191
|
],
|
|
192
|
-
"ai-portal.notice-
|
|
193
|
-
"eo-
|
|
192
|
+
"ai-portal.notice-dropdown": [
|
|
193
|
+
"eo-popover",
|
|
194
194
|
"eo-icon",
|
|
195
195
|
"eo-link",
|
|
196
|
-
"eo-
|
|
197
|
-
"eo-popover",
|
|
196
|
+
"eo-button",
|
|
198
197
|
"eo-counter-badge",
|
|
199
198
|
"ai-portal.icon-button",
|
|
200
199
|
"eo-tooltip"
|
|
201
200
|
],
|
|
202
|
-
"ai-portal.notice-
|
|
203
|
-
"eo-
|
|
201
|
+
"ai-portal.notice-list": [
|
|
202
|
+
"eo-button",
|
|
204
203
|
"eo-icon",
|
|
205
204
|
"eo-link",
|
|
206
|
-
"eo-
|
|
205
|
+
"eo-checkbox",
|
|
206
|
+
"eo-popover",
|
|
207
207
|
"eo-counter-badge",
|
|
208
208
|
"ai-portal.icon-button",
|
|
209
209
|
"eo-tooltip"
|
|
@@ -232,6 +232,11 @@
|
|
|
232
232
|
],
|
|
233
233
|
"ai-portal.space-workbench": [
|
|
234
234
|
"eo-icon",
|
|
235
|
+
"eo-modal",
|
|
236
|
+
"eo-markdown-display",
|
|
237
|
+
"eo-user-or-user-group-select",
|
|
238
|
+
"eo-select",
|
|
239
|
+
"eo-easyops-avatar",
|
|
235
240
|
"eo-button",
|
|
236
241
|
"eo-link",
|
|
237
242
|
"eo-tooltip",
|
|
@@ -243,20 +248,15 @@
|
|
|
243
248
|
"ai-portal.running-flow",
|
|
244
249
|
"basic.show-dialog",
|
|
245
250
|
"basic.copy-to-clipboard",
|
|
246
|
-
"presentational.code-wrapper",
|
|
247
|
-
"eo-tag",
|
|
248
|
-
"eo-input",
|
|
249
|
-
"eo-textarea",
|
|
250
|
-
"eo-modal",
|
|
251
|
-
"eo-markdown-display",
|
|
252
|
-
"eo-user-or-user-group-select",
|
|
253
|
-
"eo-select",
|
|
254
|
-
"eo-easyops-avatar",
|
|
255
251
|
"ai-portal.notice-dropdown",
|
|
256
252
|
"ai-portal.space-logo",
|
|
257
253
|
"eo-popover",
|
|
258
|
-
"eo-counter-badge"
|
|
254
|
+
"eo-counter-badge",
|
|
255
|
+
"presentational.code-wrapper",
|
|
256
|
+
"eo-tag",
|
|
257
|
+
"eo-input",
|
|
258
|
+
"eo-textarea"
|
|
259
259
|
]
|
|
260
260
|
},
|
|
261
|
-
"filePath": "bricks/ai-portal/dist/index.
|
|
261
|
+
"filePath": "bricks/ai-portal/dist/index.94998c36.js"
|
|
262
262
|
}
|