@sdata/web-vue-mcp 1.14.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 +91 -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-
|
|
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",
|
|
@@ -6300,6 +6318,64 @@ const data = {
|
|
|
6300
6318
|
}
|
|
6301
6319
|
]
|
|
6302
6320
|
},
|
|
6321
|
+
{
|
|
6322
|
+
"name": "sd-thinking-orb",
|
|
6323
|
+
"title": "思考球 ThinkingOrb",
|
|
6324
|
+
"category": "反馈",
|
|
6325
|
+
"description": "为 AI、智能体和异步推理场景提供语义明确的点阵思考动效。",
|
|
6326
|
+
"docUrl": "https://sd-design.js.org/components/thinking-orb",
|
|
6327
|
+
"importPath": "@sdata/web-vue",
|
|
6328
|
+
"importName": "ThinkingOrb",
|
|
6329
|
+
"props": [
|
|
6330
|
+
{
|
|
6331
|
+
"name": "state",
|
|
6332
|
+
"type": "ThinkingOrbState",
|
|
6333
|
+
"default": "",
|
|
6334
|
+
"description": {
|
|
6335
|
+
"zh": "当前思考状态",
|
|
6336
|
+
"en": "Current thinking state"
|
|
6337
|
+
}
|
|
6338
|
+
},
|
|
6339
|
+
{
|
|
6340
|
+
"name": "size",
|
|
6341
|
+
"type": "ThinkingOrbSize",
|
|
6342
|
+
"default": "",
|
|
6343
|
+
"description": {
|
|
6344
|
+
"zh": "针对使用场景调优的尺寸",
|
|
6345
|
+
"en": "Purpose-tuned rendered size"
|
|
6346
|
+
}
|
|
6347
|
+
},
|
|
6348
|
+
{
|
|
6349
|
+
"name": "theme",
|
|
6350
|
+
"type": "ThinkingOrbTheme",
|
|
6351
|
+
"default": "",
|
|
6352
|
+
"description": {
|
|
6353
|
+
"zh": "主题模式,auto 跟随最近的 sd-theme 容器",
|
|
6354
|
+
"en": "Theme mode; auto follows the nearest sd-theme container"
|
|
6355
|
+
}
|
|
6356
|
+
},
|
|
6357
|
+
{
|
|
6358
|
+
"name": "speed",
|
|
6359
|
+
"type": "number",
|
|
6360
|
+
"default": "",
|
|
6361
|
+
"description": {
|
|
6362
|
+
"zh": "动画速度倍率",
|
|
6363
|
+
"en": "Animation speed multiplier"
|
|
6364
|
+
}
|
|
6365
|
+
},
|
|
6366
|
+
{
|
|
6367
|
+
"name": "paused",
|
|
6368
|
+
"type": "boolean",
|
|
6369
|
+
"default": "",
|
|
6370
|
+
"description": {
|
|
6371
|
+
"zh": "是否暂停动画",
|
|
6372
|
+
"en": "Whether the animation is paused"
|
|
6373
|
+
}
|
|
6374
|
+
}
|
|
6375
|
+
],
|
|
6376
|
+
"events": [],
|
|
6377
|
+
"slots": []
|
|
6378
|
+
},
|
|
6303
6379
|
{
|
|
6304
6380
|
"name": "sd-tour",
|
|
6305
6381
|
"title": "漫游式引导 Tour",
|
|
@@ -7575,6 +7651,18 @@ const data = {
|
|
|
7575
7651
|
}
|
|
7576
7652
|
]
|
|
7577
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
|
+
},
|
|
7578
7666
|
{
|
|
7579
7667
|
"name": "sd-input-number",
|
|
7580
7668
|
"title": "数字输入框 InputNumber",
|
|
@@ -11733,7 +11821,7 @@ const findByProp = (prop) => {
|
|
|
11733
11821
|
const createServer = () => {
|
|
11734
11822
|
const server = new McpServer({
|
|
11735
11823
|
name: PKG_NAME,
|
|
11736
|
-
version: "1.
|
|
11824
|
+
version: "1.16.0"
|
|
11737
11825
|
});
|
|
11738
11826
|
server.registerTool("list_components", {
|
|
11739
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.",
|