feffery_antd_components 0.3.0-rc21 → 0.3.0-rc23
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 +1 -1
- package/Project.toml +1 -1
- package/README-en_US.md +1 -1
- package/README.md +1 -1
- package/feffery_antd_components/AntdDivider.py +7 -4
- package/feffery_antd_components/AntdTable.py +2 -2
- package/feffery_antd_components/async-antd_table.js +12 -12
- package/feffery_antd_components/async-data_display.js +13 -13
- package/feffery_antd_components/async-data_entry.js +26 -26
- package/feffery_antd_components/async-pro_editor.js +1 -1
- package/feffery_antd_components/async-upload.js +7 -7
- package/feffery_antd_components/feffery_antd_components.min.js +48 -48
- package/feffery_antd_components/metadata.json +28 -3
- package/feffery_antd_components/package-info.json +3 -3
- package/package.json +3 -3
- package/src/jl/'feffery'_antddivider.jl +2 -1
- package/src/jl/'feffery'_antdtable.jl +1 -1
- package/src/lib/components/dataDisplay/AntdTable.react.js +6 -3
- package/src/lib/components/layout/AntdDivider.react.js +10 -2
- package/src/lib/fragments/dataDisplay/AntdPopover.react.js +4 -0
- package/src/lib/fragments/dataDisplay/AntdTooltip.react.js +4 -0
- package/src/lib/fragments/dataEntry/AntdInput.react.js +5 -1
- package/usage.py +80 -6
package/DESCRIPTION
CHANGED
package/Project.toml
CHANGED
package/README-en_US.md
CHANGED
|
@@ -26,7 +26,7 @@ pip install feffery-antd-components -U
|
|
|
26
26
|
## 2 Install the latest preview release version
|
|
27
27
|
|
|
28
28
|
> [!NOTE]
|
|
29
|
-
> The latest preview release version (2024-06-
|
|
29
|
+
> The latest preview release version (2024-06-23): `0.3.0rc22`
|
|
30
30
|
|
|
31
31
|
```bash
|
|
32
32
|
pip install feffery-antd-components --pre -U
|
package/README.md
CHANGED
|
@@ -65,16 +65,19 @@ Keyword arguments:
|
|
|
65
65
|
Determines if the component is loading or not.
|
|
66
66
|
|
|
67
67
|
- prop_name (string; optional):
|
|
68
|
-
Holds which property is loading.
|
|
68
|
+
Holds which property is loading.
|
|
69
|
+
|
|
70
|
+
- style (dict; optional):
|
|
71
|
+
当前组件css样式."""
|
|
69
72
|
_children_props = []
|
|
70
73
|
_base_nodes = ['children']
|
|
71
74
|
_namespace = 'feffery_antd_components'
|
|
72
75
|
_type = 'AntdDivider'
|
|
73
76
|
@_explicitize_args
|
|
74
|
-
def __init__(self, children=None, id=Component.UNDEFINED, key=Component.UNDEFINED, className=Component.UNDEFINED, innerTextOrientation=Component.UNDEFINED, isDashed=Component.UNDEFINED, direction=Component.UNDEFINED, fontSize=Component.UNDEFINED, lineColor=Component.UNDEFINED, fontStyle=Component.UNDEFINED, fontWeight=Component.UNDEFINED, fontFamily=Component.UNDEFINED, fontColor=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
|
|
75
|
-
self._prop_names = ['children', 'id', 'aria-*', 'className', 'data-*', 'direction', 'fontColor', 'fontFamily', 'fontSize', 'fontStyle', 'fontWeight', 'innerTextOrientation', 'isDashed', 'key', 'lineColor', 'loading_state']
|
|
77
|
+
def __init__(self, children=None, id=Component.UNDEFINED, key=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, innerTextOrientation=Component.UNDEFINED, isDashed=Component.UNDEFINED, direction=Component.UNDEFINED, fontSize=Component.UNDEFINED, lineColor=Component.UNDEFINED, fontStyle=Component.UNDEFINED, fontWeight=Component.UNDEFINED, fontFamily=Component.UNDEFINED, fontColor=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
|
|
78
|
+
self._prop_names = ['children', 'id', 'aria-*', 'className', 'data-*', 'direction', 'fontColor', 'fontFamily', 'fontSize', 'fontStyle', 'fontWeight', 'innerTextOrientation', 'isDashed', 'key', 'lineColor', 'loading_state', 'style']
|
|
76
79
|
self._valid_wildcard_attributes = ['data-', 'aria-']
|
|
77
|
-
self.available_properties = ['children', 'id', 'aria-*', 'className', 'data-*', 'direction', 'fontColor', 'fontFamily', 'fontSize', 'fontStyle', 'fontWeight', 'innerTextOrientation', 'isDashed', 'key', 'lineColor', 'loading_state']
|
|
80
|
+
self.available_properties = ['children', 'id', 'aria-*', 'className', 'data-*', 'direction', 'fontColor', 'fontFamily', 'fontSize', 'fontStyle', 'fontWeight', 'innerTextOrientation', 'isDashed', 'key', 'lineColor', 'loading_state', 'style']
|
|
78
81
|
self.available_wildcard_properties = ['data-', 'aria-']
|
|
79
82
|
_explicit_args = kwargs.pop('_explicit_args')
|
|
80
83
|
_locals = locals()
|
|
@@ -870,8 +870,8 @@ Keyword arguments:
|
|
|
870
870
|
- content (a list of or a singular dash component, string or number; optional):
|
|
871
871
|
组件型,当前总结栏单元格内容.
|
|
872
872
|
|
|
873
|
-
- summaryRowFixed (boolean; default False):
|
|
874
|
-
|
|
873
|
+
- summaryRowFixed (boolean | a value equal to: 'top', 'bottom'; default False):
|
|
874
|
+
总结栏是否启用固定布局功能,也可设置为`'top'`、`'bottom'`控制总结栏固定在顶部或底部 默认值:`False`.
|
|
875
875
|
|
|
876
876
|
- tableLayout (a value equal to: 'auto', 'fixed'; optional):
|
|
877
877
|
当`columns`中各字段未设置`width`时,用于控制整体字段宽度分配方式,可选项有`'auto'`、`'fixed'`.
|