diff --git a/docs/component/datetime-picker-view.md b/docs/component/datetime-picker-view.md index 9e4dcc48..6139d05c 100644 --- a/docs/component/datetime-picker-view.md +++ b/docs/component/datetime-picker-view.md @@ -144,7 +144,7 @@ const filter = (type, values) => { | loading | 加载中 | boolean | - | false | - | | loading-color | 加载的颜色,只能使用十六进制的色值写法,且不能使用缩写 | string | - | #4D80F0 | - | | columns-height | picker内部滚筒高 | number | - | 231 | - | -| item-height | picker item的高度 | number | - | 35 | - | +| item-height | picker item的高度 | number | - | 35 | $LOWEST_VERSION$ | | formatter | 自定义弹出层选项文案的格式化函数,返回一个字符串 | function | - | - | - | | filter | 自定义过滤选项的函数,返回列的选项数组 | function | - | - | - | | minDate | 最小日期,13 位的时间戳 | `timestamp` | - | 当前日期 - 10年 | - | diff --git a/docs/component/keyboard.md b/docs/component/keyboard.md index 82ca81ec..6049574d 100644 --- a/docs/component/keyboard.md +++ b/docs/component/keyboard.md @@ -298,8 +298,8 @@ const onDelete = () => showToast('删除') | safeAreaInsetBottom | 是否在底部安全区域内 | `boolean` | - | `true` | 1.3.10 | | extraKey | 额外按键 | `string` / `string[]` | - | - | 1.3.10 | | root-portal | 是否从页面中脱离出来,用于解决各种 fixed 失效问题 | `boolean` | - | `false` | 1.11.0 | -| v-model:carLang | 车牌键盘语言模式,当 mode=car 时生效 | `string` | `zh`, `en` | - | 1.12.4 | -| autoSwitchLang | 是否自动切换车牌键盘语言,当 mode=car 且 car-lang 是非受控状态时生效 | `boolean` | - | `false` | 1.12.4 | +| v-model:carLang | 车牌键盘语言模式,当 mode=car 时生效 | `string` | `zh`, `en` | - | $LOWEST_VERSION$ | +| autoSwitchLang | 是否自动切换车牌键盘语言,当 mode=car 且 car-lang 是非受控状态时生效 | `boolean` | - | `false` | $LOWEST_VERSION$ | ## Slot diff --git a/docs/component/picker-view.md b/docs/component/picker-view.md index 844b6914..225e0cec 100644 --- a/docs/component/picker-view.md +++ b/docs/component/picker-view.md @@ -111,6 +111,7 @@ const onChangeDistrict = (pickerView, value, columnIndex, resolve) => { | loading | 加载中 | boolean | - | false | - | | loading-color | 加载的颜色,只能使用十六进制的色值写法,且不能使用缩写 | string | - | #4D80F0 | - | | columns-height | picker内部滚筒高 | number | - | 231 | - | +| item-height | picker item的高度 | number | - | 35 | $LOWEST_VERSION$ | | value-key | 选项对象中,value对应的 key | string | - | value | - | | label-key | 选项对象中,展示的文本对应的 key | string | - | label | - | | column-change | 接收 pickerView 实例、选中项、当前修改列的下标、resolve 作为入参,根据选中项和列下标进行判断,通过 pickerView 实例暴露出来的 `setColumnData` 方法修改其他列的数据源。 | function | - | - | - | diff --git a/docs/en-US/component/datetime-picker-view.md b/docs/en-US/component/datetime-picker-view.md index 6cc13cf6..070536dc 100644 --- a/docs/en-US/component/datetime-picker-view.md +++ b/docs/en-US/component/datetime-picker-view.md @@ -144,6 +144,7 @@ const filter = (type, values) => { | loading | Loading state | boolean | - | false | - | | loading-color | Loading color, can only use hexadecimal color values and cannot use abbreviated format | string | - | #4D80F0 | - | | columns-height | Height of picker's internal roller | number | - | 231 | - | +| item-height | Height of picker item | number | - | 35 | $LOWEST_VERSION$ | | formatter | Custom formatting function for popup layer option text, returns a string | function | - | - | - | | filter | Custom function for filtering options, returns column's option array | function | - | - | - | | minDate | Minimum date, 13-digit timestamp | `timestamp` | - | Current date - 10 years | - | diff --git a/docs/en-US/component/keyboard.md b/docs/en-US/component/keyboard.md index ccf27679..4e249604 100644 --- a/docs/en-US/component/keyboard.md +++ b/docs/en-US/component/keyboard.md @@ -298,8 +298,8 @@ const onDelete = () => showToast('Delete') | safeAreaInsetBottom | Whether to enable bottom safe area | `boolean` | - | `true` | 1.3.10 | | extraKey | Extra key | `string` / `string[]` | - | - | 1.3.10 | | root-portal | Whether to detach from the page, used to solve various fixed positioning issues | `boolean` | - | `false` | 1.11.0 | -| v-model:carLang | License plate keyboard language mode, effective when mode=car | `string` | `zh`, `en` | - | 1.12.4 | -| autoSwitchLang | Whether to automatically switch license plate keyboard language, effective when mode=car and car-lang is uncontrolled | `boolean` | - | `false` | 1.12.4 | +| v-model:carLang | License plate keyboard language mode, effective when mode=car | `string` | `zh`, `en` | - | $LOWEST_VERSION$ | +| autoSwitchLang | Whether to automatically switch license plate keyboard language, effective when mode=car and car-lang is uncontrolled | `boolean` | - | `false` | $LOWEST_VERSION$ | ## Slot diff --git a/docs/en-US/component/picker-view.md b/docs/en-US/component/picker-view.md index 543b71f0..cb06ba98 100644 --- a/docs/en-US/component/picker-view.md +++ b/docs/en-US/component/picker-view.md @@ -108,6 +108,7 @@ const onChangeDistrict = (pickerView, value, columnIndex, resolve) => { | loading | Loading state | boolean | - | false | - | | loading-color | Loading color, can only use hexadecimal color values and cannot use abbreviated form | string | - | #4D80F0 | - | | columns-height | Height of picker's internal cylinder | number | - | 231 | - | +| item-height | Height of picker item | number | - | 35 | $LOWEST_VERSION$ | | value-key | Key for value in option object | string | - | value | - | | label-key | Key for display text in option object | string | - | label | - | | column-change | Function that receives pickerView instance, selected item, current modified column index, resolve as parameters | function | - | - | - |