Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(vue-next): adjust helperPath volarPath #554

Merged
merged 1 commit into from
Feb 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@
"type": "Boolean",
"description": "是否禁用\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue-next/components/auto-complete?tab=api#autocomplete-props)"
},
"t-auto-complete/empty": {
"type": "String|TNode",
"description": "当下拉联想词列表为空时显示的内容\n\n[docs](https://tdesign.tencent.com/vue-next/components/auto-complete?tab=api#autocomplete-props)"
},
"t-auto-complete/filter": {
"type": "Function",
"description": "自定义过滤规则,用于对现有数据进行搜索过滤,判断是否过滤某一项数据。参数 `filterWords` 表示搜索词,`option`表示单个选项内容,返回值为 `true` 保留该选项,返回值为 `false` 则隐藏该选项。使用该方法时无需设置 `filterable`\n\n[docs](https://tdesign.tencent.com/vue-next/components/auto-complete?tab=api#autocomplete-props)"
Expand Down Expand Up @@ -198,7 +202,7 @@
},
"t-auto-complete/popup-props": {
"type": "Object",
"description": "透传 Popup 组件全部特性\n\n[docs](https://tdesign.tencent.com/vue-next/components/auto-complete?tab=api#autocomplete-props)"
"description": "透传 Popup 组件全部属性\n\n[docs](https://tdesign.tencent.com/vue-next/components/auto-complete?tab=api#autocomplete-props)"
},
"t-auto-complete/readonly": {
"type": "Boolean",
Expand Down Expand Up @@ -1443,7 +1447,7 @@
},
"t-cascader/popup-props": {
"type": "Object",
"description": "参考 popup 组件 API\n\n[docs](https://tdesign.tencent.com/vue-next/components/cascader?tab=api#cascader-props)"
"description": "透传 Popup 组件全部属性\n\n[docs](https://tdesign.tencent.com/vue-next/components/cascader?tab=api#cascader-props)"
},
"t-cascader/popup-visible": {
"type": "Boolean",
Expand Down Expand Up @@ -2041,7 +2045,7 @@
},
"t-date-picker/popup-props": {
"type": "Object",
"description": "透传给 popup 组件的参数\n\n[docs](https://tdesign.tencent.com/vue-next/components/date-picker?tab=api#datepicker-props)"
"description": "透传 Popup 组件全部属性\n\n[docs](https://tdesign.tencent.com/vue-next/components/date-picker?tab=api#datepicker-props)"
},
"t-date-picker/prefix-icon": {
"type": "TNode",
Expand Down Expand Up @@ -2250,7 +2254,7 @@
},
"t-date-range-picker/popup-props": {
"type": "Object",
"description": "透传给 popup 组件的参数\n\n[docs](https://tdesign.tencent.com/vue-next/components/date-range-picker?tab=api#daterangepicker-props)"
"description": "透传 Popup 组件全部属性\n\n[docs](https://tdesign.tencent.com/vue-next/components/date-range-picker?tab=api#daterangepicker-props)"
},
"t-date-range-picker/prefix-icon": {
"type": "TNode",
Expand Down Expand Up @@ -2456,7 +2460,7 @@
},
"t-descriptions/label-style": {
"type": "Object",
"description": "style of description item\n\n自定义描述项标签的样式\n\n[docs](https://tdesign.tencent.com/vue-next/components/descriptions?tab=api#descriptions-props)"
"description": "style of description item, which takes effect when `tableLayout` is `auto`\n\n自定义描述项标签的样式,需要配合 `tableLayout` 为 `auto` 才可以生效\n\n[docs](https://tdesign.tencent.com/vue-next/components/descriptions?tab=api#descriptions-props)"
},
"t-descriptions/layout": {
"type": "String",
Expand Down Expand Up @@ -2871,7 +2875,7 @@
},
"t-dropdown/popup-props": {
"type": "Object",
"description": "透传 Popup 组件属性,方便更加自由地控制。比如使用 popupProps.overlayStyle 设置浮层样式\n\n[docs](https://tdesign.tencent.com/vue-next/components/dropdown?tab=api#dropdown-props)"
"description": "透传 Popup 组件全部属性,方便更加自由地控制。比如使用 popupProps.overlayStyle 设置浮层样式\n\n[docs](https://tdesign.tencent.com/vue-next/components/dropdown?tab=api#dropdown-props)"
},
"t-dropdown/trigger": {
"type": "String",
Expand Down Expand Up @@ -4283,7 +4287,7 @@
"description": "选项标题,在选项过长时hover选项展示\n\n[docs](https://tdesign.tencent.com/vue-next/components/option?tab=api#option-props)"
},
"t-option/value": {
"type": "String|Number",
"type": "String|Number|Boolean",
"description": "选项值\n\n[docs](https://tdesign.tencent.com/vue-next/components/option?tab=api#option-props)"
},
"t-option-group/divider": {
Expand Down Expand Up @@ -4479,7 +4483,7 @@
},
"t-popconfirm/popup-props": {
"type": "Object",
"description": "透传 Popup 组件属性\n\n[docs](https://tdesign.tencent.com/vue-next/components/popconfirm?tab=api#popconfirm-props)"
"description": "透传 Popup 组件全部属性\n\n[docs](https://tdesign.tencent.com/vue-next/components/popconfirm?tab=api#popconfirm-props)"
},
"t-popconfirm/show-arrow": {
"type": "Boolean",
Expand Down Expand Up @@ -5099,7 +5103,7 @@
"radio",
"button"
],
"description": "component Style\n\n组件风格\n\ndefault: radio\n\n[docs](https://tdesign.tencent.com/vue-next/components/radio-group?tab=api#radiogroup-props)"
"description": "Determine the style of radio when using options API\n\n用于在使用 options 方式渲染时决定组件的风格\n\ndefault: radio\n\n[docs](https://tdesign.tencent.com/vue-next/components/radio-group?tab=api#radiogroup-props)"
},
"t-radio-group/value": {
"type": "String|Number|Boolean",
Expand Down Expand Up @@ -5255,7 +5259,7 @@
},
"t-range-input-popup/popup-props": {
"type": "Object",
"description": "透传 Popup 浮层组件全部属性\n\n[docs](https://tdesign.tencent.com/vue-next/components/range-input-popup?tab=api#rangeinputpopup-props)"
"description": "透传 Popup 组件全部属性\n\n[docs](https://tdesign.tencent.com/vue-next/components/range-input-popup?tab=api#rangeinputpopup-props)"
},
"t-range-input-popup/popup-visible": {
"type": "Boolean",
Expand Down Expand Up @@ -5570,7 +5574,7 @@
},
"t-select/popup-props": {
"type": "Object",
"description": "透传给 popup 组件的全部属性\n\n[docs](https://tdesign.tencent.com/vue-next/components/select?tab=api#select-props)"
"description": "透传 Popup 组件全部属性\n\n[docs](https://tdesign.tencent.com/vue-next/components/select?tab=api#select-props)"
},
"t-select/popup-visible": {
"type": "Boolean",
Expand Down Expand Up @@ -5761,7 +5765,7 @@
},
"t-select-input/popup-props": {
"type": "Object",
"description": "透传 Popup 浮层组件全部属性\n\n[docs](https://tdesign.tencent.com/vue-next/components/select-input?tab=api#selectinput-props)"
"description": "透传 Popup 组件全部属性\n\n[docs](https://tdesign.tencent.com/vue-next/components/select-input?tab=api#selectinput-props)"
},
"t-select-input/popup-visible": {
"type": "Boolean",
Expand Down Expand Up @@ -6173,7 +6177,7 @@
},
"t-sticky-item/popup-props": {
"type": "Object",
"description": "透传浮层组件全部属性\n\n[docs](https://tdesign.tencent.com/vue-next/components/sticky-item?tab=api#stickyitem-props)"
"description": "透传 Popup 组件全部属性\n\n[docs](https://tdesign.tencent.com/vue-next/components/sticky-item?tab=api#stickyitem-props)"
},
"t-sticky-item/trigger": {
"type": "String",
Expand Down Expand Up @@ -6205,7 +6209,7 @@
},
"t-sticky-tool/popup-props": {
"type": "Object",
"description": "透传 Popup 组件全部特性,优先级低于 StickyItem.popupProps\n\n[docs](https://tdesign.tencent.com/vue-next/components/sticky-tool?tab=api#stickytool-props)"
"description": "透传 Popup 组件全部属性,优先级低于 StickyItem.popupProps\n\n[docs](https://tdesign.tencent.com/vue-next/components/sticky-tool?tab=api#stickytool-props)"
},
"t-sticky-tool/shape": {
"type": "String",
Expand Down Expand Up @@ -6253,7 +6257,7 @@
},
"t-submenu/popup-props": {
"type": "Object",
"description": "Transparent all feature props of the Popup\n\n透传 Popup 组件全部特性\n\n[docs](https://tdesign.tencent.com/vue-next/components/submenu?tab=api#submenu-props)"
"description": "Transparent all feature props of the Popup\n\n透传 Popup 组件全部属性\n\n[docs](https://tdesign.tencent.com/vue-next/components/submenu?tab=api#submenu-props)"
},
"t-submenu/title": {
"type": "String|TNode",
Expand Down Expand Up @@ -6905,7 +6909,7 @@
},
"t-time-picker/popup-props": {
"type": "Object",
"description": "透传给 popup 组件的参数\n\n[docs](https://tdesign.tencent.com/vue-next/components/time-picker?tab=api#timepicker-props)"
"description": "透传 Popup 组件全部属性\n\n[docs](https://tdesign.tencent.com/vue-next/components/time-picker?tab=api#timepicker-props)"
},
"t-time-picker/presets": {
"type": "Object",
Expand Down Expand Up @@ -7020,7 +7024,7 @@
},
"t-time-range-picker/popup-props": {
"type": "Object",
"description": "透传给 popup 组件的参数\n\n[docs](https://tdesign.tencent.com/vue-next/components/time-range-picker?tab=api#timerangepicker-props)"
"description": "透传 Popup 组件全部属性\n\n[docs](https://tdesign.tencent.com/vue-next/components/time-range-picker?tab=api#timerangepicker-props)"
},
"t-time-range-picker/presets": {
"type": "Object",
Expand Down Expand Up @@ -7608,7 +7612,7 @@
},
"t-tree-select/popup-props": {
"type": "Object",
"description": "透传给 popup 组件的全部属性\n\n[docs](https://tdesign.tencent.com/vue-next/components/tree-select?tab=api#treeselect-props)"
"description": "透传 Popup 组件全部属性\n\n[docs](https://tdesign.tencent.com/vue-next/components/tree-select?tab=api#treeselect-props)"
},
"t-tree-select/popup-visible": {
"type": "Boolean",
Expand Down Expand Up @@ -7797,6 +7801,10 @@
"type": "Object",
"description": "HTTP Request Header\n\n设置上传的请求头部,`action` 存在时有效\n\n[docs](https://tdesign.tencent.com/vue-next/components/upload?tab=api#upload-props)"
},
"t-upload/image-props": {
"type": "Object",
"description": "用于在上传图片场景下,透传属性配置至 Image 组件\n\n[docs](https://tdesign.tencent.com/vue-next/components/upload?tab=api#upload-props)"
},
"t-upload/image-viewer-props": {
"type": "Object",
"description": "ImageViewer Component Props\n\n透传图片预览组件全部属性\n\n[docs](https://tdesign.tencent.com/vue-next/components/upload?tab=api#upload-props)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"clearable",
"default",
"disabled",
"empty",
"filter",
"filterable",
"highlight-keyword",
Expand Down Expand Up @@ -2218,6 +2219,7 @@
"format-request",
"format-response",
"headers",
"image-props",
"image-viewer-props",
"input-attributes",
"is-batch-upload",
Expand Down
Loading