Skip to content

Commit 3f68a18

Browse files
committed
0.5.0 - correct icons
Fix: Correct the icons in the page `/docs/apis/DashJsonGrid`.
1 parent 2ad0df6 commit 3f68a18

7 files changed

Lines changed: 7 additions & 6 deletions

File tree

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
2. Fix: Add the broken link `dash-pmcallback` for the page `/docs/apis/DashJsonGrid`.
1313
3. Fix: Add the missing translation for the table head in `/docs/install`.
1414
4. Fix: Correct the punctuations in the page `/docs/apis/DashJsonGrid`.
15+
5. Fix: Correct the icons in the page `/docs/apis/DashJsonGrid`.
1516

1617
### 0.5.0 @ 11/29/2024
1718

docs/apis/DashJsonGrid.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ unstructured serializable JSON data.
5454

5555
| Name | Type | <center>Description</center> |
5656
| :-----------------------: | :------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------- |
57-
| `id` | `str \| Mapping[str, Any]` | The ID of the component. A dictionary-id is used for creating a [pattern-matching callback :book:][dash-pmcallback]. |
57+
| `id` | `str \| Mapping[str, Any]` | The ID of the component. A dictionary-id is used for creating a [pattern-matching callback<IconExternalLink/>][dash-pmcallback]. |
5858
| `class_name` | `str` | The css-class of the component. Use ` ` to separate different names. |
5959
| `style` | `Mapping[str, str]` | The css-styles which will override styles of the component container. |
6060
| `data` | `Any` | The JSON-serializable simple object to be transformed into a grid table. |

i18n/zh-cn/docusaurus-plugin-content-docs/current/apis/DashJsonGrid.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ comp = DashJsonGrid(
5252

5353
| 名称 | 类型 | <center>说明</center> |
5454
| :-----------------------: | :------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------- |
55-
| `id` | `str \| Mapping[str, Any]` | 组件ID。若设置为字典,则该ID用于[模式匹配callback :book:][dash-pmcallback]|
55+
| `id` | `str \| Mapping[str, Any]` | 组件ID。若设置为字典,则该ID用于[模式匹配callback<IconExternalLink/>][dash-pmcallback]|
5656
| `class_name` | `str` | 组件的CSS类。使用` `分隔不同的类。 |
5757
| `style` | `Mapping[str, str]` | 组件的CSS样式。这些样式用于覆盖组件容器的默认样式。. |
5858
| `data` | `Any` | 用来转换成网格视图的数据,其支持JSON序列化。 |

i18n/zh-cn/docusaurus-plugin-content-docs/version-0.3.x/apis/DashJsonGrid.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ comp = DashJsonGrid(
5252

5353
| 名称 | 类型 | <center>说明</center> |
5454
| :-----------------------: | :------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------- |
55-
| `id` | `str \| Mapping[str, Any]` | 组件ID。若设置为字典,则该ID用于[模式匹配callback :book:][dash-pmcallback]|
55+
| `id` | `str \| Mapping[str, Any]` | 组件ID。若设置为字典,则该ID用于[模式匹配callback<IconExternalLink/>][dash-pmcallback]|
5656
| `class_name` | `str` | 组件的CSS类。使用` `分隔不同的类。 |
5757
| `style` | `Mapping[str, str]` | 组件的CSS样式。这些样式用于覆盖组件容器的默认样式。. |
5858
| `data` | `Any` | 用来转换成网格视图的数据,其支持JSON序列化。 |

i18n/zh-cn/docusaurus-plugin-content-docs/version-0.4.x/apis/DashJsonGrid.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ comp = DashJsonGrid(
5252

5353
| 名称 | 类型 | <center>说明</center> |
5454
| :-----------------------: | :------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------- |
55-
| `id` | `str \| Mapping[str, Any]` | 组件ID。若设置为字典,则该ID用于[模式匹配callback :book:][dash-pmcallback]|
55+
| `id` | `str \| Mapping[str, Any]` | 组件ID。若设置为字典,则该ID用于[模式匹配callback<IconExternalLink/>][dash-pmcallback]|
5656
| `class_name` | `str` | 组件的CSS类。使用` `分隔不同的类。 |
5757
| `style` | `Mapping[str, str]` | 组件的CSS样式。这些样式用于覆盖组件容器的默认样式。. |
5858
| `data` | `Any` | 用来转换成网格视图的数据,其支持JSON序列化。 |

versioned_docs/version-0.3.x/apis/DashJsonGrid.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ unstructured serializable JSON data.
5454

5555
| Name | Type | <center>Description</center> |
5656
| :-----------------------: | :------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------- |
57-
| `id` | `str \| Mapping[str, Any]` | The ID of the component. A dictionary-id is used for creating a [pattern-matching callback :book:][dash-pmcallback]. |
57+
| `id` | `str \| Mapping[str, Any]` | The ID of the component. A dictionary-id is used for creating a [pattern-matching callback<IconExternalLink/>][dash-pmcallback]. |
5858
| `class_name` | `str` | The css-class of the component. Use ` ` to separate different names. |
5959
| `style` | `Mapping[str, str]` | The css-styles which will override styles of the component container. |
6060
| `data` | `Any` | The JSON-serializable simple object to be transformed into a grid table. |

versioned_docs/version-0.4.x/apis/DashJsonGrid.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ unstructured serializable JSON data.
5454

5555
| Name | Type | <center>Description</center> |
5656
| :-----------------------: | :------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------- |
57-
| `id` | `str \| Mapping[str, Any]` | The ID of the component. A dictionary-id is used for creating a [pattern-matching callback :book:][dash-pmcallback]. |
57+
| `id` | `str \| Mapping[str, Any]` | The ID of the component. A dictionary-id is used for creating a [pattern-matching callback<IconExternalLink/>][dash-pmcallback]. |
5858
| `class_name` | `str` | The css-class of the component. Use ` ` to separate different names. |
5959
| `style` | `Mapping[str, str]` | The css-styles which will override styles of the component container. |
6060
| `data` | `Any` | The JSON-serializable simple object to be transformed into a grid table. |

0 commit comments

Comments
 (0)