@sdata/web-vue-mcp 1.10.3 → 1.11.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/index.js +5 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5,8 +5,8 @@ import { CallToolRequestSchema, ListToolsRequestSchema } from "@modelcontextprot
|
|
|
5
5
|
//#endregion
|
|
6
6
|
//#region src/index.ts
|
|
7
7
|
const data = {
|
|
8
|
-
version: "3.22.
|
|
9
|
-
generatedAt: "2026-07-
|
|
8
|
+
version: "3.22.3",
|
|
9
|
+
generatedAt: "2026-07-29T06:27:56.894Z",
|
|
10
10
|
library: {
|
|
11
11
|
"name": "@sdata/web-vue",
|
|
12
12
|
"framework": "Vue 3",
|
|
@@ -8904,7 +8904,7 @@ const data = {
|
|
|
8904
8904
|
"name": "sd-sender",
|
|
8905
8905
|
"title": "对话输入框 Sender",
|
|
8906
8906
|
"category": "其他",
|
|
8907
|
-
"description": "用于聊天与 AI 对话场景的复合输入框,支持提交、加载取消、
|
|
8907
|
+
"description": "用于聊天与 AI 对话场景的复合输入框,支持提交、加载取消、recorder-core 录音、头部面板、结构化词槽和功能开关。",
|
|
8908
8908
|
"docUrl": "https://sd-design.js.org/components/sender",
|
|
8909
8909
|
"importPath": "@sdata/web-vue",
|
|
8910
8910
|
"importName": "Sender",
|
|
@@ -8977,8 +8977,8 @@ const data = {
|
|
|
8977
8977
|
"type": "SenderAllowSpeech",
|
|
8978
8978
|
"default": "",
|
|
8979
8979
|
"description": {
|
|
8980
|
-
"zh": "
|
|
8981
|
-
"en": "
|
|
8980
|
+
"zh": "是否启用录音;对象值会作为 recorder-core 原生配置",
|
|
8981
|
+
"en": "Whether recording is enabled; an object value is passed to recorder-core as-is"
|
|
8982
8982
|
}
|
|
8983
8983
|
},
|
|
8984
8984
|
{
|