mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 17:18:40 +08:00
build: compile 1.12.0
This commit is contained in:
parent
1e1d3760aa
commit
e37ce9205f
@ -425,7 +425,7 @@ function handleConfirm({ value }) {
|
|||||||
| label-width | 设置左侧标题宽度 | string | - | 33% | - |
|
| label-width | 设置左侧标题宽度 | string | - | 33% | - |
|
||||||
| error | 是否为错误状态,错误状态时右侧内容为红色 | boolean | - | false | - |
|
| error | 是否为错误状态,错误状态时右侧内容为红色 | boolean | - | false | - |
|
||||||
| required | 必填样式 | boolean | - | false | - |
|
| required | 必填样式 | boolean | - | false | - |
|
||||||
| marker-side | 必填标记位置 | string | before / after | before | $LOWEST_VERSION$ |
|
| marker-side | 必填标记位置 | string | before / after | before | 1.12.0 |
|
||||||
| center | 是否垂直居中 | boolean | - | false | - |
|
| center | 是否垂直居中 | boolean | - | false | - |
|
||||||
| ellipsis | 是否超出隐藏 | boolean | - | false | - |
|
| ellipsis | 是否超出隐藏 | boolean | - | false | - |
|
||||||
| align-right | 选择器的值靠右展示 | boolean | - | false | - |
|
| align-right | 选择器的值靠右展示 | boolean | - | false | - |
|
||||||
|
|||||||
@ -260,7 +260,7 @@ function handleSwitchChange({ value }) {
|
|||||||
| title-width | 设置左侧标题宽度 | string | - | - | - |
|
| title-width | 设置左侧标题宽度 | string | - | - | - |
|
||||||
| center | 是否垂直居中,默认顶部居中 | boolean | - | false | - |
|
| center | 是否垂直居中,默认顶部居中 | boolean | - | false | - |
|
||||||
| required | 表单属性,必填 | boolean | - | false | - |
|
| required | 表单属性,必填 | boolean | - | false | - |
|
||||||
| marker-side | 必填标记的位置 | string | before / after | before | $LOWEST_VERSION$ |
|
| marker-side | 必填标记的位置 | string | before / after | before | 1.12.0 |
|
||||||
| vertical | 表单属性,上下结构 | boolean | - | false | - |
|
| vertical | 表单属性,上下结构 | boolean | - | false | - |
|
||||||
| ellipsis | 内容省略,右侧内容超出时会以省略号显示 | boolean | - | false | 1.11.0 |
|
| ellipsis | 内容省略,右侧内容超出时会以省略号显示 | boolean | - | false | 1.11.0 |
|
||||||
| use-title-slot | 是否启用title插槽,默认启用,用来解决插槽传递时v-slot和v-if冲突问题 | boolean | - | true | 1.11.0 |
|
| use-title-slot | 是否启用title插槽,默认启用,用来解决插槽传递时v-slot和v-if冲突问题 | boolean | - | true | 1.11.0 |
|
||||||
|
|||||||
@ -638,7 +638,7 @@ const columnChange = ({ selectedItem, resolve, finish }) => {
|
|||||||
| label-width | 设置左侧标题宽度 | string | - | 33% | - |
|
| label-width | 设置左侧标题宽度 | string | - | 33% | - |
|
||||||
| error | 是否为错误状态,错误状态时右侧内容为红色 | boolean | - | false | - |
|
| error | 是否为错误状态,错误状态时右侧内容为红色 | boolean | - | false | - |
|
||||||
| required | 必填样式 | boolean | - | false | - |
|
| required | 必填样式 | boolean | - | false | - |
|
||||||
| marker-side | 必填标记位置 | string | before / after | before | $LOWEST_VERSION$ |
|
| marker-side | 必填标记位置 | string | before / after | before | 1.12.0 |
|
||||||
| align-right | 选择器的值靠右展示 | boolean | - | false | - |
|
| align-right | 选择器的值靠右展示 | boolean | - | false | - |
|
||||||
| before-confirm | 确定前校验函数,接收 (value, resolve) 参数,通过 resolve 继续执行 picker,resolve 接收 1 个 boolean 参数 | function | - | - | - |
|
| before-confirm | 确定前校验函数,接收 (value, resolve) 参数,通过 resolve 继续执行 picker,resolve 接收 1 个 boolean 参数 | function | - | - | - |
|
||||||
| loading-color | loading 图标的颜色 | string | - | #4D80F0 | - |
|
| loading-color | loading 图标的颜色 | string | - | #4D80F0 | - |
|
||||||
|
|||||||
@ -307,7 +307,7 @@ const displayFormatTabLabel = (items) => {
|
|||||||
| minMinute | 最小分钟,time类型时生效 | number | - | 0 | - |
|
| minMinute | 最小分钟,time类型时生效 | number | - | 0 | - |
|
||||||
| maxMinute | 最大分钟,time类型时生效 | number | - | 59 | - |
|
| maxMinute | 最大分钟,time类型时生效 | number | - | 59 | - |
|
||||||
| required | 表单属性,必填 | boolean | - | false | - |
|
| required | 表单属性,必填 | boolean | - | false | - |
|
||||||
| marker-side | 必填标记位置 | string | before / after | before | $LOWEST_VERSION$ |
|
| marker-side | 必填标记位置 | string | before / after | before | 1.12.0 |
|
||||||
| size | 设置选择器大小 | string | large | - | - |
|
| size | 设置选择器大小 | string | large | - | - |
|
||||||
| label-width | 设置左侧标题宽度 | string | - | 33% | - |
|
| label-width | 设置左侧标题宽度 | string | - | 33% | - |
|
||||||
| error | 是否为错误状态,错误状态时右侧内容为红色 | boolean | - | false | - |
|
| error | 是否为错误状态,错误状态时右侧内容为红色 | boolean | - | false | - |
|
||||||
|
|||||||
@ -241,9 +241,9 @@
|
|||||||
| max | 图标右上角 `badge` 最大值,超过最大值会显示 '{max}+',要求 value 是 Number 类型 | number | - | - | - |
|
| max | 图标右上角 `badge` 最大值,超过最大值会显示 '{max}+',要求 value 是 Number 类型 | number | - | - | - |
|
||||||
| url | 点击后跳转的链接地址 | string | - | - | - |
|
| url | 点击后跳转的链接地址 | string | - | - | - |
|
||||||
| link-type | 页面跳转方式, 参考[微信小程序路由文档](https://developers.weixin.qq.com/miniprogram/dev/framework/app-service/route.html) | string | navigateTo / switchTab / reLaunch | - | - |
|
| link-type | 页面跳转方式, 参考[微信小程序路由文档](https://developers.weixin.qq.com/miniprogram/dev/framework/app-service/route.html) | string | navigateTo / switchTab / reLaunch | - | - |
|
||||||
| <s>use-slot</s> | 是否开启 `GridItem` 内容插槽 **($LOWEST_VERSION$已废弃,直接使用默认插槽即可)** | boolean | - | false | - |
|
| <s>use-slot</s> | 是否开启 `GridItem` 内容插槽 **(1.12.0已废弃,直接使用默认插槽即可)** | boolean | - | false | - |
|
||||||
| <s>use-icon-slot</s> | 是否开启 `GridItem` icon 插槽 **($LOWEST_VERSION$已废弃,组件会自动检测icon插槽的存在)** | boolean | - | false | - |
|
| <s>use-icon-slot</s> | 是否开启 `GridItem` icon 插槽 **(1.12.0已废弃,组件会自动检测icon插槽的存在)** | boolean | - | false | - |
|
||||||
| <s>use-text-slot</s> | 是否开启 `GridItem` text 内容插槽 **($LOWEST_VERSION$已废弃,组件会自动检测text插槽的存在)** | boolean | - | false | - |
|
| <s>use-text-slot</s> | 是否开启 `GridItem` text 内容插槽 **(1.12.0已废弃,组件会自动检测text插槽的存在)** | boolean | - | false | - |
|
||||||
| icon-size | 图标大小 | string | - | 26px | - |
|
| icon-size | 图标大小 | string | - | 26px | - |
|
||||||
| badge-props | 自定义徽标的属性,传入的对象会被透传给 [Badge 组件的 props](/component/badge#attributes) | BadgeProps | - | - | 0.1.50 |
|
| badge-props | 自定义徽标的属性,传入的对象会被透传给 [Badge 组件的 props](/component/badge#attributes) | BadgeProps | - | - | 0.1.50 |
|
||||||
|
|
||||||
|
|||||||
@ -165,7 +165,7 @@ function handleChange(event) {
|
|||||||
| center | 当有label属性时,设置标题和输入框垂直居中,默认为顶部居中 | boolean | - | false | - |
|
| center | 当有label属性时,设置标题和输入框垂直居中,默认为顶部居中 | boolean | - | false | - |
|
||||||
| label-width | 设置左侧标题宽度 | string | - | 33% | - |
|
| label-width | 设置左侧标题宽度 | string | - | 33% | - |
|
||||||
| required | cell 类型下必填样式 | boolean | - | false | - |
|
| required | cell 类型下必填样式 | boolean | - | false | - |
|
||||||
| marker-side | 必填标记的位置 | string | before / after | before | $LOWEST_VERSION$ |
|
| marker-side | 必填标记的位置 | string | before / after | before | 1.12.0 |
|
||||||
| no-border | 非 cell 类型下是否隐藏下划线 | boolean | - | false | - |
|
| no-border | 非 cell 类型下是否隐藏下划线 | boolean | - | false | - |
|
||||||
| prop | 表单域 `model` 字段名,在使用表单校验功能的情况下,该属性是必填的 | string | - | - | - |
|
| prop | 表单域 `model` 字段名,在使用表单校验功能的情况下,该属性是必填的 | string | - | - | - |
|
||||||
| rules | 表单验证规则,结合`wd-form`组件使用 | `FormItemRule []` | - | `[]` | - |
|
| rules | 表单验证规则,结合`wd-form`组件使用 | `FormItemRule []` | - | `[]` | - |
|
||||||
|
|||||||
@ -260,7 +260,7 @@ function handleConfirm({ value }) {
|
|||||||
| label-width | 设置左侧标题宽度 | string | - | 33% | - |
|
| label-width | 设置左侧标题宽度 | string | - | 33% | - |
|
||||||
| error | 是否为错误状态,错误状态时右侧内容为红色 | boolean | - | false | - |
|
| error | 是否为错误状态,错误状态时右侧内容为红色 | boolean | - | false | - |
|
||||||
| required | 表单属性,必填 | boolean | - | false | - |
|
| required | 表单属性,必填 | boolean | - | false | - |
|
||||||
| marker-side | 必填标记位置 | string | before / after | before | $LOWEST_VERSION$ |
|
| marker-side | 必填标记位置 | string | before / after | before | 1.12.0 |
|
||||||
| align-right | 选择器的值靠右展示 | boolean | - | false | - |
|
| align-right | 选择器的值靠右展示 | boolean | - | false | - |
|
||||||
| use-label-slot | label 使用插槽 | boolean | - | false | - |
|
| use-label-slot | label 使用插槽 | boolean | - | false | - |
|
||||||
| use-default-slot | 使用默认插槽 | boolean | - | false | - |
|
| use-default-slot | 使用默认插槽 | boolean | - | false | - |
|
||||||
|
|||||||
@ -342,7 +342,7 @@ function handleConfirm({ value, selectedItems }) {
|
|||||||
| label-width | 左侧标题宽度 | string | - | 33% | - |
|
| label-width | 左侧标题宽度 | string | - | 33% | - |
|
||||||
| error | 错误状态(右侧内容红色) | boolean | - | false | - |
|
| error | 错误状态(右侧内容红色) | boolean | - | false | - |
|
||||||
| required | 必填样式 | boolean | - | false | - |
|
| required | 必填样式 | boolean | - | false | - |
|
||||||
| marker-side | 必填标记位置 | string | before / after | before | $LOWEST_VERSION$ |
|
| marker-side | 必填标记位置 | string | before / after | before | 1.12.0 |
|
||||||
| align-right | 值靠右展示 | boolean | - | false | - |
|
| align-right | 值靠右展示 | boolean | - | false | - |
|
||||||
| before-confirm | 确定前校验函数,接收(value,resolve)参数 | function | - | - | - |
|
| before-confirm | 确定前校验函数,接收(value,resolve)参数 | function | - | - | - |
|
||||||
| select-size | picker内部选项组尺寸 | string | large | - | - |
|
| select-size | picker内部选项组尺寸 | string | large | - | - |
|
||||||
|
|||||||
@ -154,7 +154,7 @@ const value = ref<string>('')
|
|||||||
| center | 有 label 时设置标题和输入框垂直居中(默认顶部居中) | boolean | - | false | - |
|
| center | 有 label 时设置标题和输入框垂直居中(默认顶部居中) | boolean | - | false | - |
|
||||||
| no-border | 非 cell 类型下是否隐藏下划线 | boolean | - | false | - |
|
| no-border | 非 cell 类型下是否隐藏下划线 | boolean | - | false | - |
|
||||||
| required | cell 类型下必填样式 | boolean | - | false | - |
|
| required | cell 类型下必填样式 | boolean | - | false | - |
|
||||||
| marker-side | 必填标记的位置 | string | before / after | before | $LOWEST_VERSION$ |
|
| marker-side | 必填标记的位置 | string | before / after | before | 1.12.0 |
|
||||||
| prop | 表单域 `model` 字段名(表单校验必填) | string | - | - | - |
|
| prop | 表单域 `model` 字段名(表单校验必填) | string | - | - | - |
|
||||||
| rules | 表单验证规则 | FormItemRule[] | - | [] | - |
|
| rules | 表单验证规则 | FormItemRule[] | - | [] | - |
|
||||||
| clearTrigger | 显示清除图标的时机:always(输入框非空时展示)/ focus(聚焦且非空时展示) | InputClearTrigger | `focus`/`always` | `always` | 1.3.7 |
|
| clearTrigger | 显示清除图标的时机:always(输入框非空时展示)/ focus(聚焦且非空时展示) | InputClearTrigger | `focus`/`always` | `always` | 1.3.7 |
|
||||||
|
|||||||
@ -197,7 +197,7 @@ Set the `formatter` parameter, which is a function type that receives an `object
|
|||||||
| label-width | Set left title width | string | - | 33% | - |
|
| label-width | Set left title width | string | - | 33% | - |
|
||||||
| error | Whether in error state, right content is red in error state | boolean | - | false | - |
|
| error | Whether in error state, right content is red in error state | boolean | - | false | - |
|
||||||
| required | Required style | boolean | - | false | - |
|
| required | Required style | boolean | - | false | - |
|
||||||
| marker-side | Position of the required marker | 'before' \| 'after' | - | 'before' | $LOWEST_VERSION$ |
|
| marker-side | Position of the required marker | 'before' \| 'after' | - | 'before' | 1.12.0 |
|
||||||
| center | Whether to vertically center | boolean | - | false | - |
|
| center | Whether to vertically center | boolean | - | false | - |
|
||||||
| ellipsis | Whether to hide overflow | boolean | - | false | - |
|
| ellipsis | Whether to hide overflow | boolean | - | false | - |
|
||||||
| align-right | Display picker value aligned to the right | boolean | - | false | - |
|
| align-right | Display picker value aligned to the right | boolean | - | false | - |
|
||||||
|
|||||||
@ -117,7 +117,7 @@ The `center` attribute sets whether the left and right content of the cell is ve
|
|||||||
| title-width | Title width, with unit | string | - | - |
|
| title-width | Title width, with unit | string | - | - |
|
||||||
| center | Whether to vertically center the left and right content | boolean | false | - |
|
| center | Whether to vertically center the left and right content | boolean | false | - |
|
||||||
| required | Whether to show the required asterisk | boolean | false | - |
|
| required | Whether to show the required asterisk | boolean | false | - |
|
||||||
| marker-side | Position of the required marker | 'before' \| 'after' | 'before' | $LOWEST_VERSION$ |
|
| marker-side | Position of the required marker | 'before' \| 'after' | 'before' | 1.12.0 |
|
||||||
| on | Whether to show the on icon on the right | boolean | false | - |
|
| on | Whether to show the on icon on the right | boolean | false | - |
|
||||||
| bordered | Whether to show the bottom border | boolean | true | - |
|
| bordered | Whether to show the bottom border | boolean | true | - |
|
||||||
| center-title | Whether to center the title | boolean | false | 0.1.1 |
|
| center-title | Whether to center the title | boolean | false | 0.1.1 |
|
||||||
|
|||||||
@ -490,7 +490,7 @@ const handleConfirm = ({ selectedItems: items }) => {
|
|||||||
| label-width | Left-side label width | string | - | 33% | - |
|
| label-width | Left-side label width | string | - | 33% | - |
|
||||||
| error | Error state (displays value in red) | boolean | - | false | - |
|
| error | Error state (displays value in red) | boolean | - | false | - |
|
||||||
| required | Whether to display the required asterisk | boolean | - | false | - |
|
| required | Whether to display the required asterisk | boolean | - | false | - |
|
||||||
| marker-side | Position of the required marker | string | before / after | before | $LOWEST_VERSION$ |
|
| marker-side | Position of the required marker | string | before / after | before | 1.12.0 |
|
||||||
| align-right | Right-align the picker value | boolean | - | false | - |
|
| align-right | Right-align the picker value | boolean | - | false | - |
|
||||||
| before-confirm | Validation function before confirming, receives (value, resolve) parameters, continue execution through resolve, resolve accepts 1 boolean parameter | function | - | - | - |
|
| before-confirm | Validation function before confirming, receives (value, resolve) parameters, continue execution through resolve, resolve accepts 1 boolean parameter | function | - | - | - |
|
||||||
| loading-color | Loading icon color | string | - | #4D80F0 | - |
|
| loading-color | Loading icon color | string | - | #4D80F0 | - |
|
||||||
|
|||||||
@ -302,7 +302,7 @@ const displayFormatTabLabel = (items) => {
|
|||||||
| minMinute | Minimum minute, effective for time type | number | - | 0 | - |
|
| minMinute | Minimum minute, effective for time type | number | - | 0 | - |
|
||||||
| maxMinute | Maximum minute, effective for time type | number | - | 59 | - |
|
| maxMinute | Maximum minute, effective for time type | number | - | 59 | - |
|
||||||
| required | Form attribute, required | boolean | - | false | - |
|
| required | Form attribute, required | boolean | - | false | - |
|
||||||
| marker-side | Position of the required marker | 'before' \| 'after' | - | 'before' | $LOWEST_VERSION$ |
|
| marker-side | Position of the required marker | 'before' \| 'after' | - | 'before' | 1.12.0 |
|
||||||
| size | Set picker size | string | large | - | - |
|
| size | Set picker size | string | large | - | - |
|
||||||
| label-width | Set left title width | string | - | 33% | - |
|
| label-width | Set left title width | string | - | 33% | - |
|
||||||
| error | Whether in error state, right content is red in error state | boolean | - | false | - |
|
| error | Whether in error state, right content is red in error state | boolean | - | false | - |
|
||||||
|
|||||||
@ -228,9 +228,9 @@ Set jump link through `url` property.
|
|||||||
| icon-size | Icon size | string | '26px' | - |
|
| icon-size | Icon size | string | '26px' | - |
|
||||||
| url | Page jump link | string | - | - |
|
| url | Page jump link | string | - | - |
|
||||||
| link-type | Page jump type | string | 'navigateTo' | - |
|
| link-type | Page jump type | string | 'navigateTo' | - |
|
||||||
| <s>use-slot</s> | Whether to use slot **($LOWEST_VERSION$Deprecated, use default slot directly)** | boolean | false | - |
|
| <s>use-slot</s> | Whether to use slot **(1.12.0Deprecated, use default slot directly)** | boolean | false | - |
|
||||||
| <s>use-icon-slot</s> | Whether to use icon slot **($LOWEST_VERSION$Deprecated, component auto-detects icon slot existence)** | boolean | false | - |
|
| <s>use-icon-slot</s> | Whether to use icon slot **(1.12.0Deprecated, component auto-detects icon slot existence)** | boolean | false | - |
|
||||||
| <s>use-text-slot</s> | Whether to use text slot **($LOWEST_VERSION$Deprecated, component auto-detects text slot existence)** | boolean | false | - |
|
| <s>use-text-slot</s> | Whether to use text slot **(1.12.0Deprecated, component auto-detects text slot existence)** | boolean | false | - |
|
||||||
| clickable | Whether clickable | boolean | false | - |
|
| clickable | Whether clickable | boolean | false | - |
|
||||||
|
|
||||||
## GridItem Events
|
## GridItem Events
|
||||||
|
|||||||
@ -242,7 +242,7 @@ Set the `error-message` attribute to display an error message below the input.
|
|||||||
| label-width | Label width | string | 33% | - |
|
| label-width | Label width | string | 33% | - |
|
||||||
| cell | Whether to display in cell style | boolean | false | - |
|
| cell | Whether to display in cell style | boolean | false | - |
|
||||||
| required | Whether to display the required asterisk | boolean | false | - |
|
| required | Whether to display the required asterisk | boolean | false | - |
|
||||||
| marker-side | Position of the required marker | 'before' \| 'after' | 'before' | $LOWEST_VERSION$ |
|
| marker-side | Position of the required marker | 'before' \| 'after' | 'before' | 1.12.0 |
|
||||||
| center | Whether to vertically center the content | boolean | false | - |
|
| center | Whether to vertically center the content | boolean | false | - |
|
||||||
| active-color | Active color when focused | string | - | - |
|
| active-color | Active color when focused | string | - | - |
|
||||||
| adjust-position | Whether to adjust the position when the keyboard is displayed | boolean | true | - |
|
| adjust-position | Whether to adjust the position when the keyboard is displayed | boolean | true | - |
|
||||||
|
|||||||
@ -258,7 +258,7 @@ Enable `use-default-slot` and use the default slot to customize the picker trigg
|
|||||||
| label-width | Left-side label width | string | - | 33% | - |
|
| label-width | Left-side label width | string | - | 33% | - |
|
||||||
| error | Error state (displays value in red) | boolean | - | false | - |
|
| error | Error state (displays value in red) | boolean | - | false | - |
|
||||||
| required | Required field style | boolean | - | false | - |
|
| required | Required field style | boolean | - | false | - |
|
||||||
| marker-side | Position of the required marker | 'before' \| 'after' | - | 'before' | $LOWEST_VERSION$ |
|
| marker-side | Position of the required marker | 'before' \| 'after' | - | 'before' | 1.12.0 |
|
||||||
| align-right | Right-align the picker value | boolean | - | false | - |
|
| align-right | Right-align the picker value | boolean | - | false | - |
|
||||||
| use-label-slot | Use label slot | boolean | - | false | - |
|
| use-label-slot | Use label slot | boolean | - | false | - |
|
||||||
| use-default-slot | Use default slot | boolean | - | false | - |
|
| use-default-slot | Use default slot | boolean | - | false | - |
|
||||||
|
|||||||
@ -248,7 +248,7 @@ Set the `label-key` property to customize the key name of the option label.
|
|||||||
| error | Whether to be in error state | boolean | false | - |
|
| error | Whether to be in error state | boolean | false | - |
|
||||||
| error-message | Error message | string | - | - |
|
| error-message | Error message | string | - | - |
|
||||||
| required | Whether to display the required asterisk | boolean | false | - |
|
| required | Whether to display the required asterisk | boolean | false | - |
|
||||||
| marker-side | Position of the required marker | 'before' \| 'after' | 'before' | $LOWEST_VERSION$ |
|
| marker-side | Position of the required marker | 'before' \| 'after' | 'before' | 1.12.0 |
|
||||||
| align | Alignment of right content | string | 'left' | - |
|
| align | Alignment of right content | string | 'left' | - |
|
||||||
| before-confirm | Validation function before confirming | function | - | - |
|
| before-confirm | Validation function before confirming | function | - | - |
|
||||||
| display-format | Display format function | function | - | - |
|
| display-format | Display format function | function | - | - |
|
||||||
|
|||||||
@ -152,7 +152,7 @@ When a `label` title is set, it defaults to top alignment. Set the `center` prop
|
|||||||
| center | Vertically center title and input box when label is set (defaults to top alignment) | boolean | - | false | - |
|
| center | Vertically center title and input box when label is set (defaults to top alignment) | boolean | - | false | - |
|
||||||
| no-border | Whether to hide underline in non-cell type | boolean | - | false | - |
|
| no-border | Whether to hide underline in non-cell type | boolean | - | false | - |
|
||||||
| required | Required style in cell type | boolean | - | false | - |
|
| required | Required style in cell type | boolean | - | false | - |
|
||||||
| marker-side | Position of the required marker | 'before' \| 'after' | - | 'before' | $LOWEST_VERSION$ |
|
| marker-side | Position of the required marker | 'before' \| 'after' | - | 'before' | 1.12.0 |
|
||||||
| prop | Form field model name (required for form validation) | string | - | - | - |
|
| prop | Form field model name (required for form validation) | string | - | - | - |
|
||||||
| rules | Form validation rules | FormItemRule[] | - | [] | - |
|
| rules | Form validation rules | FormItemRule[] | - | [] | - |
|
||||||
| clearTrigger | When to show clear icon: always (show when input is not empty) / focus (show when focused and not empty) | InputClearTrigger | `focus`/`always` | `always` | 1.3.7 |
|
| clearTrigger | When to show clear icon: always (show when input is not empty) / focus (show when focused and not empty) | InputClearTrigger | `focus`/`always` | `always` | 1.3.7 |
|
||||||
|
|||||||
@ -1,6 +1,30 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
|
||||||
|
## [1.12.0](https://github.com/Moonofweisheng/wot-design-uni/compare/v1.11.1...v1.12.0) (2025-08-24)
|
||||||
|
|
||||||
|
|
||||||
|
### ✨ Features | 新功能
|
||||||
|
|
||||||
|
* ✨ 为 Cell、Input、Textarea 等组件添加 marker-side 属性控制必填*位置 ([#1181](https://github.com/Moonofweisheng/wot-design-uni/issues/1181)) ([cade06f](https://github.com/Moonofweisheng/wot-design-uni/commit/cade06fe4a776e55a862a58f1eddc1fe0f055a88)), closes [#555](https://github.com/Moonofweisheng/wot-design-uni/issues/555)
|
||||||
|
* ✨ 新增维语本地化支持 ([b4e8605](https://github.com/Moonofweisheng/wot-design-uni/commit/b4e86053b4bb73ef89ae91330d50b6e68349ad20))
|
||||||
|
* ✨ Upload 上传组件调信小程序端使用chooseMedia替换掉chooseImage等 ([57d89f3](https://github.com/Moonofweisheng/wot-design-uni/commit/57d89f33d769362c198048d37b44f7d67ed384f4)), closes [#1193](https://github.com/Moonofweisheng/wot-design-uni/issues/1193)
|
||||||
|
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes | Bug 修复
|
||||||
|
|
||||||
|
* 🐛 签字版组件设置exportScale < 1时在支付宝上导出图片不完整 ([#1129](https://github.com/Moonofweisheng/wot-design-uni/issues/1129)) ([555ae5f](https://github.com/Moonofweisheng/wot-design-uni/commit/555ae5f40049ffd958ec4e58e80ccd3ba4f524f3))
|
||||||
|
* 🐛 修复 grid-item 组件 custom-text 失效的问题 ([#1180](https://github.com/Moonofweisheng/wot-design-uni/issues/1180)) ([5abc3b5](https://github.com/Moonofweisheng/wot-design-uni/commit/5abc3b5344bd2f880ef94350e10c2ef9e9f9250f)), closes [#995](https://github.com/Moonofweisheng/wot-design-uni/issues/995)
|
||||||
|
* 🐛 修复 signature 组件设置background-color为透明色导致撤销无效 ([#1224](https://github.com/Moonofweisheng/wot-design-uni/issues/1224)) ([2e67adf](https://github.com/Moonofweisheng/wot-design-uni/commit/2e67adf2bae212a03f3cef3113326f4d942b0b55)), closes [#1223](https://github.com/Moonofweisheng/wot-design-uni/issues/1223)
|
||||||
|
* 🐛 修复 Upload 多选时配置为覆盖上传图片达到上限无法替换图片的问题 ([00ab76b](https://github.com/Moonofweisheng/wot-design-uni/commit/00ab76bd91e91a3d0fabdb8b80e00df764055519))
|
||||||
|
|
||||||
|
|
||||||
|
### ✏️ Documentation | 文档
|
||||||
|
|
||||||
|
* ✏️ 修复基础组件文档问题 - 阶段一完成 ([#1220](https://github.com/Moonofweisheng/wot-design-uni/issues/1220)) ([9132174](https://github.com/Moonofweisheng/wot-design-uni/commit/9132174b11c539d2ec5f8d0aec2044ac1affaaff))
|
||||||
|
* ✏️ 修正 drop-menu-item options 默认数据结构注释 ([#1087](https://github.com/Moonofweisheng/wot-design-uni/issues/1087)) ([7a2cd2d](https://github.com/Moonofweisheng/wot-design-uni/commit/7a2cd2da93746761b05e068083b171312c4af0e3))
|
||||||
|
* 修复 Button/Icon/ConfigProvider/Popup 组件文档不一致问题 ([#1190](https://github.com/Moonofweisheng/wot-design-uni/issues/1190)) ([04d0d11](https://github.com/Moonofweisheng/wot-design-uni/commit/04d0d1184957bb1ae5b1ee2ddfaa978a989427b3))
|
||||||
|
|
||||||
### [1.11.1](https://github.com/Moonofweisheng/wot-design-uni/compare/v1.11.0...v1.11.1) (2025-07-25)
|
### [1.11.1](https://github.com/Moonofweisheng/wot-design-uni/compare/v1.11.0...v1.11.1) (2025-07-25)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,30 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
|
||||||
|
## [1.12.0](https://github.com/Moonofweisheng/wot-design-uni/compare/v1.11.1...v1.12.0) (2025-08-24)
|
||||||
|
|
||||||
|
|
||||||
|
### ✨ Features | 新功能
|
||||||
|
|
||||||
|
* ✨ 为 Cell、Input、Textarea 等组件添加 marker-side 属性控制必填*位置 ([#1181](https://github.com/Moonofweisheng/wot-design-uni/issues/1181)) ([cade06f](https://github.com/Moonofweisheng/wot-design-uni/commit/cade06fe4a776e55a862a58f1eddc1fe0f055a88)), closes [#555](https://github.com/Moonofweisheng/wot-design-uni/issues/555)
|
||||||
|
* ✨ 新增维语本地化支持 ([b4e8605](https://github.com/Moonofweisheng/wot-design-uni/commit/b4e86053b4bb73ef89ae91330d50b6e68349ad20))
|
||||||
|
* ✨ Upload 上传组件调信小程序端使用chooseMedia替换掉chooseImage等 ([57d89f3](https://github.com/Moonofweisheng/wot-design-uni/commit/57d89f33d769362c198048d37b44f7d67ed384f4)), closes [#1193](https://github.com/Moonofweisheng/wot-design-uni/issues/1193)
|
||||||
|
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes | Bug 修复
|
||||||
|
|
||||||
|
* 🐛 签字版组件设置exportScale < 1时在支付宝上导出图片不完整 ([#1129](https://github.com/Moonofweisheng/wot-design-uni/issues/1129)) ([555ae5f](https://github.com/Moonofweisheng/wot-design-uni/commit/555ae5f40049ffd958ec4e58e80ccd3ba4f524f3))
|
||||||
|
* 🐛 修复 grid-item 组件 custom-text 失效的问题 ([#1180](https://github.com/Moonofweisheng/wot-design-uni/issues/1180)) ([5abc3b5](https://github.com/Moonofweisheng/wot-design-uni/commit/5abc3b5344bd2f880ef94350e10c2ef9e9f9250f)), closes [#995](https://github.com/Moonofweisheng/wot-design-uni/issues/995)
|
||||||
|
* 🐛 修复 signature 组件设置background-color为透明色导致撤销无效 ([#1224](https://github.com/Moonofweisheng/wot-design-uni/issues/1224)) ([2e67adf](https://github.com/Moonofweisheng/wot-design-uni/commit/2e67adf2bae212a03f3cef3113326f4d942b0b55)), closes [#1223](https://github.com/Moonofweisheng/wot-design-uni/issues/1223)
|
||||||
|
* 🐛 修复 Upload 多选时配置为覆盖上传图片达到上限无法替换图片的问题 ([00ab76b](https://github.com/Moonofweisheng/wot-design-uni/commit/00ab76bd91e91a3d0fabdb8b80e00df764055519))
|
||||||
|
|
||||||
|
|
||||||
|
### ✏️ Documentation | 文档
|
||||||
|
|
||||||
|
* ✏️ 修复基础组件文档问题 - 阶段一完成 ([#1220](https://github.com/Moonofweisheng/wot-design-uni/issues/1220)) ([9132174](https://github.com/Moonofweisheng/wot-design-uni/commit/9132174b11c539d2ec5f8d0aec2044ac1affaaff))
|
||||||
|
* ✏️ 修正 drop-menu-item options 默认数据结构注释 ([#1087](https://github.com/Moonofweisheng/wot-design-uni/issues/1087)) ([7a2cd2d](https://github.com/Moonofweisheng/wot-design-uni/commit/7a2cd2da93746761b05e068083b171312c4af0e3))
|
||||||
|
* 修复 Button/Icon/ConfigProvider/Popup 组件文档不一致问题 ([#1190](https://github.com/Moonofweisheng/wot-design-uni/issues/1190)) ([04d0d11](https://github.com/Moonofweisheng/wot-design-uni/commit/04d0d1184957bb1ae5b1ee2ddfaa978a989427b3))
|
||||||
|
|
||||||
### [1.11.1](https://github.com/Moonofweisheng/wot-design-uni/compare/v1.11.0...v1.11.1) (2025-07-25)
|
### [1.11.1](https://github.com/Moonofweisheng/wot-design-uni/compare/v1.11.0...v1.11.1) (2025-07-25)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,30 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
|
||||||
|
## [1.12.0](https://github.com/Moonofweisheng/wot-design-uni/compare/v1.11.1...v1.12.0) (2025-08-24)
|
||||||
|
|
||||||
|
|
||||||
|
### ✨ Features | 新功能
|
||||||
|
|
||||||
|
* ✨ 为 Cell、Input、Textarea 等组件添加 marker-side 属性控制必填*位置 ([#1181](https://github.com/Moonofweisheng/wot-design-uni/issues/1181)) ([cade06f](https://github.com/Moonofweisheng/wot-design-uni/commit/cade06fe4a776e55a862a58f1eddc1fe0f055a88)), closes [#555](https://github.com/Moonofweisheng/wot-design-uni/issues/555)
|
||||||
|
* ✨ 新增维语本地化支持 ([b4e8605](https://github.com/Moonofweisheng/wot-design-uni/commit/b4e86053b4bb73ef89ae91330d50b6e68349ad20))
|
||||||
|
* ✨ Upload 上传组件调信小程序端使用chooseMedia替换掉chooseImage等 ([57d89f3](https://github.com/Moonofweisheng/wot-design-uni/commit/57d89f33d769362c198048d37b44f7d67ed384f4)), closes [#1193](https://github.com/Moonofweisheng/wot-design-uni/issues/1193)
|
||||||
|
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes | Bug 修复
|
||||||
|
|
||||||
|
* 🐛 签字版组件设置exportScale < 1时在支付宝上导出图片不完整 ([#1129](https://github.com/Moonofweisheng/wot-design-uni/issues/1129)) ([555ae5f](https://github.com/Moonofweisheng/wot-design-uni/commit/555ae5f40049ffd958ec4e58e80ccd3ba4f524f3))
|
||||||
|
* 🐛 修复 grid-item 组件 custom-text 失效的问题 ([#1180](https://github.com/Moonofweisheng/wot-design-uni/issues/1180)) ([5abc3b5](https://github.com/Moonofweisheng/wot-design-uni/commit/5abc3b5344bd2f880ef94350e10c2ef9e9f9250f)), closes [#995](https://github.com/Moonofweisheng/wot-design-uni/issues/995)
|
||||||
|
* 🐛 修复 signature 组件设置background-color为透明色导致撤销无效 ([#1224](https://github.com/Moonofweisheng/wot-design-uni/issues/1224)) ([2e67adf](https://github.com/Moonofweisheng/wot-design-uni/commit/2e67adf2bae212a03f3cef3113326f4d942b0b55)), closes [#1223](https://github.com/Moonofweisheng/wot-design-uni/issues/1223)
|
||||||
|
* 🐛 修复 Upload 多选时配置为覆盖上传图片达到上限无法替换图片的问题 ([00ab76b](https://github.com/Moonofweisheng/wot-design-uni/commit/00ab76bd91e91a3d0fabdb8b80e00df764055519))
|
||||||
|
|
||||||
|
|
||||||
|
### ✏️ Documentation | 文档
|
||||||
|
|
||||||
|
* ✏️ 修复基础组件文档问题 - 阶段一完成 ([#1220](https://github.com/Moonofweisheng/wot-design-uni/issues/1220)) ([9132174](https://github.com/Moonofweisheng/wot-design-uni/commit/9132174b11c539d2ec5f8d0aec2044ac1affaaff))
|
||||||
|
* ✏️ 修正 drop-menu-item options 默认数据结构注释 ([#1087](https://github.com/Moonofweisheng/wot-design-uni/issues/1087)) ([7a2cd2d](https://github.com/Moonofweisheng/wot-design-uni/commit/7a2cd2da93746761b05e068083b171312c4af0e3))
|
||||||
|
* 修复 Button/Icon/ConfigProvider/Popup 组件文档不一致问题 ([#1190](https://github.com/Moonofweisheng/wot-design-uni/issues/1190)) ([04d0d11](https://github.com/Moonofweisheng/wot-design-uni/commit/04d0d1184957bb1ae5b1ee2ddfaa978a989427b3))
|
||||||
|
|
||||||
### [1.11.1](https://github.com/Moonofweisheng/wot-design-uni/compare/v1.11.0...v1.11.1) (2025-07-25)
|
### [1.11.1](https://github.com/Moonofweisheng/wot-design-uni/compare/v1.11.0...v1.11.1) (2025-07-25)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -193,6 +193,7 @@ export type cellThemeVars = {
|
|||||||
cellIconSizeLarge?: string
|
cellIconSizeLarge?: string
|
||||||
cellRequiredColor?: string
|
cellRequiredColor?: string
|
||||||
cellRequiredSize?: string
|
cellRequiredSize?: string
|
||||||
|
cellRequiredMargin?: string
|
||||||
cellVerticalTop?: string
|
cellVerticalTop?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"id":"wot-design-uni","name":"wot-design-uni","displayName":"wot-design-uni 基于vue3+Typescript的高颜值组件库","version":"1.11.1","license":"MIT","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"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","uni_modules":{"dependencies":[],"encrypt":[],"platforms":{"cloud":{"tcb":"y","aliyun":"y","alipay":"n"},"client":{"Vue":{"vue2":"n","vue3":"y"},"App":{"app-vue":"y","app-nvue":"n","app-uvue":"n"},"H5-mobile":{"Safari":"y","Android Browser":"y","微信浏览器(Android)":"y","QQ浏览器(Android)":"y"},"H5-pc":{"Chrome":"y","IE":"u","Edge":"y","Firefox":"y","Safari":"y"},"小程序":{"微信":"y","阿里":"y","百度":"u","字节跳动":"u","QQ":"y","钉钉":"y","快手":"u","飞书":"u","京东":"u"},"快应用":{"华为":"u","联盟":"u"}}}},"peerDependencies":{"vue":">=3.2.47"}}
|
{"id":"wot-design-uni","name":"wot-design-uni","displayName":"wot-design-uni 基于vue3+Typescript的高颜值组件库","version":"1.12.0","license":"MIT","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"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","uni_modules":{"dependencies":[],"encrypt":[],"platforms":{"cloud":{"tcb":"y","aliyun":"y","alipay":"n"},"client":{"Vue":{"vue2":"n","vue3":"y"},"App":{"app-vue":"y","app-nvue":"n","app-uvue":"n"},"H5-mobile":{"Safari":"y","Android Browser":"y","微信浏览器(Android)":"y","QQ浏览器(Android)":"y"},"H5-pc":{"Chrome":"y","IE":"u","Edge":"y","Firefox":"y","Safari":"y"},"小程序":{"微信":"y","阿里":"y","百度":"u","字节跳动":"u","QQ":"y","钉钉":"y","快手":"u","飞书":"u","京东":"u"},"快应用":{"华为":"u","联盟":"u"}}}},"peerDependencies":{"vue":">=3.2.47"}}
|
||||||
Loading…
x
Reference in New Issue
Block a user