wot-design-uni
Version:
一个基于Vue3+TS开发的uni-app组件库,提供70+高质量组件,支持暗黑模式、国际化和自定义主题。
1 lines • 219 kB
JSON
{"wd-action-sheet/v-model":{"type":"boolean","description":"设置菜单显示隐藏\n\n[Docs](https://wot-ui.cn/component/action-sheet.html#attributes)"},"wd-action-sheet/actions":{"type":"array","description":"菜单选项, default: [].\n\n[Docs](https://wot-ui.cn/component/action-sheet.html#attributes)"},"wd-action-sheet/panels":{"type":"array","description":"自定义面板项,可以为字符串数组,也可以为对象数组,如果为二维数组,则为多行展示, default: [].\n\n[Docs](https://wot-ui.cn/component/action-sheet.html#attributes)"},"wd-action-sheet/title":{"type":"string","description":"标题\n\n[Docs](https://wot-ui.cn/component/action-sheet.html#attributes)"},"wd-action-sheet/cancel-text":{"type":"string","description":"取消按钮文案\n\n[Docs](https://wot-ui.cn/component/action-sheet.html#attributes)"},"wd-action-sheet/close-on-click-action":{"type":"boolean","description":"点击选项后是否关闭菜单, default: true.\n\n[Docs](https://wot-ui.cn/component/action-sheet.html#attributes)"},"wd-action-sheet/close-on-click-modal":{"type":"boolean","description":"点击遮罩是否关闭, default: true.\n\n[Docs](https://wot-ui.cn/component/action-sheet.html#attributes)"},"wd-action-sheet/duration":{"type":"number","description":"动画持续时间, default: 200(ms).\n\n[Docs](https://wot-ui.cn/component/action-sheet.html#attributes)"},"wd-action-sheet/z-index":{"type":"number","description":"菜单层级, default: 10.\n\n[Docs](https://wot-ui.cn/component/action-sheet.html#attributes)"},"wd-action-sheet/lazy-render":{"type":"boolean","description":"弹层内容懒渲染,触发展示时才渲染内容, default: true.\n\n[Docs](https://wot-ui.cn/component/action-sheet.html#attributes)"},"wd-action-sheet/safe-area-inset-bottom":{"type":"boolean","description":"弹出面板是否设置底部安全距离(iphone X 类型的机型), default: true.\n\n[Docs](https://wot-ui.cn/component/action-sheet.html#attributes)"},"wd-action-sheet/select":{"type":"event","description":"点击选项时触发\n\n[Docs](https://wot-ui.cn/component/action-sheet.html#events)"},"wd-action-sheet/open":{"type":"event","description":"弹出层打开时触发\n\n[Docs](https://wot-ui.cn/component/action-sheet.html#events)"},"wd-action-sheet/opened":{"type":"event","description":"弹出层打开动画结束时触发\n\n[Docs](https://wot-ui.cn/component/action-sheet.html#events)"},"wd-action-sheet/close":{"type":"event","description":"弹出层关闭时触发\n\n[Docs](https://wot-ui.cn/component/action-sheet.html#events)"},"wd-action-sheet/closed":{"type":"event","description":"弹出层关闭动画结束时触发\n\n[Docs](https://wot-ui.cn/component/action-sheet.html#events)"},"wd-action-sheet/click-modal":{"type":"event","description":"点击遮罩时触发\n\n[Docs](https://wot-ui.cn/component/action-sheet.html#events)"},"wd-action-sheet/cancel":{"type":"event","description":"点击取消按钮时触发\n\n[Docs](https://wot-ui.cn/component/action-sheet.html#events)"},"wd-avatar/src":{"type":"string","description":"图片地址\n\n[Docs](https://wot-ui.cn/component/avatar.html#avatar-attributes)"},"wd-avatar/text":{"type":"string","description":"文本内容\n\n[Docs](https://wot-ui.cn/component/avatar.html#avatar-attributes)"},"wd-avatar/icon":{"type":"string","description":"图标名称,使用 wd-icon 组件\n\n[Docs](https://wot-ui.cn/component/avatar.html#avatar-attributes)"},"wd-avatar/size":{"type":"string | number","options":["large","medium","normal","small"],"description":"头像尺寸,支持预设尺寸或带单位的字符串, default: normal.\n\n[Docs](https://wot-ui.cn/component/avatar.html#avatar-attributes)"},"wd-avatar/shape":{"type":"string","options":["round","square"],"description":"头像形状, default: round.\n\n[Docs](https://wot-ui.cn/component/avatar.html#avatar-attributes)"},"wd-avatar/bg-color":{"type":"string","description":"背景颜色\n\n[Docs](https://wot-ui.cn/component/avatar.html#avatar-attributes)"},"wd-avatar/color":{"type":"string","description":"文字颜色\n\n[Docs](https://wot-ui.cn/component/avatar.html#avatar-attributes)"},"wd-avatar/alt":{"type":"string","description":"图片加载失败时的占位文本\n\n[Docs](https://wot-ui.cn/component/avatar.html#avatar-attributes)"},"wd-avatar/mode":{"type":"string","description":"图片填充模式,同 uni-app image 组件的 mode, default: aspectFill.\n\n[Docs](https://wot-ui.cn/component/avatar.html#avatar-attributes)"},"wd-avatar/click":{"type":"event","description":"点击头像时触发\n\n[Docs](https://wot-ui.cn/component/avatar.html#avatar-events)"},"wd-avatar/error":{"type":"event","description":"图片加载失败时触发\n\n[Docs](https://wot-ui.cn/component/avatar.html#avatar-events)"},"wd-avatar-group/max-count":{"type":"number","description":"最大显示数量\n\n[Docs](https://wot-ui.cn/component/avatar.html#avatargroup-attributes)"},"wd-avatar-group/cascading":{"type":"string","options":["left-up","right-up"],"description":"叠层方向\n\n[Docs](https://wot-ui.cn/component/avatar.html#avatargroup-attributes)"},"wd-avatar-group/shape":{"type":"string","options":["round","square"],"description":"统一设置头像形状, default: round.\n\n[Docs](https://wot-ui.cn/component/avatar.html#avatargroup-attributes)"},"wd-avatar-group/size":{"type":"string | number","options":["large","medium","normal","small"],"description":"统一设置头像尺寸, default: normal.\n\n[Docs](https://wot-ui.cn/component/avatar.html#avatargroup-attributes)"},"wd-avatar-group/collapse-avatar":{"type":"string","description":"超出最大数量时折叠头像显示的内容\n\n[Docs](https://wot-ui.cn/component/avatar.html#avatargroup-attributes)"},"wd-backtop/scroll-top":{"type":"number","description":"页面滚动距离\n\n[Docs](https://wot-ui.cn/component/backtop.html#attributes)"},"wd-backtop/top":{"type":"number","description":"距离顶部多少距离时显示,单位`px`, default: 300.\n\n[Docs](https://wot-ui.cn/component/backtop.html#attributes)"},"wd-backtop/duration":{"type":"number","description":"返回顶部滚动时间,单位`ms`, default: 100.\n\n[Docs](https://wot-ui.cn/component/backtop.html#attributes)"},"wd-backtop/z-index":{"type":"number","description":"组件z-index属性, default: 10.\n\n[Docs](https://wot-ui.cn/component/backtop.html#attributes)"},"wd-backtop/icon-style":{"type":"string","description":"自定义`icon`样式\n\n[Docs](https://wot-ui.cn/component/backtop.html#attributes)"},"wd-backtop/shape":{"type":"string","options":["square"],"description":"按钮形状, default: circle.\n\n[Docs](https://wot-ui.cn/component/backtop.html#attributes)"},"wd-backtop/bottom":{"type":"number","description":"距离屏幕底部的距离,单位`px`, default: 100.\n\n[Docs](https://wot-ui.cn/component/backtop.html#attributes)"},"wd-backtop/right":{"type":"number","description":"距离屏幕右边距离,单位`px`, default: 20.\n\n[Docs](https://wot-ui.cn/component/backtop.html#attributes)"},"wd-badge/v-model":{"type":"string | number","description":"显示值\n\n[Docs](https://wot-ui.cn/component/badge.html#attributes)"},"wd-badge/max":{"type":"number","description":"最大值,超过最大值会显示 '{max}+',要求 value 是 Number 类型\n\n[Docs](https://wot-ui.cn/component/badge.html#attributes)"},"wd-badge/top":{"type":"number","description":"为正时,角标向下偏移对应的像素\n\n[Docs](https://wot-ui.cn/component/badge.html#attributes)"},"wd-badge/right":{"type":"number","description":"为正时,角标向左偏移对应的像素\n\n[Docs](https://wot-ui.cn/component/badge.html#attributes)"},"wd-badge/is-dot":{"type":"boolean","description":"红色点状标注, default: false.\n\n[Docs](https://wot-ui.cn/component/badge.html#attributes)"},"wd-badge/hidden":{"type":"boolean","description":"隐藏 badge, default: false.\n\n[Docs](https://wot-ui.cn/component/badge.html#attributes)"},"wd-badge/type":{"type":"string","options":["primary","success","warning","danger","info"],"description":"类型\n\n[Docs](https://wot-ui.cn/component/badge.html#attributes)"},"wd-badge/bg-color":{"type":"string","options":["各种颜色的css写法"],"description":"背景色\n\n[Docs](https://wot-ui.cn/component/badge.html#attributes)"},"wd-badge/show-zero":{"type":"boolean","description":"是否显示0, default: false.\n\n[Docs](https://wot-ui.cn/component/badge.html#attributes)"},"wd-button/type":{"type":"string","options":["primary","success","info","warning","error","text","icon"],"description":"按钮类型, default: primary.\n\n[Docs](https://wot-ui.cn/component/button.html#attributes)"},"wd-button/round":{"type":"boolean","description":"圆角按钮, default: true.\n\n[Docs](https://wot-ui.cn/component/button.html#attributes)"},"wd-button/plain":{"type":"boolean","description":"幽灵按钮, default: false.\n\n[Docs](https://wot-ui.cn/component/button.html#attributes)"},"wd-button/hairline":{"type":"boolean","description":"是否细边框, default: false.\n\n[Docs](https://wot-ui.cn/component/button.html#attributes)"},"wd-button/loading":{"type":"boolean","description":"加载中按钮, default: false.\n\n[Docs](https://wot-ui.cn/component/button.html#attributes)"},"wd-button/block":{"type":"boolean","description":"块状按钮, default: false.\n\n[Docs](https://wot-ui.cn/component/button.html#attributes)"},"wd-button/size":{"type":"string","options":["small","medium","large"],"description":"按钮尺寸, default: medium.\n\n[Docs](https://wot-ui.cn/component/button.html#attributes)"},"wd-button/disabled":{"type":"boolean","description":"禁用按钮, default: false.\n\n[Docs](https://wot-ui.cn/component/button.html#attributes)"},"wd-button/icon":{"type":"string","description":"图标类名\n\n[Docs](https://wot-ui.cn/component/button.html#attributes)"},"wd-button/loading-color":{"type":"string","description":"加载图标颜色\n\n[Docs](https://wot-ui.cn/component/button.html#attributes)"},"wd-button/open-type":{"type":"string","description":"微信开放能力\n\n[Docs](https://wot-ui.cn/component/button.html#attributes)"},"wd-button/hover-stop-propagation":{"type":"boolean","description":"指定是否阻止本节点的祖先节点出现点击态, default: false.\n\n[Docs](https://wot-ui.cn/component/button.html#attributes)"},"wd-button/lang":{"type":"string","options":["zh_CN","zh_TW"],"description":"指定返回用户信息的语言,zh_CN 简体中文,zh_TW 繁体中文,en 英文, default: en.\n\n[Docs](https://wot-ui.cn/component/button.html#attributes)"},"wd-button/session-from":{"type":"string","description":"会话来源,open-type=\"contact\"时有效\n\n[Docs](https://wot-ui.cn/component/button.html#attributes)"},"wd-button/send-message-title":{"type":"string","description":"会话内消息卡片标题,open-type=\"contact\"时有效, default: 当前标题.\n\n[Docs](https://wot-ui.cn/component/button.html#attributes)"},"wd-button/send-message-path":{"type":"string","description":"会话内消息卡片点击跳转小程序路径,open-type=\"contact\"时有效, default: 当前分享路径.\n\n[Docs](https://wot-ui.cn/component/button.html#attributes)"},"wd-button/send-message-img":{"type":"string","description":"会话内消息卡片图片,open-type=\"contact\"时有效, default: 截图.\n\n[Docs](https://wot-ui.cn/component/button.html#attributes)"},"wd-button/app-parameter":{"type":"string","description":"打开 APP 时,向 APP 传递的参数,open-type=launchApp 时有效\n\n[Docs](https://wot-ui.cn/component/button.html#attributes)"},"wd-button/show-message-card":{"type":"boolean","description":"是否显示会话内消息卡片,设置此参数为 true,用户进入客服会话会在右下角显示\"可能要发送的小程序\"提示,用户点击后可以快速发送小程序消息,open-type=\"contact\"时有效, default: false.\n\n[Docs](https://wot-ui.cn/component/button.html#attributes)"},"wd-button/class-prefix":{"type":"string","description":"类名前缀,用于使用自定义图标,参见[icon](/component/icon#自定义图标), default: wd-icon.\n\n[Docs](https://wot-ui.cn/component/button.html#attributes)"},"wd-button/button-id":{"type":"string","description":"按钮的唯一标识,可用于设置隐私同意授权按钮的 id\n\n[Docs](https://wot-ui.cn/component/button.html#attributes)"},"wd-button/scope":{"type":"ButtonScope","options":["phoneNumber","userInfo"],"description":"支付宝小程序使用,当 open-type 为 getAuthorize 时有效。\n\n[Docs](https://wot-ui.cn/component/button.html#attributes)"},"wd-button/click":{"type":"event","description":"点击事件\n\n[Docs](https://wot-ui.cn/component/button.html#events)"},"wd-button/getuserinfo":{"type":"event","description":"获取用户信息\n\n[Docs](https://wot-ui.cn/component/button.html#events)"},"wd-button/contact":{"type":"event","description":"客服消息回调,open-type=\"contact\"时有效\n\n[Docs](https://wot-ui.cn/component/button.html#events)"},"wd-button/getphonenumber":{"type":"event","description":"获取用户手机号回调,open-type=getPhoneNumber 时有效\n\n[Docs](https://wot-ui.cn/component/button.html#events)"},"wd-button/getrealtimephonenumber":{"type":"event","description":"实时获取用户手机号回调,open-type=getRealtimePhoneNumber 时有效\n\n[Docs](https://wot-ui.cn/component/button.html#events)"},"wd-button/error":{"type":"event","description":"当使用开放能力时,发生错误的回调,open-type=launchApp 时有效\n\n[Docs](https://wot-ui.cn/component/button.html#events)"},"wd-button/launchapp":{"type":"event","description":"打开 APP 成功的回调,open-type=launchApp 时有效\n\n[Docs](https://wot-ui.cn/component/button.html#events)"},"wd-button/opensetting":{"type":"event","description":"在打开授权设置页后回调,open-type=openSetting 时有效\n\n[Docs](https://wot-ui.cn/component/button.html#events)"},"wd-button/chooseavatar":{"type":"event","description":"获取用户头像回调,open-type=chooseAvatar 时有效\n\n[Docs](https://wot-ui.cn/component/button.html#events)"},"wd-button/agreeprivacyauthorization":{"type":"event","description":"用户同意隐私协议回调,open-type=agreePrivacyAuthorization 时有效\n\n[Docs](https://wot-ui.cn/component/button.html#events)"},"wd-calendar-view/v-model":{"type":"null | number | array","description":"选中值,为 13 位时间戳或时间戳数组\n\n[Docs](https://wot-ui.cn/component/calendar-view.html#attributes)"},"wd-calendar-view/type":{"type":"string","options":["date","dates","datetime","week","month","daterange","datetimerange","weekrange","monthrange"],"description":"日期类型, default: date.\n\n[Docs](https://wot-ui.cn/component/calendar-view.html#attributes)"},"wd-calendar-view/min-date":{"type":"number","description":"最小日期,为 13 位时间戳, default: 当前日期往前推 6 个月.\n\n[Docs](https://wot-ui.cn/component/calendar-view.html#attributes)"},"wd-calendar-view/max-date":{"type":"number","description":"最大日期,为 13 位时间戳, default: 当前日期往后推 6 个月.\n\n[Docs](https://wot-ui.cn/component/calendar-view.html#attributes)"},"wd-calendar-view/first-day-of-week":{"type":"number","description":"周起始天, default: 0.\n\n[Docs](https://wot-ui.cn/component/calendar-view.html#attributes)"},"wd-calendar-view/formatter":{"type":"function","description":"日期格式化函数\n\n[Docs](https://wot-ui.cn/component/calendar-view.html#attributes)"},"wd-calendar-view/max-range":{"type":"number","description":"type 为范围选择时有效,最大日期范围\n\n[Docs](https://wot-ui.cn/component/calendar-view.html#attributes)"},"wd-calendar-view/range-prompt":{"type":"string","description":"type 为范围选择时有效,选择超出最大日期范围时的错误提示文案, default: 选择天数不能超过 x 天.\n\n[Docs](https://wot-ui.cn/component/calendar-view.html#attributes)"},"wd-calendar-view/allow-same-day":{"type":"boolean","description":"type 为范围选择时有效,是否允许选择同一天, default: false.\n\n[Docs](https://wot-ui.cn/component/calendar-view.html#attributes)"},"wd-calendar-view/show-panel-title":{"type":"boolean","description":"是否展示面板标题,自动计算当前滚动的日期月份, default: true.\n\n[Docs](https://wot-ui.cn/component/calendar-view.html#attributes)"},"wd-calendar-view/default-time":{"type":"string | array","description":"选中日期所使用的当日内具体时刻, default: 00:00:00.\n\n[Docs](https://wot-ui.cn/component/calendar-view.html#attributes)"},"wd-calendar-view/panel-height":{"type":"number","description":"可滚动面板的高度, default: 378.\n\n[Docs](https://wot-ui.cn/component/calendar-view.html#attributes)"},"wd-calendar-view/time-filter":{"type":"function","description":"type 为 'datetime' 或 'datetimerange' 时有效,用于过滤时间选择器的数据\n\n[Docs](https://wot-ui.cn/component/calendar-view.html#attributes)"},"wd-calendar-view/hide-second":{"type":"boolean","description":"type 为 'datetime' 或 'datetimerange' 时有效,是否不展示秒修改, default: false.\n\n[Docs](https://wot-ui.cn/component/calendar-view.html#attributes)"},"wd-calendar-view/immediate-change":{"type":"boolean","description":"type 为 'datetime' 或 'datetimerange' 时有,是否在手指松开时立即触发 picker-view 的 change 事件。若不开启则会在滚动动画结束后触发 change 事件,1.2.25 版本起提供,仅微信小程序和支付宝小程序支持。, default: false.\n\n[Docs](https://wot-ui.cn/component/calendar-view.html#attributes)"},"wd-calendar-view/change":{"type":"event","description":"绑定值变化时触发\n\n[Docs](https://wot-ui.cn/component/calendar-view.html#events)"},"wd-calendar/v-model":{"type":"null | number | array","description":"选中值,为 13 位时间戳或时间戳数组\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/type":{"type":"string","options":["date","dates","datetime","week","month","daterange","datetimerange","weekrange","monthrange"],"description":"日期类型, default: date.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/min-date":{"type":"number","description":"最小日期,为 13 位时间戳, default: 当前日期往前推 6 个月.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/max-date":{"type":"number","description":"最大日期,为 13 位时间戳, default: 当前日期往后推 6 个月.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/first-day-of-week":{"type":"number","description":"周起始天, default: 0.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/formatter":{"type":"function","description":"日期格式化函数\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/max-range":{"type":"number","description":"type 为范围选择时有效,最大日期范围\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/range-prompt":{"type":"string","description":"type 为范围选择时有效,选择超出最大日期范围时的错误提示文案, default: 选择天数不能超过 x 天.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/allow-same-day":{"type":"boolean","description":"type 为范围选择时有效,是否允许选择同一天, default: false.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/default-time":{"type":"string | array","description":"选中日期所使用的当日内具体时刻, default: 00:00:00.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/time-filter":{"type":"function","description":"type 为 'datetime' 或 'datetimerange' 时有效,用于过滤时间选择器的数据\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/hide-second":{"type":"boolean","description":"type 为 'datetime' 或 'datetimerange' 时有效,是否不展示秒修改, default: false.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/show-confirm":{"type":"boolean","description":"是否显示确定按钮, default: true.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/show-type-switch":{"type":"boolean","description":"是否显示类型切换功能, default: false.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/shortcuts":{"type":"array","description":"快捷选项,为对象数组,其中对象的 `text` 必传\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/title":{"type":"string","description":"弹出层标题, default: 选择日期.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/label":{"type":"string","description":"选择器左侧文案\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/placeholder":{"type":"string","description":"选择器占位符, default: 请选择.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/disabled":{"type":"boolean","description":"禁用, default: false.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/readonly":{"type":"boolean","description":"只读, default: false.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/display-format":{"type":"function","description":"自定义展示文案的格式化函数,返回一个字符串\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/inner-display-format":{"type":"function","description":"自定义范围选择类型的面板内部回显,返回一个字符串\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/size":{"type":"string","options":["large"],"description":"设置选择器大小\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/label-width":{"type":"string","description":"设置左侧标题宽度, default: 33%.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/error":{"type":"boolean","description":"是否为错误状态,错误状态时右侧内容为红色, default: false.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/required":{"type":"boolean","description":"必填样式, default: false.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/marker-side":{"type":"string","options":["before","after"],"description":"必填标记位置, default: before.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/center":{"type":"boolean","description":"是否垂直居中, default: false.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/ellipsis":{"type":"boolean","description":"是否超出隐藏, default: false.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/align-right":{"type":"boolean","description":"选择器的值靠右展示, default: false.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/before-confirm":{"type":"function","description":"确定前校验函数,接收 { value, resolve } 参数,通过 resolve 继续执行,resolve 接收 1 个 boolean 参数\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/suse-default-slots":{"type":"boolean","description":"<s>使用默认插槽时设置该选项</s>,已废弃直接使用默认插槽即可。, default: false.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/suse-label-slots":{"type":"boolean","description":"<s>使用 label 插槽时设置该选项</s>,已废弃直接使用 label 插槽即可。, default: false.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/close-on-click-modal":{"type":"boolean","description":"点击遮罩是否关闭, default: true.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/z-index":{"type":"number","description":"弹窗层级, default: 15.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/safe-area-inset-bottom":{"type":"boolean","description":"弹出面板是否设置底部安全距离(iphone X 类型的机型), default: true.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/prop":{"type":"string","description":"表单域 `model` 字段名,在使用表单校验功能的情况下,该属性是必填的\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/rules":{"type":"`FormItemRule []`","description":"表单验证规则,结合`wd-form`组件使用, default: [].\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/immediate-change":{"type":"boolean","description":"type 为 'datetime' 或 'datetimerange' 时有,是否在手指松开时立即触发 picker-view 的 change 事件。若不开启则会在滚动动画结束后触发 change 事件,1.2.25 版本起提供,仅微信小程序和支付宝小程序支持。, default: false.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/with-cell":{"type":"boolean","description":"是否使用内置 cell 选择器, default: true.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/clearable":{"type":"boolean","description":"显示清空按钮, default: false.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/root-portal":{"type":"boolean","description":"是否从页面中脱离出来,用于解决各种 fixed 失效问题, default: false.\n\n[Docs](https://wot-ui.cn/component/calendar.html#attributes)"},"wd-calendar/confirm":{"type":"event","description":"绑定值变化时触发\n\n[Docs](https://wot-ui.cn/component/calendar.html#events)"},"wd-calendar/change":{"type":"event","description":"点击面板日期时触发\n\n[Docs](https://wot-ui.cn/component/calendar.html#events)"},"wd-calendar/cancel":{"type":"event","description":"点击关闭按钮或者蒙层时触发\n\n[Docs](https://wot-ui.cn/component/calendar.html#events)"},"wd-calendar/open":{"type":"event","description":"日历打开时触发\n\n[Docs](https://wot-ui.cn/component/calendar.html#events)"},"wd-calendar/clear":{"type":"event","description":"点击清空按钮时触发\n\n[Docs](https://wot-ui.cn/component/calendar.html#events)"},"wd-card/title":{"type":"string","description":"卡片标题\n\n[Docs](https://wot-ui.cn/component/card.html#attributes)"},"wd-card/type":{"type":"string","options":["rectangle"],"description":"卡片类型\n\n[Docs](https://wot-ui.cn/component/card.html#attributes)"},"wd-cell-group/title":{"type":"string","description":"分组标题\n\n[Docs](https://wot-ui.cn/component/cell.html#cellgroup-attributes)"},"wd-cell-group/value":{"type":"string","description":"分组右侧内容\n\n[Docs](https://wot-ui.cn/component/cell.html#cellgroup-attributes)"},"wd-cell-group/border":{"type":"boolean","description":"是否展示边框线\n\n[Docs](https://wot-ui.cn/component/cell.html#cellgroup-attributes)"},"wd-cell-group/insert":{"type":"boolean","description":"是否展示为圆角卡片风格, default: false.\n\n[Docs](https://wot-ui.cn/component/cell.html#cellgroup-attributes)"},"wd-cell-group/use-slot":{"type":"boolean","description":"分组启用插槽, default: false.\n\n[Docs](https://wot-ui.cn/component/cell.html#cellgroup-attributes)"},"wd-cell/title":{"type":"string","description":"标题\n\n[Docs](https://wot-ui.cn/component/cell.html#cell-attributes)"},"wd-cell/value":{"type":"string","description":"右侧内容\n\n[Docs](https://wot-ui.cn/component/cell.html#cell-attributes)"},"wd-cell/icon":{"type":"string","description":"图标类名\n\n[Docs](https://wot-ui.cn/component/cell.html#cell-attributes)"},"wd-cell/icon-size":{"type":"string | number","description":"图标大小\n\n[Docs](https://wot-ui.cn/component/cell.html#cell-attributes)"},"wd-cell/label":{"type":"string","description":"描述信息\n\n[Docs](https://wot-ui.cn/component/cell.html#cell-attributes)"},"wd-cell/is-link":{"type":"boolean","description":"是否为跳转链接, default: false.\n\n[Docs](https://wot-ui.cn/component/cell.html#cell-attributes)"},"wd-cell/to":{"type":"string","description":"跳转地址\n\n[Docs](https://wot-ui.cn/component/cell.html#cell-attributes)"},"wd-cell/clickable":{"type":"boolean","description":"点击反馈,开启 is-link 时,默认开启此选项, default: false.\n\n[Docs](https://wot-ui.cn/component/cell.html#cell-attributes)"},"wd-cell/replace":{"type":"boolean","description":"跳转时是否替换栈顶页面, default: false.\n\n[Docs](https://wot-ui.cn/component/cell.html#cell-attributes)"},"wd-cell/size":{"type":"string","options":["large"],"description":"设置单元格大小\n\n[Docs](https://wot-ui.cn/component/cell.html#cell-attributes)"},"wd-cell/title-width":{"type":"string","description":"设置左侧标题宽度\n\n[Docs](https://wot-ui.cn/component/cell.html#cell-attributes)"},"wd-cell/center":{"type":"boolean","description":"是否垂直居中,默认顶部居中, default: false.\n\n[Docs](https://wot-ui.cn/component/cell.html#cell-attributes)"},"wd-cell/required":{"type":"boolean","description":"表单属性,必填, default: false.\n\n[Docs](https://wot-ui.cn/component/cell.html#cell-attributes)"},"wd-cell/marker-side":{"type":"string","options":["before","after"],"description":"必填标记的位置, default: before.\n\n[Docs](https://wot-ui.cn/component/cell.html#cell-attributes)"},"wd-cell/arrow-direction":{"type":"string","options":["left","up","down"],"description":"箭头方向,只在 is-link 为 true 时生效\n\n[Docs](https://wot-ui.cn/component/cell.html#cell-attributes)"},"wd-cell/vertical":{"type":"boolean","description":"表单属性,上下结构, default: false.\n\n[Docs](https://wot-ui.cn/component/cell.html#cell-attributes)"},"wd-cell/ellipsis":{"type":"boolean","description":"内容省略,右侧内容超出时会以省略号显示, default: false.\n\n[Docs](https://wot-ui.cn/component/cell.html#cell-attributes)"},"wd-cell/use-title-slot":{"type":"boolean","description":"是否启用title插槽,默认启用,用来解决插槽传递时v-slot和v-if冲突问题, default: true.\n\n[Docs](https://wot-ui.cn/component/cell.html#cell-attributes)"},"wd-cell/prop":{"type":"string","description":"表单域 `model` 字段名,在使用表单校验功能的情况下,该属性是必填的\n\n[Docs](https://wot-ui.cn/component/cell.html#cell-attributes)"},"wd-cell/rules":{"type":"`FormItemRule []`","description":"表单验证规则,结合`wd-form`组件使用, default: [].\n\n[Docs](https://wot-ui.cn/component/cell.html#cell-attributes)"},"wd-cell/border":{"type":"boolean","description":"是否展示边框线,优先级高于`cell-group`的`border`\n\n[Docs](https://wot-ui.cn/component/cell.html#cell-attributes)"},"wd-cell/click":{"type":"event","description":"当 clickable 或 is-link 为 true 时点击单元格触发\n\n[Docs](https://wot-ui.cn/component/cell.html#cell-events)"},"wd-checkbox/v-model":{"type":"string | number | boolean","description":"单选框选中时的值\n\n[Docs](https://wot-ui.cn/component/checkbox.html#checkbox-attributes)"},"wd-checkbox/shape":{"type":"string","options":["circle","square","button"],"description":"单选框形状, default: circle.\n\n[Docs](https://wot-ui.cn/component/checkbox.html#checkbox-attributes)"},"wd-checkbox/checked-color":{"type":"string","description":"选中的颜色, default: #4D80F0.\n\n[Docs](https://wot-ui.cn/component/checkbox.html#checkbox-attributes)"},"wd-checkbox/disabled":{"type":"boolean","description":"禁用, default: false.\n\n[Docs](https://wot-ui.cn/component/checkbox.html#checkbox-attributes)"},"wd-checkbox/max-width":{"type":"string","description":"文字位置最大宽度\n\n[Docs](https://wot-ui.cn/component/checkbox.html#checkbox-attributes)"},"wd-checkbox/true-value":{"type":"string | number","description":"选中值,在 checkbox-group 中使用无效,需同 false-value 一块使用, default: true.\n\n[Docs](https://wot-ui.cn/component/checkbox.html#checkbox-attributes)"},"wd-checkbox/false-value":{"type":"string |number","description":"非选中时的值,在 checkbox-group 中使用无效,需同 true-value 一块使用, default: false.\n\n[Docs](https://wot-ui.cn/component/checkbox.html#checkbox-attributes)"},"wd-checkbox/size":{"type":"string","options":["large"],"description":"设置大小\n\n[Docs](https://wot-ui.cn/component/checkbox.html#checkbox-attributes)"},"wd-checkbox/change":{"type":"event","description":"绑定值变化时触发,当为复选框组时参数为 boolean,表示该复选框是否选中\n\n[Docs](https://wot-ui.cn/component/checkbox.html#checkbox-events)"},"wd-checkbox-group/v-model":{"type":"Array","description":"绑定值\n\n[Docs](https://wot-ui.cn/component/checkbox.html#checkboxgroup-attributes)"},"wd-checkbox-group/shape":{"type":"string","options":["circle","square","button"],"description":"单选框形状, default: circle.\n\n[Docs](https://wot-ui.cn/component/checkbox.html#checkboxgroup-attributes)"},"wd-checkbox-group/cell":{"type":"boolean","description":"表单模式, default: false.\n\n[Docs](https://wot-ui.cn/component/checkbox.html#checkboxgroup-attributes)"},"wd-checkbox-group/checked-color":{"type":"string","description":"选中的颜色, default: #4D80F0.\n\n[Docs](https://wot-ui.cn/component/checkbox.html#checkboxgroup-attributes)"},"wd-checkbox-group/disabled":{"type":"boolean","description":"禁用, default: false.\n\n[Docs](https://wot-ui.cn/component/checkbox.html#checkboxgroup-attributes)"},"wd-checkbox-group/min":{"type":"number","description":"最小选中的数量, default: 0.\n\n[Docs](https://wot-ui.cn/component/checkbox.html#checkboxgroup-attributes)"},"wd-checkbox-group/max":{"type":"number","description":"最大选中的数量,0 为无限数量,默认为 0, default: 0.\n\n[Docs](https://wot-ui.cn/component/checkbox.html#checkboxgroup-attributes)"},"wd-checkbox-group/inline":{"type":"boolean","description":"同行展示, default: false.\n\n[Docs](https://wot-ui.cn/component/checkbox.html#checkboxgroup-attributes)"},"wd-checkbox-group/size":{"type":"string","options":["large"],"description":"设置大小\n\n[Docs](https://wot-ui.cn/component/checkbox.html#checkboxgroup-attributes)"},"wd-checkbox-group/change":{"type":"event","description":"绑定值变化时触发\n\n[Docs](https://wot-ui.cn/component/checkbox.html#checkboxgroup-events)"},"wd-circle/v-model":{"type":"number","description":"当前进度, default: 0.\n\n[Docs](https://wot-ui.cn/component/circle.html#attributes)"},"wd-circle/custom-class":{"type":"string","description":"自定义class\n\n[Docs](https://wot-ui.cn/component/circle.html#attributes)"},"wd-circle/custom-style":{"type":"string","description":"自定义style\n\n[Docs](https://wot-ui.cn/component/circle.html#attributes)"},"wd-circle/size":{"type":"number","description":"圆环直径,默认单位为 px, default: 100.\n\n[Docs](https://wot-ui.cn/component/circle.html#attributes)"},"wd-circle/color":{"type":"string | Record<string, string>","description":"进度条颜色, default: #4d80f0.\n\n[Docs](https://wot-ui.cn/component/circle.html#attributes)"},"wd-circle/layer-color":{"type":"string","description":"轨道颜色, default: #EBEEF5.\n\n[Docs](https://wot-ui.cn/component/circle.html#attributes)"},"wd-circle/fill":{"type":"string","description":"填充颜色, default: #ffffff.\n\n[Docs](https://wot-ui.cn/component/circle.html#attributes)"},"wd-circle/speed":{"type":"number","description":"动画速度(单位为 rate/s), default: 50.\n\n[Docs](https://wot-ui.cn/component/circle.html#attributes)"},"wd-circle/text":{"type":"string","description":"文字\n\n[Docs](https://wot-ui.cn/component/circle.html#attributes)"},"wd-circle/stroke-width":{"type":"number","description":"进度条宽度,单位px, default: 10.\n\n[Docs](https://wot-ui.cn/component/circle.html#attributes)"},"wd-circle/stroke-linecap":{"type":"string","options":["butt","round","square"],"description":"进度条端点的形状, default: round.\n\n[Docs](https://wot-ui.cn/component/circle.html#attributes)"},"wd-circle/clockwise":{"type":"boolean","description":"是否顺时针增加, default: true.\n\n[Docs](https://wot-ui.cn/component/circle.html#attributes)"},"wd-col-picker/v-model":{"type":"array","description":"选中项\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/columns":{"type":"array","description":"选择器数据,二维数组\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/value-key":{"type":"string","description":"选项对象中,value 对应的 key, default: value.\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/label-key":{"type":"string","description":"选项对象中,展示的文本对应的 key, default: label.\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/tip-key":{"type":"string","description":"选项对象中,提示文案对应的 key, default: tip.\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/title":{"type":"string","description":"弹出层标题\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/label":{"type":"string","description":"选择器左侧文案\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/placeholder":{"type":"string","description":"选择器占位符, default: 请选择.\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/disabled":{"type":"boolean","description":"禁用, default: false.\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/readonly":{"type":"boolean","description":"只读, default: false.\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/display-format":{"type":"function","description":"自定义展示文案的格式化函数,返回一个字符串\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/column-change":{"type":"function","description":"接收当前列的选中项 item、当前列下标、当前列选中项下标下一列数据处理函数 resolve、结束选择 finish\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/size":{"type":"string","options":["large"],"description":"设置选择器大小\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/label-width":{"type":"string","description":"设置左侧标题宽度, default: 33%.\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/error":{"type":"boolean","description":"是否为错误状态,错误状态时右侧内容为红色, default: false.\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/required":{"type":"boolean","description":"必填样式, default: false.\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/marker-side":{"type":"string","options":["before","after"],"description":"必填标记位置, default: before.\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/align-right":{"type":"boolean","description":"选择器的值靠右展示, default: false.\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/before-confirm":{"type":"function","description":"确定前校验函数,接收 (value, resolve) 参数,通过 resolve 继续执行 picker,resolve 接收 1 个 boolean 参数\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/loading-color":{"type":"string","description":"loading 图标的颜色, default: #4D80F0.\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/use-default-slot":{"type":"boolean","description":"使用默认插槽时设置该选项, default: false.\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/use-label-slot":{"type":"boolean","description":"使用 label 插槽时设置该选项, default: false.\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/close-on-click-modal":{"type":"boolean","description":"点击遮罩是否关闭, default: true.\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/auto-complete":{"type":"-","options":["false"],"description":"自动触发 column-change 事件来补全数据,当 columns 为空数组或者 columns 数组长度小于 value 数组长度时,会自动触发 column-change\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/z-index":{"type":"number","description":"弹窗层级, default: 15.\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/safe-area-inset-bottom":{"type":"boolean","description":"弹出面板是否设置底部安全距离(iphone X 类型的机型), default: true.\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/ellipsis":{"type":"boolean","description":"是否超出隐藏, default: false.\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/prop":{"type":"string","description":"表单域 `model` 字段名,在使用表单校验功能的情况下,该属性是必填的\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/rules":{"type":"`FormItemRule []`","description":"表单验证规则,结合`wd-form`组件使用, default: [].\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/line-width":{"type":"number","description":"底部条宽度,单位像素\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/line-height":{"type":"number","description":"底部条高度,单位像素\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/root-portal":{"type":"boolean","description":"是否从页面中脱离出来,用于解决各种 fixed 失效问题, default: false.\n\n[Docs](https://wot-ui.cn/component/col-picker.html#attributes)"},"wd-col-picker/confirm":{"type":"event","description":"最后一列选项选中时触发\n\n[Docs](https://wot-ui.cn/component/col-picker.html#events)"},"wd-col-picker/close":{"type":"event","description":"点击关闭按钮或者蒙层时触发\n\n[Docs](https://wot-ui.cn/component/col-picker.html#events)"},"wd-collapse-item/name":{"type":"string","description":"折叠栏的标识符\n\n[Docs](https://wot-ui.cn/component/collapse.html#collapseitem-attributes)"},"wd-collapse-item/title":{"type":"string","description":"折叠栏的标题, 支持同名 slot 自定义内容\n\n[Docs](https://wot-ui.cn/component/collapse.html#collapseitem-attributes)"},"wd-collapse-item/disabled":{"type":"boolean","description":"禁用折叠栏, default: false.\n\n[Docs](https://wot-ui.cn/component/collapse.html#collapseitem-attributes)"},"wd-collapse-item/before-expend":{"type":"Function","description":"打开前的回调函数,返回 false 可以阻止打开,支持返回 Promise\n\n[Docs](https://wot-ui.cn/component/collapse.html#collapseitem-attributes)"},"wd-collapse/value":{"type":"string | array | boolean","description":"绑定值\n\n[Docs](https://wot-ui.cn/component/collapse.html#collapse-attributes)"},"wd-collapse/accordion":{"type":"boolean","description":"手风琴, default: false.\n\n[Docs](https://wot-ui.cn/component/collapse.html#collapse-attributes)"},"wd-collapse/viewmore":{"type":"boolean","description":"查看更多的折叠面板, default: false.\n\n[Docs](https://wot-ui.cn/component/collapse.html#collapse-attributes)"},"wd-collapse/use-more-slot":{"type":"boolean","description":"查看更多的自定义插槽使用标志, default: false.\n\n[Docs](https://wot-ui.cn/component/collapse.html#collapse-attributes)"},"wd-collapse/line-num":{"type":"number","description":"查看更多的折叠面板,收起时的显示行数, default: 2.\n\n[Docs](https://wot-ui.cn/component/collapse.html#collapse-attributes)"},"wd-collapse/change":{"type":"event","description":"绑定值变化时触发\n\n[Docs](https://wot-ui.cn/component/collapse.html#collapse-events)"},"wd-config-provider/theme":{"type":"string","options":["dark","light"],"description":"主题风格,设置为 `dark` 来开启深色模式,全局生效\n\n[Docs](https://wot-ui.cn/component/config-provider.html#attributes)"},"wd-config-provider/theme-vars":{"type":"`ConfigProviderThemeVars`","description":"自定义主题变量\n\n[Docs](https://wot-ui.cn/component/config-provider.html#attributes)"},"wd-count-down/time":{"type":"Number","description":"倒计时时长,单位毫秒, default: 0.\n\n[Docs](https://wot-ui.cn/component/count-down.html#attributes)"},"wd-count-down/millisecond":{"type":"Boolean","description":"是否开启毫秒级渲染, default: false.\n\n[Docs](https://wot-ui.cn/component/count-down.html#attributes)"},"wd-count-down/auto-start":{"type":"Boolean","description":"是否自动开始倒计时, default: true.\n\n[Docs](https://wot-ui.cn/component/count-down.html#attributes)"},"wd-count-down/format":{"type":"String","description":"倒计时格式化字符串, default: HH:mm:ss.\n\n[Docs](https://wot-ui.cn/component/count-down.html#attributes)"},"wd-count-down/finish":{"type":"event","description":"倒计时结束时触发\n\n[Docs](https://wot-ui.cn/component/count-down.html#events)"},"wd-count-down/change":{"type":"event","description":"倒计时变化时触发\n\n[Docs](https://wot-ui.cn/component/count-down.html#events)"},"wd-count-to/font-size":{"type":"number","options":["16"],"description":"字体大小, default: default.\n\n[Docs](https://wot-ui.cn/component/count-to.html#attributes)"},"wd-count-to/color":{"type":"string","description":"文本颜色\n\n[Docs](https://wot-ui.cn/component/count-to.html#attributes)"},"wd-count-to/type":{"type":"string","options":["primary'","'error'","'warning'","'success"],"description":"主题类型, default: default.\n\n[Docs](https://wot-ui.cn/component/count-to.html#attributes)"},"wd-count-to/start-val":{"type":"number","description":"起始值, default: 0.\n\n[Docs](https://wot-ui.cn/component/count-to.html#attributes)"},"wd-count-to/end-val":{"type":"number","description":"最终值, default: 2024.\n\n[Docs](https://wot-ui.cn/component/count-to.html#attributes)"},"wd-count-to/duration":{"type":"number","description":"从起始值到结束值数字变动的时间, default: 3000.\n\n[Docs](https://wot-ui.cn/component/count-to.html#attributes)"},"wd-count-to/autoplay":{"type":"boolean","description":"是否自动播放, default: true.\n\n[Docs](https://wot-ui.cn/component/count-to.html#attributes)"},"wd-count-to/decimals":{"type":"number","options":["(需大于等于 0)"],"description":"保留的小数位数, default: 0.\n\n[Docs](https://wot-ui.cn/component/count-to.html#attributes)"},"wd-count-to/decimal":{"type":"string","description":"小数点符号, default: ..\n\n[Docs](https://wot-ui.cn/component/count-to.html#attributes)"},"wd-count-to/separator":{"type":"string","description":"三位三位的隔开效果, default: ,.\n\n[Docs](https://wot-ui.cn/component/count-to.html#attributes)"},"wd-count-to/prefix":{"type":"string","description":"前缀\n\n[Docs](https://wot-ui.cn/component/count-to.html#attributes)"},"wd-count-to/suffix":{"type":"string","description":"后缀\n\n[Docs](https://wot-ui.cn/component/count-to.html#attributes)"},"wd-count-to/use-easing":{"type":"boolean","description":"是否具有连贯性, default: true.\n\n[Docs](https://wot-ui.cn/component/count-to.html#attributes)"},"wd-count-to/finish":{"type":"event","description":"动画完成时触发\n\n[Docs](https://wot-ui.cn/component/count-to.html#events)"},"wd-count-to/mounted":{"type":"event","description":"组件加载完成时时触发\n\n[Docs](https://wot-ui.cn/component/count-to.html#events)"},"wd-curtain/value":{"type":"boolean","description":"绑定值,展示/关闭幕帘(已废弃,请使用 modelValue)\n\n[Docs](https://wot-ui.cn/component/curtain.html#attributes)"},"wd-curtain/model-value":{"type":"boolean","description":"绑定值,展示/关闭幕帘\n\n[Docs](https://wot-ui.cn/component/curtain.html#attributes)"},"wd-curtain/src":{"type":"string","description":"幕帘图片地址,必须使用网络地址\n\n[Docs](https://wot-ui.cn/component/curtain.html#attributes)"},"wd-curtain/width":{"type":"number","description":"幕帘图片宽度,默认单位 px\n\n[Docs](https://wot-ui.cn/component/curtain.html#attributes)"},"wd-curtain/to":{"type":"string","description":"幕帘图片点击链接\n\n[Docs](https://wot-ui.cn/component/curtain.html#attributes)"},"wd-curtain/close-position":{"type":"string","options":["inset","top","bottom","top-left","top-right","bottom-left","bottom-right"],"description":"关闭按钮位置, default: inset.\n\n[Docs](https://wot-ui.cn/component/curtain.html#attributes)"},"wd-curtain/close-on-click-modal":{"type":"boolean","description":"点击遮罩是否关闭, default: false.\n\n[Docs](https://wot-ui.cn/component/curtain.html#attributes)"},"wd-curtain/hide-when-close":{"type":"boolean","description":"是否当关闭时将弹出层隐藏(display: none), default: true.\n\n[Docs](https://wot-ui.cn/component/curtain.html#attributes)"},"wd-curtain/z-index":{"type":"number","description":"设置层级, default: 10.\n\n[Docs](https://wot-ui.cn/component/curtain.html#attributes)"},"wd-curtain/root-portal":{"type":"boolean","description":"是否从页面中脱离出来,用于解决各种 fixed 失效问题, default: false.\n\n[Docs](https://wot-ui.cn/component/curtain.html#attributes)"},"wd-curtain/show-menu-by-longpress":{"type":"boolean","description":"开启长按图片显示识别小程序码菜单,仅微信小程序支持, default: false.\n\n[Docs](https://wot-ui.cn/component/curtain.html#attributes)"},"wd-curtain/close-on-click":{"type":"boolean","description":"是否在点击图片时关闭幕帘,默认为 true, default: ture.\n\n[Docs](https://wot-ui.cn/component/curtain.html#attributes)"},"wd-curtain/click":{"type":"event","description":"点击幕帘时触发\n\n[Docs](https://wot-ui.cn/component/curtain.html#events)"},"wd-curtain/close":{"type":"event","description":"弹出层关闭时触发\n\n[Docs](https://wot-ui.cn/component/curtain.html#events)"},"wd-curtain/click-modal":{"type":"event","description":"点击遮罩时触发\n\n[Docs](https://wot-ui.cn/component/curtain.html#events)"},"wd-curtain/beforeenter":{"type":"event","description":"进入前触发\n\n[Docs](https://wot-ui.cn/component/curtain.html#events)"},"wd-curtain/enter":{"type":"event","description":"进入时触发\n\n[Docs](https://wot-ui.cn/component/curtain.html#events)"},"wd-curtain/afterenter":{"type":"event","description":"进入后触发\n\n[Docs](https://wot-ui.cn/component/curtain.html#events)"},"wd-curtain/beforeleave":{"type":"event","description":"离开前触发\n\n[Docs](https://wot-ui.cn/component/curtain.html#events)"},"wd-curtain/leave":{"type":"event","description":"离开时触发\n\n[Docs](https://wot-ui.cn/component/curtain.html#events)"},"wd-curtain/afterleave":{"type":"event","description":"离开后触发\n\n[Docs](https://wot-ui.cn/component/curtain.html#events)"},"wd-curtain/load":{"type":"event","description":"图片加载完成事件\n\n[Docs](https://wot-ui.cn/component/curtain.html#events)"},"wd-curtain/error":{"type":"event","description":"图片加载失败事件,若图片加载失败,则不会展示幕帘组件,即使设置 `value` 为 true\n\n[Docs](https://wot-ui.cn/component/curtain.html#events)"},"wd-datetime-picker-view/v-model":{"type":"`string` | `timestamp`","description":"选中项,当 type 为 time 时,类型为字符串,否则为 `timestamp`\n\n[Docs](https://wot-ui.cn/component/datetime-picker-view.html#attributes)"},"wd-datetime-picker-view/type":{"type":"string","options":["date","year-month","time","year"],"description":"选择器类型, default: datetime.\n\n[Docs](https://wot-ui.cn/component/datetime-picker-view.html#attributes)"},"wd-datetime-picker-view/loading":{"type":"boolean","description":"加载中, default: false.\n\n[Docs](https://wot-ui.cn/component/datetime-picker-view.html#attributes)"},"wd-datetime-picker-view/loading-color":{"type":"string","description":"加载的颜色,只能使用十六进制的色值写法,且不能使用缩写, default: #4D80F0.\n\n[Docs](https://wot-ui.cn/component/datetime-picker-view.html#attributes)"},"wd-datetime-picker-view/columns-height":{"type":"number","description":"picker内部滚筒高, default: 231.\n\n[Docs](https://wot-ui.cn/component/datetime-picker-view.html#attributes)"},"wd-datetime-picker-view/item-height":{"type":"number","description":"picker item的高度, default: 35.\n\n[Docs](https://wot-ui.cn/component/datetime-picker-view.html#attributes)"},"wd-datetime-picker-view/formatter":{"type":"function","description":"自定义弹出层选项文案的格式化函数,返回一个字符串\n\n[Docs](https://wot-ui.cn/component/datetime-picker-view.html#attributes)"},"wd-datetime-picker-view/filter":{"type":"function","description":"自定义过滤选项的函数,返回列的选项数组\n\n[Docs](https://wot-ui.cn/component/datetime-picker-view.html#attributes)"},"wd-datetime-picker-view/min-date":{"type":"`timestamp`","description":"最小日期,13 位的时间戳, default: 当前日期 - 10年.\n\n[Docs](https://wot-ui.cn/component/datetime-picker-view.html#attributes)"},"wd-datetime-picker-view/max-date":{"type":"`timestamp`","description":"最大日期,13 位的时间戳, default: 当前日期 + 10年.\n\n[Docs](https://wot-ui.cn/component/datetime-picker-view.html#attributes)"},"wd-datetime-picker-view/min-hour":{"type":"number","description":"最小小时,time类型时生效, default: 0.\n\n[Docs](https://wot-ui.cn/component/datetime-picker-view.html#attributes)"},"wd-datetime-picker-view/max-hour":{"type":"number","description":"最大小时,time类型时生效, default: 23.\n\n[Docs](https://wot-ui.cn/component/datetime-picker-view.html#attributes)"},"wd-datetime-picker-view/min-minute":{"type":"number","description":"最小分钟,time类型时生效, default: 0.\n\n[Docs](https://wot-ui.cn/component/datetime-picker-view.html#attributes)"},"wd-datetime-picker-view/max-minute":{"type":"number","description":"最大分钟,time类型时生效, default: 59.\n\n[Docs](https://wot-ui.cn/component/datetime-picker-view.html#attributes)"},"wd-datetime-picker-view/immediate-change":{"type":"boolean","description":"是否在手指松开时立即触发picker-view的 change 事件。若不开启则会在滚动动画结束后触发 change 事件,1.2.25版本起提供,仅微信小程序和支付宝小程序支持。, default: false.\n\n[Docs](https://wot-ui.cn/component/datetime-picker-view.html#attributes)"},"wd-datetime-picker-view/use-second":{"type":"boolean","description":"是否显示秒选择,仅在 time 和 datetime 类型下生效, default: false.\n\n[Docs](https://wot-ui.cn/component/datetime-picker-view.html#attributes)"},"wd-datetime-picker-view/change":{"type":"event","description":"切换选项时触发\n\n[Docs](https://wot-ui.cn/component/datetime-picker-view.html#events)"},"wd-datetime-picker-view/pickstart":{"type":"event","description":"当滚动选择开始时候触发事件\n\n[Docs](https://wot-ui.cn/component/datetime-picker-view.html#events)"},"wd-datetime-picker-view/pickend":{"type":"event","description":"当滚动选择结束时候触发事件\n\n[Docs](https://wot-ui.cn/component/datetime-picker-view.html#events)"},"wd-datetime-picker/v-model":{"type":"`string` | `timestamp` | `array`","description":"选中项,当 type 为 time 时,类型为字符串;当 type 为 Array 时,类型为范围选择;否则为 `timestamp`\n\n[Docs](https://wot-ui.cn/component/datetime-picker.html#attributes)"},"wd-datetime-picker/default-value":{"type":"`string` | `timestamp` | `array`","description":"默认日期,类型保持与 value 一致,打开面板时面板自动选到默认日期\n\n[Docs](https://wot-ui.cn/component/datetime-picker.html#attributes)"},"wd-datetime-picker/type":{"type":"string","options":["date","year-month","time","year"],"description":"选择器类型, default: datetime.\n\n[Docs](https://wot-ui.cn/component/datetime-picker.html#attributes)"},"wd-datetime-picker/loading":{"type":"boolean","description":"加载中, default: false.\n\n[Docs](https://wot-ui.cn/component/datetime-picker.html#attributes)"},"wd-datetime-picker/loading-color":{"type":"string","description":"加载的颜色,只能使用十六进制的色值写法,且不能使用缩写, default: #4D80F0.\n\n[Docs](https://wot-ui.cn/component/datetime-picker.html#attribute