@next-bricks/ai-portal 0.65.8 → 0.67.0
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 +53 -39
- package/dist/chunks/1750.ba9f8f80.js +2 -0
- package/dist/chunks/1750.ba9f8f80.js.map +1 -0
- package/dist/chunks/chat-box.060b8727.js +3 -0
- package/dist/chunks/chat-box.060b8727.js.map +1 -0
- package/dist/chunks/{main.aced41aa.js → main.659aac54.js} +2 -2
- package/dist/chunks/{main.aced41aa.js.map → main.659aac54.js.map} +1 -1
- package/dist/chunks/set-chat-mentioned-employee.69199eec.js +2 -0
- package/dist/chunks/set-chat-mentioned-employee.69199eec.js.map +1 -0
- package/dist/chunks/space-logo.994f7a25.js +2 -0
- package/dist/chunks/space-logo.994f7a25.js.map +1 -0
- package/dist/chunks/space-workbench.964b8644.js +2 -0
- package/dist/chunks/space-workbench.964b8644.js.map +1 -0
- package/dist/examples.json +17 -14
- package/dist/images/2f7ddbac.svg +6 -0
- package/dist/{index.0efd927c.js → index.bdb0052a.js} +2 -2
- package/dist/index.bdb0052a.js.map +1 -0
- package/dist/manifest.json +379 -307
- package/dist/types.json +515 -218
- package/dist-types/bootstrap.d.ts +3 -0
- package/dist-types/data-providers/set-chat-mentioned-employee.d.ts +7 -0
- package/dist-types/data-providers/set-chat-mentioned-employee.spec.d.ts +1 -0
- package/dist-types/space-workbench/components/SpaceGuide/SpaceGuide.d.ts +13 -0
- package/dist-types/space-workbench/components/SpaceGuide/SpaceGuide.spec.d.ts +1 -0
- package/dist-types/space-workbench/components/SpaceNav/SpaceNav.d.ts +22 -0
- package/dist-types/space-workbench/components/SpaceNav/SpaceNav.spec.d.ts +1 -0
- package/dist-types/space-workbench/i18n.d.ts +19 -0
- package/dist-types/space-workbench/index.d.ts +20 -0
- package/dist-types/space-workbench/index.spec.d.ts +1 -0
- package/dist-types/space-workbench/interfaces.d.ts +5 -0
- package/dist-types/space-workbench/space-logo/index.d.ts +15 -0
- package/dist-types/space-workbench/space-logo/index.spec.d.ts +1 -0
- package/docs/space-workbench.md +78 -0
- package/package.json +2 -2
- package/dist/chunks/2742.64fa013f.js +0 -2
- package/dist/chunks/2742.64fa013f.js.map +0 -1
- package/dist/chunks/chat-box.3ae83b4f.js +0 -3
- package/dist/chunks/chat-box.3ae83b4f.js.map +0 -1
- package/dist/index.0efd927c.js.map +0 -1
- /package/dist/chunks/{chat-box.3ae83b4f.js.LICENSE.txt → chat-box.060b8727.js.LICENSE.txt} +0 -0
package/dist/bricks.json
CHANGED
|
@@ -1,31 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "bricks/ai-portal",
|
|
3
3
|
"bricks": [
|
|
4
|
-
"ai-portal.
|
|
5
|
-
"ai-portal.cruise-canvas",
|
|
6
|
-
"ai-portal.icon-button",
|
|
4
|
+
"ai-portal.stat-with-mini-chart",
|
|
7
5
|
"ai-portal.elevo-sidebar",
|
|
6
|
+
"ai-portal.icon-button",
|
|
8
7
|
"ai-portal.show-cases",
|
|
9
8
|
"ai-portal.mcp-tools",
|
|
10
|
-
"ai-portal.chat-box",
|
|
11
9
|
"ai-portal.chat-stream",
|
|
12
10
|
"ai-portal.ai-employees",
|
|
13
11
|
"ai-portal.ai-agents",
|
|
12
|
+
"ai-portal.chat-box",
|
|
14
13
|
"ai-portal.call-tool",
|
|
15
14
|
"ai-portal.save-request-store",
|
|
16
15
|
"ai-portal.load-request-store",
|
|
17
16
|
"ai-portal.clear-request-store",
|
|
18
17
|
"ai-portal.set-chat-command",
|
|
18
|
+
"ai-portal.set-chat-mentioned-employee",
|
|
19
|
+
"ai-portal.cruise-canvas",
|
|
19
20
|
"ai-portal.page-container",
|
|
20
21
|
"ai-portal.tab-list",
|
|
21
22
|
"ai-portal.dropdown-select",
|
|
22
23
|
"ai-portal.preview-container",
|
|
23
|
-
"ai-portal.stat-with-mini-chart",
|
|
24
24
|
"ai-portal.action-buttons",
|
|
25
25
|
"ai-portal.goal-card-list",
|
|
26
|
-
"ai-portal.project-conversations",
|
|
27
26
|
"ai-portal.project-knowledges",
|
|
27
|
+
"ai-portal.project-conversations",
|
|
28
28
|
"ai-portal.activity-timeline",
|
|
29
|
+
"ai-portal.home-container",
|
|
29
30
|
"ai-portal.chat-input",
|
|
30
31
|
"ai-portal.elevo-logo",
|
|
31
32
|
"ai-portal.show-case",
|
|
@@ -37,33 +38,16 @@
|
|
|
37
38
|
"ai-portal.running-flow",
|
|
38
39
|
"ai-portal.notice-dropdown",
|
|
39
40
|
"ai-portal.notice-list",
|
|
40
|
-
"ai-portal.chat-panel"
|
|
41
|
+
"ai-portal.chat-panel",
|
|
42
|
+
"ai-portal.space-workbench",
|
|
43
|
+
"ai-portal.space-logo"
|
|
41
44
|
],
|
|
42
45
|
"elements": [],
|
|
43
46
|
"processors": [],
|
|
44
47
|
"editors": [],
|
|
45
48
|
"dependencies": {
|
|
46
|
-
"ai-portal.
|
|
47
|
-
"eo-
|
|
48
|
-
"eo-button",
|
|
49
|
-
"eo-link",
|
|
50
|
-
"eo-tooltip",
|
|
51
|
-
"eo-drawer",
|
|
52
|
-
"ai-portal.icon-button",
|
|
53
|
-
"ai-portal.chat-input",
|
|
54
|
-
"ai-portal.show-case",
|
|
55
|
-
"eo-code-block",
|
|
56
|
-
"ai-portal.running-flow",
|
|
57
|
-
"basic.show-dialog",
|
|
58
|
-
"basic.copy-to-clipboard",
|
|
59
|
-
"eo-easyops-avatar",
|
|
60
|
-
"presentational.code-wrapper",
|
|
61
|
-
"eo-avatar",
|
|
62
|
-
"eo-actions"
|
|
63
|
-
],
|
|
64
|
-
"ai-portal.icon-button": [
|
|
65
|
-
"eo-icon",
|
|
66
|
-
"eo-tooltip"
|
|
49
|
+
"ai-portal.stat-with-mini-chart": [
|
|
50
|
+
"eo-mini-line-chart"
|
|
67
51
|
],
|
|
68
52
|
"ai-portal.elevo-sidebar": [
|
|
69
53
|
"ai-portal.elevo-logo",
|
|
@@ -74,6 +58,10 @@
|
|
|
74
58
|
"eo-mini-actions",
|
|
75
59
|
"ai-portal.icon-button"
|
|
76
60
|
],
|
|
61
|
+
"ai-portal.icon-button": [
|
|
62
|
+
"eo-icon",
|
|
63
|
+
"eo-tooltip"
|
|
64
|
+
],
|
|
77
65
|
"ai-portal.show-cases": [
|
|
78
66
|
"ai-portal.show-case",
|
|
79
67
|
"ai-portal.tab-list"
|
|
@@ -83,11 +71,6 @@
|
|
|
83
71
|
"ai-portal.tab-list",
|
|
84
72
|
"ai-portal.sticky-container"
|
|
85
73
|
],
|
|
86
|
-
"ai-portal.chat-box": [
|
|
87
|
-
"eo-icon",
|
|
88
|
-
"eo-actions",
|
|
89
|
-
"ai-portal.icon-button"
|
|
90
|
-
],
|
|
91
74
|
"ai-portal.chat-stream": [
|
|
92
75
|
"eo-icon",
|
|
93
76
|
"eo-button",
|
|
@@ -114,6 +97,29 @@
|
|
|
114
97
|
"eo-icon",
|
|
115
98
|
"eo-link"
|
|
116
99
|
],
|
|
100
|
+
"ai-portal.chat-box": [
|
|
101
|
+
"eo-icon",
|
|
102
|
+
"eo-actions",
|
|
103
|
+
"ai-portal.icon-button"
|
|
104
|
+
],
|
|
105
|
+
"ai-portal.cruise-canvas": [
|
|
106
|
+
"eo-icon",
|
|
107
|
+
"eo-button",
|
|
108
|
+
"eo-link",
|
|
109
|
+
"eo-tooltip",
|
|
110
|
+
"eo-drawer",
|
|
111
|
+
"ai-portal.icon-button",
|
|
112
|
+
"ai-portal.chat-input",
|
|
113
|
+
"ai-portal.show-case",
|
|
114
|
+
"eo-code-block",
|
|
115
|
+
"ai-portal.running-flow",
|
|
116
|
+
"basic.show-dialog",
|
|
117
|
+
"basic.copy-to-clipboard",
|
|
118
|
+
"eo-easyops-avatar",
|
|
119
|
+
"presentational.code-wrapper",
|
|
120
|
+
"eo-avatar",
|
|
121
|
+
"eo-actions"
|
|
122
|
+
],
|
|
117
123
|
"ai-portal.page-container": [
|
|
118
124
|
"eo-link",
|
|
119
125
|
"ai-portal.sticky-container"
|
|
@@ -132,9 +138,6 @@
|
|
|
132
138
|
"eo-main-view",
|
|
133
139
|
"eo-narrow-view"
|
|
134
140
|
],
|
|
135
|
-
"ai-portal.stat-with-mini-chart": [
|
|
136
|
-
"eo-mini-line-chart"
|
|
137
|
-
],
|
|
138
141
|
"ai-portal.action-buttons": [
|
|
139
142
|
"eo-icon",
|
|
140
143
|
"eo-button"
|
|
@@ -145,13 +148,13 @@
|
|
|
145
148
|
"eo-easyops-avatar",
|
|
146
149
|
"eo-button"
|
|
147
150
|
],
|
|
148
|
-
"ai-portal.project-
|
|
151
|
+
"ai-portal.project-knowledges": [
|
|
149
152
|
"eo-link",
|
|
150
153
|
"eo-icon",
|
|
151
154
|
"eo-easyops-avatar",
|
|
152
155
|
"eo-mini-actions"
|
|
153
156
|
],
|
|
154
|
-
"ai-portal.project-
|
|
157
|
+
"ai-portal.project-conversations": [
|
|
155
158
|
"eo-link",
|
|
156
159
|
"eo-icon",
|
|
157
160
|
"eo-easyops-avatar",
|
|
@@ -218,7 +221,18 @@
|
|
|
218
221
|
"basic.show-dialog",
|
|
219
222
|
"basic.copy-to-clipboard",
|
|
220
223
|
"presentational.code-wrapper"
|
|
224
|
+
],
|
|
225
|
+
"ai-portal.space-workbench": [
|
|
226
|
+
"eo-icon",
|
|
227
|
+
"ai-portal.notice-dropdown",
|
|
228
|
+
"ai-portal.space-logo",
|
|
229
|
+
"eo-popover",
|
|
230
|
+
"eo-link",
|
|
231
|
+
"eo-button",
|
|
232
|
+
"eo-counter-badge",
|
|
233
|
+
"ai-portal.icon-button",
|
|
234
|
+
"eo-tooltip"
|
|
221
235
|
]
|
|
222
236
|
},
|
|
223
|
-
"filePath": "bricks/ai-portal/dist/index.
|
|
237
|
+
"filePath": "bricks/ai-portal/dist/index.bdb0052a.js"
|
|
224
238
|
}
|