@sdata/web-vue-mcp 1.7.0 → 1.8.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 +186 -6
  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.18.0",
9
- generatedAt: "2026-07-27T00:31:31.108Z",
8
+ version: "3.19.0",
9
+ generatedAt: "2026-07-28T06:29:50.259Z",
10
10
  library: {
11
11
  "name": "@sdata/web-vue",
12
12
  "framework": "Vue 3",
@@ -302,6 +302,105 @@ const data = {
302
302
  "en": "Default config for ColorPicker"
303
303
  }
304
304
  },
305
+ {
306
+ "name": "spin-props",
307
+ "type": "SpinProps",
308
+ "default": "",
309
+ "description": {
310
+ "zh": "Spin 组件默认属性",
311
+ "en": "Default props for Spin"
312
+ }
313
+ },
314
+ {
315
+ "name": "basic-crud-table-spin-props",
316
+ "type": "SpinProps",
317
+ "default": "",
318
+ "description": {
319
+ "zh": "BasicCrudTable 内部 Spin 的默认属性",
320
+ "en": "Default props for Spin inside BasicCrudTable"
321
+ }
322
+ },
323
+ {
324
+ "name": "card-spin-props",
325
+ "type": "SpinProps",
326
+ "default": "",
327
+ "description": {
328
+ "zh": "Card 内部 Spin 的默认属性",
329
+ "en": "Default props for Spin inside Card"
330
+ }
331
+ },
332
+ {
333
+ "name": "cascader-spin-props",
334
+ "type": "SpinProps",
335
+ "default": "",
336
+ "description": {
337
+ "zh": "Cascader 内部 Spin 的默认属性",
338
+ "en": "Default props for Spin inside Cascader"
339
+ }
340
+ },
341
+ {
342
+ "name": "list-spin-props",
343
+ "type": "SpinProps",
344
+ "default": "",
345
+ "description": {
346
+ "zh": "List 内部 Spin 的默认属性",
347
+ "en": "Default props for Spin inside List"
348
+ }
349
+ },
350
+ {
351
+ "name": "qr-code-spin-props",
352
+ "type": "SpinProps",
353
+ "default": "",
354
+ "description": {
355
+ "zh": "QrCode 内部 Spin 的默认属性",
356
+ "en": "Default props for Spin inside QrCode"
357
+ }
358
+ },
359
+ {
360
+ "name": "select-spin-props",
361
+ "type": "SpinProps",
362
+ "default": "",
363
+ "description": {
364
+ "zh": "Select 内部 Spin 的默认属性",
365
+ "en": "Default props for Spin inside Select"
366
+ }
367
+ },
368
+ {
369
+ "name": "table-spin-props",
370
+ "type": "SpinProps",
371
+ "default": "",
372
+ "description": {
373
+ "zh": "Table 内部 Spin 的默认属性,优先于 `spinProps`",
374
+ "en": "Default props for Spin inside Table, taking precedence over `spinProps`"
375
+ }
376
+ },
377
+ {
378
+ "name": "timeline-spin-props",
379
+ "type": "SpinProps",
380
+ "default": "",
381
+ "description": {
382
+ "zh": "Timeline 内部 Spin 的默认属性",
383
+ "en": "Default props for Spin inside Timeline"
384
+ }
385
+ },
386
+ {
387
+ "name": "toolbar-spin-props",
388
+ "type": "SpinProps",
389
+ "default": "",
390
+ "description": {
391
+ "zh": "Toolbar 内部 Spin 的默认属性",
392
+ "en": "Default props for Spin inside Toolbar"
393
+ }
394
+ },
395
+ {
396
+ "name": "tree-select-spin-props",
397
+ "type": "SpinProps",
398
+ "default": "",
399
+ "description": {
400
+ "zh": "TreeSelect 内部 Spin 的默认属性",
401
+ "en": "Default props for Spin inside TreeSelect"
402
+ }
403
+ },
305
404
  {
306
405
  "name": "json-form",
307
406
  "type": "JsonFormProviderConfig",
@@ -1540,6 +1639,15 @@ const data = {
1540
1639
  "en": "Loading status"
1541
1640
  }
1542
1641
  },
1642
+ {
1643
+ "name": "spin-props",
1644
+ "type": "SpinProps",
1645
+ "default": "",
1646
+ "description": {
1647
+ "zh": "传递给加载中 Spin 的属性",
1648
+ "en": "Props passed to the loading Spin"
1649
+ }
1650
+ },
1543
1651
  {
1544
1652
  "name": "hoverable",
1545
1653
  "type": "boolean",
@@ -2627,6 +2735,15 @@ const data = {
2627
2735
  "en": "Whether it is loading state"
2628
2736
  }
2629
2737
  },
2738
+ {
2739
+ "name": "spin-props",
2740
+ "type": "SpinProps",
2741
+ "default": "",
2742
+ "description": {
2743
+ "zh": "传递给加载中 Spin 的属性",
2744
+ "en": "Props passed to the loading Spin"
2745
+ }
2746
+ },
2630
2747
  {
2631
2748
  "name": "hoverable",
2632
2749
  "type": "boolean",
@@ -3247,13 +3364,22 @@ const data = {
3247
3364
  },
3248
3365
  {
3249
3366
  "name": "loading",
3250
- "type": "boolean|object",
3367
+ "type": "boolean | SpinProps",
3251
3368
  "default": "false",
3252
3369
  "description": {
3253
3370
  "zh": "是否为加载中状态",
3254
3371
  "en": "Whether it is loading state"
3255
3372
  }
3256
3373
  },
3374
+ {
3375
+ "name": "spin-props",
3376
+ "type": "SpinProps",
3377
+ "default": "",
3378
+ "description": {
3379
+ "zh": "传递给加载中 Spin 的属性",
3380
+ "en": "Props passed to the loading Spin"
3381
+ }
3382
+ },
3257
3383
  {
3258
3384
  "name": "row-selection",
3259
3385
  "type": "TableRowSelection",
@@ -4241,6 +4367,15 @@ const data = {
4241
4367
  "en": "Whether to display ghost nodes. When set to true, only ghost nodes are displayed. When passed to ReactNode, it will be displayed as node content"
4242
4368
  }
4243
4369
  },
4370
+ {
4371
+ "name": "spin-props",
4372
+ "type": "SpinProps",
4373
+ "default": "",
4374
+ "description": {
4375
+ "zh": "传递给幽灵节点 Spin 的属性",
4376
+ "en": "Props passed to the pending node Spin"
4377
+ }
4378
+ },
4244
4379
  {
4245
4380
  "name": "label-position",
4246
4381
  "type": "LabelPositionType",
@@ -4287,6 +4422,15 @@ const data = {
4287
4422
  "en": "Whether the toolbar is loading (an overlay over the content)"
4288
4423
  }
4289
4424
  },
4425
+ {
4426
+ "name": "spin-props",
4427
+ "type": "SpinProps",
4428
+ "default": "",
4429
+ "description": {
4430
+ "zh": "传递给加载中 Spin 的属性",
4431
+ "en": "Props passed to the loading Spin"
4432
+ }
4433
+ },
4290
4434
  {
4291
4435
  "name": "show-search",
4292
4436
  "type": "boolean",
@@ -6094,6 +6238,15 @@ const data = {
6094
6238
  "en": "Whether it is loading state (Only effective in container mode)"
6095
6239
  }
6096
6240
  },
6241
+ {
6242
+ "name": "delay",
6243
+ "type": "boolean|number",
6244
+ "default": "false",
6245
+ "description": {
6246
+ "zh": "加载指示器显示前的延迟时间。设置为 `true` 时延迟 400ms",
6247
+ "en": "Delay before showing the loading indicator. Uses 400ms when set to `true`"
6248
+ }
6249
+ },
6097
6250
  {
6098
6251
  "name": "dot",
6099
6252
  "type": "boolean",
@@ -8716,6 +8869,15 @@ const data = {
8716
8869
  "en": "Whether the maximum width is limited to the parent container width"
8717
8870
  }
8718
8871
  },
8872
+ {
8873
+ "name": "spin-props",
8874
+ "type": "SpinProps",
8875
+ "default": "",
8876
+ "description": {
8877
+ "zh": "传递给下拉加载中 Spin 的属性",
8878
+ "en": "Props passed to the loading Spin in the dropdown"
8879
+ }
8880
+ },
8719
8881
  {
8720
8882
  "name": "readonly",
8721
8883
  "type": "boolean|string",
@@ -8733,7 +8895,7 @@ const data = {
8733
8895
  "name": "sd-sender",
8734
8896
  "title": "对话输入框 Sender",
8735
8897
  "category": "其他",
8736
- "description": "用于聊天与 AI 对话场景的复合输入框,支持提交、加载取消、语音、头部面板、结构化词槽和功能开关。",
8898
+ "description": "用于聊天与 AI 对话场景的复合输入框,支持提交、加载取消、AudioWorklet 语音采集、头部面板、结构化词槽和功能开关。",
8737
8899
  "docUrl": "https://sd-design.js.org/components/sender",
8738
8900
  "importPath": "@sdata/web-vue",
8739
8901
  "importName": "Sender",
@@ -8806,8 +8968,8 @@ const data = {
8806
8968
  "type": "SenderAllowSpeech",
8807
8969
  "default": "",
8808
8970
  "description": {
8809
- "zh": "语音输入配置",
8810
- "en": "Speech input configuration"
8971
+ "zh": "AudioWorklet 语音采集、流式传输或受控录音配置",
8972
+ "en": "AudioWorklet capture, streaming transport, or controlled recording configuration"
8811
8973
  }
8812
8974
  },
8813
8975
  {
@@ -8846,6 +9008,15 @@ const data = {
8846
9008
  "en": "Whether to show the default action area"
8847
9009
  }
8848
9010
  },
9011
+ {
9012
+ "name": "suffix-placement",
9013
+ "type": "SenderSuffixPlacement",
9014
+ "default": "'content'",
9015
+ "description": {
9016
+ "zh": "后缀操作区的渲染位置",
9017
+ "en": "Render location of the suffix action area"
9018
+ }
9019
+ },
8849
9020
  {
8850
9021
  "name": "components",
8851
9022
  "type": "SenderComponents",
@@ -9880,6 +10051,15 @@ const data = {
9880
10051
  "en": "Whether it is loading state"
9881
10052
  }
9882
10053
  },
10054
+ {
10055
+ "name": "spin-props",
10056
+ "type": "SpinProps",
10057
+ "default": "",
10058
+ "description": {
10059
+ "zh": "传递给加载中 Spin 的属性",
10060
+ "en": "Props passed to the loading Spin"
10061
+ }
10062
+ },
9883
10063
  {
9884
10064
  "name": "error",
9885
10065
  "type": "boolean",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sdata/web-vue-mcp",
3
- "version": "1.7.0",
3
+ "version": "1.8.0",
4
4
  "description": "Model Context Protocol (MCP) server for the SD Design Vue component library",
5
5
  "keywords": [
6
6
  "ai",