@sdata/web-vue-mcp 1.5.1 → 1.6.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 (2) hide show
  1. package/dist/index.js +60 -2
  2. 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.16.0",
9
- generatedAt: "2026-07-20T05:20:44.570Z",
8
+ version: "3.16.1",
9
+ generatedAt: "2026-07-23T07:03:30.346Z",
10
10
  library: {
11
11
  "name": "@sdata/web-vue",
12
12
  "framework": "Vue 3",
@@ -7053,6 +7053,64 @@ const data = {
7053
7053
  ],
7054
7054
  "slots": []
7055
7055
  },
7056
+ {
7057
+ "name": "sd-kv-list",
7058
+ "title": "键值列表 KvList",
7059
+ "category": "其他",
7060
+ "description": "编辑、排序键值对,并在结构化数组与 Bulk 文本之间保持同步。",
7061
+ "docUrl": "https://sd-design.js.org/components/kv-list",
7062
+ "importPath": "@sdata/web-vue",
7063
+ "importName": "KvList",
7064
+ "props": [
7065
+ {
7066
+ "name": "type",
7067
+ "type": "KvListType",
7068
+ "default": "",
7069
+ "description": {
7070
+ "zh": "编辑器类型。默认使用两个 Input",
7071
+ "en": "Editor type. Uses two Input components by default"
7072
+ }
7073
+ },
7074
+ {
7075
+ "name": "key-props",
7076
+ "type": "KvListKeyProps",
7077
+ "default": "",
7078
+ "description": {
7079
+ "zh": "透传给键编辑组件的属性",
7080
+ "en": "Props passed through to the key editor"
7081
+ }
7082
+ },
7083
+ {
7084
+ "name": "value-props",
7085
+ "type": "KvListValueProps",
7086
+ "default": "",
7087
+ "description": {
7088
+ "zh": "透传给值编辑组件的属性",
7089
+ "en": "Props passed through to the value editor"
7090
+ }
7091
+ },
7092
+ {
7093
+ "name": "disabled",
7094
+ "type": "boolean",
7095
+ "default": "",
7096
+ "description": {
7097
+ "zh": "是否禁用编辑和结构操作",
7098
+ "en": "Whether editing and structural actions are disabled"
7099
+ }
7100
+ },
7101
+ {
7102
+ "name": "bulk-editable",
7103
+ "type": "boolean",
7104
+ "default": "",
7105
+ "description": {
7106
+ "zh": "是否允许 Bulk 编辑。secret 类型默认关闭,其他类型默认开启",
7107
+ "en": "Whether bulk editing is available. Disabled by default for secret type"
7108
+ }
7109
+ }
7110
+ ],
7111
+ "events": [],
7112
+ "slots": []
7113
+ },
7056
7114
  {
7057
7115
  "name": "sd-json-form",
7058
7116
  "title": "JSON 表单 JsonForm",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sdata/web-vue-mcp",
3
- "version": "1.5.1",
3
+ "version": "1.6.0",
4
4
  "description": "Model Context Protocol (MCP) server for the SD Design Vue component library",
5
5
  "keywords": [
6
6
  "ai",