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.
@@ -10239,20 +10239,12 @@
10239
10239
  "value": {
10240
10240
  "label": {
10241
10241
  "name": "node",
10242
- "description": "\u7ec4\u4ef6\u578b\uff0c\u8bbe\u7f6e\u5f53\u524d\u9884\u8bbe\u5b50\u9879\u5143\u7d20",
10242
+ "description": "\u7ec4\u4ef6\u578b\uff0c\u8bbe\u7f6e\u5f53\u524d\u9884\u8bbe\u5b50\u9879\u6807\u9898",
10243
10243
  "required": false
10244
10244
  },
10245
10245
  "value": {
10246
- "name": "union",
10247
- "value": [
10248
- {
10249
- "name": "string"
10250
- },
10251
- {
10252
- "name": "number"
10253
- }
10254
- ],
10255
- "description": "\u8bbe\u7f6e\u5f53\u524d\u9884\u8bbe\u5b50\u9879\u552f\u4e00\u503c",
10246
+ "name": "string",
10247
+ "description": "\u8bbe\u7f6e\u5f53\u524d\u9884\u8bbe\u5b50\u9879\u5bf9\u5e94\u65e5\u671f\u5b57\u7b26\u4e32",
10256
10248
  "required": false
10257
10249
  }
10258
10250
  }
@@ -10878,16 +10870,11 @@
10878
10870
  "required": false
10879
10871
  },
10880
10872
  "value": {
10881
- "name": "union",
10882
- "value": [
10883
- {
10884
- "name": "string"
10885
- },
10886
- {
10887
- "name": "number"
10888
- }
10889
- ],
10890
- "description": "\u8bbe\u7f6e\u5f53\u524d\u9884\u8bbe\u5b50\u9879\u552f\u4e00\u503c",
10873
+ "name": "arrayOf",
10874
+ "value": {
10875
+ "name": "string"
10876
+ },
10877
+ "description": "\u8bbe\u7f6e\u5f53\u524d\u9884\u8bbe\u5b50\u9879\u65e5\u671f\u8303\u56f4\u5b57\u7b26\u4e32\u6570\u7ec4",
10891
10878
  "required": false
10892
10879
  }
10893
10880
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "feffery_antd_components",
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
  "repository": {
6
6
  "type": "git",
@@ -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