{
  "nut-button/type": {
    "type": "string",
    "options": [
      "default",
      "primary",
      "info",
      "success",
      "warning",
      "danger"
    ],
    "description": "类型, default: default.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/form-type": {
    "type": "string",
    "options": [
      "button",
      "submit",
      "reset"
    ],
    "description": "表单类型，用于 uni 的 `<form>` 组件，点击分别会触发 `<form>` 组件的 submit / reset 事件, default: button.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/size": {
    "type": "string",
    "options": [
      "large",
      "normal",
      "small",
      "mini"
    ],
    "description": "尺寸, default: normal.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/shape": {
    "type": "string",
    "options": [
      "square",
      "round"
    ],
    "description": "形状, default: round.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/custom-color": {
    "type": "string",
    "description": "按钮颜色，支持传入 `linear-gradient` 渐变色\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/plain": {
    "type": "boolean",
    "description": "是否为朴素按钮, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/disabled": {
    "type": "boolean",
    "description": "按钮是否为禁用状态, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/block": {
    "type": "boolean",
    "description": "是否为块级元素, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/loading": {
    "type": "boolean",
    "description": "是否为加载中状态, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/open-type": {
    "type": "string",
    "description": "开放能力\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/lang": {
    "type": "string",
    "description": "指定返回用户信息的语言，zh_CN 简体中文 / zh_TW 繁体中文 / en 英文, default: en.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/session-from": {
    "type": "string",
    "description": "会话来源，open-type=\"contact\" 时有效\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/send-message-title": {
    "type": "string",
    "description": "会话内消息卡片标题，open-type=\"contact\" 时有效\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/send-message-path": {
    "type": "string",
    "description": "会话内消息卡片点击跳转小程序路径，open-type=\"contact\" 时有效\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/send-message-img": {
    "type": "string",
    "description": "会话内消息卡片图片，open-type=\"contact\" 时有效\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/show-message-card": {
    "type": "string",
    "description": "是否显示会话内消息卡片，设置此参数为true，用户进入客服会话会在右下角显示\"可能要发送的小程序\"提示，用户点击后可以快速发送小程序消息，open-type=\"contact\" 时有效\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/hover-class": {
    "type": "string",
    "description": "指定按钮按下去的样式类，当hover-class=\"none\" 时，没有点击态效果, default: button-hover.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/hover-start-time": {
    "type": "number",
    "description": "按住后多久出现点击态，单位毫秒, default: 20.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/hover-stay-time": {
    "type": "number",
    "description": "手指松开后点击态保留时间，单位毫秒, default: 70.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/group-id": {
    "type": "string",
    "description": "打开群资料卡时，传递的群号，open-type=\"openGroupProfile\" 时有效\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/guild-id": {
    "type": "string",
    "description": "打开频道页面时，传递的频道号，open-type=\"openGuildProfile\" 时有效\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/public-id": {
    "type": "string",
    "description": "打开公众号资料卡时，传递的号码，open-type=\"openPublicProfile\" 时有效\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/data-im-id": {
    "type": "string",
    "description": "客服的抖音号，open-type=\"im\" 时有效\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/data-im-type": {
    "type": "string",
    "description": "IM卡片类型，open-type=\"im\" 时有效\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/data-goods-id": {
    "type": "string",
    "description": "商品的id，仅支持泛知识课程库和生活服务商品库中的商品，open-type=\"im\" 时有效\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/data-order-id": {
    "type": "string",
    "description": "订单的id，仅支持交易2.0订单，open-type=\"im\" 时有效\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/data-biz-line": {
    "type": "string",
    "description": "商品类型，“1”代表生活服务，“2”代表泛知识，open-type=\"im\" 时有效\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#props)"
  },
  "nut-button/click": {
    "type": "event",
    "description": "点击按钮时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#events)"
  },
  "nut-button/getphonenumber": {
    "type": "event",
    "description": "获取用户手机号回调\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#events)"
  },
  "nut-button/getuserinfo": {
    "type": "event",
    "description": "用户点击该按钮时，会返回获取到的用户信息，从返回参数的 detail 中获取到的值同 uni.getUserInfo\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#events)"
  },
  "nut-button/error": {
    "type": "event",
    "description": "当使用开放能力时，发生错误的回调\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#events)"
  },
  "nut-button/opensetting": {
    "type": "event",
    "description": "在打开授权设置页并关闭后回调\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#events)"
  },
  "nut-button/launchapp": {
    "type": "event",
    "description": "从小程序打开 App 成功的回调\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#events)"
  },
  "nut-button/contact": {
    "type": "event",
    "description": "客服消息回调\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#events)"
  },
  "nut-button/chooseavatar": {
    "type": "event",
    "description": "获取用户头像回调\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#events)"
  },
  "nut-button/agreeprivacyauthorization": {
    "type": "event",
    "description": "用户同意隐私协议事件回调\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#events)"
  },
  "nut-button/addgroupapp": {
    "type": "event",
    "description": "添加群应用的回调\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#events)"
  },
  "nut-button/chooseaddress": {
    "type": "event",
    "description": "调起用户编辑并选择收货地址的回调\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#events)"
  },
  "nut-button/chooseinvoicetitle": {
    "type": "event",
    "description": "用户选择发票抬头的回调\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#events)"
  },
  "nut-button/subscribe": {
    "type": "event",
    "description": "订阅消息授权回调\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#events)"
  },
  "nut-button/login": {
    "type": "event",
    "description": "登录回调\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#events)"
  },
  "nut-button/im": {
    "type": "event",
    "description": "监听跳转IM的成功回调\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/button.html#events)"
  },
  "nut-cell-group/title": {
    "type": "string",
    "description": "分组标题\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/cell.html#cellgroup-props)"
  },
  "nut-cell-group/desc": {
    "type": "string",
    "description": "分组描述\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/cell.html#cellgroup-props)"
  },
  "nut-cell/title": {
    "type": "string",
    "description": "标题名称\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props)"
  },
  "nut-cell/sub-title": {
    "type": "string",
    "description": "左侧副标题\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props)"
  },
  "nut-cell/desc": {
    "type": "string",
    "description": "右侧描述\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props)"
  },
  "nut-cell/desc-text-align": {
    "type": "string",
    "description": "右侧描述文本对齐方式（同 CSS 的 `text-align`）, default: right.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props)"
  },
  "nut-cell/is-link": {
    "type": "boolean",
    "description": "是否展示右侧箭头并开启点击反馈, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props)"
  },
  "nut-cell/to": {
    "type": "string",
    "description": "跳转地址（`uni.navigateTo` 的 `url` 参数）\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props)"
  },
  "nut-cell/round-radius": {
    "type": "number | string",
    "description": "圆角半径, default: 6px.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props)"
  },
  "nut-cell/center": {
    "type": "boolean",
    "description": "是否使内容垂直居中, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props)"
  },
  "nut-cell/size": {
    "type": "string",
    "options": [
      "large"
    ],
    "description": "单元格大小\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props)"
  },
  "nut-cell/clickable": {
    "type": "boolean",
    "description": "是否启用点击效果（存在 `is-link` 或者 `to` 属性时会自动启用，也可以手动启用）, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props)"
  },
  "nut-cell/icon": {
    "type": "string",
    "description": "左侧图标（对应 `nut-icon` 的 `name` 属性）\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props)"
  },
  "nut-cell/title-width": {
    "type": "number | string",
    "description": "标题宽度\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props)"
  },
  "nut-cell/click": {
    "type": "event",
    "description": "点击事件\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-events)"
  },
  "nut-config-provider/theme": {
    "type": "string",
    "options": [
      "dark"
    ],
    "description": "主题风格\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/configprovider.html#props)"
  },
  "nut-config-provider/theme-vars": {
    "type": "object",
    "description": "自定义主题变量\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/configprovider.html#props)"
  },
  "nut-config-provider/z-index": {
    "type": "number",
    "description": "设置所有弹窗类组件的 z-index，该属性对全局生效, default: 2000.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/configprovider.html#props)"
  },
  "nut-icon/name": {
    "type": "string",
    "description": "图标名称或图片链接\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/icon.html#props)"
  },
  "nut-icon/custom-color": {
    "type": "string",
    "description": "图标颜色\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/icon.html#props)"
  },
  "nut-icon/size": {
    "type": "string | number",
    "description": "图标大小，如 `20px` `2em` `2rem`\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/icon.html#props)"
  },
  "nut-icon/font-class-name": {
    "type": "string",
    "description": "自定义 icon 字体基础类名, default: nutui-iconfont.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/icon.html#props)"
  },
  "nut-icon/class-prefix": {
    "type": "string",
    "description": "自定义 icon 类名前缀，用于使用自定义图标, default: nut-icon.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/icon.html#props)"
  },
  "nut-icon/click": {
    "type": "event",
    "description": "点击图标时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/icon.html#events)"
  },
  "nut-overlay/visible": {
    "type": "boolean",
    "description": "控制遮罩的显示 / 隐藏, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/overlay.html#props)"
  },
  "nut-overlay/z-index": {
    "type": "number",
    "description": "自定义遮罩层级\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/overlay.html#props)"
  },
  "nut-overlay/duration": {
    "type": "string | number",
    "description": "显示 / 隐藏的动画时长（单位：`ms`）, default: 300.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/overlay.html#props)"
  },
  "nut-overlay/overlay-class": {
    "type": "string",
    "description": "自定义遮罩类名\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/overlay.html#props)"
  },
  "nut-overlay/overlay-style": {
    "type": "CSSProperties",
    "description": "自定义遮罩样式\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/overlay.html#props)"
  },
  "nut-overlay/lock-scroll": {
    "type": "boolean",
    "description": "遮罩显示时的背景是否锁定, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/overlay.html#props)"
  },
  "nut-overlay/close-on-click-overlay": {
    "type": "boolean",
    "description": "点击遮罩时是否关闭, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/overlay.html#props)"
  },
  "nut-overlay/destroy-on-close": {
    "type": "boolean",
    "description": "遮罩关闭后 `slot` 内容是否销毁, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/overlay.html#props)"
  },
  "nut-overlay/click": {
    "type": "event",
    "description": "点击时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/overlay.html#events)"
  },
  "nut-popup/visible": {
    "type": "boolean",
    "description": "控制当前组件显示 / 隐藏, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#props)"
  },
  "nut-popup/position": {
    "type": "string",
    "options": [
      "center",
      "top",
      "right",
      "bottom",
      "left"
    ],
    "description": "弹出位置, default: center.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#props)"
  },
  "nut-popup/transition": {
    "type": "string",
    "description": "动画名\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#props)"
  },
  "nut-popup/pop-class": {
    "type": "string",
    "description": "自定义弹框类名\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#props)"
  },
  "nut-popup/round": {
    "type": "boolean",
    "description": "是否显示圆角, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#props)"
  },
  "nut-popup/closeable": {
    "type": "boolean",
    "description": "是否显示关闭按钮, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#props)"
  },
  "nut-popup/close-icon": {
    "type": "string",
    "description": "[图标名称](/components/basic/icon) 或图片链接, default: close.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#props)"
  },
  "nut-popup/close-icon-position": {
    "type": "string",
    "options": [
      "top-left",
      "top-right",
      "bottom-left",
      "bottom-right"
    ],
    "description": "关闭按钮位置, default: top-right.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#props)"
  },
  "nut-popup/destroy-on-close": {
    "type": "boolean",
    "description": "弹层关闭后 `slot` 内容是否销毁, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#props)"
  },
  "nut-popup/overlay": {
    "type": "boolean",
    "description": "是否显示遮罩, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#props)"
  },
  "nut-popup/safe-area-inset-bottom": {
    "type": "boolean",
    "description": "是否开启 iphone 系列全面屏底部安全区适配（仅 `position` 为 `bottom` 时有效）, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#props)"
  },
  "nut-popup/safe-area-inset-top": {
    "type": "boolean",
    "description": "是否开启 iPhone 顶部安全区适配（仅 `position` 为 `top` 时有效）, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#props)"
  },
  "nut-popup/z-index": {
    "type": "number",
    "description": "遮罩层级, default: 2000+.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#props)"
  },
  "nut-popup/duration": {
    "type": "string | number",
    "description": "组件显示 / 隐藏的动画时长（单位：`ms`）, default: 300.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#props)"
  },
  "nut-popup/overlay-class": {
    "type": "string",
    "description": "自定义遮罩层类名\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#props)"
  },
  "nut-popup/overlay-style": {
    "type": "CSSProperties",
    "description": "自定义遮罩层样式\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#props)"
  },
  "nut-popup/lock-scroll": {
    "type": "boolean",
    "description": "背景是否锁定, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#props)"
  },
  "nut-popup/close-on-click-overlay": {
    "type": "boolean",
    "description": "是否点击遮罩关闭, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#props)"
  },
  "nut-popup/click-pop": {
    "type": "event",
    "description": "点击弹出层时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#events)"
  },
  "nut-popup/click-close-icon": {
    "type": "event",
    "description": "点击关闭图标时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#events)"
  },
  "nut-popup/click-overlay": {
    "type": "event",
    "description": "点击遮罩触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#events)"
  },
  "nut-popup/open": {
    "type": "event",
    "description": "打开弹框时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#events)"
  },
  "nut-popup/opened": {
    "type": "event",
    "description": "遮罩打开动画结束时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#events)"
  },
  "nut-popup/close": {
    "type": "event",
    "description": "关闭弹框时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#events)"
  },
  "nut-popup/closed": {
    "type": "event",
    "description": "遮罩关闭动画结束时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/popup.html#events)"
  },
  "nut-transition/show": {
    "type": "boolean",
    "description": "是否展示, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/transition.html#props)"
  },
  "nut-transition/name": {
    "type": "string",
    "options": [
      "fade",
      "fade-up",
      "fade-down",
      "fade-left",
      "fade-right",
      "slide-up",
      "slide-down",
      "slide-left",
      "slide-right",
      "zoom",
      "none"
    ],
    "description": "内置动画名称, default: fade.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/transition.html#props)"
  },
  "nut-transition/duration": {
    "type": "string | number",
    "description": "动画时长（单位：`ms`）, default: 300.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/transition.html#props)"
  },
  "nut-transition/timing-function": {
    "type": "string",
    "options": [
      "linear",
      "ease",
      "ease-in",
      "ease-in-out",
      "ease-out",
      "step-start",
      "step-end"
    ],
    "description": "动画函数, default: ease.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/transition.html#props)"
  },
  "nut-transition/destroy-on-close": {
    "type": "boolean",
    "description": "关闭后 `slot` 内容是否销毁, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/transition.html#props)"
  },
  "nut-transition/enter-from-class": {
    "type": "string",
    "description": "进入动画前的类名\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/transition.html#props)"
  },
  "nut-transition/enter-active-class": {
    "type": "string",
    "description": "进入动画时的类名\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/transition.html#props)"
  },
  "nut-transition/enter-to-class": {
    "type": "string",
    "description": "进入动画后的类名\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/transition.html#props)"
  },
  "nut-transition/leave-from-class": {
    "type": "string",
    "description": "离开动画前的类名\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/transition.html#props)"
  },
  "nut-transition/leave-active-class": {
    "type": "string",
    "description": "离开动画时的类名\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/transition.html#props)"
  },
  "nut-transition/leave-to-class": {
    "type": "string",
    "description": "离开动画后的类名\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/transition.html#props)"
  },
  "nut-transition/before-enter": {
    "type": "event",
    "description": "进入过渡动画前触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/transition.html#events)"
  },
  "nut-transition/enter": {
    "type": "event",
    "description": "进入过渡动画时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/transition.html#events)"
  },
  "nut-transition/after-enter": {
    "type": "event",
    "description": "进入过渡动画后触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/transition.html#events)"
  },
  "nut-transition/before-leave": {
    "type": "event",
    "description": "离开过渡动画前触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/transition.html#events)"
  },
  "nut-transition/leave": {
    "type": "event",
    "description": "离开过渡动画时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/transition.html#events)"
  },
  "nut-transition/after-leave": {
    "type": "event",
    "description": "离开过渡动画后触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/basic/transition.html#events)"
  },
  "nut-doll-machine/prize-list": {
    "type": "Array",
    "description": "奖品列表（目前需要至少 4 个奖品）, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/dollmachine.html#props)"
  },
  "nut-doll-machine/default-claw": {
    "type": "string",
    "description": "初始化爪子的图片链接\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/dollmachine.html#props)"
  },
  "nut-doll-machine/active-claw": {
    "type": "string",
    "description": "爪子抓到奖品的图片链接\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/dollmachine.html#props)"
  },
  "nut-doll-machine/prize-index": {
    "type": "number",
    "description": "中奖奖品在列表的索引位置（`-1` 未中奖）, default: -1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/dollmachine.html#props)"
  },
  "nut-doll-machine/speed": {
    "type": "number",
    "description": "速度, default: 20.\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/dollmachine.html#props)"
  },
  "nut-doll-machine/start-turns": {
    "type": "event",
    "description": "爪子开始下伸\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/dollmachine.html#events)"
  },
  "nut-doll-machine/end-turns": {
    "type": "event",
    "description": "爪子已经抓到或者未抓到奖品触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/dollmachine.html#events)"
  },
  "nut-gift-box/start-turns": {
    "type": "event",
    "description": "开始打开礼盒\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/giftbox.html#events)"
  },
  "nut-gift-box/end-turns": {
    "type": "event",
    "description": "礼盒打开后\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/giftbox.html#events)"
  },
  "nut-hiteggs/num": {
    "type": "number",
    "description": "金蛋个数, default: 9.\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/hiteggs.html#props)"
  },
  "nut-hiteggs/intact-img": {
    "type": "string",
    "description": "完整金蛋图片地址\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/hiteggs.html#props)"
  },
  "nut-hiteggs/hammer": {
    "type": "string",
    "description": "锤子图片\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/hiteggs.html#props)"
  },
  "nut-hiteggs/width": {
    "type": "string",
    "description": "金蛋图片宽度, default: 80px.\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/hiteggs.html#props)"
  },
  "nut-hiteggs/height": {
    "type": "string",
    "description": "金蛋图片高度, default: 80px.\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/hiteggs.html#props)"
  },
  "nut-hiteggs/click": {
    "type": "event",
    "description": "砸击金蛋后触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/hiteggs.html#events)"
  },
  "nut-marquee/prize-list": {
    "type": "Array",
    "description": "奖品列表, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/marquee.html#props)"
  },
  "nut-marquee/prize-index": {
    "type": "number",
    "description": "中奖奖品在列表的索引位置, default: -1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/marquee.html#props)"
  },
  "nut-marquee/speed": {
    "type": "number",
    "description": "转动速度, default: 150.\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/marquee.html#props)"
  },
  "nut-marquee/circle": {
    "type": "number",
    "description": "转动圈数, default: 30.\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/marquee.html#props)"
  },
  "nut-marquee/disabled": {
    "type": "boolean",
    "description": "是否禁用开始抽奖点击数, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/marquee.html#props)"
  },
  "nut-marquee/style-opt": {
    "type": "Record<string, CSSProperties>",
    "description": "跑马灯中的样式（`bgStyle`：整个容器样式，`itemStyle`：每个奖品样式，`startStyle`：中间按钮样式）, default: {bgStyle: {},itemStyle: {}, startStyle:{}}.\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/marquee.html#props)"
  },
  "nut-marquee/start-turns": {
    "type": "event",
    "description": "开始跑动\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/marquee.html#events)"
  },
  "nut-marquee/end-turns": {
    "type": "event",
    "description": "停止跑动\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/marquee.html#events)"
  },
  "nut-marquee/click": {
    "type": "event",
    "description": "点击开始时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/marquee.html#events)"
  },
  "nut-shake-dice/time": {
    "type": "number",
    "description": "旋转时间（单位：s）, default: 1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/shakedice.html#props)"
  },
  "nut-shake-dice/speed": {
    "type": "number",
    "description": "旋转速度（单位：ms）, default: 3000.\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/shakedice.html#props)"
  },
  "nut-shake-dice/id": {
    "type": "number",
    "description": "中奖的 id（`1` 为 1 点，依此类推）, default: 4.\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/shakedice.html#props)"
  },
  "nut-shake-dice/end": {
    "type": "event",
    "description": "骰子摇动结束\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/shakedice.html#events)"
  },
  "nut-turntable/width": {
    "type": "string",
    "description": "转盘的宽度, default: 300px.\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/turntable.html#props)"
  },
  "nut-turntable/height": {
    "type": "string",
    "description": "转盘的高度, default: 300px.\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/turntable.html#props)"
  },
  "nut-turntable/prize-list": {
    "type": "Array",
    "description": "奖品列表, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/turntable.html#props)"
  },
  "nut-turntable/prize-index": {
    "type": "number",
    "description": "中奖奖品在列表的索引位置, default: -1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/turntable.html#props)"
  },
  "nut-turntable/turns-number": {
    "type": "number",
    "description": "转动的圈数, default: 5.\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/turntable.html#props)"
  },
  "nut-turntable/turns-time": {
    "type": "number",
    "description": "从开始转动到结束所用时间（单位：s）, default: 5.\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/turntable.html#props)"
  },
  "nut-turntable/lock-time": {
    "type": "number",
    "description": "下次抽奖的间隔时间（单位：s）, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/turntable.html#props)"
  },
  "nut-turntable/style-opt": {
    "type": "object",
    "description": "转盘中的样式，包括每个扇区的背景颜色（在每条数据中页可单独设置 `prizeColor`），扇区的边框颜色, default: {prizeBgColors: [], borderColor: }.\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/turntable.html#props)"
  },
  "nut-turntable/pointer-style": {
    "type": "object",
    "description": "转盘中指针的样式，包括背景图片、大小等, default: {width: 80px, height: 80px}.\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/turntable.html#props)"
  },
  "nut-turntable/start-turns": {
    "type": "event",
    "description": "转盘开始转动\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/turntable.html#events)"
  },
  "nut-turntable/end-turns": {
    "type": "event",
    "description": "转盘中停止转动后\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/turntable.html#events)"
  },
  "nut-turntable/lock-turns": {
    "type": "event",
    "description": "禁止抽奖时\n\n[Docs](https://nutui-uniapp.pages.dev/components/bingo/turntable.html#events)"
  },
  "nut-address/model-value": {
    "type": "Array",
    "description": "设置默认选中值, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/address.html#props)"
  },
  "nut-address/visible": {
    "type": "boolean",
    "description": "是否打开地址选择, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/address.html#props)"
  },
  "nut-address/type": {
    "type": "string",
    "options": [
      "exist",
      "custom",
      "custom2"
    ],
    "description": "地址选择类型, default: custom.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/address.html#props)"
  },
  "nut-address/province": {
    "type": "Array",
    "description": "省，每个省的对象中，必须有 `name` 字段，如果类型选择 `custom2`，必须指定 `title` 字段为首字母, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/address.html#props)"
  },
  "nut-address/city": {
    "type": "Array",
    "description": "市，每个市的对象中，必须有 `name` 字段，如果类型选择 `custom2`，必须指定 `title` 字段为首字母, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/address.html#props)"
  },
  "nut-address/country": {
    "type": "Array",
    "description": "县，每个县的对象中，必须有 `name` 字段，如果类型选择 `custom2`，必须指定 `title` 字段为首字母, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/address.html#props)"
  },
  "nut-address/town": {
    "type": "Array",
    "description": "乡 / 镇，每个乡 / 镇的对象中，必须有 `name` 字段，如果类型选择 `custom2`，必须指定 `title` 字段为首字母, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/address.html#props)"
  },
  "nut-address/height": {
    "type": "string | number",
    "description": "弹层中内容容器的高度（`type` 为 `custom2` 时有效）, default: 200px.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/address.html#props)"
  },
  "nut-address/exist-address": {
    "type": "Array",
    "description": "已存在地址列表，每个地址对象中，必传值 `provinceName`、`cityName`、`countyName`、`townName`、`addressDetail`、`selectedAddress`（字段解释见下表）, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/address.html#props)"
  },
  "nut-address/is-show-custom-address": {
    "type": "boolean",
    "description": "是否可以切换自定义地址选择（`type` 为 `exist` 时有效）, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/address.html#props)"
  },
  "nut-address/custom-address-title": {
    "type": "string",
    "description": "自定义地址选择文案（`type` 为 `custom` 时有效）, default: 请选择所在地区.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/address.html#props)"
  },
  "nut-address/exist-address-title": {
    "type": "string",
    "description": "已有地址文案（`type` 为 `exist` 时有效）, default: 配送至.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/address.html#props)"
  },
  "nut-address/custom-and-exist-title": {
    "type": "string",
    "description": "自定义地址与已有地址切换按钮文案（`type` 为 `exist` 时有效）, default: 选择其他地址.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/address.html#props)"
  },
  "nut-address/columns-placeholder": {
    "type": "string | Array",
    "description": "列提示文字, default: 请选择.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/address.html#props)"
  },
  "nut-address/change": {
    "type": "event",
    "description": "自定义选择地址时，选择地区时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/address.html#events)"
  },
  "nut-address/selected": {
    "type": "event",
    "description": "选择已有地址列表时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/address.html#events)"
  },
  "nut-address/close": {
    "type": "event",
    "description": "地址选择弹框关闭时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/address.html#events)"
  },
  "nut-address/close-mask": {
    "type": "event",
    "description": "点击遮罩层或点击右上角叉号关闭时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/address.html#events)"
  },
  "nut-address/switch-module": {
    "type": "event",
    "description": "点击“选择其他地址”或自定义地址选择左上角返回按钮触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/address.html#events)"
  },
  "nut-address-list/data": {
    "type": "Array",
    "description": "地址数组, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/addresslist.html#props)"
  },
  "nut-address-list/long-press": {
    "type": "boolean",
    "description": "长按功能, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/addresslist.html#props)"
  },
  "nut-address-list/swipe-edition": {
    "type": "boolean",
    "description": "右滑功能, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/addresslist.html#props)"
  },
  "nut-address-list/show-bottom-button": {
    "type": "boolean",
    "description": "是否展示底部按钮, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/addresslist.html#props)"
  },
  "nut-address-list/options": {
    "type": "object",
    "description": "自定义 `key` 值时，设置映射关系, default: {}.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/addresslist.html#props)"
  },
  "nut-address-list/del-icon": {
    "type": "event",
    "description": "点击删除图标\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/addresslist.html#events)"
  },
  "nut-address-list/edit-icon": {
    "type": "event",
    "description": "点击编辑图标\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/addresslist.html#events)"
  },
  "nut-address-list/click-item": {
    "type": "event",
    "description": "点击地址列表每一项\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/addresslist.html#events)"
  },
  "nut-address-list/add": {
    "type": "event",
    "description": "点击底部添加地址按钮\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/addresslist.html#events)"
  },
  "nut-address-list/long-copy": {
    "type": "event",
    "description": "点击复制地址按钮\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/addresslist.html#events)"
  },
  "nut-address-list/long-set": {
    "type": "event",
    "description": "点击设置默认按钮\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/addresslist.html#events)"
  },
  "nut-address-list/long-del": {
    "type": "event",
    "description": "点击删除地址按钮\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/addresslist.html#events)"
  },
  "nut-address-list/swipe-del": {
    "type": "event",
    "description": "默认右滑删除按钮\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/addresslist.html#events)"
  },
  "nut-barrage/danmu": {
    "type": "Array",
    "description": "弹幕列表数据, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/barrage.html#props)"
  },
  "nut-barrage/frequency": {
    "type": "number",
    "description": "可视区域内每个弹幕出现的时间间隔, default: 500.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/barrage.html#props)"
  },
  "nut-barrage/speeds": {
    "type": "number",
    "description": "每个弹幕的滚动时间, default: 5000.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/barrage.html#props)"
  },
  "nut-barrage/rows": {
    "type": "number",
    "description": "弹幕行数，分几行展示, default: 3.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/barrage.html#props)"
  },
  "nut-barrage/top": {
    "type": "number",
    "description": "弹幕垂直距离, default: 10.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/barrage.html#props)"
  },
  "nut-barrage/loop": {
    "type": "boolean",
    "description": "是否循环播放, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/barrage.html#props)"
  },
  "nut-card/img-url": {
    "type": "string",
    "description": "左侧图片\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/card.html#props)"
  },
  "nut-card/title": {
    "type": "string",
    "description": "标题\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/card.html#props)"
  },
  "nut-card/price": {
    "type": "string",
    "description": "商品价格\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/card.html#props)"
  },
  "nut-card/vip-price": {
    "type": "string",
    "description": "会员价格\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/card.html#props)"
  },
  "nut-card/shop-desc": {
    "type": "string",
    "description": "店铺介绍\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/card.html#props)"
  },
  "nut-card/delivery": {
    "type": "string",
    "description": "配送方式\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/card.html#props)"
  },
  "nut-card/shop-name": {
    "type": "string",
    "description": "店铺名称\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/card.html#props)"
  },
  "nut-card/is-need-price": {
    "type": "boolean",
    "description": "是否需要价格展示, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/card.html#props)"
  },
  "nut-category-pane/type": {
    "type": "string",
    "options": [
      "classify",
      "text",
      "custom"
    ],
    "description": "分类模式, default: classify.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/category.html#categorypane-props)"
  },
  "nut-category-pane/category-child": {
    "type": "Array",
    "description": "右侧展示当前分类数据, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/category.html#categorypane-props)"
  },
  "nut-category-pane/custom-category": {
    "type": "Array",
    "description": "自定义分类数据, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/category.html#categorypane-props)"
  },
  "nut-category-pane/on-change": {
    "type": "event",
    "description": "点击右侧分类数据触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/category.html#categorypane-events)"
  },
  "nut-category/type": {
    "type": "string",
    "options": [
      "classify",
      "text",
      "custom"
    ],
    "description": "分类模式, default: classify.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/category.html#props)"
  },
  "nut-category/category": {
    "type": "Array",
    "description": "左侧导航栏数据列表, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/category.html#props)"
  },
  "nut-category/change": {
    "type": "event",
    "description": "点击左侧导航栏时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/category.html#events)"
  },
  "nut-comment/header-type": {
    "type": "string",
    "options": [
      "default",
      "complex"
    ],
    "description": "头部样式展示类型, default: default.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/comment.html#props)"
  },
  "nut-comment/images-rows": {
    "type": "string",
    "options": [
      "one",
      "multi"
    ],
    "description": "评论图片展示行数, default: one.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/comment.html#props)"
  },
  "nut-comment/ellipsis": {
    "type": "boolean | string | number",
    "description": "设置评论内容省略行数, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/comment.html#props)"
  },
  "nut-comment/videos": {
    "type": "Array",
    "description": "视频信息, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/comment.html#props)"
  },
  "nut-comment/images": {
    "type": "Array",
    "description": "图片信息, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/comment.html#props)"
  },
  "nut-comment/info": {
    "type": "object",
    "description": "评论详情, default: {}.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/comment.html#props)"
  },
  "nut-comment/follow": {
    "type": "object",
    "description": "追评内容, default: {}.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/comment.html#props)"
  },
  "nut-comment/operation": {
    "type": "Array",
    "description": "配置底部按钮, default: [replay, like, more].\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/comment.html#props)"
  },
  "nut-comment/click": {
    "type": "event",
    "description": "点击评论内容回调函数\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/comment.html#events)"
  },
  "nut-comment/click-operate": {
    "type": "event",
    "description": "点击底部操作按钮回调函数\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/comment.html#events)"
  },
  "nut-comment/click-images": {
    "type": "event",
    "description": "点击图片或视频触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/comment.html#events)"
  },
  "nut-ecard/model-value": {
    "type": "number | string",
    "description": "购买电子卡所需价钱, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/ecard.html#props)"
  },
  "nut-ecard/list": {
    "type": "EcardDataItem[]",
    "description": "电子卡面值预设列表, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/ecard.html#props)"
  },
  "nut-ecard/choose-text": {
    "type": "string",
    "description": "选择面值文案, default: 请选择电子卡面值.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/ecard.html#props)"
  },
  "nut-ecard/show-other": {
    "type": "boolean",
    "description": "是否显示其他面值控制, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/ecard.html#props)"
  },
  "nut-ecard/other-value-text": {
    "type": "string",
    "description": "其他面值文案, default: 其他面值.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/ecard.html#props)"
  },
  "nut-ecard/placeholder": {
    "type": "string",
    "description": "其他面值默认提示语, default: 请输入1-5000整数.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/ecard.html#props)"
  },
  "nut-ecard/suffix": {
    "type": "string",
    "description": "符号标识, default: ¥.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/ecard.html#props)"
  },
  "nut-ecard/card-amount-min": {
    "type": "number | string",
    "description": "其它面值最小值, default: 1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/ecard.html#props)"
  },
  "nut-ecard/card-amount-max": {
    "type": "number | string",
    "description": "其他面值最大值, default: 9999.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/ecard.html#props)"
  },
  "nut-ecard/show-step": {
    "type": "boolean",
    "description": "是否显示是否显示数量步进, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/ecard.html#props)"
  },
  "nut-ecard/card-buy-min": {
    "type": "number",
    "description": "购买数量最小值, default: 1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/ecard.html#props)"
  },
  "nut-ecard/card-buy-max": {
    "type": "number",
    "description": "购买数量最大值, default: 9999.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/ecard.html#props)"
  },
  "nut-ecard/update": {
    "type": "event",
    "description": "合计金额变化\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/ecard.html#events)"
  },
  "nut-ecard/change": {
    "type": "event",
    "description": "切换预设面值\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/ecard.html#events)"
  },
  "nut-ecard/input-change": {
    "type": "event",
    "description": "输入其他面值\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/ecard.html#events)"
  },
  "nut-ecard/change-step": {
    "type": "event",
    "description": "数量变化\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/ecard.html#events)"
  },
  "nut-ecard/input-click": {
    "type": "event",
    "description": "点击输入框\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/ecard.html#events)"
  },
  "nut-invoice/data": {
    "type": "Array",
    "description": "发票数据, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/invoice.html#props)"
  },
  "nut-invoice/form-value": {
    "type": "object",
    "description": "表单数据对象\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/invoice.html#props)"
  },
  "nut-invoice/submit": {
    "type": "boolean",
    "description": "是否显示提交按钮, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/invoice.html#props)"
  },
  "nut-invoice/on-submit": {
    "type": "event",
    "description": "提交表单的方法\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/invoice.html#events)"
  },
  "nut-signature/line-width": {
    "type": "number",
    "description": "线条的宽度, default: 2.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/signature.html#props)"
  },
  "nut-signature/stroke-style": {
    "type": "string",
    "description": "绘图笔触颜色, default: #000.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/signature.html#props)"
  },
  "nut-signature/type": {
    "type": "string",
    "description": "图片格式, default: png.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/signature.html#props)"
  },
  "nut-signature/un-support-tpl": {
    "type": "string",
    "description": "不支持 canvas 情况下的展示文案, default: 对不起，当前浏览器不支持Canvas，无法使用本控件！.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/signature.html#props)"
  },
  "nut-signature/start": {
    "type": "event",
    "description": "签名开始回调函数（指某次笔画的开始）\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/signature.html#events)"
  },
  "nut-signature/end": {
    "type": "event",
    "description": "签名结束回调函数（指某次笔画的结束）\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/signature.html#events)"
  },
  "nut-signature/signing": {
    "type": "event",
    "description": "正在签名的回调函数（指某次笔画进行中）\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/signature.html#events)"
  },
  "nut-signature/confirm": {
    "type": "event",
    "description": "点击确认按钮触发事件回调函数\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/signature.html#events)"
  },
  "nut-signature/clear": {
    "type": "event",
    "description": "点击重签按钮触发事件回调函数\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/signature.html#events)"
  },
  "nut-sku/visible": {
    "type": "boolean",
    "description": "是否显示商品规格弹框, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/sku.html#props)"
  },
  "nut-sku/sku": {
    "type": "Array",
    "description": "商品 sku 数据, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/sku.html#props)"
  },
  "nut-sku/goods": {
    "type": "object",
    "description": "商品信息\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/sku.html#props)"
  },
  "nut-sku/stepper-max": {
    "type": "string | number",
    "description": "设置 inputNumber 最大值, default: 99999.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/sku.html#props)"
  },
  "nut-sku/stepper-min": {
    "type": "string | number",
    "description": "设置 inputNumber 最小值, default: 1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/sku.html#props)"
  },
  "nut-sku/btn-options": {
    "type": "Array",
    "description": "底部按钮设置（`confirm`：确定、`buy`：立即购买、`cart`：加入购物车）, default: [confirm].\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/sku.html#props)"
  },
  "nut-sku/btn-extra-text": {
    "type": "string",
    "description": "按钮上部添加文案，默认为空，有值时显示\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/sku.html#props)"
  },
  "nut-sku/stepper-title": {
    "type": "string",
    "description": "数量选择组件左侧文案, default: 购买数量.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/sku.html#props)"
  },
  "nut-sku/stepper-extra-text": {
    "type": "Function | boolean",
    "description": "InputNumber 与标题之间的文案, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/sku.html#props)"
  },
  "nut-sku/buy-text": {
    "type": "string",
    "description": "立即购买按钮文案, default: 立即购买.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/sku.html#props)"
  },
  "nut-sku/add-cart-text": {
    "type": "string",
    "description": "加入购物车按钮文案, default: 加入购物车.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/sku.html#props)"
  },
  "nut-sku/confirm-text": {
    "type": "string",
    "description": "确定按钮文案, default: 确定.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/sku.html#props)"
  },
  "nut-sku/select-sku": {
    "type": "event",
    "description": "切换规格类目时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/sku.html#events)"
  },
  "nut-sku/add": {
    "type": "event",
    "description": "InputNumber 点击增加按钮时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/sku.html#events)"
  },
  "nut-sku/reduce": {
    "type": "event",
    "description": "InputNumber 点击减少按钮时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/sku.html#events)"
  },
  "nut-sku/over-limit": {
    "type": "event",
    "description": "InputNumber 点击不可用的按钮时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/sku.html#events)"
  },
  "nut-sku/change-stepper": {
    "type": "event",
    "description": "购买变化时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/sku.html#events)"
  },
  "nut-sku/click-btn-operate": {
    "type": "event",
    "description": "点击底部按钮时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/sku.html#events)"
  },
  "nut-sku/click-close-icon": {
    "type": "event",
    "description": "点击左上角关闭 icon 时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/sku.html#events)"
  },
  "nut-sku/click-overlay": {
    "type": "event",
    "description": "点击遮罩时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/sku.html#events)"
  },
  "nut-sku/close": {
    "type": "event",
    "description": "关闭弹层时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/sku.html#events)"
  },
  "nut-time-pannel/name": {
    "type": "string",
    "description": "显示的名称\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/timeselect.html#timepannel-props)"
  },
  "nut-time-pannel/pannel-key": {
    "type": "string | number",
    "description": "唯一标识, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/timeselect.html#timepannel-props)"
  },
  "nut-time-pannel/change": {
    "type": "event",
    "description": "点击内容的回调\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/timeselect.html#timepannel-events)"
  },
  "nut-time-detail/times": {
    "type": "Array",
    "description": "可选择的时间, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/timeselect.html#timedetail-props)"
  },
  "nut-time-detail/select": {
    "type": "event",
    "description": "点击时间的回调\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/timeselect.html#timedetail-events)"
  },
  "nut-time-select/visible": {
    "type": "boolean",
    "description": "是否显示弹层, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/timeselect.html#props)"
  },
  "nut-time-select/height": {
    "type": "string",
    "description": "弹层的高度, default: 20%.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/timeselect.html#props)"
  },
  "nut-time-select/title": {
    "type": "string",
    "description": "弹层标题, default: 取件时间.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/timeselect.html#props)"
  },
  "nut-time-select/current-key": {
    "type": "string | number",
    "description": "唯一标识, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/timeselect.html#props)"
  },
  "nut-time-select/current-time": {
    "type": "Array",
    "description": "当前选择的时间 `{key: string; list: string[]}[]`, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/timeselect.html#props)"
  },
  "nut-time-select/lock-scroll": {
    "type": "boolean",
    "description": "背景是否锁定, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/timeselect.html#props)"
  },
  "nut-time-select/select": {
    "type": "event",
    "description": "关闭遮罩之后的回调\n\n[Docs](https://nutui-uniapp.pages.dev/components/business/timeselect.html#events)"
  },
  "nut-calendar/visible": {
    "type": "boolean",
    "description": "是否可见, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props)"
  },
  "nut-calendar/type": {
    "type": "string",
    "options": [
      "one",
      "range",
      "multiple",
      "week"
    ],
    "description": "类型, default: one.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props)"
  },
  "nut-calendar/poppable": {
    "type": "boolean",
    "description": "是否弹窗状态展示, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props)"
  },
  "nut-calendar/is-auto-back-fill": {
    "type": "boolean",
    "description": "自动回填, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props)"
  },
  "nut-calendar/title": {
    "type": "string",
    "description": "显示标题, default: 日期选择.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props)"
  },
  "nut-calendar/default-value": {
    "type": "string | Array",
    "description": "默认值（单个日期选择 `string`，其他为 `string[]`）\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props)"
  },
  "nut-calendar/start-date": {
    "type": "string",
    "description": "开始日期, default: 今天.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props)"
  },
  "nut-calendar/end-date": {
    "type": "string",
    "description": "结束日期, default: 距离今天 365 天.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props)"
  },
  "nut-calendar/start-text": {
    "type": "string",
    "description": "范围选择，开始信息文案, default: 开始.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props)"
  },
  "nut-calendar/end-text": {
    "type": "string",
    "description": "范围选择，结束信息文案, default: 结束.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props)"
  },
  "nut-calendar/confirm-text": {
    "type": "string",
    "description": "底部确认按钮文案, default: 确认.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props)"
  },
  "nut-calendar/show-today": {
    "type": "boolean",
    "description": "是否展示今天标记, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props)"
  },
  "nut-calendar/show-title": {
    "type": "boolean",
    "description": "是否在展示日历标题, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props)"
  },
  "nut-calendar/show-sub-title": {
    "type": "boolean",
    "description": "是否展示日期标题, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props)"
  },
  "nut-calendar/to-date-animation": {
    "type": "boolean",
    "description": "是否启动滚动动画, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props)"
  },
  "nut-calendar/first-day-of-week": {
    "type": "number",
    "options": [
      "0",
      "1",
      "2",
      "3",
      "4",
      "5",
      "6"
    ],
    "description": "设置周起始日, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props)"
  },
  "nut-calendar/disabled-date": {
    "type": "Function",
    "description": "一个用来判断该日期是否被禁用的函数，应该返回 `boolean` 表示是否禁用\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props)"
  },
  "nut-calendar/footer-slot": {
    "type": "boolean",
    "description": "是否使用 `footer` 插槽, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props)"
  },
  "nut-calendar/btn-slot": {
    "type": "boolean",
    "description": "是否使用 `btn` 插槽, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props)"
  },
  "nut-calendar/pop-style": {
    "type": "CSSProperties",
    "description": "自定义弹窗样式\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props)"
  },
  "nut-calendar/lock-scroll": {
    "type": "boolean",
    "description": "背景是否锁定, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props)"
  },
  "nut-calendar/choose": {
    "type": "event",
    "description": "选择之后或是点击确认按钮触发,日期数组（包含年月日和星期）\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#events)"
  },
  "nut-calendar/select": {
    "type": "event",
    "description": "点击/选择后触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#events)"
  },
  "nut-calendar/click-close-icon": {
    "type": "event",
    "description": "点击关闭图标后触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#events)"
  },
  "nut-calendar/click-overlay": {
    "type": "event",
    "description": "点击遮罩关闭后触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#events)"
  },
  "nut-calendar/open": {
    "type": "event",
    "description": "打开弹窗时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#events)"
  },
  "nut-calendar/opened": {
    "type": "event",
    "description": "打开弹窗动画结束时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#events)"
  },
  "nut-calendar/close": {
    "type": "event",
    "description": "关闭弹窗时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#events)"
  },
  "nut-calendar/closed": {
    "type": "event",
    "description": "关闭弹窗动画结束时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/calendar.html#events)"
  },
  "nut-cascader/model-value": {
    "type": "Array",
    "description": "选中值，双向绑定\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props)"
  },
  "nut-cascader/visible": {
    "type": "boolean",
    "description": "显示选择层, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props)"
  },
  "nut-cascader/options": {
    "type": "Array",
    "description": "级联数据, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props)"
  },
  "nut-cascader/lazy": {
    "type": "boolean",
    "description": "是否开启动态加载, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props)"
  },
  "nut-cascader/lazy-load": {
    "type": "Function",
    "description": "动态加载回调，开启动态加载时生效\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props)"
  },
  "nut-cascader/value-key": {
    "type": "string",
    "description": "自定义 `options` 结构中 `value` 的字段, default: value.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props)"
  },
  "nut-cascader/text-key": {
    "type": "string",
    "description": "自定义 `options` 结构中 `text` 的字段, default: text.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props)"
  },
  "nut-cascader/children-key": {
    "type": "string",
    "description": "自定义 `options` 结构中 `children` 的字段, default: children.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props)"
  },
  "nut-cascader/convert-config": {
    "type": "object",
    "description": "当 `options` 为可转换为树形结构的扁平结构时，配置转换规则\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props)"
  },
  "nut-cascader/poppable": {
    "type": "boolean",
    "description": "是否需要弹层展示, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props)"
  },
  "nut-cascader/title": {
    "type": "string",
    "description": "标题\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props)"
  },
  "nut-cascader/title-type": {
    "type": "string",
    "options": [
      "line",
      "card",
      "smile"
    ],
    "description": "选中底部展示样式, default: line.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props)"
  },
  "nut-cascader/title-size": {
    "type": "string",
    "options": [
      "large",
      "normal",
      "small"
    ],
    "description": "标签栏字体尺寸大小, default: normal.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props)"
  },
  "nut-cascader/title-gutter": {
    "type": "number | string",
    "description": "标签间隙, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props)"
  },
  "nut-cascader/title-ellipsis": {
    "type": "boolean",
    "description": "是否省略过长的标题文字, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props)"
  },
  "nut-cascader/pop-style": {
    "type": "CSSProperties",
    "description": "自定义弹窗样式\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props)"
  },
  "nut-cascader/lock-scroll": {
    "type": "boolean",
    "description": "背景是否锁定, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props)"
  },
  "nut-cascader/change": {
    "type": "event",
    "description": "选中值改变时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/cascader.html#events)"
  },
  "nut-cascader/path-change": {
    "type": "event",
    "description": "选中项改变时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/cascader.html#events)"
  },
  "nut-cascader/open": {
    "type": "event",
    "description": "打开弹窗时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/cascader.html#events)"
  },
  "nut-cascader/opened": {
    "type": "event",
    "description": "打开弹窗动画结束时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/cascader.html#events)"
  },
  "nut-cascader/close": {
    "type": "event",
    "description": "关闭弹窗时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/cascader.html#events)"
  },
  "nut-cascader/closed": {
    "type": "event",
    "description": "关闭弹窗动画结束时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/cascader.html#events)"
  },
  "nut-checkbox/model-value": {
    "type": "boolean | number | string",
    "description": "是否处于选中状态（`1.7.14` 开始支持 `number`、`string` 类型）, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-props)"
  },
  "nut-checkbox/disabled": {
    "type": "boolean",
    "description": "是否禁用选择, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-props)"
  },
  "nut-checkbox/text-position": {
    "type": "string",
    "options": [
      "left",
      "right"
    ],
    "description": "文本所在的位置, default: right.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-props)"
  },
  "nut-checkbox/icon-size": {
    "type": "string | number",
    "description": "[图标尺寸](/components/basic/icon), default: 18.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-props)"
  },
  "nut-checkbox/label": {
    "type": "boolean | number | string",
    "description": "复选框标识（与 `nut-checkbox-group` 配合使用）\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-props)"
  },
  "nut-checkbox/indeterminate": {
    "type": "boolean",
    "description": "当前是否支持半选状态，一般用在全选操作中, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-props)"
  },
  "nut-checkbox/shape": {
    "type": "string",
    "options": [
      "button",
      "round"
    ],
    "description": "形状, default: round.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-props)"
  },
  "nut-checkbox/checked-value": {
    "type": "boolean | number | string",
    "description": "选中状态的值, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-props)"
  },
  "nut-checkbox/unchecked-value": {
    "type": "boolean | number | string",
    "description": "未选中状态的值, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-props)"
  },
  "nut-checkbox/change": {
    "type": "event",
    "description": "值变化时触发（`checked` 代表当前是否选中，`value` 表示当前选中的值）\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-events)"
  },
  "nut-checkbox-group/model-value": {
    "type": "Array",
    "description": "当前选中项的标识符，和 `label` 相对应, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkboxgroup-props)"
  },
  "nut-checkbox-group/disabled": {
    "type": "boolean",
    "description": "是否禁用选择，将作用于其下的全部复选框, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkboxgroup-props)"
  },
  "nut-checkbox-group/max": {
    "type": "number",
    "description": "限制选择的数量（不能和 `全选 / 取消 / 反选` 一起使用, `0` 表示无限制）, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkboxgroup-props)"
  },
  "nut-checkbox-group/change": {
    "type": "event",
    "description": "值变化时触发（`value` 返回一个数组，表示当前选中项的集合）\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkboxgroup-events)"
  },
  "nut-code-input/model-value": {
    "type": "string",
    "description": "输入值\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props)"
  },
  "nut-code-input/adjust-position": {
    "type": "boolean",
    "description": "键盘弹起时，是否自动上推页面, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props)"
  },
  "nut-code-input/maxlength": {
    "type": "number | string",
    "description": "最大输入长度, default: 4.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props)"
  },
  "nut-code-input/dot": {
    "type": "boolean",
    "description": "是否用圆点填充, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props)"
  },
  "nut-code-input/mode": {
    "type": "string",
    "options": [
      "box",
      "line"
    ],
    "description": "选择样式为边框或者横线, default: box.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props)"
  },
  "nut-code-input/hairline": {
    "type": "boolean",
    "description": "是否细边框, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props)"
  },
  "nut-code-input/space": {
    "type": "number | string",
    "description": "字符间的距离, default: 10.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props)"
  },
  "nut-code-input/focus": {
    "type": "boolean",
    "description": "是否自动获取焦点, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props)"
  },
  "nut-code-input/bold": {
    "type": "boolean",
    "description": "字体是否加粗, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props)"
  },
  "nut-code-input/custom-color": {
    "type": "string",
    "description": "字体颜色, default: #606266.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props)"
  },
  "nut-code-input/font-size": {
    "type": "number | string",
    "description": "字体大小（单位：px）, default: 18.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props)"
  },
  "nut-code-input/size": {
    "type": "number | string",
    "description": "输入框的大小（单位：px）, default: 35.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props)"
  },
  "nut-code-input/disabled-keyboard": {
    "type": "boolean",
    "description": "禁止点击输入框唤起系统键盘, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props)"
  },
  "nut-code-input/border-color": {
    "type": "string",
    "description": "边框和线条颜色, default: #c9cacc.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props)"
  },
  "nut-code-input/disabled-dot": {
    "type": "boolean",
    "description": "是否禁止输入 `.` 符号, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props)"
  },
  "nut-code-input/change": {
    "type": "event",
    "description": "输入内容发生改变时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#events)"
  },
  "nut-code-input/finish": {
    "type": "event",
    "description": "输入字符个数达到 `maxlength` 时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#events)"
  },
  "nut-date-picker/model-value": {
    "type": "number | string | Date",
    "description": "选中值\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props)"
  },
  "nut-date-picker/type": {
    "type": "string",
    "options": [
      "date",
      "time",
      "year-month",
      "month-day",
      "datehour",
      "hour-minute",
      "datetime"
    ],
    "description": "时间类型, default: date.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props)"
  },
  "nut-date-picker/show-toolbar": {
    "type": "boolean",
    "description": "是否显示顶部导航, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props)"
  },
  "nut-date-picker/title": {
    "type": "string",
    "description": "设置标题\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props)"
  },
  "nut-date-picker/ok-text": {
    "type": "string",
    "description": "确定按钮文案, default: 确定.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props)"
  },
  "nut-date-picker/cancel-text": {
    "type": "string",
    "description": "取消按钮文案, default: 取消.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props)"
  },
  "nut-date-picker/is-show-chinese": {
    "type": "boolean",
    "description": "每列是否展示中文, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props)"
  },
  "nut-date-picker/minute-step": {
    "type": "number",
    "description": "分钟步进值, default: 1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props)"
  },
  "nut-date-picker/min-date": {
    "type": "number | string | Date",
    "description": "开始日期, default: 十年前.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props)"
  },
  "nut-date-picker/max-date": {
    "type": "number | string | Date",
    "description": "结束日期, default: 十年后.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props)"
  },
  "nut-date-picker/formatter": {
    "type": "(type: DatePickerColumnType, option: PickerOption) => PickerOption",
    "description": "选项格式化函数\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props)"
  },
  "nut-date-picker/filter": {
    "type": "(type: DatePickerColumnType, options: PickerOption[]) => PickerOption[]",
    "description": "选项过滤函数\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props)"
  },
  "nut-date-picker/three-dimensional": {
    "type": "boolean",
    "description": "是否开启 3D 效果, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props)"
  },
  "nut-date-picker/swipe-duration": {
    "type": "number | string",
    "description": "惯性滚动时长, default: 1000.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props)"
  },
  "nut-date-picker/visible-option-num": {
    "type": "number | string",
    "description": "可见的选项个数, default: 7.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props)"
  },
  "nut-date-picker/option-height": {
    "type": "number | string",
    "description": "选项高度, default: 36.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props)"
  },
  "nut-date-picker/change": {
    "type": "event",
    "description": "选项改变时触发（`1.7.7` 新增 `date` 参数）\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#events)"
  },
  "nut-date-picker/confirm": {
    "type": "event",
    "description": "点击确定按钮时触发（`1.7.7` 新增 `date` 参数）\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#events)"
  },
  "nut-date-picker/cancel": {
    "type": "event",
    "description": "点击取消按钮时触发（`1.7.7` 新增 `date` 参数）\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#events)"
  },
  "nut-form/model-value": {
    "type": "object",
    "description": "表单数据对象, default: {}.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/form.html#form-props)"
  },
  "nut-form/rules": {
    "type": "object",
    "description": "统一配置每个 `form-item` 的 `rules`, default: {}.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/form.html#form-props)"
  },
  "nut-form/disabled": {
    "type": "boolean",
    "description": "禁用表单下的所有数据录入组件, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/form.html#form-props)"
  },
  "nut-form/label-position": {
    "type": "top | left | right",
    "description": "表单项 label 的位置, default: left.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/form.html#form-props)"
  },
  "nut-form/star-position": {
    "type": "left | right",
    "description": "必填表单项 label 的红色星标位置, default: left.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/form.html#form-props)"
  },
  "nut-form/validate": {
    "type": "event",
    "description": "任一表单项被校验失败后触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/form.html#form-events)"
  },
  "nut-form-item/required": {
    "type": "boolean",
    "description": "是否显示必填字段的标签旁边的红色星号, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props)"
  },
  "nut-form-item/prop": {
    "type": "string",
    "description": "model-value\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props)"
  },
  "nut-form-item/rules": {
    "type": "FormItemRule[]",
    "description": "定义校验规则, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props)"
  },
  "nut-form-item/label-width": {
    "type": "number | string",
    "description": "表单项 label 宽度（单位：px）, default: 90.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props)"
  },
  "nut-form-item/label-align": {
    "type": "string",
    "options": [
      "left",
      "center",
      "right"
    ],
    "description": "表单项 label 对齐方式, default: left.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props)"
  },
  "nut-form-item/body-align": {
    "type": "string",
    "options": [
      "left",
      "center",
      "right"
    ],
    "description": "右侧插槽对齐方式, default: left.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props)"
  },
  "nut-form-item/error-message-align": {
    "type": "string",
    "options": [
      "left",
      "center",
      "right"
    ],
    "description": "错误提示文案对齐方式, default: left.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props)"
  },
  "nut-form-item/show-error-line": {
    "type": "boolean",
    "description": "是否在校验不通过时标红输入框, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props)"
  },
  "nut-form-item/show-error-message": {
    "type": "boolean",
    "description": "是否在校验不通过时在输入框下方展示错误提示, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props)"
  },
  "nut-form-item/label-position": {
    "type": "string",
    "options": [
      "top",
      "left",
      "right"
    ],
    "description": "表单项 label 的位置，优先级高于 `form` 中的 `label-position`\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props)"
  },
  "nut-form-item/star-position": {
    "type": "string",
    "options": [
      "left",
      "right"
    ],
    "description": "必填表单项 label 的红色星标位置，优先级高于 `form` 中的 `star-position`\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props)"
  },
  "nut-form-item/is-link": {
    "type": "boolean",
    "description": "是否展示右侧箭头, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props)"
  },
  "nut-input/model-value": {
    "type": "string | number",
    "description": "输入值，双向绑定\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/type": {
    "type": "string",
    "description": "输入框类型 [有效值](https://uniapp.dcloud.net.cn/component/input.html#type), default: text.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/password": {
    "type": "boolean",
    "description": "是否是密码类型, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/input-mode": {
    "type": "string",
    "description": "输入框模式 [有效值](https://uniapp.dcloud.net.cn/component/input.html#inputmode), default: text.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/input-style": {
    "type": "StyleValue",
    "description": "输入框自定义样式\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/input-class": {
    "type": "ClassType",
    "description": "输入框自定义类名\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/placeholder": {
    "type": "string",
    "description": "输入框为空时占位符\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/placeholder-style": {
    "type": "string",
    "description": "指定 placeholder 的样式\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/placeholder-class": {
    "type": "string",
    "description": "指定 placeholder 的样式类, default: input-placeholder.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/input-align": {
    "type": "string",
    "options": [
      "left",
      "center",
      "right"
    ],
    "description": "输入框内容对齐方式, default: left.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/required": {
    "type": "boolean",
    "description": "是否显示必填字段的标签旁边的红色星号, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/border": {
    "type": "boolean",
    "description": "是否显示下边框, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/disabled": {
    "type": "boolean",
    "description": "是否禁用, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/readonly": {
    "type": "boolean",
    "description": "是否只读, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/autofocus": {
    "type": "boolean",
    "description": "是否自动获得焦点，iOS 系统不支持该属性, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/max-length": {
    "type": "string | number",
    "description": "限制最长输入字符, default: 140.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/clearable": {
    "type": "boolean",
    "description": "展示清除图标, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/show-clear-icon": {
    "type": "boolean",
    "description": "是否在失去焦点后，继续展示清除按钮（仅 `clearable` 为 `true` 时有效）, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/clear-size": {
    "type": "number | string",
    "description": "清除图标的大小, default: 14.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/show-word-limit": {
    "type": "boolean",
    "description": "是否显示限制最长输入字符，需要设置 `max-length` 属性, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/error": {
    "type": "boolean",
    "description": "是否标红, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/formatter": {
    "type": "(value: string) => string",
    "description": "输入内容格式化函数\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/format-trigger": {
    "type": "string",
    "options": [
      "onChange",
      "onBlur"
    ],
    "description": "格式化函数触发的时机, default: onChange.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/confirm-type": {
    "type": "string",
    "options": [
      "send",
      "search",
      "next",
      "go",
      "done"
    ],
    "description": "键盘右下角按钮的文字（仅 `type` 为 `text` 时有效）, default: done.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/adjust-position": {
    "type": "boolean",
    "description": "键盘弹起时，是否自动上推页面, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/always-system": {
    "type": "boolean",
    "description": "是否强制使用系统键盘和 webview 创建的 input 元素（为 `true` 时，`confirm-type`、`confirm-hold` 可能失效）, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/cursor-spacing": {
    "type": "number",
    "description": "指定光标与键盘的距离，取 input 距离底部的距离和 `cursor-spacing` 指定的距离的最小值作为光标与键盘的距离, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/always-embed": {
    "type": "boolean",
    "description": "强制 input 处于同层状态，默认 focus 时 input 会切到非同层状态 (仅在 iOS 下生效), default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/confirm-hold": {
    "type": "boolean",
    "description": "点击键盘右下角按钮时是否保持键盘不收起, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/cursor": {
    "type": "number",
    "description": "指定 focus 时的光标位置, default: -1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/selection-start": {
    "type": "number",
    "description": "光标起始位置，自动聚集时有效，需与 `selection-end` 搭配使用, default: -1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/selection-end": {
    "type": "number",
    "description": "光标结束位置，自动聚集时有效，需与 `selection-start` 搭配使用, default: -1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/hold-keyboard": {
    "type": "boolean",
    "description": "focus 时，点击页面的时候不收起键盘, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#props)"
  },
  "nut-input/update:model-value": {
    "type": "event",
    "description": "输入框内容变化时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#events)"
  },
  "nut-input/focus": {
    "type": "event",
    "description": "输入框聚焦时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#events)"
  },
  "nut-input/blur": {
    "type": "event",
    "description": "输入框失焦时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#events)"
  },
  "nut-input/clear": {
    "type": "event",
    "description": "点击清除按钮时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#events)"
  },
  "nut-input/click": {
    "type": "event",
    "description": "点击组件时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#events)"
  },
  "nut-input/click-input": {
    "type": "event",
    "description": "点击输入区域时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#events)"
  },
  "nut-input/confirm": {
    "type": "event",
    "description": "点击完成按钮时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#events)"
  },
  "nut-input/input": {
    "type": "event",
    "description": "键盘输入时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/input.html#events)"
  },
  "nut-input-number/model-value": {
    "type": "string | number",
    "description": "初始值, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#props)"
  },
  "nut-input-number/min": {
    "type": "string | number",
    "description": "最小值限制, default: 1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#props)"
  },
  "nut-input-number/max": {
    "type": "string | number",
    "description": "最大值限制, default: 9999.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#props)"
  },
  "nut-input-number/step": {
    "type": "string | number",
    "description": "步长, default: 1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#props)"
  },
  "nut-input-number/step-strictly": {
    "type": "boolean",
    "description": "是否只能输入 step 的倍数, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#props)"
  },
  "nut-input-number/decimal-places": {
    "type": "string | number",
    "description": "设置保留的小数位, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#props)"
  },
  "nut-input-number/disabled": {
    "type": "boolean",
    "description": "禁用所有功能, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#props)"
  },
  "nut-input-number/readonly": {
    "type": "boolean",
    "description": "只读状态禁用输入框操作行为, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#props)"
  },
  "nut-input-number/input-width": {
    "type": "string | number",
    "description": "输入框宽度\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#props)"
  },
  "nut-input-number/button-size": {
    "type": "string | number",
    "description": "操作符 +、- 尺寸\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#props)"
  },
  "nut-input-number/type": {
    "type": "string",
    "options": [
      "number",
      "digit"
    ],
    "description": "输入框类型, default: number.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#props)"
  },
  "nut-input-number/change": {
    "type": "event",
    "description": "值改变时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#events)"
  },
  "nut-input-number/focus": {
    "type": "event",
    "description": "输入框获得焦点时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#events)"
  },
  "nut-input-number/blur": {
    "type": "event",
    "description": "输入框失去焦点时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#events)"
  },
  "nut-input-number/reduce": {
    "type": "event",
    "description": "点击减少按钮时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#events)"
  },
  "nut-input-number/add": {
    "type": "event",
    "description": "点击增加按钮时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#events)"
  },
  "nut-input-number/overlimit": {
    "type": "event",
    "description": "点击不可用的按钮时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#events)"
  },
  "nut-number-keyboard/model-value": {
    "type": "string",
    "description": "当前输入值\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#props)"
  },
  "nut-number-keyboard/visible": {
    "type": "boolean",
    "description": "是否显示键盘, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#props)"
  },
  "nut-number-keyboard/title": {
    "type": "string",
    "description": "键盘标题\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#props)"
  },
  "nut-number-keyboard/type": {
    "type": "string",
    "options": [
      "default",
      "rightColumn"
    ],
    "description": "键盘模式（`default`：默认样式，`rightColumn`：带右侧栏）, default: default.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#props)"
  },
  "nut-number-keyboard/random-keys": {
    "type": "boolean",
    "description": "随机键位, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#props)"
  },
  "nut-number-keyboard/custom-key": {
    "type": "Array",
    "description": "自定义键盘额外的键（数组形式，最多支持添加 2 个）, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#props)"
  },
  "nut-number-keyboard/overlay": {
    "type": "boolean",
    "description": "是否显示遮罩, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#props)"
  },
  "nut-number-keyboard/maxlength": {
    "type": "number | string",
    "description": "输入值最大长度, default: 6.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#props)"
  },
  "nut-number-keyboard/confirm-text": {
    "type": "string",
    "description": "自定义完成按钮文字（如\"支付\"、\"下一步\"、\"提交\"等）\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#props)"
  },
  "nut-number-keyboard/pop-class": {
    "type": "string",
    "description": "自定义弹框类名\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#props)"
  },
  "nut-number-keyboard/input": {
    "type": "event",
    "description": "点击按键时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#events)"
  },
  "nut-number-keyboard/delete": {
    "type": "event",
    "description": "点击删除键时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#events)"
  },
  "nut-number-keyboard/close": {
    "type": "event",
    "description": "点击关闭按钮或非键盘区域时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#events)"
  },
  "nut-number-keyboard/confirm": {
    "type": "event",
    "description": "点击确认按钮\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#events)"
  },
  "nut-picker/model-value": {
    "type": "Array",
    "description": "选中项, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/picker.html#props)"
  },
  "nut-picker/columns": {
    "type": "Array",
    "description": "对象数组，配置每一列显示的数据, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/picker.html#props)"
  },
  "nut-picker/show-toolbar": {
    "type": "boolean",
    "description": "是否显示顶部导航, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/picker.html#props)"
  },
  "nut-picker/title": {
    "type": "string",
    "description": "设置标题\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/picker.html#props)"
  },
  "nut-picker/ok-text": {
    "type": "string",
    "description": "确定按钮文案, default: 确定.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/picker.html#props)"
  },
  "nut-picker/cancel-text": {
    "type": "string",
    "description": "取消按钮文案, default: 取消.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/picker.html#props)"
  },
  "nut-picker/three-dimensional": {
    "type": "boolean",
    "description": "是否开启3D效果, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/picker.html#props)"
  },
  "nut-picker/swipe-duration": {
    "type": "number | string",
    "description": "惯性滚动时长, default: 1000.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/picker.html#props)"
  },
  "nut-picker/visible-option-num": {
    "type": "number | string",
    "description": "可见的选项个数, default: 7.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/picker.html#props)"
  },
  "nut-picker/option-height": {
    "type": "number | string",
    "description": "选项高度, default: 36.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/picker.html#props)"
  },
  "nut-picker/field-names": {
    "type": "object",
    "description": "自定义 `columns` 中的字段, default: { text: text, value: value, children: children, className:  }.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/picker.html#props)"
  },
  "nut-picker/change": {
    "type": "event",
    "description": "选项发生改变时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/picker.html#events)"
  },
  "nut-picker/confirm": {
    "type": "event",
    "description": "点击确定按钮时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/picker.html#events)"
  },
  "nut-picker/cancel": {
    "type": "event",
    "description": "点击取消按钮时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/picker.html#events)"
  },
  "nut-radio/disabled": {
    "type": "boolean",
    "description": "是否禁用选择, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/radio.html#radio-props)"
  },
  "nut-radio/icon-size": {
    "type": "string | number",
    "description": "[图标尺寸](/components/basic/icon), default: 18.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/radio.html#radio-props)"
  },
  "nut-radio/label": {
    "type": "string | number | boolean",
    "description": "单选框标识\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/radio.html#radio-props)"
  },
  "nut-radio/shape": {
    "type": "string",
    "options": [
      "button",
      "round"
    ],
    "description": "形状, default: round.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/radio.html#radio-props)"
  },
  "nut-radio/size": {
    "type": "string",
    "options": [
      "large",
      "small",
      "mini",
      "normal"
    ],
    "description": "尺寸（仅 `shape` 为 `button` 时有效）, default: normal.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/radio.html#radio-props)"
  },
  "nut-radio-group/model-value": {
    "type": "string | number | boolean",
    "description": "当前选中项的标识符，与 `label` 值一致时呈选中状态\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/radio.html#radiogroup-props)"
  },
  "nut-radio-group/text-position": {
    "type": "string",
    "options": [
      "left",
      "right"
    ],
    "description": "文本所在的位置, default: right.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/radio.html#radiogroup-props)"
  },
  "nut-radio-group/direction": {
    "type": "string",
    "options": [
      "horizontal",
      "vertical"
    ],
    "description": "使用横纵方向, default: vertical.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/radio.html#radiogroup-props)"
  },
  "nut-radio-group/change": {
    "type": "event",
    "description": "值变化时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/radio.html#radiogroup-events)"
  },
  "nut-range/model-value": {
    "type": "number | Array",
    "description": "当前进度百分比, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/range.html#props)"
  },
  "nut-range/range": {
    "type": "boolean",
    "description": "是否开启双滑块模式, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/range.html#props)"
  },
  "nut-range/max": {
    "type": "number | string",
    "description": "最大值, default: 100.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/range.html#props)"
  },
  "nut-range/min": {
    "type": "number | string",
    "description": "最小值, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/range.html#props)"
  },
  "nut-range/step": {
    "type": "number | string",
    "description": "步长, default: 1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/range.html#props)"
  },
  "nut-range/disabled": {
    "type": "boolean",
    "description": "是否禁用滑块, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/range.html#props)"
  },
  "nut-range/vertical": {
    "type": "boolean",
    "description": "是否竖向展示, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/range.html#props)"
  },
  "nut-range/hidden-range": {
    "type": "boolean",
    "description": "是否隐藏范围值, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/range.html#props)"
  },
  "nut-range/hidden-tag": {
    "type": "boolean",
    "description": "是否隐藏标签, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/range.html#props)"
  },
  "nut-range/active-color": {
    "type": "string",
    "description": "进度条激活态颜色, default: rgba(250, 44, 25, 1).\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/range.html#props)"
  },
  "nut-range/inactive-color": {
    "type": "string",
    "description": "进度条非激活态颜色, default: rgba(255, 163, 154, 1).\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/range.html#props)"
  },
  "nut-range/button-color": {
    "type": "string",
    "description": "按钮颜色, default: rgba(250, 44, 25, 1).\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/range.html#props)"
  },
  "nut-range/marks": {
    "type": "object",
    "description": "刻度标示, default: {}.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/range.html#props)"
  },
  "nut-range/change": {
    "type": "event",
    "description": "进度变化且结束拖动后触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/range.html#events)"
  },
  "nut-range/drag-start": {
    "type": "event",
    "description": "开始拖动时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/range.html#events)"
  },
  "nut-range/drag-end": {
    "type": "event",
    "description": "结束拖动时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/range.html#events)"
  },
  "nut-rate/model-value": {
    "type": "number | string",
    "description": "当前 `star` 数, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/rate.html#props)"
  },
  "nut-rate/count": {
    "type": "number | string",
    "description": "`star` 总数, default: 5.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/rate.html#props)"
  },
  "nut-rate/active-color": {
    "type": "string",
    "description": "图标选中颜色, default: #fa200c.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/rate.html#props)"
  },
  "nut-rate/void-color": {
    "type": "string",
    "description": "图标未选中颜色, default: #cccccc.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/rate.html#props)"
  },
  "nut-rate/allow-half": {
    "type": "boolean",
    "description": "是否半星, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/rate.html#props)"
  },
  "nut-rate/readonly": {
    "type": "boolean",
    "description": "是否只读, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/rate.html#props)"
  },
  "nut-rate/disabled": {
    "type": "boolean",
    "description": "是否禁用, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/rate.html#props)"
  },
  "nut-rate/spacing": {
    "type": "number | string",
    "description": "间距, default: 14.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/rate.html#props)"
  },
  "nut-rate/size": {
    "type": "number | string",
    "description": "尺寸大小（如 `20px` `2em` `2rem`）\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/rate.html#props)"
  },
  "nut-rate/custom-icon": {
    "type": "string",
    "description": "自定义图标, default: star-fill-n.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/rate.html#props)"
  },
  "nut-rate/change": {
    "type": "event",
    "description": "当前分值修改时时触发的事件\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/rate.html#events)"
  },
  "nut-searchbar/model-value": {
    "type": "number | string",
    "description": "当前输入的值\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props)"
  },
  "nut-searchbar/shape": {
    "type": "string",
    "options": [
      "square",
      "round"
    ],
    "description": "搜索框形状, default: round.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props)"
  },
  "nut-searchbar/max-length": {
    "type": "number | string",
    "description": "最大输入长度\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props)"
  },
  "nut-searchbar/input-type": {
    "type": "string",
    "description": "输入框类型, default: text.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props)"
  },
  "nut-searchbar/placeholder": {
    "type": "string",
    "description": "输入框占位提示文本, default: 请输入.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props)"
  },
  "nut-searchbar/clearable": {
    "type": "boolean",
    "description": "是否展示清除按钮, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props)"
  },
  "nut-searchbar/clear-icon": {
    "type": "string",
    "description": "自定义清除按钮图标, default: circle-close.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props)"
  },
  "nut-searchbar/background": {
    "type": "string",
    "description": "输入框外部背景, default: #ffffff.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props)"
  },
  "nut-searchbar/input-background": {
    "type": "string",
    "description": "输入框内部背景, default: #f7f7f7.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props)"
  },
  "nut-searchbar/confirm-type": {
    "type": "string",
    "description": "键盘右下角按钮的文字, default: done.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props)"
  },
  "nut-searchbar/autofocus": {
    "type": "boolean",
    "description": "是否自动聚焦, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props)"
  },
  "nut-searchbar/focus-style": {
    "type": "object",
    "description": "聚焦时搜索框样式\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props)"
  },
  "nut-searchbar/disabled": {
    "type": "boolean",
    "description": "是否禁用输入框, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props)"
  },
  "nut-searchbar/readonly": {
    "type": "boolean",
    "description": "输入框只读, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props)"
  },
  "nut-searchbar/input-align": {
    "type": "string",
    "options": [
      "left",
      "center",
      "right"
    ],
    "description": "对齐方式, default: left.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props)"
  },
  "nut-searchbar/safe-area-inset-bottom": {
    "type": "boolean",
    "description": "是否开启 iphone 系列全面屏底部安全区适配, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props)"
  },
  "nut-searchbar/cursor-spacing": {
    "type": "number",
    "description": "指定光标与键盘的距离, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props)"
  },
  "nut-searchbar/change": {
    "type": "event",
    "description": "输入内容时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#events)"
  },
  "nut-searchbar/focus": {
    "type": "event",
    "description": "聚焦时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#events)"
  },
  "nut-searchbar/blur": {
    "type": "event",
    "description": "失焦时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#events)"
  },
  "nut-searchbar/clear": {
    "type": "event",
    "description": "点击清空时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#events)"
  },
  "nut-searchbar/search": {
    "type": "event",
    "description": "按下 ENTER 键时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#events)"
  },
  "nut-searchbar/click-input": {
    "type": "event",
    "description": "点击输入区域时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#events)"
  },
  "nut-searchbar/click-left-icon": {
    "type": "event",
    "description": "点击左侧图标时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#events)"
  },
  "nut-searchbar/click-right-icon": {
    "type": "event",
    "description": "点击右侧图标时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#events)"
  },
  "nut-short-password/model-value": {
    "type": "string",
    "description": "密码初始值\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#props)"
  },
  "nut-short-password/visible": {
    "type": "boolean",
    "description": "是否展示短密码框, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#props)"
  },
  "nut-short-password/title": {
    "type": "string",
    "description": "标题, default: 请输入密码.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#props)"
  },
  "nut-short-password/desc": {
    "type": "string",
    "description": "密码框描述, default: 您使用了虚拟资产，请进行验证.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#props)"
  },
  "nut-short-password/tips": {
    "type": "event",
    "description": "点击提示文字\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#events)"
  },
  "nut-short-password/close-on-click-overlay": {
    "type": "boolean",
    "description": "是否点击遮罩关闭, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#props)"
  },
  "nut-short-password/length": {
    "type": "string | number",
    "description": "密码长度（取值范围：4 ~ 6）, default: 6.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#props)"
  },
  "nut-short-password/error-msg": {
    "type": "string",
    "description": "错误信息提示\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#props)"
  },
  "nut-short-password/complete": {
    "type": "event",
    "description": "输入完成的回调\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#events)"
  },
  "nut-short-password/close": {
    "type": "event",
    "description": "点击关闭图标或者遮罩时触发事件\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#events)"
  },
  "nut-short-password/focus": {
    "type": "event",
    "description": "输入框聚焦\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#events)"
  },
  "nut-textarea/model-value": {
    "type": "string",
    "description": "输入值\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/textarea-style": {
    "type": "StyleValue",
    "description": "文本域自定义样式\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/textarea-class": {
    "type": "ClassType",
    "description": "文本域自定义类名\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/placeholder": {
    "type": "string",
    "description": "设置占位提示文字, default: 请输入内容.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/placeholder-style": {
    "type": "string",
    "description": "指定 placeholder 的样式\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/placeholder-class": {
    "type": "string",
    "description": "指定 placeholder 的样式类, default: textarea-placeholder.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/max-length": {
    "type": "string | number",
    "description": "限制最长输入字符\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/rows": {
    "type": "string | number",
    "description": "行数，优先级高于 `autosize` 属性\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/limit-show": {
    "type": "boolean",
    "description": "是否展示输入字符，配合 `max-length` 使用, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/autosize": {
    "type": "boolean | object",
    "description": "是否自适应内容高度，也可传入对象，如 `{ minHeight: 100, maxHeight: 200 }`（单位：px）, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/text-align": {
    "type": "string",
    "options": [
      "left",
      "center",
      "right"
    ],
    "description": "文本位置\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/readonly": {
    "type": "boolean",
    "description": "只读属性, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/disabled": {
    "type": "boolean",
    "description": "禁用属性, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/autofocus": {
    "type": "boolean",
    "description": "自动获取焦点, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/cursor-spacing": {
    "type": "number",
    "description": "指定光标与键盘的距离, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/cursor": {
    "type": "number",
    "description": "指定focus时的光标位置, default: -1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/show-confirm-bar": {
    "type": "boolean",
    "description": "是否显示键盘上方带有“完成”按钮那一栏, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/selection-start": {
    "type": "number",
    "description": "光标起始位置，自动聚集时有效，需与 `selection-end` 搭配使用, default: -1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/selection-end": {
    "type": "number",
    "description": "光标结束位置，自动聚集时有效，需与 `selection-start` 搭配使用, default: -1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/adjust-position": {
    "type": "boolean",
    "description": "键盘弹起时，是否自动上推页面, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/hold-keyboard": {
    "type": "boolean",
    "description": "focus 时，点击页面的时候不收起键盘, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/disable-default-padding": {
    "type": "boolean",
    "description": "是否去掉 iOS 下的默认内边距, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/confirm-type": {
    "type": "string",
    "options": [
      "send",
      "search",
      "next",
      "go",
      "done",
      "return"
    ],
    "description": "设置键盘右下角按钮的文字, default: return.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/confirm-hold": {
    "type": "boolean",
    "description": "点击键盘右下角按钮时是否保持键盘不收起, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/adjust-keyboard-to": {
    "type": "string",
    "options": [
      "cursor",
      "bottom"
    ],
    "description": "键盘对齐位置, default: cursor.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props)"
  },
  "nut-textarea/change": {
    "type": "event",
    "description": "输入框值改变时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#events)"
  },
  "nut-textarea/focus": {
    "type": "event",
    "description": "聚焦时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#events)"
  },
  "nut-textarea/blur": {
    "type": "event",
    "description": "失焦时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#events)"
  },
  "nut-textarea/confirm": {
    "type": "event",
    "description": "点击完成按钮时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#events)"
  },
  "nut-textarea/input": {
    "type": "event",
    "description": "键盘输入时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/textarea.html#events)"
  },
  "nut-uploader/name": {
    "type": "string",
    "description": "发到后台的文件参数名, default: file.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/url": {
    "type": "string",
    "description": "上传服务器的接口地址\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/file-list": {
    "type": "Array",
    "description": "默认已经上传的文件列表, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/is-preview": {
    "type": "boolean",
    "description": "是否上传成功后展示预览图, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/is-deletable": {
    "type": "boolean",
    "description": "是否展示删除按钮, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/method": {
    "type": "string",
    "description": "上传 HTTP 请求方式, default: post.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/list-type": {
    "type": "string",
    "options": [
      "picture",
      "list"
    ],
    "description": "上传列表的内建样式, default: picture.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/maximize": {
    "type": "number | string",
    "description": "可以设定最大上传文件的大小（单位：字节）, default: Number.MAX_VALUE.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/maximum": {
    "type": "number | string",
    "description": "最多可以选择的文件个数, default: 9.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/source-type": {
    "type": "Array",
    "description": "[选择文件的来源](https://developers.weixin.qq.com/miniprogram/dev/api/media/video/wx.chooseMedia.html), default: [album, camera].\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/camera": {
    "type": "string",
    "options": [
      "back",
      "front"
    ],
    "description": "仅在 `source-type` 为 `camera` 时生效，使用前置或后置摄像头, default: back.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/size-type": {
    "type": "Array",
    "description": "[是否压缩所选文件](https://developers.weixin.qq.com/miniprogram/dev/api/media/video/wx.chooseMedia.html), default: [original, compressed].\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/media-type": {
    "type": "Array",
    "description": "[选择文件类型](https://developers.weixin.qq.com/miniprogram/dev/api/media/video/wx.chooseMedia.html), default: [image, video, mix].\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/max-duration": {
    "type": "number",
    "description": "拍摄视频最长拍摄时间（单位：秒）（时间范围为 3s 至 60s 之间，不限制相册）, default: 60.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/accept": {
    "type": "string",
    "options": [
      "image",
      "media",
      "video",
      "all"
    ],
    "description": "允许上传的文件类型, default: image.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/headers": {
    "type": "object",
    "description": "设置上传的请求头部, default: {}.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/data": {
    "type": "object",
    "description": "附加上传的信息 formData, default: {}.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/xhr-state": {
    "type": "number",
    "description": "接口响应的成功状态（status）值, default: 200.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/disabled": {
    "type": "boolean",
    "description": "是否禁用文件上传, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/auto-upload": {
    "type": "boolean",
    "description": "是否在选取文件后立即进行上传, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/multiple": {
    "type": "boolean",
    "description": "是否支持文件多选, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/timeout": {
    "type": "number | string",
    "description": "超时时间（单位：毫秒）, default: 1000 * 30.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/before-upload": {
    "type": "Function",
    "description": "执行 `uni.uploadFile` 上传时，自定义方法\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/before-delete": {
    "type": "Function",
    "description": "移除文件时的回调，返回值为 false 时不移除。支持返回一个 `Promise` 对象，`Promise` 对象 `resolve(false)` 或 `reject` 时不移除\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/mode": {
    "type": "string",
    "description": "预览图片的 mode 属性, default: aspectFit.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/sortable": {
    "type": "boolean",
    "description": "是否启用拖拽排序, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props)"
  },
  "nut-uploader/start": {
    "type": "event",
    "description": "文件上传开始\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#events)"
  },
  "nut-uploader/progress": {
    "type": "event",
    "description": "文件上传的进度\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#events)"
  },
  "nut-uploader/oversize": {
    "type": "event",
    "description": "文件大小超过限制时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#events)"
  },
  "nut-uploader/success": {
    "type": "event",
    "description": "上传成功\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#events)"
  },
  "nut-uploader/failure": {
    "type": "event",
    "description": "上传失败\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#events)"
  },
  "nut-uploader/change": {
    "type": "event",
    "description": "上传文件改变时的状态\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#events)"
  },
  "nut-uploader/delete": {
    "type": "event",
    "description": "文件删除事件\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#events)"
  },
  "nut-uploader/file-item-click": {
    "type": "event",
    "description": "文件上传成功后点击触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/dentry/uploader.html#events)"
  },
  "nut-animate/show": {
    "type": "boolean",
    "description": "控制动画，当值从 `false` 变为 `true` 时会触发一次动画, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/animate.html#props)"
  },
  "nut-animate/type": {
    "type": "string",
    "options": [
      "shake",
      "ripple",
      "breath",
      "float",
      "slide-right",
      "slide-left",
      "slide-top",
      "slide-bottom",
      "jump",
      "twinkle",
      "flicker"
    ],
    "description": "动画类型，见下方动画类型说明\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/animate.html#props)"
  },
  "nut-animate/loop": {
    "type": "boolean",
    "description": "是否循环执行, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/animate.html#props)"
  },
  "nut-animate/duration": {
    "type": "number | string",
    "description": "动画时长（单位：ms）, default: 500.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/animate.html#props)"
  },
  "nut-animate/action": {
    "type": "string",
    "description": "触发方式（`initial` 初始化执行，`click` 点击执行）（不能与 `show` 同时使用）, default: initial.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/animate.html#props)"
  },
  "nut-animate/animate": {
    "type": "event",
    "description": "动画触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/animate.html#events)"
  },
  "nut-animate/click": {
    "type": "event",
    "description": "点击元素时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/animate.html#events)"
  },
  "nut-avatar/size": {
    "type": "string | number",
    "options": [
      "large",
      "normal",
      "small"
    ],
    "description": "头像的大小，支持输入数字, default: normal.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatar-props)"
  },
  "nut-avatar/shape": {
    "type": "string",
    "options": [
      "square",
      "round"
    ],
    "description": "头像的形状, default: round.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatar-props)"
  },
  "nut-avatar/custom-color": {
    "type": "string",
    "description": "字体颜色, default: #666.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatar-props)"
  },
  "nut-avatar/bg-color": {
    "type": "string",
    "description": "背景色, default: #eee.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatar-props)"
  },
  "nut-avatar-group/max-count": {
    "type": "string | number",
    "description": "显示的最大头像个数（-1 表示无限制）, default: -1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatargroup-props)"
  },
  "nut-avatar-group/max-content": {
    "type": "string",
    "description": "头像数量超出元素内容（默认为折叠元素数量）\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatargroup-props)"
  },
  "nut-avatar-group/size": {
    "type": "string | number",
    "options": [
      "large",
      "normal",
      "small"
    ],
    "description": "头像的大小，支持输入数字, default: normal.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatargroup-props)"
  },
  "nut-avatar-group/shape": {
    "type": "string",
    "options": [
      "square",
      "round"
    ],
    "description": "头像的形状, default: round.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatargroup-props)"
  },
  "nut-avatar-group/max-color": {
    "type": "string",
    "description": "头像折叠元素的字体颜色, default: #666.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatargroup-props)"
  },
  "nut-avatar-group/max-bg-color": {
    "type": "string",
    "description": "头像折叠元素的背景色, default: #eee.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatargroup-props)"
  },
  "nut-avatar-group/span": {
    "type": "string | number",
    "description": "头像之间的间距, default: -8.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatargroup-props)"
  },
  "nut-avatar-group/z-index": {
    "type": "string",
    "options": [
      "left",
      "right"
    ],
    "description": "组合头像之间的层级方向, default: left.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatargroup-props)"
  },
  "nut-badge/value": {
    "type": "number | string",
    "description": "显示的内容\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/badge.html#props)"
  },
  "nut-badge/max": {
    "type": "number",
    "description": "`value` 为数值时的最大值, default: 10000.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/badge.html#props)"
  },
  "nut-badge/dot": {
    "type": "boolean",
    "description": "是否为小点, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/badge.html#props)"
  },
  "nut-badge/bubble": {
    "type": "boolean",
    "description": "是否为气泡形状, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/badge.html#props)"
  },
  "nut-badge/hidden": {
    "type": "boolean",
    "description": "是否隐藏, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/badge.html#props)"
  },
  "nut-badge/top": {
    "type": "string",
    "description": "上下偏移量, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/badge.html#props)"
  },
  "nut-badge/right": {
    "type": "string",
    "description": "左右偏移量, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/badge.html#props)"
  },
  "nut-badge/z-index": {
    "type": "number",
    "description": "徽标的 z-index, default: 10.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/badge.html#props)"
  },
  "nut-badge/custom-color": {
    "type": "string",
    "description": "徽标背景颜色, default: #fa2c19.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/badge.html#props)"
  },
  "nut-circle-progress/progress": {
    "type": "number | string",
    "description": "百分比, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/circleprogress.html#props)"
  },
  "nut-circle-progress/stroke-width": {
    "type": "number | string",
    "description": "圆弧的宽度, default: 5.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/circleprogress.html#props)"
  },
  "nut-circle-progress/radius": {
    "type": "number | string",
    "description": "半径, default: 50.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/circleprogress.html#props)"
  },
  "nut-circle-progress/stroke-linecap": {
    "type": "string",
    "options": [
      "butt",
      "round",
      "square"
    ],
    "description": "圆环进度条端点形状, default: round.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/circleprogress.html#props)"
  },
  "nut-circle-progress/custom-color": {
    "type": "string | object",
    "description": "圆环进度条颜色, default: #ff673e.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/circleprogress.html#props)"
  },
  "nut-circle-progress/path-color": {
    "type": "string",
    "description": "圆环轨道颜色, default: #d9d9d9.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/circleprogress.html#props)"
  },
  "nut-circle-progress/clockwise": {
    "type": "boolean",
    "description": "是否顺时针展示, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/circleprogress.html#props)"
  },
  "nut-collapse/model-value": {
    "type": "string | number | Array",
    "description": "当前展开面板的 `name`（手风琴模式：`string | number`，非手风琴模式：`(string | number)[]`）\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapse-props)"
  },
  "nut-collapse/accordion": {
    "type": "boolean",
    "description": "是否开启手风琴模式, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapse-props)"
  },
  "nut-collapse/change": {
    "type": "event",
    "description": "切换面板时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapse-events)"
  },
  "nut-collapse-item/name": {
    "type": "string | number",
    "description": "唯一标识符，必填, default: -1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapseitem-props)"
  },
  "nut-collapse-item/title": {
    "type": "string",
    "description": "标题栏左侧内容\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapseitem-props)"
  },
  "nut-collapse-item/value": {
    "type": "string",
    "description": "标题栏右侧内容\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapseitem-props)"
  },
  "nut-collapse-item/icon": {
    "type": "string",
    "description": "标题栏左侧图标, default: down-arrow.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapseitem-props)"
  },
  "nut-collapse-item/label": {
    "type": "string",
    "description": "标题栏描述信息\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapseitem-props)"
  },
  "nut-collapse-item/rotate": {
    "type": "string | number",
    "description": "点击折叠和展开的旋转角度, default: 180.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapseitem-props)"
  },
  "nut-collapse-item/disabled": {
    "type": "boolean",
    "description": "标题栏是否禁用, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapseitem-props)"
  },
  "nut-collapse-item/border": {
    "type": "boolean",
    "description": "是否显示边框, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapseitem-props)"
  },
  "nut-countdown/model-value": {
    "type": "object",
    "description": "当前时间，自定义展示内容时有效, default: {}.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countdown.html#props)"
  },
  "nut-countdown/start-time": {
    "type": "string | number",
    "description": "开始时间, default: Date.now().\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countdown.html#props)"
  },
  "nut-countdown/end-time": {
    "type": "string | number",
    "description": "结束时间, default: Date.now().\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countdown.html#props)"
  },
  "nut-countdown/format": {
    "type": "string",
    "description": "时间格式, default: HH:mm:ss.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countdown.html#props)"
  },
  "nut-countdown/millisecond": {
    "type": "boolean",
    "description": "是否开启毫秒级渲染, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countdown.html#props)"
  },
  "nut-countdown/auto-start": {
    "type": "boolean",
    "description": "是否自动开始倒计时, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countdown.html#props)"
  },
  "nut-countdown/time": {
    "type": "string | number",
    "description": "倒计时显示时间（单位：ms）（`auto-start` 为 `false` 时有效）, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countdown.html#props)"
  },
  "nut-countdown/paused": {
    "type": "boolean",
    "description": "是否暂停, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countdown.html#props)"
  },
  "nut-countdown/on-end": {
    "type": "event",
    "description": "倒计时结束\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countdown.html#events)"
  },
  "nut-countdown/on-paused": {
    "type": "event",
    "description": "倒计时暂停\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countdown.html#events)"
  },
  "nut-countdown/on-restart": {
    "type": "event",
    "description": "倒计时开始\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countdown.html#events)"
  },
  "nut-countup/init-num": {
    "type": "number",
    "description": "初始数字, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props)"
  },
  "nut-countup/end-num": {
    "type": "number",
    "description": "结束数字, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props)"
  },
  "nut-countup/speed": {
    "type": "number",
    "description": "间隔数字，目前仅支持基础用法, default: 1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props)"
  },
  "nut-countup/to-fixed": {
    "type": "number",
    "description": "保留小数点后几位, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props)"
  },
  "nut-countup/start-flag": {
    "type": "boolean",
    "description": "触发数字滚动的标识, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props)"
  },
  "nut-countup/during": {
    "type": "number",
    "description": "滚动一次运行时间, default: 1000.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props)"
  },
  "nut-countup/num-width": {
    "type": "number",
    "description": "数字宽度，常用于自定义无缝滚动, default: 20.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props)"
  },
  "nut-countup/num-height": {
    "type": "number",
    "description": "数字高度，常用于自定义无缝滚动（抽奖功能必传）, default: 20.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props)"
  },
  "nut-countup/custom-change-num": {
    "type": "number",
    "description": "要变化的数字（用于自定义图片，`init-num`、`end-num` 在此无效）, default: 1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props)"
  },
  "nut-countup/custom-bg-img": {
    "type": "string",
    "description": "自定义图片（建议使用雪碧图实现，使用抽奖功能必须使用雪碧图）\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props)"
  },
  "nut-countup/custom-spac-num": {
    "type": "number",
    "description": "图片中数字之间可能会存在间距, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props)"
  },
  "nut-countup/type": {
    "type": "string",
    "options": [
      "machine"
    ],
    "description": "抽奖功能传 machine\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props)"
  },
  "nut-countup/machine-prize-num": {
    "type": "number",
    "description": "奖品个数，一共多少个奖品，必传, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props)"
  },
  "nut-countup/machine-num": {
    "type": "number",
    "description": "抽奖位，即滚动几个，必传, default: 3.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props)"
  },
  "nut-countup/machine-prize-level": {
    "type": "number",
    "description": "中奖图标，图标在雪碧图中的位置, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props)"
  },
  "nut-countup/machine-turn-more": {
    "type": "number",
    "description": "滚动圈数, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props)"
  },
  "nut-countup/scroll-end": {
    "type": "event",
    "description": "滚动结束后回调函数\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/countup.html#events)"
  },
  "nut-ellipsis/content": {
    "type": "string",
    "description": "文本内容\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/ellipsis.html#props)"
  },
  "nut-ellipsis/direction": {
    "type": "string",
    "options": [
      "start",
      "end",
      "middle"
    ],
    "description": "省略位置, default: end.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/ellipsis.html#props)"
  },
  "nut-ellipsis/rows": {
    "type": "number | string",
    "description": "展示几行, default: 1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/ellipsis.html#props)"
  },
  "nut-ellipsis/expand-text": {
    "type": "string",
    "description": "展开操作的文案\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/ellipsis.html#props)"
  },
  "nut-ellipsis/collapse-text": {
    "type": "string",
    "description": "收起操作的文案\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/ellipsis.html#props)"
  },
  "nut-ellipsis/symbol": {
    "type": "string",
    "description": "省略的符号, default: ....\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/ellipsis.html#props)"
  },
  "nut-ellipsis/line-height": {
    "type": "string | number",
    "description": "容器的行高, default: 20.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/ellipsis.html#props)"
  },
  "nut-ellipsis/change": {
    "type": "event",
    "description": "点击展开收起时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/ellipsis.html#events)"
  },
  "nut-ellipsis/click": {
    "type": "event",
    "description": "文本点击是触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/ellipsis.html#events)"
  },
  "nut-empty/image": {
    "type": "string",
    "options": [
      "empty",
      "error",
      "network"
    ],
    "description": "图片类型，支持传入图片 URL, default: empty.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/empty.html#props)"
  },
  "nut-empty/image-size": {
    "type": "number | string",
    "description": "图片大小\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/empty.html#props)"
  },
  "nut-empty/description": {
    "type": "string",
    "description": "图片下方的描述文字\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/empty.html#props)"
  },
  "nut-image-preview/show": {
    "type": "boolean",
    "description": "是否展示预览图片, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props)"
  },
  "nut-image-preview/images": {
    "type": "Array",
    "description": "预览图片数组, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props)"
  },
  "nut-image-preview/autoplay": {
    "type": "number | string",
    "description": "自动轮播时长（`0` 表示不会自动轮播）, default: 3000.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props)"
  },
  "nut-image-preview/init-no": {
    "type": "number",
    "description": "初始页码, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props)"
  },
  "nut-image-preview/pagination-visible": {
    "type": "boolean",
    "description": "分页指示器是否展示, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props)"
  },
  "nut-image-preview/pagination-color": {
    "type": "string",
    "description": "分页指示器选中的颜色, default: #fff.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props)"
  },
  "nut-image-preview/content-close": {
    "type": "boolean",
    "description": "点击图片可以退出预览, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props)"
  },
  "nut-image-preview/show-index": {
    "type": "boolean",
    "description": "是否显示页码, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props)"
  },
  "nut-image-preview/closeable": {
    "type": "boolean",
    "description": "是否显示关闭图标, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props)"
  },
  "nut-image-preview/close-icon-position": {
    "type": "string",
    "options": [
      "top-left",
      "top-right"
    ],
    "description": "关闭图标位置, default: top-right.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props)"
  },
  "nut-image-preview/before-close": {
    "type": "Function",
    "description": "关闭前的回调函数（返回 `false` 可阻止关闭，支持返回 `Promise`）\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props)"
  },
  "nut-image-preview/is-loop": {
    "type": "boolean",
    "description": "是否循环播放, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props)"
  },
  "nut-image-preview/scale": {
    "type": "boolean",
    "description": "是否支持双指缩放, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props)"
  },
  "nut-image-preview/show-menu-by-longpress": {
    "type": "boolean",
    "description": "是否启用小程序长按菜单, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props)"
  },
  "nut-image-preview/close": {
    "type": "event",
    "description": "点击遮罩关闭图片预览时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#events)"
  },
  "nut-image-preview/change": {
    "type": "event",
    "description": "切换图片时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#events)"
  },
  "nut-image-preview/long-press": {
    "type": "event",
    "description": "长按图片触发的事件\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#events)"
  },
  "nut-list/height": {
    "type": "number",
    "description": "列表项的高度, default: 50.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/list.html#props)"
  },
  "nut-list/list-data": {
    "type": "Array",
    "description": "列表数据, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/list.html#props)"
  },
  "nut-list/container-height": {
    "type": "number",
    "description": "容器高度（最大值不能超过可视区）, default: windowHeight.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/list.html#props)"
  },
  "nut-list/scrollBottom": {
    "type": "event",
    "description": "滚动到底部时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/list.html#events)"
  },
  "nut-list/scroll": {
    "type": "event",
    "description": "滚动时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/list.html#events)"
  },
  "nut-loading-page/loading": {
    "type": "boolean",
    "description": "是否加载中, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/loadingpage.html#props)"
  },
  "nut-loading-page/loading-text": {
    "type": "string",
    "description": "提示内容, default: 正在加载.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/loadingpage.html#props)"
  },
  "nut-loading-page/image": {
    "type": "string",
    "description": "加载中图片\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/loadingpage.html#props)"
  },
  "nut-loading-page/bg-color": {
    "type": "string",
    "description": "背景颜色, default: #ffffff.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/loadingpage.html#props)"
  },
  "nut-loading-page/custom-color": {
    "type": "string",
    "description": "字体颜色, default: #C8C8C8.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/loadingpage.html#props)"
  },
  "nut-loading-page/font-size": {
    "type": "string | number",
    "description": "字体大小，单位rpx, default: 19.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/loadingpage.html#props)"
  },
  "nut-loading-page/icon-size": {
    "type": "string",
    "description": "加载中图标的颜色, default: 28.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/loadingpage.html#props)"
  },
  "nut-loading-page/loading-color": {
    "type": "string",
    "description": "边框和线条颜色, default: #C8C8C8.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/loadingpage.html#props)"
  },
  "nut-loading-page/z-index": {
    "type": "number",
    "description": "层级, default: 9999.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/loadingpage.html#props)"
  },
  "nut-noticebar/click": {
    "type": "event",
    "description": "外层点击事件回调\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/noticebar.html#events)"
  },
  "nut-noticebar/close": {
    "type": "event",
    "description": "关闭通知栏时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/noticebar.html#events)"
  },
  "nut-noticebar/acrossEnd": {
    "type": "event",
    "description": "动画结束\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/noticebar.html#events)"
  },
  "nut-popover/list": {
    "type": "Array",
    "description": "选项列表, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props)"
  },
  "nut-popover/visible": {
    "type": "boolean",
    "description": "是否展示气泡弹出层, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props)"
  },
  "nut-popover/theme": {
    "type": "string",
    "options": [
      "light",
      "dark"
    ],
    "description": "主题风格, default: light.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props)"
  },
  "nut-popover/location": {
    "type": "string",
    "options": [
      "bottom",
      "top",
      "left",
      "right",
      "top-start",
      "top-end",
      "bottom-start",
      "bottom-end",
      "left-start",
      "left-end",
      "right-start",
      "right-end"
    ],
    "description": "弹出位置, default: bottom.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props)"
  },
  "nut-popover/offset": {
    "type": "Array",
    "description": "出现位置的偏移量, default: [0, 12].\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props)"
  },
  "nut-popover/show-arrow": {
    "type": "boolean",
    "description": "是否显示小箭头, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props)"
  },
  "nut-popover/duration": {
    "type": "number | string",
    "description": "动画时长（单位：ms）, default: 300.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props)"
  },
  "nut-popover/overlay": {
    "type": "boolean",
    "description": "是否显示遮罩层, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props)"
  },
  "nut-popover/overlay-class": {
    "type": "string",
    "description": "自定义遮罩层类名\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props)"
  },
  "nut-popover/overlay-style": {
    "type": "object",
    "description": "自定义遮罩层样式\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props)"
  },
  "nut-popover/close-on-click-overlay": {
    "type": "boolean",
    "description": "是否在点击遮罩层后关闭菜单, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props)"
  },
  "nut-popover/close-on-click-action": {
    "type": "boolean",
    "description": "是否在点击选项后关闭, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props)"
  },
  "nut-popover/close-on-click-outside": {
    "type": "boolean",
    "description": "是否在点击外部元素后关闭菜单, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props)"
  },
  "nut-popover/bg-color": {
    "type": "string",
    "description": "自定义背景色\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props)"
  },
  "nut-popover/arrow-offset": {
    "type": "number",
    "description": "小箭头的偏移量, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props)"
  },
  "nut-popover/choose": {
    "type": "event",
    "description": "点击选项时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/popover.html#events)"
  },
  "nut-popover/open": {
    "type": "event",
    "description": "打开菜单时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/popover.html#events)"
  },
  "nut-popover/close": {
    "type": "event",
    "description": "关闭菜单时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/popover.html#events)"
  },
  "nut-price/price": {
    "type": "number | string",
    "description": "价格数量, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/price.html#props)"
  },
  "nut-price/need-symbol": {
    "type": "boolean",
    "description": "是否需要加上 `symbol` 符号, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/price.html#props)"
  },
  "nut-price/symbol": {
    "type": "string",
    "description": "符号类型, default: &yen;.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/price.html#props)"
  },
  "nut-price/decimal-digits": {
    "type": "number",
    "description": "小数位位数, default: 2.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/price.html#props)"
  },
  "nut-price/thousands": {
    "type": "boolean",
    "description": "是否按照千分号形式显示, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/price.html#props)"
  },
  "nut-price/position": {
    "type": "string",
    "options": [
      "before",
      "after"
    ],
    "description": "符号显示在价格前或者后, default: before.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/price.html#props)"
  },
  "nut-price/size": {
    "type": "string",
    "options": [
      "small",
      "normal",
      "large"
    ],
    "description": "价格尺寸, default: normal.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/price.html#props)"
  },
  "nut-price/strike-through": {
    "type": "boolean",
    "description": "是否展示划线价, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/price.html#props)"
  },
  "nut-progress/percentage": {
    "type": "number | string",
    "description": "百分比, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/progress.html#props)"
  },
  "nut-progress/is-show-percentage": {
    "type": "boolean",
    "description": "是否需要展示百分号, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/progress.html#props)"
  },
  "nut-progress/stroke-color": {
    "type": "string",
    "description": "进度条背景色, default: #f30.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/progress.html#props)"
  },
  "nut-progress/stroke-width": {
    "type": "number | string",
    "description": "进度条宽度\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/progress.html#props)"
  },
  "nut-progress/size": {
    "type": "string",
    "options": [
      "small",
      "base",
      "large"
    ],
    "description": "进度条及文字尺寸, default: base.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/progress.html#props)"
  },
  "nut-progress/show-text": {
    "type": "boolean",
    "description": "是否显示进度条文字内容, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/progress.html#props)"
  },
  "nut-progress/text-inside": {
    "type": "boolean",
    "description": "进度条文字是否内显, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/progress.html#props)"
  },
  "nut-progress/text-color": {
    "type": "string",
    "description": "进度条文字颜色设置, default: #333.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/progress.html#props)"
  },
  "nut-progress/text-background": {
    "type": "string",
    "description": "进度条文字背景颜色设置\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/progress.html#props)"
  },
  "nut-progress/status": {
    "type": "string",
    "options": [
      "text",
      "active",
      "icon"
    ],
    "description": "进度条当前状态, default: text.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/progress.html#props)"
  },
  "nut-skeleton/loading": {
    "type": "boolean",
    "description": "是否显示骨架屏, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/skeleton.html#props)"
  },
  "nut-skeleton/width": {
    "type": "string",
    "description": "每行宽度, default: 100px.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/skeleton.html#props)"
  },
  "nut-skeleton/height": {
    "type": "string",
    "description": "每行高度, default: 15px.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/skeleton.html#props)"
  },
  "nut-skeleton/animated": {
    "type": "boolean",
    "description": "是否开启骨架屏动画, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/skeleton.html#props)"
  },
  "nut-skeleton/avatar": {
    "type": "boolean",
    "description": "是否显示头像, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/skeleton.html#props)"
  },
  "nut-skeleton/avatar-shape": {
    "type": "string",
    "options": [
      "round",
      "square"
    ],
    "description": "头像形状, default: round.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/skeleton.html#props)"
  },
  "nut-skeleton/avatar-size": {
    "type": "string",
    "description": "头像大小, default: 50px.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/skeleton.html#props)"
  },
  "nut-skeleton/round": {
    "type": "boolean",
    "description": "标题 / 段落是否采用圆角风格, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/skeleton.html#props)"
  },
  "nut-skeleton/row": {
    "type": "string",
    "description": "设置段落行数, default: 1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/skeleton.html#props)"
  },
  "nut-skeleton/title": {
    "type": "boolean",
    "description": "是否显示段落标题, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/skeleton.html#props)"
  },
  "nut-steps/direction": {
    "type": "string",
    "options": [
      "horizontal",
      "vertical"
    ],
    "description": "显示方向, default: horizontal.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/steps.html#steps-props)"
  },
  "nut-steps/current": {
    "type": "number | string",
    "description": "当前所在的步骤, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/steps.html#steps-props)"
  },
  "nut-steps/progress-dot": {
    "type": "boolean",
    "description": "点状步骤条, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/steps.html#steps-props)"
  },
  "nut-steps/click-step": {
    "type": "event",
    "description": "点击步骤的标题或图标时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/steps.html#steps-events)"
  },
  "nut-step/title": {
    "type": "string",
    "description": "流程步骤的标题\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/steps.html#step-props)"
  },
  "nut-step/content": {
    "type": "string",
    "description": "流程步骤的描述性文字（支持富文本）\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/steps.html#step-props)"
  },
  "nut-swiper/width": {
    "type": "number | string",
    "description": "轮播卡片的宽度\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props)"
  },
  "nut-swiper/height": {
    "type": "number | string",
    "description": "轮播卡片的高度\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props)"
  },
  "nut-swiper/direction": {
    "type": "string",
    "options": [
      "horizontal",
      "vertical"
    ],
    "description": "轮播方向,, default: horizontal.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props)"
  },
  "nut-swiper/pagination-visible": {
    "type": "boolean",
    "description": "分页指示器是否展示, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props)"
  },
  "nut-swiper/pagination-color": {
    "type": "string",
    "description": "分页指示器选中的颜色, default: #fff.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props)"
  },
  "nut-swiper/pagination-unselected-color": {
    "type": "string",
    "description": "分页指示器没有选中的颜色, default: #ddd.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props)"
  },
  "nut-swiper/loop": {
    "type": "boolean",
    "description": "是否循环轮播, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props)"
  },
  "nut-swiper/duration": {
    "type": "number | string",
    "description": "动画时长（单位：ms）, default: 500.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props)"
  },
  "nut-swiper/auto-play": {
    "type": "number | string",
    "description": "自动轮播时长（`0` 表示不会自动轮播）, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props)"
  },
  "nut-swiper/init-page": {
    "type": "number | string",
    "description": "初始化索引值, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props)"
  },
  "nut-swiper/touchable": {
    "type": "boolean",
    "description": "是否可触摸滑动, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props)"
  },
  "nut-swiper/is-prevent-default": {
    "type": "boolean",
    "description": "滑动过程中是否禁用默认事件, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props)"
  },
  "nut-swiper/is-stop-propagation": {
    "type": "boolean",
    "description": "滑动过程中是否禁止冒泡, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props)"
  },
  "nut-swiper/change": {
    "type": "event",
    "description": "切换之后的回调\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#events)"
  },
  "nut-table/bordered": {
    "type": "boolean",
    "description": "是否显示边框, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/table.html#props)"
  },
  "nut-table/columns": {
    "type": "Array",
    "description": "表头数据, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/table.html#props)"
  },
  "nut-table/data": {
    "type": "Array",
    "description": "表格数据, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/table.html#props)"
  },
  "nut-table/summary": {
    "type": "Function",
    "description": "是否显示简介\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/table.html#props)"
  },
  "nut-table/striped": {
    "type": "boolean",
    "description": "条纹是否明暗交替, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/table.html#props)"
  },
  "nut-table/sorter": {
    "type": "event",
    "description": "点击排序按钮触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/table.html#events)"
  },
  "nut-tag/type": {
    "type": "string",
    "options": [
      "primary",
      "success",
      "danger",
      "warning",
      "default"
    ],
    "description": "标签类型, default: default.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tag.html#props)"
  },
  "nut-tag/custom-color": {
    "type": "string",
    "description": "标签颜色\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tag.html#props)"
  },
  "nut-tag/text-color": {
    "type": "string",
    "description": "文本颜色\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tag.html#props)"
  },
  "nut-tag/plain": {
    "type": "boolean",
    "description": "是否为空心样式, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tag.html#props)"
  },
  "nut-tag/round": {
    "type": "boolean",
    "description": "是否为圆角样式, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tag.html#props)"
  },
  "nut-tag/mark": {
    "type": "boolean",
    "description": "是否为标记样式, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tag.html#props)"
  },
  "nut-tag/closeable": {
    "type": "boolean",
    "description": "是否为可关闭标签, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tag.html#props)"
  },
  "nut-tag/close-icon-size": {
    "type": "number | string",
    "description": "关闭图标大小, default: 11.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tag.html#props)"
  },
  "nut-tag/disabled": {
    "type": "boolean",
    "description": "是否禁用, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tag.html#props)"
  },
  "nut-tag/click": {
    "type": "event",
    "description": "点击事件\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tag.html#events)"
  },
  "nut-tag/close": {
    "type": "event",
    "description": "关闭事件\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tag.html#events)"
  },
  "nut-tour/model-value": {
    "type": "boolean",
    "description": "是否展示引导弹出层, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props)"
  },
  "nut-tour/type": {
    "type": "string",
    "options": [
      "tile",
      "step"
    ],
    "description": "引导类型, default: step.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props)"
  },
  "nut-tour/steps": {
    "type": "Array",
    "description": "引导步骤内容, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props)"
  },
  "nut-tour/offset": {
    "type": "Array",
    "description": "镂空遮罩相对于目标元素的偏移量, default: [8, 10].\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props)"
  },
  "nut-tour/current": {
    "type": "number",
    "description": "`type` 为 `step` 时，默认展示第几步, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props)"
  },
  "nut-tour/location": {
    "type": "string",
    "description": "弹出层位置, default: bottom.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props)"
  },
  "nut-tour/next-step-txt": {
    "type": "string",
    "description": "下一步按钮文案, default: 下一步.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props)"
  },
  "nut-tour/prev-step-txt": {
    "type": "string",
    "description": "上一步按钮文案, default: 上一步.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props)"
  },
  "nut-tour/complete-txt": {
    "type": "string",
    "description": "完成按钮文案, default: 完成.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props)"
  },
  "nut-tour/mask": {
    "type": "boolean",
    "description": "是否显示镂空遮罩, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props)"
  },
  "nut-tour/bg-color": {
    "type": "boolean",
    "description": "自定义背景色\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props)"
  },
  "nut-tour/theme": {
    "type": "string",
    "options": [
      "light",
      "dark"
    ],
    "description": "气泡遮罩层主题, default: light.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props)"
  },
  "nut-tour/mask-width": {
    "type": "number | string",
    "description": "镂空遮罩层宽度\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props)"
  },
  "nut-tour/mask-height": {
    "type": "number | string",
    "description": "镂空遮罩层高度\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props)"
  },
  "nut-tour/close-on-click-overlay": {
    "type": "Boolean",
    "description": "是否在点击镂空遮罩层后关闭, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props)"
  },
  "nut-tour/show-prev-step": {
    "type": "boolean",
    "description": "是否展示上一步按钮, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props)"
  },
  "nut-tour/show-title-bar": {
    "type": "boolean",
    "description": "是否展示标题栏, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props)"
  },
  "nut-tour/change": {
    "type": "event",
    "description": "切换步骤时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tour.html#events)"
  },
  "nut-tour/close": {
    "type": "event",
    "description": "气泡层关闭时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/tour.html#events)"
  },
  "nut-trend-arrow/rate": {
    "type": "number",
    "description": "数值，大于0时箭头向上，小于0时箭头向下, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/trendarrow.html#props)"
  },
  "nut-trend-arrow/digits": {
    "type": "number",
    "description": "小数位精度, default: 2.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/trendarrow.html#props)"
  },
  "nut-trend-arrow/show-sign": {
    "type": "boolean",
    "description": "是否显示加减号, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/trendarrow.html#props)"
  },
  "nut-trend-arrow/show-zero": {
    "type": "boolean",
    "description": "是否显示 0, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/trendarrow.html#props)"
  },
  "nut-trend-arrow/arrow-left": {
    "type": "boolean",
    "description": "是否在数字左侧显示箭头, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/trendarrow.html#props)"
  },
  "nut-trend-arrow/sync-text-color": {
    "type": "boolean",
    "description": "文字颜色是否与箭头同步, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/trendarrow.html#props)"
  },
  "nut-trend-arrow/text-color": {
    "type": "string",
    "description": "文字颜色, default: #333.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/trendarrow.html#props)"
  },
  "nut-trend-arrow/rise-color": {
    "type": "string",
    "description": "向上箭头颜色, default: #fa2c19.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/trendarrow.html#props)"
  },
  "nut-trend-arrow/drop-color": {
    "type": "string",
    "description": "向下箭头颜色, default: #64b578.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/trendarrow.html#props)"
  },
  "nut-watermark/content": {
    "type": "string | Array",
    "description": "水印文字内容\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props)"
  },
  "nut-watermark/width": {
    "type": "number",
    "description": "水印的宽度, default: 120.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props)"
  },
  "nut-watermark/height": {
    "type": "number",
    "description": "水印的高度, default: 64.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props)"
  },
  "nut-watermark/rotate": {
    "type": "number",
    "description": "水印绘制时，旋转的角度, default: -22.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props)"
  },
  "nut-watermark/image": {
    "type": "string",
    "description": "水印图片（优先级高于 `content`）\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props)"
  },
  "nut-watermark/image-width": {
    "type": "number",
    "description": "图片宽度, default: 120.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props)"
  },
  "nut-watermark/image-height": {
    "type": "number",
    "description": "图片高度, default: 64.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props)"
  },
  "nut-watermark/z-index": {
    "type": "number",
    "description": "水印元素的 z-index, default: 2000.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props)"
  },
  "nut-watermark/font-color": {
    "type": "string",
    "description": "水印文字颜色, default: rgba(0, 0, 0, .15).\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props)"
  },
  "nut-watermark/font-size": {
    "type": "string | number",
    "description": "文字大小, default: 14.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props)"
  },
  "nut-watermark/font-weight": {
    "type": "string",
    "description": "文字字重, default: normal.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props)"
  },
  "nut-watermark/font-family": {
    "type": "string",
    "description": "文字字体, default: PingFang SC.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props)"
  },
  "nut-watermark/gap-x": {
    "type": "number",
    "description": "水印之间的水平间距, default: 24.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props)"
  },
  "nut-watermark/gap-y": {
    "type": "number",
    "description": "水印之间的垂直间距, default: 48.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props)"
  },
  "nut-watermark/full-page": {
    "type": "boolean",
    "description": "是否覆盖整个页面, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props)"
  },
  "nut-action-sheet/visible": {
    "type": "boolean",
    "description": "是否展示动作面板, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props)"
  },
  "nut-action-sheet/menu-items": {
    "type": "Array",
    "description": "列表项, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props)"
  },
  "nut-action-sheet/option-tag": {
    "type": "string",
    "description": "设置列表项标题展示使用参数, default: name.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props)"
  },
  "nut-action-sheet/option-sub-tag": {
    "type": "string",
    "description": "设置列表项二级标题展示使用参数, default: subname.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props)"
  },
  "nut-action-sheet/choose-tag-value": {
    "type": "string",
    "description": "设置选中项的值，和 `option-tag` 的值对应\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props)"
  },
  "nut-action-sheet/custom-color": {
    "type": "string",
    "description": "选中项颜色，当 `choose-tag-value === option-tag` 时生效, default: #ee0a24.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props)"
  },
  "nut-action-sheet/title": {
    "type": "string",
    "description": "设置列表项标题\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props)"
  },
  "nut-action-sheet/description": {
    "type": "string",
    "description": "设置列表项副标题 / 描述\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props)"
  },
  "nut-action-sheet/cancel-txt": {
    "type": "string",
    "description": "取消文案, default: 取消.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props)"
  },
  "nut-action-sheet/close-abled": {
    "type": "boolean",
    "description": "遮罩层是否可关闭, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props)"
  },
  "nut-action-sheet/round": {
    "type": "boolean",
    "description": "是否显示圆角, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props)"
  },
  "nut-action-sheet/overlay": {
    "type": "boolean",
    "description": "是否显示遮罩, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props)"
  },
  "nut-action-sheet/pop-class": {
    "type": "string",
    "description": "自定义弹框类名\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props)"
  },
  "nut-action-sheet/pop-style": {
    "type": "CSSProperties",
    "description": "自定义弹框样式\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props)"
  },
  "nut-action-sheet/overlay-class": {
    "type": "string",
    "description": "自定义遮罩层类名\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props)"
  },
  "nut-action-sheet/overlay-style": {
    "type": "string",
    "description": "自定义遮罩层样式\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props)"
  },
  "nut-action-sheet/lock-scroll": {
    "type": "boolean",
    "description": "遮罩显示时的背景是否锁定, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props)"
  },
  "nut-action-sheet/safe-area-inset-bottom": {
    "type": "boolean",
    "description": "是否开启 iphone 系列全面屏底部安全区适配, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props)"
  },
  "nut-action-sheet/choose": {
    "type": "event",
    "description": "选择之后触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#events)"
  },
  "nut-action-sheet/cancel": {
    "type": "event",
    "description": "点击取消文案时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#events)"
  },
  "nut-action-sheet/close": {
    "type": "event",
    "description": "点击遮罩层时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#events)"
  },
  "nut-backtop/height": {
    "type": "string",
    "description": "滚动区域的高度, default: 100vh.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/backtop.html#props)"
  },
  "nut-backtop/bottom": {
    "type": "number",
    "description": "距离页面底部距离, default: 20.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/backtop.html#props)"
  },
  "nut-backtop/right": {
    "type": "number",
    "description": "距离页面右侧距离, default: 10.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/backtop.html#props)"
  },
  "nut-backtop/distance": {
    "type": "number",
    "description": "页面垂直滚动多高后出现, default: 200.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/backtop.html#props)"
  },
  "nut-backtop/z-index": {
    "type": "number",
    "description": "设置组件页面层级, default: 10.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/backtop.html#props)"
  },
  "nut-backtop/custom-color": {
    "type": "string",
    "description": "自定义图标颜色\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/backtop.html#props)"
  },
  "nut-backtop/click": {
    "type": "event",
    "description": "按钮点击时触发事件\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/backtop.html#events)"
  },
  "nut-dialog/title": {
    "type": "string",
    "description": "标题\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props)"
  },
  "nut-dialog/content": {
    "type": "string",
    "description": "内容，支持富文本\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props)"
  },
  "nut-dialog/close-on-click-overlay": {
    "type": "boolean",
    "description": "点击蒙层是否关闭对话框, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props)"
  },
  "nut-dialog/no-footer": {
    "type": "boolean",
    "description": "是否隐藏底部按钮栏, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props)"
  },
  "nut-dialog/no-ok-btn": {
    "type": "boolean",
    "description": "是否隐藏确定按钮, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props)"
  },
  "nut-dialog/no-cancel-btn": {
    "type": "boolean",
    "description": "是否隐藏取消按钮, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props)"
  },
  "nut-dialog/cancel-text": {
    "type": "string",
    "description": "取消按钮文案, default: 取消.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props)"
  },
  "nut-dialog/ok-text": {
    "type": "string",
    "description": "确定按钮文案, default: 确定.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props)"
  },
  "nut-dialog/cancel-auto-close": {
    "type": "boolean",
    "description": "取消按钮是否默认关闭弹窗, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props)"
  },
  "nut-dialog/text-align": {
    "type": "string",
    "description": "文字对齐方向, 可选值同 CSS 的 `text-align`, default: center.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props)"
  },
  "nut-dialog/close-on-popstate": {
    "type": "boolean",
    "description": "是否在页面回退时自动关闭, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props)"
  },
  "nut-dialog/lock-scroll": {
    "type": "boolean",
    "description": "背景是否锁定, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props)"
  },
  "nut-dialog/footer-direction": {
    "type": "string",
    "options": [
      "horizontal",
      "vertical"
    ],
    "description": "使用横纵方向, default: horizontal.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props)"
  },
  "nut-dialog/overlay-class": {
    "type": "string",
    "description": "自定义遮罩类名\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props)"
  },
  "nut-dialog/overlay-style": {
    "type": "CSSProperties",
    "description": "自定义遮罩样式\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props)"
  },
  "nut-dialog/pop-class": {
    "type": "string",
    "description": "自定义弹框类名\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props)"
  },
  "nut-dialog/pop-style": {
    "type": "CSSProperties",
    "description": "自定义弹框样式\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props)"
  },
  "nut-dialog/before-close": {
    "type": "Function",
    "description": "关闭前的回调函数（返回 `false` 可阻止关闭，支持返回 `Promise`）\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props)"
  },
  "nut-dialog/ok-auto-close": {
    "type": "boolean",
    "description": "确认按钮是否默认关闭弹窗, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props)"
  },
  "nut-dialog/ok": {
    "type": "event",
    "description": "确定按钮回调\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/dialog.html#events)"
  },
  "nut-dialog/cancel": {
    "type": "event",
    "description": "取消按钮回调\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/dialog.html#events)"
  },
  "nut-dialog/closed": {
    "type": "event",
    "description": "关闭弹框回调\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/dialog.html#events)"
  },
  "nut-dialog/opened": {
    "type": "event",
    "description": "打开弹框回调\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/dialog.html#events)"
  },
  "nut-drag/attract": {
    "type": "boolean",
    "description": "是否开启自动吸边（根据 `screenWidth` 进行吸边）, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/drag.html#props)"
  },
  "nut-drag/direction": {
    "type": "string",
    "options": [
      "x",
      "y",
      "all"
    ],
    "description": "拖拽元素的拖拽方向限制, default: all.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/drag.html#props)"
  },
  "nut-drag/boundary": {
    "type": "object",
    "description": "拖拽元素的拖拽边界, default: {top: 0, right: 0, bottom: 0, left: 0}.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/drag.html#props)"
  },
  "nut-notify/visible": {
    "type": "boolean",
    "description": "显示与否, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/notify.html#props)"
  },
  "nut-notify/selector": {
    "type": "string",
    "description": "配置注入的 key\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/notify.html#props)"
  },
  "nut-notify/type": {
    "type": "string",
    "options": [
      "base",
      "primary",
      "success",
      "danger",
      "warning",
      "custom"
    ],
    "description": "提示的信息类型, default: danger.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/notify.html#props)"
  },
  "nut-notify/msg": {
    "type": "string",
    "description": "展示文案，支持通过 `\\n` 换行\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/notify.html#props)"
  },
  "nut-notify/position": {
    "type": "string",
    "options": [
      "top",
      "bottom"
    ],
    "description": "自定义位置, default: top.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/notify.html#props)"
  },
  "nut-notify/duration": {
    "type": "number",
    "description": "展示时长（单位：ms，值为 0 时，不会自动消失）, default: 3000.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/notify.html#props)"
  },
  "nut-notify/class-name": {
    "type": "string",
    "description": "自定义类名\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/notify.html#props)"
  },
  "nut-notify/z-index": {
    "type": "number",
    "description": "组件的 z-index, default: 9999.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/notify.html#props)"
  },
  "nut-notify/custom-color": {
    "type": "string",
    "description": "字体颜色\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/notify.html#props)"
  },
  "nut-notify/background": {
    "type": "string",
    "description": "背景颜色\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/notify.html#props)"
  },
  "nut-notify/safe-area-inset-top": {
    "type": "boolean",
    "description": "是否留出顶部安全距离（默认为状态栏高度）, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/notify.html#props)"
  },
  "nut-notify/safe-area-inset-bottom": {
    "type": "boolean",
    "description": "是否留出底部安全距离（启用后通过 `safe-height` 指定距离）, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/notify.html#props)"
  },
  "nut-notify/safe-height": {
    "type": "number | string",
    "description": "自定义安全距离\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/notify.html#props)"
  },
  "nut-notify/on-click": {
    "type": "Function",
    "description": "点击时的回调函数\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/notify.html#props)"
  },
  "nut-notify/on-close": {
    "type": "Function",
    "description": "关闭时的回调函数\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/notify.html#props)"
  },
  "nut-notify/on-closed": {
    "type": "Function",
    "description": "关闭动画完成时回调函数\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/notify.html#props)"
  },
  "nut-notify/click": {
    "type": "event",
    "description": "点击时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/notify.html#events)"
  },
  "nut-notify/close": {
    "type": "event",
    "description": "关闭时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/notify.html#events)"
  },
  "nut-notify/closed": {
    "type": "event",
    "description": "关闭动画完成时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/notify.html#events)"
  },
  "nut-swipe-group/lock": {
    "type": "boolean",
    "description": "控制内部 Swipe 互斥，即滑动打开某一个 Swipe 时，触发其余 Swipe 的 `close` 方法, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/swipe.html#swipegroup-props)"
  },
  "nut-swipe/name": {
    "type": "string",
    "description": "唯一标识\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/swipe.html#props)"
  },
  "nut-swipe/disabled": {
    "type": "string",
    "description": "是否禁用滑动, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/swipe.html#props)"
  },
  "nut-swipe/touch-move-prevent-default": {
    "type": "boolean",
    "description": "是否阻止滑动事件行为, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/swipe.html#props)"
  },
  "nut-swipe/touch-move-stop-propagation": {
    "type": "boolean",
    "description": "是否阻止滑动事件冒泡, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/swipe.html#props)"
  },
  "nut-swipe/close-on-click": {
    "type": "Array",
    "description": "点击自动关闭的部分, default: [left, content, right].\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/swipe.html#props)"
  },
  "nut-swipe/open": {
    "type": "event",
    "description": "开启时触发（`left` 指向左滑，`right` 指向右滑）\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/swipe.html#events)"
  },
  "nut-swipe/close": {
    "type": "event",
    "description": "关闭时触发，同上\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/swipe.html#events)"
  },
  "nut-switch/model-value": {
    "type": "boolean | string | number",
    "description": "开关状态, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/switch.html#props)"
  },
  "nut-switch/disabled": {
    "type": "boolean",
    "description": "禁用状态, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/switch.html#props)"
  },
  "nut-switch/loading": {
    "type": "boolean",
    "description": "加载状态, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/switch.html#props)"
  },
  "nut-switch/active-color": {
    "type": "string",
    "description": "打开时的背景颜色, default: #fa2c19.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/switch.html#props)"
  },
  "nut-switch/inactive-color": {
    "type": "string",
    "description": "关闭时的背景颜色, default: #ebebeb.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/switch.html#props)"
  },
  "nut-switch/active-text": {
    "type": "string",
    "description": "打开时文字描述\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/switch.html#props)"
  },
  "nut-switch/inactive-text": {
    "type": "string",
    "description": "关闭时文字描述\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/switch.html#props)"
  },
  "nut-switch/active-value": {
    "type": "boolean | string | number",
    "description": "打开时组件的值, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/switch.html#props)"
  },
  "nut-switch/inactive-value": {
    "type": "boolean | string | number",
    "description": "关闭组件的值, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/switch.html#props)"
  },
  "nut-switch/change": {
    "type": "event",
    "description": "切换开关时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/switch.html#events)"
  },
  "nut-toast/visible": {
    "type": "boolean",
    "description": "是否显示, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/toast.html#props)"
  },
  "nut-toast/selector": {
    "type": "string",
    "description": "配置注入的 key\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/toast.html#props)"
  },
  "nut-toast/type": {
    "type": "string",
    "options": [
      "text",
      "success",
      "error",
      "warning",
      "loading"
    ],
    "description": "弹框类型, default: text.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/toast.html#props)"
  },
  "nut-toast/title": {
    "type": "string",
    "description": "标题\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/toast.html#props)"
  },
  "nut-toast/msg": {
    "type": "string",
    "description": "消息文本内容，支持富文本\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/toast.html#props)"
  },
  "nut-toast/duration": {
    "type": "number",
    "description": "展示时长（单位：ms）（组合式函数用法和 Ref 用法中的 `loading` 类型默认为 `0`）, default: 2000.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/toast.html#props)"
  },
  "nut-toast/size": {
    "type": "string",
    "options": [
      "small",
      "base",
      "large"
    ],
    "description": "文案尺寸, default: base.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/toast.html#props)"
  },
  "nut-toast/z-index": {
    "type": "number",
    "description": "组件的 z-index, default: 50.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/toast.html#props)"
  },
  "nut-toast/icon": {
    "type": "string",
    "description": "自定义图标\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/toast.html#props)"
  },
  "nut-toast/icon-size": {
    "type": "number | string",
    "description": "图标大小, default: 20px.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/toast.html#props)"
  },
  "nut-toast/bg-color": {
    "type": "string",
    "description": "背景颜色\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/toast.html#props)"
  },
  "nut-toast/cover": {
    "type": "boolean",
    "description": "是否显示遮罩层（组合式函数用法和 Ref 用法中的 `loading` 类型默认为 `true`）\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/toast.html#props)"
  },
  "nut-toast/cover-color": {
    "type": "string",
    "description": "遮罩层颜色，默认透明\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/toast.html#props)"
  },
  "nut-toast/center": {
    "type": "boolean",
    "description": "是否展示在页面中部（为 `false` 时展示在底部）, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/toast.html#props)"
  },
  "nut-toast/bottom": {
    "type": "number | string",
    "description": "距页面底部的距离（`center` 为 `false` 时有效）, default: 30px.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/toast.html#props)"
  },
  "nut-toast/text-align-center": {
    "type": "boolean",
    "description": "文案是否居中, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/toast.html#props)"
  },
  "nut-toast/loading-rotate": {
    "type": "boolean",
    "description": "loading 图标是否旋转, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/toast.html#props)"
  },
  "nut-toast/close-on-click-overlay": {
    "type": "boolean",
    "description": "是否在点击遮罩层后关闭提示, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/toast.html#props)"
  },
  "nut-toast/on-close": {
    "type": "Function",
    "description": "关闭时触发的事件\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/toast.html#props)"
  },
  "nut-toast/on-closed": {
    "type": "Function",
    "description": "关闭动画完成时触发的事件\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/toast.html#props)"
  },
  "nut-toast/close": {
    "type": "event",
    "description": "关闭时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/toast.html#events)"
  },
  "nut-toast/closed": {
    "type": "event",
    "description": "关闭动画完成时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/feedback/toast.html#events)"
  },
  "nut-divider/dashed": {
    "type": "boolean",
    "description": "是否使用虚线, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/divider.html#props)"
  },
  "nut-divider/hairline": {
    "type": "boolean",
    "description": "是否使用 `0.5px` 线, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/divider.html#props)"
  },
  "nut-divider/content-position": {
    "type": "string",
    "options": [
      "left",
      "right",
      "center"
    ],
    "description": "内容位置, default: center.\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/divider.html#props)"
  },
  "nut-divider/direction": {
    "type": "string",
    "options": [
      "horizontal",
      "vertical"
    ],
    "description": "水平还是垂直类型, default: horizontal.\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/divider.html#props)"
  },
  "nut-grid-item/text": {
    "type": "string",
    "description": "文字\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/grid.html#griditem-props)"
  },
  "nut-grid-item/click": {
    "type": "event",
    "description": "点击格子时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/grid.html#griditem-events)"
  },
  "nut-grid/column-num": {
    "type": "number | string",
    "description": "列数, default: 4.\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/grid.html#props)"
  },
  "nut-grid/border": {
    "type": "boolean",
    "description": "是否显示边框, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/grid.html#props)"
  },
  "nut-grid/gutter": {
    "type": "number | string",
    "description": "格子之间的间距, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/grid.html#props)"
  },
  "nut-grid/center": {
    "type": "boolean",
    "description": "是否将格子内容居中显示, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/grid.html#props)"
  },
  "nut-grid/square": {
    "type": "boolean",
    "description": "是否将格子固定为正方形, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/grid.html#props)"
  },
  "nut-grid/reverse": {
    "type": "boolean",
    "description": "内容翻转, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/grid.html#props)"
  },
  "nut-grid/direction": {
    "type": "string",
    "options": [
      "horizontal",
      "vertical"
    ],
    "description": "格子内容排列的方向, default: vertical.\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/grid.html#props)"
  },
  "nut-grid/clickable": {
    "type": "boolean",
    "description": "是否开启格子点击反馈, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/grid.html#props)"
  },
  "nut-row/type": {
    "type": "string",
    "options": [
      "flex"
    ],
    "description": "布局方式\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/layout.html#row-props)"
  },
  "nut-row/gutter": {
    "type": "string | number",
    "description": "列元素之间的间距（单位：px）\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/layout.html#row-props)"
  },
  "nut-row/justify": {
    "type": "string",
    "options": [
      "start",
      "end",
      "center",
      "space-around",
      "space-between",
      "space-evenly"
    ],
    "description": "flex 主轴对齐方式, default: start.\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/layout.html#row-props)"
  },
  "nut-row/align": {
    "type": "string",
    "options": [
      "flex-start",
      "center",
      "flex-end"
    ],
    "description": "flex 交叉轴对齐方式, default: flex-start.\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/layout.html#row-props)"
  },
  "nut-row/flex-wrap": {
    "type": "string",
    "options": [
      "nowrap",
      "wrap",
      "reverse"
    ],
    "description": "flex 是否换行, default: nowrap.\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/layout.html#row-props)"
  },
  "nut-col/span": {
    "type": "string | number",
    "description": "列元素宽度（共分为 24 份，例如设置一行 3 个，那么 `span` 值为 8）, default: 24.\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/layout.html#col-props)"
  },
  "nut-col/offset": {
    "type": "string | number",
    "description": "列元素偏移距离, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/layout.html#col-props)"
  },
  "nut-safe-area/position": {
    "type": "string",
    "options": [
      "top",
      "bottom"
    ],
    "description": "安全区的位置\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/safearea.html#props)"
  },
  "nut-sticky/offset-top": {
    "type": "number | string",
    "description": "吸顶距离, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/sticky.html#props)"
  },
  "nut-sticky/z-index": {
    "type": "number | string",
    "description": "吸附时的层级, default: 2000.\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/sticky.html#props)"
  },
  "nut-sticky/custom-nav-height": {
    "type": "number | string",
    "description": "导航栏高度，自定义导航栏时使用（H5 端默认值为 `44`）, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/sticky.html#props)"
  },
  "nut-sticky/disabled": {
    "type": "boolean",
    "description": "是否禁用吸顶功能, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/sticky.html#props)"
  },
  "nut-sticky/bg-color": {
    "type": "string",
    "description": "组件背景颜色, default: transparent.\n\n[Docs](https://nutui-uniapp.pages.dev/components/layout/sticky.html#props)"
  },
  "nut-elevator/height": {
    "type": "number | string",
    "description": "电梯区域的高度, default: 200px.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/elevator.html#props)"
  },
  "nut-elevator/accept-key": {
    "type": "string",
    "description": "索引字段, default: title.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/elevator.html#props)"
  },
  "nut-elevator/index-list": {
    "type": "Array",
    "description": "索引列表, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/elevator.html#props)"
  },
  "nut-elevator/is-sticky": {
    "type": "boolean",
    "description": "索引是否吸顶, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/elevator.html#props)"
  },
  "nut-elevator/space-height": {
    "type": "number",
    "description": "右侧锚点的上下间距, default: 23.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/elevator.html#props)"
  },
  "nut-elevator/title-height": {
    "type": "number",
    "description": "左侧索引的高度, default: 35.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/elevator.html#props)"
  },
  "nut-elevator/click-item": {
    "type": "event",
    "description": "点击内容时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/elevator.html#events)"
  },
  "nut-elevator/click-index": {
    "type": "event",
    "description": "点击索引时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/elevator.html#events)"
  },
  "nut-elevator/change": {
    "type": "event",
    "description": "索引改变时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/elevator.html#events)"
  },
  "nut-fixed-nav/visible": {
    "type": "boolean",
    "description": "是否打开, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/fixednav.html#props)"
  },
  "nut-fixed-nav/nav-list": {
    "type": "Array",
    "description": "悬浮列表内容数据, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/fixednav.html#props)"
  },
  "nut-fixed-nav/active-color": {
    "type": "string",
    "description": "选中按钮文案颜色,默认集成主题色, default: #fa2c19.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/fixednav.html#props)"
  },
  "nut-fixed-nav/active-text": {
    "type": "string",
    "description": "收起列表按钮文案, default: 收起导航.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/fixednav.html#props)"
  },
  "nut-fixed-nav/un-active-text": {
    "type": "string",
    "description": "展开列表按钮文案, default: 快速导航.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/fixednav.html#props)"
  },
  "nut-fixed-nav/type": {
    "type": "string",
    "options": [
      "left",
      "right"
    ],
    "description": "导航方向, default: right.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/fixednav.html#props)"
  },
  "nut-fixed-nav/overlay": {
    "type": "boolean",
    "description": "展开时是否显示遮罩, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/fixednav.html#props)"
  },
  "nut-fixed-nav/position": {
    "type": "object",
    "description": "fixed 垂直位置, default: { top: auto, bottom: auto }.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/fixednav.html#props)"
  },
  "nut-fixed-nav/selected": {
    "type": "event",
    "description": "选择之后触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/fixednav.html#events)"
  },
  "nut-indicator/current": {
    "type": "number",
    "description": "当前步骤, default: 1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/indicator.html#props)"
  },
  "nut-indicator/size": {
    "type": "number",
    "description": "步骤长度, default: 3.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/indicator.html#props)"
  },
  "nut-indicator/block": {
    "type": "boolean",
    "description": "是否启用块级布局, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/indicator.html#props)"
  },
  "nut-indicator/align": {
    "type": "string",
    "options": [
      "left",
      "center",
      "right"
    ],
    "description": "对齐方式，仅 `block` 为 `true` 时有效, default: left.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/indicator.html#props)"
  },
  "nut-indicator/fill-zero": {
    "type": "boolean",
    "description": "单数前面是否补 0, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/indicator.html#props)"
  },
  "nut-menu-item/model-value": {
    "type": "string | number",
    "description": "选中值\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-props)"
  },
  "nut-menu-item/title": {
    "type": "string",
    "description": "菜单项标题\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-props)"
  },
  "nut-menu-item/options": {
    "type": "Array",
    "description": "选项数组, default: [].\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-props)"
  },
  "nut-menu-item/disabled": {
    "type": "boolean",
    "description": "是否禁用菜单, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-props)"
  },
  "nut-menu-item/cols": {
    "type": "number",
    "description": "一行展示多少列, default: 1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-props)"
  },
  "nut-menu-item/active-title-class": {
    "type": "string",
    "description": "选项选中时自定义标题样式类\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-props)"
  },
  "nut-menu-item/inactive-title-class": {
    "type": "string",
    "description": "选项非选中时自定义标题样式类\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-props)"
  },
  "nut-menu-item/option-icon": {
    "type": "string",
    "description": "选项选中时选中图标\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-props)"
  },
  "nut-menu-item/change": {
    "type": "event",
    "description": "选择选项时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-events)"
  },
  "nut-menu-item/open": {
    "type": "event",
    "description": "打开菜单栏时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-events)"
  },
  "nut-menu-item/close": {
    "type": "event",
    "description": "关闭菜单栏时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-events)"
  },
  "nut-menu-item/item-click": {
    "type": "event",
    "description": "点击选项时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-events)"
  },
  "nut-menu/active-color": {
    "type": "string",
    "description": "选项的选中态图标颜色, default: #F2270C.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/menu.html#props)"
  },
  "nut-menu/close-on-click-overlay": {
    "type": "boolean",
    "description": "是否在点击遮罩层后关闭菜单, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/menu.html#props)"
  },
  "nut-menu/scroll-fixed": {
    "type": "boolean | string | number",
    "description": "滚动后是否固定, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/menu.html#props)"
  },
  "nut-menu/scroll-top": {
    "type": "number",
    "description": "页面的滚动距离, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/menu.html#props)"
  },
  "nut-menu/title-class": {
    "type": "string",
    "description": "自定义标题样式类\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/menu.html#props)"
  },
  "nut-menu/lock-scroll": {
    "type": "boolean",
    "description": "背景是否锁定, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/menu.html#props)"
  },
  "nut-menu/title-icon": {
    "type": "string",
    "description": "自定义标题图标\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/menu.html#props)"
  },
  "nut-menu/direction": {
    "type": "string",
    "options": [
      "up",
      "down"
    ],
    "description": "展开方向, default: down.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/menu.html#props)"
  },
  "nut-menu/up-icon": {
    "type": "string",
    "description": "收起的图标, default: rect-up.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/menu.html#props)"
  },
  "nut-menu/down-icon": {
    "type": "string",
    "description": "展开的图标, default: rect-down.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/menu.html#props)"
  },
  "nut-navbar/title": {
    "type": "string",
    "description": "标题名称\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/navbar.html#props)"
  },
  "nut-navbar/left-text": {
    "type": "string",
    "description": "左侧文案\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/navbar.html#props)"
  },
  "nut-navbar/desc": {
    "type": "string",
    "description": "右侧描述\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/navbar.html#props)"
  },
  "nut-navbar/left-show": {
    "type": "boolean",
    "description": "是否展示左侧箭头, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/navbar.html#props)"
  },
  "nut-navbar/title-icon": {
    "type": "boolean",
    "description": "标题中是否展示图标, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/navbar.html#props)"
  },
  "nut-navbar/border": {
    "type": "boolean",
    "description": "是否显示下边框, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/navbar.html#props)"
  },
  "nut-navbar/fixed": {
    "type": "boolean",
    "description": "是否固定到顶部, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/navbar.html#props)"
  },
  "nut-navbar/placeholder": {
    "type": "boolean",
    "description": "固定在顶部时是否在标签位置生成一个等高的占位元素, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/navbar.html#props)"
  },
  "nut-navbar/safe-area-inset-top": {
    "type": "boolean",
    "description": "是否开启顶部安全区适配, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/navbar.html#props)"
  },
  "nut-navbar/z-index": {
    "type": "number | string",
    "description": "导航栏的 z-index, default: 10.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/navbar.html#props)"
  },
  "nut-navbar/size": {
    "type": "number | string",
    "description": "图标与字体大小\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/navbar.html#props)"
  },
  "nut-navbar/custom-color": {
    "type": "string",
    "description": "图标与字体颜色, default: #979797.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/navbar.html#props)"
  },
  "nut-navbar/click-title": {
    "type": "event",
    "description": "点击页面标题事件\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/navbar.html#events)"
  },
  "nut-navbar/click-icon": {
    "type": "event",
    "description": "点击页面标题图标事件\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/navbar.html#events)"
  },
  "nut-navbar/click-right": {
    "type": "event",
    "description": "点击右侧按钮事件\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/navbar.html#events)"
  },
  "nut-navbar/click-back": {
    "type": "event",
    "description": "点击左侧图标事件\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/navbar.html#events)"
  },
  "nut-pagination/model-value": {
    "type": "number",
    "description": "当前页码, default: 1.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/pagination.html#props)"
  },
  "nut-pagination/mode": {
    "type": "string",
    "options": [
      "simple",
      "multi"
    ],
    "description": "显示模式, default: multi.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/pagination.html#props)"
  },
  "nut-pagination/prev-text": {
    "type": "string",
    "description": "上一页按钮文字, default: 上一页.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/pagination.html#props)"
  },
  "nut-pagination/next-text": {
    "type": "string",
    "description": "下一页按钮文字, default: 下一页.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/pagination.html#props)"
  },
  "nut-pagination/page-count": {
    "type": "string | number",
    "description": "总页数\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/pagination.html#props)"
  },
  "nut-pagination/total-items": {
    "type": "string | number",
    "description": "总记录数, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/pagination.html#props)"
  },
  "nut-pagination/items-per-page": {
    "type": "string | number",
    "description": "每页记录数, default: 10.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/pagination.html#props)"
  },
  "nut-pagination/show-page-size": {
    "type": "string | number",
    "description": "显示的页码个数, default: 5.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/pagination.html#props)"
  },
  "nut-pagination/force-ellipses": {
    "type": "boolean",
    "description": "是否显示省略号, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/pagination.html#props)"
  },
  "nut-pagination/change": {
    "type": "event",
    "description": "页码改变时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/pagination.html#events)"
  },
  "nut-side-navbar/offset": {
    "type": "number | string",
    "description": "导航缩进宽度, default: 15.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/sidenavbar.html#sidenavbar-props)"
  },
  "nut-sub-side-navbar/title": {
    "type": "string",
    "description": "导航标题\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/sidenavbar.html#subsidenavbar-props)"
  },
  "nut-sub-side-navbar/ikey": {
    "type": "number | string",
    "description": "导航唯一标识\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/sidenavbar.html#subsidenavbar-props)"
  },
  "nut-sub-side-navbar/open": {
    "type": "boolean",
    "description": "导航是否默认展开, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/sidenavbar.html#subsidenavbar-props)"
  },
  "nut-sub-side-navbar/title-click": {
    "type": "event",
    "description": "导航点击\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/sidenavbar.html#subsidenavbar-events)"
  },
  "nut-side-navbar-item/title": {
    "type": "string",
    "description": "导航标题\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/sidenavbar.html#sidenavbaritem-props)"
  },
  "nut-side-navbar-item/ikey": {
    "type": "number | string",
    "description": "导航唯一标识\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/sidenavbar.html#sidenavbaritem-props)"
  },
  "nut-side-navbar-item/click": {
    "type": "event",
    "description": "导航点击\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/sidenavbar.html#sidenavbaritem-events)"
  },
  "nut-tabbar/model-value": {
    "type": "number | string",
    "description": "选中标签的索引值或者名称, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbar-props)"
  },
  "nut-tabbar/bottom": {
    "type": "boolean",
    "description": "是否固定在页面底部, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbar-props)"
  },
  "nut-tabbar/unactive-color": {
    "type": "string",
    "description": "图标未激活的颜色, default: #7d7e80.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbar-props)"
  },
  "nut-tabbar/active-color": {
    "type": "string",
    "description": "图标激活的颜色, default: #1989fa.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbar-props)"
  },
  "nut-tabbar/safe-area-inset-bottom": {
    "type": "boolean",
    "description": "是否开启 iphone 系列全面屏底部安全区适配, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbar-props)"
  },
  "nut-tabbar/placeholder": {
    "type": "boolean",
    "description": "固定在底部时，是否在标签位置生成一个等高的占位元素, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbar-props)"
  },
  "nut-tabbar/controlled": {
    "type": "boolean",
    "description": "是否启用受控模式，启用后选中项始终受 `model-value` 控制, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbar-props)"
  },
  "nut-tabbar/tab-switch": {
    "type": "event",
    "description": "切换页签时触发事件\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbar-events)"
  },
  "nut-tabbar-item/tab-title": {
    "type": "string",
    "description": "标签页的标题\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbaritem-props)"
  },
  "nut-tabbar-item/name": {
    "type": "string",
    "description": "标签名称，作为匹配的标识符\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbaritem-props)"
  },
  "nut-tabbar-item/icon": {
    "type": "string",
    "description": "图标名称\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbaritem-props)"
  },
  "nut-tabs/model-value": {
    "type": "number | string",
    "description": "绑定当前选中标签的标识符, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props)"
  },
  "nut-tabs/custom-color": {
    "type": "string",
    "description": "标签选中色, default: #1a1a1a.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props)"
  },
  "nut-tabs/background": {
    "type": "string",
    "description": "标签栏背景颜色, default: #f5f5f5.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props)"
  },
  "nut-tabs/direction": {
    "type": "string",
    "options": [
      "horizontal",
      "vertical"
    ],
    "description": "使用横纵方向, default: horizontal.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props)"
  },
  "nut-tabs/type": {
    "type": "string",
    "options": [
      "line",
      "smile"
    ],
    "description": "选中底部展示样式, default: line.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props)"
  },
  "nut-tabs/swipeable": {
    "type": "boolean",
    "description": "是否开启手势左右滑动切换, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props)"
  },
  "nut-tabs/title-scroll": {
    "type": "boolean",
    "description": "标签栏是否可以滚动, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props)"
  },
  "nut-tabs/ellipsis": {
    "type": "boolean",
    "description": "是否省略过长的标题文字, default: true.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props)"
  },
  "nut-tabs/animated-time": {
    "type": "number | string",
    "description": "切换动画时长（单位：ms）, default: 300.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props)"
  },
  "nut-tabs/title-gutter": {
    "type": "number | string",
    "description": "标签间隙, default: 0.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props)"
  },
  "nut-tabs/size": {
    "type": "string",
    "options": [
      "small",
      "normal",
      "large"
    ],
    "description": "标签栏字体尺寸大小, default: normal.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props)"
  },
  "nut-tabs/auto-height": {
    "type": "boolean",
    "description": "是否启用自动高度, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props)"
  },
  "nut-tabs/align": {
    "type": "string",
    "options": [
      "left",
      "center"
    ],
    "description": "横轴方向的标题对齐方式, default: center.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props)"
  },
  "nut-tabs/click": {
    "type": "event",
    "description": "点击标签时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-events)"
  },
  "nut-tabs/change": {
    "type": "event",
    "description": "当前激活的标签改变时触发\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-events)"
  },
  "nut-tab-pane/title": {
    "type": "string",
    "description": "标题\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabpane-props)"
  },
  "nut-tab-pane/pane-key": {
    "type": "number | string",
    "description": "唯一标识\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabpane-props)"
  },
  "nut-tab-pane/disabled": {
    "type": "boolean",
    "description": "是否禁用, default: false.\n\n[Docs](https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabpane-props)"
  }
}