From c0454690efd15028c479d799d2500e1dba5b7b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E4=BC=9F=E6=9D=B0?= <674416404@qq.com> Date: Wed, 13 Nov 2024 11:08:32 +0800 Subject: [PATCH] chore: fix format --- src/icon/icon.en-US.md | 47 +++++++++++++++++++++--------------------- src/icon/icon.md | 47 +++++++++++++++++++++--------------------- 2 files changed, 48 insertions(+), 46 deletions(-) diff --git a/src/icon/icon.en-US.md b/src/icon/icon.en-US.md index 29d15bddd..68fb2f1a5 100644 --- a/src/icon/icon.en-US.md +++ b/src/icon/icon.en-US.md @@ -64,35 +64,36 @@ if your project is in a no-network scenario, please use on-demand loading of ico ### IconSVG Props -| name | type | default | description | required | -| ---------------- | -------------- | --------- | ------------------------------------------------------- | -------- | -| loadDefaultIcons | Boolean | true | \- | N | -| name | String | - | required | Y | -| size | String | undefined | \- | N | -| style | String | - | html attribute | N | -| url | String / Array | - | Typescript:`string \| Array` | N | -| onClick | Function | | Typescript:`(context: { e: MouseEvent }) => void`
| N | +name | type | default | description | required +-- | -- | -- | -- | -- +loadDefaultIcons | Boolean | true | \- | N +name | String | - | required | Y +size | String | undefined | \- | N +style | String | - | html attribute | N +url | String / Array | - | Typescript:`string \| Array` | N +onClick | Function | | Typescript:`(context: { e: MouseEvent }) => void`
| N ### IconSVG Events -| name | params | description | -| ----- | ------------------------------ | ----------- | -| click | `(context: { e: MouseEvent })` | \- | +name | params | description +-- | -- | -- +click | `(context: { e: MouseEvent })` | \- + ### Iconfont Props -| name | type | default | description | required | -| ---------------- | -------------- | --------- | ------------------------------------------------------- | -------- | -| loadDefaultIcons | Boolean | true | \- | N | -| name | String | - | required | Y | -| size | String | undefined | \- | N | -| style | String | - | html attribute | N | -| tag | String | i | \- | N | -| url | String / Array | - | Typescript:`string \| Array` | N | -| onClick | Function | | Typescript:`(context: { e: MouseEvent }) => void`
| N | +name | type | default | description | required +-- | -- | -- | -- | -- +loadDefaultIcons | Boolean | true | \- | N +name | String | - | required | Y +size | String | undefined | \- | N +style | String | - | html attribute | N +tag | String | i | \- | N +url | String / Array | - | Typescript:`string \| Array` | N +onClick | Function | | Typescript:`(context: { e: MouseEvent }) => void`
| N ### Iconfont Events -| name | params | description | -| ----- | ------------------------------ | ----------- | -| click | `(context: { e: MouseEvent })` | \- | +name | params | description +-- | -- | -- +click | `(context: { e: MouseEvent })` | \- diff --git a/src/icon/icon.md b/src/icon/icon.md index 70aed961f..0f344f4e8 100644 --- a/src/icon/icon.md +++ b/src/icon/icon.md @@ -75,35 +75,36 @@ TDesign 支持通过使用 Iconfont 图标,使用时需要单独引入 Iconfon ### IconSVG Props -| 名称 | 类型 | 默认值 | 说明 | 必传 | -| ---------------- | -------------- | --------- | ----------------------------------------------------------------------------------------------------------------------------- | ---- | -| loadDefaultIcons | Boolean | true | 是否加载组件库内置图标 | N | -| name | String | - | 必需。图标名称 | Y | -| size | String | undefined | 图标尺寸,支持 'small', 'medium', 'large','35px', '3em' 等 | N | -| style | String | - | HTML 原生属性。可用于设置图标颜色,如:style=\"color: red\" | N | -| url | String / Array | - | 图标地址,地址内容参考[组件内部默认加载图标](https://tdesign.gtimg.com/icon/web/index.js)。TS 类型:`string \| Array` | N | -| onClick | Function | | TS 类型:`(context: { e: MouseEvent }) => void`
点击时触发 | N | +名称 | 类型 | 默认值 | 描述 | 必传 +-- | -- | -- | -- | -- +loadDefaultIcons | Boolean | true | 是否加载组件库内置图标 | N +name | String | - | 必需。图标名称 | Y +size | String | undefined | 图标尺寸,支持 'small', 'medium', 'large','35px', '3em' 等 | N +style | String | - | HTML 原生属性。可用于设置图标颜色,如:style=\"color: red\" | N +url | String / Array | - | 图标地址,地址内容参考[组件内部默认加载图标](https://tdesign.gtimg.com/icon/web/index.js)。TS 类型:`string \| Array` | N +onClick | Function | | TS 类型:`(context: { e: MouseEvent }) => void`
点击时触发 | N ### IconSVG Events -| 名称 | 参数 | 描述 | -| ----- | ------------------------------ | ---------- | -| click | `(context: { e: MouseEvent })` | 点击时触发 | +名称 | 参数 | 描述 +-- | -- | -- +click | `(context: { e: MouseEvent })` | 点击时触发 + ### Iconfont Props -| 名称 | 类型 | 默认值 | 说明 | 必传 | -| ---------------- | -------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---- | -| loadDefaultIcons | Boolean | true | 是否加载组件库内置图标 | N | -| name | String | - | 必需。图标名称 | Y | -| size | String | undefined | 图标尺寸,支持 'small', 'medium', 'large','35px', '3em' 等 | N | -| style | String | - | HTML 原生属性。可用于设置图标颜色,如:style=\"color: red\" | N | -| tag | String | i | 图标 DOM 元素,可选值:i/span/div/... | N | -| url | String / Array | - | 图标地址,地址内容参考[组件内部默认加载图标](https://tdesign.gtimg.com/icon/web/index.css)。也可以在 index.html 中引入图标地址。TS 类型:`string \| Array` | N | -| onClick | Function | | TS 类型:`(context: { e: MouseEvent }) => void`
点击时触发 | N | +名称 | 类型 | 默认值 | 描述 | 必传 +-- | -- | -- | -- | -- +loadDefaultIcons | Boolean | true | 是否加载组件库内置图标 | N +name | String | - | 必需。图标名称 | Y +size | String | undefined | 图标尺寸,支持 'small', 'medium', 'large','35px', '3em' 等 | N +style | String | - | HTML 原生属性。可用于设置图标颜色,如:style=\"color: red\" | N +tag | String | i | 图标 DOM 元素,可选值:i/span/div/... | N +url | String / Array | - | 图标地址,地址内容参考[组件内部默认加载图标](https://tdesign.gtimg.com/icon/web/index.css)。也可以在 index.html 中引入图标地址。TS 类型:`string \| Array` | N +onClick | Function | | TS 类型:`(context: { e: MouseEvent }) => void`
点击时触发 | N ### Iconfont Events -| 名称 | 参数 | 描述 | -| ----- | ------------------------------ | ---------- | -| click | `(context: { e: MouseEvent })` | 点击时触发 | +名称 | 参数 | 描述 +-- | -- | -- +click | `(context: { e: MouseEvent })` | 点击时触发