From dfbb717968ff0caf71a99884f7db8f9ad8faf49a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E5=BC=BA?= <1049229070@qq.com> Date: Thu, 5 Dec 2024 09:54:32 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E5=AE=8C=E5=96=84=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/form/input-month-range.md | 30 +++++++++---------- .../components/form/input-quarter-range.md | 30 +++++++++---------- .../zh-CN/components/form/input-year-range.md | 28 ++++++++--------- 3 files changed, 44 insertions(+), 44 deletions(-) diff --git a/docs/zh-CN/components/form/input-month-range.md b/docs/zh-CN/components/form/input-month-range.md index fcdf1e4de354..fa5a4cd61b7c 100644 --- a/docs/zh-CN/components/form/input-month-range.md +++ b/docs/zh-CN/components/form/input-month-range.md @@ -67,21 +67,21 @@ order: 15 除了支持 [普通表单项属性表](./formitem#%E5%B1%9E%E6%80%A7%E8%A1%A8) 中的配置以外,还支持下面一些配置 -| 属性名 | 类型 | 默认值 | 说明 | 版本 | -| ------------------------ | --------- | ------------------ | ---------------------------------------------------------------------------- | ------- | -| format | `string` | `X` | [日期选择器值格式](./date#%E5%80%BC%E6%A0%BC%E5%BC%8F) | -| inputFormat | `string` | `YYYY-DD` | [日期选择器显示格式](./date#%E6%98%BE%E7%A4%BA%E6%A0%BC%E5%BC%8F) | -| placeholder | `string` | `"请选择月份范围"` | 占位文本 | -| minDate | `string` | | 限制最小日期,用法同 [限制范围](./date#%E9%99%90%E5%88%B6%E8%8C%83%E5%9B%B4) | -| maxDate | `string` | | 限制最大日期,用法同 [限制范围](./date#%E9%99%90%E5%88%B6%E8%8C%83%E5%9B%B4) | -| minDuration | `string` | | 限制最小跨度,如: 2days | -| maxDuration | `string` | | 限制最大跨度,如:1year | -| utc | `boolean` | `false` | [保存 UTC 值](./date#utc) | -| clearable | `boolean` | `true` | 是否可清除 | -| embed | `boolean` | `false` | 是否内联模式 | -| animation | `boolean` | `true` | 是否启用游标动画 | `2.2.0` | -| extraName | `string` | | 是否存成两个字段 | `3.3.0` | -| popOverContainerSelector | `string` | | 弹层挂载位置选择器,会通过`querySelector`获取 | `6.4.0` | +| 属性名 | 类型 | 默认值 | 说明 | 版本 | +| ------------------------ | --------- | ------------------ | ---------------------------------------------------------------------------------- | ------- | +| format | `string` | `X` | [日期选择器值格式](./input-date#%E5%80%BC%E6%A0%BC%E5%BC%8F) | +| inputFormat | `string` | `YYYY-DD` | [日期选择器显示格式](./input-date#%E6%98%BE%E7%A4%BA%E6%A0%BC%E5%BC%8F) | +| placeholder | `string` | `"请选择月份范围"` | 占位文本 | +| minDate | `string` | | 限制最小日期,用法同 [限制范围](./input-date#%E9%99%90%E5%88%B6%E8%8C%83%E5%9B%B4) | +| maxDate | `string` | | 限制最大日期,用法同 [限制范围](./input-date#%E9%99%90%E5%88%B6%E8%8C%83%E5%9B%B4) | +| minDuration | `string` | | 限制最小跨度,如: 2days | +| maxDuration | `string` | | 限制最大跨度,如:1year | +| utc | `boolean` | `false` | [保存 UTC 值](./input-date#utc) | +| clearable | `boolean` | `true` | 是否可清除 | +| embed | `boolean` | `false` | 是否内联模式 | +| animation | `boolean` | `true` | 是否启用游标动画 | `2.2.0` | +| extraName | `string` | | 是否存成两个字段 | `3.3.0` | +| popOverContainerSelector | `string` | | 弹层挂载位置选择器,会通过`querySelector`获取 | `6.4.0` | ## 事件表 diff --git a/docs/zh-CN/components/form/input-quarter-range.md b/docs/zh-CN/components/form/input-quarter-range.md index 00a210b0759d..486633cdb5d8 100644 --- a/docs/zh-CN/components/form/input-quarter-range.md +++ b/docs/zh-CN/components/form/input-quarter-range.md @@ -66,21 +66,21 @@ order: 15 除了支持 [普通表单项属性表](./formitem#%E5%B1%9E%E6%80%A7%E8%A1%A8) 中的配置以外,还支持下面一些配置 -| 属性名 | 类型 | 默认值 | 说明 | 版本 | -| ------------------------ | --------- | ------------------ | ---------------------------------------------------------------------------- | ------- | -| valueFormat | `string` | `X` | [日期选择器值格式](./date#%E5%80%BC%E6%A0%BC%E5%BC%8F) | `3.4.0` | -| displayFormat | `string` | `YYYY-DD` | [日期选择器显示格式](./date#%E6%98%BE%E7%A4%BA%E6%A0%BC%E5%BC%8F) | `3.4.0` | -| placeholder | `string` | `"请选择季度范围"` | 占位文本 | -| minDate | `string` | | 限制最小日期,用法同 [限制范围](./date#%E9%99%90%E5%88%B6%E8%8C%83%E5%9B%B4) | -| maxDate | `string` | | 限制最大日期,用法同 [限制范围](./date#%E9%99%90%E5%88%B6%E8%8C%83%E5%9B%B4) | -| minDuration | `string` | | 限制最小跨度,如: 2quarter | -| maxDuration | `string` | | 限制最大跨度,如:4quarter | -| utc | `boolean` | `false` | [保存 UTC 值](./date#utc) | -| clearable | `boolean` | `true` | 是否可清除 | -| embed | `boolean` | `false` | 是否内联模式 | -| animation | `boolean` | `true` | 是否启用游标动画 | `2.2.0` | -| extraName | `string` | | 是否存成两个字段 | `3.3.0` | -| popOverContainerSelector | `string` | | 弹层挂载位置选择器,会通过`querySelector`获取 | `6.4.0` | +| 属性名 | 类型 | 默认值 | 说明 | 版本 | +| ------------------------ | --------- | ------------------ | ---------------------------------------------------------------------------------- | ------- | +| valueFormat | `string` | `X` | [日期选择器值格式](./input-date#%E5%80%BC%E6%A0%BC%E5%BC%8F) | `3.4.0` | +| displayFormat | `string` | `YYYY-DD` | [日期选择器显示格式](./input-date#%E6%98%BE%E7%A4%BA%E6%A0%BC%E5%BC%8F) | `3.4.0` | +| placeholder | `string` | `"请选择季度范围"` | 占位文本 | +| minDate | `string` | | 限制最小日期,用法同 [限制范围](./input-date#%E9%99%90%E5%88%B6%E8%8C%83%E5%9B%B4) | +| maxDate | `string` | | 限制最大日期,用法同 [限制范围](./input-date#%E9%99%90%E5%88%B6%E8%8C%83%E5%9B%B4) | +| minDuration | `string` | | 限制最小跨度,如: 2quarter | +| maxDuration | `string` | | 限制最大跨度,如:4quarter | +| utc | `boolean` | `false` | [保存 UTC 值](./input-date#utc) | +| clearable | `boolean` | `true` | 是否可清除 | +| embed | `boolean` | `false` | 是否内联模式 | +| animation | `boolean` | `true` | 是否启用游标动画 | `2.2.0` | +| extraName | `string` | | 是否存成两个字段 | `3.3.0` | +| popOverContainerSelector | `string` | | 弹层挂载位置选择器,会通过`querySelector`获取 | `6.4.0` | ## 事件表 diff --git a/docs/zh-CN/components/form/input-year-range.md b/docs/zh-CN/components/form/input-year-range.md index 25033800eb86..ef7ee61b63bb 100644 --- a/docs/zh-CN/components/form/input-year-range.md +++ b/docs/zh-CN/components/form/input-year-range.md @@ -67,20 +67,20 @@ order: 15 除了支持 [普通表单项属性表](./formitem#%E5%B1%9E%E6%80%A7%E8%A1%A8) 中的配置以外,还支持下面一些配置 -| 属性名 | 类型 | 默认值 | 说明 | 版本 | -| ------------------------ | --------- | ------------------ | ---------------------------------------------------------------------------- | ------- | -| valueFormat | `string` | `X` | [年份选择器值格式](./date#%E5%80%BC%E6%A0%BC%E5%BC%8F) | `3.4.0` | -| displayFormat | `string` | `YYYY` | [年份选择器显示格式](./date#%E6%98%BE%E7%A4%BA%E6%A0%BC%E5%BC%8F) | `3.4.0` | -| placeholder | `string` | `"请选择年份范围"` | 占位文本 | -| minDate | `string` | | 限制最小日期,用法同 [限制范围](./date#%E9%99%90%E5%88%B6%E8%8C%83%E5%9B%B4) | -| maxDate | `string` | | 限制最大日期,用法同 [限制范围](./date#%E9%99%90%E5%88%B6%E8%8C%83%E5%9B%B4) | -| minDuration | `string` | | 限制最小跨度,如: 2year | -| maxDuration | `string` | | 限制最大跨度,如:4year | -| utc | `boolean` | `false` | [保存 UTC 值](./date#utc) | -| clearable | `boolean` | `true` | 是否可清除 | -| embed | `boolean` | `false` | 是否内联模式 | -| animation | `boolean` | `true` | 是否启用游标动画 | `2.2.0` | -| popOverContainerSelector | `string` | | 弹层挂载位置选择器,会通过`querySelector`获取 | `6.4.0` | +| 属性名 | 类型 | 默认值 | 说明 | 版本 | +| ------------------------ | --------- | ------------------ | ---------------------------------------------------------------------------------- | ------- | +| valueFormat | `string` | `X` | [年份选择器值格式](./input-date#%E5%80%BC%E6%A0%BC%E5%BC%8F) | `3.4.0` | +| displayFormat | `string` | `YYYY` | [年份选择器显示格式](./input-date#%E6%98%BE%E7%A4%BA%E6%A0%BC%E5%BC%8F) | `3.4.0` | +| placeholder | `string` | `"请选择年份范围"` | 占位文本 | +| minDate | `string` | | 限制最小日期,用法同 [限制范围](./input-date#%E9%99%90%E5%88%B6%E8%8C%83%E5%9B%B4) | +| maxDate | `string` | | 限制最大日期,用法同 [限制范围](./input-date#%E9%99%90%E5%88%B6%E8%8C%83%E5%9B%B4) | +| minDuration | `string` | | 限制最小跨度,如: 2year | +| maxDuration | `string` | | 限制最大跨度,如:4year | +| utc | `boolean` | `false` | [保存 UTC 值](./input-date#utc) | +| clearable | `boolean` | `true` | 是否可清除 | +| embed | `boolean` | `false` | 是否内联模式 | +| animation | `boolean` | `true` | 是否启用游标动画 | `2.2.0` | +| popOverContainerSelector | `string` | | 弹层挂载位置选择器,会通过`querySelector`获取 | `6.4.0` | ## 事件表