@next-bricks/ai-portal 0.59.4 → 0.60.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.
Files changed (48) hide show
  1. package/dist/bricks.json +36 -32
  2. package/dist/chunks/2232.02cd2bbc.js.map +1 -1
  3. package/dist/chunks/6792.0efb2d00.js +2 -0
  4. package/dist/chunks/6792.0efb2d00.js.map +1 -0
  5. package/dist/chunks/chat-box.991e397f.js.map +1 -1
  6. package/dist/chunks/gantt-chart.c8cdcd66.js +2 -0
  7. package/dist/chunks/gantt-chart.c8cdcd66.js.map +1 -0
  8. package/dist/chunks/{main.2a8a7df5.js → main.87ffc00f.js} +2 -2
  9. package/dist/chunks/{main.2a8a7df5.js.map → main.87ffc00f.js.map} +1 -1
  10. package/dist/chunks/{notice-dropdown.c4604581.js → notice-dropdown.365134e6.js} +2 -2
  11. package/dist/chunks/notice-dropdown.365134e6.js.map +1 -0
  12. package/dist/chunks/{notice-list.f15560fb.js → notice-list.d51c0103.js} +3 -3
  13. package/dist/chunks/notice-list.d51c0103.js.map +1 -0
  14. package/dist/chunks/set-chat-command.367b9c88.js.map +1 -1
  15. package/dist/examples.json +19 -16
  16. package/dist/index.a91518b7.js +2 -0
  17. package/dist/index.a91518b7.js.map +1 -0
  18. package/dist/manifest.json +195 -163
  19. package/dist/types.json +600 -432
  20. package/dist-types/bootstrap.d.ts +1 -0
  21. package/dist-types/chat-stream/useConversationStream.spec.d.ts +1 -0
  22. package/dist-types/data-providers/set-chat-command.d.ts +1 -1
  23. package/dist-types/gantt-chart/GanttBar.d.ts +2 -0
  24. package/dist-types/gantt-chart/GanttBar.spec.d.ts +1 -0
  25. package/dist-types/gantt-chart/constants.d.ts +5 -0
  26. package/dist-types/gantt-chart/getStateIcon.d.ts +6 -0
  27. package/dist-types/gantt-chart/i18n.d.ts +17 -0
  28. package/dist-types/gantt-chart/index.d.ts +23 -0
  29. package/dist-types/gantt-chart/index.spec.d.ts +1 -0
  30. package/dist-types/gantt-chart/interfaces.d.ts +12 -0
  31. package/dist-types/gantt-chart/utils.d.ts +6 -0
  32. package/dist-types/gantt-chart/utils.spec.d.ts +1 -0
  33. package/dist-types/notice-dropdown/index.d.ts +10 -1
  34. package/dist-types/notice-list/index.d.ts +1 -1
  35. package/dist-types/shared/PlanProgress/PlanProgress.d.ts +3 -3
  36. package/dist-types/shared/getFlatChunks.spec.d.ts +1 -0
  37. package/dist-types/shared/getTaskTree.spec.d.ts +1 -0
  38. package/dist-types/shared/interfaces.d.ts +6 -13
  39. package/dist-types/shared/useServiceFlowPlan.d.ts +2 -2
  40. package/docs/gantt-chart.md +37 -0
  41. package/package.json +2 -2
  42. package/dist/chunks/2621.2e553d56.js +0 -2
  43. package/dist/chunks/2621.2e553d56.js.map +0 -1
  44. package/dist/chunks/notice-dropdown.c4604581.js.map +0 -1
  45. package/dist/chunks/notice-list.f15560fb.js.map +0 -1
  46. package/dist/index.8eb595d7.js +0 -2
  47. package/dist/index.8eb595d7.js.map +0 -1
  48. /package/dist/chunks/{notice-list.f15560fb.js.LICENSE.txt → notice-list.d51c0103.js.LICENSE.txt} +0 -0
package/dist/bricks.json CHANGED
@@ -2,30 +2,30 @@
2
2
  "id": "bricks/ai-portal",
3
3
  "bricks": [
4
4
  "ai-portal.cruise-canvas",
5
+ "ai-portal.stat-with-mini-chart",
6
+ "ai-portal.home-container",
5
7
  "ai-portal.elevo-sidebar",
8
+ "ai-portal.icon-button",
6
9
  "ai-portal.chat-box",
7
10
  "ai-portal.show-cases",
8
- "ai-portal.icon-button",
9
11
  "ai-portal.mcp-tools",
10
- "ai-portal.home-container",
11
- "ai-portal.ai-employees",
12
12
  "ai-portal.chat-stream",
13
- "ai-portal.call-tool",
13
+ "ai-portal.ai-employees",
14
14
  "ai-portal.ai-agents",
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
19
  "ai-portal.set-chat-command",
19
20
  "ai-portal.tab-list",
20
21
  "ai-portal.page-container",
21
- "ai-portal.stat-with-mini-chart",
22
- "ai-portal.dropdown-select",
23
22
  "ai-portal.preview-container",
23
+ "ai-portal.dropdown-select",
24
24
  "ai-portal.action-buttons",
25
25
  "ai-portal.goal-card-list",
26
26
  "ai-portal.project-conversations",
27
- "ai-portal.project-knowledges",
28
27
  "ai-portal.activity-timeline",
28
+ "ai-portal.project-knowledges",
29
29
  "ai-portal.chat-input",
30
30
  "ai-portal.elevo-logo",
31
31
  "ai-portal.show-case",
@@ -36,7 +36,8 @@
36
36
  "ai-portal.stage-flow",
37
37
  "ai-portal.running-flow",
38
38
  "ai-portal.notice-dropdown",
39
- "ai-portal.notice-list"
39
+ "ai-portal.notice-list",
40
+ "ai-portal.gantt-chart"
40
41
  ],
41
42
  "elements": [],
42
43
  "processors": [],
@@ -60,6 +61,9 @@
60
61
  "presentational.code-wrapper",
61
62
  "eo-avatar"
62
63
  ],
64
+ "ai-portal.stat-with-mini-chart": [
65
+ "eo-mini-line-chart"
66
+ ],
63
67
  "ai-portal.elevo-sidebar": [
64
68
  "ai-portal.elevo-logo",
65
69
  "eo-icon",
@@ -69,6 +73,10 @@
69
73
  "eo-mini-actions",
70
74
  "ai-portal.icon-button"
71
75
  ],
76
+ "ai-portal.icon-button": [
77
+ "eo-icon",
78
+ "eo-tooltip"
79
+ ],
72
80
  "ai-portal.chat-box": [
73
81
  "eo-icon",
74
82
  "eo-actions",
@@ -78,21 +86,11 @@
78
86
  "ai-portal.show-case",
79
87
  "ai-portal.tab-list"
80
88
  ],
81
- "ai-portal.icon-button": [
82
- "eo-icon",
83
- "eo-tooltip"
84
- ],
85
89
  "ai-portal.mcp-tools": [
86
90
  "eo-icon",
87
91
  "ai-portal.tab-list",
88
92
  "ai-portal.sticky-container"
89
93
  ],
90
- "ai-portal.ai-employees": [
91
- "eo-link",
92
- "eo-icon",
93
- "ai-portal.tab-list",
94
- "ai-portal.sticky-container"
95
- ],
96
94
  "ai-portal.chat-stream": [
97
95
  "eo-icon",
98
96
  "eo-button",
@@ -109,6 +107,12 @@
109
107
  "basic.copy-to-clipboard",
110
108
  "presentational.code-wrapper"
111
109
  ],
110
+ "ai-portal.ai-employees": [
111
+ "eo-link",
112
+ "eo-icon",
113
+ "ai-portal.tab-list",
114
+ "ai-portal.sticky-container"
115
+ ],
112
116
  "ai-portal.ai-agents": [
113
117
  "eo-icon",
114
118
  "eo-link"
@@ -117,8 +121,11 @@
117
121
  "eo-link",
118
122
  "ai-portal.sticky-container"
119
123
  ],
120
- "ai-portal.stat-with-mini-chart": [
121
- "eo-mini-line-chart"
124
+ "ai-portal.preview-container": [
125
+ "eo-icon",
126
+ "eo-page-title",
127
+ "eo-main-view",
128
+ "eo-narrow-view"
122
129
  ],
123
130
  "ai-portal.dropdown-select": [
124
131
  "eo-popover",
@@ -128,12 +135,6 @@
128
135
  "eo-menu-item",
129
136
  "eo-input"
130
137
  ],
131
- "ai-portal.preview-container": [
132
- "eo-icon",
133
- "eo-page-title",
134
- "eo-main-view",
135
- "eo-narrow-view"
136
- ],
137
138
  "ai-portal.action-buttons": [
138
139
  "eo-icon",
139
140
  "eo-button"
@@ -150,16 +151,16 @@
150
151
  "eo-easyops-avatar",
151
152
  "eo-mini-actions"
152
153
  ],
153
- "ai-portal.project-knowledges": [
154
+ "ai-portal.activity-timeline": [
154
155
  "eo-link",
155
156
  "eo-icon",
156
- "eo-easyops-avatar",
157
- "eo-mini-actions"
157
+ "eo-easyops-avatar"
158
158
  ],
159
- "ai-portal.activity-timeline": [
159
+ "ai-portal.project-knowledges": [
160
160
  "eo-link",
161
161
  "eo-icon",
162
- "eo-easyops-avatar"
162
+ "eo-easyops-avatar",
163
+ "eo-mini-actions"
163
164
  ],
164
165
  "ai-portal.chat-input": [
165
166
  "eo-icon",
@@ -200,7 +201,10 @@
200
201
  "eo-counter-badge",
201
202
  "ai-portal.icon-button",
202
203
  "eo-tooltip"
204
+ ],
205
+ "ai-portal.gantt-chart": [
206
+ "eo-icon"
203
207
  ]
204
208
  },
205
- "filePath": "bricks/ai-portal/dist/index.8eb595d7.js"
209
+ "filePath": "bricks/ai-portal/dist/index.a91518b7.js"
206
210
  }