@blueking/chat-x 0.0.1-beta.8 → 0.0.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/ag-ui/types/constants.d.ts +3 -1
- package/dist/ag-ui/types/messages.d.ts +2 -0
- package/dist/components/ai-buttons/file-upload-btn/file-upload-btn.vue.d.ts +1 -0
- package/dist/components/ai-buttons/tool-btn/tool-btn.vue.d.ts +3 -0
- package/dist/components/ai-loading/ai-loading.vue.d.ts +10 -0
- package/dist/components/ai-selection/ai-selection.vue.d.ts +2 -0
- package/dist/components/chat-content/reference-content/reference-content.vue.d.ts +1 -0
- package/dist/components/chat-input/ai-slash-input/ai-slash-input.vue.d.ts +9 -13
- package/dist/components/chat-input/chat-input.vue.d.ts +8 -8
- package/dist/components/chat-input/input-attachment/input-attachment.vue.d.ts +1 -0
- package/dist/components/chat-message/loading-message/loading-message.vue.d.ts +13 -0
- package/dist/components/chat-message/message-container/message-container.vue.d.ts +843 -0
- package/dist/components/chat-message/message-render/message-render.vue.d.ts +1 -1
- package/dist/components/chat-message/user-message/user-message.vue.d.ts +1 -1
- package/dist/components/markdown-token/code-content/code-content.vue.d.ts +1 -0
- package/dist/components/message-tools/delete-tool/delete-tool.vue.d.ts +19 -0
- package/dist/components/message-tools/message-tools.vue.d.ts +2 -1
- package/dist/composables/use-container-scroll.d.ts +4 -0
- package/dist/composables/use-observer-visible-list.d.ts +2 -2
- package/dist/index.css +1 -1
- package/dist/index.js +811 -522
- package/dist/index.js.map +1 -1
- package/dist/lang/lang.d.ts +6 -1
- package/dist/types/shortcut.d.ts +1 -0
- package/package.json +11 -6
package/dist/lang/lang.d.ts
CHANGED
|
@@ -69,5 +69,10 @@ export declare const lang: {
|
|
|
69
69
|
readonly 检索中: "Searching";
|
|
70
70
|
readonly 检索完成: "Search Completed";
|
|
71
71
|
readonly 上传文件: "Upload File";
|
|
72
|
+
readonly '\u8BF7\u6C42\u4E2D...': "Requesting...";
|
|
73
|
+
readonly 取消满意: "Cancel satisfied";
|
|
74
|
+
readonly 取消不满意: "Cancel dissatisfied";
|
|
75
|
+
readonly '\u786E\u8BA4\u5220\u9664\u8BE5\u56DE\u7B54\uFF1F': "Confirm delete this answer?";
|
|
76
|
+
readonly '\u5220\u9664\u64CD\u4F5C\u65E0\u6CD5\u64A4\u56DE\uFF0C\u8BF7\u8C28\u614E\u64CD\u4F5C\uFF01': "This operation cannot be undone. Please proceed with caution!";
|
|
72
77
|
};
|
|
73
|
-
export declare const t: (key: keyof typeof lang) => "Send" | "Stop" | "Ask AI" | "Copy" | "Share" | "Like" | "Unsatisfied" | "Delete" | "Quote" | "Regenerate" | "Submit" | "Cancel" | "Preview Content" | "Jump to Detail" | "Call Tool:" | "Calling..." | "Call Success" | "Call Failed" | "Tell us your thoughts" | "What makes you satisfied?" | "What makes you dissatisfied?" | "Return Content" | "Edit" | "Deep Thinking" | "Loading image..." | "Failed to load image" | "Thinking..." | "Thinking Completed" | "Thinking Failed" | "Copy Success" | "Copy Failed" | "Return to bottom" | "Stop generating" | "Duration" | "Parameters" | "Description" | "Execution Status" | "Running" | "Success" | "Failed" | "Pending" | "Details" | "Node Details" | "Node" | "Node Config" | "Node Output" | "Basic Info" | "Flow Template" | "Node Name" | "Step Name" | "Execution Plan" | "Optional" | "Failure Handler" | "Timeout Control" | "Always Use Latest Version" | "Yes" | "No" | "Input Params" | "Output Params" | "Param Name" | "Param Value" | "Name" | "No Data" | "Node output content..." | "Call MCP:" | "More" | "Searching" | "Search Completed" | "Upload File" | "发送" | "停止" | "问问小鲸" | "复制" | "分享" | "点赞" | "不满意" | "删除" | "引用" | "重新生成" | "提交" | "取消" | "预览内容" | "跳转详情" | "调用工具:" | "调用中" | "调用成功" | "调用失败" | "说出您的想法" | "什么原因让你满意?" | "什么原因让你不满意?" | "返回内容" | "编辑" | "深度思考" | "图片加载中..." | "图片加载失败" | "思考中" | "已思考完成" | "思考失败" | "复制成功" | "复制失败" | "返回底部" | "停止生成" | "耗时" | "参数" | "描述" | "执行情况" | "执行中" | "成功" | "失败" | "挂起" | "详情" | "节点详情" | "节点" | "节点配置" | "节点输出" | "基础信息" | "流程模板" | "节点名称" | "步骤名称" | "执行方案" | "是否可选" | "失败处理" | "超时控制" | "总是使用最新版本" | "是" | "否" | "输入参数" | "输出参数" | "参数名" | "参数值" | "名称" | "变量说明" | "暂无数据" | "节点输出内容..." | "调用 MCP:" | "更多" | "检索中" | "检索完成" | "上传文件";
|
|
78
|
+
export declare const t: (key: keyof typeof lang) => "Send" | "Stop" | "Ask AI" | "Copy" | "Share" | "Like" | "Unsatisfied" | "Delete" | "Quote" | "Regenerate" | "Submit" | "Cancel" | "Preview Content" | "Jump to Detail" | "Call Tool:" | "Calling..." | "Call Success" | "Call Failed" | "Tell us your thoughts" | "What makes you satisfied?" | "What makes you dissatisfied?" | "Return Content" | "Edit" | "Deep Thinking" | "Loading image..." | "Failed to load image" | "Thinking..." | "Thinking Completed" | "Thinking Failed" | "Copy Success" | "Copy Failed" | "Return to bottom" | "Stop generating" | "Duration" | "Parameters" | "Description" | "Execution Status" | "Running" | "Success" | "Failed" | "Pending" | "Details" | "Node Details" | "Node" | "Node Config" | "Node Output" | "Basic Info" | "Flow Template" | "Node Name" | "Step Name" | "Execution Plan" | "Optional" | "Failure Handler" | "Timeout Control" | "Always Use Latest Version" | "Yes" | "No" | "Input Params" | "Output Params" | "Param Name" | "Param Value" | "Name" | "No Data" | "Node output content..." | "Call MCP:" | "More" | "Searching" | "Search Completed" | "Upload File" | "Requesting..." | "Cancel satisfied" | "Cancel dissatisfied" | "Confirm delete this answer?" | "This operation cannot be undone. Please proceed with caution!" | "发送" | "停止" | "问问小鲸" | "复制" | "分享" | "点赞" | "不满意" | "删除" | "引用" | "重新生成" | "提交" | "取消" | "预览内容" | "跳转详情" | "调用工具:" | "调用中" | "调用成功" | "调用失败" | "说出您的想法" | "什么原因让你满意?" | "什么原因让你不满意?" | "返回内容" | "编辑" | "深度思考" | "图片加载中..." | "图片加载失败" | "思考中" | "已思考完成" | "思考失败" | "复制成功" | "复制失败" | "返回底部" | "停止生成" | "耗时" | "参数" | "描述" | "执行情况" | "执行中" | "成功" | "失败" | "挂起" | "详情" | "节点详情" | "节点" | "节点配置" | "节点输出" | "基础信息" | "流程模板" | "节点名称" | "步骤名称" | "执行方案" | "是否可选" | "失败处理" | "超时控制" | "总是使用最新版本" | "是" | "否" | "输入参数" | "输出参数" | "参数名" | "参数值" | "名称" | "变量说明" | "暂无数据" | "节点输出内容..." | "调用 MCP:" | "更多" | "检索中" | "检索完成" | "上传文件" | "请求中..." | "取消满意" | "取消不满意" | "确认删除该回答?" | "删除操作无法撤回,请谨慎操作!";
|
package/dist/types/shortcut.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blueking/chat-x",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
|
-
"prepublishOnly": "pnpm
|
|
7
|
+
"prepublishOnly": "vite --config vite.config.ts build && pnpm dts",
|
|
8
8
|
"dev": "vite --config vite.config.ts",
|
|
9
9
|
"dts": "vue-tsc --project tsconfig.dts.json",
|
|
10
10
|
"build": "vitest && vite --config vite.config.ts build && pnpm dts",
|
|
@@ -13,7 +13,9 @@
|
|
|
13
13
|
"lint:style": "stylelint \"**/*.{scss,css,vue}\" --fix",
|
|
14
14
|
"lint:all": "pnpm lint:script && pnpm lint:style",
|
|
15
15
|
"test": "vitest",
|
|
16
|
-
"test:coverage": "vitest run --coverage"
|
|
16
|
+
"test:coverage": "vitest run --coverage",
|
|
17
|
+
"wiki:dev": "vitepress dev wikis",
|
|
18
|
+
"wiki:build": "vitepress build wikis"
|
|
17
19
|
},
|
|
18
20
|
"module": "dist/index.js",
|
|
19
21
|
"publishConfig": {
|
|
@@ -34,7 +36,7 @@
|
|
|
34
36
|
"author": "",
|
|
35
37
|
"license": "MIT",
|
|
36
38
|
"dependencies": {
|
|
37
|
-
"bkui-vue": "
|
|
39
|
+
"bkui-vue": "2.0.2-beta.81",
|
|
38
40
|
"dompurify": "^3.3.1",
|
|
39
41
|
"highlight.js": "^11.11.1",
|
|
40
42
|
"katex": "^0.16.27",
|
|
@@ -57,6 +59,7 @@
|
|
|
57
59
|
"@vitest/coverage-v8": "4.0.18",
|
|
58
60
|
"@vue/test-utils": "^2.4.6",
|
|
59
61
|
"@vue/tsconfig": "^0.8.1",
|
|
62
|
+
"bkui-vue": "latest",
|
|
60
63
|
"echarts": "^6.0.0",
|
|
61
64
|
"entities": "^7.0.0",
|
|
62
65
|
"github-markdown-css": "^5.8.1",
|
|
@@ -65,13 +68,15 @@
|
|
|
65
68
|
"linkify-it": "^5.0.0",
|
|
66
69
|
"mdurl": "^2.0.0",
|
|
67
70
|
"monaco-editor": "^0.55.1",
|
|
71
|
+
"oxc-minify": "^0.112.0",
|
|
68
72
|
"punycode.js": "^2.3.1",
|
|
69
73
|
"sass-embedded": "^1.93.3",
|
|
70
74
|
"uc.micro": "^2.1.0",
|
|
71
75
|
"vite": "npm:rolldown-vite@7.3.1",
|
|
72
76
|
"vite-bundle-analyzer": "^1.3.2",
|
|
73
|
-
"
|
|
77
|
+
"vitepress": "2.0.0-alpha.16",
|
|
78
|
+
"vitest": "^4.0.18",
|
|
74
79
|
"vue-tippy": "^6.7.1",
|
|
75
80
|
"vue-tsc": "^3.1.4"
|
|
76
81
|
}
|
|
77
|
-
}
|
|
82
|
+
}
|