@next-bricks/ai-portal 0.70.3 → 0.70.5
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/{6450.9e9165f9.js → 6450.3e0a0900.js} +2 -2
- package/dist/chunks/{6450.9e9165f9.js.map → 6450.3e0a0900.js.map} +1 -1
- package/dist/chunks/6773.239d3ea4.js +2 -0
- package/dist/chunks/6773.239d3ea4.js.map +1 -0
- package/dist/chunks/7669.6f177bf2.js.map +1 -1
- package/dist/chunks/cruise-canvas.bfae3138.js.map +1 -1
- package/dist/chunks/elevo-sidebar.dfaaf9d1.js.map +1 -1
- package/dist/chunks/goal-card-list.74ab5767.js.map +1 -1
- package/dist/chunks/{main.5e1b11a5.js → main.f9ed8020.js} +2 -2
- package/dist/chunks/{main.5e1b11a5.js.map → main.f9ed8020.js.map} +1 -1
- package/dist/examples.json +12 -12
- package/dist/{index.34851313.js → index.d9596ec7.js} +2 -2
- package/dist/{index.34851313.js.map → index.d9596ec7.js.map} +1 -1
- package/dist/manifest.json +1049 -1049
- package/dist/types.json +383 -383
- package/dist-types/cruise-canvas/index.d.ts +1 -0
- package/dist-types/elevo-sidebar/index.d.ts +2 -2
- package/dist-types/gantt-chart/index.d.ts +1 -0
- package/dist-types/goal-card-list/index.d.ts +1 -0
- package/package.json +5 -2
- package/dist/chunks/6773.afd27a30.js +0 -2
- package/dist/chunks/6773.afd27a30.js.map +0 -1
|
@@ -3,6 +3,7 @@ import { ReactNextElement } from "@next-core/react-element";
|
|
|
3
3
|
import "@next-core/theme";
|
|
4
4
|
import type { ExampleProject, RequestStore, ShowCaseType, UploadOptions } from "../shared/interfaces.js";
|
|
5
5
|
import type { AIEmployee, Command } from "../shared/ChatCompletions/useChatCompletions.js";
|
|
6
|
+
export type * from "./interfaces.js";
|
|
6
7
|
export interface CruiseCanvasProps {
|
|
7
8
|
conversationId?: string;
|
|
8
9
|
initialRequest?: RequestStore | null;
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { ReactNextElement } from "@next-core/react-element";
|
|
3
3
|
import "@next-core/theme";
|
|
4
4
|
import type { ActionType } from "@next-bricks/basic/mini-actions";
|
|
5
|
-
import { type ActionClickDetail, type Project, type ProjectActionClickDetail } from "./ChatHistory.js";
|
|
5
|
+
import { type ActionClickDetail, type PersonalActionClickDetail, type Project, type ProjectActionClickDetail } from "./ChatHistory.js";
|
|
6
6
|
import type { SidebarLink } from "./interfaces.js";
|
|
7
7
|
import { type SpaceNavProps } from "./SpaceNav.js";
|
|
8
8
|
export type { SidebarLink, SpaceNavProps };
|
|
@@ -26,7 +26,7 @@ export interface ElevoSidebarProps {
|
|
|
26
26
|
scope?: "default" | "space";
|
|
27
27
|
spaceNav?: SpaceNavProps;
|
|
28
28
|
}
|
|
29
|
-
export type { ActionClickDetail, Project, ProjectActionClickDetail };
|
|
29
|
+
export type { ActionClickDetail, PersonalActionClickDetail, Project, ProjectActionClickDetail, };
|
|
30
30
|
/**
|
|
31
31
|
* Elevo AI 侧边栏,包含 Logo 导航、新建对话、历史记录、项目列表及个人账户操作,支持折叠和抽屉两种行为模式。
|
|
32
32
|
*
|
|
@@ -2,6 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { ReactNextElement } from "@next-core/react-element";
|
|
3
3
|
import "@next-core/theme";
|
|
4
4
|
import type { GanttNode } from "./interfaces.js";
|
|
5
|
+
export type * from "./interfaces.js";
|
|
5
6
|
export interface GanttChartProps {
|
|
6
7
|
chartTitle?: string;
|
|
7
8
|
nodes?: GanttNode[];
|
|
@@ -2,6 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { ReactNextElement } from "@next-core/react-element";
|
|
3
3
|
import "@next-core/theme";
|
|
4
4
|
import { GoalItem } from "./CardItem/CardItem.js";
|
|
5
|
+
export type { GoalItem };
|
|
5
6
|
export interface GoalCardListProps {
|
|
6
7
|
goalList?: GoalItem[];
|
|
7
8
|
cardStyle?: React.CSSProperties;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/ai-portal",
|
|
3
|
-
"version": "0.70.
|
|
3
|
+
"version": "0.70.5",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/ai-portal",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -45,9 +45,12 @@
|
|
|
45
45
|
"@next-bricks/basic": "*",
|
|
46
46
|
"@next-bricks/containers": "*",
|
|
47
47
|
"@next-bricks/form": "*",
|
|
48
|
+
"@next-bricks/form-platform": "*",
|
|
49
|
+
"@next-bricks/icons": "*",
|
|
50
|
+
"@next-bricks/markdown": "*",
|
|
48
51
|
"@next-bricks/mini-chart": "*",
|
|
49
52
|
"@next-bricks/presentational": "*",
|
|
50
53
|
"@next-bricks/vs": "*"
|
|
51
54
|
},
|
|
52
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "1da926000a60172245e80e6f1c3e73c9e8bf9dbb"
|
|
53
56
|
}
|