@sdata/web-vue-mcp 1.2.0 → 1.4.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 +50 -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.
|
|
9
|
-
generatedAt: "2026-07-
|
|
8
|
+
version: "3.14.0",
|
|
9
|
+
generatedAt: "2026-07-18T06:23:25.324Z",
|
|
10
10
|
library: {
|
|
11
11
|
"name": "@sdata/web-vue",
|
|
12
12
|
"framework": "Vue 3",
|
|
@@ -3152,6 +3152,18 @@ const data = {
|
|
|
3152
3152
|
"events": [],
|
|
3153
3153
|
"slots": []
|
|
3154
3154
|
},
|
|
3155
|
+
{
|
|
3156
|
+
"name": "sd-basic-crud-table",
|
|
3157
|
+
"title": "基础增删改查表格 BasicCrudTable",
|
|
3158
|
+
"category": "数据展示",
|
|
3159
|
+
"description": "固定流程的 CRUD 表格,统一查询、分页、详情回填、创建、编辑、删除与成功后刷新。",
|
|
3160
|
+
"docUrl": "https://sd-design.js.org/components/basic-crud-table",
|
|
3161
|
+
"importPath": "@sdata/web-vue",
|
|
3162
|
+
"importName": "BasicCrudTable",
|
|
3163
|
+
"props": [],
|
|
3164
|
+
"events": [],
|
|
3165
|
+
"slots": []
|
|
3166
|
+
},
|
|
3155
3167
|
{
|
|
3156
3168
|
"name": "sd-table",
|
|
3157
3169
|
"title": "表格 Table",
|
|
@@ -6618,6 +6630,15 @@ const data = {
|
|
|
6618
6630
|
"zh": "是否为半选状态",
|
|
6619
6631
|
"en": "Whether it is half-selected"
|
|
6620
6632
|
}
|
|
6633
|
+
},
|
|
6634
|
+
{
|
|
6635
|
+
"name": "tabindex",
|
|
6636
|
+
"type": "number|string",
|
|
6637
|
+
"default": "undefined",
|
|
6638
|
+
"description": {
|
|
6639
|
+
"zh": "原生 input 的 tabindex(默认不渲染,input 保持原生可聚焦;树节点内传 -1 把 checkbox 移出 Tab 序列,改由 treeitem 统一聚焦/操作)",
|
|
6640
|
+
"en": "tabindex for the native input (omitted by default so the input stays natively focusable; pass -1 in tree nodes to remove the checkbox from the Tab order and operate it via the treeitem)"
|
|
6641
|
+
}
|
|
6621
6642
|
}
|
|
6622
6643
|
],
|
|
6623
6644
|
"events": [{
|
|
@@ -10012,6 +10033,33 @@ const data = {
|
|
|
10012
10033
|
"zh": "滚动阈值,当滚动距离超过该值时触发关闭",
|
|
10013
10034
|
"en": "Scroll threshold, trigger close when the scroll distance exceeds this value"
|
|
10014
10035
|
}
|
|
10036
|
+
},
|
|
10037
|
+
{
|
|
10038
|
+
"name": "esc-to-close",
|
|
10039
|
+
"type": "boolean",
|
|
10040
|
+
"default": "false",
|
|
10041
|
+
"description": {
|
|
10042
|
+
"zh": "是否支持 ESC 键关闭弹出层",
|
|
10043
|
+
"en": "Whether to close the popup with the ESC key"
|
|
10044
|
+
}
|
|
10045
|
+
},
|
|
10046
|
+
{
|
|
10047
|
+
"name": "aria-has-popup",
|
|
10048
|
+
"type": "boolean | 'menu' | 'listbox' | 'tree' | 'grid' | 'dialog'",
|
|
10049
|
+
"default": "undefined",
|
|
10050
|
+
"description": {
|
|
10051
|
+
"zh": "弹出层类型,用于触发器的 `aria-haspopup`。设置后会自动给触发器加 `aria-haspopup` / `aria-expanded` / `aria-controls`,并给弹出层加 id。",
|
|
10052
|
+
"en": "Popup type for the trigger's `aria-haspopup`. When set, the trigger automatically gets `aria-haspopup` / `aria-expanded` / `aria-controls`, and the popup gets an id."
|
|
10053
|
+
}
|
|
10054
|
+
},
|
|
10055
|
+
{
|
|
10056
|
+
"name": "aria-describedby-popup",
|
|
10057
|
+
"type": "boolean",
|
|
10058
|
+
"default": "false",
|
|
10059
|
+
"description": {
|
|
10060
|
+
"zh": "是否给触发器加 `aria-describedby` 指向弹出层(tooltip 模式用)。弹出层显示时才挂。",
|
|
10061
|
+
"en": "Whether to add `aria-describedby` on the trigger pointing to the popup (tooltip pattern). Only applied while the popup is visible."
|
|
10062
|
+
}
|
|
10015
10063
|
}
|
|
10016
10064
|
],
|
|
10017
10065
|
"events": [
|