@sdata/web-vue-mcp 1.8.0 → 1.10.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 +20 -2
  2. package/package.json +1 -2
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.19.0",
9
- generatedAt: "2026-07-28T06:29:50.259Z",
8
+ version: "3.21.0",
9
+ generatedAt: "2026-07-28T09:56:49.849Z",
10
10
  library: {
11
11
  "name": "@sdata/web-vue",
12
12
  "framework": "Vue 3",
@@ -8886,6 +8886,15 @@ const data = {
8886
8886
  "zh": "是否为只读状态",
8887
8887
  "en": "Whether it is read-only"
8888
8888
  }
8889
+ },
8890
+ {
8891
+ "name": "ellipsis",
8892
+ "type": "boolean | 'performant-ellipsis'",
8893
+ "default": "true",
8894
+ "description": {
8895
+ "zh": "是否使用 Ellipsis 组件渲染选项。传入 `performant-ellipsis` 时使用高性能省略实现",
8896
+ "en": "Whether to render options with the Ellipsis component. Use `performant-ellipsis` for the performant implementation"
8897
+ }
8889
8898
  }
8890
8899
  ],
8891
8900
  "events": [],
@@ -10213,6 +10222,15 @@ const data = {
10213
10222
  "en": "Data, Naive compatibility alias"
10214
10223
  }
10215
10224
  },
10225
+ {
10226
+ "name": "ellipsis",
10227
+ "type": "TreeProps['ellipsis']",
10228
+ "default": "undefined",
10229
+ "description": {
10230
+ "zh": "是否使用 Ellipsis 组件渲染选项。传入 `performant-ellipsis` 时使用高性能省略实现",
10231
+ "en": "Whether to render options with the Ellipsis component. Use `performant-ellipsis` for the performant implementation"
10232
+ }
10233
+ },
10216
10234
  {
10217
10235
  "name": "label-in-value",
10218
10236
  "type": "boolean",
package/package.json CHANGED
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "name": "@sdata/web-vue-mcp",
3
- "version": "1.8.0",
4
3
  "description": "Model Context Protocol (MCP) server for the SD Design Vue component library",
5
4
  "keywords": [
6
5
  "ai",
@@ -51,7 +50,6 @@
51
50
  "@babel/types": "^7.29.7",
52
51
  "@semantic-release/commit-analyzer": "^13.0.1",
53
52
  "@semantic-release/exec": "^7.1.0",
54
- "@semantic-release/git": "^10.0.1",
55
53
  "@semantic-release/github": "^12.0.9",
56
54
  "@semantic-release/release-notes-generator": "^14.1.1",
57
55
  "@types/node": "~24.13.3",
@@ -64,6 +62,7 @@
64
62
  "engines": {
65
63
  "node": ">=20"
66
64
  },
65
+ "version": "1.10.0",
67
66
  "scripts": {
68
67
  "gen": "node ./scripts/gen-component-data.mjs",
69
68
  "build": "pnpm run gen && tsdown",