This commit is contained in:
07akioni 2022-03-06 04:11:50 +08:00
parent 93199797fd
commit 3b0a8f76aa
10 changed files with 18 additions and 18 deletions

View File

@ -1,6 +1,6 @@
# CHANGELOG
## NEXT_VERSION
## 2.26.1
### Fixes

View File

@ -1,6 +1,6 @@
# CHANGELOG
## NEXT_VERSION
## 2.26.1
### Fixes

View File

@ -1,6 +1,6 @@
{
"name": "naive-ui",
"version": "2.26.0",
"version": "2.26.1",
"description": "A Vue 3 Component Library. Fairly Complete, Customizable Themes, Uses TypeScript, Not Too Slow",
"main": "lib/index.js",
"module": "es/index.js",

View File

@ -25,7 +25,7 @@ change-timing.vue
| Name | Type | Default | Description | Version |
| --- | --- | --- | --- | --- |
| autofocus | `boolean` | `false` | Whether to autofocus. | NEXT_VERSION |
| autofocus | `boolean` | `false` | Whether to autofocus. | 2.26.1 |
| bordered | `boolean` | `true` | Whether to show a border. | |
| clearable | `boolean` | `false` | Whether the input is clearable. | |
| default-value | `number \| null` | `null` | Default value when not manually set. | |

View File

@ -27,7 +27,7 @@ rtl-debug.vue
| 名称 | 类型 | 默认值 | 说明 | 版本 |
| --- | --- | --- | --- | --- |
| autofocus | `boolean` | `false` | 是否自动获取焦点 | NEXT_VERSION |
| autofocus | `boolean` | `false` | 是否自动获取焦点 | 2.26.1 |
| bordered | `boolean` | `true` | 是否有边框 | |
| clearable | `boolean` | `false` | 是否可清空 | |
| default-value | `number \| null` | `null` | 非受控模式下的默认值 | |

View File

@ -43,8 +43,8 @@ custom-icon.vue
### Step Slots
| Name | Parameters | Description | Version |
| ------- | ---------- | ------------- | ------------ |
| default | `()` | Step content. | |
| icon | `()` | Step icon. | NEXT_VERSION |
| title | `()` | Step title. | |
| Name | Parameters | Description | Version |
| ------- | ---------- | ------------- | ------- |
| default | `()` | Step content. | |
| icon | `()` | Step icon. | 2.26.1 |
| title | `()` | Step title. | |

View File

@ -43,8 +43,8 @@ custom-icon.vue
### Step Slots
| 名称 | 参数 | 说明 | 版本 |
| ------- | ---- | ------------ | ------------ |
| default | `()` | 步骤节点内容 | |
| icon | `()` | 步骤节点图标 | NEXT_VERSION |
| title | `()` | 步骤节点标题 | |
| 名称 | 参数 | 说明 | 版本 |
| ------- | ---- | ------------ | ------ |
| default | `()` | 步骤节点内容 | |
| icon | `()` | 步骤节点图标 | 2.26.1 |
| title | `()` | 步骤节点标题 | |

View File

@ -29,7 +29,7 @@ customize-icon.vue
| --- | --- | --- | --- | --- |
| color | `string` | `undefined` | Item color. | |
| content | `string` | `undefined` | Item content. | |
| line-type | `'default' \| 'dashed'` | `'default'` | Line type. | NEXT_VERSION |
| line-type | `'default' \| 'dashed'` | `'default'` | Line type. | 2.26.1 |
| time | `string` | `undefined` | Item time. | |
| title | `string` | `undefined` | Item title. | |
| type | `'default' \| 'success' \| 'info' \| 'warning' \| 'error'` | `'default'` | Item type. | |

View File

@ -30,7 +30,7 @@ nested-debug.vue
| --- | --- | --- | --- | --- |
| color | `string` | `undefined` | 选项的颜色 | |
| content | `string` | `undefined` | 选项内容 | |
| line-type | `'default' \| 'dashed'` | `'default'` | 线的类型 | NEXT_VERSION |
| line-type | `'default' \| 'dashed'` | `'default'` | 线的类型 | 2.26.1 |
| time | `string` | `undefined` | 选项时间 | |
| title | `string` | `undefined` | 选项标题 | |
| type | `'default' \| 'success' \| 'info' \| 'warning' \| 'error'` | `'default'` | 选项类型 | |

View File

@ -1 +1 @@
export default '2.26.0'
export default '2.26.1'