{
  "t-affix/container": {
    "type": "String|Function",
    "description": "指定滚动的容器。数据类型为 String 时，会被当作选择器处理，进行节点查询。示例：'body' 或 () => document.body\n\ndefault: () => (() => window)\n\n[docs](https://tdesign.tencent.com/vue/components/affix?tab=api#affix-props)"
  },
  "t-affix/content": {
    "type": "String|TNode",
    "description": "内容\n\n[docs](https://tdesign.tencent.com/vue/components/affix?tab=api#affix-props)"
  },
  "t-affix/default": {
    "type": "String|TNode",
    "description": "内容，同 content\n\n[docs](https://tdesign.tencent.com/vue/components/affix?tab=api#affix-props)"
  },
  "t-affix/offset-bottom": {
    "type": "Number",
    "description": " 距离容器顶部达到指定距离后触发固定\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/affix?tab=api#affix-props)"
  },
  "t-affix/offset-top": {
    "type": "Number",
    "description": " 距离容器底部达到指定距离后触发固定\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/affix?tab=api#affix-props)"
  },
  "t-affix/z-index": {
    "type": "Number",
    "description": "固钉定位层级，样式默认为 500\n\n[docs](https://tdesign.tencent.com/vue/components/affix?tab=api#affix-props)"
  },
  "t-affix/fixed-change": {
    "type": "event",
    "description": "固定状态发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/affix?tab=api#affix-events)"
  },
  "t-alert/close": {
    "type": "event",
    "description": "关闭按钮点击时触发\n\n[docs](https://tdesign.tencent.com/vue/components/alert?tab=api#alert-events)"
  },
  "t-alert/default": {
    "type": "String|TNode",
    "description": "内容，同 message\n\n[docs](https://tdesign.tencent.com/vue/components/alert?tab=api#alert-props)"
  },
  "t-alert/icon": {
    "type": "TNode",
    "description": "图标\n\n[docs](https://tdesign.tencent.com/vue/components/alert?tab=api#alert-props)"
  },
  "t-alert/max-line": {
    "type": "Number",
    "description": "内容显示最大行数，超出的内容会折叠收起，用户点击后再展开。值为 0 表示不折叠\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/alert?tab=api#alert-props)"
  },
  "t-alert/message": {
    "type": "String|TNode",
    "description": "内容（子元素）\n\n[docs](https://tdesign.tencent.com/vue/components/alert?tab=api#alert-props)"
  },
  "t-alert/operation": {
    "type": "TNode",
    "description": "跟在告警内容后面的操作区\n\n[docs](https://tdesign.tencent.com/vue/components/alert?tab=api#alert-props)"
  },
  "t-alert/theme": {
    "type": "String",
    "options": [
      "success",
      "info",
      "warning",
      "error"
    ],
    "description": "组件风格\n\ndefault: info\n\n[docs](https://tdesign.tencent.com/vue/components/alert?tab=api#alert-props)"
  },
  "t-alert/title": {
    "type": "String|TNode",
    "description": "标题\n\n[docs](https://tdesign.tencent.com/vue/components/alert?tab=api#alert-props)"
  },
  "t-alert/closed": {
    "type": "event",
    "description": "告警提示框关闭动画结束后触发\n\n[docs](https://tdesign.tencent.com/vue/components/alert?tab=api#alert-events)"
  },
  "t-anchor/affix-props": {
    "type": "Object",
    "description": "透传 Affix 组件属性，即让 Anchor 组件支持所有 Affix 组件特性\n\n[docs](https://tdesign.tencent.com/vue/components/anchor?tab=api#anchor-props)"
  },
  "t-anchor/bounds": {
    "type": "Number",
    "description": "锚点区域边界\n\ndefault: 5\n\n[docs](https://tdesign.tencent.com/vue/components/anchor?tab=api#anchor-props)"
  },
  "t-anchor/container": {
    "type": "String|Function",
    "description": "指定滚动的容器。数据类型为 String 时，会被当作选择器处理，进行节点查询。示例：'body' 或 () => document.body\n\ndefault: () => (() => window)\n\n[docs](https://tdesign.tencent.com/vue/components/anchor?tab=api#anchor-props)"
  },
  "t-anchor/cursor": {
    "type": "TNode",
    "description": "用于自定义选中项左侧游标\n\n[docs](https://tdesign.tencent.com/vue/components/anchor?tab=api#anchor-props)"
  },
  "t-anchor/size": {
    "type": "String",
    "options": [
      "small",
      "medium",
      "large"
    ],
    "description": "组件尺寸，small(120px)，medium(200px)，large(320px)\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/anchor?tab=api#anchor-props)"
  },
  "t-anchor/target-offset": {
    "type": "Number",
    "description": "锚点滚动偏移量\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/anchor?tab=api#anchor-props)"
  },
  "t-anchor/change": {
    "type": "event",
    "description": "锚点改变时触发\n\n[docs](https://tdesign.tencent.com/vue/components/anchor?tab=api#anchor-events)"
  },
  "t-anchor/click": {
    "type": "event",
    "description": "锚点被点击时触发\n\n[docs](https://tdesign.tencent.com/vue/components/anchor?tab=api#anchor-events)"
  },
  "t-anchor-item/href": {
    "type": "String",
    "description": "锚点链接, 如果是 hash 模式需要加上当前 path\n\n[docs](https://tdesign.tencent.com/vue/components/anchor-item?tab=api#anchoritem-props)"
  },
  "t-anchor-item/target": {
    "type": "String",
    "options": [
      "_self",
      "_blank",
      "_parent",
      "_top"
    ],
    "description": "锚点文本\n\ndefault: _self\n\n[docs](https://tdesign.tencent.com/vue/components/anchor-item?tab=api#anchoritem-props)"
  },
  "t-anchor-item/title": {
    "type": "String|TNode",
    "description": "锚点文本\n\ndefault: ''\n\n[docs](https://tdesign.tencent.com/vue/components/anchor-item?tab=api#anchoritem-props)"
  },
  "t-anchor-target/id": {
    "type": "String",
    "description": "目标内容 id\n\n[docs](https://tdesign.tencent.com/vue/components/anchor-target?tab=api#anchortarget-props)"
  },
  "t-anchor-target/tag": {
    "type": "String",
    "description": "渲染的标签\n\ndefault: div\n\n[docs](https://tdesign.tencent.com/vue/components/anchor-target?tab=api#anchortarget-props)"
  },
  "t-aside/width": {
    "type": "String",
    "description": "侧边栏宽度。样式表（class）中定义的默认宽度为：232px\n\n[docs](https://tdesign.tencent.com/vue/components/aside?tab=api#aside-props)"
  },
  "t-auto-complete/autofocus": {
    "type": "Boolean",
    "description": "自动获取焦点\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-props)"
  },
  "t-auto-complete/clearable": {
    "type": "Boolean",
    "description": "是否允许清空\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-props)"
  },
  "t-auto-complete/default": {
    "type": "String|TNode",
    "description": "触发显示联想词下拉框的元素，同 `triggerElement`\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-props)"
  },
  "t-auto-complete/disabled": {
    "type": "Boolean",
    "description": "是否禁用\n\n[docs](https://tdesign.tencent.com/vue/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/components/auto-complete?tab=api#autocomplete-props)"
  },
  "t-auto-complete/filterable": {
    "type": "Boolean",
    "description": "是否根据输入内容过滤联想词。默认过滤规则不区分大小写，全文本任意位置匹配。如果默认搜索规则不符合业务需求，可以更为使用 `filter` 自定义过滤规则。部分场景下输入关键词和下拉联想词完全不同，此时可以设置为 `false`\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-props)"
  },
  "t-auto-complete/highlight-keyword": {
    "type": "Boolean",
    "description": "是否高亮联想词中和输入值的相同部分\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-props)"
  },
  "t-auto-complete/input-props": {
    "type": "Object",
    "description": "透传 Input 组件全部特性\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-props)"
  },
  "t-auto-complete/options": {
    "type": "Array",
    "description": "下拉联想词列表。示例一：`['联想词一', '联想词二']`。示例二：`{ label: () => <div>联想词元素</div>, text: '用于搜索的纯联想词' }`\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-props)"
  },
  "t-auto-complete/panel-bottom-content": {
    "type": "String|TNode",
    "description": "面板内的底部内容\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-props)"
  },
  "t-auto-complete/panel-top-content": {
    "type": "String|TNode",
    "description": "面板内的顶部内容\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-props)"
  },
  "t-auto-complete/placeholder": {
    "type": "String",
    "description": "输入框为空时的占位提示。组件本身默认值为 `undefined`，但全局配置存在默认值，不同语言全局默认值不同\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-props)"
  },
  "t-auto-complete/popup-props": {
    "type": "Object",
    "description": "透传 Popup 组件全部特性\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-props)"
  },
  "t-auto-complete/readonly": {
    "type": "Boolean",
    "description": "是否只读\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-props)"
  },
  "t-auto-complete/size": {
    "type": "String",
    "options": [
      "small",
      "medium",
      "large"
    ],
    "description": "组件尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-props)"
  },
  "t-auto-complete/status": {
    "type": "String",
    "options": [
      "default",
      "success",
      "warning",
      "error"
    ],
    "description": "输入框状态\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-props)"
  },
  "t-auto-complete/textarea-props": {
    "type": "Object",
    "description": "透传 Textarea 组件全部特性\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-props)"
  },
  "t-auto-complete/tips": {
    "type": "String|TNode",
    "description": "输入框下方提示文本，会根据不同的 `status` 呈现不同的样式\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-props)"
  },
  "t-auto-complete/trigger-element": {
    "type": "String|TNode",
    "description": "触发显示联想词下拉框的元素，默认为 Input 组件，可以使用 `trigger` 自定义为 Textarea 组件或其他组件\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-props)"
  },
  "t-auto-complete/value": {
    "type": "String",
    "description": "输入框的值，即当前指定的联想词\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-props)"
  },
  "t-auto-complete/blur": {
    "type": "event",
    "description": "失去焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-events)"
  },
  "t-auto-complete/change": {
    "type": "event",
    "description": "输入框值发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-events)"
  },
  "t-auto-complete/clear": {
    "type": "event",
    "description": "清空按钮点击时触发\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-events)"
  },
  "t-auto-complete/compositionend": {
    "type": "event",
    "description": "trigger on compositionend\n\n中文输入结束时触发\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-events)"
  },
  "t-auto-complete/compositionstart": {
    "type": "event",
    "description": "trigger on compositionstart\n\n中文输入开始时触发\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-events)"
  },
  "t-auto-complete/enter": {
    "type": "event",
    "description": "回车键按下时触发\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-events)"
  },
  "t-auto-complete/focus": {
    "type": "event",
    "description": "获得焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-events)"
  },
  "t-auto-complete/select": {
    "type": "event",
    "description": "选中联想词时触发\n\n[docs](https://tdesign.tencent.com/vue/components/auto-complete?tab=api#autocomplete-events)"
  },
  "t-avatar/alt": {
    "type": "String",
    "description": "show it when url is not valid\n\n头像替换文本，仅当图片加载失败时有效\n\n[docs](https://tdesign.tencent.com/vue/components/avatar?tab=api#avatar-props)"
  },
  "t-avatar/content": {
    "type": "String|TNode",
    "description": "content slot or props.content\n\n子元素内容\n\n[docs](https://tdesign.tencent.com/vue/components/avatar?tab=api#avatar-props)"
  },
  "t-avatar/default": {
    "type": "String|TNode",
    "description": "default slot or props.default, same as `content`\n\n子元素内容，同 content\n\n[docs](https://tdesign.tencent.com/vue/components/avatar?tab=api#avatar-props)"
  },
  "t-avatar/hide-on-load-failed": {
    "type": "Boolean",
    "description": "hide image when loading image failed\n\n加载失败时隐藏图片\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/avatar?tab=api#avatar-props)"
  },
  "t-avatar/icon": {
    "type": "TNode",
    "description": "use icon to fill\n\n图标\n\n[docs](https://tdesign.tencent.com/vue/components/avatar?tab=api#avatar-props)"
  },
  "t-avatar/image": {
    "type": "String",
    "description": "images url\n\n图片地址\n\n[docs](https://tdesign.tencent.com/vue/components/avatar?tab=api#avatar-props)"
  },
  "t-avatar/image-props": {
    "type": "Object",
    "description": "透传至 Image 组件\n\n[docs](https://tdesign.tencent.com/vue/components/avatar?tab=api#avatar-props)"
  },
  "t-avatar/shape": {
    "type": "String",
    "options": [
      "circle",
      "round"
    ],
    "description": "shape\n\n形状\n\ndefault: circle\n\n[docs](https://tdesign.tencent.com/vue/components/avatar?tab=api#avatar-props)"
  },
  "t-avatar/size": {
    "type": "String",
    "description": "size\n\n尺寸，示例值：small/medium/large/24px/38px 等。优先级高于 AvatarGroup.size 。Avatar 单独存在时，默认值为 medium。如果父组件存在 AvatarGroup，默认值便由 AvatarGroup.size 决定\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/avatar?tab=api#avatar-props)"
  },
  "t-avatar/error": {
    "type": "event",
    "description": "trigger on image load failed\n\n图片加载失败时触发\n\n[docs](https://tdesign.tencent.com/vue/components/avatar?tab=api#avatar-events)"
  },
  "t-avatar-group/cascading": {
    "type": "String",
    "options": [
      "left-up",
      "right-up"
    ],
    "description": "multiple images cascading\n\n图片之间的层叠关系，可选值：左侧图片在上和右侧图片在上\n\ndefault: 'right-up'\n\n[docs](https://tdesign.tencent.com/vue/components/avatar-group?tab=api#avatargroup-props)"
  },
  "t-avatar-group/collapse-avatar": {
    "type": "String|TNode",
    "description": "头像数量超出时，会出现一个头像折叠元素。该元素内容可自定义。默认为 `+N`。示例：`+5`，`...`, `更多`\n\n[docs](https://tdesign.tencent.com/vue/components/avatar-group?tab=api#avatargroup-props)"
  },
  "t-avatar-group/max": {
    "type": "Number",
    "description": "能够同时显示的最多头像数量\n\n[docs](https://tdesign.tencent.com/vue/components/avatar-group?tab=api#avatargroup-props)"
  },
  "t-avatar-group/popup-props": {
    "type": "Object",
    "description": "头像右上角提示信息\n\n[docs](https://tdesign.tencent.com/vue/components/avatar-group?tab=api#avatargroup-props)"
  },
  "t-avatar-group/size": {
    "type": "String",
    "description": "size\n\n尺寸，示例值：small/medium/large/24px/38px 等。优先级低于 Avatar.size\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/avatar-group?tab=api#avatargroup-props)"
  },
  "t-back-top/container": {
    "type": "String|Function",
    "description": "监听滚动的容器。数据类型为 String 时，会被当作选择器处理，进行节点查询。示例：'body' 或 () => document.body\n\ndefault: 'body'\n\n[docs](https://tdesign.tencent.com/vue/components/back-top?tab=api#backtop-props)"
  },
  "t-back-top/content": {
    "type": "String|TNode",
    "description": "Backtop's children elements\n\n回到顶部内容\n\n[docs](https://tdesign.tencent.com/vue/components/back-top?tab=api#backtop-props)"
  },
  "t-back-top/default": {
    "type": "String|TNode",
    "description": "Backtop's children elements, same as `content`\n\n回到顶部内容，同 `content`\n\n[docs](https://tdesign.tencent.com/vue/components/back-top?tab=api#backtop-props)"
  },
  "t-back-top/duration": {
    "type": "Number",
    "description": "回到顶部的耗时单位：毫秒\n\ndefault: 200\n\n[docs](https://tdesign.tencent.com/vue/components/back-top?tab=api#backtop-props)"
  },
  "t-back-top/offset": {
    "type": "Array",
    "description": "回到顶部相对右下角的位置偏移，示例：[10, 20] 或 ['10em', '8rem']\n\ndefault: [\"24px\", \"80px\"]\n\n[docs](https://tdesign.tencent.com/vue/components/back-top?tab=api#backtop-props)"
  },
  "t-back-top/shape": {
    "type": "String",
    "options": [
      "circle",
      "square"
    ],
    "description": "shape of BackTop element\n\n回到顶部的形状\n\ndefault: square\n\n[docs](https://tdesign.tencent.com/vue/components/back-top?tab=api#backtop-props)"
  },
  "t-back-top/size": {
    "type": "String",
    "options": [
      "medium",
      "small"
    ],
    "description": "size of BackTop\n\n组件尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/back-top?tab=api#backtop-props)"
  },
  "t-back-top/target": {
    "type": "String|Function",
    "description": "指定回到该对象。数据类型为 String 时，会被当作选择器处理，进行节点查询。示例：'body' 或 () => document.body\n\ndefault: 'body'\n\n[docs](https://tdesign.tencent.com/vue/components/back-top?tab=api#backtop-props)"
  },
  "t-back-top/theme": {
    "type": "String",
    "options": [
      "light",
      "primary",
      "dark"
    ],
    "description": "theme of BackTop\n\n组件主题风格，浅色、主色、深色\n\ndefault: light\n\n[docs](https://tdesign.tencent.com/vue/components/back-top?tab=api#backtop-props)"
  },
  "t-back-top/visible-height": {
    "type": "String|Number",
    "description": "滚动高度达到此参数值才出现\n\ndefault: '200px'\n\n[docs](https://tdesign.tencent.com/vue/components/back-top?tab=api#backtop-props)"
  },
  "t-back-top/click": {
    "type": "event",
    "description": "点击回到顶部时触发\n\n[docs](https://tdesign.tencent.com/vue/components/back-top?tab=api#backtop-events)"
  },
  "t-badge/color": {
    "type": "String",
    "description": "颜色\n\n[docs](https://tdesign.tencent.com/vue/components/badge?tab=api#badge-props)"
  },
  "t-badge/content": {
    "type": "String|TNode",
    "description": "徽标内容\n\n[docs](https://tdesign.tencent.com/vue/components/badge?tab=api#badge-props)"
  },
  "t-badge/count": {
    "type": "String|Number|TNode",
    "description": "徽标右上角内容。可以是数字，也可以是文字。如：'new'/3/99+\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/badge?tab=api#badge-props)"
  },
  "t-badge/default": {
    "type": "String|TNode",
    "description": "徽标内容，默认插槽，同 content\n\n[docs](https://tdesign.tencent.com/vue/components/badge?tab=api#badge-props)"
  },
  "t-badge/dot": {
    "type": "Boolean",
    "description": "是否为红点\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/badge?tab=api#badge-props)"
  },
  "t-badge/max-count": {
    "type": "Number",
    "description": "封顶的数字值\n\ndefault: 99\n\n[docs](https://tdesign.tencent.com/vue/components/badge?tab=api#badge-props)"
  },
  "t-badge/offset": {
    "type": "Array",
    "description": "设置状态点的位置偏移，示例：[-10, 20] 或 ['10em', '8rem']\n\n[docs](https://tdesign.tencent.com/vue/components/badge?tab=api#badge-props)"
  },
  "t-badge/shape": {
    "type": "String",
    "options": [
      "circle",
      "round"
    ],
    "description": "形状\n\ndefault: circle\n\n[docs](https://tdesign.tencent.com/vue/components/badge?tab=api#badge-props)"
  },
  "t-badge/show-zero": {
    "type": "Boolean",
    "description": "当数值为 0 时，是否展示徽标\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/badge?tab=api#badge-props)"
  },
  "t-badge/size": {
    "type": "String",
    "options": [
      "small",
      "medium"
    ],
    "description": "尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/badge?tab=api#badge-props)"
  },
  "t-base-table/allow-resize-column-width": {
    "type": "Boolean",
    "description": "allow to resize column width\n\n是否允许调整列宽。请更为使用 `resizable`\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/allow-resize-column-width": {
    "type": "Boolean",
    "description": "allow to resize column width\n\n是否允许调整列宽。请更为使用 `resizable`\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/attach": {
    "type": "String|Function",
    "description": "elements with popup would be attached to `attach`\n\n超出省略等所有浮层元素统一绑定到 `attach`，可根据实际情况调整挂载元素\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/attach": {
    "type": "String|Function",
    "description": "elements with popup would be attached to `attach`\n\n超出省略等所有浮层元素统一绑定到 `attach`，可根据实际情况调整挂载元素\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/bordered": {
    "type": "Boolean",
    "description": "show table bordered\n\n是否显示表格边框\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/bordered": {
    "type": "Boolean",
    "description": "show table bordered\n\n是否显示表格边框\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/bottom-content": {
    "type": "String|TNode",
    "description": "表格底部内容，可以用于自定义列设置等\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/bottom-content": {
    "type": "String|TNode",
    "description": "表格底部内容，可以用于自定义列设置等\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/cell-empty-content": {
    "type": "String|TNode",
    "description": "单元格数据为空时呈现的内容\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/cell-empty-content": {
    "type": "String|TNode",
    "description": "单元格数据为空时呈现的内容\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/columns": {
    "type": "Array",
    "description": "table column configs\n\n列配置，泛型 T 指表格数据类型\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/columns": {
    "type": "Array",
    "description": "table column configs\n\n列配置，泛型 T 指表格数据类型\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-base-table/data": {
    "type": "Array",
    "description": "table data\n\n数据源，泛型 T 指表格数据类型\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/data": {
    "type": "Array",
    "description": "table data\n\n数据源，泛型 T 指表格数据类型\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/disable-data-page": {
    "type": "Boolean",
    "description": "是否禁用本地数据分页。当 `data` 数据长度超过分页大小时，会自动进行本地数据分页。如果 `disableDataPage` 设置为 true，则无论何时，都不会进行本地数据分页\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/disable-data-page": {
    "type": "Boolean",
    "description": "是否禁用本地数据分页。当 `data` 数据长度超过分页大小时，会自动进行本地数据分页。如果 `disableDataPage` 设置为 true，则无论何时，都不会进行本地数据分页\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/empty": {
    "type": "String|TNode",
    "description": "empty text or empty element\n\n空表格呈现样式，支持全局配置 `GlobalConfigProvider`\n\ndefault: ''\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/empty": {
    "type": "String|TNode",
    "description": "empty text or empty element\n\n空表格呈现样式，支持全局配置 `GlobalConfigProvider`\n\ndefault: ''\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/first-full-row": {
    "type": "String|TNode",
    "description": "首行内容，横跨所有列\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/first-full-row": {
    "type": "String|TNode",
    "description": "首行内容，横跨所有列\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/fixed-rows": {
    "type": "Array",
    "description": "固定行（冻结行），示例：[M, N]，表示冻结表头 M 行和表尾 N 行。M 和 N 值为 0 时，表示不冻结行\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/fixed-rows": {
    "type": "Array",
    "description": "固定行（冻结行），示例：[M, N]，表示冻结表头 M 行和表尾 N 行。M 和 N 值为 0 时，表示不冻结行\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/foot-data": {
    "type": "Array",
    "description": "table foot data\n\n表尾数据源，泛型 T 指表格数据类型\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/foot-data": {
    "type": "Array",
    "description": "table foot data\n\n表尾数据源，泛型 T 指表格数据类型\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/footer-affix-props": {
    "type": "Object",
    "description": "affix props\n\n请更为使用 `footerAffixedBottom`。表尾吸底基于 Affix 组件开发，透传全部 Affix 组件属性。\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/footer-affix-props": {
    "type": "Object",
    "description": "affix props\n\n请更为使用 `footerAffixedBottom`。表尾吸底基于 Affix 组件开发，透传全部 Affix 组件属性。\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/footer-affixed-bottom": {
    "type": "Boolean|Object",
    "description": "affix foot to viewport bottom\n\n表尾吸底。使用此向功能，需要非常注意表格是相对于哪一个父元素进行滚动。值为 `true`，则表示相对于整个窗口吸底。如果表格滚动的父元素不是整个窗口，请通过 `footerAffixedBottom.container` 调整固钉的吸顶范围。基于 Affix 组件开发，透传全部 Affix 组件属性\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/footer-affixed-bottom": {
    "type": "Boolean|Object",
    "description": "affix foot to viewport bottom\n\n表尾吸底。使用此向功能，需要非常注意表格是相对于哪一个父元素进行滚动。值为 `true`，则表示相对于整个窗口吸底。如果表格滚动的父元素不是整个窗口，请通过 `footerAffixedBottom.container` 调整固钉的吸顶范围。基于 Affix 组件开发，透传全部 Affix 组件属性\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/footer-summary": {
    "type": "String|TNode",
    "description": "footer summary content\n\n表尾总结行\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/footer-summary": {
    "type": "String|TNode",
    "description": "footer summary content\n\n表尾总结行\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/header-affix-props": {
    "type": "Object",
    "description": "affix props\n\n请更为使用 `headerAffixedTop`。表头吸顶基于 Affix 组件开发，透传全部 Affix 组件属性\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/header-affix-props": {
    "type": "Object",
    "description": "affix props\n\n请更为使用 `headerAffixedTop`。表头吸顶基于 Affix 组件开发，透传全部 Affix 组件属性\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/header-affixed-top": {
    "type": "Boolean|Object",
    "description": "affix header to viewport top\n\n表头吸顶。使用该功能，需要非常注意表格是相对于哪一个父元素进行滚动。值为 `true`，表示相对于整个窗口吸顶。如果表格滚动的父元素不是整个窗口，请通过 `headerAffixedTop.container` 调整吸顶的位置。基于 Affix 组件开发，透传全部 Affix 组件属性。\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/header-affixed-top": {
    "type": "Boolean|Object",
    "description": "affix header to viewport top\n\n表头吸顶。使用该功能，需要非常注意表格是相对于哪一个父元素进行滚动。值为 `true`，表示相对于整个窗口吸顶。如果表格滚动的父元素不是整个窗口，请通过 `headerAffixedTop.container` 调整吸顶的位置。基于 Affix 组件开发，透传全部 Affix 组件属性。\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/height": {
    "type": "String|Number",
    "description": "table height\n\n表格高度，超出后会出现滚动条。示例：100,  '30%',  '300'。值为数字类型，会自动加上单位 px。如果不是绝对固定表格高度，建议使用 `maxHeight`\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/height": {
    "type": "String|Number",
    "description": "table height\n\n表格高度，超出后会出现滚动条。示例：100,  '30%',  '300'。值为数字类型，会自动加上单位 px。如果不是绝对固定表格高度，建议使用 `maxHeight`\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/horizontal-scroll-affixed-bottom": {
    "type": "Boolean|Object",
    "description": "affix props\n\n滚动条吸底。基于 Affix 组件开发，透传全部 Affix 组件属性\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/horizontal-scroll-affixed-bottom": {
    "type": "Boolean|Object",
    "description": "affix props\n\n滚动条吸底。基于 Affix 组件开发，透传全部 Affix 组件属性\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/hover": {
    "type": "Boolean",
    "description": "show hover style\n\n是否显示鼠标悬浮状态\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/hover": {
    "type": "Boolean",
    "description": "show hover style\n\n是否显示鼠标悬浮状态\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/last-full-row": {
    "type": "String|TNode",
    "description": "尾行内容，横跨所有列\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/last-full-row": {
    "type": "String|TNode",
    "description": "尾行内容，横跨所有列\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/loading": {
    "type": "Boolean|TNode",
    "description": "loading state table\n\n加载中状态。值为 `true` 会显示默认加载中样式，可以通过 Function 和 插槽 自定义加载状态呈现内容和样式。值为 `false` 则会取消加载状态\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/loading": {
    "type": "Boolean|TNode",
    "description": "loading state table\n\n加载中状态。值为 `true` 会显示默认加载中样式，可以通过 Function 和 插槽 自定义加载状态呈现内容和样式。值为 `false` 则会取消加载状态\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/loading-props": {
    "type": "Object",
    "description": "透传加载组件全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/loading-props": {
    "type": "Object",
    "description": "透传加载组件全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/max-height": {
    "type": "String|Number",
    "description": "table max height\n\n表格最大高度，超出后会出现滚动条。示例：100, '30%', '300'。值为数字类型，会自动加上单位 px\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/max-height": {
    "type": "String|Number",
    "description": "table max height\n\n表格最大高度，超出后会出现滚动条。示例：100, '30%', '300'。值为数字类型，会自动加上单位 px\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/pagination": {
    "type": "Object",
    "description": "you can use all props of pagination component with paginationProps\n\n分页配置，值为空则不显示。具体 API 参考分页组件。当 `data` 数据长度超过分页大小时，会自动对本地数据 `data` 进行排序，如果不希望对于 `data` 进行排序，可以设置 `disableDataPage = true`\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/pagination": {
    "type": "Object",
    "description": "you can use all props of pagination component with paginationProps\n\n分页配置，值为空则不显示。具体 API 参考分页组件。当 `data` 数据长度超过分页大小时，会自动对本地数据 `data` 进行排序，如果不希望对于 `data` 进行排序，可以设置 `disableDataPage = true`\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/pagination-affixed-bottom": {
    "type": "Boolean|Object",
    "description": "affix props\n\n分页吸底。基于 Affix 组件开发，透传全部 Affix 组件属性\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/pagination-affixed-bottom": {
    "type": "Boolean|Object",
    "description": "affix props\n\n分页吸底。基于 Affix 组件开发，透传全部 Affix 组件属性\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/resizable": {
    "type": "Boolean",
    "description": "allow to resize column width\n\n是否允许调整列宽。如果想要配置宽度可调整的最小值和最大值，请使用 `column.resize`，示例：`columns: [{ resize: { minWidth: 120, maxWidth: 300 } }]`。<br/> 默认规则：因列宽超出存在横向滚动条时，列宽调整仅影响当前列宽和总列宽；表格列较少没有横向滚动条时，列宽调整表现为自身宽度和相邻宽度变化\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/resizable": {
    "type": "Boolean",
    "description": "allow to resize column width\n\n是否允许调整列宽。如果想要配置宽度可调整的最小值和最大值，请使用 `column.resize`，示例：`columns: [{ resize: { minWidth: 120, maxWidth: 300 } }]`。<br/> 默认规则：因列宽超出存在横向滚动条时，列宽调整仅影响当前列宽和总列宽；表格列较少没有横向滚动条时，列宽调整表现为自身宽度和相邻宽度变化\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/row-attributes": {
    "type": "Object|Array|Function",
    "description": "`tr` attributes\n\nHTML 标签 `tr` 的属性。类型为 Function 时，参数说明：`params.row` 表示行数据；`params.rowIndex` 表示行下标；`params.type=body` 表示属性作用于 `tbody` 中的元素；`params.type=foot` 表示属性作用于 `tfoot` 中的元素。<br />示例一：{ draggable: true }，<br />示例二：[{ draggable: true }, { title: '超出省略显示' }]。<br /> 示例三：() => [{ draggable: true }]\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/row-attributes": {
    "type": "Object|Array|Function",
    "description": "`tr` attributes\n\nHTML 标签 `tr` 的属性。类型为 Function 时，参数说明：`params.row` 表示行数据；`params.rowIndex` 表示行下标；`params.type=body` 表示属性作用于 `tbody` 中的元素；`params.type=foot` 表示属性作用于 `tfoot` 中的元素。<br />示例一：{ draggable: true }，<br />示例二：[{ draggable: true }, { title: '超出省略显示' }]。<br /> 示例三：() => [{ draggable: true }]\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/row-class-name": {
    "type": "String|Object|Array|Function",
    "description": "table `th` classname\n\n行类名，泛型 T 指表格数据类型。`params.row` 表示行数据；`params.rowIndex` 表示行下标；`params.type=body`  表示类名作用于 `tbody` 中的元素；`params.type= tfoot` 表示类名作用于 `tfoot` 中的元素\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/row-class-name": {
    "type": "String|Object|Array|Function",
    "description": "table `th` classname\n\n行类名，泛型 T 指表格数据类型。`params.row` 表示行数据；`params.rowIndex` 表示行下标；`params.type=body`  表示类名作用于 `tbody` 中的元素；`params.type= tfoot` 表示类名作用于 `tfoot` 中的元素\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/row-key": {
    "type": "String",
    "description": "unique key for each row data\n\n唯一标识一行数据的字段名，来源于 `data` 中的字段。如果是字段嵌套多层，可以设置形如 `item.a.id` 的方法\n\ndefault: 'id'\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/row-key": {
    "type": "String",
    "description": "unique key for each row data\n\n唯一标识一行数据的字段名，来源于 `data` 中的字段。如果是字段嵌套多层，可以设置形如 `item.a.id` 的方法\n\ndefault: 'id'\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/rowspan-and-colspan": {
    "type": "Function",
    "description": "rowspan and colspan\n\n用于自定义合并单元格，泛型 T 指表格数据类型。示例：`({ row, col, rowIndex, colIndex }) => { rowspan: 2, colspan: 3 }`\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/rowspan-and-colspan": {
    "type": "Function",
    "description": "rowspan and colspan\n\n用于自定义合并单元格，泛型 T 指表格数据类型。示例：`({ row, col, rowIndex, colIndex }) => { rowspan: 2, colspan: 3 }`\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/rowspan-and-colspan-in-footer": {
    "type": "Function",
    "description": "rowspan and colspan for footer\n\n用于自定义表尾的合并单元格，泛型 T 指表格数据类型。示例：`({ row, col, rowIndex, colIndex }) => { rowspan: 2, colspan: 3 }`\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/rowspan-and-colspan-in-footer": {
    "type": "Function",
    "description": "rowspan and colspan for footer\n\n用于自定义表尾的合并单元格，泛型 T 指表格数据类型。示例：`({ row, col, rowIndex, colIndex }) => { rowspan: 2, colspan: 3 }`\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/scroll": {
    "type": "event",
    "description": "trigger on table content scroll\n\n表格内容滚动时触发\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-table/scroll": {
    "type": "event",
    "description": "trigger on table content scroll\n\n表格内容滚动时触发\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-base-table/show-header": {
    "type": "Boolean",
    "description": "show table header\n\n是否显示表头\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/show-header": {
    "type": "Boolean",
    "description": "show table header\n\n是否显示表头\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/size": {
    "type": "String",
    "options": [
      "small",
      "medium",
      "large"
    ],
    "description": "表格尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/size": {
    "type": "String",
    "options": [
      "small",
      "medium",
      "large"
    ],
    "description": "表格尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/stripe": {
    "type": "Boolean",
    "description": "show stripe style\n\n是否显示斑马纹\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/stripe": {
    "type": "Boolean",
    "description": "show stripe style\n\n是否显示斑马纹\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/table-content-width": {
    "type": "String",
    "description": "表格内容的总宽度，注意不是表格可见宽度。主要应用于 `table-layout: auto` 模式下的固定列显示。`tableContentWidth` 内容宽度的值必须大于表格可见宽度\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/table-content-width": {
    "type": "String",
    "description": "表格内容的总宽度，注意不是表格可见宽度。主要应用于 `table-layout: auto` 模式下的固定列显示。`tableContentWidth` 内容宽度的值必须大于表格可见宽度\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/table-layout": {
    "type": "String",
    "options": [
      "auto",
      "fixed"
    ],
    "description": "table-layout css properties\n\n表格布局方式\n\ndefault: fixed\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/table-layout": {
    "type": "String",
    "options": [
      "auto",
      "fixed"
    ],
    "description": "table-layout css properties\n\n表格布局方式\n\ndefault: fixed\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/top-content": {
    "type": "String|TNode",
    "description": "表格顶部内容，可以用于自定义列设置、顶部查询条件等\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/top-content": {
    "type": "String|TNode",
    "description": "表格顶部内容，可以用于自定义列设置、顶部查询条件等\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/vertical-align": {
    "type": "String",
    "options": [
      "top",
      "middle",
      "bottom"
    ],
    "description": "vertical align\n\n行内容上下方向对齐\n\ndefault: middle\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-table/vertical-align": {
    "type": "String",
    "options": [
      "top",
      "middle",
      "bottom"
    ],
    "description": "vertical align\n\n行内容上下方向对齐\n\ndefault: middle\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-props)"
  },
  "t-base-table/cell-click": {
    "type": "event",
    "description": "trigger on cell clicked\n\n单元格点击时触发\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-table/cell-click": {
    "type": "event",
    "description": "trigger on cell clicked\n\n单元格点击时触发\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-base-table/column-resize-change": {
    "type": "event",
    "description": "列调整大小之后触发。`context.columnsWidth` 表示操作后各个列的宽度；\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-table/column-resize-change": {
    "type": "event",
    "description": "列调整大小之后触发。`context.columnsWidth` 表示操作后各个列的宽度；\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-base-table/page-change": {
    "type": "event",
    "description": "trigger on pagination changing\n\n分页发生变化时触发。参数 newDataSource 表示分页后的数据。本地数据进行分页时，newDataSource 和源数据 data 会不一样。泛型 T 指表格数据类型\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-table/page-change": {
    "type": "event",
    "description": "trigger on pagination changing\n\n分页发生变化时触发。参数 newDataSource 表示分页后的数据。本地数据进行分页时，newDataSource 和源数据 data 会不一样。泛型 T 指表格数据类型\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-base-table/row-click": {
    "type": "event",
    "description": "trigger on row click\n\n行点击时触发，泛型 T 指表格数据类型\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-table/row-click": {
    "type": "event",
    "description": "trigger on row click\n\n行点击时触发，泛型 T 指表格数据类型\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-base-table/row-dblclick": {
    "type": "event",
    "description": "trigger on double click\n\n行双击时触发，泛型 T 指表格数据类型\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-table/row-dblclick": {
    "type": "event",
    "description": "trigger on double click\n\n行双击时触发，泛型 T 指表格数据类型\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-base-table/row-mousedown": {
    "type": "event",
    "description": "trigger on row mousedown\n\n鼠标在表格行按下时触发，泛型 T 指表格数据类型\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-table/row-mousedown": {
    "type": "event",
    "description": "trigger on row mousedown\n\n鼠标在表格行按下时触发，泛型 T 指表格数据类型\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-base-table/row-mouseenter": {
    "type": "event",
    "description": "trigger on row mouseenter\n\n鼠标在表格行进入时触发，泛型 T 指表格数据类型\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-table/row-mouseenter": {
    "type": "event",
    "description": "trigger on row mouseenter\n\n鼠标在表格行进入时触发，泛型 T 指表格数据类型\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-base-table/row-mouseleave": {
    "type": "event",
    "description": "trigger on row mouseenter\n\n鼠标在表格行离开时触发，泛型 T 指表格数据类型\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-table/row-mouseleave": {
    "type": "event",
    "description": "trigger on row mouseenter\n\n鼠标在表格行离开时触发，泛型 T 指表格数据类型\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-base-table/row-mouseover": {
    "type": "event",
    "description": "trigger on row mouseover\n\n鼠标悬浮到行时触发，泛型 T 指表格数据类型\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-table/row-mouseover": {
    "type": "event",
    "description": "trigger on row mouseover\n\n鼠标悬浮到行时触发，泛型 T 指表格数据类型\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-base-table/row-mouseup": {
    "type": "event",
    "description": "trigger on row mouseup\n\n鼠标在表格行按下又弹起时触发，泛型 T 指表格数据类型\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-table/row-mouseup": {
    "type": "event",
    "description": "trigger on row mouseup\n\n鼠标在表格行按下又弹起时触发，泛型 T 指表格数据类型\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-base-table/scroll-x": {
    "type": "event",
    "description": "trigger on scroll horizontal\n\n表格内容横向滚动时触发。请更为使用 `onScroll` 事件\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-table/scroll-x": {
    "type": "event",
    "description": "trigger on scroll horizontal\n\n表格内容横向滚动时触发。请更为使用 `onScroll` 事件\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-base-table/scroll-y": {
    "type": "event",
    "description": "trigger on scroll vertical\n\n表格内容纵向滚动时触发。当内容超出高度(height)或最大高度(max-height)时，会出现纵向滚动条。请更为使用 `onScroll` 事件\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-table/scroll-y": {
    "type": "event",
    "description": "trigger on scroll vertical\n\n表格内容纵向滚动时触发。当内容超出高度(height)或最大高度(max-height)时，会出现纵向滚动条。请更为使用 `onScroll` 事件\n\n[docs](https://tdesign.tencent.com/vue/components/base-table?tab=api#basetable-events)"
  },
  "t-breadcrumb/max-item-width": {
    "type": "String",
    "description": "单项最大宽度，超出后会以省略号形式呈现\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/breadcrumb?tab=api#breadcrumb-props)"
  },
  "t-breadcrumb/options": {
    "type": "Array",
    "description": "面包屑项，功能同 BreadcrumbItem\n\n[docs](https://tdesign.tencent.com/vue/components/breadcrumb?tab=api#breadcrumb-props)"
  },
  "t-breadcrumb/separator": {
    "type": "String|TNode",
    "description": "自定义分隔符\n\n[docs](https://tdesign.tencent.com/vue/components/breadcrumb?tab=api#breadcrumb-props)"
  },
  "t-breadcrumb/theme": {
    "type": "String",
    "options": [
      "light"
    ],
    "description": "组件风格\n\ndefault: light\n\n[docs](https://tdesign.tencent.com/vue/components/breadcrumb?tab=api#breadcrumb-props)"
  },
  "t-breadcrumb-item/content": {
    "type": "String|TNode",
    "description": "子元素\n\n[docs](https://tdesign.tencent.com/vue/components/breadcrumb-item?tab=api#breadcrumbitem-props)"
  },
  "t-breadcrumb-item/default": {
    "type": "String|TNode",
    "description": "子元素，同 content\n\n[docs](https://tdesign.tencent.com/vue/components/breadcrumb-item?tab=api#breadcrumbitem-props)"
  },
  "t-breadcrumb-item/disabled": {
    "type": "Boolean",
    "description": "是否禁用当前项点击\n\n[docs](https://tdesign.tencent.com/vue/components/breadcrumb-item?tab=api#breadcrumbitem-props)"
  },
  "t-breadcrumb-item/href": {
    "type": "String",
    "description": "跳转链接\n\n[docs](https://tdesign.tencent.com/vue/components/breadcrumb-item?tab=api#breadcrumbitem-props)"
  },
  "t-breadcrumb-item/icon": {
    "type": "TNode",
    "description": "prefix icon in breadcrumb item\n\n面板屑项内的前置图标\n\n[docs](https://tdesign.tencent.com/vue/components/breadcrumb-item?tab=api#breadcrumbitem-props)"
  },
  "t-breadcrumb-item/max-width": {
    "type": "String",
    "description": "最大宽度，超出后会以省略号形式呈现。优先级高于 Breadcrumb 中的 maxItemWidth\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/breadcrumb-item?tab=api#breadcrumbitem-props)"
  },
  "t-breadcrumb-item/replace": {
    "type": "Boolean",
    "description": "路由跳转是否采用覆盖的方式（覆盖后将没有浏览器历史记录）\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/breadcrumb-item?tab=api#breadcrumbitem-props)"
  },
  "t-breadcrumb-item/router": {
    "type": "Object",
    "description": "路由对象。如果项目存在 Router，则默认使用 Router\n\n[docs](https://tdesign.tencent.com/vue/components/breadcrumb-item?tab=api#breadcrumbitem-props)"
  },
  "t-breadcrumb-item/target": {
    "type": "String",
    "options": [
      "_blank",
      "_self",
      "_parent",
      "_top"
    ],
    "description": "链接或路由跳转方式\n\ndefault: _self\n\n[docs](https://tdesign.tencent.com/vue/components/breadcrumb-item?tab=api#breadcrumbitem-props)"
  },
  "t-breadcrumb-item/to": {
    "type": "String|Object",
    "description": "路由跳转目标，当且仅当 Router 存在时，该 API 有效\n\n[docs](https://tdesign.tencent.com/vue/components/breadcrumb-item?tab=api#breadcrumbitem-props)"
  },
  "t-button/block": {
    "type": "Boolean",
    "description": "make button to be a block-level element\n\n是否为块级元素\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/button?tab=api#button-props)"
  },
  "t-button/content": {
    "type": "String|TNode",
    "description": "button's children elements\n\n按钮内容\n\n[docs](https://tdesign.tencent.com/vue/components/button?tab=api#button-props)"
  },
  "t-button/default": {
    "type": "String|TNode",
    "description": "default slot\n\n按钮内容\n\n[docs](https://tdesign.tencent.com/vue/components/button?tab=api#button-props)"
  },
  "t-button/disabled": {
    "type": "Boolean",
    "description": "disable the button, make it can not be clicked\n\n禁用状态\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/button?tab=api#button-props)"
  },
  "t-button/ghost": {
    "type": "Boolean",
    "description": "make background-color to be transparent\n\n是否为幽灵按钮（镂空按钮）\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/button?tab=api#button-props)"
  },
  "t-button/href": {
    "type": "String",
    "description": "跳转地址。href 存在时，按钮标签默认使用 `<a>` 渲染；如果指定了 `tag` 则使用指定的标签渲染\n\n[docs](https://tdesign.tencent.com/vue/components/button?tab=api#button-props)"
  },
  "t-button/icon": {
    "type": "TNode",
    "description": "use it to set left icon in button\n\n按钮内部图标，可完全自定义\n\n[docs](https://tdesign.tencent.com/vue/components/button?tab=api#button-props)"
  },
  "t-button/loading": {
    "type": "Boolean",
    "description": "set button to be loading state\n\n是否显示为加载状态\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/button?tab=api#button-props)"
  },
  "t-button/shape": {
    "type": "String",
    "options": [
      "rectangle",
      "square",
      "round",
      "circle"
    ],
    "description": "button shape\n\n按钮形状，有 4 种：长方形、正方形、圆角长方形、圆形\n\ndefault: rectangle\n\n[docs](https://tdesign.tencent.com/vue/components/button?tab=api#button-props)"
  },
  "t-button/size": {
    "type": "String",
    "options": [
      "extra-small",
      "small",
      "medium",
      "large"
    ],
    "description": "a button has four size\n\n组件尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/button?tab=api#button-props)"
  },
  "t-button/suffix": {
    "type": "TNode",
    "description": "右侧内容，可用于定义右侧图标\n\n[docs](https://tdesign.tencent.com/vue/components/button?tab=api#button-props)"
  },
  "t-button/tag": {
    "type": "String",
    "options": [
      "button",
      "a",
      "div"
    ],
    "description": "HTML Tag Element\n\n渲染按钮的 HTML 标签，默认使用标签 `<button>` 渲染，可以自定义为 `<a>` `<div>` 等。透传全部 HTML 属性，如：`href/target/data-*` 等。⚠️ 禁用按钮 `<button disabled>`无法显示 Popup 浮层信息，可通过修改 `tag=div` 解决这个问题\n\n[docs](https://tdesign.tencent.com/vue/components/button?tab=api#button-props)"
  },
  "t-button/theme": {
    "type": "String",
    "options": [
      "default",
      "primary",
      "danger",
      "warning",
      "success"
    ],
    "description": "button theme\n\n组件风格，依次为默认色、品牌色、危险色、警告色、成功色\n\n[docs](https://tdesign.tencent.com/vue/components/button?tab=api#button-props)"
  },
  "t-button/type": {
    "type": "String",
    "options": [
      "submit",
      "reset",
      "button"
    ],
    "description": "type of button element in html\n\n按钮类型\n\ndefault: button\n\n[docs](https://tdesign.tencent.com/vue/components/button?tab=api#button-props)"
  },
  "t-button/variant": {
    "type": "String",
    "options": [
      "base",
      "outline",
      "dashed",
      "text"
    ],
    "description": "variant of button\n\n按钮形式，基础、线框、虚线、文字\n\ndefault: base\n\n[docs](https://tdesign.tencent.com/vue/components/button?tab=api#button-props)"
  },
  "t-button/click": {
    "type": "event",
    "description": "trigger on click\n\n点击时触发\n\n[docs](https://tdesign.tencent.com/vue/components/button?tab=api#button-events)"
  },
  "t-calendar/cell": {
    "type": "String|TNode",
    "description": "单元格插槽\n\n[docs](https://tdesign.tencent.com/vue/components/calendar?tab=api#calendar-props)"
  },
  "t-calendar/cell-append": {
    "type": "String|TNode",
    "description": "单元格插槽，在原来的内容之后追加\n\n[docs](https://tdesign.tencent.com/vue/components/calendar?tab=api#calendar-props)"
  },
  "t-calendar/controller-config": {
    "type": "Boolean|Object",
    "description": "右上角控制器配置。支持全局配置。值为 false 则表示不显示控制器，值为 true 则显示控制器默认配置，值类型为 CalendarController 则显示为自定义控制器配置\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/calendar?tab=api#calendar-props)"
  },
  "t-calendar/fill-with-zero": {
    "type": "Boolean",
    "description": "小于 10 的日期，是否使用 '0' 填充。支持全局配置。默认表现为 `01` `02`，值为 false 表现为 `1` `2` `9`\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/calendar?tab=api#calendar-props)"
  },
  "t-calendar/first-day-of-week": {
    "type": "Number",
    "options": [
      "1",
      "2",
      "3",
      "4",
      "5",
      "6",
      "7"
    ],
    "description": "第一天从星期几开始，仅在日历展示维度为月份时（mode = month）有效。默认为 1\n\n[docs](https://tdesign.tencent.com/vue/components/calendar?tab=api#calendar-props)"
  },
  "t-calendar/format": {
    "type": "String",
    "description": "用于格式化日期，决定事件参数 formattedFilterDate 的输出值。[详细文档](https://day.js.org/docs/en/display/format)\n\ndefault: 'YYYY-MM-DD'\n\n[docs](https://tdesign.tencent.com/vue/components/calendar?tab=api#calendar-props)"
  },
  "t-calendar/head": {
    "type": "String|TNode",
    "description": "头部插槽（左上角处，默认不显示任何内容）\n\n[docs](https://tdesign.tencent.com/vue/components/calendar?tab=api#calendar-props)"
  },
  "t-calendar/is-show-weekend-default": {
    "type": "Boolean",
    "description": "默认是否显示周末\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/calendar?tab=api#calendar-props)"
  },
  "t-calendar/mode": {
    "type": "String",
    "options": [
      "month",
      "year"
    ],
    "description": "日历展示维度\n\ndefault: month\n\n[docs](https://tdesign.tencent.com/vue/components/calendar?tab=api#calendar-props)"
  },
  "t-calendar/month": {
    "type": "String|Number",
    "description": "控制当前面板展示月份，优先级高于 `controllerConfig.month`\n\n[docs](https://tdesign.tencent.com/vue/components/calendar?tab=api#calendar-props)"
  },
  "t-calendar/multiple": {
    "type": "Boolean",
    "description": "是否高亮多个日期单元格\n\n[docs](https://tdesign.tencent.com/vue/components/calendar?tab=api#calendar-props)"
  },
  "t-calendar/prevent-cell-contextmenu": {
    "type": "Boolean",
    "description": "是否禁用单元格右键默认系统菜单\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/calendar?tab=api#calendar-props)"
  },
  "t-calendar/range": {
    "type": "Array",
    "description": "用于设置日历的年月份显示范围，[范围开始，范围结束]\n\n[docs](https://tdesign.tencent.com/vue/components/calendar?tab=api#calendar-props)"
  },
  "t-calendar/theme": {
    "type": "String",
    "options": [
      "full",
      "card"
    ],
    "description": "日历风格\n\ndefault: full\n\n[docs](https://tdesign.tencent.com/vue/components/calendar?tab=api#calendar-props)"
  },
  "t-calendar/value": {
    "type": "String|Array|Date",
    "description": "当前高亮的日期\n\n[docs](https://tdesign.tencent.com/vue/components/calendar?tab=api#calendar-props)"
  },
  "t-calendar/week": {
    "type": "Array|TNode",
    "description": "用于自定义日历星期呈现方式。CalendarWeek.day 表示当前是星期几。示例一：['周一', '周二', '周三', '周四', '周五', '星期六', '星期天']。示例二：`({ day }) => '周' + day`\n\n[docs](https://tdesign.tencent.com/vue/components/calendar?tab=api#calendar-props)"
  },
  "t-calendar/year": {
    "type": "String|Number",
    "description": "控制当前面板展示年份，优先级高于 `controllerConfig.year`\n\n[docs](https://tdesign.tencent.com/vue/components/calendar?tab=api#calendar-props)"
  },
  "t-calendar/cell-click": {
    "type": "event",
    "description": "日历单元格点击时触发\n\n[docs](https://tdesign.tencent.com/vue/components/calendar?tab=api#calendar-events)"
  },
  "t-calendar/cell-double-click": {
    "type": "event",
    "description": "日历单元格双击时触发\n\n[docs](https://tdesign.tencent.com/vue/components/calendar?tab=api#calendar-events)"
  },
  "t-calendar/cell-right-click": {
    "type": "event",
    "description": "日历单元格右击时触发\n\n[docs](https://tdesign.tencent.com/vue/components/calendar?tab=api#calendar-events)"
  },
  "t-calendar/controller-change": {
    "type": "event",
    "description": "右上角控件组选中值有变化的时候触发\n\n[docs](https://tdesign.tencent.com/vue/components/calendar?tab=api#calendar-events)"
  },
  "t-calendar/month-change": {
    "type": "event",
    "description": "月份切换时触发\n\n[docs](https://tdesign.tencent.com/vue/components/calendar?tab=api#calendar-events)"
  },
  "t-card/actions": {
    "type": "String|TNode",
    "description": "卡片操作区\n\n[docs](https://tdesign.tencent.com/vue/components/card?tab=api#card-props)"
  },
  "t-card/avatar": {
    "type": "String|TNode",
    "description": "卡片中的用户头像，仅在海报风格的卡片中有效\n\n[docs](https://tdesign.tencent.com/vue/components/card?tab=api#card-props)"
  },
  "t-card/bordered": {
    "type": "Boolean",
    "description": "是否有边框\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/card?tab=api#card-props)"
  },
  "t-card/content": {
    "type": "String|TNode",
    "description": "卡片内容\n\n[docs](https://tdesign.tencent.com/vue/components/card?tab=api#card-props)"
  },
  "t-card/cover": {
    "type": "String|TNode",
    "description": "卡片封面图。值类型为字符串，会自动使用 `img` 标签输出封面图；也可以完全最定义封面图\n\n[docs](https://tdesign.tencent.com/vue/components/card?tab=api#card-props)"
  },
  "t-card/default": {
    "type": "String|TNode",
    "description": "卡片内容，同 content\n\n[docs](https://tdesign.tencent.com/vue/components/card?tab=api#card-props)"
  },
  "t-card/description": {
    "type": "String|TNode",
    "description": "card description\n\n卡片描述文案\n\n[docs](https://tdesign.tencent.com/vue/components/card?tab=api#card-props)"
  },
  "t-card/footer": {
    "type": "String|TNode",
    "description": "卡片底部内容，可完全自定义\n\n[docs](https://tdesign.tencent.com/vue/components/card?tab=api#card-props)"
  },
  "t-card/header": {
    "type": "String|TNode",
    "description": "卡片顶部内容，优先级高于其他所有元素\n\n[docs](https://tdesign.tencent.com/vue/components/card?tab=api#card-props)"
  },
  "t-card/header-bordered": {
    "type": "Boolean",
    "description": "头部是否带分割线，仅在有header时有效\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/card?tab=api#card-props)"
  },
  "t-card/hover-shadow": {
    "type": "Boolean",
    "description": "hover时是否有阴影\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/card?tab=api#card-props)"
  },
  "t-card/loading": {
    "type": "Boolean|TNode",
    "description": "加载状态，值为 true 会根据不同的布局显示不同的加载状态，值为 false 则表示非加载状态。也可以使用 Sketon 组件完全自定义加载态呈现内容\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/card?tab=api#card-props)"
  },
  "t-card/shadow": {
    "type": "Boolean",
    "description": "是否显示卡片阴影，默认不显示\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/card?tab=api#card-props)"
  },
  "t-card/size": {
    "type": "String",
    "options": [
      "medium",
      "small"
    ],
    "description": "尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/card?tab=api#card-props)"
  },
  "t-card/status": {
    "type": "String",
    "description": "卡片状态内容，仅在操作区域不在顶部时有效（即 `theme=poster2` ）\n\n[docs](https://tdesign.tencent.com/vue/components/card?tab=api#card-props)"
  },
  "t-card/subtitle": {
    "type": "String|TNode",
    "description": "card subtitle\n\n卡片副标题\n\n[docs](https://tdesign.tencent.com/vue/components/card?tab=api#card-props)"
  },
  "t-card/theme": {
    "type": "String",
    "options": [
      "normal",
      "poster1",
      "poster2"
    ],
    "description": "卡片风格：普通风格、海报风格1（操作区域在顶部）、海报风格2（操作区域在底部）\n\ndefault: normal\n\n[docs](https://tdesign.tencent.com/vue/components/card?tab=api#card-props)"
  },
  "t-card/title": {
    "type": "String|TNode",
    "description": "card title\n\n卡片标题\n\n[docs](https://tdesign.tencent.com/vue/components/card?tab=api#card-props)"
  },
  "t-cascader/autofocus": {
    "type": "Boolean",
    "description": "自动聚焦\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/check-props": {
    "type": "Object",
    "description": "参考 checkbox 组件 API\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/check-strictly": {
    "type": "Boolean",
    "description": "父子节点选中状态不再关联，可各自选中或取消\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/clearable": {
    "type": "Boolean",
    "description": "是否支持清空选项\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/collapsed-items": {
    "type": "TNode",
    "description": "多选情况下，用于设置折叠项内容，默认为 `+N`。如果需要悬浮就显示其他内容，可以使用 collapsedItems 自定义。`value` 表示当前存在的所有标签，`collapsedTags` 表示折叠的标签，`count` 表示折叠的数量\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/disabled": {
    "type": "Boolean",
    "description": "是否禁用组件\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/empty": {
    "type": "String|TNode",
    "description": "无匹配选项时的内容，默认全局配置为 '暂无数据'\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/filter": {
    "type": "Function",
    "description": "自定义过滤方法，用于对现有数据进行搜索过滤，判断是否过滤某一项数据\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/filterable": {
    "type": "Boolean",
    "description": "是否可搜索\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/input-props": {
    "type": "Object",
    "description": "透传 Input 输入框组件的全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/keys": {
    "type": "Object",
    "description": "用来定义 value / label / children 在 `options` 中对应的字段别名\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/label": {
    "type": "String|TNode",
    "description": "左侧文本\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/lazy": {
    "type": "Boolean",
    "description": "延迟加载 children 为 true 的子节点，即使 expandAll 被设置为 true，也同样延迟加载\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/load": {
    "type": "Function",
    "description": "加载子树数据的方法（仅当节点 children 为 true 时生效）\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/loading": {
    "type": "Boolean",
    "description": "是否为加载状态\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/loading-text": {
    "type": "String|TNode",
    "description": "远程加载时显示的文字，支持自定义。如加上超链接\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/max": {
    "type": "Number",
    "description": "用于控制多选数量，值为 0 则不限制\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/min-collapsed-num": {
    "type": "Number",
    "description": "最小折叠数量，用于多选情况下折叠选中项，超出该数值的选中项折叠。值为 0 则表示不折叠\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/multiple": {
    "type": "Boolean",
    "description": "是否允许多选\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/option": {
    "type": "TNode",
    "description": "customize one option\n\n自定义单个级联选项\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/options": {
    "type": "Array",
    "description": "可选项数据源\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/placeholder": {
    "type": "String",
    "description": "占位符\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/popup-props": {
    "type": "Object",
    "description": "参考 popup 组件 API\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/popup-visible": {
    "type": "Boolean",
    "description": "是否显示下拉框\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/readonly": {
    "type": "Boolean",
    "description": "只读状态，值为真会隐藏输入框，且无法打开下拉框\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/reserve-keyword": {
    "type": "Boolean",
    "description": "多选且可搜索时，是否在选中一个选项后保留当前的搜索关键词\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/select-input-props": {
    "type": "Object",
    "description": "透传 SelectInput 筛选器输入框组件的全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/show-all-levels": {
    "type": "Boolean",
    "description": "选中值使用完整路径，输入框在单选时也显示完整路径\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/size": {
    "type": "String",
    "options": [
      "large",
      "medium",
      "small"
    ],
    "description": "组件尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/status": {
    "type": "String",
    "options": [
      "default",
      "success",
      "warning",
      "error"
    ],
    "description": "输入框状态\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/suffix": {
    "type": "String|TNode",
    "description": "后置图标前的后置内容\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/suffix-icon": {
    "type": "TNode",
    "description": "组件后置图标\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/tag-input-props": {
    "type": "Object",
    "description": "透传 TagInput 标签输入框组件的全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/tag-props": {
    "type": "Object",
    "description": "透传 Tag 标签组件全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/tips": {
    "type": "String|TNode",
    "description": "tips at the bottom of cascader\n\n输入框下方提示文本，会根据不同的 `status` 呈现不同的样式\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/trigger": {
    "type": "String",
    "options": [
      "click",
      "hover"
    ],
    "description": "展开下一层级的方式\n\ndefault: click\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/value": {
    "type": "String|Number|Array",
    "description": "选中项的值\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/value-display": {
    "type": "String|TNode",
    "description": "`MouseEvent<SVGElement>`\n\n【开发中】自定义选中项呈现的内容\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/value-mode": {
    "type": "String",
    "options": [
      "onlyLeaf",
      "parentFirst",
      "all"
    ],
    "description": "选中值模式。all 表示父节点和子节点全部会出现在选中值里面；parentFirst 表示当子节点全部选中时，仅父节点在选中值里面；onlyLeaf 表示无论什么情况，选中值仅呈现叶子节点\n\ndefault: onlyLeaf\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/value-type": {
    "type": "String",
    "options": [
      "single",
      "full"
    ],
    "description": "用于控制选中值的类型。single 表示输入输出值为 叶子结点值， full 表示输入输出值为全路径\n\ndefault: single\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-props)"
  },
  "t-cascader/blur": {
    "type": "event",
    "description": "当输入框失去焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-events)"
  },
  "t-cascader/change": {
    "type": "event",
    "description": "选中值发生变化时触发。TreeNodeModel 从树组件中导出。`context.node` 表示触发事件的节点，`context.source` 表示触发事件的来源\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-events)"
  },
  "t-cascader/focus": {
    "type": "event",
    "description": "获得焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-events)"
  },
  "t-cascader/popup-visible-change": {
    "type": "event",
    "description": "下拉框显示或隐藏时触发\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-events)"
  },
  "t-cascader/remove": {
    "type": "event",
    "description": "多选模式下，选中数据被移除时触发\n\n[docs](https://tdesign.tencent.com/vue/components/cascader?tab=api#cascader-events)"
  },
  "t-check-tag/checked": {
    "type": "Boolean",
    "description": "标签选中的状态，默认风格（theme=default）才有选中态\n\n[docs](https://tdesign.tencent.com/vue/components/check-tag?tab=api#checktag-props)"
  },
  "t-check-tag/content": {
    "type": "String|Number|Array|TNode",
    "description": "组件子元素；传入数组时：[选中内容，非选中内容]\n\n[docs](https://tdesign.tencent.com/vue/components/check-tag?tab=api#checktag-props)"
  },
  "t-check-tag/default": {
    "type": "String|TNode",
    "description": "组件子元素，默认插槽\n\n[docs](https://tdesign.tencent.com/vue/components/check-tag?tab=api#checktag-props)"
  },
  "t-check-tag/disabled": {
    "type": "Boolean",
    "description": "标签禁用态，失效标签不能触发事件。默认风格（theme=default）才有禁用态\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/check-tag?tab=api#checktag-props)"
  },
  "t-check-tag/size": {
    "type": "String",
    "options": [
      "small",
      "medium",
      "large"
    ],
    "description": "标签尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/check-tag?tab=api#checktag-props)"
  },
  "t-check-tag/change": {
    "type": "event",
    "description": "状态切换时触发\n\n[docs](https://tdesign.tencent.com/vue/components/check-tag?tab=api#checktag-events)"
  },
  "t-check-tag/click": {
    "type": "event",
    "description": "点击标签时触发\n\n[docs](https://tdesign.tencent.com/vue/components/check-tag?tab=api#checktag-events)"
  },
  "t-checkbox/check-all": {
    "type": "Boolean",
    "description": "用于标识是否为「全选选项」。单独使用无效，需在 CheckboxGroup 中使用\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/checkbox?tab=api#checkbox-props)"
  },
  "t-checkbox/checked": {
    "type": "Boolean",
    "description": "是否选中\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/checkbox?tab=api#checkbox-props)"
  },
  "t-checkbox/default": {
    "type": "String|TNode",
    "description": "多选框内容，同 label\n\n[docs](https://tdesign.tencent.com/vue/components/checkbox?tab=api#checkbox-props)"
  },
  "t-checkbox/disabled": {
    "type": "Boolean",
    "description": "是否禁用组件。如果父组件存在 CheckboxGroup，默认值由 CheckboxGroup.disabled 控制。优先级：Checkbox.disabled > CheckboxGroup.disabled > Form.disabled\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/checkbox?tab=api#checkbox-props)"
  },
  "t-checkbox/indeterminate": {
    "type": "Boolean",
    "description": "是否为半选\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/checkbox?tab=api#checkbox-props)"
  },
  "t-checkbox/label": {
    "type": "String|TNode",
    "description": "主文案\n\n[docs](https://tdesign.tencent.com/vue/components/checkbox?tab=api#checkbox-props)"
  },
  "t-checkbox/name": {
    "type": "String",
    "description": "HTML 元素原生属性\n\n[docs](https://tdesign.tencent.com/vue/components/checkbox?tab=api#checkbox-props)"
  },
  "t-checkbox/readonly": {
    "type": "Boolean",
    "description": "只读状态\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/checkbox?tab=api#checkbox-props)"
  },
  "t-checkbox/value": {
    "type": "String|Number|Boolean",
    "description": "value of checkbox\n\n多选框的值\n\n[docs](https://tdesign.tencent.com/vue/components/checkbox?tab=api#checkbox-props)"
  },
  "t-checkbox/change": {
    "type": "event",
    "description": "值变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/checkbox?tab=api#checkbox-events)"
  },
  "t-checkbox/click": {
    "type": "event",
    "description": "trigger on click\n\n点击时出发，一般用于外层阻止冒泡场景\n\n[docs](https://tdesign.tencent.com/vue/components/checkbox?tab=api#checkbox-events)"
  },
  "t-checkbox-group/max": {
    "type": "Number",
    "description": "支持最多选中的数量\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/checkbox-group?tab=api#checkboxgroup-props)"
  },
  "t-checkbox-group/name": {
    "type": "String",
    "description": "统一设置内部复选框 HTML 属性\n\n[docs](https://tdesign.tencent.com/vue/components/checkbox-group?tab=api#checkboxgroup-props)"
  },
  "t-checkbox-group/options": {
    "type": "Array",
    "description": "以配置形式设置子元素。示例1：`['北京', '上海']` ，示例2: `[{ label: '全选', checkAll: true }, { label: '上海', value: 'shanghai' }]`。checkAll 值为 true 表示当前选项为「全选选项」\n\n[docs](https://tdesign.tencent.com/vue/components/checkbox-group?tab=api#checkboxgroup-props)"
  },
  "t-checkbox-group/value": {
    "type": "Array",
    "description": "选中值\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/checkbox-group?tab=api#checkboxgroup-props)"
  },
  "t-checkbox-group/change": {
    "type": "event",
    "description": "值变化时触发。`context.current` 表示当前变化的数据项，如果是全选则为空；`context.type` 表示引起选中数据变化的是选中或是取消选中，`context.option` 表示当前变化的数据项\n\n[docs](https://tdesign.tencent.com/vue/components/checkbox-group?tab=api#checkboxgroup-events)"
  },
  "t-col/flex": {
    "type": "String|Number",
    "description": "flex 布局填充。CSS 属性 flex 值。示例：2 / 3 / '100px' / 'auto' / '1 1 200px'\n\n[docs](https://tdesign.tencent.com/vue/components/col?tab=api#col-props)"
  },
  "t-col/lg": {
    "type": "Number|Object",
    "description": "≥1200px 响应式栅格，可为栅格数或一个包含其他属性的对象（小尺寸电脑）\n\n[docs](https://tdesign.tencent.com/vue/components/col?tab=api#col-props)"
  },
  "t-col/md": {
    "type": "Number|Object",
    "description": "≥992px 响应式栅格，可为栅格数或一个包含其他属性的对象（超小尺寸电脑）\n\n[docs](https://tdesign.tencent.com/vue/components/col?tab=api#col-props)"
  },
  "t-col/offset": {
    "type": "Number",
    "description": "栅格左侧的间隔格数，间隔内不可以有栅格\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/col?tab=api#col-props)"
  },
  "t-col/order": {
    "type": "Number",
    "description": "栅格顺序，flex 布局模式下有效\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/col?tab=api#col-props)"
  },
  "t-col/pull": {
    "type": "Number",
    "description": "栅格向左移动格数\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/col?tab=api#col-props)"
  },
  "t-col/push": {
    "type": "Number",
    "description": "栅格向右移动格数\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/col?tab=api#col-props)"
  },
  "t-col/sm": {
    "type": "Number|Object",
    "description": "≥768px 响应式栅格，可为栅格数或一个包含其他属性的对象（平板）\n\n[docs](https://tdesign.tencent.com/vue/components/col?tab=api#col-props)"
  },
  "t-col/span": {
    "type": "Number",
    "description": "栅格占位格数，为 0 时相当于 display: none\n\n[docs](https://tdesign.tencent.com/vue/components/col?tab=api#col-props)"
  },
  "t-col/tag": {
    "type": "String",
    "description": "自定义元素标签\n\ndefault: div\n\n[docs](https://tdesign.tencent.com/vue/components/col?tab=api#col-props)"
  },
  "t-col/xl": {
    "type": "Number|Object",
    "description": "≥1400px 响应式栅格，可为栅格数或一个包含其他属性的对象（中尺寸电脑）\n\n[docs](https://tdesign.tencent.com/vue/components/col?tab=api#col-props)"
  },
  "t-col/xs": {
    "type": "Number|Object",
    "description": "<768px 响应式栅格，可为栅格数或一个包含其他属性的对象（手机）\n\n[docs](https://tdesign.tencent.com/vue/components/col?tab=api#col-props)"
  },
  "t-col/xxl": {
    "type": "Number|Object",
    "description": "≥1880px 响应式栅格，可为栅格数或一个包含其他属性的对象（大尺寸电脑）\n\n[docs](https://tdesign.tencent.com/vue/components/col?tab=api#col-props)"
  },
  "t-collapse/borderless": {
    "type": "Boolean",
    "description": "是否为无边框模式\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/collapse?tab=api#collapse-props)"
  },
  "t-collapse/default-expand-all": {
    "type": "Boolean",
    "description": "默认是否展开全部\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/collapse?tab=api#collapse-props)"
  },
  "t-collapse/disabled": {
    "type": "Boolean",
    "description": "是否禁用面板展开/收起操作\n\n[docs](https://tdesign.tencent.com/vue/components/collapse?tab=api#collapse-props)"
  },
  "t-collapse/expand-icon": {
    "type": "Boolean|TNode",
    "description": "展开图标。值为 undefined 或 false 则不显示展开图标；值为 true 显示默认图标；值类型为函数，则表示完全自定义展开图标\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/collapse?tab=api#collapse-props)"
  },
  "t-collapse/expand-icon-placement": {
    "type": "String",
    "options": [
      "left",
      "right"
    ],
    "description": "展开图标的位置，左侧或右侧\n\ndefault: left\n\n[docs](https://tdesign.tencent.com/vue/components/collapse?tab=api#collapse-props)"
  },
  "t-collapse/expand-mutex": {
    "type": "Boolean",
    "description": "每个面板互斥展开，每次只展开一个面板\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/collapse?tab=api#collapse-props)"
  },
  "t-collapse/expand-on-row-click": {
    "type": "Boolean",
    "description": "是否允许点击整行标题展开面板\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/collapse?tab=api#collapse-props)"
  },
  "t-collapse/value": {
    "type": "Array",
    "description": "展开的面板集合\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/collapse?tab=api#collapse-props)"
  },
  "t-collapse/change": {
    "type": "event",
    "description": "切换面板时触发，返回变化的值\n\n[docs](https://tdesign.tencent.com/vue/components/collapse?tab=api#collapse-events)"
  },
  "t-collapse-panel/content": {
    "type": "String|TNode",
    "description": "折叠面板内容\n\n[docs](https://tdesign.tencent.com/vue/components/collapse-panel?tab=api#collapsepanel-props)"
  },
  "t-collapse-panel/default": {
    "type": "String|TNode",
    "description": "折叠面板内容，同 content\n\n[docs](https://tdesign.tencent.com/vue/components/collapse-panel?tab=api#collapsepanel-props)"
  },
  "t-collapse-panel/destroy-on-collapse": {
    "type": "Boolean",
    "description": "当前面板处理折叠状态时，是否销毁面板内容\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/collapse-panel?tab=api#collapsepanel-props)"
  },
  "t-collapse-panel/disabled": {
    "type": "Boolean",
    "description": "禁止当前面板展开，优先级大于 Collapse 的同名属性\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/collapse-panel?tab=api#collapsepanel-props)"
  },
  "t-collapse-panel/expand-icon": {
    "type": "Boolean|TNode",
    "description": "当前折叠面板展开图标，优先级大于 Collapse 的同名属性\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/collapse-panel?tab=api#collapsepanel-props)"
  },
  "t-collapse-panel/header": {
    "type": "String|TNode",
    "description": "面板头内容\n\n[docs](https://tdesign.tencent.com/vue/components/collapse-panel?tab=api#collapsepanel-props)"
  },
  "t-collapse-panel/header-right-content": {
    "type": "String|TNode",
    "description": "面板头的右侧区域，一般用于呈现面板操作\n\n[docs](https://tdesign.tencent.com/vue/components/collapse-panel?tab=api#collapsepanel-props)"
  },
  "t-collapse-panel/value": {
    "type": "String|Number",
    "description": "当前面板唯一标识，如果值为空则取当前面下标兜底作为唯一标识\n\n[docs](https://tdesign.tencent.com/vue/components/collapse-panel?tab=api#collapsepanel-props)"
  },
  "t-color-picker/clearable": {
    "type": "Boolean",
    "description": "是否可清空\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/color-picker?tab=api#colorpicker-props)"
  },
  "t-color-picker/close-btn": {
    "type": "String|Boolean|TNode",
    "description": "关闭按钮，值为 `true` 显示默认关闭按钮；值为 `false` 或 `undefined` 则不显示关闭按钮；值类型为函数，则表示自定义关闭按钮\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/color-picker?tab=api#colorpicker-props)"
  },
  "t-color-picker/color-modes": {
    "type": "Array",
    "description": "颜色模式选择。同时支持单色和渐变两种模式，可仅使用单色或者渐变其中一种模式，也可以同时使用。`monochrome` 表示单色，`linear-gradient` 表示渐变色\n\ndefault: ()=> ['monochrome', 'linear-gradient']\n\n[docs](https://tdesign.tencent.com/vue/components/color-picker?tab=api#colorpicker-props)"
  },
  "t-color-picker/disabled": {
    "type": "Boolean",
    "description": "是否禁用组件\n\n[docs](https://tdesign.tencent.com/vue/components/color-picker?tab=api#colorpicker-props)"
  },
  "t-color-picker/enable-alpha": {
    "type": "Boolean",
    "description": "是否开启透明通道\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/color-picker?tab=api#colorpicker-props)"
  },
  "t-color-picker/enable-multiple-gradient": {
    "type": "Boolean",
    "description": "是否允许开启通过点击渐变轴增加渐变梯度，默认开启，关闭时只会存在起始和结束两个颜色\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/color-picker?tab=api#colorpicker-props)"
  },
  "t-color-picker/format": {
    "type": "String",
    "options": [
      "RGB",
      "RGBA",
      "HSL",
      "HSLA",
      "HSB",
      "HSV",
      "HSVA",
      "HEX",
      "CMYK",
      "CSS"
    ],
    "description": "格式化色值。`enableAlpha` 为真时，`RGBA/HSLA/HSVA` 等值有效\n\ndefault: RGB\n\n[docs](https://tdesign.tencent.com/vue/components/color-picker?tab=api#colorpicker-props)"
  },
  "t-color-picker/input-props": {
    "type": "Object",
    "description": "透传 Input 输入框组件全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/color-picker?tab=api#colorpicker-props)"
  },
  "t-color-picker/multiple": {
    "type": "Boolean",
    "description": "【开发中】是否允许选中多个颜色\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/color-picker?tab=api#colorpicker-props)"
  },
  "t-color-picker/popup-props": {
    "type": "Object",
    "description": "透传 Popup 组件全部属性，如 `placement` `overlayStyle` `overlayClassName` `trigger`等\n\n[docs](https://tdesign.tencent.com/vue/components/color-picker?tab=api#colorpicker-props)"
  },
  "t-color-picker/recent-colors": {
    "type": "Array",
    "description": "used color recently\n\n最近使用的颜色。值为 [] 表示以组件内部的“最近使用颜色”为准，值长度大于 0 则以该值为准显示“最近使用颜色”。值为 null 则完全不显示“最近使用颜色”\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/color-picker?tab=api#colorpicker-props)"
  },
  "t-color-picker/select-input-props": {
    "type": "Object",
    "description": "透传 SelectInputProps 筛选器输入框组件全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/color-picker?tab=api#colorpicker-props)"
  },
  "t-color-picker/show-primary-color-preview": {
    "type": "Boolean",
    "description": "是否展示颜色选择条右侧的颜色预览区域\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/color-picker?tab=api#colorpicker-props)"
  },
  "t-color-picker/swatch-colors": {
    "type": "Array",
    "description": "swatch colors\n\n系统预设的颜色样例，值为 `null` 或 `[]` 则不显示系统色，值为 `undefined` 会显示组件内置的系统默认色\n\n[docs](https://tdesign.tencent.com/vue/components/color-picker?tab=api#colorpicker-props)"
  },
  "t-color-picker/value": {
    "type": "String",
    "description": "color value\n\n色值\n\n[docs](https://tdesign.tencent.com/vue/components/color-picker?tab=api#colorpicker-props)"
  },
  "t-color-picker/change": {
    "type": "event",
    "description": "选中的色值发生变化时触发，第一个参数 `value` 表示新色值，`context.color` 表示当前调色板控制器的色值，`context.trigger` 表示触发颜色变化的来源\n\n[docs](https://tdesign.tencent.com/vue/components/color-picker?tab=api#colorpicker-events)"
  },
  "t-color-picker/palette-bar-change": {
    "type": "event",
    "description": "调色板控制器的值变化时触发，`context.color` 指调色板控制器的值\n\n[docs](https://tdesign.tencent.com/vue/components/color-picker?tab=api#colorpicker-events)"
  },
  "t-color-picker/recent-colors-change": {
    "type": "event",
    "description": "最近使用颜色发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/color-picker?tab=api#colorpicker-events)"
  },
  "t-comment/actions": {
    "type": "Array",
    "description": "操作\n\n[docs](https://tdesign.tencent.com/vue/components/comment?tab=api#comment-props)"
  },
  "t-comment/author": {
    "type": "String|TNode",
    "description": "作者\n\n[docs](https://tdesign.tencent.com/vue/components/comment?tab=api#comment-props)"
  },
  "t-comment/avatar": {
    "type": "String|Object|TNode",
    "description": "头像\n\n[docs](https://tdesign.tencent.com/vue/components/comment?tab=api#comment-props)"
  },
  "t-comment/content": {
    "type": "String|TNode",
    "description": "内容\n\n[docs](https://tdesign.tencent.com/vue/components/comment?tab=api#comment-props)"
  },
  "t-comment/datetime": {
    "type": "String|TNode",
    "description": "时间\n\n[docs](https://tdesign.tencent.com/vue/components/comment?tab=api#comment-props)"
  },
  "t-comment/quote": {
    "type": "String|TNode",
    "description": "引用\n\n[docs](https://tdesign.tencent.com/vue/components/comment?tab=api#comment-props)"
  },
  "t-comment/reply": {
    "type": "String|TNode",
    "description": "回复\n\n[docs](https://tdesign.tencent.com/vue/components/comment?tab=api#comment-props)"
  },
  "t-date-picker/allow-input": {
    "type": "Boolean",
    "description": "是否允许输入日期\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-props)"
  },
  "t-date-picker/clearable": {
    "type": "Boolean",
    "description": "是否显示清除按钮\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-props)"
  },
  "t-date-picker/default-time": {
    "type": "String",
    "description": "Time selector default value\n\n时间选择器默认值，当 value/defaultValue 未设置值时有效\n\ndefault: '00:00:00'\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-props)"
  },
  "t-date-picker/disable-date": {
    "type": "Object|Array|Function",
    "description": "禁用日期，示例：['A', 'B'] 表示日期 A 和日期 B 会被禁用。`{ from: 'A', to: 'B' }` 表示在 A 到 B 之间的日期会被禁用。`{ before: 'A', after: 'B' }` 表示在 A 之前和在 B 之后的日期都会被禁用。其中 A = '2021-01-01'，B = '2021-02-01'。值类型为 Function 则表示返回值为 true 的日期会被禁用\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-props)"
  },
  "t-date-picker/disabled": {
    "type": "Boolean",
    "description": "make DatePicker to be disabled\n\n是否禁用组件\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-props)"
  },
  "t-date-picker/enable-time-picker": {
    "type": "Boolean",
    "description": "是否显示时间选择\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-props)"
  },
  "t-date-picker/first-day-of-week": {
    "type": "Number",
    "options": [
      "1",
      "2",
      "3",
      "4",
      "5",
      "6",
      "7"
    ],
    "description": "第一天从星期几开始\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-props)"
  },
  "t-date-picker/format": {
    "type": "String",
    "description": "仅用于格式化日期显示的格式，不影响日期值。注意和 `valueType` 的区别，`valueType`会直接决定日期值 `value` 的格式。全局配置默认为：'YYYY-MM-DD'，[详细文档](https://day.js.org/docs/en/display/format)\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-props)"
  },
  "t-date-picker/input-props": {
    "type": "Object",
    "description": "透传给输入框（Input）组件的参数\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-props)"
  },
  "t-date-picker/mode": {
    "type": "String",
    "options": [
      "year",
      "quarter",
      "month",
      "week",
      "date"
    ],
    "description": "选择器模式\n\ndefault: date\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-props)"
  },
  "t-date-picker/placeholder": {
    "type": "String|Array",
    "description": "占位符\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-props)"
  },
  "t-date-picker/popup-props": {
    "type": "Object",
    "description": "透传给 popup 组件的参数\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-props)"
  },
  "t-date-picker/prefix-icon": {
    "type": "TNode",
    "description": "用于自定义组件前置图标\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-props)"
  },
  "t-date-picker/presets": {
    "type": "Object",
    "description": "预设快捷日期选择，示例：`{ '元旦': '2021-01-01', '昨天':  dayjs().subtract(1, 'day').format('YYYY-MM-DD'), '特定日期': () => ['2021-02-01'] }`\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-props)"
  },
  "t-date-picker/presets-placement": {
    "type": "String",
    "options": [
      "left",
      "top",
      "right",
      "bottom"
    ],
    "description": "预设面板展示区域（包含确定按钮）\n\ndefault: bottom\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-props)"
  },
  "t-date-picker/size": {
    "type": "String",
    "options": [
      "small",
      "medium",
      "large"
    ],
    "description": "输入框尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-props)"
  },
  "t-date-picker/status": {
    "type": "String",
    "options": [
      "default",
      "success",
      "warning",
      "error"
    ],
    "description": "输入框状态\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-props)"
  },
  "t-date-picker/suffix-icon": {
    "type": "TNode",
    "description": "用于自定义组件后置图标\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-props)"
  },
  "t-date-picker/time-picker-props": {
    "type": "Object",
    "description": "透传 TimePicker 组件属性\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-props)"
  },
  "t-date-picker/tips": {
    "type": "String|TNode",
    "description": "输入框下方提示文本，会根据不同的 `status` 呈现不同的样式\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-props)"
  },
  "t-date-picker/value": {
    "type": "String|Number|Array|Date",
    "description": "选中值\n\ndefault: ''\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-props)"
  },
  "t-date-picker/value-type": {
    "type": "String",
    "description": "用于格式化日期的值，仅支持部分格式，时间戳、日期等。⚠️ `YYYYMMDD` 这种格式不支持，请勿使用，如果希望支持可以给 `dayjs` 提个 PR。注意和 `format` 的区别，`format` 仅用于处理日期在页面中呈现的格式。`ValueTypeEnum` 即将废弃，请更为使用 `DatePickerValueType`\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-props)"
  },
  "t-date-picker/blur": {
    "type": "event",
    "description": "当输入框失去焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-events)"
  },
  "t-date-picker/change": {
    "type": "event",
    "description": "选中值发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-events)"
  },
  "t-date-picker/confirm": {
    "type": "event",
    "description": "如果存在“确定”按钮，则点击“确定”按钮时触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-events)"
  },
  "t-date-picker/focus": {
    "type": "event",
    "description": "输入框获得焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-events)"
  },
  "t-date-picker/pick": {
    "type": "event",
    "description": "面板选中值后触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-events)"
  },
  "t-date-picker/preset-click": {
    "type": "event",
    "description": "点击预设按钮后触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker?tab=api#datepicker-events)"
  },
  "t-date-picker-panel/default-time": {
    "type": "String",
    "description": "Time selector default value\n\n时间选择器默认值，当 value/defaultValue 未设置值时有效\n\ndefault: '00:00:00'\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker-panel?tab=api#datepickerpanel-props)"
  },
  "t-date-picker-panel/cell-click": {
    "type": "event",
    "description": "点击日期单元格时触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker-panel?tab=api#datepickerpanel-events)"
  },
  "t-date-picker-panel/change": {
    "type": "event",
    "description": "选中值发生变化时触发。参数 `context.trigger` 表示触发当前事件的来源，不同的模式触发来源也会不同\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker-panel?tab=api#datepickerpanel-events)"
  },
  "t-date-picker-panel/confirm": {
    "type": "event",
    "description": "如果存在“确定”按钮，则点击“确定”按钮时触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker-panel?tab=api#datepickerpanel-events)"
  },
  "t-date-picker-panel/month-change": {
    "type": "event",
    "description": "月份切换发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker-panel?tab=api#datepickerpanel-events)"
  },
  "t-date-picker-panel/panel-click": {
    "type": "event",
    "description": "点击面板时触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker-panel?tab=api#datepickerpanel-events)"
  },
  "t-date-picker-panel/preset-click": {
    "type": "event",
    "description": "点击预设按钮后触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker-panel?tab=api#datepickerpanel-events)"
  },
  "t-date-picker-panel/time-change": {
    "type": "event",
    "description": "时间切换发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker-panel?tab=api#datepickerpanel-events)"
  },
  "t-date-picker-panel/year-change": {
    "type": "event",
    "description": "年份切换发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-picker-panel?tab=api#datepickerpanel-events)"
  },
  "t-date-range-picker/allow-input": {
    "type": "Boolean",
    "description": "是否允许输入日期\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/clearable": {
    "type": "Boolean",
    "description": "是否显示清除按钮\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/default-time": {
    "type": "Array",
    "description": "Time selector default value\n\n时间选择器默认值，当 value/defaultValue 未设置值时有效\n\ndefault: [\"00:00:00\", \"23:59:59\"]\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/disable-date": {
    "type": "Object|Array|Function",
    "description": "禁用日期，示例：['A', 'B'] 表示日期 A 和日期 B 会被禁用。{ from: 'A', to: 'B' } 表示在 A 到 B 之间的日期会被禁用。{ before: 'A', after: 'B' } 表示在 A 之前和在 B 之后的日期都会被禁用。其中 A = '2021-01-01'，B = '2021-02-01'。值类型为 Function 则表示返回值为 true 的日期会被禁用\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/disabled": {
    "type": "Boolean",
    "description": "是否禁用组件\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/enable-time-picker": {
    "type": "Boolean",
    "description": "是否显示时间选择\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/first-day-of-week": {
    "type": "Number",
    "options": [
      "1",
      "2",
      "3",
      "4",
      "5",
      "6",
      "7"
    ],
    "description": "第一天从星期几开始\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/format": {
    "type": "String",
    "description": "用于格式化日期，[详细文档](https://day.js.org/docs/en/display/format)\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/mode": {
    "type": "String",
    "options": [
      "year",
      "quarter",
      "month",
      "week",
      "date"
    ],
    "description": "选择器模式\n\ndefault: date\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/panel-preselection": {
    "type": "Boolean",
    "description": "在开始日期选中之前，面板是否显示预选状态，即是否高亮预选日期\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/placeholder": {
    "type": "String|Array",
    "description": "占位符，值为数组表示可分别为开始日期和结束日期设置占位符\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/popup-props": {
    "type": "Object",
    "description": "透传给 popup 组件的参数\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/prefix-icon": {
    "type": "TNode",
    "description": "组件前置图标\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/presets": {
    "type": "Object",
    "description": "预设快捷日期选择，示例：{ '特定日期范围': ['2021-01-01', '2022-01-01'], '本月': [dayjs().startOf('month'), dayjs().endOf('month')] }\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/presets-placement": {
    "type": "String",
    "options": [
      "left",
      "top",
      "right",
      "bottom"
    ],
    "description": "预设面板展示区域（包含确定按钮）\n\ndefault: bottom\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/range-input-props": {
    "type": "Object",
    "description": "透传给范围输入框 RangeInput 组件的参数\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/separator": {
    "type": "String",
    "description": "日期分隔符，支持全局配置，默认为 '-'\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/size": {
    "type": "String",
    "options": [
      "small",
      "medium",
      "large"
    ],
    "description": "输入框尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/status": {
    "type": "String",
    "options": [
      "default",
      "success",
      "warning",
      "error"
    ],
    "description": "输入框状态\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/suffix-icon": {
    "type": "TNode",
    "description": "组件后置图标\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/time-picker-props": {
    "type": "Object",
    "description": "透传 TimePicker 组件属性\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/tips": {
    "type": "String|TNode",
    "description": "输入框下方提示文本，会根据不同的 `status` 呈现不同的样式\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/value": {
    "type": "Array",
    "description": "选中值\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/value-type": {
    "type": "String",
    "options": [
      "time-stamp",
      "Date",
      "YYYY",
      "YYYY-MM",
      "YYYY-MM-DD",
      "YYYY-MM-DD HH",
      "YYYY-MM-DD HH:mm",
      "YYYY-MM-DD HH:mm:ss",
      "YYYY-MM-DD HH:mm:ss:SSS"
    ],
    "description": "用于格式化日期的值，仅支持部分格式，时间戳、日期等。⚠️ `YYYYMMDD` 这种格式不支持，请勿使用，如果希望支持可以给 `dayjs` 提个 PR。注意和 `format` 的区别，`format` 仅用于处理日期在页面中呈现的格式\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-props)"
  },
  "t-date-range-picker/blur": {
    "type": "event",
    "description": "当输入框失去焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-events)"
  },
  "t-date-range-picker/change": {
    "type": "event",
    "description": "选中值发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-events)"
  },
  "t-date-range-picker/confirm": {
    "type": "event",
    "description": "如果存在“确定”按钮，则点击“确定”按钮时触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-events)"
  },
  "t-date-range-picker/focus": {
    "type": "event",
    "description": "输入框获得焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-events)"
  },
  "t-date-range-picker/input": {
    "type": "event",
    "description": "输入框数据发生变化时触发，参数 input 表示输入内容，value 表示组件当前有效值\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-events)"
  },
  "t-date-range-picker/pick": {
    "type": "event",
    "description": "选中日期时触发，可能是开始日期，也可能是结束日期，第二个参数可以区分是开始日期或是结束日期\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-events)"
  },
  "t-date-range-picker/preset-click": {
    "type": "event",
    "description": "点击预设按钮后触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker?tab=api#daterangepicker-events)"
  },
  "t-date-range-picker-panel/default-time": {
    "type": "Array",
    "description": "Time selector default value\n\n时间选择器默认值，当 value/defaultValue 未设置值时有效\n\ndefault: [\"00:00:00\", \"23:59:59\"]\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker-panel?tab=api#daterangepickerpanel-props)"
  },
  "t-date-range-picker-panel/cell-click": {
    "type": "event",
    "description": "点击日期单元格时触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker-panel?tab=api#daterangepickerpanel-events)"
  },
  "t-date-range-picker-panel/change": {
    "type": "event",
    "description": "选中值发生变化时触发。参数 `context.trigger` 表示触发当前事件的来源，不同的模式触发来源也会不同\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker-panel?tab=api#daterangepickerpanel-events)"
  },
  "t-date-range-picker-panel/confirm": {
    "type": "event",
    "description": "如果存在“确定”按钮，则点击“确定”按钮时触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker-panel?tab=api#daterangepickerpanel-events)"
  },
  "t-date-range-picker-panel/month-change": {
    "type": "event",
    "description": "月份切换发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker-panel?tab=api#daterangepickerpanel-events)"
  },
  "t-date-range-picker-panel/panel-click": {
    "type": "event",
    "description": "点击面板时触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker-panel?tab=api#daterangepickerpanel-events)"
  },
  "t-date-range-picker-panel/preset-click": {
    "type": "event",
    "description": "点击预设按钮后触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker-panel?tab=api#daterangepickerpanel-events)"
  },
  "t-date-range-picker-panel/time-change": {
    "type": "event",
    "description": "时间切换发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker-panel?tab=api#daterangepickerpanel-events)"
  },
  "t-date-range-picker-panel/year-change": {
    "type": "event",
    "description": "年份切换发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/date-range-picker-panel?tab=api#daterangepickerpanel-events)"
  },
  "t-description-item/label": {
    "type": "String|TNode",
    "description": "label of description item\n\n描述项字段名\n\n[docs](https://tdesign.tencent.com/vue/components/description-item?tab=api#descriptionitem-props)"
  },
  "t-description-item/span": {
    "type": "Number",
    "description": "width count\n\n占用的宽度数量\n\ndefault: 1\n\n[docs](https://tdesign.tencent.com/vue/components/description-item?tab=api#descriptionitem-props)"
  },
  "t-descriptions/bordered": {
    "type": "Boolean",
    "description": "set description list with grey border\n\n是否带边框\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/descriptions?tab=api#descriptions-props)"
  },
  "t-descriptions/colon": {
    "type": "Boolean",
    "description": "set label with \":\" on the right\n\n字段名右侧是否携带冒号“：”\n\n[docs](https://tdesign.tencent.com/vue/components/descriptions?tab=api#descriptions-props)"
  },
  "t-descriptions/columns": {
    "type": "Number",
    "description": "count of DescriptionItem in one row\n\n一行 DescriptionItem 的数量\n\ndefault: 2\n\n[docs](https://tdesign.tencent.com/vue/components/descriptions?tab=api#descriptions-props)"
  },
  "t-descriptions/content-align": {
    "type": "String",
    "options": [
      "left",
      "center"
    ],
    "description": "字段值内容的对齐方式：左对齐、居中对齐\n\ndefault: left\n\n[docs](https://tdesign.tencent.com/vue/components/descriptions?tab=api#descriptions-props)"
  },
  "t-descriptions/label-align": {
    "type": "String",
    "options": [
      "left",
      "right",
      "top"
    ],
    "description": "字段标签对齐方式：左对齐、右对齐、顶部对齐\n\ndefault: right\n\n[docs](https://tdesign.tencent.com/vue/components/descriptions?tab=api#descriptions-props)"
  },
  "t-descriptions/layout": {
    "type": "String",
    "options": [
      "horizontal",
      "vertical"
    ],
    "description": "layout direction\n\n排列方向\n\ndefault: horizontal\n\n[docs](https://tdesign.tencent.com/vue/components/descriptions?tab=api#descriptions-props)"
  },
  "t-descriptions/size": {
    "type": "String",
    "options": [
      "small",
      "medium",
      "large"
    ],
    "description": "a descriptions has three size\n\n组件尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/descriptions?tab=api#descriptions-props)"
  },
  "t-dialog/attach": {
    "type": "String|Function",
    "description": "对话框挂载的节点。数据类型为 String 时，会被当作选择器处理，进行节点查询。示例：'body' 或 () => document.body\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-props)"
  },
  "t-dialog/body": {
    "type": "String|TNode",
    "description": "对话框内容\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-props)"
  },
  "t-dialog/cancel-btn": {
    "type": "String|Object|TNode",
    "description": "取消按钮，可自定义。值为 null 则不显示取消按钮。值类型为字符串，则表示自定义按钮文本，值类型为 Object 则表示透传 Button 组件属性。使用 TNode 自定义按钮时，需自行控制取消事件\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-props)"
  },
  "t-dialog/close-btn": {
    "type": "String|Boolean|TNode",
    "description": "关闭按钮，可以自定义。值为 true 显示默认关闭按钮，值为 false 不显示关闭按钮。值类型为 string 则直接显示值，如：“关闭”。值类型为 TNode，则表示呈现自定义按钮示例\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-props)"
  },
  "t-dialog/close-on-esc-keydown": {
    "type": "Boolean",
    "description": "按下 ESC 时是否触发对话框关闭事件\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-props)"
  },
  "t-dialog/close-on-overlay-click": {
    "type": "Boolean",
    "description": "点击蒙层时是否触发关闭事件\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-props)"
  },
  "t-dialog/confirm-btn": {
    "type": "String|Object|TNode",
    "description": "确认按钮。值为 null 则不显示确认按钮。值类型为字符串，则表示自定义按钮文本，值类型为 Object 则表示透传 Button 组件属性。使用 TNode 自定义按钮时，需自行控制确认事件\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-props)"
  },
  "t-dialog/confirm-on-enter": {
    "type": "Boolean",
    "description": "confirm on enter\n\n是否在按下回车键时，触发确认事件\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-props)"
  },
  "t-dialog/default": {
    "type": "String|TNode",
    "description": "对话框内容，同 body\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-props)"
  },
  "t-dialog/destroy-on-close": {
    "type": "Boolean",
    "description": "是否在关闭弹框的时候销毁子元素\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-props)"
  },
  "t-dialog/draggable": {
    "type": "Boolean",
    "description": "对话框是否可以拖拽（仅在非模态对话框时有效）\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-props)"
  },
  "t-dialog/footer": {
    "type": "Boolean|TNode",
    "description": "底部操作栏，默认会有“确认”和“取消”两个按钮。值为 true 显示默认操作按钮，值为 false 不显示任何内容，值类型为 Function 表示自定义底部内容\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-props)"
  },
  "t-dialog/header": {
    "type": "String|Boolean|TNode",
    "description": "头部内容。值为 true 显示空白头部，值为 false 不显示任何内容，值类型为 string 则直接显示值，值类型为 Function 表示自定义头部内容\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-props)"
  },
  "t-dialog/mode": {
    "type": "String",
    "options": [
      "modal",
      "modeless",
      "full-screen"
    ],
    "description": "对话框类型，有 3 种：模态对话框、非模态对话框、全屏对话框。弹出「模态对话框」时，只能操作对话框里面的内容，不能操作其他内容。弹出「非模态对话框」时，则可以操作页面内所有内容。「普通对话框」是指没有脱离文档流的对话框，可以在这个基础上开发更多的插件\n\ndefault: modal\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-props)"
  },
  "t-dialog/placement": {
    "type": "String",
    "options": [
      "top",
      "center"
    ],
    "description": "对话框位置，内置两种：垂直水平居中显示 和 靠近顶部（top:20%）显示。默认情况，为避免贴顶或贴底，顶部和底部距离最小为 `48px`，可通过调整 `top` 覆盖默认大小\n\ndefault: top\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-props)"
  },
  "t-dialog/prevent-scroll-through": {
    "type": "Boolean",
    "description": "防止滚动穿透\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-props)"
  },
  "t-dialog/show-in-attached-element": {
    "type": "Boolean",
    "description": "仅在挂载元素中显示抽屉，默认在浏览器可视区域显示。父元素需要有定位属性，如：position: relative\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-props)"
  },
  "t-dialog/show-overlay": {
    "type": "Boolean",
    "description": "是否显示遮罩层\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-props)"
  },
  "t-dialog/theme": {
    "type": "String",
    "options": [
      "default",
      "info",
      "warning",
      "danger",
      "success"
    ],
    "description": "对话框风格\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-props)"
  },
  "t-dialog/top": {
    "type": "String|Number",
    "description": "用于弹框具体窗口顶部的距离，优先级大于 placement\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-props)"
  },
  "t-dialog/visible": {
    "type": "Boolean",
    "description": "控制对话框是否显示\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-props)"
  },
  "t-dialog/width": {
    "type": "String|Number",
    "description": "对话框宽度，示例：320, '500px', '80%'\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-props)"
  },
  "t-dialog/z-index": {
    "type": "Number",
    "description": "对话框层级，Web 侧样式默认为 2500，移动端和小程序样式默认为 1500\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-props)"
  },
  "t-dialog/cancel": {
    "type": "event",
    "description": "如果“取消”按钮存在，则点击“取消”按钮时触发，同时触发关闭事件\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-events)"
  },
  "t-dialog/close": {
    "type": "event",
    "description": "关闭事件，点击取消按钮、点击关闭按钮、点击蒙层、按下 ESC 等场景下触发\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-events)"
  },
  "t-dialog/close-btn-click": {
    "type": "event",
    "description": "点击右上角关闭按钮时触发\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-events)"
  },
  "t-dialog/closed": {
    "type": "event",
    "description": "对话框消失动画效果结束后触发\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-events)"
  },
  "t-dialog/confirm": {
    "type": "event",
    "description": "如果“确认”按钮存在，则点击“确认”按钮时触发，或者键盘按下回车键时触发\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-events)"
  },
  "t-dialog/esc-keydown": {
    "type": "event",
    "description": "按下 ESC 时触发事件\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-events)"
  },
  "t-dialog/opened": {
    "type": "event",
    "description": "对话框弹出动画效果结束后触发\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-events)"
  },
  "t-dialog/overlay-click": {
    "type": "event",
    "description": "如果蒙层存在，点击蒙层时触发\n\n[docs](https://tdesign.tencent.com/vue/components/dialog?tab=api#dialog-events)"
  },
  "t-divider/align": {
    "type": "String",
    "options": [
      "left",
      "right",
      "center"
    ],
    "description": "文本位置（仅在水平分割线有效）\n\ndefault: center\n\n[docs](https://tdesign.tencent.com/vue/components/divider?tab=api#divider-props)"
  },
  "t-divider/content": {
    "type": "String|TNode",
    "description": "子元素\n\n[docs](https://tdesign.tencent.com/vue/components/divider?tab=api#divider-props)"
  },
  "t-divider/dashed": {
    "type": "Boolean",
    "description": "是否虚线（仅在水平分割线有效）\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/divider?tab=api#divider-props)"
  },
  "t-divider/default": {
    "type": "String|TNode",
    "description": "子元素，同 content\n\n[docs](https://tdesign.tencent.com/vue/components/divider?tab=api#divider-props)"
  },
  "t-divider/layout": {
    "type": "String",
    "options": [
      "horizontal",
      "vertical"
    ],
    "description": "分隔线类型有两种：水平和垂直\n\ndefault: horizontal\n\n[docs](https://tdesign.tencent.com/vue/components/divider?tab=api#divider-props)"
  },
  "t-divider/theme": {
    "type": "String",
    "options": [
      "horizontal",
      "vertical"
    ],
    "description": "请更为使用 `layout`。分隔线类型有两种：水平和垂直\n\n[docs](https://tdesign.tencent.com/vue/components/divider?tab=api#divider-props)"
  },
  "t-drawer/attach": {
    "type": "String|Function",
    "description": "抽屉挂载的节点，默认挂在组件本身的位置。数据类型为 String 时，会被当作选择器处理，进行节点查询。示例：'body' 或 () => document.body\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-props)"
  },
  "t-drawer/body": {
    "type": "String|TNode",
    "description": "抽屉内容\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-props)"
  },
  "t-drawer/cancel-btn": {
    "type": "String|Object|TNode",
    "description": "取消按钮，可自定义。值为 null 则不显示取消按钮。值类型为字符串，则表示自定义按钮文本，值类型为 Object 则表示透传 Button 组件属性。使用 TNode 自定义按钮时，需自行控制取消事件\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-props)"
  },
  "t-drawer/close-btn": {
    "type": "String|Boolean|TNode",
    "description": "关闭按钮，可以自定义。值为 true 显示默认关闭按钮，值为 false 不显示关闭按钮。值类型为 string 则直接显示值，如：“关闭”。值类型为 TNode，则表示呈现自定义按钮示例\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-props)"
  },
  "t-drawer/close-on-esc-keydown": {
    "type": "Boolean",
    "description": "按下 ESC 时是否触发抽屉关闭事件\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-props)"
  },
  "t-drawer/close-on-overlay-click": {
    "type": "Boolean",
    "description": "点击蒙层时是否触发抽屉关闭事件\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-props)"
  },
  "t-drawer/confirm-btn": {
    "type": "String|Object|TNode",
    "description": "确认按钮。值类型为字符串，则表示自定义按钮文本，值类型为 Object 则表示透传 Button 组件属性。使用 TNode 自定义按钮时，需自行控制确认事件\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-props)"
  },
  "t-drawer/default": {
    "type": "String|TNode",
    "description": "抽屉内容，同 body\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-props)"
  },
  "t-drawer/destroy-on-close": {
    "type": "Boolean",
    "description": "抽屉关闭时是否销毁节点\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-props)"
  },
  "t-drawer/footer": {
    "type": "Boolean|TNode",
    "description": "底部操作栏，默认会有“确认”和“取消”两个按钮。值为 true 显示默认操作按钮，值为 false 或 null 不显示任何内容，值类型为 TNode 表示自定义底部内容\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-props)"
  },
  "t-drawer/header": {
    "type": "String|Boolean|TNode",
    "description": "头部内容。值为 true 显示空白头部，值为 false 不显示头部，值类型为 string 则直接显示值，值类型为 TNode 表示自定义头部内容\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-props)"
  },
  "t-drawer/mode": {
    "type": "String",
    "options": [
      "overlay",
      "push"
    ],
    "description": "展开方式，有两种：直接展示在内容上方 和 推开内容区域\n\ndefault: overlay\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-props)"
  },
  "t-drawer/placement": {
    "type": "String",
    "options": [
      "left",
      "right",
      "top",
      "bottom"
    ],
    "description": "抽屉方向\n\ndefault: right\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-props)"
  },
  "t-drawer/prevent-scroll-through": {
    "type": "Boolean",
    "description": "防止滚动穿透\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-props)"
  },
  "t-drawer/show-in-attached-element": {
    "type": "Boolean",
    "description": "仅在挂载元素中显示抽屉，默认在浏览器可视区域显示。父元素需要有定位属性，如：position: relative\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-props)"
  },
  "t-drawer/show-overlay": {
    "type": "Boolean",
    "description": "是否显示遮罩层\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-props)"
  },
  "t-drawer/size": {
    "type": "String",
    "description": "尺寸，支持 'small', 'medium', 'large'，'35px', '30%',  '3em' 等。纵向抽屉调整的是抽屉宽度，横向抽屉调整的是抽屉高度\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-props)"
  },
  "t-drawer/size-draggable": {
    "type": "Boolean",
    "description": "抽屉大小可拖拽调整，横向抽屉调整宽度，纵向抽屉调整高度\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-props)"
  },
  "t-drawer/visible": {
    "type": "Boolean",
    "description": "组件是否可见\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-props)"
  },
  "t-drawer/z-index": {
    "type": "Number",
    "description": "抽屉层级，样式默认为 1500\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-props)"
  },
  "t-drawer/cancel": {
    "type": "event",
    "description": "如果“取消”按钮存在，点击“取消”按钮时触发，同时触发关闭事件\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-events)"
  },
  "t-drawer/close": {
    "type": "event",
    "description": "关闭事件，取消按钮点击时、关闭按钮点击时、ESC 按下时、点击蒙层时均会触发\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-events)"
  },
  "t-drawer/close-btn-click": {
    "type": "event",
    "description": "如果关闭按钮存在，点击关闭按钮时触发该事件，同时触发关闭事件\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-events)"
  },
  "t-drawer/confirm": {
    "type": "event",
    "description": "如果“确认”按钮存在，则点击“确认”按钮时触发\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-events)"
  },
  "t-drawer/esc-keydown": {
    "type": "event",
    "description": "按下 ESC 键时触发\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-events)"
  },
  "t-drawer/overlay-click": {
    "type": "event",
    "description": "如果蒙层存在，点击蒙层时触发\n\n[docs](https://tdesign.tencent.com/vue/components/drawer?tab=api#drawer-events)"
  },
  "t-dropdown/direction": {
    "type": "String",
    "options": [
      "left",
      "right"
    ],
    "description": "多层级操作时，子层级展开方向\n\ndefault: right\n\n[docs](https://tdesign.tencent.com/vue/components/dropdown?tab=api#dropdown-props)"
  },
  "t-dropdown/disabled": {
    "type": "Boolean",
    "description": "是否禁用组件\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/dropdown?tab=api#dropdown-props)"
  },
  "t-dropdown/hide-after-item-click": {
    "type": "Boolean",
    "description": "点击选项后是否自动隐藏弹窗\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/dropdown?tab=api#dropdown-props)"
  },
  "t-dropdown/max-column-width": {
    "type": "String|Number",
    "description": "选项最大宽度，内容超出时，显示为省略号。值为字符串时，值就是最大宽度；值为数字时，单位：px\n\ndefault: 100\n\n[docs](https://tdesign.tencent.com/vue/components/dropdown?tab=api#dropdown-props)"
  },
  "t-dropdown/max-height": {
    "type": "Number",
    "description": "弹窗最大高度，单位：px 。统一控制每一列的高度\n\ndefault: 300\n\n[docs](https://tdesign.tencent.com/vue/components/dropdown?tab=api#dropdown-props)"
  },
  "t-dropdown/min-column-width": {
    "type": "String|Number",
    "description": "选项最小宽度。值为字符串时，值就是最小宽度；值为数字时，单位：px\n\ndefault: 10\n\n[docs](https://tdesign.tencent.com/vue/components/dropdown?tab=api#dropdown-props)"
  },
  "t-dropdown/options": {
    "type": "Array",
    "description": "下拉操作项\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/dropdown?tab=api#dropdown-props)"
  },
  "t-dropdown/placement": {
    "type": "String",
    "options": [
      "top",
      "left",
      "right",
      "bottom",
      "top-left",
      "top-right",
      "bottom-left",
      "bottom-right",
      "left-top",
      "left-bottom",
      "right-top",
      "right-bottom"
    ],
    "description": "弹窗定位方式，可选值同 Popup 组件\n\ndefault: bottom-left\n\n[docs](https://tdesign.tencent.com/vue/components/dropdown?tab=api#dropdown-props)"
  },
  "t-dropdown/popup-props": {
    "type": "Object",
    "description": "透传  Popup 组件属性，方便更加自由地控制。比如使用 popupProps.overlayStyle 设置浮层样式\n\n[docs](https://tdesign.tencent.com/vue/components/dropdown?tab=api#dropdown-props)"
  },
  "t-dropdown/trigger": {
    "type": "String",
    "options": [
      "hover",
      "click",
      "focus",
      "context-menu"
    ],
    "description": "触发下拉显示的方式\n\ndefault: hover\n\n[docs](https://tdesign.tencent.com/vue/components/dropdown?tab=api#dropdown-props)"
  },
  "t-dropdown/click": {
    "type": "event",
    "description": "下拉操作项点击时触发\n\n[docs](https://tdesign.tencent.com/vue/components/dropdown?tab=api#dropdown-events)"
  },
  "t-dropdown-item/active": {
    "type": "Boolean",
    "description": "是否高亮当前操作项\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/dropdown-item?tab=api#dropdownitem-props)"
  },
  "t-dropdown-item/content": {
    "type": "String|TNode",
    "description": "下拉操作项内容\n\ndefault: ''\n\n[docs](https://tdesign.tencent.com/vue/components/dropdown-item?tab=api#dropdownitem-props)"
  },
  "t-dropdown-item/disabled": {
    "type": "Boolean",
    "description": "是否禁用操作项\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/dropdown-item?tab=api#dropdownitem-props)"
  },
  "t-dropdown-item/divider": {
    "type": "Boolean",
    "description": "是否显示操作项之间的分隔线（分隔线默认在下方）\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/dropdown-item?tab=api#dropdownitem-props)"
  },
  "t-dropdown-item/prefix-icon": {
    "type": "TNode",
    "description": "组件前置图标\n\n[docs](https://tdesign.tencent.com/vue/components/dropdown-item?tab=api#dropdownitem-props)"
  },
  "t-dropdown-item/theme": {
    "type": "String",
    "options": [
      "default",
      "success",
      "warning",
      "error"
    ],
    "description": "下拉菜单选项主题\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/dropdown-item?tab=api#dropdownitem-props)"
  },
  "t-dropdown-item/value": {
    "type": "String|Number|Object",
    "description": "下拉操作项唯一标识\n\n[docs](https://tdesign.tencent.com/vue/components/dropdown-item?tab=api#dropdownitem-props)"
  },
  "t-dropdown-item/click": {
    "type": "event",
    "description": "点击时触发\n\n[docs](https://tdesign.tencent.com/vue/components/dropdown-item?tab=api#dropdownitem-events)"
  },
  "t-enhanced-table/before-drag-sort": {
    "type": "Function",
    "description": "stop to drag sort\n\n树形结构中，拖拽排序前控制，返回值为 `true` 则继续排序；返回值为 `false` 则中止排序还原数据\n\n[docs](https://tdesign.tencent.com/vue/components/enhanced-table?tab=api#enhancedtable-props)"
  },
  "t-enhanced-table/tree": {
    "type": "Object",
    "description": "tree data configs\n\n树形结构相关配置。具体属性文档查看 `TableTreeConfig` 相关描述\n\n[docs](https://tdesign.tencent.com/vue/components/enhanced-table?tab=api#enhancedtable-props)"
  },
  "t-enhanced-table/tree-expand-and-fold-icon": {
    "type": "Function",
    "description": "sort icon\n\n自定义树形结构展开图标，支持全局配置 `GlobalConfigProvider`\n\n[docs](https://tdesign.tencent.com/vue/components/enhanced-table?tab=api#enhancedtable-props)"
  },
  "t-enhanced-table/abnormal-drag-sort": {
    "type": "event",
    "description": "异常拖拽排序时触发，如：树形结构中，非同层级之间的交换。`context.code` 指交换异常错误码，固定值；`context.reason` 指交换异常的原因\n\n[docs](https://tdesign.tencent.com/vue/components/enhanced-table?tab=api#enhancedtable-events)"
  },
  "t-enhanced-table/tree-expand-change": {
    "type": "event",
    "description": "树形结构，用户操作引起节点展开或收起时触发，代码操作不会触发\n\n[docs](https://tdesign.tencent.com/vue/components/enhanced-table?tab=api#enhancedtable-events)"
  },
  "t-footer/height": {
    "type": "String",
    "description": "底栏高度。样式表（class）中定义的默认高度为：24px\n\n[docs](https://tdesign.tencent.com/vue/components/footer?tab=api#footer-props)"
  },
  "t-form/colon": {
    "type": "Boolean",
    "description": "是否在表单标签字段右侧显示冒号\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/form?tab=api#form-props)"
  },
  "t-form/data": {
    "type": "Object",
    "description": "表单数据\n\ndefault: {}\n\n[docs](https://tdesign.tencent.com/vue/components/form?tab=api#form-props)"
  },
  "t-form/disabled": {
    "type": "Boolean",
    "description": "是否禁用整个表单\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/form?tab=api#form-props)"
  },
  "t-form/error-message": {
    "type": "Object",
    "description": "表单错误信息配置，示例：`{ idcard: '请输入正确的身份证号码', max: '字符长度不能超过 ${max}' }`\n\n[docs](https://tdesign.tencent.com/vue/components/form?tab=api#form-props)"
  },
  "t-form/form-controlled-components": {
    "type": "Array",
    "description": "允许表单统一控制禁用状态的自定义组件名称列表。默认会有组件库的全部输入类组件：TInput、TInputNumber、TCascader、TSelect、TOption、TSwitch、TCheckbox、TCheckboxGroup、TRadio、TRadioGroup、TTreeSelect、TDatePicker、TTimePicker、TUpload、TTransfer、TSlider。对于自定义组件，组件内部需要包含可以控制表单禁用状态的变量 `formDisabled`。示例：`['CustomUpload', 'CustomInput']`\n\n[docs](https://tdesign.tencent.com/vue/components/form?tab=api#form-props)"
  },
  "t-form/label-align": {
    "type": "String",
    "options": [
      "left",
      "right",
      "top"
    ],
    "description": "表单字段标签对齐方式：左对齐、右对齐、顶部对齐\n\ndefault: right\n\n[docs](https://tdesign.tencent.com/vue/components/form?tab=api#form-props)"
  },
  "t-form/label-width": {
    "type": "String|Number",
    "description": "可以整体设置label标签宽度，默认为100px\n\ndefault: '100px'\n\n[docs](https://tdesign.tencent.com/vue/components/form?tab=api#form-props)"
  },
  "t-form/layout": {
    "type": "String",
    "options": [
      "vertical",
      "inline"
    ],
    "description": "表单布局，有两种方式：纵向布局 和 行内布局\n\ndefault: vertical\n\n[docs](https://tdesign.tencent.com/vue/components/form?tab=api#form-props)"
  },
  "t-form/prevent-submit-default": {
    "type": "Boolean",
    "description": "是否阻止表单提交默认事件（表单提交默认事件会刷新页面），设置为 `true` 可以避免刷新\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/form?tab=api#form-props)"
  },
  "t-form/required-mark": {
    "type": "Boolean",
    "description": "是否显示必填符号（*），默认显示\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/form?tab=api#form-props)"
  },
  "t-form/reset-type": {
    "type": "String",
    "options": [
      "empty",
      "initial"
    ],
    "description": "重置表单的方式，值为 empty 表示重置表单为空，值为 initial 表示重置表单数据为初始值\n\ndefault: empty\n\n[docs](https://tdesign.tencent.com/vue/components/form?tab=api#form-props)"
  },
  "t-form/rules": {
    "type": "Object",
    "description": "表单字段校验规则\n\n[docs](https://tdesign.tencent.com/vue/components/form?tab=api#form-props)"
  },
  "t-form/scroll-to-first-error": {
    "type": "String",
    "options": [
      "''",
      "smooth",
      "auto"
    ],
    "description": "表单校验不通过时，是否自动滚动到第一个校验不通过的字段，平滑滚动或是瞬间直达。值为空则表示不滚动\n\n[docs](https://tdesign.tencent.com/vue/components/form?tab=api#form-props)"
  },
  "t-form/show-error-message": {
    "type": "Boolean",
    "description": "校验不通过时，是否显示错误提示信息，统一控制全部表单项。如果希望控制单个表单项，请给 FormItem 设置该属性\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/form?tab=api#form-props)"
  },
  "t-form/status-icon": {
    "type": "Boolean|TNode",
    "description": "校验状态图标，值为 `true` 显示默认图标，默认图标有 成功、失败、警告 等，不同的状态图标不同。`statusIcon` 值为 `false`，不显示图标。`statusIcon` 值类型为渲染函数，则可以自定义右侧状态图标\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/form?tab=api#form-props)"
  },
  "t-form/submit-with-warning-message": {
    "type": "Boolean",
    "description": "【讨论中】当校验结果只有告警信息时，是否触发 `submit` 提交事件\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/form?tab=api#form-props)"
  },
  "t-form/reset": {
    "type": "event",
    "description": "表单重置时触发\n\n[docs](https://tdesign.tencent.com/vue/components/form?tab=api#form-events)"
  },
  "t-form/submit": {
    "type": "event",
    "description": "表单提交时触发。其中 `context.validateResult` 表示校验结果，`context.firstError` 表示校验不通过的第一个规则提醒。`context.validateResult` 值为 `true` 表示校验通过；如果校验不通过，`context.validateResult` 值为校验结果列表。<br />【注意】⚠️ 默认情况，输入框按下 Enter 键会自动触发提交事件，如果希望禁用这个默认行为，可以给输入框添加  enter 事件，并在事件中设置 `e.preventDefault()`\n\n[docs](https://tdesign.tencent.com/vue/components/form?tab=api#form-events)"
  },
  "t-form/validate": {
    "type": "event",
    "description": "校验结束后触发，result 值为 true 表示校验通过；如果校验不通过，result 值为校验结果列表\n\n[docs](https://tdesign.tencent.com/vue/components/form?tab=api#form-events)"
  },
  "t-form-item/for": {
    "type": "String",
    "description": "label 原生属性\n\n[docs](https://tdesign.tencent.com/vue/components/form-item?tab=api#formitem-props)"
  },
  "t-form-item/help": {
    "type": "String|TNode",
    "description": "表单项说明内容\n\n[docs](https://tdesign.tencent.com/vue/components/form-item?tab=api#formitem-props)"
  },
  "t-form-item/label": {
    "type": "String|TNode",
    "description": "字段标签名称\n\ndefault: ''\n\n[docs](https://tdesign.tencent.com/vue/components/form-item?tab=api#formitem-props)"
  },
  "t-form-item/label-align": {
    "type": "String",
    "options": [
      "left",
      "right",
      "top"
    ],
    "description": "表单字段标签对齐方式：左对齐、右对齐、顶部对齐。默认使用 Form 的对齐方式，优先级高于 Form.labelAlign\n\n[docs](https://tdesign.tencent.com/vue/components/form-item?tab=api#formitem-props)"
  },
  "t-form-item/label-width": {
    "type": "String|Number",
    "description": "可以整体设置标签宽度，优先级高于 Form.labelWidth\n\n[docs](https://tdesign.tencent.com/vue/components/form-item?tab=api#formitem-props)"
  },
  "t-form-item/name": {
    "type": "String|Number",
    "description": "表单字段名称\n\n[docs](https://tdesign.tencent.com/vue/components/form-item?tab=api#formitem-props)"
  },
  "t-form-item/required-mark": {
    "type": "Boolean",
    "description": "是否显示必填符号（*），优先级高于 Form.requiredMark\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/form-item?tab=api#formitem-props)"
  },
  "t-form-item/rules": {
    "type": "Array",
    "description": "表单字段校验规则\n\n[docs](https://tdesign.tencent.com/vue/components/form-item?tab=api#formitem-props)"
  },
  "t-form-item/show-error-message": {
    "type": "Boolean",
    "description": "校验不通过时，是否显示错误提示信息，优先级高于 `Form.showErrorMessage`\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/form-item?tab=api#formitem-props)"
  },
  "t-form-item/status": {
    "type": "String",
    "description": "校验状态，可在需要完全自主控制校验状态时使用\n\n[docs](https://tdesign.tencent.com/vue/components/form-item?tab=api#formitem-props)"
  },
  "t-form-item/status-icon": {
    "type": "Boolean|TNode",
    "description": "校验状态图标，值为 `true` 显示默认图标，默认图标有 成功、失败、警告 等，不同的状态图标不同。`statusIcon` 值为 `false`，不显示图标。`statusIcon` 值类型为渲染函数，则可以自定义右侧状态图标。优先级高级 Form 的 statusIcon\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/form-item?tab=api#formitem-props)"
  },
  "t-form-item/success-border": {
    "type": "Boolean",
    "description": "是否显示校验成功的边框，默认不显示\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/form-item?tab=api#formitem-props)"
  },
  "t-form-item/tips": {
    "type": "String|TNode",
    "description": "自定义提示内容，样式跟随 `status` 变动，可在需要完全自主控制校验规则时使用\n\n[docs](https://tdesign.tencent.com/vue/components/form-item?tab=api#formitem-props)"
  },
  "t-guide/counter": {
    "type": "TNode",
    "description": "用于自定义渲染计数部分\n\n[docs](https://tdesign.tencent.com/vue/components/guide?tab=api#guide-props)"
  },
  "t-guide/current": {
    "type": "Number",
    "description": "当前步骤，即整个引导的进度。-1 则不展示，用于需要中断展示的场景\n\n[docs](https://tdesign.tencent.com/vue/components/guide?tab=api#guide-props)"
  },
  "t-guide/finish-button-props": {
    "type": "Object",
    "description": "透传 完成 的全部属性，示例：`{ content: '完成', theme: 'primary' }`\n\n[docs](https://tdesign.tencent.com/vue/components/guide?tab=api#guide-props)"
  },
  "t-guide/hide-counter": {
    "type": "Boolean",
    "description": "是否隐藏计数\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/guide?tab=api#guide-props)"
  },
  "t-guide/hide-prev": {
    "type": "Boolean",
    "description": "是否隐藏上一步按钮\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/guide?tab=api#guide-props)"
  },
  "t-guide/hide-skip": {
    "type": "Boolean",
    "description": "是否隐藏跳过按钮\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/guide?tab=api#guide-props)"
  },
  "t-guide/highlight-padding": {
    "type": "Number",
    "description": "高亮框的内边距\n\ndefault: 8\n\n[docs](https://tdesign.tencent.com/vue/components/guide?tab=api#guide-props)"
  },
  "t-guide/mode": {
    "type": "String",
    "options": [
      "popup",
      "dialog"
    ],
    "description": "引导框的类型\n\ndefault: popup\n\n[docs](https://tdesign.tencent.com/vue/components/guide?tab=api#guide-props)"
  },
  "t-guide/next-button-props": {
    "type": "Object",
    "description": "透传 下一步按钮 的全部属性，示例：{ content: '下一步', theme: 'primary' }\n\n[docs](https://tdesign.tencent.com/vue/components/guide?tab=api#guide-props)"
  },
  "t-guide/prev-button-props": {
    "type": "Object",
    "description": "透传 上一步按钮 的全部属性，示例：{ content: '上一步', theme: 'default' }\n\n[docs](https://tdesign.tencent.com/vue/components/guide?tab=api#guide-props)"
  },
  "t-guide/show-overlay": {
    "type": "Boolean",
    "description": "是否出现遮罩层\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/guide?tab=api#guide-props)"
  },
  "t-guide/skip-button-props": {
    "type": "Object",
    "description": "透传 跳过按钮 的全部属性，{ content: '跳过', theme: 'default' }\n\n[docs](https://tdesign.tencent.com/vue/components/guide?tab=api#guide-props)"
  },
  "t-guide/steps": {
    "type": "Array",
    "description": "用于定义每个步骤的内容，包括高亮的节点、相对位置和具体的文案内容等。\n\n[docs](https://tdesign.tencent.com/vue/components/guide?tab=api#guide-props)"
  },
  "t-guide/z-index": {
    "type": "Number",
    "description": "提示框的层级\n\ndefault: 999999\n\n[docs](https://tdesign.tencent.com/vue/components/guide?tab=api#guide-props)"
  },
  "t-guide/change": {
    "type": "event",
    "description": "当前步骤发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/guide?tab=api#guide-events)"
  },
  "t-guide/finish": {
    "type": "event",
    "description": "点击完成按钮时触发\n\n[docs](https://tdesign.tencent.com/vue/components/guide?tab=api#guide-events)"
  },
  "t-guide/next-step-click": {
    "type": "event",
    "description": "点击下一步时触发\n\n[docs](https://tdesign.tencent.com/vue/components/guide?tab=api#guide-events)"
  },
  "t-guide/prev-step-click": {
    "type": "event",
    "description": "点击上一步时触发\n\n[docs](https://tdesign.tencent.com/vue/components/guide?tab=api#guide-events)"
  },
  "t-guide/skip": {
    "type": "event",
    "description": "点击跳过按钮时触发\n\n[docs](https://tdesign.tencent.com/vue/components/guide?tab=api#guide-events)"
  },
  "t-head-menu/expand-type": {
    "type": "String",
    "options": [
      "normal",
      "popup"
    ],
    "description": "二级菜单展开方式，平铺展开和浮层展开\n\ndefault: normal\n\n[docs](https://tdesign.tencent.com/vue/components/head-menu?tab=api#headmenu-props)"
  },
  "t-head-menu/expanded": {
    "type": "Array",
    "description": "展开的子菜单集合\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/head-menu?tab=api#headmenu-props)"
  },
  "t-head-menu/logo": {
    "type": "TNode",
    "description": "站点 LOGO\n\n[docs](https://tdesign.tencent.com/vue/components/head-menu?tab=api#headmenu-props)"
  },
  "t-head-menu/operations": {
    "type": "TNode",
    "description": "导航操作区域\n\n[docs](https://tdesign.tencent.com/vue/components/head-menu?tab=api#headmenu-props)"
  },
  "t-head-menu/theme": {
    "type": "String",
    "options": [
      "light",
      "dark"
    ],
    "description": "\n\ndefault: light\n\n[docs](https://tdesign.tencent.com/vue/components/head-menu?tab=api#headmenu-props)"
  },
  "t-head-menu/value": {
    "type": "String|Number",
    "description": "激活菜单项\n\n[docs](https://tdesign.tencent.com/vue/components/head-menu?tab=api#headmenu-props)"
  },
  "t-head-menu/change": {
    "type": "event",
    "description": "激活菜单项发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/head-menu?tab=api#headmenu-events)"
  },
  "t-head-menu/expand": {
    "type": "event",
    "description": "展开的菜单项发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/head-menu?tab=api#headmenu-events)"
  },
  "t-header/height": {
    "type": "String",
    "description": "顶栏高度。样式表（class）中定义的默认高度为：64px\n\n[docs](https://tdesign.tencent.com/vue/components/header?tab=api#header-props)"
  },
  "t-icon-svg/load-default-icons": {
    "type": "Boolean",
    "description": "是否加载组件库内置图标\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/icon-svg?tab=api#iconsvg-props)"
  },
  "t-icon-svg/name": {
    "type": "String",
    "description": "图标名称\n\n[docs](https://tdesign.tencent.com/vue/components/icon-svg?tab=api#iconsvg-props)"
  },
  "t-icon-svg/size": {
    "type": "String",
    "description": "图标尺寸，支持 'small', 'medium', 'large'，'35px', '3em' 等\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/icon-svg?tab=api#iconsvg-props)"
  },
  "t-icon-svg/style": {
    "type": "String",
    "description": "可用于设置图标颜色，如：style=\\\"color: red\\\"\n\n[docs](https://tdesign.tencent.com/vue/components/icon-svg?tab=api#iconsvg-props)"
  },
  "t-icon-svg/url": {
    "type": "String|Array",
    "description": "图标地址，地址内容参考[组件内部默认加载图标](https://tdesign.gtimg.com/icon/web/index.js)\n\n[docs](https://tdesign.tencent.com/vue/components/icon-svg?tab=api#iconsvg-props)"
  },
  "t-icon-svg/click": {
    "type": "event",
    "description": "点击时触发\n\n[docs](https://tdesign.tencent.com/vue/components/icon-svg?tab=api#iconsvg-events)"
  },
  "t-iconfont/load-default-icons": {
    "type": "Boolean",
    "description": "是否加载组件库内置图标\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/iconfont?tab=api#iconfont-props)"
  },
  "t-iconfont/name": {
    "type": "String",
    "description": "图标名称\n\n[docs](https://tdesign.tencent.com/vue/components/iconfont?tab=api#iconfont-props)"
  },
  "t-iconfont/size": {
    "type": "String",
    "description": "图标尺寸，支持 'small', 'medium', 'large'，'35px', '3em' 等\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/iconfont?tab=api#iconfont-props)"
  },
  "t-iconfont/style": {
    "type": "String",
    "description": "可用于设置图标颜色，如：style=\\\"color: red\\\"\n\n[docs](https://tdesign.tencent.com/vue/components/iconfont?tab=api#iconfont-props)"
  },
  "t-iconfont/tag": {
    "type": "String",
    "description": "图标 DOM 元素，可选值：i/span/div/...\n\ndefault: i\n\n[docs](https://tdesign.tencent.com/vue/components/iconfont?tab=api#iconfont-props)"
  },
  "t-iconfont/url": {
    "type": "String|Array",
    "description": "图标地址，地址内容参考[组件内部默认加载图标](https://tdesign.gtimg.com/icon/web/index.css)。也可以在 index.html 中引入图标地址\n\n[docs](https://tdesign.tencent.com/vue/components/iconfont?tab=api#iconfont-props)"
  },
  "t-iconfont/click": {
    "type": "event",
    "description": "点击时触发\n\n[docs](https://tdesign.tencent.com/vue/components/iconfont?tab=api#iconfont-events)"
  },
  "t-image/alt": {
    "type": "String",
    "description": "图片描述\n\n[docs](https://tdesign.tencent.com/vue/components/image?tab=api#image-props)"
  },
  "t-image/error": {
    "type": "event",
    "description": "trigger on image load failed\n\n图片加载失败时触发\n\n[docs](https://tdesign.tencent.com/vue/components/image?tab=api#image-events)"
  },
  "t-image/fit": {
    "type": "String",
    "options": [
      "contain",
      "cover",
      "fill",
      "none",
      "scale-down"
    ],
    "description": "图片填充模式\n\ndefault: fill\n\n[docs](https://tdesign.tencent.com/vue/components/image?tab=api#image-props)"
  },
  "t-image/gallery": {
    "type": "Boolean",
    "description": "是否展示为图集样式\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/image?tab=api#image-props)"
  },
  "t-image/lazy": {
    "type": "Boolean",
    "description": "是否开启图片懒加载\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/image?tab=api#image-props)"
  },
  "t-image/loading": {
    "type": "String|TNode",
    "description": "自定义加载中状态的图片内容，如：“加载中”\n\n[docs](https://tdesign.tencent.com/vue/components/image?tab=api#image-props)"
  },
  "t-image/overlay-content": {
    "type": "String|TNode",
    "description": "overlay on the top of image\n\n图片上方的浮层内容\n\n[docs](https://tdesign.tencent.com/vue/components/image?tab=api#image-props)"
  },
  "t-image/overlay-trigger": {
    "type": "String",
    "options": [
      "always",
      "hover"
    ],
    "description": "浮层 `overlayContent` 出现的时机\n\ndefault: always\n\n[docs](https://tdesign.tencent.com/vue/components/image?tab=api#image-props)"
  },
  "t-image/placeholder": {
    "type": "String|TNode",
    "description": "占位元素，展示层级低于 `loading` `error` 和图片本身，值类型为字符串时表示占位图片地址\n\n[docs](https://tdesign.tencent.com/vue/components/image?tab=api#image-props)"
  },
  "t-image/position": {
    "type": "String",
    "description": "等同于原生的 object-position 属性，可选值为 top right bottom left 或 string，可以自定义任何单位，px 或者 百分比\n\ndefault: center\n\n[docs](https://tdesign.tencent.com/vue/components/image?tab=api#image-props)"
  },
  "t-image/shape": {
    "type": "String",
    "options": [
      "circle",
      "round",
      "square"
    ],
    "description": "图片圆角类型\n\ndefault: square\n\n[docs](https://tdesign.tencent.com/vue/components/image?tab=api#image-props)"
  },
  "t-image/src": {
    "type": "String",
    "description": "图片链接\n\n[docs](https://tdesign.tencent.com/vue/components/image?tab=api#image-props)"
  },
  "t-image/srcset": {
    "type": "Object",
    "description": "for `.avif` and `.webp` image url\n\n图片地址，支持特殊格式的图片，如 `.avif` 和 `.webp`\n\n[docs](https://tdesign.tencent.com/vue/components/image?tab=api#image-props)"
  },
  "t-image/load": {
    "type": "event",
    "description": "trigger on image loaded\n\n图片加载完成时触发\n\n[docs](https://tdesign.tencent.com/vue/components/image?tab=api#image-events)"
  },
  "t-image-viewer/close-btn": {
    "type": "Boolean|TNode",
    "description": "是否展示关闭按钮，值为 `true` 显示默认关闭按钮；值为 `false` 则不显示关闭按钮；也可以完全自定义关闭按钮\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/image-viewer?tab=api#imageviewer-props)"
  },
  "t-image-viewer/close-on-overlay": {
    "type": "Boolean",
    "description": "是否在点击遮罩层时，触发预览关闭\n\n[docs](https://tdesign.tencent.com/vue/components/image-viewer?tab=api#imageviewer-props)"
  },
  "t-image-viewer/draggable": {
    "type": "Boolean",
    "description": "是否允许拖拽调整位置。`mode=modal` 时，默认不允许拖拽；`mode=modeless` 时，默认允许拖拽\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/image-viewer?tab=api#imageviewer-props)"
  },
  "t-image-viewer/image-scale": {
    "type": "Object",
    "description": " 图片缩放相关配置。`imageScale.max` 缩放的最大比例；`imageScale.min` 缩放的最小比例；`imageScale.step` 缩放的步长速度\n\n[docs](https://tdesign.tencent.com/vue/components/image-viewer?tab=api#imageviewer-props)"
  },
  "t-image-viewer/images": {
    "type": "Array",
    "description": "图片数组。`mainImage` 表示主图，必传；`thumbnail` 表示缩略图，如果不存在，则使用主图显示；`download` 是否允许下载图片，默认允许下载。示例: `['img_url_1', 'img_url_2']`，`[{ thumbnail: 'small_image_url', mainImage: 'big_image_url', download: false }]`\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/image-viewer?tab=api#imageviewer-props)"
  },
  "t-image-viewer/index": {
    "type": "Number",
    "description": "当前预览图片所在的下标\n\n[docs](https://tdesign.tencent.com/vue/components/image-viewer?tab=api#imageviewer-props)"
  },
  "t-image-viewer/mode": {
    "type": "String",
    "options": [
      "modal",
      "modeless"
    ],
    "description": "模态预览（modal）和非模态预览（modeless)\n\ndefault: modal\n\n[docs](https://tdesign.tencent.com/vue/components/image-viewer?tab=api#imageviewer-props)"
  },
  "t-image-viewer/navigation-arrow": {
    "type": "Boolean|TNode",
    "description": "切换预览图片的左图标，可自定义\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/image-viewer?tab=api#imageviewer-props)"
  },
  "t-image-viewer/show-overlay": {
    "type": "Boolean",
    "description": "是否显示遮罩层。`mode=modal` 时，默认显示；`mode=modeless` 时，默认不显示\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/image-viewer?tab=api#imageviewer-props)"
  },
  "t-image-viewer/title": {
    "type": "String|TNode",
    "description": "preview title\n\n预览标题\n\n[docs](https://tdesign.tencent.com/vue/components/image-viewer?tab=api#imageviewer-props)"
  },
  "t-image-viewer/trigger": {
    "type": "String|TNode",
    "description": "trigger element\n\n触发图片预览的元素，可能是一个预览按钮，可能是一张缩略图，完全自定义\n\n[docs](https://tdesign.tencent.com/vue/components/image-viewer?tab=api#imageviewer-props)"
  },
  "t-image-viewer/viewer-scale": {
    "type": "Object",
    "description": "限制预览器缩放的最小宽度和最小高度，仅 `mode=modeless` 时有效\n\n[docs](https://tdesign.tencent.com/vue/components/image-viewer?tab=api#imageviewer-props)"
  },
  "t-image-viewer/visible": {
    "type": "Boolean",
    "description": "隐藏/显示预览\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/image-viewer?tab=api#imageviewer-props)"
  },
  "t-image-viewer/z-index": {
    "type": "Number",
    "description": "层级，默认为 2000\n\n[docs](https://tdesign.tencent.com/vue/components/image-viewer?tab=api#imageviewer-props)"
  },
  "t-image-viewer/close": {
    "type": "event",
    "description": "关闭时触发，事件参数包含触发关闭的来源：关闭按钮、遮罩层、ESC 键\n\n[docs](https://tdesign.tencent.com/vue/components/image-viewer?tab=api#imageviewer-events)"
  },
  "t-image-viewer/index-change": {
    "type": "event",
    "description": "预览图片切换时触发，`context.prev` 切换到上一张图片，`context.next` 切换到下一张图片\n\n[docs](https://tdesign.tencent.com/vue/components/image-viewer?tab=api#imageviewer-events)"
  },
  "t-input/align": {
    "type": "String",
    "options": [
      "left",
      "center",
      "right"
    ],
    "description": "文本内容位置，居左/居中/居右\n\ndefault: left\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/allow-input-over-max": {
    "type": "Boolean",
    "description": "超出 `maxlength` 或 `maxcharacter` 之后是否允许继续输入\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/auto-width": {
    "type": "Boolean",
    "description": "宽度随内容自适应\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/autocomplete": {
    "type": "String",
    "description": "是否开启自动填充功能，HTML5 原生属性，[点击查看详情](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete)\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/autofocus": {
    "type": "Boolean",
    "description": "自动聚焦\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/clearable": {
    "type": "Boolean",
    "description": "是否可清空\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/disabled": {
    "type": "Boolean",
    "description": "是否禁用输入框\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/format": {
    "type": "Function",
    "description": "指定输入框展示值的格式\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/input-class": {
    "type": "String|Object|Array",
    "description": "t-input 同级类名，示例：'name1 name2 name3' 或 `['name1', 'name2']` 或 `[{ 'name1': true }]`\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/label": {
    "type": "String|TNode",
    "description": "左侧文本\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/maxcharacter": {
    "type": "Number",
    "description": "用户最多可以输入的字符个数，一个中文汉字表示两个字符长度。`maxcharacter` 和 `maxlength` 二选一使用\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/maxlength": {
    "type": "Number",
    "description": "用户最多可以输入的文本长度，一个中文等于一个计数长度。值为空，则表示不限制输入长度。`maxcharacter` 和 `maxlength` 二选一使用\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/name": {
    "type": "String",
    "description": "名称\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/placeholder": {
    "type": "String",
    "description": "占位符\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/prefix-icon": {
    "type": "TNode",
    "description": "组件前置图标\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/readonly": {
    "type": "Boolean",
    "description": "只读状态\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/show-clear-icon-on-empty": {
    "type": "Boolean",
    "description": "输入框内容为空时，悬浮状态是否显示清空按钮，默认不显示\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/show-limit-number": {
    "type": "Boolean",
    "description": "show limit number text on the right\n\n是否在输入框右侧显示字数统计\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/size": {
    "type": "String",
    "options": [
      "small",
      "medium",
      "large"
    ],
    "description": "输入框尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/status": {
    "type": "String",
    "options": [
      "default",
      "success",
      "warning",
      "error"
    ],
    "description": "输入框状态。默认情况会由组件内部根据实际情况呈现，如果文本过长引起的状态变化\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/suffix": {
    "type": "String|TNode",
    "description": "后置图标前的后置内容\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/suffix-icon": {
    "type": "TNode",
    "description": "组件后置图标\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/tips": {
    "type": "String|TNode",
    "description": "输入框下方提示文本，会根据不同的 `status` 呈现不同的样式\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/type": {
    "type": "String",
    "options": [
      "text",
      "number",
      "url",
      "tel",
      "password",
      "search",
      "submit",
      "hidden"
    ],
    "description": "输入框类型\n\ndefault: text\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/value": {
    "type": "String|Number",
    "description": "输入框的值\n\ndefault: ''\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-props)"
  },
  "t-input/blur": {
    "type": "event",
    "description": "失去焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-events)"
  },
  "t-input/change": {
    "type": "event",
    "description": "输入框值发生变化时触发。`trigger=initial` 表示传入的数据不符合预期，组件自动处理后触发 change 告知父组件。如：初始值长度超过 `maxlength` 限制\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-events)"
  },
  "t-input/clear": {
    "type": "event",
    "description": "清空按钮点击时触发\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-events)"
  },
  "t-input/click": {
    "type": "event",
    "description": "点击组件时触发\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-events)"
  },
  "t-input/compositionend": {
    "type": "event",
    "description": "trigger on compositionend\n\n中文输入结束时触发\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-events)"
  },
  "t-input/compositionstart": {
    "type": "event",
    "description": "trigger on compositionstart\n\n中文输入开始时触发\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-events)"
  },
  "t-input/enter": {
    "type": "event",
    "description": "回车键按下时触发\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-events)"
  },
  "t-input/focus": {
    "type": "event",
    "description": "获得焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-events)"
  },
  "t-input/keydown": {
    "type": "event",
    "description": "键盘按下时触发\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-events)"
  },
  "t-input/keypress": {
    "type": "event",
    "description": "按下字符键时触发（keydown -> keypress -> keyup）\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-events)"
  },
  "t-input/keyup": {
    "type": "event",
    "description": "释放键盘时触发\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-events)"
  },
  "t-input/mouseenter": {
    "type": "event",
    "description": "trigger on mouseenter\n\n进入输入框时触发\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-events)"
  },
  "t-input/mouseleave": {
    "type": "event",
    "description": "trigger on mouseleave\n\n离开输入框时触发\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-events)"
  },
  "t-input/paste": {
    "type": "event",
    "description": "粘贴事件，`pasteValue` 表示粘贴板的内容\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-events)"
  },
  "t-input/validate": {
    "type": "event",
    "description": "trigger on text length being over max length or max character\n\n字数超出限制时触发\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-events)"
  },
  "t-input/wheel": {
    "type": "event",
    "description": "trigger on mouse wheel\n\n输入框中滚动鼠标时触发\n\n[docs](https://tdesign.tencent.com/vue/components/input?tab=api#input-events)"
  },
  "t-input-adornment/append": {
    "type": "String|TNode",
    "description": "The suffix decoration\n\n后缀装饰\n\n[docs](https://tdesign.tencent.com/vue/components/input-adornment?tab=api#inputadornment-props)"
  },
  "t-input-adornment/prepend": {
    "type": "String|TNode",
    "description": "The prefix decoration\n\n前缀装饰\n\n[docs](https://tdesign.tencent.com/vue/components/input-adornment?tab=api#inputadornment-props)"
  },
  "t-input-group/separate": {
    "type": "Boolean",
    "description": "need separate between multiple inputs\n\n多个输入框之间是否需要间隔\n\n[docs](https://tdesign.tencent.com/vue/components/input-group?tab=api#inputgroup-props)"
  },
  "t-input-number/align": {
    "type": "String",
    "options": [
      "left",
      "center",
      "right"
    ],
    "description": "文本内容位置，居左/居中/居右\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-props)"
  },
  "t-input-number/allow-input-over-limit": {
    "type": "Boolean",
    "description": "是否允许输入超过 `max` `min` 范围外的数字。为保障用户体验，仅在失去焦点时进行数字范围矫正。默认允许超出，数字超出范围时，输入框变红提醒\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-props)"
  },
  "t-input-number/auto-width": {
    "type": "Boolean",
    "description": "宽度随内容自适应\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-props)"
  },
  "t-input-number/decimal-places": {
    "type": "Number",
    "description": "[小数位数](https://en.wiktionary.org/wiki/decimal_place)\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-props)"
  },
  "t-input-number/disabled": {
    "type": "Boolean",
    "description": "禁用组件\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-props)"
  },
  "t-input-number/format": {
    "type": "Function",
    "description": "格式化输入框展示值。第二个事件参数 `context.fixedNumber` 表示处理过小数位数 `decimalPlaces` 的数字\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-props)"
  },
  "t-input-number/input-props": {
    "type": "Object",
    "description": "透传 Input 输入框组件全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-props)"
  },
  "t-input-number/label": {
    "type": "String|TNode",
    "description": "左侧文本\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-props)"
  },
  "t-input-number/large-number": {
    "type": "Boolean",
    "description": "是否作为大数使用。JS 支持的最大数字位数是 16 位，超过 16 位的数字需作为字符串大数处理。此时，数据类型必须保持为字符串，否则会丢失数据\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-props)"
  },
  "t-input-number/max": {
    "type": "String|Number",
    "description": "最大值。如果是大数，请传入字符串\n\ndefault: Infinity\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-props)"
  },
  "t-input-number/min": {
    "type": "String|Number",
    "description": "最小值。如果是大数，请传入字符串\n\ndefault: -Infinity\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-props)"
  },
  "t-input-number/placeholder": {
    "type": "String",
    "description": "占位符\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-props)"
  },
  "t-input-number/readonly": {
    "type": "Boolean",
    "description": "只读状态\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-props)"
  },
  "t-input-number/size": {
    "type": "String",
    "options": [
      "small",
      "medium",
      "large"
    ],
    "description": "组件尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-props)"
  },
  "t-input-number/status": {
    "type": "String",
    "options": [
      "default",
      "success",
      "warning",
      "error"
    ],
    "description": "文本框状态\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-props)"
  },
  "t-input-number/step": {
    "type": "String|Number",
    "description": "数值改变步数，可以是小数。如果是大数，请保证数据类型为字符串\n\ndefault: 1\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-props)"
  },
  "t-input-number/suffix": {
    "type": "String|TNode",
    "description": "后置内容\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-props)"
  },
  "t-input-number/theme": {
    "type": "String",
    "options": [
      "column",
      "row",
      "normal"
    ],
    "description": "按钮布局\n\ndefault: row\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-props)"
  },
  "t-input-number/tips": {
    "type": "String|TNode",
    "description": "输入框下方提示文本，会根据不同的 `status` 呈现不同的样式\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-props)"
  },
  "t-input-number/value": {
    "type": "String|Number",
    "description": "数字输入框的值。当值为 '' 时，输入框显示为空\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-props)"
  },
  "t-input-number/blur": {
    "type": "event",
    "description": "失去焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-events)"
  },
  "t-input-number/change": {
    "type": "event",
    "description": "值变化时触发，`type` 表示触发本次变化的来源\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-events)"
  },
  "t-input-number/enter": {
    "type": "event",
    "description": "回车键按下时触发\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-events)"
  },
  "t-input-number/focus": {
    "type": "event",
    "description": "获取焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-events)"
  },
  "t-input-number/keydown": {
    "type": "event",
    "description": "键盘按下时触发\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-events)"
  },
  "t-input-number/keypress": {
    "type": "event",
    "description": "按下字符键时触发（keydown -> keypress -> keyup）\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-events)"
  },
  "t-input-number/keyup": {
    "type": "event",
    "description": "释放键盘时触发\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-events)"
  },
  "t-input-number/validate": {
    "type": "event",
    "description": "最大值或最小值校验结束后触发，`exceed-maximum` 表示超出最大值，`below-minimum` 表示小于最小值\n\n[docs](https://tdesign.tencent.com/vue/components/input-number?tab=api#inputnumber-events)"
  },
  "t-layout/direction": {
    "type": "String",
    "options": [
      "vertical",
      "horizontal"
    ],
    "description": "【开发中】布局方向\n\n[docs](https://tdesign.tencent.com/vue/components/layout?tab=api#layout-props)"
  },
  "t-link/content": {
    "type": "String|TNode",
    "description": "链接内容\n\n[docs](https://tdesign.tencent.com/vue/components/link?tab=api#link-props)"
  },
  "t-link/default": {
    "type": "String|TNode",
    "description": "链接内容，同 content\n\n[docs](https://tdesign.tencent.com/vue/components/link?tab=api#link-props)"
  },
  "t-link/disabled": {
    "type": "Boolean",
    "description": "make link to be disabled\n\n禁用链接\n\n[docs](https://tdesign.tencent.com/vue/components/link?tab=api#link-props)"
  },
  "t-link/hover": {
    "type": "String",
    "options": [
      "color",
      "underline"
    ],
    "description": "hover link style\n\n链接悬浮态样式，有 文本颜色变化、添加下划线等 2 种方法\n\ndefault: underline\n\n[docs](https://tdesign.tencent.com/vue/components/link?tab=api#link-props)"
  },
  "t-link/href": {
    "type": "String",
    "description": "跳转链接\n\n[docs](https://tdesign.tencent.com/vue/components/link?tab=api#link-props)"
  },
  "t-link/prefix-icon": {
    "type": "TNode",
    "description": "前置图标\n\n[docs](https://tdesign.tencent.com/vue/components/link?tab=api#link-props)"
  },
  "t-link/size": {
    "type": "String",
    "options": [
      "small",
      "medium",
      "large"
    ],
    "description": "尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/link?tab=api#link-props)"
  },
  "t-link/suffix-icon": {
    "type": "TNode",
    "description": "后置图标\n\n[docs](https://tdesign.tencent.com/vue/components/link?tab=api#link-props)"
  },
  "t-link/target": {
    "type": "String",
    "description": "target is an attribute of `<a>`\n\n跳转方式，如：当前页面打开、新页面打开等，同 HTML 属性 target 含义相同\n\n[docs](https://tdesign.tencent.com/vue/components/link?tab=api#link-props)"
  },
  "t-link/theme": {
    "type": "String",
    "options": [
      "default",
      "primary",
      "danger",
      "warning",
      "success"
    ],
    "description": "组件风格，依次为默认色、品牌色、危险色、警告色、成功色\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/link?tab=api#link-props)"
  },
  "t-link/underline": {
    "type": "Boolean",
    "description": "普通状态是否显示链接下划线\n\n[docs](https://tdesign.tencent.com/vue/components/link?tab=api#link-props)"
  },
  "t-link/click": {
    "type": "event",
    "description": "click event, it won't trigger when it's disabled\n\n点击事件，禁用状态不会触发点击事件\n\n[docs](https://tdesign.tencent.com/vue/components/link?tab=api#link-events)"
  },
  "t-list/async-loading": {
    "type": "String|TNode",
    "description": "自定义加载中。值为空不显示加载中，值为 'loading' 显示加载中状态，值为 'load-more' 显示加载更多状态。值类型为函数，则表示自定义加载状态呈现内容\n\n[docs](https://tdesign.tencent.com/vue/components/list?tab=api#list-props)"
  },
  "t-list/footer": {
    "type": "String|TNode",
    "description": "底部\n\n[docs](https://tdesign.tencent.com/vue/components/list?tab=api#list-props)"
  },
  "t-list/header": {
    "type": "String|TNode",
    "description": "头部\n\n[docs](https://tdesign.tencent.com/vue/components/list?tab=api#list-props)"
  },
  "t-list/layout": {
    "type": "String",
    "options": [
      "horizontal",
      "vertical"
    ],
    "description": "排列方式（待设计稿输出）\n\ndefault: horizontal\n\n[docs](https://tdesign.tencent.com/vue/components/list?tab=api#list-props)"
  },
  "t-list/scroll": {
    "type": "event",
    "description": "列表滚动时触发，scrollTop 表示顶部滚动距离，scrollBottom 表示底部滚动距离\n\n[docs](https://tdesign.tencent.com/vue/components/list?tab=api#list-events)"
  },
  "t-list/size": {
    "type": "String",
    "options": [
      "small",
      "medium",
      "large"
    ],
    "description": "尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/list?tab=api#list-props)"
  },
  "t-list/split": {
    "type": "Boolean",
    "description": "是否展示分割线\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/list?tab=api#list-props)"
  },
  "t-list/stripe": {
    "type": "Boolean",
    "description": "是否展示斑马纹\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/list?tab=api#list-props)"
  },
  "t-list/load-more": {
    "type": "event",
    "description": "点击加载更多时触发\n\n[docs](https://tdesign.tencent.com/vue/components/list?tab=api#list-events)"
  },
  "t-list-item/action": {
    "type": "String|TNode",
    "description": "操作栏\n\n[docs](https://tdesign.tencent.com/vue/components/list-item?tab=api#listitem-props)"
  },
  "t-list-item/content": {
    "type": "String|TNode",
    "description": "内容\n\n[docs](https://tdesign.tencent.com/vue/components/list-item?tab=api#listitem-props)"
  },
  "t-list-item/default": {
    "type": "String|TNode",
    "description": "内容，同 content\n\n[docs](https://tdesign.tencent.com/vue/components/list-item?tab=api#listitem-props)"
  },
  "t-list-item-meta/avatar": {
    "type": "String|TNode",
    "description": "列表项图片\n\n[docs](https://tdesign.tencent.com/vue/components/list-item-meta?tab=api#listitemmeta-props)"
  },
  "t-list-item-meta/description": {
    "type": "String|TNode",
    "description": "列表项内容\n\n[docs](https://tdesign.tencent.com/vue/components/list-item-meta?tab=api#listitemmeta-props)"
  },
  "t-list-item-meta/image": {
    "type": "String|TNode",
    "description": "列表项图片\n\n[docs](https://tdesign.tencent.com/vue/components/list-item-meta?tab=api#listitemmeta-props)"
  },
  "t-list-item-meta/title": {
    "type": "String|TNode",
    "description": "列表项标题\n\n[docs](https://tdesign.tencent.com/vue/components/list-item-meta?tab=api#listitemmeta-props)"
  },
  "t-loading/attach": {
    "type": "String|Function",
    "description": "挂载元素，默认挂载到组件本身所在的位置。数据类型为 String 时，会被当作选择器处理，进行节点查询。示例：'body' 或 () => document.body\n\ndefault: ''\n\n[docs](https://tdesign.tencent.com/vue/components/loading?tab=api#loading-props)"
  },
  "t-loading/content": {
    "type": "String|TNode",
    "description": "子元素\n\n[docs](https://tdesign.tencent.com/vue/components/loading?tab=api#loading-props)"
  },
  "t-loading/default": {
    "type": "String|TNode",
    "description": "子元素，同 content\n\n[docs](https://tdesign.tencent.com/vue/components/loading?tab=api#loading-props)"
  },
  "t-loading/delay": {
    "type": "Number",
    "description": "延迟显示加载效果的时间，用于防止请求速度过快引起的加载闪烁，单位：毫秒\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/loading?tab=api#loading-props)"
  },
  "t-loading/fullscreen": {
    "type": "Boolean",
    "description": "是否显示为全屏加载\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/loading?tab=api#loading-props)"
  },
  "t-loading/indicator": {
    "type": "Boolean|TNode",
    "description": "加载指示符，值为 true 显示默认指示符，值为 false 则不显示，也可以自定义指示符\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/loading?tab=api#loading-props)"
  },
  "t-loading/inherit-color": {
    "type": "Boolean",
    "description": "是否继承父元素颜色\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/loading?tab=api#loading-props)"
  },
  "t-loading/loading": {
    "type": "Boolean",
    "description": "是否处于加载状态\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/loading?tab=api#loading-props)"
  },
  "t-loading/prevent-scroll-through": {
    "type": "Boolean",
    "description": "防止滚动穿透，全屏加载模式有效\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/loading?tab=api#loading-props)"
  },
  "t-loading/show-overlay": {
    "type": "Boolean",
    "description": "是否需要遮罩层，遮罩层对包裹元素才有效\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/loading?tab=api#loading-props)"
  },
  "t-loading/size": {
    "type": "String",
    "description": "尺寸，示例：small/medium/large/12px/56px/0.3em\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/loading?tab=api#loading-props)"
  },
  "t-loading/text": {
    "type": "String|TNode",
    "description": "加载提示文案\n\n[docs](https://tdesign.tencent.com/vue/components/loading?tab=api#loading-props)"
  },
  "t-loading/z-index": {
    "type": "Number",
    "description": "消息通知层级，样式默认为 3500\n\n[docs](https://tdesign.tencent.com/vue/components/loading?tab=api#loading-props)"
  },
  "t-menu/collapsed": {
    "type": "Boolean",
    "description": "是否收起菜单\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/menu?tab=api#menu-props)"
  },
  "t-menu/expand-mutex": {
    "type": "Boolean",
    "description": "同级别互斥展开\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/menu?tab=api#menu-props)"
  },
  "t-menu/expand-type": {
    "type": "String",
    "options": [
      "normal",
      "popup"
    ],
    "description": "二级菜单展开方式，平铺展开和浮层展开\n\ndefault: normal\n\n[docs](https://tdesign.tencent.com/vue/components/menu?tab=api#menu-props)"
  },
  "t-menu/expanded": {
    "type": "Array",
    "description": "子菜单展开的导航集合\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/menu?tab=api#menu-props)"
  },
  "t-menu/logo": {
    "type": "TNode",
    "description": "站点 LOGO\n\n[docs](https://tdesign.tencent.com/vue/components/menu?tab=api#menu-props)"
  },
  "t-menu/operations": {
    "type": "TNode",
    "description": "导航操作区域\n\n[docs](https://tdesign.tencent.com/vue/components/menu?tab=api#menu-props)"
  },
  "t-menu/theme": {
    "type": "String",
    "options": [
      "light",
      "dark",
      "global",
      "system"
    ],
    "description": "Menu can be light mode or dark mode.\n\n菜单风格，有亮色模式和暗色模式两种。当 `theme = global` 时，模式随整个组件库；当 `theme = system` 时，模式跟随系统。⚠️ `global/system` 正在开发中，暂勿使用\n\ndefault: light\n\n[docs](https://tdesign.tencent.com/vue/components/menu?tab=api#menu-props)"
  },
  "t-menu/value": {
    "type": "String|Number",
    "description": "激活菜单项\n\n[docs](https://tdesign.tencent.com/vue/components/menu?tab=api#menu-props)"
  },
  "t-menu/width": {
    "type": "String|Number|Array",
    "description": "菜单宽度。值类型为数组时，分别表示菜单展开和折叠的宽度。[ 展开时的宽度, 折叠时的宽度 ]，示例：['200px', '80px']\n\ndefault: '232px'\n\n[docs](https://tdesign.tencent.com/vue/components/menu?tab=api#menu-props)"
  },
  "t-menu/change": {
    "type": "event",
    "description": "激活菜单项发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/menu?tab=api#menu-events)"
  },
  "t-menu/expand": {
    "type": "event",
    "description": "展开的菜单项发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/menu?tab=api#menu-events)"
  },
  "t-menu-group/title": {
    "type": "String|TNode",
    "description": "菜单组标题\n\n[docs](https://tdesign.tencent.com/vue/components/menu-group?tab=api#menugroup-props)"
  },
  "t-menu-item/content": {
    "type": "String|TNode",
    "description": "菜单项内容\n\n[docs](https://tdesign.tencent.com/vue/components/menu-item?tab=api#menuitem-props)"
  },
  "t-menu-item/default": {
    "type": "String|TNode",
    "description": "菜单项内容，同 content\n\n[docs](https://tdesign.tencent.com/vue/components/menu-item?tab=api#menuitem-props)"
  },
  "t-menu-item/disabled": {
    "type": "Boolean",
    "description": "是否禁用菜单项展开/收起/跳转等功能\n\n[docs](https://tdesign.tencent.com/vue/components/menu-item?tab=api#menuitem-props)"
  },
  "t-menu-item/href": {
    "type": "String",
    "description": "跳转链接\n\n[docs](https://tdesign.tencent.com/vue/components/menu-item?tab=api#menuitem-props)"
  },
  "t-menu-item/icon": {
    "type": "TNode",
    "description": "图标\n\n[docs](https://tdesign.tencent.com/vue/components/menu-item?tab=api#menuitem-props)"
  },
  "t-menu-item/replace": {
    "type": "Boolean",
    "description": "路由跳转是否采用覆盖的方式（覆盖后将没有浏览器历史记录）\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/menu-item?tab=api#menuitem-props)"
  },
  "t-menu-item/router": {
    "type": "Object",
    "description": "路由对象。如果项目存在 Router，则默认使用 Router。\n\n[docs](https://tdesign.tencent.com/vue/components/menu-item?tab=api#menuitem-props)"
  },
  "t-menu-item/target": {
    "type": "String",
    "options": [
      "_blank",
      "_self",
      "_parent",
      "_top"
    ],
    "description": "链接或路由跳转方式\n\n[docs](https://tdesign.tencent.com/vue/components/menu-item?tab=api#menuitem-props)"
  },
  "t-menu-item/to": {
    "type": "String|Object",
    "description": "路由跳转目标，当且仅当 Router 存在时，该 API 有效\n\n[docs](https://tdesign.tencent.com/vue/components/menu-item?tab=api#menuitem-props)"
  },
  "t-menu-item/value": {
    "type": "String|Number",
    "description": "菜单项唯一标识\n\n[docs](https://tdesign.tencent.com/vue/components/menu-item?tab=api#menuitem-props)"
  },
  "t-menu-item/click": {
    "type": "event",
    "description": "trigger on click\n\n点击时触发\n\n[docs](https://tdesign.tencent.com/vue/components/menu-item?tab=api#menuitem-events)"
  },
  "t-message/close-btn": {
    "type": "String|Boolean|TNode",
    "description": "关闭按钮，可以自定义。值为 true 显示默认关闭按钮，值为 false 不显示关闭按钮。值类型为 string 则直接显示值，如：“关闭”。也可以完全自定义按钮\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/message?tab=api#message-props)"
  },
  "t-message/content": {
    "type": "String|TNode",
    "description": "用于自定义消息弹出内容\n\n[docs](https://tdesign.tencent.com/vue/components/message?tab=api#message-props)"
  },
  "t-message/duration": {
    "type": "Number",
    "description": "消息内置计时器，计时到达时会触发 duration-end 事件。单位：毫秒。值为 0 则表示没有计时器。\n\ndefault: 3000\n\n[docs](https://tdesign.tencent.com/vue/components/message?tab=api#message-props)"
  },
  "t-message/icon": {
    "type": "Boolean|TNode",
    "description": "用于自定义消息前面的图标，优先级大于 theme 设定的图标。值为 false 则不显示图标，值为 true 显示 theme 设定图标\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/message?tab=api#message-props)"
  },
  "t-message/theme": {
    "type": "String",
    "options": [
      "info",
      "success",
      "warning",
      "error",
      "question",
      "loading"
    ],
    "description": "消息组件风格\n\ndefault: info\n\n[docs](https://tdesign.tencent.com/vue/components/message?tab=api#message-props)"
  },
  "t-message/close": {
    "type": "event",
    "description": "close message event\n\n关闭消息时触发\n\n[docs](https://tdesign.tencent.com/vue/components/message?tab=api#message-events)"
  },
  "t-message/close-btn-click": {
    "type": "event",
    "description": "当关闭按钮存在时，用户点击关闭按钮触发\n\n[docs](https://tdesign.tencent.com/vue/components/message?tab=api#message-events)"
  },
  "t-message/duration-end": {
    "type": "event",
    "description": "计时结束后触发\n\n[docs](https://tdesign.tencent.com/vue/components/message?tab=api#message-events)"
  },
  "t-notification/close-btn": {
    "type": "String|Boolean|TNode",
    "description": "关闭按钮，可以自定义。值为 true 显示默认关闭按钮，值为 false 不显示关闭按钮。值类型为 string 则直接显示值，如：“关闭”。值类型为 TNode，则表示呈现自定义按钮示例\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/notification?tab=api#notification-props)"
  },
  "t-notification/content": {
    "type": "String|TNode",
    "description": "自定义内容\n\n[docs](https://tdesign.tencent.com/vue/components/notification?tab=api#notification-props)"
  },
  "t-notification/default": {
    "type": "String|TNode",
    "description": "自定义内容，同 content\n\n[docs](https://tdesign.tencent.com/vue/components/notification?tab=api#notification-props)"
  },
  "t-notification/duration": {
    "type": "Number",
    "description": "消息显示时长，单位：毫秒。值为 0 表示永久显示\n\ndefault: 3000\n\n[docs](https://tdesign.tencent.com/vue/components/notification?tab=api#notification-props)"
  },
  "t-notification/footer": {
    "type": "String|TNode",
    "description": "用于自定义底部内容\n\n[docs](https://tdesign.tencent.com/vue/components/notification?tab=api#notification-props)"
  },
  "t-notification/icon": {
    "type": "Boolean|TNode",
    "description": "用于自定义消息通知前面的图标，优先级大于 theme 设定的图标。值为 false 则不显示图标，值为 true 显示 theme 设定图标\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/notification?tab=api#notification-props)"
  },
  "t-notification/theme": {
    "type": "String",
    "options": [
      "info",
      "success",
      "warning",
      "error"
    ],
    "description": "消息类型\n\ndefault: info\n\n[docs](https://tdesign.tencent.com/vue/components/notification?tab=api#notification-props)"
  },
  "t-notification/title": {
    "type": "String|TNode",
    "description": "标题\n\n[docs](https://tdesign.tencent.com/vue/components/notification?tab=api#notification-props)"
  },
  "t-notification/close-btn-click": {
    "type": "event",
    "description": "点击关闭按钮时触发\n\n[docs](https://tdesign.tencent.com/vue/components/notification?tab=api#notification-events)"
  },
  "t-notification/duration-end": {
    "type": "event",
    "description": "计时结束时触发\n\n[docs](https://tdesign.tencent.com/vue/components/notification?tab=api#notification-events)"
  },
  "t-option/check-all": {
    "type": "Boolean",
    "description": "check all option, which can be both top of the panel and bottom of the panel\n\n当前选项是否为全选，全选可以在顶部，也可以在底部。点击当前选项会选中禁用态除外的全部选项，即使是分组选择器也会选中全部选项\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/option?tab=api#option-props)"
  },
  "t-option/content": {
    "type": "String|TNode",
    "description": "用于定义复杂的选项内容\n\n[docs](https://tdesign.tencent.com/vue/components/option?tab=api#option-props)"
  },
  "t-option/default": {
    "type": "String|TNode",
    "description": "用于定义复杂的选项内容。同 content\n\n[docs](https://tdesign.tencent.com/vue/components/option?tab=api#option-props)"
  },
  "t-option/disabled": {
    "type": "Boolean",
    "description": "是否禁用该选项\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/option?tab=api#option-props)"
  },
  "t-option/label": {
    "type": "String",
    "description": "选项名称\n\n[docs](https://tdesign.tencent.com/vue/components/option?tab=api#option-props)"
  },
  "t-option/title": {
    "type": "String",
    "description": "选项标题，在选项过长时hover选项展示\n\n[docs](https://tdesign.tencent.com/vue/components/option?tab=api#option-props)"
  },
  "t-option/value": {
    "type": "String|Number",
    "description": "选项值\n\n[docs](https://tdesign.tencent.com/vue/components/option?tab=api#option-props)"
  },
  "t-option-group/divider": {
    "type": "Boolean",
    "description": "是否显示分隔线\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/option-group?tab=api#optiongroup-props)"
  },
  "t-option-group/label": {
    "type": "String",
    "description": "分组别名\n\n[docs](https://tdesign.tencent.com/vue/components/option-group?tab=api#optiongroup-props)"
  },
  "t-pagination/current": {
    "type": "Number",
    "description": "当前页\n\ndefault: 1\n\n[docs](https://tdesign.tencent.com/vue/components/pagination?tab=api#pagination-props)"
  },
  "t-pagination/disabled": {
    "type": "Boolean",
    "description": "是否禁用分页组件\n\n[docs](https://tdesign.tencent.com/vue/components/pagination?tab=api#pagination-props)"
  },
  "t-pagination/folded-max-page-btn": {
    "type": "Number",
    "description": "折叠时最多显示页码按钮数\n\ndefault: 5\n\n[docs](https://tdesign.tencent.com/vue/components/pagination?tab=api#pagination-props)"
  },
  "t-pagination/max-page-btn": {
    "type": "Number",
    "description": "最多显示页码按钮数\n\ndefault: 10\n\n[docs](https://tdesign.tencent.com/vue/components/pagination?tab=api#pagination-props)"
  },
  "t-pagination/page-ellipsis-mode": {
    "type": "String",
    "options": [
      "mid",
      "both-ends"
    ],
    "description": "页码数量超出时，前后省略模式, `mid`表示中间省略, `both-ends` 表示两端省略\n\ndefault: mid\n\n[docs](https://tdesign.tencent.com/vue/components/pagination?tab=api#pagination-props)"
  },
  "t-pagination/page-size": {
    "type": "Number",
    "description": "each page count\n\n每一页的数据量\n\ndefault: 10\n\n[docs](https://tdesign.tencent.com/vue/components/pagination?tab=api#pagination-props)"
  },
  "t-pagination/page-size-options": {
    "type": "Array",
    "description": "分页大小控制器，值为 [] 则不显示\n\ndefault: [5, 10, 20, 50]\n\n[docs](https://tdesign.tencent.com/vue/components/pagination?tab=api#pagination-props)"
  },
  "t-pagination/select-props": {
    "type": "Object",
    "description": "透传全部属性到 Select 组件，也可使用 `selectProps.popupProps` 透传全部 Popup 组件\n\n[docs](https://tdesign.tencent.com/vue/components/pagination?tab=api#pagination-props)"
  },
  "t-pagination/show-first-and-last-page-btn": {
    "type": "Boolean",
    "description": "是否显示跳转首页尾页页码控制器\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/pagination?tab=api#pagination-props)"
  },
  "t-pagination/show-jumper": {
    "type": "Boolean",
    "description": "是否显示跳转页码控制器\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/pagination?tab=api#pagination-props)"
  },
  "t-pagination/show-page-number": {
    "type": "Boolean",
    "description": "是否显示页码控制器\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/pagination?tab=api#pagination-props)"
  },
  "t-pagination/show-page-size": {
    "type": "Boolean",
    "description": "是否显示分页数量控制器\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/pagination?tab=api#pagination-props)"
  },
  "t-pagination/show-previous-and-next-btn": {
    "type": "Boolean",
    "description": "是否显示跳转前后页页码控制器\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/pagination?tab=api#pagination-props)"
  },
  "t-pagination/size": {
    "type": "String",
    "options": [
      "small",
      "medium"
    ],
    "description": "分页组件尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/pagination?tab=api#pagination-props)"
  },
  "t-pagination/theme": {
    "type": "String",
    "options": [
      "default",
      "simple"
    ],
    "description": "分页组件风格\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/pagination?tab=api#pagination-props)"
  },
  "t-pagination/total": {
    "type": "Number",
    "description": "数据总条数\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/pagination?tab=api#pagination-props)"
  },
  "t-pagination/total-content": {
    "type": "Boolean|TNode",
    "description": "用于自定义总条数呈现内容。默认显示总条数，值为 false 则不显示\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/pagination?tab=api#pagination-props)"
  },
  "t-pagination/change": {
    "type": "event",
    "description": "当前页或分页大小发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/pagination?tab=api#pagination-events)"
  },
  "t-pagination/current-change": {
    "type": "event",
    "description": "当前页发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/pagination?tab=api#pagination-events)"
  },
  "t-pagination/page-size-change": {
    "type": "event",
    "description": "分页大小发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/pagination?tab=api#pagination-events)"
  },
  "t-pagination-mini/disabled": {
    "type": "Boolean|Object",
    "description": "按钮禁用配置\n\n[docs](https://tdesign.tencent.com/vue/components/pagination-mini?tab=api#paginationmini-props)"
  },
  "t-pagination-mini/layout": {
    "type": "String",
    "options": [
      "horizontal",
      "vertical"
    ],
    "description": "horizontal or vertical\n\n按钮方向\n\ndefault: horizontal\n\n[docs](https://tdesign.tencent.com/vue/components/pagination-mini?tab=api#paginationmini-props)"
  },
  "t-pagination-mini/show-current": {
    "type": "Boolean",
    "description": "是否展示当前按钮\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/pagination-mini?tab=api#paginationmini-props)"
  },
  "t-pagination-mini/size": {
    "type": "String",
    "options": [
      "small",
      "medium",
      "large"
    ],
    "description": "Button size\n\n按钮尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/pagination-mini?tab=api#paginationmini-props)"
  },
  "t-pagination-mini/tips": {
    "type": "Object",
    "description": "提示文案配置，值为 `true` 显示默认文案；值为 `false` 不显示提示文案；值类型为对象则单独配置文案内容\n\n[docs](https://tdesign.tencent.com/vue/components/pagination-mini?tab=api#paginationmini-props)"
  },
  "t-pagination-mini/variant": {
    "type": "String",
    "options": [
      "text",
      "outline"
    ],
    "description": "按钮形式\n\ndefault: text\n\n[docs](https://tdesign.tencent.com/vue/components/pagination-mini?tab=api#paginationmini-props)"
  },
  "t-pagination-mini/change": {
    "type": "event",
    "description": "按钮点击事件回调\n\n[docs](https://tdesign.tencent.com/vue/components/pagination-mini?tab=api#paginationmini-events)"
  },
  "t-popconfirm/cancel-btn": {
    "type": "String|Object|TNode",
    "description": "取消按钮，可自定义。值为 null 则不显示取消按钮。值类型为字符串，则表示自定义按钮文本，值类型为 Object 则表示透传 Button 组件属性。使用 TNode 自定义按钮时，需自行控制取消事件\n\ndefault: ''\n\n[docs](https://tdesign.tencent.com/vue/components/popconfirm?tab=api#popconfirm-props)"
  },
  "t-popconfirm/confirm-btn": {
    "type": "String|Object|TNode",
    "description": "确认按钮。值类型为字符串，则表示自定义按钮文本，值类型为 Object 则表示透传 Button 组件属性。使用 TNode 自定义按钮时，需自行控制确认事件\n\ndefault: ''\n\n[docs](https://tdesign.tencent.com/vue/components/popconfirm?tab=api#popconfirm-props)"
  },
  "t-popconfirm/default": {
    "type": "String|TNode",
    "description": "触发元素，同 triggerElement\n\n[docs](https://tdesign.tencent.com/vue/components/popconfirm?tab=api#popconfirm-props)"
  },
  "t-popconfirm/destroy-on-close": {
    "type": "Boolean",
    "description": "是否在关闭浮层时销毁浮层\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/popconfirm?tab=api#popconfirm-props)"
  },
  "t-popconfirm/icon": {
    "type": "TNode",
    "description": "确认框图标\n\n[docs](https://tdesign.tencent.com/vue/components/popconfirm?tab=api#popconfirm-props)"
  },
  "t-popconfirm/placement": {
    "type": "String",
    "options": [
      "top",
      "left",
      "right",
      "bottom",
      "top-left",
      "top-right",
      "bottom-left",
      "bottom-right",
      "left-top",
      "left-bottom",
      "right-top",
      "right-bottom"
    ],
    "description": "浮层出现位置\n\ndefault: top\n\n[docs](https://tdesign.tencent.com/vue/components/popconfirm?tab=api#popconfirm-props)"
  },
  "t-popconfirm/popup-props": {
    "type": "Object",
    "description": "透传 Popup 组件属性\n\n[docs](https://tdesign.tencent.com/vue/components/popconfirm?tab=api#popconfirm-props)"
  },
  "t-popconfirm/show-arrow": {
    "type": "Boolean",
    "description": "是否显示浮层箭头\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/popconfirm?tab=api#popconfirm-props)"
  },
  "t-popconfirm/theme": {
    "type": "String",
    "options": [
      "default",
      "warning",
      "danger"
    ],
    "description": "文字提示风格。如果期望不显示文本前方的主题图标，请更为设置 `icon` 为 `null`\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/popconfirm?tab=api#popconfirm-props)"
  },
  "t-popconfirm/trigger-element": {
    "type": "String|TNode",
    "description": "触发元素\n\n[docs](https://tdesign.tencent.com/vue/components/popconfirm?tab=api#popconfirm-props)"
  },
  "t-popconfirm/cancel": {
    "type": "event",
    "description": "点击取消按钮时触发\n\n[docs](https://tdesign.tencent.com/vue/components/popconfirm?tab=api#popconfirm-events)"
  },
  "t-popconfirm/confirm": {
    "type": "event",
    "description": "点击确认按钮时触发\n\n[docs](https://tdesign.tencent.com/vue/components/popconfirm?tab=api#popconfirm-events)"
  },
  "t-popconfirm/visible-change": {
    "type": "event",
    "description": "确认框显示或隐藏时触发\n\n[docs](https://tdesign.tencent.com/vue/components/popconfirm?tab=api#popconfirm-events)"
  },
  "t-popup/attach": {
    "type": "String|Function",
    "description": "制定挂载节点。数据类型为 String 时，会被当作选择器处理，进行节点查询。示例：'body' 或 () => document.body\n\ndefault: 'body'\n\n[docs](https://tdesign.tencent.com/vue/components/popup?tab=api#popup-props)"
  },
  "t-popup/close-btn": {
    "type": "Boolean|TNode",
    "description": "是否展示关闭按钮，值为 `true` 显示默认关闭按钮；值为 `false` 则不显示关闭按钮；也可以自定义关闭按钮\n\n[docs](https://tdesign.tencent.com/vue/components/popup?tab=api#popup-props)"
  },
  "t-popup/content": {
    "type": "String|TNode",
    "description": "浮层里面的内容\n\n[docs](https://tdesign.tencent.com/vue/components/popup?tab=api#popup-props)"
  },
  "t-popup/default": {
    "type": "String|TNode",
    "description": "触发元素，同 triggerElement\n\n[docs](https://tdesign.tencent.com/vue/components/popup?tab=api#popup-props)"
  },
  "t-popup/delay": {
    "type": "Number|Array",
    "description": "delay to show or hide popover\n\n延时显示或隐藏浮层，[延迟显示的时间，延迟隐藏的时间]，单位：毫秒。如果只有一个时间，则表示显示和隐藏的延迟时间相同。示例 `'300'` 或者 `[200, 200]`。默认为：[250, 150]\n\n[docs](https://tdesign.tencent.com/vue/components/popup?tab=api#popup-props)"
  },
  "t-popup/destroy-on-close": {
    "type": "Boolean",
    "description": "是否在关闭浮层时销毁浮层\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/popup?tab=api#popup-props)"
  },
  "t-popup/disabled": {
    "type": "Boolean",
    "description": "是否禁用组件\n\n[docs](https://tdesign.tencent.com/vue/components/popup?tab=api#popup-props)"
  },
  "t-popup/hide-empty-popup": {
    "type": "Boolean",
    "description": "浮层是否隐藏空内容，默认不隐藏\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/popup?tab=api#popup-props)"
  },
  "t-popup/overlay-class-name": {
    "type": "String|Object|Array",
    "description": "浮层类名，示例：'name1 name2 name3' 或 `['name1', 'name2']` 或 `[{ 'name1': true }]`\n\n[docs](https://tdesign.tencent.com/vue/components/popup?tab=api#popup-props)"
  },
  "t-popup/overlay-inner-class-name": {
    "type": "String|Object|Array",
    "description": "浮层内容部分类名，示例：'name1 name2 name3' 或 `['name1', 'name2']` 或 `[{ 'name1': true }]`\n\n[docs](https://tdesign.tencent.com/vue/components/popup?tab=api#popup-props)"
  },
  "t-popup/overlay-inner-style": {
    "type": "Boolean|Object|Function",
    "description": "浮层内容部分样式，第一个参数 `triggerElement` 表示触发元素 DOM 节点，第二个参数 `popupElement` 表示浮层元素 DOM 节点\n\n[docs](https://tdesign.tencent.com/vue/components/popup?tab=api#popup-props)"
  },
  "t-popup/overlay-style": {
    "type": "Boolean|Object|Function",
    "description": "浮层样式，第一个参数 `triggerElement` 表示触发元素 DOM 节点，第二个参数 `popupElement` 表示浮层元素 DOM 节点\n\n[docs](https://tdesign.tencent.com/vue/components/popup?tab=api#popup-props)"
  },
  "t-popup/placement": {
    "type": "String",
    "description": "浮层出现位置\n\ndefault: top\n\n[docs](https://tdesign.tencent.com/vue/components/popup?tab=api#popup-props)"
  },
  "t-popup/popper-options": {
    "type": "Object",
    "description": "popper initial options，details refer to https://popper.js.org/docs\n\npopper 初始化配置，详情参考 https://popper.js.org/docs/\n\n[docs](https://tdesign.tencent.com/vue/components/popup?tab=api#popup-props)"
  },
  "t-popup/show-arrow": {
    "type": "Boolean",
    "description": "是否显示浮层箭头\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/popup?tab=api#popup-props)"
  },
  "t-popup/trigger": {
    "type": "String",
    "options": [
      "hover",
      "click",
      "focus",
      "mousedown",
      "context-menu"
    ],
    "description": "触发浮层出现的方式\n\ndefault: hover\n\n[docs](https://tdesign.tencent.com/vue/components/popup?tab=api#popup-props)"
  },
  "t-popup/trigger-element": {
    "type": "String|TNode",
    "description": "触发元素。值类型为字符串表示元素选择器\n\n[docs](https://tdesign.tencent.com/vue/components/popup?tab=api#popup-props)"
  },
  "t-popup/visible": {
    "type": "Boolean",
    "description": "是否显示浮层\n\n[docs](https://tdesign.tencent.com/vue/components/popup?tab=api#popup-props)"
  },
  "t-popup/z-index": {
    "type": "Number",
    "description": "组件层级，Web 侧样式默认为 5500，移动端和小程序样式默认为 1500\n\n[docs](https://tdesign.tencent.com/vue/components/popup?tab=api#popup-props)"
  },
  "t-popup/scroll": {
    "type": "event",
    "description": "下拉选项滚动事件\n\n[docs](https://tdesign.tencent.com/vue/components/popup?tab=api#popup-events)"
  },
  "t-popup/scroll-to-bottom": {
    "type": "event",
    "description": "下拉滚动触底事件，常用于滚动到底执行具体业务逻辑\n\n[docs](https://tdesign.tencent.com/vue/components/popup?tab=api#popup-events)"
  },
  "t-popup/visible-change": {
    "type": "event",
    "description": "当浮层隐藏或显示时触发，`trigger=document` 表示点击非浮层元素触发；`trigger=context-menu` 表示右击触发\n\n[docs](https://tdesign.tencent.com/vue/components/popup?tab=api#popup-events)"
  },
  "t-primary-table/async-loading": {
    "type": "String|TNode",
    "description": "async loading state\n\n异步加载状态。值为 `loading` 显示默认文字 “正在加载中，请稍后”，值为 `loading-more` 显示“点击加载更多”，值为其他，表示完全自定义异步加载区域内容\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/async-loading": {
    "type": "String|TNode",
    "description": "async loading state\n\n异步加载状态。值为 `loading` 显示默认文字 “正在加载中，请稍后”，值为 `loading-more` 显示“点击加载更多”，值为其他，表示完全自定义异步加载区域内容\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/column-controller": {
    "type": "Object",
    "description": "自定义显示列控制器，值为空不会显示。具体属性请看下方 `TableColumnController` 文档\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/column-controller": {
    "type": "Object",
    "description": "自定义显示列控制器，值为空不会显示。具体属性请看下方 `TableColumnController` 文档\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/column-controller-visible": {
    "type": "Boolean",
    "description": "是否显示列配置弹框控制器，只要该属性值不为 `undefined`，弹框的显示/隐藏完全由该属性控制\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/column-controller-visible": {
    "type": "Boolean",
    "description": "是否显示列配置弹框控制器，只要该属性值不为 `undefined`，弹框的显示/隐藏完全由该属性控制\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/columns": {
    "type": "Array",
    "description": "table column configs\n\n列配置，泛型 T 指表格数据类型\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/display-columns": {
    "type": "Array",
    "description": "列配置功能中，当前显示的列\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/display-columns": {
    "type": "Array",
    "description": "列配置功能中，当前显示的列\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/drag-sort": {
    "type": "event",
    "description": "trigger on drag sort\n\n拖拽排序时触发，`data` 表示排序前的数据，`newData` 表示拖拽排序结束后的新数据，`sort=row` 表示行拖拽事件触发，`sort=col` 表示列拖拽事件触发\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-table/drag-sort": {
    "type": "event",
    "description": "trigger on drag sort\n\n拖拽排序时触发，`data` 表示排序前的数据，`newData` 表示拖拽排序结束后的新数据，`sort=row` 表示行拖拽事件触发，`sort=col` 表示列拖拽事件触发\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-primary-table/drag-sort-options": {
    "type": "Object",
    "description": "drag sort params\n\n拖拽排序扩展参数，具体参数见 [Sortable](https://github.com/SortableJS/Sortable)\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/drag-sort-options": {
    "type": "Object",
    "description": "drag sort params\n\n拖拽排序扩展参数，具体参数见 [Sortable](https://github.com/SortableJS/Sortable)\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/editable-cell-state": {
    "type": "Function",
    "description": "单元格是否允许编辑。返回值为 `true` 则表示可编辑；返回值为 `false` 则表示不可编辑，只读状态\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/editable-cell-state": {
    "type": "Function",
    "description": "单元格是否允许编辑。返回值为 `true` 则表示可编辑；返回值为 `false` 则表示不可编辑，只读状态\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/editable-row-keys": {
    "type": "Array",
    "description": "editable row keys, row key value is from data[rowKey]\n\n处于编辑状态的行\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/editable-row-keys": {
    "type": "Array",
    "description": "editable row keys, row key value is from data[rowKey]\n\n处于编辑状态的行\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/expand-icon": {
    "type": "Boolean|TNode",
    "description": "to show expand icon. expand icon is set in first column\n\n用于控制是否显示「展开图标列」，值为 `false` 则不会显示。可以精确到某一行是否显示，还可以自定义展开图标内容。`expandedRow` 存在时，该参数有效。支持全局配置 `GlobalConfigProvider`\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/expand-icon": {
    "type": "Boolean|TNode",
    "description": "to show expand icon. expand icon is set in first column\n\n用于控制是否显示「展开图标列」，值为 `false` 则不会显示。可以精确到某一行是否显示，还可以自定义展开图标内容。`expandedRow` 存在时，该参数有效。支持全局配置 `GlobalConfigProvider`\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/expand-on-row-click": {
    "type": "Boolean",
    "description": "expand row on click\n\n是否允许点击行展开\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/expand-on-row-click": {
    "type": "Boolean",
    "description": "expand row on click\n\n是否允许点击行展开\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/expanded-row": {
    "type": "String|TNode",
    "description": "table expanded row, to show more detail information\n\n展开行内容，泛型 T 指表格数据类型\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/expanded-row": {
    "type": "String|TNode",
    "description": "table expanded row, to show more detail information\n\n展开行内容，泛型 T 指表格数据类型\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/expanded-row-keys": {
    "type": "Array",
    "description": "expanded row keys, row key value is from data[rowKey]\n\n展开行\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/expanded-row-keys": {
    "type": "Array",
    "description": "expanded row keys, row key value is from data[rowKey]\n\n展开行\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/filter-icon": {
    "type": "TNode",
    "description": "filter icon\n\n自定义过滤图标，支持全局配置 `GlobalConfigProvider`\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/filter-icon": {
    "type": "TNode",
    "description": "filter icon\n\n自定义过滤图标，支持全局配置 `GlobalConfigProvider`\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/filter-row": {
    "type": "String|TNode",
    "description": "filter value\n\n自定义过滤状态行及清空筛选等\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/filter-row": {
    "type": "String|TNode",
    "description": "filter value\n\n自定义过滤状态行及清空筛选等\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/filter-value": {
    "type": "Object",
    "description": "filter value\n\n过滤数据的值\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/filter-value": {
    "type": "Object",
    "description": "filter value\n\n过滤数据的值\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/hide-sort-tips": {
    "type": "Boolean",
    "description": "hide sort tips\n\n隐藏排序文本提示，支持全局配置 `GlobalConfigProvider`，默认全局配置值为 `false`\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/hide-sort-tips": {
    "type": "Boolean",
    "description": "hide sort tips\n\n隐藏排序文本提示，支持全局配置 `GlobalConfigProvider`，默认全局配置值为 `false`\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/indeterminate-selected-row-keys": {
    "type": "Array",
    "description": "indeterminate selected row keys, row key is from data[rowKey]\n\n半选状态行。选中行请更为使用 `selectedRowKeys` 控制\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/indeterminate-selected-row-keys": {
    "type": "Array",
    "description": "indeterminate selected row keys, row key is from data[rowKey]\n\n半选状态行。选中行请更为使用 `selectedRowKeys` 控制\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/multiple-sort": {
    "type": "Boolean",
    "description": "support multiple column fields sort\n\n是否支持多列排序\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/multiple-sort": {
    "type": "Boolean",
    "description": "support multiple column fields sort\n\n是否支持多列排序\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/reserve-selected-row-on-paginate": {
    "type": "Boolean",
    "description": "行选中功能，是否在分页时保留上一页选中结果不清空，本地数据分页场景下，会全选所有页数据。值为 `false` 则表示全部选中操作停留在当前页，不跨分页；本地数据分页场景下，全选仅选中当前页\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/reserve-selected-row-on-paginate": {
    "type": "Boolean",
    "description": "行选中功能，是否在分页时保留上一页选中结果不清空，本地数据分页场景下，会全选所有页数据。值为 `false` 则表示全部选中操作停留在当前页，不跨分页；本地数据分页场景下，全选仅选中当前页\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/select-on-row-click": {
    "type": "Boolean",
    "description": "select row data on row click\n\n是否在点击整行时选中\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/select-on-row-click": {
    "type": "Boolean",
    "description": "select row data on row click\n\n是否在点击整行时选中\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/selected-row-keys": {
    "type": "Array",
    "description": "selected row keys, row key is from data[rowKey]\n\n选中行，控制属性。半选状态行请更为使用 `indeterminateSelectedRowKeys` 控制\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/selected-row-keys": {
    "type": "Array",
    "description": "selected row keys, row key is from data[rowKey]\n\n选中行，控制属性。半选状态行请更为使用 `indeterminateSelectedRowKeys` 控制\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/show-sort-column-bg-color": {
    "type": "Boolean",
    "description": "column shows sort bg color\n\n当前排序列是否显示背景色\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/show-sort-column-bg-color": {
    "type": "Boolean",
    "description": "column shows sort bg color\n\n当前排序列是否显示背景色\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/sort": {
    "type": "Object|Array",
    "description": "sort configs\n\n排序控制。sortBy 排序字段；descending 是否进行降序排列。值为数组时，表示正进行多字段排序\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/sort": {
    "type": "Object|Array",
    "description": "sort configs\n\n排序控制。sortBy 排序字段；descending 是否进行降序排列。值为数组时，表示正进行多字段排序\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/sort-icon": {
    "type": "TNode",
    "description": "sort icon\n\n自定义排序图标，支持全局配置 `GlobalConfigProvider`\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/sort-icon": {
    "type": "TNode",
    "description": "sort icon\n\n自定义排序图标，支持全局配置 `GlobalConfigProvider`\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/sort-on-row-draggable": {
    "type": "Boolean",
    "description": "sort on row draggable\n\n允许表格行拖拽时排序。请更为使用 `dragSort=\\\"row\\\"`\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-table/sort-on-row-draggable": {
    "type": "Boolean",
    "description": "sort on row draggable\n\n允许表格行拖拽时排序。请更为使用 `dragSort=\\\"row\\\"`\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-props)"
  },
  "t-primary-table/async-loading-click": {
    "type": "event",
    "description": "trigger on async loading text clicked\n\n异步加载区域被点击时触发\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-table/async-loading-click": {
    "type": "event",
    "description": "trigger on async loading text clicked\n\n异步加载区域被点击时触发\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-primary-table/cell-click": {
    "type": "event",
    "description": "trigger on cell clicked\n\n单元格点击时触发\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-primary-table/change": {
    "type": "event",
    "description": "分页、排序、过滤等内容变化时触发，泛型 T 指表格数据类型，`currentData` 表示变化后的数据\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-table/change": {
    "type": "event",
    "description": "分页、排序、过滤等内容变化时触发，泛型 T 指表格数据类型，`currentData` 表示变化后的数据\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-primary-table/column-change": {
    "type": "event",
    "description": "确认操作之前列配置发生变化时触发。`context.columns` 表示已选中的列；`context.currentColumn` 表示本次变化操作的列，值不存在表示全选操作；`context.type` 表示当前操作属于选中列或是取消列\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-table/column-change": {
    "type": "event",
    "description": "确认操作之前列配置发生变化时触发。`context.columns` 表示已选中的列；`context.currentColumn` 表示本次变化操作的列，值不存在表示全选操作；`context.type` 表示当前操作属于选中列或是取消列\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-primary-table/column-controller-visible-change": {
    "type": "event",
    "description": "列配置弹窗显示或隐藏变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-table/column-controller-visible-change": {
    "type": "event",
    "description": "列配置弹窗显示或隐藏变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-primary-table/data-change": {
    "type": "event",
    "description": "trigger on data changing\n\n本地数据排序导致 `data` 变化时触发，第一个参数指变化后的数据，第二个参数 `context.trigger` 表示触发本次变化的来源\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-table/data-change": {
    "type": "event",
    "description": "trigger on data changing\n\n本地数据排序导致 `data` 变化时触发，第一个参数指变化后的数据，第二个参数 `context.trigger` 表示触发本次变化的来源\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-primary-table/display-columns-change": {
    "type": "event",
    "description": "确认列配置时触发\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-table/display-columns-change": {
    "type": "event",
    "description": "确认列配置时触发\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-primary-table/expand-change": {
    "type": "event",
    "description": "trigger on expand row keys changing\n\n展开行发生变化时触发，泛型 T 指表格数据类型\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-table/expand-change": {
    "type": "event",
    "description": "trigger on expand row keys changing\n\n展开行发生变化时触发，泛型 T 指表格数据类型\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-primary-table/filter-change": {
    "type": "event",
    "description": "trigger on filter value changing\n\n过滤参数发生变化时触发，泛型 T 指表格数据类型\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-table/filter-change": {
    "type": "event",
    "description": "trigger on filter value changing\n\n过滤参数发生变化时触发，泛型 T 指表格数据类型\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-primary-table/row-edit": {
    "type": "event",
    "description": "trigger on row data is editing\n\n行编辑时触发\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-table/row-edit": {
    "type": "event",
    "description": "trigger on row data is editing\n\n行编辑时触发\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-primary-table/row-validate": {
    "type": "event",
    "description": "trigger after row data validated\n\n行编辑校验完成后触发，即组件实例方法 `validateRowData` 执行结束后触发。`result` 表示校验结果，`trigger=self` 表示编辑组件内部触发的校验，`trigger='parent'` 表示表格父组件触发的校验\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-table/row-validate": {
    "type": "event",
    "description": "trigger after row data validated\n\n行编辑校验完成后触发，即组件实例方法 `validateRowData` 执行结束后触发。`result` 表示校验结果，`trigger=self` 表示编辑组件内部触发的校验，`trigger='parent'` 表示表格父组件触发的校验\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-primary-table/select-change": {
    "type": "event",
    "description": "trigger on select changing\n\n选中行发生变化时触发，泛型 T 指表格数据类型。两个参数，第一个参数为选中行 keys，第二个参数为更多参数，具体如下：`type = uncheck` 表示当前行操作为「取消行选中」；`type = check` 表示当前行操作为「行选中」； `currentRowKey` 表示当前操作行的 rowKey 值； `currentRowData` 表示当前操作行的行数据\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-table/select-change": {
    "type": "event",
    "description": "trigger on select changing\n\n选中行发生变化时触发，泛型 T 指表格数据类型。两个参数，第一个参数为选中行 keys，第二个参数为更多参数，具体如下：`type = uncheck` 表示当前行操作为「取消行选中」；`type = check` 表示当前行操作为「行选中」； `currentRowKey` 表示当前操作行的 rowKey 值； `currentRowData` 表示当前操作行的行数据\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-primary-table/sort-change": {
    "type": "event",
    "description": "trigger on sort changing\n\n排序发生变化时触发。其中 sortBy 表示当前排序的字段，sortType 表示排序的方式，currentDataSource 表示 sorter 排序后的结果，col 表示列配置。sort 值类型为数组时表示多字段排序\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-table/sort-change": {
    "type": "event",
    "description": "trigger on sort changing\n\n排序发生变化时触发。其中 sortBy 表示当前排序的字段，sortType 表示排序的方式，currentDataSource 表示 sorter 排序后的结果，col 表示列配置。sort 值类型为数组时表示多字段排序\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-primary-table/validate": {
    "type": "event",
    "description": "trigger after row data validated\n\n可编辑行表格，全部数据校验完成后触发。即组件实例方法 `validateTableData` 执行结束后触发\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-table/validate": {
    "type": "event",
    "description": "trigger after row data validated\n\n可编辑行表格，全部数据校验完成后触发。即组件实例方法 `validateTableData` 执行结束后触发\n\n[docs](https://tdesign.tencent.com/vue/components/primary-table?tab=api#primarytable-events)"
  },
  "t-progress/color": {
    "type": "String|Object|Array",
    "description": "进度条颜色。示例：'#ED7B2F' 或 'orange' 或 `['#f00', '#0ff', '#f0f']` 或 `{ '0%': '#f00', '100%': '#0ff' }` 或  `{ from: '#000', to: '#000' }` 等\n\ndefault: ''\n\n[docs](https://tdesign.tencent.com/vue/components/progress?tab=api#progress-props)"
  },
  "t-progress/label": {
    "type": "String|Boolean|TNode",
    "description": "进度百分比，可自定义\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/progress?tab=api#progress-props)"
  },
  "t-progress/percentage": {
    "type": "Number",
    "description": "进度条百分比\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/progress?tab=api#progress-props)"
  },
  "t-progress/size": {
    "type": "String|Number",
    "description": "进度条尺寸，示例：small/medium/large/240。small 值为 72； medium 值为 112；large 值为 160\n\ndefault: 'medium'\n\n[docs](https://tdesign.tencent.com/vue/components/progress?tab=api#progress-props)"
  },
  "t-progress/status": {
    "type": "String",
    "options": [
      "success",
      "error",
      "warning",
      "active"
    ],
    "description": "进度条状态\n\n[docs](https://tdesign.tencent.com/vue/components/progress?tab=api#progress-props)"
  },
  "t-progress/stroke-width": {
    "type": "String|Number",
    "description": "进度条线宽。宽度数值不能超过 size 的一半，否则不能输出环形进度\n\n[docs](https://tdesign.tencent.com/vue/components/progress?tab=api#progress-props)"
  },
  "t-progress/theme": {
    "type": "String",
    "options": [
      "line",
      "plump",
      "circle"
    ],
    "description": "进度条风格。值为 line，标签（label）显示在进度条右侧；值为 plump，标签（label）显示在进度条里面；值为 circle，标签（label）显示在进度条正中间\n\ndefault: line\n\n[docs](https://tdesign.tencent.com/vue/components/progress?tab=api#progress-props)"
  },
  "t-progress/track-color": {
    "type": "String",
    "description": "进度条未完成部分颜色\n\ndefault: ''\n\n[docs](https://tdesign.tencent.com/vue/components/progress?tab=api#progress-props)"
  },
  "t-radio/allow-uncheck": {
    "type": "Boolean",
    "description": "是否允许取消选中\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/radio?tab=api#radio-props)"
  },
  "t-radio-button/allow-uncheck": {
    "type": "Boolean",
    "description": "是否允许取消选中\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/radio?tab=api#radio-props)"
  },
  "t-radio/checked": {
    "type": "Boolean",
    "description": "是否选中\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/radio?tab=api#radio-props)"
  },
  "t-radio-button/checked": {
    "type": "Boolean",
    "description": "是否选中\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/radio?tab=api#radio-props)"
  },
  "t-radio/default": {
    "type": "String|TNode",
    "description": "单选按钮内容，同 label\n\n[docs](https://tdesign.tencent.com/vue/components/radio?tab=api#radio-props)"
  },
  "t-radio-button/default": {
    "type": "String|TNode",
    "description": "单选按钮内容，同 label\n\n[docs](https://tdesign.tencent.com/vue/components/radio?tab=api#radio-props)"
  },
  "t-radio/disabled": {
    "type": "Boolean",
    "description": "是否为禁用态。如果存在父组件 RadioGroup，默认值由 RadioGroup.disabled 控制。Radio.disabled 优先级高于 RadioGroup.disabled\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/radio?tab=api#radio-props)"
  },
  "t-radio-button/disabled": {
    "type": "Boolean",
    "description": "是否为禁用态。如果存在父组件 RadioGroup，默认值由 RadioGroup.disabled 控制。Radio.disabled 优先级高于 RadioGroup.disabled\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/radio?tab=api#radio-props)"
  },
  "t-radio/label": {
    "type": "String|TNode",
    "description": "主文案\n\n[docs](https://tdesign.tencent.com/vue/components/radio?tab=api#radio-props)"
  },
  "t-radio-button/label": {
    "type": "String|TNode",
    "description": "主文案\n\n[docs](https://tdesign.tencent.com/vue/components/radio?tab=api#radio-props)"
  },
  "t-radio/name": {
    "type": "String",
    "description": "HTML 元素原生属性\n\n[docs](https://tdesign.tencent.com/vue/components/radio?tab=api#radio-props)"
  },
  "t-radio-button/name": {
    "type": "String",
    "description": "HTML 元素原生属性\n\n[docs](https://tdesign.tencent.com/vue/components/radio?tab=api#radio-props)"
  },
  "t-radio/value": {
    "type": "String|Number|Boolean",
    "description": "单选按钮的值\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/radio?tab=api#radio-props)"
  },
  "t-radio-button/value": {
    "type": "String|Number|Boolean",
    "description": "单选按钮的值\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/radio?tab=api#radio-props)"
  },
  "t-radio/change": {
    "type": "event",
    "description": "选中状态变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/radio?tab=api#radio-events)"
  },
  "t-radio-button/change": {
    "type": "event",
    "description": "选中状态变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/radio?tab=api#radio-events)"
  },
  "t-radio/click": {
    "type": "event",
    "description": "trigger on click\n\n点击时出发，一般用于外层阻止冒泡场景\n\n[docs](https://tdesign.tencent.com/vue/components/radio?tab=api#radio-events)"
  },
  "t-radio-button/click": {
    "type": "event",
    "description": "trigger on click\n\n点击时出发，一般用于外层阻止冒泡场景\n\n[docs](https://tdesign.tencent.com/vue/components/radio?tab=api#radio-events)"
  },
  "t-radio-group/allow-uncheck": {
    "type": "Boolean",
    "description": "是否允许取消选中\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/radio-group?tab=api#radiogroup-props)"
  },
  "t-radio-group/disabled": {
    "type": "Boolean",
    "description": "是否禁用全部子单选框。默认为 false。RadioGroup.disabled 优先级低于 Radio.disabled\n\n[docs](https://tdesign.tencent.com/vue/components/radio-group?tab=api#radiogroup-props)"
  },
  "t-radio-group/name": {
    "type": "String",
    "description": "HTML 元素原生属性\n\n[docs](https://tdesign.tencent.com/vue/components/radio-group?tab=api#radiogroup-props)"
  },
  "t-radio-group/options": {
    "type": "Array",
    "description": "单选组件按钮形式。RadioOption 数据类型为 string 或 number 时，表示 label 和 value 值相同\n\n[docs](https://tdesign.tencent.com/vue/components/radio-group?tab=api#radiogroup-props)"
  },
  "t-radio-group/size": {
    "type": "String",
    "options": [
      "small",
      "medium",
      "large"
    ],
    "description": "组件尺寸【讨论中】\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/radio-group?tab=api#radiogroup-props)"
  },
  "t-radio-group/value": {
    "type": "String|Number|Boolean",
    "description": "选中的值\n\n[docs](https://tdesign.tencent.com/vue/components/radio-group?tab=api#radiogroup-props)"
  },
  "t-radio-group/variant": {
    "type": "String",
    "options": [
      "outline",
      "primary-filled",
      "default-filled"
    ],
    "description": "单选组件按钮形式\n\ndefault: outline\n\n[docs](https://tdesign.tencent.com/vue/components/radio-group?tab=api#radiogroup-props)"
  },
  "t-radio-group/change": {
    "type": "event",
    "description": "选中值发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/radio-group?tab=api#radiogroup-events)"
  },
  "t-range-input/active-index": {
    "type": "Number",
    "description": "输入框高亮状态序号\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-props)"
  },
  "t-range-input/clearable": {
    "type": "Boolean",
    "description": "是否可清空\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-props)"
  },
  "t-range-input/disabled": {
    "type": "Boolean",
    "description": "是否禁用范围输入框\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-props)"
  },
  "t-range-input/format": {
    "type": "Array|Function",
    "description": "指定输入框展示值的格式\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-props)"
  },
  "t-range-input/input-props": {
    "type": "Object|Array",
    "description": "透传 Input 输入框组件全部属性，数组第一项表示第一个输入框属性，第二项表示第二个输入框属性。示例：`[{ label: 'A', name: 'A-name' }, { label: 'B',  name: 'B-name' }]`\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-props)"
  },
  "t-range-input/label": {
    "type": "String|TNode",
    "description": "左侧内容\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-props)"
  },
  "t-range-input/placeholder": {
    "type": "String|Array",
    "description": "占位符，示例：'请输入' 或者 ['开始日期', '结束日期']\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-props)"
  },
  "t-range-input/prefix-icon": {
    "type": "TNode",
    "description": "组件前置图标\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-props)"
  },
  "t-range-input/readonly": {
    "type": "Boolean",
    "description": "只读状态\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-props)"
  },
  "t-range-input/separator": {
    "type": "String|TNode",
    "description": "范围分隔符\n\ndefault: '-'\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-props)"
  },
  "t-range-input/show-clear-icon-on-empty": {
    "type": "Boolean",
    "description": "输入框内容为空时，悬浮状态是否显示清空按钮，默认不显示\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-props)"
  },
  "t-range-input/size": {
    "type": "String",
    "options": [
      "small",
      "medium",
      "large"
    ],
    "description": "输入框尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-props)"
  },
  "t-range-input/status": {
    "type": "String",
    "options": [
      "default",
      "success",
      "warning",
      "error"
    ],
    "description": "输入框状态\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-props)"
  },
  "t-range-input/suffix": {
    "type": "String|TNode",
    "description": "后置图标前的后置内容\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-props)"
  },
  "t-range-input/suffix-icon": {
    "type": "TNode",
    "description": "组件后置图标\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-props)"
  },
  "t-range-input/tips": {
    "type": "String|TNode",
    "description": "输入框下方提示文本，会根据不同的 `status` 呈现不同的样式\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-props)"
  },
  "t-range-input/value": {
    "type": "Array",
    "description": "范围输入框的值\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-props)"
  },
  "t-range-input/blur": {
    "type": "event",
    "description": "范围输入框失去焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-events)"
  },
  "t-range-input/change": {
    "type": "event",
    "description": "范围输入框值发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-events)"
  },
  "t-range-input/clear": {
    "type": "event",
    "description": "清空按钮点击时触发\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-events)"
  },
  "t-range-input/click": {
    "type": "event",
    "description": "范围输入框点击时触发\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-events)"
  },
  "t-range-input/enter": {
    "type": "event",
    "description": "回车键按下时触发\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-events)"
  },
  "t-range-input/focus": {
    "type": "event",
    "description": "范围输入框获得焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-events)"
  },
  "t-range-input/mouseenter": {
    "type": "event",
    "description": "trigger on mouseenter\n\n进入输入框时触发\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-events)"
  },
  "t-range-input/mouseleave": {
    "type": "event",
    "description": "离开输入框时触发\n\n[docs](https://tdesign.tencent.com/vue/components/range-input?tab=api#rangeinput-events)"
  },
  "t-range-input-popup/auto-width": {
    "type": "Boolean",
    "description": "宽度随内容自适应\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/range-input-popup?tab=api#rangeinputpopup-props)"
  },
  "t-range-input-popup/disabled": {
    "type": "Boolean",
    "description": "是否禁用范围输入框，值为数组表示可分别控制某一个输入框是否禁用\n\n[docs](https://tdesign.tencent.com/vue/components/range-input-popup?tab=api#rangeinputpopup-props)"
  },
  "t-range-input-popup/input-value": {
    "type": "Array",
    "description": "输入框的值\n\n[docs](https://tdesign.tencent.com/vue/components/range-input-popup?tab=api#rangeinputpopup-props)"
  },
  "t-range-input-popup/panel": {
    "type": "String|TNode",
    "description": "下拉框内容，可完全自定义\n\n[docs](https://tdesign.tencent.com/vue/components/range-input-popup?tab=api#rangeinputpopup-props)"
  },
  "t-range-input-popup/popup-props": {
    "type": "Object",
    "description": "透传 Popup 浮层组件全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/range-input-popup?tab=api#rangeinputpopup-props)"
  },
  "t-range-input-popup/popup-visible": {
    "type": "Boolean",
    "description": "是否显示下拉框\n\n[docs](https://tdesign.tencent.com/vue/components/range-input-popup?tab=api#rangeinputpopup-props)"
  },
  "t-range-input-popup/range-input-props": {
    "type": "Object",
    "description": "透传 RangeInput 组件全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/range-input-popup?tab=api#rangeinputpopup-props)"
  },
  "t-range-input-popup/readonly": {
    "type": "Boolean",
    "description": "只读状态，值为真会隐藏输入框，且无法打开下拉框\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/range-input-popup?tab=api#rangeinputpopup-props)"
  },
  "t-range-input-popup/status": {
    "type": "String",
    "options": [
      "default",
      "success",
      "warning",
      "error"
    ],
    "description": "输入框状态\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/range-input-popup?tab=api#rangeinputpopup-props)"
  },
  "t-range-input-popup/tips": {
    "type": "String|TNode",
    "description": "输入框下方提示文本，会根据不同的 `status` 呈现不同的样式\n\n[docs](https://tdesign.tencent.com/vue/components/range-input-popup?tab=api#rangeinputpopup-props)"
  },
  "t-range-input-popup/input-change": {
    "type": "event",
    "description": "输入框值发生变化时触发，`context.trigger` 表示触发输入框值变化的来源：文本输入触发、清除按钮触发等\n\n[docs](https://tdesign.tencent.com/vue/components/range-input-popup?tab=api#rangeinputpopup-events)"
  },
  "t-range-input-popup/popup-visible-change": {
    "type": "event",
    "description": "下拉框显示或隐藏时触发\n\n[docs](https://tdesign.tencent.com/vue/components/range-input-popup?tab=api#rangeinputpopup-events)"
  },
  "t-rate/allow-half": {
    "type": "Boolean",
    "description": "是否允许半选\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/rate?tab=api#rate-props)"
  },
  "t-rate/color": {
    "type": "String|Array",
    "description": "评分图标的颜色，样式中默认为 #ED7B2F。一个值表示设置选中高亮的五角星颜色，示例：[选中颜色]。数组则表示分别设置 选中高亮的五角星颜色 和 未选中暗灰的五角星颜色，[选中颜色，未选中颜色]。示例：['#ED7B2F', '#E3E6EB']。\n\ndefault: '#ED7B2F'\n\n[docs](https://tdesign.tencent.com/vue/components/rate?tab=api#rate-props)"
  },
  "t-rate/count": {
    "type": "Number",
    "description": "评分的数量\n\ndefault: 5\n\n[docs](https://tdesign.tencent.com/vue/components/rate?tab=api#rate-props)"
  },
  "t-rate/disabled": {
    "type": "Boolean",
    "description": "是否禁用评分\n\n[docs](https://tdesign.tencent.com/vue/components/rate?tab=api#rate-props)"
  },
  "t-rate/gap": {
    "type": "Number",
    "description": "评分图标的间距\n\ndefault: 4\n\n[docs](https://tdesign.tencent.com/vue/components/rate?tab=api#rate-props)"
  },
  "t-rate/icon": {
    "type": "TNode",
    "description": "自定义评分图标\n\n[docs](https://tdesign.tencent.com/vue/components/rate?tab=api#rate-props)"
  },
  "t-rate/show-text": {
    "type": "Boolean",
    "description": "是否显示对应的辅助文字\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/rate?tab=api#rate-props)"
  },
  "t-rate/size": {
    "type": "String",
    "description": "评分图标的大小\n\ndefault: 24px\n\n[docs](https://tdesign.tencent.com/vue/components/rate?tab=api#rate-props)"
  },
  "t-rate/texts": {
    "type": "Array",
    "description": "评分等级对应的辅助文字。组件内置默认值为：['极差', '失望', '一般', '满意', '惊喜']。自定义值示例：['1分', '2分', '3分', '4分', '5分']\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/rate?tab=api#rate-props)"
  },
  "t-rate/value": {
    "type": "Number",
    "description": "选择评分的值\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/rate?tab=api#rate-props)"
  },
  "t-rate/change": {
    "type": "event",
    "description": "评分数改变时触发\n\n[docs](https://tdesign.tencent.com/vue/components/rate?tab=api#rate-events)"
  },
  "t-row/align": {
    "type": "String",
    "options": [
      "start",
      "end",
      "center",
      "stretch",
      "baseline",
      "top",
      "middle",
      "bottom"
    ],
    "description": "纵向对齐方式，CSS 属性 `align-items` 值。其中 `top` 和 `start` 等效；`middle` 和 `center` 等效；`bottom` 和 `end` 等效\n\ndefault: top\n\n[docs](https://tdesign.tencent.com/vue/components/row?tab=api#row-props)"
  },
  "t-row/gutter": {
    "type": "Number|Object|Array",
    "description": "栅格间隔，示例：`{ xs: 8, sm: 16, md: 24}`。当数据类型为 Number 和 Object 时，用于指定横向间隔。当数据类型为数组时，第一个参数为横向间隔，第二个参数为纵向间隔， [水平间隔, 垂直间隔]\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/row?tab=api#row-props)"
  },
  "t-row/justify": {
    "type": "String",
    "options": [
      "start",
      "end",
      "center",
      "space-around",
      "space-between"
    ],
    "description": "flex 布局下的水平排列方式\n\ndefault: start\n\n[docs](https://tdesign.tencent.com/vue/components/row?tab=api#row-props)"
  },
  "t-row/tag": {
    "type": "String",
    "description": "自定义元素标签\n\ndefault: div\n\n[docs](https://tdesign.tencent.com/vue/components/row?tab=api#row-props)"
  },
  "t-search/auto-width": {
    "type": "Boolean",
    "description": "搜索框宽度自适应\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-props)"
  },
  "t-search/autocomplete-options": {
    "type": "Array",
    "description": "autocomplete words list\n\n联想词列表，如果不存在或长度为 0 则不显示联想框。可以使用函数 `label` 自定义联想词为任意内容；也可使用插槽 `option` 定义联想词内容，插槽参数为 `{ option: AutocompleteOption; index: number }`。如果 `group` 值为 `true` 则表示当前项为分组标题\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-props)"
  },
  "t-search/autofocus": {
    "type": "Boolean",
    "description": "auto focus as default\n\n是否默认聚焦\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-props)"
  },
  "t-search/borderless": {
    "type": "Boolean",
    "description": "无边框模式\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-props)"
  },
  "t-search/clearable": {
    "type": "Boolean",
    "description": "是否可清空\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-props)"
  },
  "t-search/disabled": {
    "type": "Boolean",
    "description": "禁用状态\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-props)"
  },
  "t-search/filter": {
    "type": "Function",
    "description": "自定义过滤方法，用于对现有数据进行搜索过滤，判断是否过滤某一项数据。其中参数 `keyword` 指当前的搜索词，参数 `option` 指每一项联想词，函数返回 true 则显示当前联想词，函数返回 `false` 则隐藏当前联想词\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-props)"
  },
  "t-search/input-props": {
    "type": "Object",
    "description": "透传 Input 组件全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-props)"
  },
  "t-search/label": {
    "type": "String|TNode",
    "description": "搜索框内部左侧内容，位于 `prefixIcon` 左侧\n\ndefault: ''\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-props)"
  },
  "t-search/multiline": {
    "type": "Boolean",
    "description": "批量搜索模式，也叫多行搜索，输入框表现为类似 `textarea`，允许输入多行搜索内容\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-props)"
  },
  "t-search/placeholder": {
    "type": "String",
    "description": "占位符\n\ndefault: ''\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-props)"
  },
  "t-search/popup-props": {
    "type": "Object",
    "description": "透传 Popup 组件全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-props)"
  },
  "t-search/prefix-icon": {
    "type": "TNode",
    "description": "前置图标\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-props)"
  },
  "t-search/readonly": {
    "type": "Boolean",
    "description": "只读状态\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-props)"
  },
  "t-search/select-input-props": {
    "type": "Object",
    "description": "基于 SelectInput 组件开发，透传组件全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-props)"
  },
  "t-search/suffix": {
    "type": "String|TNode",
    "description": "搜索框内部右侧内容，位于 `suffixIcon` 右侧\n\ndefault: ''\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-props)"
  },
  "t-search/suffix-icon": {
    "type": "TNode",
    "description": "后置图标，默认为搜索图标。值为 `null` 时则不显示\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-props)"
  },
  "t-search/textarea-props": {
    "type": "Object",
    "description": "透传 Textarea 组件全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-props)"
  },
  "t-search/value": {
    "type": "String",
    "description": "值，搜索关键词\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-props)"
  },
  "t-search/blur": {
    "type": "event",
    "description": "失去焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-events)"
  },
  "t-search/change": {
    "type": "event",
    "description": "搜索关键词发生变化时触发，可能场景有：搜索框内容发生变化、点击联想词\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-events)"
  },
  "t-search/clear": {
    "type": "event",
    "description": "点击清除时触发\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-events)"
  },
  "t-search/enter": {
    "type": "event",
    "description": "回车键按下时触发\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-events)"
  },
  "t-search/focus": {
    "type": "event",
    "description": "获得焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-events)"
  },
  "t-search/search": {
    "type": "event",
    "description": "搜索触发，包含：Enter 键、联想关键词点击、清空按钮点击、搜索框后置内容点击（含后置图标）、搜索框前置内容点击（含前置图标）等\n\n[docs](https://tdesign.tencent.com/vue/components/search?tab=api#search-events)"
  },
  "t-select/auto-width": {
    "type": "Boolean",
    "description": "宽度随内容自适应\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/autofocus": {
    "type": "Boolean",
    "description": "自动聚焦\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/borderless": {
    "type": "Boolean",
    "description": "无边框模式\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/clearable": {
    "type": "Boolean",
    "description": "是否可以清空选项\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/collapsed-items": {
    "type": "TNode",
    "description": "多选情况下，用于设置折叠项内容，默认为 `+N`。如果需要悬浮就显示其他内容，可以使用 collapsedItems 自定义。`value` 表示当前存在的所有标签，`collapsedTags` 表示折叠的标签，泛型 `T` 继承 `SelectOption`，表示选项数据；`count` 表示折叠的数量\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/creatable": {
    "type": "Boolean",
    "description": "是否允许用户创建新条目，需配合 filterable 使用\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/disabled": {
    "type": "Boolean",
    "description": "是否禁用组件\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/empty": {
    "type": "String|TNode",
    "description": "当下拉列表为空时显示的内容\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/filter": {
    "type": "Function",
    "description": "自定义搜索规则，用于对现有数据进行搜索，判断是否过滤某一项数据。参数 `filterWords` 表示搜索词，`option`表示单个选项内容，返回值为 `true` 保留该选项，返回值为 `false` 则隐藏该选项。使用该方法时无需设置 `filterable`\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/filterable": {
    "type": "Boolean",
    "description": "是否可搜索，默认搜索规则不区分大小写，全文本任意位置匹配。如果默认搜索规则不符合业务需求，可以更为使用 `filter` 自定义过滤规则\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/input-props": {
    "type": "Object",
    "description": "透传 Input 输入框组件的全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/input-value": {
    "type": "String|Number",
    "description": "input value\n\n输入框的值\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/keys": {
    "type": "Object",
    "description": "用来定义 value / label 在 `options` 中对应的字段别名\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/label": {
    "type": "String|TNode",
    "description": "左侧文本\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/loading": {
    "type": "Boolean",
    "description": "是否为加载状态\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/loading-text": {
    "type": "String|TNode",
    "description": "远程加载时显示的文字，支持自定义。如加上超链接\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/max": {
    "type": "Number",
    "description": "用于控制多选数量，值为 0 则不限制\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/min-collapsed-num": {
    "type": "Number",
    "description": "最小折叠数量，用于多选情况下折叠选中项，超出该数值的选中项折叠。值为 0 则表示不折叠\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/multiple": {
    "type": "Boolean",
    "description": "是否允许多选\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/options": {
    "type": "Array",
    "description": "数据化配置选项内容\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/panel-bottom-content": {
    "type": "String|TNode",
    "description": "面板内的底部内容\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/panel-top-content": {
    "type": "String|TNode",
    "description": "面板内的顶部内容\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/placeholder": {
    "type": "String",
    "description": "占位符\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/popup-props": {
    "type": "Object",
    "description": "透传给 popup 组件的全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/popup-visible": {
    "type": "Boolean",
    "description": "是否显示下拉框\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/prefix-icon": {
    "type": "TNode",
    "description": "组件前置图标\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/readonly": {
    "type": "Boolean",
    "description": "只读状态，值为真会隐藏输入框，且无法打开下拉框\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/reserve-keyword": {
    "type": "Boolean",
    "description": "多选且可搜索时，是否在选中一个选项后保留当前的搜索关键词\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/scroll": {
    "type": "Object",
    "description": "lazy load and virtual scroll\n\n懒加载和虚拟滚动。为保证组件收益最大化，当数据量小于阈值 `scroll.threshold` 时，无论虚拟滚动的配置是否存在，组件内部都不会开启虚拟滚动，`scroll.threshold` 默认为 `100`\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/select-input-props": {
    "type": "Object",
    "description": "透传 SelectInput 筛选器输入框组件的全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/show-arrow": {
    "type": "Boolean",
    "description": "是否显示右侧箭头，默认显示\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/size": {
    "type": "String",
    "options": [
      "small",
      "medium",
      "large"
    ],
    "description": "组件尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/status": {
    "type": "String",
    "options": [
      "default",
      "success",
      "warning",
      "error"
    ],
    "description": "输入框状态\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/suffix": {
    "type": "String|TNode",
    "description": "后置图标前的后置内容\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/suffix-icon": {
    "type": "TNode",
    "description": "组件后置图标\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/tag-input-props": {
    "type": "Object",
    "description": "透传 TagInput 标签输入框组件的全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/tag-props": {
    "type": "Object",
    "description": "透传 Tag 标签组件全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/tips": {
    "type": "String|TNode",
    "description": "输入框下方提示文本，会根据不同的 `status` 呈现不同的样式\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/value": {
    "type": "String|Number|Boolean|Object|Array",
    "description": "选中值\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/value-display": {
    "type": "String|TNode",
    "description": "`MouseEvent<SVGElement>`\n\n自定义选中项呈现的内容\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/value-type": {
    "type": "String",
    "options": [
      "value",
      "object"
    ],
    "description": "用于控制选中值的类型。假设数据选项为：`[{ label: '姓名', value: 'name' }]`，value 表示值仅返回数据选项中的 value， object 表示值返回全部数据。\n\ndefault: value\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-props)"
  },
  "t-select/blur": {
    "type": "event",
    "description": "输入框失去焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-events)"
  },
  "t-select/change": {
    "type": "event",
    "description": "选中值变化时触发。`context.trigger` 表示触发变化的来源；`context.selectedOptions` 表示选中值的完整对象，数组长度一定和 `value` 相同；`context.option` 表示当前操作的选项，不一定存在\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-events)"
  },
  "t-select/clear": {
    "type": "event",
    "description": "点击清除按钮时触发\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-events)"
  },
  "t-select/create": {
    "type": "event",
    "description": "当选择新创建的条目时触发\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-events)"
  },
  "t-select/enter": {
    "type": "event",
    "description": "回车键按下时触发。`inputValue` 表示输入框的值，`value` 表示选中值\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-events)"
  },
  "t-select/focus": {
    "type": "event",
    "description": "输入框获得焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-events)"
  },
  "t-select/input-change": {
    "type": "event",
    "description": "输入框值发生变化时触发，`context.trigger` 表示触发输入框值变化的来源：文本输入触发、清除按钮触发、失去焦点等\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-events)"
  },
  "t-select/popup-visible-change": {
    "type": "event",
    "description": "下拉框显示或隐藏时触发\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-events)"
  },
  "t-select/remove": {
    "type": "event",
    "description": "多选模式下，选中数据被移除时触发\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-events)"
  },
  "t-select/search": {
    "type": "event",
    "description": "输入值变化时，触发搜索事件。主要用于远程搜索新数据\n\n[docs](https://tdesign.tencent.com/vue/components/select?tab=api#select-events)"
  },
  "t-select-input/allow-input": {
    "type": "Boolean",
    "description": "是否允许输入\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/auto-width": {
    "type": "Boolean",
    "description": "宽度随内容自适应\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/autofocus": {
    "type": "Boolean",
    "description": "自动聚焦\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/borderless": {
    "type": "Boolean",
    "description": "无边框模式\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/clearable": {
    "type": "Boolean",
    "description": "是否可清空\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/collapsed-items": {
    "type": "TNode",
    "description": "标签过多的情况下，折叠项内容，默认为 `+N`。如果需要悬浮就显示其他内容，可以使用 `collapsedItems` 自定义。`value` 表示所有标签值，`collapsedTags` 表示折叠标签值，`count` 表示折叠的数量\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/disabled": {
    "type": "Boolean",
    "description": "是否禁用\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/input-props": {
    "type": "Object",
    "description": "透传 Input 输入框组件全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/input-value": {
    "type": "String|Number",
    "description": "input value\n\n输入框的值\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/keys": {
    "type": "Object",
    "description": "定义字段别名，示例：`{ label: 'text', value: 'id', children: 'list' }`\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/label": {
    "type": "String|TNode",
    "description": "左侧文本\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/loading": {
    "type": "Boolean",
    "description": "是否处于加载状态\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/min-collapsed-num": {
    "type": "Number",
    "description": "最小折叠数量，用于标签数量过多的情况下折叠选中项，超出该数值的选中项折叠。值为 0 则表示不折叠\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/multiple": {
    "type": "Boolean",
    "description": "是否为多选模式，默认为单选\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/panel": {
    "type": "String|TNode",
    "description": "下拉框内容，可完全自定义\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/placeholder": {
    "type": "String",
    "description": "placeholder description\n\n占位符\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/popup-props": {
    "type": "Object",
    "description": "透传 Popup 浮层组件全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/popup-visible": {
    "type": "Boolean",
    "description": "是否显示下拉框\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/readonly": {
    "type": "Boolean",
    "description": "只读状态，值为真会隐藏输入框，且无法打开下拉框\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/reserve-keyword": {
    "type": "Boolean",
    "description": "多选且可搜索时，是否在选中一个选项后保留当前的搜索关键词\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/status": {
    "type": "String",
    "options": [
      "default",
      "success",
      "warning",
      "error"
    ],
    "description": "输入框状态\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/suffix": {
    "type": "String|TNode",
    "description": "后置图标前的后置内容\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/suffix-icon": {
    "type": "TNode",
    "description": "组件后置图标\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/tag": {
    "type": "String|TNode",
    "description": "多选场景下，自定义选中标签的内部内容。注意和 `valueDisplay` 区分，`valueDisplay`  是用来定义全部标签内容，而非某一个标签\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/tag-input-props": {
    "type": "Object",
    "description": "透传 TagInput 组件全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/tag-props": {
    "type": "Object",
    "description": "透传 Tag 标签组件全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/tips": {
    "type": "String|TNode",
    "description": "输入框下方提示文本，会根据不同的 `status` 呈现不同的样式\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/value": {
    "type": "String|Number|Boolean|Object|Array|Date",
    "description": "全部标签值。值为数组表示多个标签，值为非数组表示单个数值\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/value-display": {
    "type": "String|TNode",
    "description": "自定义值呈现的全部内容，参数为所有标签的值\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-props)"
  },
  "t-select-input/blur": {
    "type": "event",
    "description": "trigger on blur\n\n失去焦点时触发，`context.inputValue` 表示输入框的值；`context.tagInputValue` 表示标签输入框的值\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-events)"
  },
  "t-select-input/clear": {
    "type": "event",
    "description": "清空按钮点击时触发\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-events)"
  },
  "t-select-input/enter": {
    "type": "event",
    "description": "按键按下 Enter 时触发\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-events)"
  },
  "t-select-input/focus": {
    "type": "event",
    "description": "trigger on focus\n\n聚焦时触发\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-events)"
  },
  "t-select-input/input-change": {
    "type": "event",
    "description": "输入框值发生变化时触发，`context.trigger` 表示触发输入框值变化的来源：文本输入触发、清除按钮触发等\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-events)"
  },
  "t-select-input/mouseenter": {
    "type": "event",
    "description": "trigger on mouseenter\n\n进入输入框时触发\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-events)"
  },
  "t-select-input/mouseleave": {
    "type": "event",
    "description": "trigger on mouseleave\n\n离开输入框时触发\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-events)"
  },
  "t-select-input/paste": {
    "type": "event",
    "description": "粘贴事件，`pasteValue` 表示粘贴板的内容\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-events)"
  },
  "t-select-input/popup-visible-change": {
    "type": "event",
    "description": "下拉框显示或隐藏时触发\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-events)"
  },
  "t-select-input/tag-change": {
    "type": "event",
    "description": "值变化时触发，参数 `context.trigger` 表示数据变化的触发来源；`context.index` 指当前变化项的下标；`context.item` 指当前变化项；`context.e` 表示事件参数\n\n[docs](https://tdesign.tencent.com/vue/components/select-input?tab=api#selectinput-events)"
  },
  "t-skeleton/animation": {
    "type": "String",
    "options": [
      "gradient",
      "flashed",
      "none"
    ],
    "description": "动画效果，有「渐变加载动画」和「闪烁加载动画」两种。值为 'none' 则表示没有动画\n\ndefault: none\n\n[docs](https://tdesign.tencent.com/vue/components/skeleton?tab=api#skeleton-props)"
  },
  "t-skeleton/content": {
    "type": "String|TNode",
    "description": "加载完成的内容\n\n[docs](https://tdesign.tencent.com/vue/components/skeleton?tab=api#skeleton-props)"
  },
  "t-skeleton/default": {
    "type": "String|TNode",
    "description": "加载完成的内容，同 content\n\n[docs](https://tdesign.tencent.com/vue/components/skeleton?tab=api#skeleton-props)"
  },
  "t-skeleton/delay": {
    "type": "Number",
    "description": "延迟显示加载效果的时间，用于防止请求速度过快引起的加载闪烁，单位：毫秒\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/skeleton?tab=api#skeleton-props)"
  },
  "t-skeleton/loading": {
    "type": "Boolean",
    "description": "是否为加载状态，如果是则显示骨架图，如果不是则显示加载完成的内容\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/skeleton?tab=api#skeleton-props)"
  },
  "t-skeleton/row-col": {
    "type": "Array",
    "description": "高级设置，用于自定义行列数量、宽度高度、间距等。【示例一】，`[1, 1, 2]` 表示输出三行骨架图，第一行一列，第二行一列，第三行两列。【示例二】，`[1, 1, { width: '100px' }]` 表示自定义第三行的宽度为 `100px`。【示例三】，`[1, 2, [{ width, height }, { width, height, marginLeft }]]` 表示第三行有两列，且自定义宽度、高度、尺寸（圆形或方形使用）、间距、内容等\n\n[docs](https://tdesign.tencent.com/vue/components/skeleton?tab=api#skeleton-props)"
  },
  "t-skeleton/theme": {
    "type": "String",
    "options": [
      "text",
      "avatar",
      "paragraph",
      "avatar-text",
      "tab",
      "article"
    ],
    "description": "快捷定义骨架图风格，有基础、头像组合等，具体参看代码示例\n\ndefault: text\n\n[docs](https://tdesign.tencent.com/vue/components/skeleton?tab=api#skeleton-props)"
  },
  "t-slider/disabled": {
    "type": "Boolean",
    "description": "是否禁用组件\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/slider?tab=api#slider-props)"
  },
  "t-slider/input-number-props": {
    "type": "Boolean|Object",
    "description": "用于控制数字输入框组件，值为 false 表示不显示数字输入框；值为 true 表示呈现默认数字输入框；值类型为 Object 表示透传属性到数字输入框组件\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/slider?tab=api#slider-props)"
  },
  "t-slider/label": {
    "type": "String|Boolean|TNode",
    "description": "滑块当前值文本。<br />值为 true 显示默认文案；值为 false 不显示滑块当前值文本；<br />值为 `${value}%` 则表示组件会根据占位符渲染文案；<br />值类型为函数时，参数 `value` 标识滑块值，参数 `position=start` 表示范围滑块的起始值，参数 `position=end` 表示范围滑块的终点值\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/slider?tab=api#slider-props)"
  },
  "t-slider/layout": {
    "type": "String",
    "options": [
      "vertical",
      "horizontal"
    ],
    "description": "滑块布局方向\n\ndefault: horizontal\n\n[docs](https://tdesign.tencent.com/vue/components/slider?tab=api#slider-props)"
  },
  "t-slider/marks": {
    "type": "Object|Array",
    "description": "刻度标记，示例：[0, 10, 40, 200] 或者 `{ 10: (val) => val + '%', 50: (h) => <button>50</button> }`\n\n[docs](https://tdesign.tencent.com/vue/components/slider?tab=api#slider-props)"
  },
  "t-slider/max": {
    "type": "Number",
    "description": "滑块范围最大值\n\ndefault: 100\n\n[docs](https://tdesign.tencent.com/vue/components/slider?tab=api#slider-props)"
  },
  "t-slider/min": {
    "type": "Number",
    "description": "滑块范围最小值\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/slider?tab=api#slider-props)"
  },
  "t-slider/range": {
    "type": "Boolean",
    "description": "双游标滑块\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/slider?tab=api#slider-props)"
  },
  "t-slider/show-step": {
    "type": "Boolean",
    "description": "控制步长刻度值显示\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/slider?tab=api#slider-props)"
  },
  "t-slider/step": {
    "type": "Number",
    "description": "步长\n\ndefault: 1\n\n[docs](https://tdesign.tencent.com/vue/components/slider?tab=api#slider-props)"
  },
  "t-slider/tooltip-props": {
    "type": "Object",
    "description": "透传提示组件属性\n\n[docs](https://tdesign.tencent.com/vue/components/slider?tab=api#slider-props)"
  },
  "t-slider/value": {
    "type": "Number|Array",
    "description": "滑块值\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/slider?tab=api#slider-props)"
  },
  "t-slider/change": {
    "type": "event",
    "description": "滑块值变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/slider?tab=api#slider-events)"
  },
  "t-space/align": {
    "type": "String",
    "options": [
      "start",
      "end",
      "center",
      "baseline"
    ],
    "description": "alignment\n\n对齐方式\n\n[docs](https://tdesign.tencent.com/vue/components/space?tab=api#space-props)"
  },
  "t-space/break-line": {
    "type": "Boolean",
    "description": "Whether to wrap, valid only in horizontal\n\n是否自动换行，仅在 horizontal 时有效\t\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/space?tab=api#space-props)"
  },
  "t-space/direction": {
    "type": "String",
    "options": [
      "vertical",
      "horizontal"
    ],
    "description": "Spacing direction\n\n间距方向\n\ndefault: horizontal\n\n[docs](https://tdesign.tencent.com/vue/components/space?tab=api#space-props)"
  },
  "t-space/separator": {
    "type": "String|TNode",
    "description": "separator\n\n分隔符\n\n[docs](https://tdesign.tencent.com/vue/components/space?tab=api#space-props)"
  },
  "t-space/size": {
    "type": "String|Number|Array",
    "description": "Spacing\n\n间距大小\n\ndefault: 'medium'\n\n[docs](https://tdesign.tencent.com/vue/components/space?tab=api#space-props)"
  },
  "t-statistic/animation": {
    "type": "Object",
    "description": "Animation effect control, `duration` refers to the transition time of the animation `unit: millisecond`, `valueFrom` refers to the initial value of the animation. `{ duration, valueFrom }`\n\n动画效果控制，`duration` 指动画的过渡时间`单位：毫秒`，`valueFrom` 指动画的起始数值。`{ duration, valueFrom }`\n\n[docs](https://tdesign.tencent.com/vue/components/statistic?tab=api#statistic-props)"
  },
  "t-statistic/animation-start": {
    "type": "Boolean",
    "description": "Whether to start animation\n\n是否开始动画\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/statistic?tab=api#statistic-props)"
  },
  "t-statistic/color": {
    "type": "String",
    "options": [
      "black",
      "blue",
      "red",
      "orange",
      "green"
    ],
    "description": "Color style, followed by TDesign style black, blue, red, orange, green.Can also be any RGB equivalent supported by [CSS color](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value)\n\n颜色风格，依次为 TDesign 风格的黑色、蓝色、红色、橙色、绿色。也可以为任何 [CSS color](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value) 支持的 RGB 等值\n\n[docs](https://tdesign.tencent.com/vue/components/statistic?tab=api#statistic-props)"
  },
  "t-statistic/decimal-places": {
    "type": "Number",
    "description": " Decimal places\n\n小数保留位数\n\n[docs](https://tdesign.tencent.com/vue/components/statistic?tab=api#statistic-props)"
  },
  "t-statistic/extra": {
    "type": "String|TNode",
    "description": " Additional display content\n\n额外的显示内容\n\n[docs](https://tdesign.tencent.com/vue/components/statistic?tab=api#statistic-props)"
  },
  "t-statistic/format": {
    "type": "Function",
    "description": "Format numeric display value\n\n格式化数值显示值\n\n[docs](https://tdesign.tencent.com/vue/components/statistic?tab=api#statistic-props)"
  },
  "t-statistic/loading": {
    "type": "Boolean",
    "description": "Loading\n\n是否加载中\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/statistic?tab=api#statistic-props)"
  },
  "t-statistic/prefix": {
    "type": "String|TNode",
    "description": "Prefix content, display priority is higher than trend\n\n前缀内容，展示优先级高于 trend\n\n[docs](https://tdesign.tencent.com/vue/components/statistic?tab=api#statistic-props)"
  },
  "t-statistic/separator": {
    "type": "String",
    "description": "The carry separator is displayed by default, and can be customized to other content. When `separator = ''` is set to an empty string/null/undefined, the separator is hidden\n\n默认展示进位分隔符，可以自定义为其他内容，`separator = ''` 设置为空字符串/null/undefined 时隐藏分隔符\n\ndefault: ,\n\n[docs](https://tdesign.tencent.com/vue/components/statistic?tab=api#statistic-props)"
  },
  "t-statistic/suffix": {
    "type": "String|TNode",
    "description": " Suffix content, display priority is higher than trend\n\n后缀内容，展示优先级高于 trend\n\n[docs](https://tdesign.tencent.com/vue/components/statistic?tab=api#statistic-props)"
  },
  "t-statistic/title": {
    "type": "String|TNode",
    "description": "The title of Statistic\n\n数值显示的标题\n\n[docs](https://tdesign.tencent.com/vue/components/statistic?tab=api#statistic-props)"
  },
  "t-statistic/trend": {
    "type": "String",
    "options": [
      "increase",
      "decrease"
    ],
    "description": "trend\n\n趋势\n\n[docs](https://tdesign.tencent.com/vue/components/statistic?tab=api#statistic-props)"
  },
  "t-statistic/trend-placement": {
    "type": "String",
    "options": [
      "left",
      "right"
    ],
    "description": "Position of trending placements\n\n趋势展示位置\n\ndefault: left\n\n[docs](https://tdesign.tencent.com/vue/components/statistic?tab=api#statistic-props)"
  },
  "t-statistic/unit": {
    "type": "String|TNode",
    "description": "Unit content\n\n单位内容\n\n[docs](https://tdesign.tencent.com/vue/components/statistic?tab=api#statistic-props)"
  },
  "t-statistic/value": {
    "type": "Number",
    "description": "The value of Statistic\n\n数值显示的值\n\n[docs](https://tdesign.tencent.com/vue/components/statistic?tab=api#statistic-props)"
  },
  "t-step-item/content": {
    "type": "String|TNode",
    "description": "步骤描述\n\ndefault: ''\n\n[docs](https://tdesign.tencent.com/vue/components/step-item?tab=api#stepitem-props)"
  },
  "t-step-item/default": {
    "type": "String|TNode",
    "description": "步骤描述，同 content\n\n[docs](https://tdesign.tencent.com/vue/components/step-item?tab=api#stepitem-props)"
  },
  "t-step-item/extra": {
    "type": "String|TNode",
    "description": "显示在步骤描述下方的额外内容，比如：操作项\n\n[docs](https://tdesign.tencent.com/vue/components/step-item?tab=api#stepitem-props)"
  },
  "t-step-item/icon": {
    "type": "Boolean|TNode",
    "description": "图标，默认显示内置图标，也可以自定义图标，值为 false 则不显示图标。优先级大于 `status` 定义的图标\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/step-item?tab=api#stepitem-props)"
  },
  "t-step-item/status": {
    "type": "String",
    "options": [
      "default",
      "process",
      "finish",
      "error"
    ],
    "description": "当前步骤的状态：默认状态（未开始）、进行中状态、完成状态、错误状态\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/step-item?tab=api#stepitem-props)"
  },
  "t-step-item/title": {
    "type": "String|TNode",
    "description": "标题\n\ndefault: ''\n\n[docs](https://tdesign.tencent.com/vue/components/step-item?tab=api#stepitem-props)"
  },
  "t-step-item/value": {
    "type": "String|Number",
    "description": "当前步骤标识\n\n[docs](https://tdesign.tencent.com/vue/components/step-item?tab=api#stepitem-props)"
  },
  "t-steps/current": {
    "type": "String|Number",
    "description": "当前步骤，即整个步骤条进度。默认根据步骤下标判断步骤的完成状态，当前步骤为进行中，当前步骤之前的步骤为已完成，当前步骤之后的步骤为未开始。如果每个步骤没有设置 value，current 值为步骤长度则表示所有步骤已完成。如果每个步骤设置了自定义 value，则 current = 'FINISH' 表示所有状态完成\n\n[docs](https://tdesign.tencent.com/vue/components/steps?tab=api#steps-props)"
  },
  "t-steps/layout": {
    "type": "String",
    "options": [
      "horizontal",
      "vertical"
    ],
    "description": "步骤条方向，有两种：横向和纵向\n\ndefault: horizontal\n\n[docs](https://tdesign.tencent.com/vue/components/steps?tab=api#steps-props)"
  },
  "t-steps/options": {
    "type": "Array",
    "description": "步骤条数据列表（作用和 StepItem 效果一样）\n\n[docs](https://tdesign.tencent.com/vue/components/steps?tab=api#steps-props)"
  },
  "t-steps/readonly": {
    "type": "Boolean",
    "description": "只读状态\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/steps?tab=api#steps-props)"
  },
  "t-steps/separator": {
    "type": "String",
    "options": [
      "line",
      "dashed",
      "arrow"
    ],
    "description": "步骤条分割符\n\ndefault: line\n\n[docs](https://tdesign.tencent.com/vue/components/steps?tab=api#steps-props)"
  },
  "t-steps/sequence": {
    "type": "String",
    "options": [
      "positive",
      "reverse"
    ],
    "description": "步骤条顺序\n\ndefault: positive\n\n[docs](https://tdesign.tencent.com/vue/components/steps?tab=api#steps-props)"
  },
  "t-steps/theme": {
    "type": "String",
    "options": [
      "default",
      "dot"
    ],
    "description": "步骤条风格\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/steps?tab=api#steps-props)"
  },
  "t-steps/change": {
    "type": "event",
    "description": "当前步骤发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/steps?tab=api#steps-events)"
  },
  "t-sticky-item/icon": {
    "type": "TNode",
    "description": "图标\n\n[docs](https://tdesign.tencent.com/vue/components/sticky-item?tab=api#stickyitem-props)"
  },
  "t-sticky-item/label": {
    "type": "String|TNode",
    "description": "名称\n\n[docs](https://tdesign.tencent.com/vue/components/sticky-item?tab=api#stickyitem-props)"
  },
  "t-sticky-item/popup": {
    "type": "String|TNode",
    "description": "浮层内容\n\n[docs](https://tdesign.tencent.com/vue/components/sticky-item?tab=api#stickyitem-props)"
  },
  "t-sticky-item/popup-props": {
    "type": "Object",
    "description": "透传浮层组件全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/sticky-item?tab=api#stickyitem-props)"
  },
  "t-sticky-item/trigger": {
    "type": "String",
    "options": [
      "hover",
      "click"
    ],
    "description": "触发浮层显示的方式\n\ndefault: hover\n\n[docs](https://tdesign.tencent.com/vue/components/sticky-item?tab=api#stickyitem-props)"
  },
  "t-sticky-tool/list": {
    "type": "Array",
    "description": "列表\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/sticky-tool?tab=api#stickytool-props)"
  },
  "t-sticky-tool/offset": {
    "type": "Array",
    "description": "相对于 placement 的偏移量，示例：[-10, 20] 或 ['10em', '8rem']\n\n[docs](https://tdesign.tencent.com/vue/components/sticky-tool?tab=api#stickytool-props)"
  },
  "t-sticky-tool/placement": {
    "type": "String",
    "options": [
      "right-top",
      "right-center",
      "right-bottom",
      "left-top",
      "left-center",
      "left-bottom"
    ],
    "description": "固定位置\n\ndefault: right-bottom\n\n[docs](https://tdesign.tencent.com/vue/components/sticky-tool?tab=api#stickytool-props)"
  },
  "t-sticky-tool/popup-props": {
    "type": "Object",
    "description": "透传 Popup 组件全部特性，优先级低于 StickyItem.popupProps\n\n[docs](https://tdesign.tencent.com/vue/components/sticky-tool?tab=api#stickytool-props)"
  },
  "t-sticky-tool/shape": {
    "type": "String",
    "options": [
      "square",
      "round"
    ],
    "description": "stickytool shape\n\n侧边栏菜单形状，有 2 种：方形、圆形\n\ndefault: square\n\n[docs](https://tdesign.tencent.com/vue/components/sticky-tool?tab=api#stickytool-props)"
  },
  "t-sticky-tool/type": {
    "type": "String",
    "options": [
      "normal",
      "compact"
    ],
    "description": "stickytool type\n\n侧边栏菜单类型，有 2 种：常规型和紧凑型\n\ndefault: normal\n\n[docs](https://tdesign.tencent.com/vue/components/sticky-tool?tab=api#stickytool-props)"
  },
  "t-sticky-tool/width": {
    "type": "String|Number",
    "description": "宽度\n\n[docs](https://tdesign.tencent.com/vue/components/sticky-tool?tab=api#stickytool-props)"
  },
  "t-sticky-tool/click": {
    "type": "event",
    "description": "点击某一项时触发\n\n[docs](https://tdesign.tencent.com/vue/components/sticky-tool?tab=api#stickytool-events)"
  },
  "t-sticky-tool/hover": {
    "type": "event",
    "description": "悬浮到某一项时触发\n\n[docs](https://tdesign.tencent.com/vue/components/sticky-tool?tab=api#stickytool-events)"
  },
  "t-submenu/content": {
    "type": "String|TNode",
    "description": "菜单项内容\n\n[docs](https://tdesign.tencent.com/vue/components/submenu?tab=api#submenu-props)"
  },
  "t-submenu/default": {
    "type": "String|TNode",
    "description": "菜单项内容，同 content\n\n[docs](https://tdesign.tencent.com/vue/components/submenu?tab=api#submenu-props)"
  },
  "t-submenu/disabled": {
    "type": "Boolean",
    "description": "是否禁用菜单项展开/收起/跳转等功能\n\n[docs](https://tdesign.tencent.com/vue/components/submenu?tab=api#submenu-props)"
  },
  "t-submenu/icon": {
    "type": "TNode",
    "description": "菜单项图标\n\n[docs](https://tdesign.tencent.com/vue/components/submenu?tab=api#submenu-props)"
  },
  "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/components/submenu?tab=api#submenu-props)"
  },
  "t-submenu/title": {
    "type": "String|TNode",
    "description": "二级菜单内容\n\n[docs](https://tdesign.tencent.com/vue/components/submenu?tab=api#submenu-props)"
  },
  "t-submenu/value": {
    "type": "String|Number",
    "description": "菜单项唯一标识\n\n[docs](https://tdesign.tencent.com/vue/components/submenu?tab=api#submenu-props)"
  },
  "t-swiper/animation": {
    "type": "String",
    "options": [
      "slide",
      "fade"
    ],
    "description": "轮播切换动画效果类型：滑动、淡入淡出等\n\ndefault: slide\n\n[docs](https://tdesign.tencent.com/vue/components/swiper?tab=api#swiper-props)"
  },
  "t-swiper/autoplay": {
    "type": "Boolean",
    "description": "是否自动播放\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/swiper?tab=api#swiper-props)"
  },
  "t-swiper/current": {
    "type": "Number",
    "description": "当前轮播在哪一项（下标）\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/swiper?tab=api#swiper-props)"
  },
  "t-swiper/direction": {
    "type": "String",
    "options": [
      "horizontal",
      "vertical"
    ],
    "description": "轮播滑动方向，包括横向滑动和纵向滑动两个方向\n\ndefault: horizontal\n\n[docs](https://tdesign.tencent.com/vue/components/swiper?tab=api#swiper-props)"
  },
  "t-swiper/duration": {
    "type": "Number",
    "description": "滑动动画时长\n\ndefault: 300\n\n[docs](https://tdesign.tencent.com/vue/components/swiper?tab=api#swiper-props)"
  },
  "t-swiper/height": {
    "type": "Number",
    "description": "当使用垂直方向滚动时的高度\n\n[docs](https://tdesign.tencent.com/vue/components/swiper?tab=api#swiper-props)"
  },
  "t-swiper/interval": {
    "type": "Number",
    "description": "轮播间隔时间\n\ndefault: 5000\n\n[docs](https://tdesign.tencent.com/vue/components/swiper?tab=api#swiper-props)"
  },
  "t-swiper/loop": {
    "type": "Boolean",
    "description": "是否循环播放\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/swiper?tab=api#swiper-props)"
  },
  "t-swiper/navigation": {
    "type": "Object|TNode",
    "description": "导航器全部配置\n\n[docs](https://tdesign.tencent.com/vue/components/swiper?tab=api#swiper-props)"
  },
  "t-swiper/stop-on-hover": {
    "type": "Boolean",
    "description": "是否悬浮时停止轮播\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/swiper?tab=api#swiper-props)"
  },
  "t-swiper/theme": {
    "type": "String",
    "options": [
      "light",
      "dark"
    ],
    "description": "深色模式和浅色模式\n\ndefault: light\n\n[docs](https://tdesign.tencent.com/vue/components/swiper?tab=api#swiper-props)"
  },
  "t-swiper/trigger": {
    "type": "String",
    "options": [
      "hover",
      "click"
    ],
    "description": "触发切换的方式：悬浮、点击等\n\ndefault: hover\n\n[docs](https://tdesign.tencent.com/vue/components/swiper?tab=api#swiper-props)"
  },
  "t-swiper/type": {
    "type": "String",
    "options": [
      "default",
      "card"
    ],
    "description": "样式类型：默认样式、卡片样式\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/swiper?tab=api#swiper-props)"
  },
  "t-swiper/change": {
    "type": "event",
    "description": "轮播切换时触发\n\n[docs](https://tdesign.tencent.com/vue/components/swiper?tab=api#swiper-events)"
  },
  "t-switch/custom-value": {
    "type": "Array",
    "description": "用于自定义开关的值，[打开时的值，关闭时的值]。默认为 [true, false]。示例：[1, 0]、['open', 'close']\n\n[docs](https://tdesign.tencent.com/vue/components/switch?tab=api#switch-props)"
  },
  "t-switch/disabled": {
    "type": "Boolean",
    "description": "是否禁用组件，默认为 false\n\n[docs](https://tdesign.tencent.com/vue/components/switch?tab=api#switch-props)"
  },
  "t-switch/label": {
    "type": "Array|TNode",
    "description": "开关内容，[开启时内容，关闭时内容]。示例：['开', '关'] 或 (value) => value ? '开' : '关'\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/switch?tab=api#switch-props)"
  },
  "t-switch/loading": {
    "type": "Boolean",
    "description": "是否处于加载中状态\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/switch?tab=api#switch-props)"
  },
  "t-switch/size": {
    "type": "String",
    "options": [
      "small",
      "medium",
      "large"
    ],
    "description": "开关尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/switch?tab=api#switch-props)"
  },
  "t-switch/value": {
    "type": "String|Number|Boolean",
    "description": "开关值\n\n[docs](https://tdesign.tencent.com/vue/components/switch?tab=api#switch-props)"
  },
  "t-switch/change": {
    "type": "event",
    "description": "数据发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/switch?tab=api#switch-events)"
  },
  "t-tab-panel/default": {
    "type": "TNode",
    "description": "用于自定义选项卡导航，同 panel\n\n[docs](https://tdesign.tencent.com/vue/components/tab-panel?tab=api#tabpanel-props)"
  },
  "t-tab-panel/destroy-on-hide": {
    "type": "Boolean",
    "description": "选项卡内容隐藏时是否销毁\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/tab-panel?tab=api#tabpanel-props)"
  },
  "t-tab-panel/disabled": {
    "type": "Boolean",
    "description": "是否禁用当前选项卡\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tab-panel?tab=api#tabpanel-props)"
  },
  "t-tab-panel/draggable": {
    "type": "Boolean",
    "description": "选项卡组件开启允许拖动排序时，当前选项卡是否允许拖动\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/tab-panel?tab=api#tabpanel-props)"
  },
  "t-tab-panel/label": {
    "type": "String|TNode",
    "description": "选项卡名称，可自定义选项卡导航内容\n\n[docs](https://tdesign.tencent.com/vue/components/tab-panel?tab=api#tabpanel-props)"
  },
  "t-tab-panel/panel": {
    "type": "String|TNode",
    "description": "用于自定义选项卡面板内容\n\n[docs](https://tdesign.tencent.com/vue/components/tab-panel?tab=api#tabpanel-props)"
  },
  "t-tab-panel/removable": {
    "type": "Boolean",
    "description": "当前选项卡是否允许移除\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tab-panel?tab=api#tabpanel-props)"
  },
  "t-tab-panel/value": {
    "type": "String|Number",
    "description": "选项卡的值，唯一标识\n\n[docs](https://tdesign.tencent.com/vue/components/tab-panel?tab=api#tabpanel-props)"
  },
  "t-tab-panel/remove": {
    "type": "event",
    "description": "点击删除按钮时触发\n\n[docs](https://tdesign.tencent.com/vue/components/tab-panel?tab=api#tabpanel-events)"
  },
  "t-tabs/action": {
    "type": "String|TNode",
    "description": "【开发中】选项卡右侧的操作区域\n\n[docs](https://tdesign.tencent.com/vue/components/tabs?tab=api#tabs-props)"
  },
  "t-tabs/addable": {
    "type": "Boolean",
    "description": "选项卡是否可增加\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tabs?tab=api#tabs-props)"
  },
  "t-tabs/disabled": {
    "type": "Boolean",
    "description": "是否禁用选项卡\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tabs?tab=api#tabs-props)"
  },
  "t-tabs/drag-sort": {
    "type": "event",
    "description": "trigger on drag sort\n\n拖拽排序时触发\n\n[docs](https://tdesign.tencent.com/vue/components/tabs?tab=api#tabs-events)"
  },
  "t-tabs/list": {
    "type": "Array",
    "description": "选项卡列表\n\n[docs](https://tdesign.tencent.com/vue/components/tabs?tab=api#tabs-props)"
  },
  "t-tabs/placement": {
    "type": "String",
    "options": [
      "left",
      "top",
      "bottom",
      "right"
    ],
    "description": "选项卡位置\n\ndefault: top\n\n[docs](https://tdesign.tencent.com/vue/components/tabs?tab=api#tabs-props)"
  },
  "t-tabs/size": {
    "type": "String",
    "options": [
      "medium",
      "large"
    ],
    "description": "组件尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/tabs?tab=api#tabs-props)"
  },
  "t-tabs/theme": {
    "type": "String",
    "options": [
      "normal",
      "card"
    ],
    "description": "选项卡风格，包含 默认风格 和 卡片风格两种\n\ndefault: normal\n\n[docs](https://tdesign.tencent.com/vue/components/tabs?tab=api#tabs-props)"
  },
  "t-tabs/value": {
    "type": "String|Number",
    "description": "激活的选项卡值\n\n[docs](https://tdesign.tencent.com/vue/components/tabs?tab=api#tabs-props)"
  },
  "t-tabs/add": {
    "type": "event",
    "description": "添加选项卡时触发\n\n[docs](https://tdesign.tencent.com/vue/components/tabs?tab=api#tabs-events)"
  },
  "t-tabs/change": {
    "type": "event",
    "description": "激活的选项卡发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/tabs?tab=api#tabs-events)"
  },
  "t-tabs/remove": {
    "type": "event",
    "description": "删除选项卡时触发\n\n[docs](https://tdesign.tencent.com/vue/components/tabs?tab=api#tabs-events)"
  },
  "t-tag/closable": {
    "type": "Boolean",
    "description": "标签是否可关闭\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tag?tab=api#tag-props)"
  },
  "t-tag/content": {
    "type": "String|TNode",
    "description": "组件子元素\n\n[docs](https://tdesign.tencent.com/vue/components/tag?tab=api#tag-props)"
  },
  "t-tag/default": {
    "type": "String|TNode",
    "description": "组件子元素，同 `content`\n\n[docs](https://tdesign.tencent.com/vue/components/tag?tab=api#tag-props)"
  },
  "t-tag/disabled": {
    "type": "Boolean",
    "description": "标签禁用态，失效标签不能触发事件。默认风格（theme=default）才有禁用态\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tag?tab=api#tag-props)"
  },
  "t-tag/icon": {
    "type": "TNode",
    "description": "标签中的图标，可自定义图标呈现\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/tag?tab=api#tag-props)"
  },
  "t-tag/max-width": {
    "type": "String|Number",
    "description": "标签最大宽度，宽度超出后会出现省略号。示例：'50px' / 80\n\n[docs](https://tdesign.tencent.com/vue/components/tag?tab=api#tag-props)"
  },
  "t-tag/shape": {
    "type": "String",
    "options": [
      "square",
      "round",
      "mark"
    ],
    "description": "标签类型，有三种：方形、圆角方形、标记型\n\ndefault: square\n\n[docs](https://tdesign.tencent.com/vue/components/tag?tab=api#tag-props)"
  },
  "t-tag/size": {
    "type": "String",
    "options": [
      "small",
      "medium",
      "large"
    ],
    "description": "标签尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/tag?tab=api#tag-props)"
  },
  "t-tag/theme": {
    "type": "String",
    "options": [
      "default",
      "primary",
      "warning",
      "danger",
      "success"
    ],
    "description": "组件风格，用于描述组件不同的应用场景\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/tag?tab=api#tag-props)"
  },
  "t-tag/variant": {
    "type": "String",
    "options": [
      "dark",
      "light",
      "outline",
      "light-outline"
    ],
    "description": "标签风格变体\n\ndefault: dark\n\n[docs](https://tdesign.tencent.com/vue/components/tag?tab=api#tag-props)"
  },
  "t-tag/click": {
    "type": "event",
    "description": "点击时触发\n\n[docs](https://tdesign.tencent.com/vue/components/tag?tab=api#tag-events)"
  },
  "t-tag/close": {
    "type": "event",
    "description": "如果关闭按钮存在，点击关闭按钮时触发\n\n[docs](https://tdesign.tencent.com/vue/components/tag?tab=api#tag-events)"
  },
  "t-tag-input/auto-width": {
    "type": "Boolean",
    "description": "宽度随内容自适应\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-props)"
  },
  "t-tag-input/clearable": {
    "type": "Boolean",
    "description": "是否可清空\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-props)"
  },
  "t-tag-input/collapsed-items": {
    "type": "TNode",
    "description": "标签过多的情况下，折叠项内容，默认为 `+N`。如果需要悬浮就显示其他内容，可以使用 collapsedItems 自定义。`value` 表示当前存在的所有标签，`collapsedTags` 表示折叠的标签，`count` 表示折叠的数量\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-props)"
  },
  "t-tag-input/disabled": {
    "type": "Boolean",
    "description": "是否禁用标签输入框\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-props)"
  },
  "t-tag-input/drag-sort": {
    "type": "event",
    "description": "trigger on drag sort\n\n【开发中】拖拽排序时触发\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-events)"
  },
  "t-tag-input/excess-tags-display-type": {
    "type": "String",
    "options": [
      "scroll",
      "break-line"
    ],
    "description": "标签超出时的呈现方式，有两种：横向滚动显示 和 换行显示\n\ndefault: break-line\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-props)"
  },
  "t-tag-input/input-props": {
    "type": "Object",
    "description": "透传 Input 输入框组件全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-props)"
  },
  "t-tag-input/input-value": {
    "type": "String|Number",
    "description": "input value\n\n输入框的值\n\ndefault: ''\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-props)"
  },
  "t-tag-input/label": {
    "type": "String|TNode",
    "description": "左侧文本\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-props)"
  },
  "t-tag-input/max": {
    "type": "Number",
    "description": "max tag number\n\n最大允许输入的标签数量\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-props)"
  },
  "t-tag-input/min-collapsed-num": {
    "type": "Number",
    "description": "最小折叠数量，用于标签数量过多的情况下折叠选中项，超出该数值的选中项折叠。值为 0 则表示不折叠\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-props)"
  },
  "t-tag-input/placeholder": {
    "type": "String",
    "description": "placeholder description\n\n占位符\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-props)"
  },
  "t-tag-input/readonly": {
    "type": "Boolean",
    "description": "只读状态，值为真会隐藏标签移除按钮和输入框\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-props)"
  },
  "t-tag-input/size": {
    "type": "String",
    "options": [
      "small",
      "medium",
      "large"
    ],
    "description": "尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-props)"
  },
  "t-tag-input/status": {
    "type": "String",
    "options": [
      "default",
      "success",
      "warning",
      "error"
    ],
    "description": "输入框状态\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-props)"
  },
  "t-tag-input/suffix": {
    "type": "String|TNode",
    "description": "后置图标前的后置内容\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-props)"
  },
  "t-tag-input/suffix-icon": {
    "type": "TNode",
    "description": "组件后置图标\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-props)"
  },
  "t-tag-input/tag": {
    "type": "String|TNode",
    "description": "自定义标签的内部内容，每一个标签的当前值。注意和 `valueDisplay` 区分，`valueDisplay`  是用来定义全部标签内容，而非某一个标签\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-props)"
  },
  "t-tag-input/tag-props": {
    "type": "Object",
    "description": "透传 Tag 组件全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-props)"
  },
  "t-tag-input/tips": {
    "type": "String|TNode",
    "description": "输入框下方提示文本，会根据不同的 `status` 呈现不同的样式\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-props)"
  },
  "t-tag-input/value": {
    "type": "Array",
    "description": "value\n\n值\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-props)"
  },
  "t-tag-input/value-display": {
    "type": "String|TNode",
    "description": "自定义值呈现的全部内容，参数为所有标签的值\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-props)"
  },
  "t-tag-input/blur": {
    "type": "event",
    "description": "trigger on blur\n\n失去焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-events)"
  },
  "t-tag-input/change": {
    "type": "event",
    "description": "值变化时触发，参数 `context.trigger` 表示数据变化的触发来源；`context.index` 指当前变化项的下标；`context.item` 指当前变化项；`context.e` 表示事件参数\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-events)"
  },
  "t-tag-input/clear": {
    "type": "event",
    "description": "清空按钮点击时触发\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-events)"
  },
  "t-tag-input/click": {
    "type": "event",
    "description": "点击组件时触发\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-events)"
  },
  "t-tag-input/enter": {
    "type": "event",
    "description": "按键按下 Enter 时触发\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-events)"
  },
  "t-tag-input/focus": {
    "type": "event",
    "description": "trigger on focus\n\n聚焦时触发\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-events)"
  },
  "t-tag-input/input-change": {
    "type": "event",
    "description": "输入框值发生变化时触发，`context.trigger` 表示触发输入框值变化的来源：文本输入触发、清除按钮触发、回车键触发等\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-events)"
  },
  "t-tag-input/mouseenter": {
    "type": "event",
    "description": "trigger on mouseenter\n\n进入输入框时触发\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-events)"
  },
  "t-tag-input/mouseleave": {
    "type": "event",
    "description": "trigger on mouseleave\n\n离开输入框时触发\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-events)"
  },
  "t-tag-input/paste": {
    "type": "event",
    "description": "粘贴事件，`pasteValue` 表示粘贴板的内容\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-events)"
  },
  "t-tag-input/remove": {
    "type": "event",
    "description": "移除单个标签时触发\n\n[docs](https://tdesign.tencent.com/vue/components/tag-input?tab=api#taginput-events)"
  },
  "t-textarea/allow-input-over-max": {
    "type": "Boolean",
    "description": "超出maxlength或maxcharacter之后是否还允许输入\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/textarea?tab=api#textarea-props)"
  },
  "t-textarea/autofocus": {
    "type": "Boolean",
    "description": "自动聚焦，拉起键盘\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/textarea?tab=api#textarea-props)"
  },
  "t-textarea/autosize": {
    "type": "Boolean|Object",
    "description": "高度自动撑开。 autosize = true 表示组件高度自动撑开，同时，依旧允许手动拖高度。如果设置了 autosize.maxRows 或者 autosize.minRows 则不允许手动调整高度\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/textarea?tab=api#textarea-props)"
  },
  "t-textarea/disabled": {
    "type": "Boolean",
    "description": "是否禁用文本框\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/textarea?tab=api#textarea-props)"
  },
  "t-textarea/label": {
    "type": "String|TNode",
    "description": "左侧文本\n\n[docs](https://tdesign.tencent.com/vue/components/textarea?tab=api#textarea-props)"
  },
  "t-textarea/maxcharacter": {
    "type": "Number",
    "description": "用户最多可以输入的字符个数，一个中文汉字表示两个字符长度\n\n[docs](https://tdesign.tencent.com/vue/components/textarea?tab=api#textarea-props)"
  },
  "t-textarea/maxlength": {
    "type": "Number",
    "description": "用户最多可以输入的字符个数\n\n[docs](https://tdesign.tencent.com/vue/components/textarea?tab=api#textarea-props)"
  },
  "t-textarea/name": {
    "type": "String",
    "description": "名称，HTML 元素原生属性\n\n[docs](https://tdesign.tencent.com/vue/components/textarea?tab=api#textarea-props)"
  },
  "t-textarea/placeholder": {
    "type": "String",
    "description": "占位符\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/textarea?tab=api#textarea-props)"
  },
  "t-textarea/readonly": {
    "type": "Boolean",
    "description": "只读状态\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/textarea?tab=api#textarea-props)"
  },
  "t-textarea/status": {
    "type": "String",
    "options": [
      "default",
      "success",
      "warning",
      "error"
    ],
    "description": "文本框状态\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/textarea?tab=api#textarea-props)"
  },
  "t-textarea/tips": {
    "type": "String|TNode",
    "description": "输入框下方提示文本，会根据不同的 `status` 呈现不同的样式\n\n[docs](https://tdesign.tencent.com/vue/components/textarea?tab=api#textarea-props)"
  },
  "t-textarea/value": {
    "type": "String|Number",
    "description": "文本框值\n\n[docs](https://tdesign.tencent.com/vue/components/textarea?tab=api#textarea-props)"
  },
  "t-textarea/blur": {
    "type": "event",
    "description": "失去焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/textarea?tab=api#textarea-events)"
  },
  "t-textarea/change": {
    "type": "event",
    "description": "输入内容变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/textarea?tab=api#textarea-events)"
  },
  "t-textarea/focus": {
    "type": "event",
    "description": "获得焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/textarea?tab=api#textarea-events)"
  },
  "t-textarea/keydown": {
    "type": "event",
    "description": "键盘按下时触发\n\n[docs](https://tdesign.tencent.com/vue/components/textarea?tab=api#textarea-events)"
  },
  "t-textarea/keypress": {
    "type": "event",
    "description": "按下字符键时触发（keydown -> keypress -> keyup）\n\n[docs](https://tdesign.tencent.com/vue/components/textarea?tab=api#textarea-events)"
  },
  "t-textarea/keyup": {
    "type": "event",
    "description": "释放键盘时触发\n\n[docs](https://tdesign.tencent.com/vue/components/textarea?tab=api#textarea-events)"
  },
  "t-time-picker/allow-input": {
    "type": "Boolean",
    "description": "是否允许直接输入时间\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/time-picker?tab=api#timepicker-props)"
  },
  "t-time-picker/clearable": {
    "type": "Boolean",
    "description": "是否允许清除选中值\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/time-picker?tab=api#timepicker-props)"
  },
  "t-time-picker/disable-time": {
    "type": "Function",
    "description": "禁用时间项\n\n[docs](https://tdesign.tencent.com/vue/components/time-picker?tab=api#timepicker-props)"
  },
  "t-time-picker/disabled": {
    "type": "Boolean",
    "description": "是否禁用组件\n\n[docs](https://tdesign.tencent.com/vue/components/time-picker?tab=api#timepicker-props)"
  },
  "t-time-picker/format": {
    "type": "String",
    "description": "用于格式化时间，[详细文档](https://day.js.org/docs/en/display/format)\n\ndefault: HH:mm:ss\n\n[docs](https://tdesign.tencent.com/vue/components/time-picker?tab=api#timepicker-props)"
  },
  "t-time-picker/hide-disabled-time": {
    "type": "Boolean",
    "description": "是否隐藏禁用状态的时间项\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/time-picker?tab=api#timepicker-props)"
  },
  "t-time-picker/input-props": {
    "type": "Object",
    "description": "透传给输入框（Input）组件的参数\n\n[docs](https://tdesign.tencent.com/vue/components/time-picker?tab=api#timepicker-props)"
  },
  "t-time-picker/placeholder": {
    "type": "String",
    "description": "占位符\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/time-picker?tab=api#timepicker-props)"
  },
  "t-time-picker/popup-props": {
    "type": "Object",
    "description": "透传给 popup 组件的参数\n\n[docs](https://tdesign.tencent.com/vue/components/time-picker?tab=api#timepicker-props)"
  },
  "t-time-picker/presets": {
    "type": "Object",
    "description": "预设快捷时间选择，示例：`{ '前一小时': '11:00:00' }`\n\n[docs](https://tdesign.tencent.com/vue/components/time-picker?tab=api#timepicker-props)"
  },
  "t-time-picker/size": {
    "type": "String",
    "options": [
      "small",
      "medium",
      "large"
    ],
    "description": "尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/time-picker?tab=api#timepicker-props)"
  },
  "t-time-picker/status": {
    "type": "String",
    "options": [
      "default",
      "success",
      "warning",
      "error"
    ],
    "description": "输入框状态\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/time-picker?tab=api#timepicker-props)"
  },
  "t-time-picker/steps": {
    "type": "Array",
    "description": "时间间隔步数，数组排列 [小时, 分钟, 秒]，示例：[2, 1, 1] 或者 ['2', '1', '1']\n\ndefault: [1, 1, 1]\n\n[docs](https://tdesign.tencent.com/vue/components/time-picker?tab=api#timepicker-props)"
  },
  "t-time-picker/tips": {
    "type": "String|TNode",
    "description": "输入框下方提示文本，会根据不同的 `status` 呈现不同的样式\n\n[docs](https://tdesign.tencent.com/vue/components/time-picker?tab=api#timepicker-props)"
  },
  "t-time-picker/value": {
    "type": "String",
    "description": "选中值\n\n[docs](https://tdesign.tencent.com/vue/components/time-picker?tab=api#timepicker-props)"
  },
  "t-time-picker/blur": {
    "type": "event",
    "description": "当输入框失去焦点时触发，value 表示组件当前有效值\n\n[docs](https://tdesign.tencent.com/vue/components/time-picker?tab=api#timepicker-events)"
  },
  "t-time-picker/change": {
    "type": "event",
    "description": "选中值发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/time-picker?tab=api#timepicker-events)"
  },
  "t-time-picker/close": {
    "type": "event",
    "description": "面板关闭时触发\n\n[docs](https://tdesign.tencent.com/vue/components/time-picker?tab=api#timepicker-events)"
  },
  "t-time-picker/focus": {
    "type": "event",
    "description": "输入框获得焦点时触发，value 表示组件当前有效值\n\n[docs](https://tdesign.tencent.com/vue/components/time-picker?tab=api#timepicker-events)"
  },
  "t-time-picker/input": {
    "type": "event",
    "description": "当输入框内容发生变化时触发，参数 value 表示组件当前有效值\n\n[docs](https://tdesign.tencent.com/vue/components/time-picker?tab=api#timepicker-events)"
  },
  "t-time-picker/open": {
    "type": "event",
    "description": "面板打开时触发\n\n[docs](https://tdesign.tencent.com/vue/components/time-picker?tab=api#timepicker-events)"
  },
  "t-time-picker/pick": {
    "type": "event",
    "description": "面板选中值后触发\n\n[docs](https://tdesign.tencent.com/vue/components/time-picker?tab=api#timepicker-events)"
  },
  "t-time-range-picker/allow-input": {
    "type": "Boolean",
    "description": "是否允许直接输入时间\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/time-range-picker?tab=api#timerangepicker-props)"
  },
  "t-time-range-picker/clearable": {
    "type": "Boolean",
    "description": "是否允许清除选中值\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/time-range-picker?tab=api#timerangepicker-props)"
  },
  "t-time-range-picker/disable-time": {
    "type": "Function",
    "description": "禁用时间项\n\n[docs](https://tdesign.tencent.com/vue/components/time-range-picker?tab=api#timerangepicker-props)"
  },
  "t-time-range-picker/disabled": {
    "type": "Boolean|Array",
    "description": "是否禁用组件，值为数组表示可分别控制开始日期和结束日期是否禁用\n\n[docs](https://tdesign.tencent.com/vue/components/time-range-picker?tab=api#timerangepicker-props)"
  },
  "t-time-range-picker/format": {
    "type": "String",
    "description": "用于格式化时间，[详细文档](https://day.js.org/docs/en/display/format)\n\ndefault: HH:mm:ss\n\n[docs](https://tdesign.tencent.com/vue/components/time-range-picker?tab=api#timerangepicker-props)"
  },
  "t-time-range-picker/hide-disabled-time": {
    "type": "Boolean",
    "description": "是否隐藏禁用状态的时间项\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/time-range-picker?tab=api#timerangepicker-props)"
  },
  "t-time-range-picker/placeholder": {
    "type": "String|Array",
    "description": "占位符，值为数组表示可分别为开始日期和结束日期设置占位符\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/time-range-picker?tab=api#timerangepicker-props)"
  },
  "t-time-range-picker/popup-props": {
    "type": "Object",
    "description": "透传给 popup 组件的参数\n\n[docs](https://tdesign.tencent.com/vue/components/time-range-picker?tab=api#timerangepicker-props)"
  },
  "t-time-range-picker/presets": {
    "type": "Object",
    "description": "预设快捷时间范围选择，示例：{ '下午': ['13:00:00', '18:00:00'] }\n\n[docs](https://tdesign.tencent.com/vue/components/time-range-picker?tab=api#timerangepicker-props)"
  },
  "t-time-range-picker/range-input-props": {
    "type": "Object",
    "description": "透传给范围输入框 RangeInput 组件的参数\n\n[docs](https://tdesign.tencent.com/vue/components/time-range-picker?tab=api#timerangepicker-props)"
  },
  "t-time-range-picker/size": {
    "type": "String",
    "options": [
      "small",
      "medium",
      "large"
    ],
    "description": "尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/time-range-picker?tab=api#timerangepicker-props)"
  },
  "t-time-range-picker/status": {
    "type": "String",
    "options": [
      "default",
      "success",
      "warning",
      "error"
    ],
    "description": "输入框状态\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/time-range-picker?tab=api#timerangepicker-props)"
  },
  "t-time-range-picker/steps": {
    "type": "Array",
    "description": "时间间隔步数，数组排列 [小时, 分钟, 秒]，示例：[2, 1, 1] 或者 ['2', '1', '1']\n\ndefault: [1, 1, 1]\n\n[docs](https://tdesign.tencent.com/vue/components/time-range-picker?tab=api#timerangepicker-props)"
  },
  "t-time-range-picker/tips": {
    "type": "String|TNode",
    "description": "输入框下方提示文本，会根据不同的 `status` 呈现不同的样式\n\n[docs](https://tdesign.tencent.com/vue/components/time-range-picker?tab=api#timerangepicker-props)"
  },
  "t-time-range-picker/value": {
    "type": "Array",
    "description": "选中值\n\n[docs](https://tdesign.tencent.com/vue/components/time-range-picker?tab=api#timerangepicker-props)"
  },
  "t-time-range-picker/blur": {
    "type": "event",
    "description": "当输入框失去焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/time-range-picker?tab=api#timerangepicker-events)"
  },
  "t-time-range-picker/change": {
    "type": "event",
    "description": "选中值发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/time-range-picker?tab=api#timerangepicker-events)"
  },
  "t-time-range-picker/focus": {
    "type": "event",
    "description": "范围输入框获得焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/time-range-picker?tab=api#timerangepicker-events)"
  },
  "t-time-range-picker/input": {
    "type": "event",
    "description": "当输入框内容发生变化时触发，参数 input 表示输入内容，value 表示组件当前有效值\n\n[docs](https://tdesign.tencent.com/vue/components/time-range-picker?tab=api#timerangepicker-events)"
  },
  "t-time-range-picker/pick": {
    "type": "event",
    "description": "面板选中值后触发\n\n[docs](https://tdesign.tencent.com/vue/components/time-range-picker?tab=api#timerangepicker-events)"
  },
  "t-timeline/label-align": {
    "type": "String",
    "options": [
      "left",
      "right",
      "alternate",
      "top",
      "bottom"
    ],
    "description": "label info placement\n\n标签信息放在时间轴的位置，`mode='alternate'` 时生效。纵向时间轴信息位置：左侧、右侧或两侧，默认信息在时间轴右侧。横向时间轴信息位置：上方、下方、两侧\n\ndefault: left\n\n[docs](https://tdesign.tencent.com/vue/components/timeline?tab=api#timeline-props)"
  },
  "t-timeline/layout": {
    "type": "String",
    "options": [
      "horizontal",
      "vertical"
    ],
    "description": "time line layout\n\n时间轴方向：水平方向、垂直方向\n\ndefault: vertical\n\n[docs](https://tdesign.tencent.com/vue/components/timeline?tab=api#timeline-props)"
  },
  "t-timeline/mode": {
    "type": "String",
    "options": [
      "alternate",
      "same"
    ],
    "description": "The position relationship between the label and the content text, 'alternate' is displayed on both sides of the axis, and 'same' is displayed on the same side\n\n标签与内容文本的位置关系，`alternate` 为展示在轴两侧，`same` 为展示在同一侧\n\ndefault: alternate\n\n[docs](https://tdesign.tencent.com/vue/components/timeline?tab=api#timeline-props)"
  },
  "t-timeline/reverse": {
    "type": "Boolean",
    "description": "时间轴是否表现为倒序\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/timeline?tab=api#timeline-props)"
  },
  "t-timeline/theme": {
    "type": "String",
    "options": [
      "default",
      "dot"
    ],
    "description": "步骤条风格\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/timeline?tab=api#timeline-props)"
  },
  "t-timeline-item/content": {
    "type": "String|TNode",
    "description": "描述内容\n\n[docs](https://tdesign.tencent.com/vue/components/timeline-item?tab=api#timelineitem-props)"
  },
  "t-timeline-item/dot": {
    "type": "TNode",
    "description": "用于自定义时间轴节点元素\n\n[docs](https://tdesign.tencent.com/vue/components/timeline-item?tab=api#timelineitem-props)"
  },
  "t-timeline-item/dot-color": {
    "type": "String",
    "description": "时间轴颜色，内置 `primary/warning/error/default` 四种色值，可传入 16 进制颜色码或 RGB 颜色值.\n\ndefault: primary\n\n[docs](https://tdesign.tencent.com/vue/components/timeline-item?tab=api#timelineitem-props)"
  },
  "t-timeline-item/label": {
    "type": "String|TNode",
    "description": "标签文本内容，可完全自定义\n\n[docs](https://tdesign.tencent.com/vue/components/timeline-item?tab=api#timelineitem-props)"
  },
  "t-timeline-item/label-align": {
    "type": "String",
    "options": [
      "left",
      "right",
      "top",
      "bottom"
    ],
    "description": "标签信息相对于时间轴的位置，在 `mode='alternate'` 时生效，优先级高于 `Timeline.labelAlign`\n\n[docs](https://tdesign.tencent.com/vue/components/timeline-item?tab=api#timelineitem-props)"
  },
  "t-timeline-item/loading": {
    "type": "Boolean",
    "description": "Whether it is in the loading state\n\n是否处在加载状态\n\n[docs](https://tdesign.tencent.com/vue/components/timeline-item?tab=api#timelineitem-props)"
  },
  "t-tooltip/delay": {
    "type": "Number|Array",
    "description": "delay to show or hide popover\n\n延时显示或隐藏浮层，[延迟显示的时间，延迟隐藏的时间]，单位：毫秒。直接透传到 Popup 组件。如果只有一个时间，则表示显示和隐藏的延迟时间相同。示例 `'300'` 或者 `[200, 200]`。默认为：[250, 150]\n\n[docs](https://tdesign.tencent.com/vue/components/tooltip?tab=api#tooltip-props)"
  },
  "t-tooltip/destroy-on-close": {
    "type": "Boolean",
    "description": "是否在关闭浮层时销毁浮层\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/tooltip?tab=api#tooltip-props)"
  },
  "t-tooltip/duration": {
    "type": "Number",
    "description": "用于设置提示默认显示多长时间之后消失，初始第一次有效，单位：毫秒\n\n[docs](https://tdesign.tencent.com/vue/components/tooltip?tab=api#tooltip-props)"
  },
  "t-tooltip/placement": {
    "type": "String",
    "description": "浮层出现位置\n\ndefault: top\n\n[docs](https://tdesign.tencent.com/vue/components/tooltip?tab=api#tooltip-props)"
  },
  "t-tooltip/show-arrow": {
    "type": "Boolean",
    "description": "是否显示浮层箭头\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/tooltip?tab=api#tooltip-props)"
  },
  "t-tooltip/theme": {
    "type": "String",
    "options": [
      "default",
      "primary",
      "success",
      "danger",
      "warning",
      "light"
    ],
    "description": "文字提示风格\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/tooltip?tab=api#tooltip-props)"
  },
  "t-tooltip-lite/content": {
    "type": "String|TNode",
    "description": "tip content\n\n文字提示内容\n\n[docs](https://tdesign.tencent.com/vue/components/tooltip-lite?tab=api#tooltiplite-props)"
  },
  "t-tooltip-lite/placement": {
    "type": "String",
    "options": [
      "top",
      "bottom",
      "mouse"
    ],
    "description": "提示浮层出现的位置\n\ndefault: top\n\n[docs](https://tdesign.tencent.com/vue/components/tooltip-lite?tab=api#tooltiplite-props)"
  },
  "t-tooltip-lite/show-arrow": {
    "type": "Boolean",
    "description": "是否显示箭头\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/tooltip-lite?tab=api#tooltiplite-props)"
  },
  "t-tooltip-lite/show-shadow": {
    "type": "Boolean",
    "description": "文字提示浮层是否需要阴影\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/tooltip-lite?tab=api#tooltiplite-props)"
  },
  "t-tooltip-lite/theme": {
    "type": "String",
    "options": [
      "light",
      "default"
    ],
    "description": "组件风格，有亮色模式和暗色模式两种\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/tooltip-lite?tab=api#tooltiplite-props)"
  },
  "t-tooltip-lite/trigger-element": {
    "type": "String|TNode",
    "description": "触发元素\n\n[docs](https://tdesign.tencent.com/vue/components/tooltip-lite?tab=api#tooltiplite-props)"
  },
  "t-transfer/checkbox-props": {
    "type": "Object",
    "description": "用于控制复选框属性\n\n[docs](https://tdesign.tencent.com/vue/components/transfer?tab=api#transfer-props)"
  },
  "t-transfer/checked": {
    "type": "Array",
    "description": "数据列表选中项\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/transfer?tab=api#transfer-props)"
  },
  "t-transfer/data": {
    "type": "Array",
    "description": "全量数据\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/transfer?tab=api#transfer-props)"
  },
  "t-transfer/direction": {
    "type": "String",
    "options": [
      "left",
      "right",
      "both"
    ],
    "description": "穿梭框可操作方向\n\ndefault: both\n\n[docs](https://tdesign.tencent.com/vue/components/transfer?tab=api#transfer-props)"
  },
  "t-transfer/disabled": {
    "type": "Boolean|Array",
    "description": "禁用全部操作：搜索、选中、移动、分页等。[源列表, 目标列表]，示例：[true, false] 或者 true\n\n[docs](https://tdesign.tencent.com/vue/components/transfer?tab=api#transfer-props)"
  },
  "t-transfer/empty": {
    "type": "String|Array|TNode",
    "description": "列表为空时呈现的内容。值类型为数组，则表示分别控制源列表和目标列表数据为空的呈现内容\n\ndefault: ''\n\n[docs](https://tdesign.tencent.com/vue/components/transfer?tab=api#transfer-props)"
  },
  "t-transfer/footer": {
    "type": "Array|TNode",
    "description": "穿梭框底部内容\n\n[docs](https://tdesign.tencent.com/vue/components/transfer?tab=api#transfer-props)"
  },
  "t-transfer/keys": {
    "type": "Object",
    "description": "用来定义选项文本和选项值字段，示例：`{ label: 'text', value: 'id' }`，表示选项文本取 `text` 字段，选项值取 `id` 字段\n\n[docs](https://tdesign.tencent.com/vue/components/transfer?tab=api#transfer-props)"
  },
  "t-transfer/operation": {
    "type": "Array|TNode",
    "description": "方向操作按钮。默认显示组件内置操作图标。自定义操作图标示例：['向左', '向右'] 或者 `[() => <i class='left' />, () => <i class='left' />]` 或者 `(h, direction) => direction === 'left' ? '《' : '》'`\n\n[docs](https://tdesign.tencent.com/vue/components/transfer?tab=api#transfer-props)"
  },
  "t-transfer/pagination": {
    "type": "Object|Array",
    "description": "分页配置，值为空则不显示。具体 API 参考分页组件。值类型为数组，表示可分别控制源列表和目标列表分页组件\n\n[docs](https://tdesign.tencent.com/vue/components/transfer?tab=api#transfer-props)"
  },
  "t-transfer/search": {
    "type": "event",
    "description": "搜索时触发，options.query 表示用户输入的内容\n\n[docs](https://tdesign.tencent.com/vue/components/transfer?tab=api#transfer-events)"
  },
  "t-transfer/show-check-all": {
    "type": "Boolean|Array",
    "description": "是否显示全选，值类型为数组则表示分别控制源列表和目标列表\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/transfer?tab=api#transfer-props)"
  },
  "t-transfer/target-sort": {
    "type": "String",
    "options": [
      "original",
      "push",
      "unshift"
    ],
    "description": "目标数据列表排列顺序\n\ndefault: original\n\n[docs](https://tdesign.tencent.com/vue/components/transfer?tab=api#transfer-props)"
  },
  "t-transfer/title": {
    "type": "Array|TNode",
    "description": "穿梭框标题，示例：['源列表', '目标列表'] 或者 `[() => 'A', () => 'B']` 或者 `({ type }) => type === 'source' ? '源' : '目标'`\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/transfer?tab=api#transfer-props)"
  },
  "t-transfer/transfer-item": {
    "type": "TNode",
    "description": "自定义渲染节点\n\n[docs](https://tdesign.tencent.com/vue/components/transfer?tab=api#transfer-props)"
  },
  "t-transfer/tree": {
    "type": "TNode",
    "description": "\n\ndefault: 传入 Tree 组件定义树形结构\n\n[docs](https://tdesign.tencent.com/vue/components/transfer?tab=api#transfer-props)"
  },
  "t-transfer/value": {
    "type": "Array",
    "description": "目标数据列表数据\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/transfer?tab=api#transfer-props)"
  },
  "t-transfer/change": {
    "type": "event",
    "description": "数据列表发生变化时触发，`type` 值为 `source`，表示源列表移动到目标列表，值为 `target` 表示目标列表移动到源列表，movedValue 则表示被移动的选项\n\n[docs](https://tdesign.tencent.com/vue/components/transfer?tab=api#transfer-events)"
  },
  "t-transfer/checked-change": {
    "type": "event",
    "description": "源数据列表或目标数据列表的选中项发生变化时触发，`context.type` 可以区分触发来源是目标列表，还是源列表\n\n[docs](https://tdesign.tencent.com/vue/components/transfer?tab=api#transfer-events)"
  },
  "t-transfer/page-change": {
    "type": "event",
    "description": "分页发生变化时触发\n\n[docs](https://tdesign.tencent.com/vue/components/transfer?tab=api#transfer-events)"
  },
  "t-transfer/scroll": {
    "type": "event",
    "description": "列表滚动时触发，bottomDistance 表示元素滚动到底部的距离\n\n[docs](https://tdesign.tencent.com/vue/components/transfer?tab=api#transfer-events)"
  },
  "t-tree/activable": {
    "type": "Boolean",
    "description": "节点是否可高亮\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/active-multiple": {
    "type": "Boolean",
    "description": "是否允许多个节点同时高亮\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/actived": {
    "type": "Array",
    "description": "高亮的节点值\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/allow-fold-node-on-filter": {
    "type": "Boolean",
    "description": "是否允许在过滤时节点折叠节点\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/check-props": {
    "type": "Object",
    "description": "透传属性到 checkbox 组件。参考 checkbox 组件 API\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/check-strictly": {
    "type": "Boolean",
    "description": "父子节点选中状态不再关联，可各自选中或取消\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/checkable": {
    "type": "Boolean",
    "description": "隐藏节点复选框\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/data": {
    "type": "Array",
    "description": "树数据，泛型 `T` 表示树节点 TS 类型\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/disable-check": {
    "type": "Boolean|Function",
    "description": "禁用复选框，可支持禁用不同的行\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/disabled": {
    "type": "Boolean",
    "description": "是否禁用树操作\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/draggable": {
    "type": "Boolean",
    "description": "[开发中]节点是否可拖拽\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/empty": {
    "type": "String|TNode",
    "description": "数据为空时展示的文本\n\ndefault: ''\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/expand-all": {
    "type": "Boolean",
    "description": "是否展开全部节点\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/expand-level": {
    "type": "Number",
    "description": "默认展开的级别，第一层为 0\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/expand-mutex": {
    "type": "Boolean",
    "description": "同级别展开互斥，手风琴效果\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/expand-on-click-node": {
    "type": "Boolean",
    "description": "是否支持点击节点也能展开收起\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/expand-parent": {
    "type": "Boolean",
    "description": "展开子节点时是否自动展开父节点\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/expanded": {
    "type": "Array",
    "description": "展开的节点值\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/filter": {
    "type": "Function",
    "description": "节点过滤方法，只呈现返回值为 true 的节点，泛型 `T` 表示树节点 TS 类型\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/height": {
    "type": "String|Number",
    "description": "table height\n\n表格高度，超出后会出现滚动条。示例：100,  '30%',  '300'。值为数字类型，会自动加上单位 px。如果不是绝对固定表格高度，建议使用 `maxHeight`\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/hover": {
    "type": "Boolean",
    "description": "节点是否有悬浮状态\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/icon": {
    "type": "Boolean|TNode",
    "description": "节点图标，可自定义\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/keys": {
    "type": "Object",
    "description": "用来定义 `value / label / children` 在 `data` 数据中对应的字段别名，示例：`{ value: 'key', label 'name', children: 'list' }`\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/label": {
    "type": "String|Boolean|TNode",
    "description": "自定义节点内容，值为 `false` 不显示，值为 `true` 显示默认 label，值为字符串直接输出该字符串。泛型 `T` 表示树节点 TS 类型。<br/>如果期望只有点击复选框才选中，而点击节点不选中，可以使用 `label` 自定义节点，然后加上点击事件 `e.preventDefault()`，通过调整自定义节点的宽度和高度决定禁止点击选中的范围\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/lazy": {
    "type": "Boolean",
    "description": "延迟加载 children 为 true 的节点的子节点数据，即使 expandAll 被设置为 true，也同样延迟加载\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/line": {
    "type": "Boolean|TNode",
    "description": "连接线。值为 false 不显示连接线；值为 true 显示默认连接线；值类型为 Function 表示自定义连接线\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/load": {
    "type": "event",
    "description": "异步加载后触发，泛型 `T` 表示树节点 TS 类型\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-events)"
  },
  "t-tree/max-height": {
    "type": "String|Number",
    "description": "table max height\n\n表格最大高度，超出后会出现滚动条。示例：100, '30%', '300'。值为数字类型，会自动加上单位 px\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/operations": {
    "type": "TNode",
    "description": "自定义节点操作项，泛型 `T` 表示树节点 TS 类型\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/scroll": {
    "type": "event",
    "description": "trigger on content scroll\n\n滚动事件\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-events)"
  },
  "t-tree/transition": {
    "type": "Boolean",
    "description": "节点展开折叠时是否使用过渡动画\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/value": {
    "type": "Array",
    "description": "选中值（组件为可选状态时）\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/value-mode": {
    "type": "String",
    "options": [
      "onlyLeaf",
      "parentFirst",
      "all"
    ],
    "description": "选中值模式。all 表示父节点和子节点全部会出现在选中值里面；parentFirst 表示当子节点全部选中时，仅父节点在选中值里面；onlyLeaft 表示无论什么情况，选中值仅呈现叶子节点\n\ndefault: onlyLeaf\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-props)"
  },
  "t-tree/active": {
    "type": "event",
    "description": "节点激活时触发，泛型 `T` 表示树节点 TS 类型\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-events)"
  },
  "t-tree/change": {
    "type": "event",
    "description": "节点选中状态变化时触发，context.node 表示当前变化的选项，泛型 `T` 表示树节点 TS 类型\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-events)"
  },
  "t-tree/click": {
    "type": "event",
    "description": "节点点击时触发，泛型 `T` 表示树节点 TS 类型\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-events)"
  },
  "t-tree/drag-end": {
    "type": "event",
    "description": "节点结束拖拽时触发，泛型 `T` 表示树节点 TS 类型\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-events)"
  },
  "t-tree/drag-leave": {
    "type": "event",
    "description": "节点拖拽时离开目标元素时触发，泛型 `T` 表示树节点 TS 类型\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-events)"
  },
  "t-tree/drag-over": {
    "type": "event",
    "description": "节点拖拽到目标元素时触发，泛型 `T` 表示树节点 TS 类型\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-events)"
  },
  "t-tree/drag-start": {
    "type": "event",
    "description": "节点开始拖拽时触发，泛型 `T` 表示树节点 TS 类型\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-events)"
  },
  "t-tree/drop": {
    "type": "event",
    "description": "节点在目标元素上释放时触发，泛型 `T` 表示树节点 TS 类型\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-events)"
  },
  "t-tree/expand": {
    "type": "event",
    "description": "节点展开或收起时触发，泛型 `T` 表示树节点 TS 类型\n\n[docs](https://tdesign.tencent.com/vue/components/tree?tab=api#tree-events)"
  },
  "t-tree-select/auto-width": {
    "type": "Boolean",
    "description": "宽度随内容自适应\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/autofocus": {
    "type": "Boolean",
    "description": "自动聚焦\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/borderless": {
    "type": "Boolean",
    "description": "无边框模式\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/clearable": {
    "type": "Boolean",
    "description": "是否允许清空\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/collapsed-items": {
    "type": "TNode",
    "description": "多选情况下，用于设置折叠项内容，默认为 `+N`。如果需要悬浮就显示其他内容，可以使用 collapsedItems 自定义。`value` 表示当前存在的所有标签，`collapsedTags` 表示折叠的标签，`count` 表示折叠的数量\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/data": {
    "type": "Array",
    "description": "树选择的数据列表。结构：`[{ label: TNode, value: string | number, text: string, ... }]`，其中 `label` 表示选项呈现的内容，可自定义；`value` 表示选项的唯一值；表示当 `label` 用于选项复杂内容呈现时，`text` 用于搜索功能。<br />其中 `label` 和 `value` 可以使用 `keys` 属性定义别名\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/disabled": {
    "type": "Boolean",
    "description": "是否禁用组件\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/empty": {
    "type": "String|TNode",
    "description": "当下拉列表为空时显示的内容\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/filter": {
    "type": "Function",
    "description": "过滤方法，用于对现有数据进行搜索过滤，判断是否过滤某一项数据\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/filterable": {
    "type": "Boolean",
    "description": "是否可搜索\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/input-props": {
    "type": "Object",
    "description": "透传给 输入框 Input 组件的全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/input-value": {
    "type": "String|Number",
    "description": "input value\n\n输入框的值\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/keys": {
    "type": "Object",
    "description": "用来定义 `value / label / children` 在 `data` 数据中对应的字段别名，示例：`{ value: 'key', label 'name', children: 'list' }`\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/label": {
    "type": "String|TNode",
    "description": "左侧文本\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/loading": {
    "type": "Boolean",
    "description": "是否正在加载数据\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/loading-text": {
    "type": "String|TNode",
    "description": "远程加载时显示的文字，支持自定义。如加上超链接\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/max": {
    "type": "Number",
    "description": "用于控制多选数量，值为 0 则不限制\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/min-collapsed-num": {
    "type": "Number",
    "description": "最小折叠数量，用于多选情况下折叠选中项，超出该数值的选中项折叠。值为 0 则表示不折叠\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/multiple": {
    "type": "Boolean",
    "description": "是否允许多选\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/panel-bottom-content": {
    "type": "String|TNode",
    "description": "面板内的底部内容\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/panel-top-content": {
    "type": "String|TNode",
    "description": "面板内的顶部内容\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/placeholder": {
    "type": "String",
    "description": "占位符\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/popup-props": {
    "type": "Object",
    "description": "透传给 popup 组件的全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/popup-visible": {
    "type": "Boolean",
    "description": "show popup\n\n是否显示下拉框\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/prefix-icon": {
    "type": "TNode",
    "description": "组件前置图标\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/readonly": {
    "type": "Boolean",
    "description": "只读状态，值为真会隐藏输入框，且无法打开下拉框\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/reserve-keyword": {
    "type": "Boolean",
    "description": "多选且可搜索时，是否在选中一个选项后保留当前的搜索关键词\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/select-input-props": {
    "type": "Object",
    "description": "【开发中】透传 SelectInput 筛选器输入框组件的全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/size": {
    "type": "String",
    "options": [
      "small",
      "medium",
      "large"
    ],
    "description": "尺寸\n\ndefault: medium\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/status": {
    "type": "String",
    "options": [
      "default",
      "success",
      "warning",
      "error"
    ],
    "description": "输入框状态\n\ndefault: default\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/suffix": {
    "type": "String|TNode",
    "description": "后置图标前的后置内容\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/suffix-icon": {
    "type": "TNode",
    "description": "组件后置图标\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/tag-props": {
    "type": "Object",
    "description": "透传 Tag 标签组件全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/tips": {
    "type": "String|TNode",
    "description": "输入框下方提示文本，会根据不同的 `status` 呈现不同的样式\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/tree-props": {
    "type": "Object",
    "description": "透传 Tree 组件的全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/value": {
    "type": "String|Number|Object|Array",
    "description": "选中值，泛型 `TreeValueType` 继承自 `TreeSelectValue`\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/value-display": {
    "type": "TNode",
    "description": "自定义选中项呈现方式\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/value-type": {
    "type": "String",
    "options": [
      "value",
      "object"
    ],
    "description": "用于控制选中值的类型。假设数据选项为：`[{ label: '姓名', value: 'name' }]`，value 表示值仅返回数据选项中的 value， object 表示值返回全部数据\n\ndefault: value\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-props)"
  },
  "t-tree-select/blur": {
    "type": "event",
    "description": "输入框失去焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-events)"
  },
  "t-tree-select/change": {
    "type": "event",
    "description": "节点选中状态变化时触发，`context.node` 表示当前变化的选项，`context. trigger` 表示触发变化的来源。泛型 `TreeValueType` 继承自 `TreeSelectValue` \n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-events)"
  },
  "t-tree-select/clear": {
    "type": "event",
    "description": "点击清除按钮时触发\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-events)"
  },
  "t-tree-select/enter": {
    "type": "event",
    "description": "回车键按下时触发。`inputValue` 表示输入框的值，`value` 表示选中值。泛型 `TreeValueType` 继承 `TreeSelectValue`\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-events)"
  },
  "t-tree-select/focus": {
    "type": "event",
    "description": "输入框获得焦点时触发\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-events)"
  },
  "t-tree-select/input-change": {
    "type": "event",
    "description": "输入框值发生变化时触发，`context.trigger` 表示触发输入框值变化的来源：文本输入触发、清除按钮触发、失去焦点等\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-events)"
  },
  "t-tree-select/popup-visible-change": {
    "type": "event",
    "description": "下拉框显示或隐藏时触发。单选场景，选中某个选项时触发关闭，此时需要添加参数 `node`\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-events)"
  },
  "t-tree-select/remove": {
    "type": "event",
    "description": "多选模式下，选中数据被移除时触发\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-events)"
  },
  "t-tree-select/search": {
    "type": "event",
    "description": "输入值变化时，触发搜索事件。主要用于远程搜索新数据。设置 `filterable=true` 开启此功能。优先级高于本地数据搜索 `filter`，即一旦存在这个远程搜索事件 `filter` 失效\n\n[docs](https://tdesign.tencent.com/vue/components/tree-select?tab=api#treeselect-events)"
  },
  "t-upload/abridge-name": {
    "type": "Array",
    "description": "ellipsis text of medium file name\n\n文件名过长时，需要省略中间的文本，保留首尾文本。示例：[10, 7]，表示首尾分别保留的文本长度\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/accept": {
    "type": "String",
    "description": "接受上传的文件类型，[查看 W3C示例](https://www.w3schools.com/tags/att_input_accept.asp)，[查看 MDN 示例](https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/Input/file)\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/action": {
    "type": "String",
    "description": "upload action url\n\n上传接口。设接口响应数据为字段 `response`，那么 `response.error` 存在时会判断此次上传失败，并显示错误文本信息；`response.url` 会作为文件上传成功后的地址，并使用该地址显示图片或文件\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/allow-upload-duplicate-file": {
    "type": "Boolean",
    "description": "是否允许重复上传相同文件名的文件\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/auto-upload": {
    "type": "Boolean",
    "description": "是否在选择文件后自动发起请求上传文件\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/before-all-files-upload": {
    "type": "Function",
    "description": "before all files upload, return false can stop uploading file\n\n如果是自动上传模式 `autoUpload=true`，表示全部文件上传之前的钩子函数，函数参数为上传的文件，函数返回值决定是否继续上传，若返回值为 `false` 则终止上传。<br/>如果是非自动上传模式 `autoUpload=false`，则函数返回值为 `false` 时表示不触发文件变化\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/before-upload": {
    "type": "Function",
    "description": "如果是自动上传模式 `autoUpload=true`，表示单个文件上传之前的钩子函数，若函数返回值为 `false` 则表示不上传当前文件。<br/>如果是非自动上传模式 `autoUpload=false`，函数返回值为 `false` 时表示从上传文件中剔除当前文件\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/data": {
    "type": "Object",
    "description": "上传请求所需的额外字段，默认字段有 `file`，表示文件信息。可以添加额外的文件名字段，如：`{file_name: \"custom-file-name.txt\"}`。`autoUpload=true` 时有效。也可以使用 `formatRequest` 完全自定义上传请求的字段\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/default": {
    "type": "String|TNode",
    "description": "非拖拽场景，指触发上传的元素，如：“选择文件”。如果是拖拽场景，则是指拖拽区域\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/disabled": {
    "type": "Boolean",
    "description": "是否禁用\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/drag-content": {
    "type": "String|TNode",
    "description": "define drag content nodes, it works on `theme=custom`\n\n用于自定义拖拽区域，`theme=custom` 且 `draggable=true` 时有效\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/draggable": {
    "type": "Boolean",
    "description": "if drag uploading allowed, works on `theme=file` or `theme=image`\n\n是否启用拖拽上传，不同的组件风格默认值不同。`theme=file` 或 `theme=image` 时有效\n\ndefault: undefined\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/file-list-display": {
    "type": "TNode",
    "description": "用于完全自定义文件列表内容\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/files": {
    "type": "Array",
    "description": "已上传文件列表，同 `value`。TS 类型：`UploadFile`\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/format": {
    "type": "Function",
    "description": "转换文件 `UploadFile` 的数据结构，可新增或修改 `UploadFile` 的属性，注意不能删除 `UploadFile` 属性。`action` 存在时有效\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/format-request": {
    "type": "Function",
    "description": "用于新增或修改文件上传请求参数。`action` 存在时有效。一个请求上传一个文件时，默认请求字段有 `file`；<br/>一个请求上传多个文件时，默认字段有 `file[0]/file[1]/file[2]/.../length`，其中 `length` 表示本次上传的文件数量。<br/>⚠️非常注意，此处的 `file[0]/file[1]` 仅仅是一个字段名，并非表示 `file` 是一个数组，接口获取字段时注意区分。<br/>可以使用 `name` 定义 `file` 字段的别名，也可以使用 `formatRequest` 自定义任意字段\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/format-response": {
    "type": "Function",
    "description": "用于格式化文件上传后的接口响应数据，`response` 便是接口响应的原始数据。`action` 存在时有效。<br/> 此函数的返回值 `error` 或 `response.error` 会作为错误文本提醒，如果存在会判定为本次上传失败。<br/> 此函数的返回值 `url` 或 `response.url` 会作为上传成功后的链接\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/headers": {
    "type": "Object",
    "description": "设置上传的请求头部，`action` 存在时有效\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/input-attributes": {
    "type": "Object",
    "description": "add attributes to HTML element `input`\n\n用于添加属性到 HTML 元素 `input`\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/is-batch-upload": {
    "type": "Boolean",
    "description": "多个文件是否作为一个独立文件包，整体替换，整体删除。不允许追加文件，只允许替换文件。`theme=file-flow` 时有效\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/locale": {
    "type": "Object",
    "description": "upload language config, priority of `locale` is higher than global language config\n\n上传组件文本语言配置，支持自定义配置组件中的全部文本。优先级高于全局配置中语言\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/max": {
    "type": "Number",
    "description": "用于控制文件上传数量，值为 0 则不限制\n\ndefault: 0\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/method": {
    "type": "String",
    "options": [
      "POST",
      "GET",
      "PUT",
      "OPTION",
      "PATCH",
      "post",
      "get",
      "put",
      "option",
      "patch"
    ],
    "description": "HTTP 请求类型\n\ndefault: POST\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/mock-progress-duration": {
    "type": "Number",
    "description": "模拟进度间隔时间，单位：毫秒，默认：300。由于原始的上传请求，小文件上传进度只有 0 和 100，故而新增模拟进度，每间隔 `mockProgressDuration` 毫秒刷新一次模拟进度。小文件设置小一点，大文件设置大一点。注意：当 `useMockProgress` 为真时，当前设置有效\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/multiple": {
    "type": "Boolean",
    "description": "支持多文件上传\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/name": {
    "type": "String",
    "description": "文件上传时的名称\n\ndefault: file\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/placeholder": {
    "type": "String",
    "description": "占位符\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/request-method": {
    "type": "Function",
    "description": "自定义上传方法。返回值 `status` 表示上传成功或失败；`error` 或 `response.error` 表示上传失败的原因；<br/>`response` 表示请求上传成功后的返回数据，`response.url` 表示上传成功后的图片/文件地址，`response.files` 表示一个请求上传多个文件/图片后的返回值。<br/>示例一：`{ status: 'fail', error: '上传失败', response }`。<br/>示例二：`{ status: 'success', response: { url: 'https://tdesign.gtimg.com/site/avatar.jpg' } }`。<br/> 示例三：`{ status: 'success', files: [{ url: 'https://xxx.png', name: 'xxx.png' }]}`\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/show-upload-progress": {
    "type": "Boolean",
    "description": "是否显示上传进度\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/size-limit": {
    "type": "Number|Object",
    "description": "图片文件大小限制，默认单位 KB。可选单位有：`'B' | 'KB' | 'MB' | 'GB'`。示例一：`1000`。示例二：`{ size: 2, unit: 'MB', message: '图片大小不超过 {sizeLimit} MB' }`\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/status": {
    "type": "String",
    "options": [
      "default",
      "success",
      "warning",
      "error"
    ],
    "description": "tips status\n\n文件上传提示文本状态\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/theme": {
    "type": "String",
    "options": [
      "custom",
      "file",
      "file-input",
      "file-flow",
      "image",
      "image-flow"
    ],
    "description": "组件风格。custom 表示完全自定义风格；file 表示默认文件上传风格；file-input 表示输入框形式的文件上传；file-flow 表示文件批量上传；image 表示默认图片上传风格；image-flow 表示图片批量上传\n\ndefault: file\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/tips": {
    "type": "String|TNode",
    "description": "tips text below upload component, define it's color with `status`\n\n组件下方文本提示，可以使用 `status` 定义文本\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/trigger": {
    "type": "TNode",
    "description": "触发上传的元素，`files` 指本次显示的全部文件\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/trigger-button-props": {
    "type": "Object",
    "description": "透传选择按钮全部属性\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/upload-all-files-in-one-request": {
    "type": "Boolean",
    "description": "是否在同一个请求中上传全部文件，默认一个请求上传一个文件。多文件上传时有效\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/upload-pasted-files": {
    "type": "Boolean",
    "description": "allow to upload files in clipboard after pasting\n\n是否允许粘贴上传剪贴板中的文件\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/use-mock-progress": {
    "type": "Boolean",
    "description": "是否在请求时间超过 300ms 后显示模拟进度。上传进度有模拟进度和真实进度两种。一般大小的文件上传，真实的上传进度只有 0 和 100，不利于交互呈现，因此组件内置模拟上传进度。真实上传进度一般用于大文件上传。\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/value": {
    "type": "Array",
    "description": "file list, `UploadFile`\n\n已上传文件列表，同 `files`。TS 类型：`UploadFile`\n\ndefault: []\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/with-credentials": {
    "type": "Boolean",
    "description": "上传请求时是否携带 cookie\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-props)"
  },
  "t-upload/cancel-upload": {
    "type": "event",
    "description": "点击「取消上传」时触发\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-events)"
  },
  "t-upload/change": {
    "type": "event",
    "description": "已上传文件列表发生变化时触发，`trigger` 表示触发本次的来源\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-events)"
  },
  "t-upload/dragenter": {
    "type": "event",
    "description": "进入拖拽区域时触发\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-events)"
  },
  "t-upload/dragleave": {
    "type": "event",
    "description": "离开拖拽区域时触发\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-events)"
  },
  "t-upload/drop": {
    "type": "event",
    "description": "拖拽结束时触发\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-events)"
  },
  "t-upload/fail": {
    "type": "event",
    "description": "`response.error` used for error tips, `formatResponse` can format `response`\n\n上传失败后触发。`response` 指接口响应结果，`response.error` 会作为错误文本提醒。如果希望判定为上传失败，但接口响应数据不包含 `error` 字段，可以使用 `formatResponse` 格式化 `response` 数据结构。如果是多文件多请求上传场景，请到事件 `onOneFileFail` 中查看 `response`\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-events)"
  },
  "t-upload/one-file-fail": {
    "type": "event",
    "description": "trigger on one file upload failed\n\n多文件/图片场景下，单个文件上传失败后触发，如果一个请求上传一个文件，则会触发多次。单文件/图片不会触发\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-events)"
  },
  "t-upload/one-file-success": {
    "type": "event",
    "description": "单个文件上传成功后触发，在多文件场景下会触发多次。`context.file` 表示当前上传成功的单个文件，`context.response` 表示上传请求的返回数据\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-events)"
  },
  "t-upload/preview": {
    "type": "event",
    "description": "点击图片预览时触发，文件没有预览\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-events)"
  },
  "t-upload/progress": {
    "type": "event",
    "description": "上传进度变化时触发，真实进度和模拟进度都会触发。<br/>⚠️ 原始上传请求，小文件的上传进度只有 0 和 100，故而不会触发 `progress` 事件；只有大文件才有真实的中间进度。如果你希望很小的文件也显示上传进度，保证 `useMockProgress=true` 的情况下，设置 `mockProgressDuration` 为更小的值。<br/>参数 `options.type=real` 表示真实上传进度，`options.type=mock` 表示模拟上传进度\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-events)"
  },
  "t-upload/remove": {
    "type": "event",
    "description": "移除文件时触发\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-events)"
  },
  "t-upload/select-change": {
    "type": "event",
    "description": "trigger after file choose and before upload\n\n选择文件或图片之后，上传之前，触发该事件\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-events)"
  },
  "t-upload/success": {
    "type": "event",
    "description": "上传成功后触发。<br/>`context.currentFiles` 表示当次请求上传的文件（无论成功或失败），`context.fileList` 表示上传成功后的文件，`context.response` 表示上传请求的返回数据。<br/>`context.results` 表示单次选择全部文件上传成功后的响应结果，可以在这个字段存在时提醒用户上传成功或失败。<br />\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-events)"
  },
  "t-upload/validate": {
    "type": "event",
    "description": "trigger on length over limit, or trigger on file size over limit\n\n文件上传校验结束事件，文件数量超出、文件大小超出限制、文件同名、`beforeAllFilesUpload` 返回值为假、`beforeUpload` 返回值为假等场景会触发。<br/>注意：如果设置允许上传同名文件，即 `allowUploadDuplicateFile=true`，则不会因为文件重名触发该事件。<br/>结合 `status` 和 `tips` 可以在组件中呈现不同类型的错误（或告警）提示\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-events)"
  },
  "t-upload/waiting-upload-files-change": {
    "type": "event",
    "description": "trigger on waiting upload files changed\n\n待上传文件列表发生变化时触发。`context.files` 表示事件参数为待上传文件，`context.trigger` 引起此次变化的触发来源\n\n[docs](https://tdesign.tencent.com/vue/components/upload?tab=api#upload-events)"
  },
  "t-watermark/alpha": {
    "type": "Number",
    "description": "水印整体透明度，取值范围 [0-1]\n\ndefault: 1\n\n[docs](https://tdesign.tencent.com/vue/components/watermark?tab=api#watermark-props)"
  },
  "t-watermark/content": {
    "type": "String|TNode",
    "description": "水印所覆盖的内容节点\n\n[docs](https://tdesign.tencent.com/vue/components/watermark?tab=api#watermark-props)"
  },
  "t-watermark/default": {
    "type": "String|TNode",
    "description": "水印所覆盖的内容节点，同 `content`\n\n[docs](https://tdesign.tencent.com/vue/components/watermark?tab=api#watermark-props)"
  },
  "t-watermark/height": {
    "type": "Number",
    "description": "水印高度\n\n[docs](https://tdesign.tencent.com/vue/components/watermark?tab=api#watermark-props)"
  },
  "t-watermark/is-repeat": {
    "type": "Boolean",
    "description": "水印是否重复出现\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/watermark?tab=api#watermark-props)"
  },
  "t-watermark/line-space": {
    "type": "Number",
    "description": "行间距，只作用在多行（`content` 配置为数组）情况下\n\ndefault: 16\n\n[docs](https://tdesign.tencent.com/vue/components/watermark?tab=api#watermark-props)"
  },
  "t-watermark/movable": {
    "type": "Boolean",
    "description": "水印是否可移动\n\ndefault: false\n\n[docs](https://tdesign.tencent.com/vue/components/watermark?tab=api#watermark-props)"
  },
  "t-watermark/move-interval": {
    "type": "Number",
    "description": "水印发生运动位移的间隙，单位：毫秒\n\ndefault: 3000\n\n[docs](https://tdesign.tencent.com/vue/components/watermark?tab=api#watermark-props)"
  },
  "t-watermark/offset": {
    "type": "Array",
    "description": "水印在画布上绘制的水平和垂直偏移量，正常情况下水印绘制在中间位置，即 `offset = [gapX / 2, gapY / 2]`\n\n[docs](https://tdesign.tencent.com/vue/components/watermark?tab=api#watermark-props)"
  },
  "t-watermark/removable": {
    "type": "Boolean",
    "description": "水印是否可被删除，默认会开启水印节点防删\n\ndefault: true\n\n[docs](https://tdesign.tencent.com/vue/components/watermark?tab=api#watermark-props)"
  },
  "t-watermark/rotate": {
    "type": "Number",
    "description": "水印旋转的角度，单位 °\n\ndefault: -22\n\n[docs](https://tdesign.tencent.com/vue/components/watermark?tab=api#watermark-props)"
  },
  "t-watermark/watermark-content": {
    "type": "Object|Array",
    "description": "水印内容，需要显示多行情况下可配置为数组\n\n[docs](https://tdesign.tencent.com/vue/components/watermark?tab=api#watermark-props)"
  },
  "t-watermark/width": {
    "type": "Number",
    "description": "水印宽度\n\n[docs](https://tdesign.tencent.com/vue/components/watermark?tab=api#watermark-props)"
  },
  "t-watermark/x": {
    "type": "Number",
    "description": "水印之间的水平间距\n\n[docs](https://tdesign.tencent.com/vue/components/watermark?tab=api#watermark-props)"
  },
  "t-watermark/y": {
    "type": "Number",
    "description": "水印之间的垂直间距\n\n[docs](https://tdesign.tencent.com/vue/components/watermark?tab=api#watermark-props)"
  },
  "t-watermark/z-index": {
    "type": "Number",
    "description": "水印元素的 `z-index`，默认值写在 CSS 中\n\n[docs](https://tdesign.tencent.com/vue/components/watermark?tab=api#watermark-props)"
  }
}