@next-bricks/ai-portal 0.59.5 → 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 (39) hide show
  1. package/dist/bricks.json +26 -22
  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.5ba2de01.js → main.87ffc00f.js} +2 -2
  9. package/dist/chunks/{main.5ba2de01.js.map → main.87ffc00f.js.map} +1 -1
  10. package/dist/chunks/set-chat-command.367b9c88.js.map +1 -1
  11. package/dist/examples.json +19 -16
  12. package/dist/index.a91518b7.js +2 -0
  13. package/dist/index.a91518b7.js.map +1 -0
  14. package/dist/manifest.json +175 -143
  15. package/dist/types.json +317 -177
  16. package/dist-types/bootstrap.d.ts +1 -0
  17. package/dist-types/chat-stream/useConversationStream.spec.d.ts +1 -0
  18. package/dist-types/data-providers/set-chat-command.d.ts +1 -1
  19. package/dist-types/gantt-chart/GanttBar.d.ts +2 -0
  20. package/dist-types/gantt-chart/GanttBar.spec.d.ts +1 -0
  21. package/dist-types/gantt-chart/constants.d.ts +5 -0
  22. package/dist-types/gantt-chart/getStateIcon.d.ts +6 -0
  23. package/dist-types/gantt-chart/i18n.d.ts +17 -0
  24. package/dist-types/gantt-chart/index.d.ts +23 -0
  25. package/dist-types/gantt-chart/index.spec.d.ts +1 -0
  26. package/dist-types/gantt-chart/interfaces.d.ts +12 -0
  27. package/dist-types/gantt-chart/utils.d.ts +6 -0
  28. package/dist-types/gantt-chart/utils.spec.d.ts +1 -0
  29. package/dist-types/shared/PlanProgress/PlanProgress.d.ts +3 -3
  30. package/dist-types/shared/getFlatChunks.spec.d.ts +1 -0
  31. package/dist-types/shared/getTaskTree.spec.d.ts +1 -0
  32. package/dist-types/shared/interfaces.d.ts +6 -5
  33. package/dist-types/shared/useServiceFlowPlan.d.ts +2 -2
  34. package/docs/gantt-chart.md +37 -0
  35. package/package.json +2 -2
  36. package/dist/chunks/2621.30041500.js +0 -2
  37. package/dist/chunks/2621.30041500.js.map +0 -1
  38. package/dist/index.a425606e.js +0 -2
  39. package/dist/index.a425606e.js.map +0 -1
package/dist/bricks.json CHANGED
@@ -2,41 +2,42 @@
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",
6
8
  "ai-portal.icon-button",
7
9
  "ai-portal.chat-box",
8
- "ai-portal.stat-with-mini-chart",
9
10
  "ai-portal.show-cases",
10
11
  "ai-portal.mcp-tools",
11
12
  "ai-portal.chat-stream",
12
13
  "ai-portal.ai-employees",
13
14
  "ai-portal.ai-agents",
14
- "ai-portal.home-container",
15
15
  "ai-portal.call-tool",
16
16
  "ai-portal.save-request-store",
17
17
  "ai-portal.load-request-store",
18
18
  "ai-portal.clear-request-store",
19
19
  "ai-portal.set-chat-command",
20
- "ai-portal.page-container",
21
20
  "ai-portal.tab-list",
21
+ "ai-portal.page-container",
22
+ "ai-portal.preview-container",
22
23
  "ai-portal.dropdown-select",
23
24
  "ai-portal.action-buttons",
24
25
  "ai-portal.goal-card-list",
25
- "ai-portal.preview-container",
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
- "ai-portal.blank-state",
32
31
  "ai-portal.show-case",
32
+ "ai-portal.blank-state",
33
33
  "ai-portal.sticky-container",
34
34
  "ai-portal.elevo-card",
35
35
  "ai-portal.flow-tabs",
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",
@@ -78,9 +82,6 @@
78
82
  "eo-actions",
79
83
  "ai-portal.icon-button"
80
84
  ],
81
- "ai-portal.stat-with-mini-chart": [
82
- "eo-mini-line-chart"
83
- ],
84
85
  "ai-portal.show-cases": [
85
86
  "ai-portal.show-case",
86
87
  "ai-portal.tab-list"
@@ -120,6 +121,12 @@
120
121
  "eo-link",
121
122
  "ai-portal.sticky-container"
122
123
  ],
124
+ "ai-portal.preview-container": [
125
+ "eo-icon",
126
+ "eo-page-title",
127
+ "eo-main-view",
128
+ "eo-narrow-view"
129
+ ],
123
130
  "ai-portal.dropdown-select": [
124
131
  "eo-popover",
125
132
  "eo-icon",
@@ -138,28 +145,22 @@
138
145
  "eo-easyops-avatar",
139
146
  "eo-button"
140
147
  ],
141
- "ai-portal.preview-container": [
142
- "eo-icon",
143
- "eo-page-title",
144
- "eo-main-view",
145
- "eo-narrow-view"
146
- ],
147
148
  "ai-portal.project-conversations": [
148
149
  "eo-link",
149
150
  "eo-icon",
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.a425606e.js"
209
+ "filePath": "bricks/ai-portal/dist/index.a91518b7.js"
206
210
  }