(component): 更新文档

This commit is contained in:
就眠儀式 2022-10-22 14:33:31 +08:00
parent dec22cebe9
commit fa61ae36ef
8 changed files with 35 additions and 22 deletions

View File

@ -41,7 +41,7 @@
"@umijs/ssr-darkreader": "^4.9.45",
"dayjs": "^1.11.0",
"evtd": "^0.2.3",
"vue-i18n": "^9.1.10",
"vue-i18n": "^9.2.2",
"@ctrl/tinycolor": "^3.4.1"
},
"files": [

View File

@ -36,7 +36,6 @@ const fileDisplay = (file) => {
const filePath = `dist/static${url.replace(/\/$/, '/index')}.html`
writeFileRecursive(toAbsolute(filePath), html)
console.log('pre-rendered:', filePath)
}
})
}

View File

@ -690,16 +690,19 @@ const options3=[
::: table
| 属性 | 描述 |
| ----------------------- | -------------------- |
| placeholder | 提示信息 |
| v-model / modelValue | 值 |
| decollator | 分割符号,默认为 / |
| options | 选项参数 格式请见上面的demo |
| onlyLastLevel | 回显display仅显示最后一级默认为 `false` |
| replaceFields | 自定义数据key名,可配置项为`label`,`value`,`children`,用法详见上面案例 |
| allow-clear | 默认slot提供清空功能与lay-input保持一致|
| size | 尺寸参数与lay-input保持一致|
| 属性 | 描述 | 类型 | 可选值 | 默认值 |
| ----------------------- | -------------------- |-------------------- |-------------------- |-------------------- |
| placeholder | 提示信息 | | | |
| v-model / modelValue | 值 | | | |
| decollator | 分割符号,默认为 / | | | |
| options | 选项参数 格式请见上面的demo | | | |
| onlyLastLevel | 回显display仅显示最后一级默认为 `false` | | | |
| replaceFields | 字段名称配置, 配置项为 `label`,`value`,`children` | | | |
| allow-clear | 默认slot提供清空功能与lay-input保持一致| | | |
| size | 尺寸参数与lay-input保持一致| | | |
| contentStyle | 内容自定义样式 | `StyleValue` | -- | -- |
| contentClass | 内容自定义Class | `string` `Array<string \| object>` `object` | -- | -- |
| disabled | 禁用 | `boolean` |-- |-- |
:::
::: title Cascader 事件

View File

@ -109,11 +109,14 @@ export default {
::: table
| | | |
| ---------- | -------- | --- |
| v-model | 选中色 | -- |
| preset | 预设颜色 | -- |
| eyeDropper | 取色器 | Boolean |
| | | | | |
| ---------- | -------- | --- |--- |--- |
| v-model | 选中色 | -- |-- |-- |
| preset | 预设颜色 | -- |-- |-- |
| eyeDropper | 取色器 | `boolean` |-- |-- |
| disabled | 禁用 | `boolean` |-- |-- |
| contentStyle | 内容自定义样式 | `StyleValue` | -- | -- |
| contentClass | 内容自定义Class | `string` `Array<string \| object>` `object` | -- | -- |
:::

View File

@ -299,6 +299,8 @@ export default {
| prefix-icon | 前置图标 | `string` | `layui-icon-date` | 内置图标集 | `1.4.0` |
| suffix-icon | 后置图标 | `string` | -- | 内置图标集 | `1.4.0` |
| timestamp | 时间戳模式(13位),仅对date和datetime有效| `boolean` | `false` | `true` `false` | `1.6.5` |
| contentStyle | 内容自定义样式 | `StyleValue` | -- | -- |-- |
| contentClass | 内容自定义Class | `string` `Array<string \| object>` `object` | -- | -- |-- |
:::
::: contributor datePicker

View File

@ -116,11 +116,14 @@ export default {
::: table
| | | |
| ---------- | -------- | --- |
| v-model | 默认值 | -- |
| page | 开启分页 | -- |
| showSearch | 启用搜索 | -- |
| | | | | |
| ---------- | -------- | --- |--- |--- |
| v-model | 默认值 | -- |-- |-- |
| page | 开启分页 | -- |-- |-- |
| showSearch | 启用搜索 | -- |-- |-- |
| disabled | 禁用 | `boolean` |-- |-- |
| contentStyle | 内容自定义样式 | `StyleValue` | -- | -- |
| contentClass | 内容自定义Class | `string` `Array<string \| object>` `object` | -- | -- |
:::

View File

@ -263,6 +263,8 @@ export default {
| searchPlaceholder | 搜索提示 | `string` | -- | -- |
| minCollapsedNum | 多选模式最小折叠数量 | `number` | -- | -- |
| collapseTagsTooltip | 多选折叠后时候悬浮展示 | `boolean` | -- | -- |
| contentStyle | 内容自定义样式 | `StyleValue` | -- | -- |
| contentClass | 内容自定义Class | `string` `Array<string \| object>` `object` | -- | -- |
:::

View File

@ -32,6 +32,7 @@
<li>[修复] date-picker 组件 type 属性为 date 值, range 属性为 true 时, 结束月份出现 13 月的问题。</li>
<li>[修复] space 组件 size 属性使用内置 string ['md','sm'] 不生效的问题。</li>
<li>[修复] table 组件 datasource 为空, 表头超出宽度无法滚动的问题。</li>
<li>[升级] vue-i18n-next 9.2.2 版本。</li>
</ul>
</li>
</ul>