From 2a029728cb4bfdfa8153419380ff241550a8117b Mon Sep 17 00:00:00 2001 From: Eiinu Date: Tue, 19 Sep 2023 14:13:55 +0800 Subject: [PATCH] docs: 4.1.6 --- src/packages/__VUE/calendar/doc.en-US.md | 16 +-- src/packages/__VUE/calendar/doc.md | 16 +-- src/packages/__VUE/calendar/doc.taro.md | 13 +- src/packages/__VUE/cell/doc.en-US.md | 16 +-- src/packages/__VUE/cell/doc.md | 16 +-- src/packages/__VUE/cell/doc.taro.md | 16 +-- src/packages/__VUE/searchbar/doc.en-US.md | 138 +++++++++++++++++----- src/packages/__VUE/searchbar/doc.md | 36 +++--- src/packages/__VUE/searchbar/doc.taro.md | 38 +++--- src/packages/__VUE/video/doc.en-US.md | 4 +- src/packages/__VUE/video/doc.md | 4 +- 11 files changed, 194 insertions(+), 119 deletions(-) diff --git a/src/packages/__VUE/calendar/doc.en-US.md b/src/packages/__VUE/calendar/doc.en-US.md index 363d935e23..4b3b391be5 100644 --- a/src/packages/__VUE/calendar/doc.en-US.md +++ b/src/packages/__VUE/calendar/doc.en-US.md @@ -632,7 +632,7 @@ When set to week selection, the start and end dates of the week will be determin ::: -### Custom Footer +### Custom Footer v4.1.6 :::demo @@ -775,13 +775,13 @@ When set to week selection, the start and end dates of the week will be determin ### Slots -| Name | Description | -| ----------- | ------------------------------------------------------------ | -| btn | Below the custom calendar header, you can add custom actions | -| day | Date information | -| top-info | Date top information | -| bottom-info | Date bottom information | -| footer-info | Custom calendar Footer, replace confirm btn | +| Name | Description | +| ------------------- | ------------------------------------------------------------ | +| btn | Below the custom calendar header, you can add custom actions | +| day | Date information | +| top-info | Date top information | +| bottom-info | Date bottom information | +| footer-info`v4.1.6` | Custom calendar Footer, replace confirm btn | ### Methods diff --git a/src/packages/__VUE/calendar/doc.md b/src/packages/__VUE/calendar/doc.md index 9079eae12b..3ba1f22da1 100644 --- a/src/packages/__VUE/calendar/doc.md +++ b/src/packages/__VUE/calendar/doc.md @@ -583,7 +583,7 @@ app.use(Calendar); ::: -### 自定义底部区域 +### 自定义底部区域 v4.1.6 :::demo @@ -785,13 +785,13 @@ app.use(Calendar); ### Slots -| 名称 | 说明 | -| ----------- | ---------------------------------------- | -| btn | 自定义日历标题下部,可用以添加自定义操作 | -| day | 日期信息 | -| top-info | 日期顶部信息 | -| bottom-info | 日期底部信息 | -| footer-info | 日历自定义底部,替代confirm按钮 | +| 名称 | 说明 | +| ------------------- | ---------------------------------------- | +| btn | 自定义日历标题下部,可用以添加自定义操作 | +| day | 日期信息 | +| top-info | 日期顶部信息 | +| bottom-info | 日期底部信息 | +| footer-info`v4.1.6` | 日历自定义底部,替代confirm按钮 | ### Methods diff --git a/src/packages/__VUE/calendar/doc.taro.md b/src/packages/__VUE/calendar/doc.taro.md index 8b331c0d05..24d6ffe821 100644 --- a/src/packages/__VUE/calendar/doc.taro.md +++ b/src/packages/__VUE/calendar/doc.taro.md @@ -712,12 +712,13 @@ app.use(Calendar); ### Slots -| 名称 | 说明 | -| ----------- | ---------------------------------------- | -| btn | 自定义日历标题下部,可用以添加自定义操作 | -| day | 日期信息 | -| top-info | 日期顶部信息 | -| bottom-info | 日期底部信息 | +| 名称 | 说明 | +| ------------------- | ---------------------------------------- | +| btn | 自定义日历标题下部,可用以添加自定义操作 | +| day | 日期信息 | +| top-info | 日期顶部信息 | +| bottom-info | 日期底部信息 | +| footer-info`v4.1.6` | 日历自定义底部,替代confirm按钮 | ### Methods diff --git a/src/packages/__VUE/cell/doc.en-US.md b/src/packages/__VUE/cell/doc.en-US.md index 6009c444a2..26ba242217 100644 --- a/src/packages/__VUE/cell/doc.en-US.md +++ b/src/packages/__VUE/cell/doc.en-US.md @@ -78,7 +78,7 @@ const click = () => { ::: -### Use Slots desc +### Use Slots desc v4.1.6 :::demo @@ -231,13 +231,13 @@ You can center the left and right contents of the cell vertically through the 'c ### Cell Slots -| Name | Description | -| ------- | ------------------- | -| icon | Custom Left `icon` | -| default | Default slot | -| link | Custom Right `link` | -| title | Custom `title` slot | -| desc | Custom `desc` slot | +| Name | Description | +| ------------ | ------------------- | +| icon | Custom Left `icon` | +| default | Default slot | +| link | Custom Right `link` | +| title | Custom `title` slot | +| desc`v4.1.6` | Custom `desc` slot | ### CellGroup Slots diff --git a/src/packages/__VUE/cell/doc.md b/src/packages/__VUE/cell/doc.md index 952f8ded8c..99b476fcde 100644 --- a/src/packages/__VUE/cell/doc.md +++ b/src/packages/__VUE/cell/doc.md @@ -78,7 +78,7 @@ const click = () => { ::: -### 直接使用插槽(slot desc) +### 直接使用插槽(slot desc)v4.1.6 :::demo @@ -231,13 +231,13 @@ import { My } from '@nutui/icons-vue'; ### Cell Slots -| 名称 | 说明 | -| ------- | ----------------------- | -| icon | 自定义左侧 `icon` 区域 | -| default | 自定义内容 | -| link | 自定义右侧 `link` 区域 | -| title | 自定义 `title` 标题区域 | -| desc | 自定义 `desc` 描述区域 | +| 名称 | 说明 | +| ------------ | ----------------------- | +| icon | 自定义左侧 `icon` 区域 | +| default | 自定义内容 | +| link | 自定义右侧 `link` 区域 | +| title | 自定义 `title` 标题区域 | +| desc`v4.1.6` | 自定义 `desc` 描述区域 | ### CellGroup Slots diff --git a/src/packages/__VUE/cell/doc.taro.md b/src/packages/__VUE/cell/doc.taro.md index 99ca789647..c9643bfde8 100644 --- a/src/packages/__VUE/cell/doc.taro.md +++ b/src/packages/__VUE/cell/doc.taro.md @@ -78,7 +78,7 @@ const click = () => { ::: -### 直接使用插槽(slot desc) +### 直接使用插槽(slot desc)v4.1.6 :::demo @@ -228,13 +228,13 @@ import { My } from '@nutui/icons-vue-taro'; ### Cell Slots -| 名称 | 说明 | -| ------- | ----------------------- | -| icon | 自定义左侧 `icon` 区域 | -| default | 自定义内容 | -| link | 自定义右侧 `link` 区域 | -| title | 自定义 `title` 标题区域 | -| desc | 自定义 `desc` 描述区域 | +| 名称 | 说明 | +| ------------ | ----------------------- | +| icon | 自定义左侧 `icon` 区域 | +| default | 自定义内容 | +| link | 自定义右侧 `link` 区域 | +| title | 自定义 `title` 标题区域 | +| desc`v4.1.6` | 自定义 `desc` 描述区域 | ### CellGroup Slots diff --git a/src/packages/__VUE/searchbar/doc.en-US.md b/src/packages/__VUE/searchbar/doc.en-US.md index c05d025acc..c7a3a7a579 100644 --- a/src/packages/__VUE/searchbar/doc.en-US.md +++ b/src/packages/__VUE/searchbar/doc.en-US.md @@ -89,7 +89,7 @@ app.use(Searchbar); :::demo -````html +```html