diff --git a/docs/component/keyboard.md b/docs/component/keyboard.md index f1607966d..209590cb4 100644 --- a/docs/component/keyboard.md +++ b/docs/component/keyboard.md @@ -1,6 +1,6 @@ -# Keyboard 虚拟键盘 $LOWEST_VERSION$ +# Keyboard 虚拟键盘 1.3.10 虚拟数字键盘,用于输入数字、密码、身份证或车牌号等场景。 @@ -243,22 +243,22 @@ const onDelete = () => showToast('删除') | 参数 | 说明 | 类型 | 可选值 | 默认值 | 最低版本 | | ------------------- | ------------------------ | --------------------- | -------------------------- | ---------- | ---------------- | -| v-model:visible | 是否展开 | `boolean` | - | `false` | $LOWEST_VERSION$ | -| v-model | 绑定的值 | `string` | - | - | $LOWEST_VERSION$ | -| title | 标题 | `string` | - | - | $LOWEST_VERSION$ | -| mode | 键盘模式 | `string` | `default`, `car`, `custom` | `default` | $LOWEST_VERSION$ | -| zIndex | 层级 | `number` | - | `100` | $LOWEST_VERSION$ | -| maxlength | 最大长度 | `number` | - | `Infinity` | $LOWEST_VERSION$ | -| showDeleteKey | 是否显示删除键 | `boolean` | - | `true` | $LOWEST_VERSION$ | -| randomKeyOrder | 是否随机键盘按键顺序 | `boolean` | - | `false` | $LOWEST_VERSION$ | -| closeText | 确认按钮文本 | `string` | - | - | $LOWEST_VERSION$ | -| deleteText | 删除按钮文本 | `string` | - | - | $LOWEST_VERSION$ | -| closeButtonLoading | 关闭按钮是否显示加载状态 | `boolean` | - | `false` | $LOWEST_VERSION$ | -| modal | 是否显示蒙层遮罩 | `boolean` | - | `false` | $LOWEST_VERSION$ | -| hideOnClickOutside | 是否在点击外部时收起键盘 | `boolean` | - | `true` | $LOWEST_VERSION$ | -| lockScroll | 是否锁定滚动 | `boolean` | - | `true` | $LOWEST_VERSION$ | -| safeAreaInsetBottom | 是否在底部安全区域内 | `boolean` | - | `true` | $LOWEST_VERSION$ | -| extraKey | 额外按键 | `string` / `string[]` | - | - | $LOWEST_VERSION$ | +| v-model:visible | 是否展开 | `boolean` | - | `false` | 1.3.10 | +| v-model | 绑定的值 | `string` | - | - | 1.3.10 | +| title | 标题 | `string` | - | - | 1.3.10 | +| mode | 键盘模式 | `string` | `default`, `car`, `custom` | `default` | 1.3.10 | +| zIndex | 层级 | `number` | - | `100` | 1.3.10 | +| maxlength | 最大长度 | `number` | - | `Infinity` | 1.3.10 | +| showDeleteKey | 是否显示删除键 | `boolean` | - | `true` | 1.3.10 | +| randomKeyOrder | 是否随机键盘按键顺序 | `boolean` | - | `false` | 1.3.10 | +| closeText | 确认按钮文本 | `string` | - | - | 1.3.10 | +| deleteText | 删除按钮文本 | `string` | - | - | 1.3.10 | +| closeButtonLoading | 关闭按钮是否显示加载状态 | `boolean` | - | `false` | 1.3.10 | +| modal | 是否显示蒙层遮罩 | `boolean` | - | `false` | 1.3.10 | +| hideOnClickOutside | 是否在点击外部时收起键盘 | `boolean` | - | `true` | 1.3.10 | +| lockScroll | 是否锁定滚动 | `boolean` | - | `true` | 1.3.10 | +| safeAreaInsetBottom | 是否在底部安全区域内 | `boolean` | - | `true` | 1.3.10 | +| extraKey | 额外按键 | `string` / `string[]` | - | - | 1.3.10 | ## Slot @@ -278,5 +278,5 @@ const onDelete = () => showToast('删除') | 类名 | 说明 | 最低版本 | | ------------ | ------------ | -------- | -| custom-class | 根节点样式类 | $LOWEST_VERSION$ | -| custom-style | 根节点样式 | $LOWEST_VERSION$ | +| custom-class | 根节点样式类 | 1.3.10 | +| custom-style | 根节点样式 | 1.3.10 | diff --git a/docs/guide/changelog.md b/docs/guide/changelog.md index 7fa1e4102..e2bbfc3f9 100644 --- a/docs/guide/changelog.md +++ b/docs/guide/changelog.md @@ -1,6 +1,25 @@ # 更新日志 +### [1.3.10](https://github.com/Moonofweisheng/wot-design-uni/compare/v1.3.9...v1.3.10) (2024-09-08) + + +### ✨ Features | 新功能 + +* ✨ 新增Keyboard虚拟键盘支持车牌号输入 ([#567](https://github.com/Moonofweisheng/wot-design-uni/issues/567)) ([59df1b7](https://github.com/Moonofweisheng/wot-design-uni/commit/59df1b7ce56e9253ad046a7898651a866b8c99d7)), closes [#351](https://github.com/Moonofweisheng/wot-design-uni/issues/351) + + +### 🐛 Bug Fixes | Bug 修复 + +* 🐛 修复 col-picker 点击遮罩关闭执行两次问题 ([#584](https://github.com/Moonofweisheng/wot-design-uni/issues/584)) ([8fc5380](https://github.com/Moonofweisheng/wot-design-uni/commit/8fc5380ad1f9a34998aedf1de2a9b05011bd8267)) +* 🐛 修复wd-upload 关闭按钮受项目行高影响的问题 ([#576](https://github.com/Moonofweisheng/wot-design-uni/issues/576)) ([feb64ea](https://github.com/Moonofweisheng/wot-design-uni/commit/feb64ea7be1eada01782bb1fa0d5b848acb4fa64)) + + +### ✏️ Documentation | 文档 + +* ✏️ 文档中添加KeyBoard的版本要求 ([715c054](https://github.com/Moonofweisheng/wot-design-uni/commit/715c054f4c723de73e2d57b940390cc7bcc89273)) +* ✏️ 优化多列选择器组件文档 ([#572](https://github.com/Moonofweisheng/wot-design-uni/issues/572)) ([93e0736](https://github.com/Moonofweisheng/wot-design-uni/commit/93e0736a24aa77d60376b5dd4d073180b88a6411)) + ### [1.3.9](https://github.com/Moonofweisheng/wot-design-uni/compare/v1.3.8...v1.3.9) (2024-09-01) diff --git a/src/uni_modules/wot-design-uni/changelog.md b/src/uni_modules/wot-design-uni/changelog.md index 7fa1e4102..e2bbfc3f9 100644 --- a/src/uni_modules/wot-design-uni/changelog.md +++ b/src/uni_modules/wot-design-uni/changelog.md @@ -1,6 +1,25 @@ # 更新日志 +### [1.3.10](https://github.com/Moonofweisheng/wot-design-uni/compare/v1.3.9...v1.3.10) (2024-09-08) + + +### ✨ Features | 新功能 + +* ✨ 新增Keyboard虚拟键盘支持车牌号输入 ([#567](https://github.com/Moonofweisheng/wot-design-uni/issues/567)) ([59df1b7](https://github.com/Moonofweisheng/wot-design-uni/commit/59df1b7ce56e9253ad046a7898651a866b8c99d7)), closes [#351](https://github.com/Moonofweisheng/wot-design-uni/issues/351) + + +### 🐛 Bug Fixes | Bug 修复 + +* 🐛 修复 col-picker 点击遮罩关闭执行两次问题 ([#584](https://github.com/Moonofweisheng/wot-design-uni/issues/584)) ([8fc5380](https://github.com/Moonofweisheng/wot-design-uni/commit/8fc5380ad1f9a34998aedf1de2a9b05011bd8267)) +* 🐛 修复wd-upload 关闭按钮受项目行高影响的问题 ([#576](https://github.com/Moonofweisheng/wot-design-uni/issues/576)) ([feb64ea](https://github.com/Moonofweisheng/wot-design-uni/commit/feb64ea7be1eada01782bb1fa0d5b848acb4fa64)) + + +### ✏️ Documentation | 文档 + +* ✏️ 文档中添加KeyBoard的版本要求 ([715c054](https://github.com/Moonofweisheng/wot-design-uni/commit/715c054f4c723de73e2d57b940390cc7bcc89273)) +* ✏️ 优化多列选择器组件文档 ([#572](https://github.com/Moonofweisheng/wot-design-uni/issues/572)) ([93e0736](https://github.com/Moonofweisheng/wot-design-uni/commit/93e0736a24aa77d60376b5dd4d073180b88a6411)) + ### [1.3.9](https://github.com/Moonofweisheng/wot-design-uni/compare/v1.3.8...v1.3.9) (2024-09-01) diff --git a/src/uni_modules/wot-design-uni/package.json b/src/uni_modules/wot-design-uni/package.json index 0906e3c85..76412b28f 100644 --- a/src/uni_modules/wot-design-uni/package.json +++ b/src/uni_modules/wot-design-uni/package.json @@ -1 +1 @@ -{"id":"wot-design-uni","name":"wot-design-uni","displayName":"wot-design-uni 基于vue3+Typescript的高颜值组件库","version":"1.3.9","description":"一个基于Vue3+TS开发的uni-app组件库,提供70+高质量组件,支持暗黑模式、国际化和自定义主题。","keywords":["wot-design-uni","国际化","组件库","vue3","暗黑模式"],"main":"index.ts","repository":{"type":"git","url":"https://github.com/Moonofweisheng/wot-design-uni.git"},"engines":{"HBuilderX":"^3.8.7"},"dcloudext":{"type":"component-vue","sale":{"regular":{"price":"0.00"},"sourcecode":{"price":"0.00"}},"contact":{"qq":""},"declaration":{"ads":"无","data":"插件不采集任何数据","permissions":"无"},"npmurl":"https://www.npmjs.com/package/wot-design-uni"},"uni_modules":{"dependencies":[],"encrypt":[],"platforms":{"cloud":{"tcb":"y","aliyun":"y"},"client":{"Vue":{"vue2":"n","vue3":"y"},"App":{"app-vue":"y","app-nvue":"u"},"H5-mobile":{"Safari":"y","Android Browser":"y","微信浏览器(Android)":"y","QQ浏览器(Android)":"y"},"H5-pc":{"Chrome":"u","IE":"u","Edge":"u","Firefox":"u","Safari":"u"},"小程序":{"微信":"y","阿里":"y","百度":"u","字节跳动":"u","QQ":"u","钉钉":"y","快手":"u","飞书":"u","京东":"u"},"快应用":{"华为":"u","联盟":"u"}}}},"peerDependencies":{"vue":">=3.2.47"}} \ No newline at end of file +{"id":"wot-design-uni","name":"wot-design-uni","displayName":"wot-design-uni 基于vue3+Typescript的高颜值组件库","version":"1.3.10","description":"一个基于Vue3+TS开发的uni-app组件库,提供70+高质量组件,支持暗黑模式、国际化和自定义主题。","keywords":["wot-design-uni","国际化","组件库","vue3","暗黑模式"],"main":"index.ts","repository":{"type":"git","url":"https://github.com/Moonofweisheng/wot-design-uni.git"},"engines":{"HBuilderX":"^3.8.7"},"dcloudext":{"type":"component-vue","sale":{"regular":{"price":"0.00"},"sourcecode":{"price":"0.00"}},"contact":{"qq":""},"declaration":{"ads":"无","data":"插件不采集任何数据","permissions":"无"},"npmurl":"https://www.npmjs.com/package/wot-design-uni"},"uni_modules":{"dependencies":[],"encrypt":[],"platforms":{"cloud":{"tcb":"y","aliyun":"y"},"client":{"Vue":{"vue2":"n","vue3":"y"},"App":{"app-vue":"y","app-nvue":"u"},"H5-mobile":{"Safari":"y","Android Browser":"y","微信浏览器(Android)":"y","QQ浏览器(Android)":"y"},"H5-pc":{"Chrome":"u","IE":"u","Edge":"u","Firefox":"u","Safari":"u"},"小程序":{"微信":"y","阿里":"y","百度":"u","字节跳动":"u","QQ":"u","钉钉":"y","快手":"u","飞书":"u","京东":"u"},"快应用":{"华为":"u","联盟":"u"}}}},"peerDependencies":{"vue":">=3.2.47"}} \ No newline at end of file