@sdata/web-vue-mcp 1.15.0 → 1.16.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 +33 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5,8 +5,8 @@ import * as z from "zod/v4";
|
|
|
5
5
|
//#endregion
|
|
6
6
|
//#region src/index.ts
|
|
7
7
|
const data = {
|
|
8
|
-
version: "3.
|
|
9
|
-
generatedAt: "2026-08-
|
|
8
|
+
version: "3.27.0",
|
|
9
|
+
generatedAt: "2026-08-06T08:23:46.266Z",
|
|
10
10
|
library: {
|
|
11
11
|
"name": "@sdata/web-vue",
|
|
12
12
|
"framework": "Vue 3",
|
|
@@ -4449,6 +4449,24 @@ const data = {
|
|
|
4449
4449
|
"en": "Whether to show the reset button"
|
|
4450
4450
|
}
|
|
4451
4451
|
},
|
|
4452
|
+
{
|
|
4453
|
+
"name": "search-btn",
|
|
4454
|
+
"type": "ButtonProps",
|
|
4455
|
+
"default": "",
|
|
4456
|
+
"description": {
|
|
4457
|
+
"zh": "查询按钮属性",
|
|
4458
|
+
"en": "Props of the search button"
|
|
4459
|
+
}
|
|
4460
|
+
},
|
|
4461
|
+
{
|
|
4462
|
+
"name": "reset-btn",
|
|
4463
|
+
"type": "ButtonProps",
|
|
4464
|
+
"default": "",
|
|
4465
|
+
"description": {
|
|
4466
|
+
"zh": "重置按钮属性",
|
|
4467
|
+
"en": "Props of the reset button"
|
|
4468
|
+
}
|
|
4469
|
+
},
|
|
4452
4470
|
{
|
|
4453
4471
|
"name": "show-actions",
|
|
4454
4472
|
"type": "boolean",
|
|
@@ -7633,6 +7651,18 @@ const data = {
|
|
|
7633
7651
|
}
|
|
7634
7652
|
]
|
|
7635
7653
|
},
|
|
7654
|
+
{
|
|
7655
|
+
"name": "sd-input-mask",
|
|
7656
|
+
"title": "输入掩码 InputMask",
|
|
7657
|
+
"category": "其他",
|
|
7658
|
+
"description": "继承 Input 的输入体验,为固定位置、中英文和常见结构化格式提供实时输入约束。",
|
|
7659
|
+
"docUrl": "https://sd-design.js.org/components/input-mask",
|
|
7660
|
+
"importPath": "@sdata/web-vue",
|
|
7661
|
+
"importName": "InputMask",
|
|
7662
|
+
"props": [],
|
|
7663
|
+
"events": [],
|
|
7664
|
+
"slots": []
|
|
7665
|
+
},
|
|
7636
7666
|
{
|
|
7637
7667
|
"name": "sd-input-number",
|
|
7638
7668
|
"title": "数字输入框 InputNumber",
|
|
@@ -11791,7 +11821,7 @@ const findByProp = (prop) => {
|
|
|
11791
11821
|
const createServer = () => {
|
|
11792
11822
|
const server = new McpServer({
|
|
11793
11823
|
name: PKG_NAME,
|
|
11794
|
-
version: "1.
|
|
11824
|
+
version: "1.16.0"
|
|
11795
11825
|
});
|
|
11796
11826
|
server.registerTool("list_components", {
|
|
11797
11827
|
description: "List all SD Design components with their category, bilingual title and API size. Optionally filter by category. Use this first to discover what is available.",
|