@sdata/web-vue-mcp 1.6.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 +722 -12
  2. package/package.json +5 -5
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.16.1",
9
- generatedAt: "2026-07-23T07:03:30.346Z",
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",
@@ -4438,6 +4582,15 @@ const data = {
4438
4582
  "importPath": "@sdata/web-vue",
4439
4583
  "importName": "Tooltip",
4440
4584
  "props": [
4585
+ {
4586
+ "name": "floating-options",
4587
+ "type": "FloatingOptions",
4588
+ "default": "",
4589
+ "description": {
4590
+ "zh": "Floating UI Vue 的完整配置。",
4591
+ "en": "Complete Floating UI Vue options."
4592
+ }
4593
+ },
4441
4594
  {
4442
4595
  "name": "popup-visible",
4443
4596
  "type": "boolean",
@@ -6085,6 +6238,15 @@ const data = {
6085
6238
  "en": "Whether it is loading state (Only effective in container mode)"
6086
6239
  }
6087
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
+ },
6088
6250
  {
6089
6251
  "name": "dot",
6090
6252
  "type": "boolean",
@@ -6428,6 +6590,24 @@ const data = {
6428
6590
  "en": "Whether to allow the input to be cleared"
6429
6591
  }
6430
6592
  },
6593
+ {
6594
+ "name": "fit-width",
6595
+ "type": "boolean",
6596
+ "default": "false",
6597
+ "description": {
6598
+ "zh": "宽度是否适应文字内容",
6599
+ "en": "Whether the width adapts to the text content"
6600
+ }
6601
+ },
6602
+ {
6603
+ "name": "max-wfull",
6604
+ "type": "boolean",
6605
+ "default": "true",
6606
+ "description": {
6607
+ "zh": "最大宽度是否限制为父容器宽度",
6608
+ "en": "Whether the maximum width is limited to the parent container width"
6609
+ }
6610
+ },
6431
6611
  {
6432
6612
  "name": "virtual-list-props",
6433
6613
  "type": "VirtualListProps",
@@ -6582,7 +6762,23 @@ const data = {
6582
6762
  "docUrl": "https://sd-design.js.org/components/cascader",
6583
6763
  "importPath": "@sdata/web-vue",
6584
6764
  "importName": "Cascader",
6585
- "props": [],
6765
+ "props": [{
6766
+ "name": "max-wfull",
6767
+ "type": "boolean",
6768
+ "default": "true",
6769
+ "description": {
6770
+ "zh": "最大宽度是否限制为父容器宽度",
6771
+ "en": "Whether the maximum width is limited to the parent container width"
6772
+ }
6773
+ }, {
6774
+ "name": "fit-width",
6775
+ "type": "boolean",
6776
+ "default": "false",
6777
+ "description": {
6778
+ "zh": "宽度是否适应文字内容",
6779
+ "en": "Whether the width adapts to the text content"
6780
+ }
6781
+ }],
6586
6782
  "events": [],
6587
6783
  "slots": []
6588
6784
  },
@@ -6914,6 +7110,24 @@ const data = {
6914
7110
  "zh": "是否显示 `showTime` 时,选择当前时间的按钮",
6915
7111
  "en": "Whether to display `showTime`, select the button of the current time"
6916
7112
  }
7113
+ },
7114
+ {
7115
+ "name": "fit-width",
7116
+ "type": "boolean",
7117
+ "default": "false",
7118
+ "description": {
7119
+ "zh": "宽度是否适应文字内容",
7120
+ "en": "Whether the width adapts to the text content"
7121
+ }
7122
+ },
7123
+ {
7124
+ "name": "max-wfull",
7125
+ "type": "boolean",
7126
+ "default": "true",
7127
+ "description": {
7128
+ "zh": "最大宽度是否限制为父容器宽度",
7129
+ "en": "Whether the maximum width is limited to the parent container width"
7130
+ }
6917
7131
  }
6918
7132
  ],
6919
7133
  "events": [],
@@ -7204,6 +7418,24 @@ const data = {
7204
7418
  "en": "Prompt text"
7205
7419
  }
7206
7420
  },
7421
+ {
7422
+ "name": "fit-width",
7423
+ "type": "boolean",
7424
+ "default": "false",
7425
+ "description": {
7426
+ "zh": "宽度是否适应文字内容",
7427
+ "en": "Whether the width adapts to the text content"
7428
+ }
7429
+ },
7430
+ {
7431
+ "name": "max-wfull",
7432
+ "type": "boolean",
7433
+ "default": "true",
7434
+ "description": {
7435
+ "zh": "最大宽度是否限制为父容器宽度",
7436
+ "en": "Whether the maximum width is limited to the parent container width"
7437
+ }
7438
+ },
7207
7439
  {
7208
7440
  "name": "max-length",
7209
7441
  "type": "number | { length: number; errorOnly?: boolean }",
@@ -7460,6 +7692,24 @@ const data = {
7460
7692
  "en": "Input prompt text"
7461
7693
  }
7462
7694
  },
7695
+ {
7696
+ "name": "fit-width",
7697
+ "type": "boolean",
7698
+ "default": "false",
7699
+ "description": {
7700
+ "zh": "宽度是否适应文字内容",
7701
+ "en": "Whether the width adapts to the text content"
7702
+ }
7703
+ },
7704
+ {
7705
+ "name": "max-wfull",
7706
+ "type": "boolean",
7707
+ "default": "true",
7708
+ "description": {
7709
+ "zh": "最大宽度是否限制为父容器宽度",
7710
+ "en": "Whether the maximum width is limited to the parent container width"
7711
+ }
7712
+ },
7463
7713
  {
7464
7714
  "name": "hide-button",
7465
7715
  "type": "boolean",
@@ -7658,6 +7908,24 @@ const data = {
7658
7908
  "en": "Placeholder"
7659
7909
  }
7660
7910
  },
7911
+ {
7912
+ "name": "fit-width",
7913
+ "type": "boolean",
7914
+ "default": "false",
7915
+ "description": {
7916
+ "zh": "宽度是否适应文字内容",
7917
+ "en": "Whether the width adapts to the text content"
7918
+ }
7919
+ },
7920
+ {
7921
+ "name": "max-wfull",
7922
+ "type": "boolean",
7923
+ "default": "true",
7924
+ "description": {
7925
+ "zh": "最大宽度是否限制为父容器宽度",
7926
+ "en": "Whether the maximum width is limited to the parent container width"
7927
+ }
7928
+ },
7661
7929
  {
7662
7930
  "name": "disabled",
7663
7931
  "type": "boolean",
@@ -7922,6 +8190,33 @@ const data = {
7922
8190
  "zh": "是否允许清空输入框",
7923
8191
  "en": "Whether to allow the input to be cleared"
7924
8192
  }
8193
+ },
8194
+ {
8195
+ "name": "fit-width",
8196
+ "type": "boolean",
8197
+ "default": "false",
8198
+ "description": {
8199
+ "zh": "宽度是否适应文字内容",
8200
+ "en": "Whether the width adapts to the text content"
8201
+ }
8202
+ },
8203
+ {
8204
+ "name": "max-wfull",
8205
+ "type": "boolean",
8206
+ "default": "true",
8207
+ "description": {
8208
+ "zh": "最大宽度是否限制为父容器宽度",
8209
+ "en": "Whether the maximum width is limited to the parent container width"
8210
+ }
8211
+ },
8212
+ {
8213
+ "name": "floating-options",
8214
+ "type": "FloatingOptions",
8215
+ "default": "",
8216
+ "description": {
8217
+ "zh": "Floating UI Vue 的完整定位配置",
8218
+ "en": "Complete Floating UI Vue positioning options"
8219
+ }
7925
8220
  }
7926
8221
  ],
7927
8222
  "events": [
@@ -8281,6 +8576,163 @@ const data = {
8281
8576
  ],
8282
8577
  "slots": []
8283
8578
  },
8579
+ {
8580
+ "name": "sd-rich-text-editor",
8581
+ "title": "富文本编辑器 RichTextEditor",
8582
+ "category": "其他",
8583
+ "description": "基于 Lexical 的可扩展 Vue 富文本编辑器,支持完整 EditorState、组件节点、HTML、Markdown、历史记录和底层 API 访问。",
8584
+ "docUrl": "https://sd-design.js.org/components/rich-text-editor",
8585
+ "importPath": "@sdata/web-vue",
8586
+ "importName": "RichTextEditor",
8587
+ "props": [
8588
+ {
8589
+ "name": "model-value",
8590
+ "type": "RichTextEditorValue",
8591
+ "default": "",
8592
+ "description": {
8593
+ "zh": "受控的 Lexical 序列化状态",
8594
+ "en": "Controlled serialized Lexical state"
8595
+ }
8596
+ },
8597
+ {
8598
+ "name": "default-value",
8599
+ "type": "union",
8600
+ "default": "",
8601
+ "description": {
8602
+ "zh": "非受控初始状态,也可直接传入纯文本",
8603
+ "en": "Uncontrolled initial state, or plain text"
8604
+ }
8605
+ },
8606
+ {
8607
+ "name": "editor-config",
8608
+ "type": "RichTextEditorConfig",
8609
+ "default": "",
8610
+ "description": {
8611
+ "zh": "Lexical 初始化配置,可注册自定义 nodes、theme、HTML 转换与错误处理",
8612
+ "en": "Lexical initialization config for custom nodes, theme, HTML conversions and errors"
8613
+ }
8614
+ },
8615
+ {
8616
+ "name": "plugins",
8617
+ "type": "TSTypeOperator",
8618
+ "default": "() => []",
8619
+ "description": {
8620
+ "zh": "编辑器初始化时注册的 Lexical 插件",
8621
+ "en": "Lexical plugins registered when the editor is initialized"
8622
+ }
8623
+ },
8624
+ {
8625
+ "name": "transformers",
8626
+ "type": "TSTypeOperator",
8627
+ "default": "() => TRANSFORMERS",
8628
+ "description": {
8629
+ "zh": "Markdown 导入导出的转换器",
8630
+ "en": "Transformers used for Markdown import and export"
8631
+ }
8632
+ },
8633
+ {
8634
+ "name": "placeholder",
8635
+ "type": "string",
8636
+ "default": "",
8637
+ "description": {
8638
+ "zh": "提示文字",
8639
+ "en": "Placeholder text"
8640
+ }
8641
+ },
8642
+ {
8643
+ "name": "disabled",
8644
+ "type": "boolean",
8645
+ "default": "",
8646
+ "description": {
8647
+ "zh": "是否禁用",
8648
+ "en": "Whether the editor is disabled"
8649
+ }
8650
+ },
8651
+ {
8652
+ "name": "readonly",
8653
+ "type": "boolean",
8654
+ "default": "",
8655
+ "description": {
8656
+ "zh": "是否只读",
8657
+ "en": "Whether the editor is read-only"
8658
+ }
8659
+ },
8660
+ {
8661
+ "name": "history",
8662
+ "type": "boolean",
8663
+ "default": "true",
8664
+ "description": {
8665
+ "zh": "是否启用撤销与重做历史",
8666
+ "en": "Whether undo and redo history is enabled"
8667
+ }
8668
+ },
8669
+ {
8670
+ "name": "history-delay",
8671
+ "type": "number",
8672
+ "default": "300",
8673
+ "description": {
8674
+ "zh": "连续输入合并为同一条历史记录的间隔",
8675
+ "en": "Delay used to merge continuous input into one history entry"
8676
+ }
8677
+ },
8678
+ {
8679
+ "name": "history-max-depth",
8680
+ "type": "union",
8681
+ "default": "null",
8682
+ "description": {
8683
+ "zh": "历史记录最大深度;null 表示不限制",
8684
+ "en": "Maximum history depth; null means unlimited"
8685
+ }
8686
+ },
8687
+ {
8688
+ "name": "auto-size",
8689
+ "type": "union",
8690
+ "default": "true",
8691
+ "description": {
8692
+ "zh": "是否启用自适应高度",
8693
+ "en": "Whether automatic height is enabled"
8694
+ }
8695
+ },
8696
+ {
8697
+ "name": "spellcheck",
8698
+ "type": "boolean",
8699
+ "default": "true",
8700
+ "description": {
8701
+ "zh": "是否启用拼写检查",
8702
+ "en": "Whether spell checking is enabled"
8703
+ }
8704
+ },
8705
+ {
8706
+ "name": "aria-label",
8707
+ "type": "string",
8708
+ "default": "",
8709
+ "description": {
8710
+ "zh": "输入区的无障碍名称",
8711
+ "en": "Accessible name of the editor"
8712
+ }
8713
+ },
8714
+ {
8715
+ "name": "class-names",
8716
+ "type": "Partial",
8717
+ "default": "() => ({})",
8718
+ "description": {
8719
+ "zh": "语义化节点类名",
8720
+ "en": "Semantic node class names"
8721
+ }
8722
+ },
8723
+ {
8724
+ "name": "styles",
8725
+ "type": "Partial",
8726
+ "default": "() => ({})",
8727
+ "description": {
8728
+ "zh": "语义化节点样式",
8729
+ "en": "Semantic node styles"
8730
+ }
8731
+ }
8732
+ ],
8733
+ "events": [],
8734
+ "slots": []
8735
+ },
8284
8736
  {
8285
8737
  "name": "sd-scrollbar",
8286
8738
  "title": "滚动条 Scrollbar",
@@ -8398,15 +8850,201 @@ const data = {
8398
8850
  "docUrl": "https://sd-design.js.org/components/select",
8399
8851
  "importPath": "@sdata/web-vue",
8400
8852
  "importName": "Select",
8401
- "props": [{
8402
- "name": "readonly",
8403
- "type": "boolean|string",
8404
- "default": "false",
8405
- "description": {
8406
- "zh": "是否为只读状态",
8407
- "en": "Whether it is read-only"
8853
+ "props": [
8854
+ {
8855
+ "name": "fit-width",
8856
+ "type": "boolean",
8857
+ "default": "false",
8858
+ "description": {
8859
+ "zh": "宽度是否适应文字内容",
8860
+ "en": "Whether the width adapts to the text content"
8861
+ }
8862
+ },
8863
+ {
8864
+ "name": "max-wfull",
8865
+ "type": "boolean",
8866
+ "default": "true",
8867
+ "description": {
8868
+ "zh": "最大宽度是否限制为父容器宽度",
8869
+ "en": "Whether the maximum width is limited to the parent container width"
8870
+ }
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
+ },
8881
+ {
8882
+ "name": "readonly",
8883
+ "type": "boolean|string",
8884
+ "default": "false",
8885
+ "description": {
8886
+ "zh": "是否为只读状态",
8887
+ "en": "Whether it is read-only"
8888
+ }
8408
8889
  }
8409
- }],
8890
+ ],
8891
+ "events": [],
8892
+ "slots": []
8893
+ },
8894
+ {
8895
+ "name": "sd-sender",
8896
+ "title": "对话输入框 Sender",
8897
+ "category": "其他",
8898
+ "description": "用于聊天与 AI 对话场景的复合输入框,支持提交、加载取消、AudioWorklet 语音采集、头部面板、结构化词槽和功能开关。",
8899
+ "docUrl": "https://sd-design.js.org/components/sender",
8900
+ "importPath": "@sdata/web-vue",
8901
+ "importName": "Sender",
8902
+ "props": [
8903
+ {
8904
+ "name": "model-value",
8905
+ "type": "string",
8906
+ "default": "",
8907
+ "description": {
8908
+ "zh": "绑定值。词槽模式下请通过 change/submit 或实例方法读取结构化内容。",
8909
+ "en": "Bound value. In slot mode, read structured content from events or instance methods."
8910
+ }
8911
+ },
8912
+ {
8913
+ "name": "default-value",
8914
+ "type": "string",
8915
+ "default": "''",
8916
+ "description": {
8917
+ "zh": "非受控模式的默认值",
8918
+ "en": "Default value in uncontrolled mode"
8919
+ }
8920
+ },
8921
+ {
8922
+ "name": "loading",
8923
+ "type": "boolean",
8924
+ "default": "",
8925
+ "description": {
8926
+ "zh": "是否加载中;加载中时发送按钮切换为停止按钮",
8927
+ "en": "Whether the sender is loading; the send button becomes a stop button while loading"
8928
+ }
8929
+ },
8930
+ {
8931
+ "name": "readonly",
8932
+ "type": "union",
8933
+ "default": "",
8934
+ "description": {
8935
+ "zh": "是否只读",
8936
+ "en": "Whether the input is read-only"
8937
+ }
8938
+ },
8939
+ {
8940
+ "name": "submit-type",
8941
+ "type": "SenderSubmitType",
8942
+ "default": "'enter'",
8943
+ "description": {
8944
+ "zh": "提交快捷键",
8945
+ "en": "Keyboard shortcut used to submit"
8946
+ }
8947
+ },
8948
+ {
8949
+ "name": "disabled",
8950
+ "type": "boolean",
8951
+ "default": "",
8952
+ "description": {
8953
+ "zh": "是否禁用",
8954
+ "en": "Whether the sender is disabled"
8955
+ }
8956
+ },
8957
+ {
8958
+ "name": "slot-config",
8959
+ "type": "TSTypeOperator",
8960
+ "default": "",
8961
+ "description": {
8962
+ "zh": "结构化词槽配置",
8963
+ "en": "Structured slot configuration"
8964
+ }
8965
+ },
8966
+ {
8967
+ "name": "allow-speech",
8968
+ "type": "SenderAllowSpeech",
8969
+ "default": "",
8970
+ "description": {
8971
+ "zh": "AudioWorklet 语音采集、流式传输或受控录音配置",
8972
+ "en": "AudioWorklet capture, streaming transport, or controlled recording configuration"
8973
+ }
8974
+ },
8975
+ {
8976
+ "name": "auto-size",
8977
+ "type": "union",
8978
+ "default": "() => ({ maxRows: 8 })",
8979
+ "description": {
8980
+ "zh": "文本域自适应高度配置",
8981
+ "en": "Textarea auto-size configuration"
8982
+ }
8983
+ },
8984
+ {
8985
+ "name": "skill",
8986
+ "type": "SenderSkill",
8987
+ "default": "",
8988
+ "description": {
8989
+ "zh": "技能标签配置",
8990
+ "en": "Skill tag configuration"
8991
+ }
8992
+ },
8993
+ {
8994
+ "name": "placeholder",
8995
+ "type": "string",
8996
+ "default": "",
8997
+ "description": {
8998
+ "zh": "占位文本",
8999
+ "en": "Placeholder text"
9000
+ }
9001
+ },
9002
+ {
9003
+ "name": "show-actions",
9004
+ "type": "boolean",
9005
+ "default": "true",
9006
+ "description": {
9007
+ "zh": "是否显示默认操作区",
9008
+ "en": "Whether to show the default action area"
9009
+ }
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
+ },
9020
+ {
9021
+ "name": "components",
9022
+ "type": "SenderComponents",
9023
+ "default": "",
9024
+ "description": {
9025
+ "zh": "替换内部输入组件",
9026
+ "en": "Replace internal input components"
9027
+ }
9028
+ },
9029
+ {
9030
+ "name": "class-names",
9031
+ "type": "Partial",
9032
+ "default": "() => ({})",
9033
+ "description": {
9034
+ "zh": "语义化节点类名",
9035
+ "en": "Semantic node class names"
9036
+ }
9037
+ },
9038
+ {
9039
+ "name": "styles",
9040
+ "type": "Partial",
9041
+ "default": "() => ({})",
9042
+ "description": {
9043
+ "zh": "语义化节点样式",
9044
+ "en": "Semantic node styles"
9045
+ }
9046
+ }
9047
+ ],
8410
9048
  "events": [],
8411
9049
  "slots": []
8412
9050
  },
@@ -8810,6 +9448,24 @@ const data = {
8810
9448
  "en": "Placeholder"
8811
9449
  }
8812
9450
  },
9451
+ {
9452
+ "name": "fit-width",
9453
+ "type": "boolean",
9454
+ "default": "false",
9455
+ "description": {
9456
+ "zh": "宽度是否适应文字内容",
9457
+ "en": "Whether the width adapts to the text content"
9458
+ }
9459
+ },
9460
+ {
9461
+ "name": "max-wfull",
9462
+ "type": "boolean",
9463
+ "default": "true",
9464
+ "description": {
9465
+ "zh": "最大宽度是否限制为父容器宽度",
9466
+ "en": "Whether the maximum width is limited to the parent container width"
9467
+ }
9468
+ },
8813
9469
  {
8814
9470
  "name": "disabled",
8815
9471
  "type": "boolean",
@@ -9030,6 +9686,24 @@ const data = {
9030
9686
  "en": "Prompt copy"
9031
9687
  }
9032
9688
  },
9689
+ {
9690
+ "name": "fit-width",
9691
+ "type": "boolean",
9692
+ "default": "false",
9693
+ "description": {
9694
+ "zh": "宽度是否适应文字内容",
9695
+ "en": "Whether the width adapts to the text content"
9696
+ }
9697
+ },
9698
+ {
9699
+ "name": "max-wfull",
9700
+ "type": "boolean",
9701
+ "default": "true",
9702
+ "description": {
9703
+ "zh": "最大宽度是否限制为父容器宽度",
9704
+ "en": "Whether the maximum width is limited to the parent container width"
9705
+ }
9706
+ },
9033
9707
  {
9034
9708
  "name": "size",
9035
9709
  "type": "Size",
@@ -9377,6 +10051,15 @@ const data = {
9377
10051
  "en": "Whether it is loading state"
9378
10052
  }
9379
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
+ },
9380
10063
  {
9381
10064
  "name": "error",
9382
10065
  "type": "boolean",
@@ -9449,6 +10132,24 @@ const data = {
9449
10132
  "en": "Prompt copy"
9450
10133
  }
9451
10134
  },
10135
+ {
10136
+ "name": "fit-width",
10137
+ "type": "boolean",
10138
+ "default": "false",
10139
+ "description": {
10140
+ "zh": "宽度是否适应文字内容",
10141
+ "en": "Whether the width adapts to the text content"
10142
+ }
10143
+ },
10144
+ {
10145
+ "name": "max-wfull",
10146
+ "type": "boolean",
10147
+ "default": "true",
10148
+ "description": {
10149
+ "zh": "最大宽度是否限制为父容器宽度",
10150
+ "en": "Whether the maximum width is limited to the parent container width"
10151
+ }
10152
+ },
9452
10153
  {
9453
10154
  "name": "max-tag-count",
9454
10155
  "type": "number | 'responsive'",
@@ -9804,6 +10505,15 @@ const data = {
9804
10505
  "importPath": "@sdata/web-vue",
9805
10506
  "importName": "Trigger",
9806
10507
  "props": [
10508
+ {
10509
+ "name": "floating-options",
10510
+ "type": "FloatingOptions",
10511
+ "default": "",
10512
+ "description": {
10513
+ "zh": "Floating UI Vue 的完整配置。与旧定位参数冲突时以此配置为准。",
10514
+ "en": "Complete Floating UI Vue options. These options take precedence over legacy positioning props."
10515
+ }
10516
+ },
9807
10517
  {
9808
10518
  "name": "popup-visible",
9809
10519
  "type": "boolean",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sdata/web-vue-mcp",
3
- "version": "1.6.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",
@@ -52,12 +52,12 @@
52
52
  "@semantic-release/commit-analyzer": "^13.0.1",
53
53
  "@semantic-release/exec": "^7.1.0",
54
54
  "@semantic-release/git": "^10.0.1",
55
- "@semantic-release/github": "^12.0.8",
55
+ "@semantic-release/github": "^12.0.9",
56
56
  "@semantic-release/release-notes-generator": "^14.1.1",
57
- "@types/node": "~24.13.2",
57
+ "@types/node": "~24.13.3",
58
58
  "fast-glob": "^3.3.3",
59
- "semantic-release": "^25.0.5",
60
- "tsdown": "^0.22.0",
59
+ "semantic-release": "^25.0.7",
60
+ "tsdown": "^0.22.9",
61
61
  "typescript": "^6.0.3",
62
62
  "vue-docgen-api": "4.79.2"
63
63
  },