feffery_antd_components 0.3.0-a3 → 0.3.0-a4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/DESCRIPTION CHANGED
@@ -1,6 +1,6 @@
1
1
  Package: fefferyAntdComponents
2
2
  Title: Best implementation of Antd components in Plotly Dash.
3
- Version: 0.3.0-a3
3
+ Version: 0.3.0-a4
4
4
  Description: Best implementation of Antd components in Plotly Dash.
5
5
  Depends: R (>= 3.0.2)
6
6
  Imports:
package/Project.toml CHANGED
@@ -2,7 +2,7 @@
2
2
  name = "FefferyAntdComponents"
3
3
  uuid = "1b08a953-4be3-4667-9a23-baf51bd2b26e"
4
4
  authors = ["CNFeffery <fefferypzy@gmail.com>"]
5
- version = "0.3.0-a3"
5
+ version = "0.3.0-a4"
6
6
 
7
7
  [deps]
8
8
  Dash = "1b08a953-4be3-4667-9a23-3db579824955"
@@ -111,10 +111,10 @@ Keyword arguments:
111
111
  `presets` is a list of dicts with keys:
112
112
 
113
113
  - label (a list of or a singular dash component, string or number; optional):
114
- 组件型,设置当前预设子项元素.
114
+ 组件型,设置当前预设子项标题.
115
115
 
116
- - value (string | number; optional):
117
- 设置当前预设子项唯一值.
116
+ - value (string; optional):
117
+ 设置当前预设子项对应日期字符串.
118
118
 
119
119
  - readOnly (boolean; optional)
120
120
 
@@ -115,8 +115,8 @@ Keyword arguments:
115
115
  - label (a list of or a singular dash component, string or number; optional):
116
116
  组件型,设置当前预设子项元素.
117
117
 
118
- - value (string | number; optional):
119
- 设置当前预设子项唯一值.
118
+ - value (list of strings; optional):
119
+ 设置当前预设子项日期范围字符串数组.
120
120
 
121
121
  - readOnly (boolean; optional)
122
122