File tree Expand file tree Collapse file tree
i18n/zh-cn/docusaurus-plugin-content-docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11111 . Fix: Add more translations for the new docusaurus version ` 3.6.3 ` .
12122 . Fix: Add the broken link ` dash-pmcallback ` for the page ` /docs/apis/DashJsonGrid ` .
13133 . Fix: Add the missing translation for the table head in ` /docs/install ` .
14+ 4 . Fix: Correct the punctuations in the page ` /docs/apis/DashJsonGrid ` .
1415
1516### 0.5.0 @ 11/29/2024
1617
Original file line number Diff line number Diff 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 :book : ] [ dash-pmcallback ] 。 |
5656| ` class_name ` | ` str ` | 组件的CSS类。使用` ` 分隔不同的类。 |
5757| ` style ` | ` Mapping[str, str] ` | 组件的CSS样式。这些样式用于覆盖组件容器的默认样式。. |
5858| ` data ` | ` Any ` | 用来转换成网格视图的数据,其支持JSON序列化。 |
Original file line number Diff line number Diff 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 :book : ] [ dash-pmcallback ] 。 |
5656| ` class_name ` | ` str ` | 组件的CSS类。使用` ` 分隔不同的类。 |
5757| ` style ` | ` Mapping[str, str] ` | 组件的CSS样式。这些样式用于覆盖组件容器的默认样式。. |
5858| ` data ` | ` Any ` | 用来转换成网格视图的数据,其支持JSON序列化。 |
Original file line number Diff line number Diff 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 :book : ] [ dash-pmcallback ] 。 |
5656| ` class_name ` | ` str ` | 组件的CSS类。使用` ` 分隔不同的类。 |
5757| ` style ` | ` Mapping[str, str] ` | 组件的CSS样式。这些样式用于覆盖组件容器的默认样式。. |
5858| ` data ` | ` Any ` | 用来转换成网格视图的数据,其支持JSON序列化。 |
You can’t perform that action at this time.
0 commit comments