@sdata/web-vue-mcp 1.10.3 → 1.12.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 +57 -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.
|
|
9
|
-
generatedAt: "2026-07-
|
|
8
|
+
version: "3.23.0",
|
|
9
|
+
generatedAt: "2026-07-29T10:00:19.003Z",
|
|
10
10
|
library: {
|
|
11
11
|
"name": "@sdata/web-vue",
|
|
12
12
|
"framework": "Vue 3",
|
|
@@ -8900,11 +8900,63 @@ const data = {
|
|
|
8900
8900
|
"events": [],
|
|
8901
8901
|
"slots": []
|
|
8902
8902
|
},
|
|
8903
|
+
{
|
|
8904
|
+
"name": "sd-model-selector",
|
|
8905
|
+
"title": "模型选择器 ModelSelector",
|
|
8906
|
+
"category": "其他",
|
|
8907
|
+
"description": "在可搜索、可分组的对话框中选择 AI 模型,并以内置离线 SVG 展示模型服务商 Logo。",
|
|
8908
|
+
"docUrl": "https://sd-design.js.org/components/model-selector",
|
|
8909
|
+
"importPath": "@sdata/web-vue",
|
|
8910
|
+
"importName": "ModelSelector",
|
|
8911
|
+
"props": [
|
|
8912
|
+
{
|
|
8913
|
+
"name": "default-visible",
|
|
8914
|
+
"type": "boolean",
|
|
8915
|
+
"default": "",
|
|
8916
|
+
"description": {
|
|
8917
|
+
"zh": "默认是否显示模型选择器",
|
|
8918
|
+
"en": "Whether the model selector is visible by default"
|
|
8919
|
+
}
|
|
8920
|
+
},
|
|
8921
|
+
{
|
|
8922
|
+
"name": "close-on-select",
|
|
8923
|
+
"type": "boolean",
|
|
8924
|
+
"default": "",
|
|
8925
|
+
"description": {
|
|
8926
|
+
"zh": "选择模型后是否自动关闭",
|
|
8927
|
+
"en": "Whether to close after selecting a model"
|
|
8928
|
+
}
|
|
8929
|
+
},
|
|
8930
|
+
{
|
|
8931
|
+
"name": "reset-query-on-close",
|
|
8932
|
+
"type": "boolean",
|
|
8933
|
+
"default": "",
|
|
8934
|
+
"description": {
|
|
8935
|
+
"zh": "关闭时是否清空搜索条件",
|
|
8936
|
+
"en": "Whether to reset the query when closed"
|
|
8937
|
+
}
|
|
8938
|
+
}
|
|
8939
|
+
],
|
|
8940
|
+
"events": [{
|
|
8941
|
+
"name": "visible-change",
|
|
8942
|
+
"description": {
|
|
8943
|
+
"zh": "显隐状态改变时触发",
|
|
8944
|
+
"en": "Emitted when visibility changes"
|
|
8945
|
+
}
|
|
8946
|
+
}, {
|
|
8947
|
+
"name": "select",
|
|
8948
|
+
"description": {
|
|
8949
|
+
"zh": "用户选择模型时触发",
|
|
8950
|
+
"en": "Emitted when the user selects a model"
|
|
8951
|
+
}
|
|
8952
|
+
}],
|
|
8953
|
+
"slots": []
|
|
8954
|
+
},
|
|
8903
8955
|
{
|
|
8904
8956
|
"name": "sd-sender",
|
|
8905
8957
|
"title": "对话输入框 Sender",
|
|
8906
8958
|
"category": "其他",
|
|
8907
|
-
"description": "用于聊天与 AI 对话场景的复合输入框,支持提交、加载取消、
|
|
8959
|
+
"description": "用于聊天与 AI 对话场景的复合输入框,支持提交、加载取消、recorder-core 录音、头部面板、结构化词槽和功能开关。",
|
|
8908
8960
|
"docUrl": "https://sd-design.js.org/components/sender",
|
|
8909
8961
|
"importPath": "@sdata/web-vue",
|
|
8910
8962
|
"importName": "Sender",
|
|
@@ -8977,8 +9029,8 @@ const data = {
|
|
|
8977
9029
|
"type": "SenderAllowSpeech",
|
|
8978
9030
|
"default": "",
|
|
8979
9031
|
"description": {
|
|
8980
|
-
"zh": "
|
|
8981
|
-
"en": "
|
|
9032
|
+
"zh": "是否启用录音;对象值会作为 recorder-core 原生配置",
|
|
9033
|
+
"en": "Whether recording is enabled; an object value is passed to recorder-core as-is"
|
|
8982
9034
|
}
|
|
8983
9035
|
},
|
|
8984
9036
|
{
|