feffery_antd_components 0.1.3 → 0.1.4
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.md +2 -2
- package/feffery_antd_components/AntdTable.py +61 -4
- package/feffery_antd_components/feffery_antd_components.min.js +9 -9
- package/feffery_antd_components/metadata.json +290 -1
- package/feffery_antd_components/package-info.json +3 -3
- package/package.json +3 -3
- package/src/FefferyAntdComponents.jl +3 -3
- package/src/jl/'feffery'_antdtable.jl +34 -4
- package/src/lib/components/AntdTable.react.js +190 -34
- package/usage.py +95 -5
- package/build/lib/feffery_antd_components/AntdAffix.py +0 -54
- package/build/lib/feffery_antd_components/AntdAlert.py +0 -58
- package/build/lib/feffery_antd_components/AntdAnchor.py +0 -54
- package/build/lib/feffery_antd_components/AntdAvatar.py +0 -79
- package/build/lib/feffery_antd_components/AntdBackTop.py +0 -52
- package/build/lib/feffery_antd_components/AntdBadge.py +0 -70
- package/build/lib/feffery_antd_components/AntdBreadcrumb.py +0 -74
- package/build/lib/feffery_antd_components/AntdButton.py +0 -66
- package/build/lib/feffery_antd_components/AntdCalendar.py +0 -75
- package/build/lib/feffery_antd_components/AntdCard.py +0 -86
- package/build/lib/feffery_antd_components/AntdCardGrid.py +0 -52
- package/build/lib/feffery_antd_components/AntdCarousel.py +0 -56
- package/build/lib/feffery_antd_components/AntdCascader.py +0 -91
- package/build/lib/feffery_antd_components/AntdCheckbox.py +0 -71
- package/build/lib/feffery_antd_components/AntdCheckboxGroup.py +0 -79
- package/build/lib/feffery_antd_components/AntdCol.py +0 -146
- package/build/lib/feffery_antd_components/AntdCollapse.py +0 -79
- package/build/lib/feffery_antd_components/AntdComment.py +0 -88
- package/build/lib/feffery_antd_components/AntdContent.py +0 -50
- package/build/lib/feffery_antd_components/AntdCountdown.py +0 -72
- package/build/lib/feffery_antd_components/AntdDatePicker.py +0 -93
- package/build/lib/feffery_antd_components/AntdDateRangePicker.py +0 -89
- package/build/lib/feffery_antd_components/AntdDescriptionItem.py +0 -58
- package/build/lib/feffery_antd_components/AntdDescriptions.py +0 -76
- package/build/lib/feffery_antd_components/AntdDivider.py +0 -62
- package/build/lib/feffery_antd_components/AntdDraggerUpload.py +0 -82
- package/build/lib/feffery_antd_components/AntdDrawer.py +0 -72
- package/build/lib/feffery_antd_components/AntdDropdown.py +0 -84
- package/build/lib/feffery_antd_components/AntdEmpty.py +0 -54
- package/build/lib/feffery_antd_components/AntdFooter.py +0 -50
- package/build/lib/feffery_antd_components/AntdForm.py +0 -72
- package/build/lib/feffery_antd_components/AntdFormItem.py +0 -84
- package/build/lib/feffery_antd_components/AntdHeader.py +0 -50
- package/build/lib/feffery_antd_components/AntdIcon.py +0 -48
- package/build/lib/feffery_antd_components/AntdImage.py +0 -62
- package/build/lib/feffery_antd_components/AntdInput.py +0 -99
- package/build/lib/feffery_antd_components/AntdInputNumber.py +0 -99
- package/build/lib/feffery_antd_components/AntdLayout.py +0 -50
- package/build/lib/feffery_antd_components/AntdMentions.py +0 -74
- package/build/lib/feffery_antd_components/AntdMenu.py +0 -81
- package/build/lib/feffery_antd_components/AntdMessage.py +0 -54
- package/build/lib/feffery_antd_components/AntdModal.py +0 -88
- package/build/lib/feffery_antd_components/AntdNotification.py +0 -60
- package/build/lib/feffery_antd_components/AntdPageHeader.py +0 -62
- package/build/lib/feffery_antd_components/AntdPagination.py +0 -95
- package/build/lib/feffery_antd_components/AntdParagraph.py +0 -70
- package/build/lib/feffery_antd_components/AntdPopconfirm.py +0 -80
- package/build/lib/feffery_antd_components/AntdPopover.py +0 -74
- package/build/lib/feffery_antd_components/AntdProgress.py +0 -88
- package/build/lib/feffery_antd_components/AntdRadio.py +0 -54
- package/build/lib/feffery_antd_components/AntdRadioGroup.py +0 -89
- package/build/lib/feffery_antd_components/AntdRate.py +0 -60
- package/build/lib/feffery_antd_components/AntdResult.py +0 -52
- package/build/lib/feffery_antd_components/AntdRibbon.py +0 -54
- package/build/lib/feffery_antd_components/AntdRow.py +0 -72
- package/build/lib/feffery_antd_components/AntdSelect.py +0 -117
- package/build/lib/feffery_antd_components/AntdSider.py +0 -68
- package/build/lib/feffery_antd_components/AntdSkeleton.py +0 -86
- package/build/lib/feffery_antd_components/AntdSlider.py +0 -68
- package/build/lib/feffery_antd_components/AntdSpace.py +0 -60
- package/build/lib/feffery_antd_components/AntdSpin.py +0 -68
- package/build/lib/feffery_antd_components/AntdStatistic.py +0 -74
- package/build/lib/feffery_antd_components/AntdSteps.py +0 -72
- package/build/lib/feffery_antd_components/AntdSwitch.py +0 -75
- package/build/lib/feffery_antd_components/AntdTabPane.py +0 -66
- package/build/lib/feffery_antd_components/AntdTable.py +0 -179
- package/build/lib/feffery_antd_components/AntdTabs.py +0 -81
- package/build/lib/feffery_antd_components/AntdTag.py +0 -54
- package/build/lib/feffery_antd_components/AntdTestLink.py +0 -58
- package/build/lib/feffery_antd_components/AntdText.py +0 -72
- package/build/lib/feffery_antd_components/AntdTimePicker.py +0 -93
- package/build/lib/feffery_antd_components/AntdTimeRangePicker.py +0 -93
- package/build/lib/feffery_antd_components/AntdTimeline.py +0 -68
- package/build/lib/feffery_antd_components/AntdTitle.py +0 -74
- package/build/lib/feffery_antd_components/AntdTooltip.py +0 -64
- package/build/lib/feffery_antd_components/AntdTransfer.py +0 -99
- package/build/lib/feffery_antd_components/AntdTree.py +0 -107
- package/build/lib/feffery_antd_components/AntdTreeSelect.py +0 -103
- package/build/lib/feffery_antd_components/AntdTypography.py +0 -50
- package/build/lib/feffery_antd_components/AntdUpload.py +0 -80
- package/build/lib/feffery_antd_components/Link.py +0 -58
- package/build/lib/feffery_antd_components/__init__.py +0 -53
- package/build/lib/feffery_antd_components/_imports_.py +0 -157
- package/build/lib/feffery_antd_components/feffery_antd_components.min.js +0 -344
- package/build/lib/feffery_antd_components/metadata.json +0 -14640
- package/build/lib/feffery_antd_components/package-info.json +0 -77
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
|
-
|
|
3
|
-
from dash.development.base_component import Component, _explicitize_args
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class AntdFooter(Component):
|
|
7
|
-
"""An AntdFooter component.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Keyword arguments:
|
|
11
|
-
|
|
12
|
-
- children (a list of or a singular dash component, string or number; optional):
|
|
13
|
-
The content of the tab - will only be displayed if this tab is
|
|
14
|
-
selected.
|
|
15
|
-
|
|
16
|
-
- id (string; optional)
|
|
17
|
-
|
|
18
|
-
- className (string; optional)
|
|
19
|
-
|
|
20
|
-
- loading_state (dict; optional)
|
|
21
|
-
|
|
22
|
-
`loading_state` is a dict with keys:
|
|
23
|
-
|
|
24
|
-
- component_name (string; optional):
|
|
25
|
-
Holds the name of the component that is loading.
|
|
26
|
-
|
|
27
|
-
- is_loading (boolean; optional):
|
|
28
|
-
Determines if the component is loading or not.
|
|
29
|
-
|
|
30
|
-
- prop_name (string; optional):
|
|
31
|
-
Holds which property is loading.
|
|
32
|
-
|
|
33
|
-
- style (dict; optional)"""
|
|
34
|
-
@_explicitize_args
|
|
35
|
-
def __init__(self, children=None, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
|
|
36
|
-
self._prop_names = ['children', 'id', 'className', 'loading_state', 'style']
|
|
37
|
-
self._type = 'AntdFooter'
|
|
38
|
-
self._namespace = 'feffery_antd_components'
|
|
39
|
-
self._valid_wildcard_attributes = []
|
|
40
|
-
self.available_properties = ['children', 'id', 'className', 'loading_state', 'style']
|
|
41
|
-
self.available_wildcard_properties = []
|
|
42
|
-
_explicit_args = kwargs.pop('_explicit_args')
|
|
43
|
-
_locals = locals()
|
|
44
|
-
_locals.update(kwargs) # For wildcard attrs
|
|
45
|
-
args = {k: _locals[k] for k in _explicit_args if k != 'children'}
|
|
46
|
-
for k in []:
|
|
47
|
-
if k not in args:
|
|
48
|
-
raise TypeError(
|
|
49
|
-
'Required argument `' + k + '` was not specified.')
|
|
50
|
-
super(AntdFooter, self).__init__(children=children, **args)
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
|
-
|
|
3
|
-
from dash.development.base_component import Component, _explicitize_args
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class AntdForm(Component):
|
|
7
|
-
"""An AntdForm component.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Keyword arguments:
|
|
11
|
-
|
|
12
|
-
- children (a list of or a singular dash component, string or number; optional):
|
|
13
|
-
The content of the tab - will only be displayed if this tab is
|
|
14
|
-
selected.
|
|
15
|
-
|
|
16
|
-
- id (string; optional)
|
|
17
|
-
|
|
18
|
-
- className (string; optional)
|
|
19
|
-
|
|
20
|
-
- colon (boolean; optional)
|
|
21
|
-
|
|
22
|
-
- labelAlign (a value equal to: 'left', 'right'; optional)
|
|
23
|
-
|
|
24
|
-
- labelCol (dict; optional)
|
|
25
|
-
|
|
26
|
-
`labelCol` is a dict with keys:
|
|
27
|
-
|
|
28
|
-
- offset (number; optional)
|
|
29
|
-
|
|
30
|
-
- span (number; optional)
|
|
31
|
-
|
|
32
|
-
- layout (a value equal to: 'horizontal', 'vertical', 'inline'; optional)
|
|
33
|
-
|
|
34
|
-
- loading_state (dict; optional)
|
|
35
|
-
|
|
36
|
-
`loading_state` is a dict with keys:
|
|
37
|
-
|
|
38
|
-
- component_name (string; optional):
|
|
39
|
-
Holds the name of the component that is loading.
|
|
40
|
-
|
|
41
|
-
- is_loading (boolean; optional):
|
|
42
|
-
Determines if the component is loading or not.
|
|
43
|
-
|
|
44
|
-
- prop_name (string; optional):
|
|
45
|
-
Holds which property is loading.
|
|
46
|
-
|
|
47
|
-
- style (dict; optional)
|
|
48
|
-
|
|
49
|
-
- wrapperCol (dict; optional)
|
|
50
|
-
|
|
51
|
-
`wrapperCol` is a dict with keys:
|
|
52
|
-
|
|
53
|
-
- offset (number; optional)
|
|
54
|
-
|
|
55
|
-
- span (number; optional)"""
|
|
56
|
-
@_explicitize_args
|
|
57
|
-
def __init__(self, children=None, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, labelCol=Component.UNDEFINED, wrapperCol=Component.UNDEFINED, colon=Component.UNDEFINED, labelAlign=Component.UNDEFINED, layout=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
|
|
58
|
-
self._prop_names = ['children', 'id', 'className', 'colon', 'labelAlign', 'labelCol', 'layout', 'loading_state', 'style', 'wrapperCol']
|
|
59
|
-
self._type = 'AntdForm'
|
|
60
|
-
self._namespace = 'feffery_antd_components'
|
|
61
|
-
self._valid_wildcard_attributes = []
|
|
62
|
-
self.available_properties = ['children', 'id', 'className', 'colon', 'labelAlign', 'labelCol', 'layout', 'loading_state', 'style', 'wrapperCol']
|
|
63
|
-
self.available_wildcard_properties = []
|
|
64
|
-
_explicit_args = kwargs.pop('_explicit_args')
|
|
65
|
-
_locals = locals()
|
|
66
|
-
_locals.update(kwargs) # For wildcard attrs
|
|
67
|
-
args = {k: _locals[k] for k in _explicit_args if k != 'children'}
|
|
68
|
-
for k in []:
|
|
69
|
-
if k not in args:
|
|
70
|
-
raise TypeError(
|
|
71
|
-
'Required argument `' + k + '` was not specified.')
|
|
72
|
-
super(AntdForm, self).__init__(children=children, **args)
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
|
-
|
|
3
|
-
from dash.development.base_component import Component, _explicitize_args
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class AntdFormItem(Component):
|
|
7
|
-
"""An AntdFormItem component.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Keyword arguments:
|
|
11
|
-
|
|
12
|
-
- children (a list of or a singular dash component, string or number; optional):
|
|
13
|
-
The content of the tab - will only be displayed if this tab is
|
|
14
|
-
selected.
|
|
15
|
-
|
|
16
|
-
- id (string; optional)
|
|
17
|
-
|
|
18
|
-
- className (string; optional)
|
|
19
|
-
|
|
20
|
-
- colon (boolean; optional)
|
|
21
|
-
|
|
22
|
-
- extra (string; optional)
|
|
23
|
-
|
|
24
|
-
- help (string; optional)
|
|
25
|
-
|
|
26
|
-
- hidden (boolean; optional)
|
|
27
|
-
|
|
28
|
-
- label (string; optional)
|
|
29
|
-
|
|
30
|
-
- labelAlign (a value equal to: 'left', 'right'; optional)
|
|
31
|
-
|
|
32
|
-
- labelCol (dict; optional)
|
|
33
|
-
|
|
34
|
-
`labelCol` is a dict with keys:
|
|
35
|
-
|
|
36
|
-
- offset (number; optional)
|
|
37
|
-
|
|
38
|
-
- span (number; optional)
|
|
39
|
-
|
|
40
|
-
- loading_state (dict; optional)
|
|
41
|
-
|
|
42
|
-
`loading_state` is a dict with keys:
|
|
43
|
-
|
|
44
|
-
- component_name (string; optional):
|
|
45
|
-
Holds the name of the component that is loading.
|
|
46
|
-
|
|
47
|
-
- is_loading (boolean; optional):
|
|
48
|
-
Determines if the component is loading or not.
|
|
49
|
-
|
|
50
|
-
- prop_name (string; optional):
|
|
51
|
-
Holds which property is loading.
|
|
52
|
-
|
|
53
|
-
- required (boolean; optional)
|
|
54
|
-
|
|
55
|
-
- style (dict; optional)
|
|
56
|
-
|
|
57
|
-
- tooltip (string; optional)
|
|
58
|
-
|
|
59
|
-
- validateStatus (a value equal to: 'success', 'warning', 'error', 'validating'; optional)
|
|
60
|
-
|
|
61
|
-
- wrapperCol (dict; optional)
|
|
62
|
-
|
|
63
|
-
`wrapperCol` is a dict with keys:
|
|
64
|
-
|
|
65
|
-
- offset (number; optional)
|
|
66
|
-
|
|
67
|
-
- span (number; optional)"""
|
|
68
|
-
@_explicitize_args
|
|
69
|
-
def __init__(self, children=None, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, required=Component.UNDEFINED, labelCol=Component.UNDEFINED, colon=Component.UNDEFINED, wrapperCol=Component.UNDEFINED, label=Component.UNDEFINED, labelAlign=Component.UNDEFINED, tooltip=Component.UNDEFINED, extra=Component.UNDEFINED, help=Component.UNDEFINED, hidden=Component.UNDEFINED, validateStatus=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
|
|
70
|
-
self._prop_names = ['children', 'id', 'className', 'colon', 'extra', 'help', 'hidden', 'label', 'labelAlign', 'labelCol', 'loading_state', 'required', 'style', 'tooltip', 'validateStatus', 'wrapperCol']
|
|
71
|
-
self._type = 'AntdFormItem'
|
|
72
|
-
self._namespace = 'feffery_antd_components'
|
|
73
|
-
self._valid_wildcard_attributes = []
|
|
74
|
-
self.available_properties = ['children', 'id', 'className', 'colon', 'extra', 'help', 'hidden', 'label', 'labelAlign', 'labelCol', 'loading_state', 'required', 'style', 'tooltip', 'validateStatus', 'wrapperCol']
|
|
75
|
-
self.available_wildcard_properties = []
|
|
76
|
-
_explicit_args = kwargs.pop('_explicit_args')
|
|
77
|
-
_locals = locals()
|
|
78
|
-
_locals.update(kwargs) # For wildcard attrs
|
|
79
|
-
args = {k: _locals[k] for k in _explicit_args if k != 'children'}
|
|
80
|
-
for k in []:
|
|
81
|
-
if k not in args:
|
|
82
|
-
raise TypeError(
|
|
83
|
-
'Required argument `' + k + '` was not specified.')
|
|
84
|
-
super(AntdFormItem, self).__init__(children=children, **args)
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
|
-
|
|
3
|
-
from dash.development.base_component import Component, _explicitize_args
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class AntdHeader(Component):
|
|
7
|
-
"""An AntdHeader component.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Keyword arguments:
|
|
11
|
-
|
|
12
|
-
- children (a list of or a singular dash component, string or number; optional):
|
|
13
|
-
The content of the tab - will only be displayed if this tab is
|
|
14
|
-
selected.
|
|
15
|
-
|
|
16
|
-
- id (string; optional)
|
|
17
|
-
|
|
18
|
-
- className (string; optional)
|
|
19
|
-
|
|
20
|
-
- loading_state (dict; optional)
|
|
21
|
-
|
|
22
|
-
`loading_state` is a dict with keys:
|
|
23
|
-
|
|
24
|
-
- component_name (string; optional):
|
|
25
|
-
Holds the name of the component that is loading.
|
|
26
|
-
|
|
27
|
-
- is_loading (boolean; optional):
|
|
28
|
-
Determines if the component is loading or not.
|
|
29
|
-
|
|
30
|
-
- prop_name (string; optional):
|
|
31
|
-
Holds which property is loading.
|
|
32
|
-
|
|
33
|
-
- style (dict; optional)"""
|
|
34
|
-
@_explicitize_args
|
|
35
|
-
def __init__(self, children=None, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
|
|
36
|
-
self._prop_names = ['children', 'id', 'className', 'loading_state', 'style']
|
|
37
|
-
self._type = 'AntdHeader'
|
|
38
|
-
self._namespace = 'feffery_antd_components'
|
|
39
|
-
self._valid_wildcard_attributes = []
|
|
40
|
-
self.available_properties = ['children', 'id', 'className', 'loading_state', 'style']
|
|
41
|
-
self.available_wildcard_properties = []
|
|
42
|
-
_explicit_args = kwargs.pop('_explicit_args')
|
|
43
|
-
_locals = locals()
|
|
44
|
-
_locals.update(kwargs) # For wildcard attrs
|
|
45
|
-
args = {k: _locals[k] for k in _explicit_args if k != 'children'}
|
|
46
|
-
for k in []:
|
|
47
|
-
if k not in args:
|
|
48
|
-
raise TypeError(
|
|
49
|
-
'Required argument `' + k + '` was not specified.')
|
|
50
|
-
super(AntdHeader, self).__init__(children=children, **args)
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
|
-
|
|
3
|
-
from dash.development.base_component import Component, _explicitize_args
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class AntdIcon(Component):
|
|
7
|
-
"""An AntdIcon component.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Keyword arguments:
|
|
11
|
-
|
|
12
|
-
- id (string; optional)
|
|
13
|
-
|
|
14
|
-
- className (string; optional)
|
|
15
|
-
|
|
16
|
-
- icon (string; optional)
|
|
17
|
-
|
|
18
|
-
- loading_state (dict; optional)
|
|
19
|
-
|
|
20
|
-
`loading_state` is a dict with keys:
|
|
21
|
-
|
|
22
|
-
- component_name (string; optional):
|
|
23
|
-
Holds the name of the component that is loading.
|
|
24
|
-
|
|
25
|
-
- is_loading (boolean; optional):
|
|
26
|
-
Determines if the component is loading or not.
|
|
27
|
-
|
|
28
|
-
- prop_name (string; optional):
|
|
29
|
-
Holds which property is loading.
|
|
30
|
-
|
|
31
|
-
- style (dict; optional)"""
|
|
32
|
-
@_explicitize_args
|
|
33
|
-
def __init__(self, id=Component.UNDEFINED, className=Component.UNDEFINED, icon=Component.UNDEFINED, style=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
|
|
34
|
-
self._prop_names = ['id', 'className', 'icon', 'loading_state', 'style']
|
|
35
|
-
self._type = 'AntdIcon'
|
|
36
|
-
self._namespace = 'feffery_antd_components'
|
|
37
|
-
self._valid_wildcard_attributes = []
|
|
38
|
-
self.available_properties = ['id', 'className', 'icon', 'loading_state', 'style']
|
|
39
|
-
self.available_wildcard_properties = []
|
|
40
|
-
_explicit_args = kwargs.pop('_explicit_args')
|
|
41
|
-
_locals = locals()
|
|
42
|
-
_locals.update(kwargs) # For wildcard attrs
|
|
43
|
-
args = {k: _locals[k] for k in _explicit_args if k != 'children'}
|
|
44
|
-
for k in []:
|
|
45
|
-
if k not in args:
|
|
46
|
-
raise TypeError(
|
|
47
|
-
'Required argument `' + k + '` was not specified.')
|
|
48
|
-
super(AntdIcon, self).__init__(**args)
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
|
-
|
|
3
|
-
from dash.development.base_component import Component, _explicitize_args
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class AntdImage(Component):
|
|
7
|
-
"""An AntdImage component.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Keyword arguments:
|
|
11
|
-
|
|
12
|
-
- id (string; optional)
|
|
13
|
-
|
|
14
|
-
- alt (string; optional)
|
|
15
|
-
|
|
16
|
-
- className (string; optional)
|
|
17
|
-
|
|
18
|
-
- fallback (string; default `data:image/png;base64,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`)
|
|
19
|
-
|
|
20
|
-
- height (number; optional)
|
|
21
|
-
|
|
22
|
-
- loading_state (dict; optional)
|
|
23
|
-
|
|
24
|
-
`loading_state` is a dict with keys:
|
|
25
|
-
|
|
26
|
-
- component_name (string; optional):
|
|
27
|
-
Holds the name of the component that is loading.
|
|
28
|
-
|
|
29
|
-
- is_loading (boolean; optional):
|
|
30
|
-
Determines if the component is loading or not.
|
|
31
|
-
|
|
32
|
-
- prop_name (string; optional):
|
|
33
|
-
Holds which property is loading.
|
|
34
|
-
|
|
35
|
-
- locale (a value equal to: 'zh-cn', 'en-us'; default 'zh-cn')
|
|
36
|
-
|
|
37
|
-
- multiImageMode (a value equal to: 'fold', 'unfold'; default 'fold')
|
|
38
|
-
|
|
39
|
-
- preview (boolean; optional)
|
|
40
|
-
|
|
41
|
-
- src (string | list of strings; optional)
|
|
42
|
-
|
|
43
|
-
- style (dict; optional)
|
|
44
|
-
|
|
45
|
-
- width (number; optional)"""
|
|
46
|
-
@_explicitize_args
|
|
47
|
-
def __init__(self, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, locale=Component.UNDEFINED, alt=Component.UNDEFINED, width=Component.UNDEFINED, height=Component.UNDEFINED, src=Component.UNDEFINED, fallback=Component.UNDEFINED, multiImageMode=Component.UNDEFINED, preview=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
|
|
48
|
-
self._prop_names = ['id', 'alt', 'className', 'fallback', 'height', 'loading_state', 'locale', 'multiImageMode', 'preview', 'src', 'style', 'width']
|
|
49
|
-
self._type = 'AntdImage'
|
|
50
|
-
self._namespace = 'feffery_antd_components'
|
|
51
|
-
self._valid_wildcard_attributes = []
|
|
52
|
-
self.available_properties = ['id', 'alt', 'className', 'fallback', 'height', 'loading_state', 'locale', 'multiImageMode', 'preview', 'src', 'style', 'width']
|
|
53
|
-
self.available_wildcard_properties = []
|
|
54
|
-
_explicit_args = kwargs.pop('_explicit_args')
|
|
55
|
-
_locals = locals()
|
|
56
|
-
_locals.update(kwargs) # For wildcard attrs
|
|
57
|
-
args = {k: _locals[k] for k in _explicit_args if k != 'children'}
|
|
58
|
-
for k in []:
|
|
59
|
-
if k not in args:
|
|
60
|
-
raise TypeError(
|
|
61
|
-
'Required argument `' + k + '` was not specified.')
|
|
62
|
-
super(AntdImage, self).__init__(**args)
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
|
-
|
|
3
|
-
from dash.development.base_component import Component, _explicitize_args
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class AntdInput(Component):
|
|
7
|
-
"""An AntdInput component.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Keyword arguments:
|
|
11
|
-
|
|
12
|
-
- id (string; optional)
|
|
13
|
-
|
|
14
|
-
- addonAfter (string; optional)
|
|
15
|
-
|
|
16
|
-
- addonBefore (string; optional)
|
|
17
|
-
|
|
18
|
-
- allowClear (boolean; optional)
|
|
19
|
-
|
|
20
|
-
- autoComplete (a value equal to: 'off', 'on'; optional)
|
|
21
|
-
|
|
22
|
-
- bordered (boolean; optional)
|
|
23
|
-
|
|
24
|
-
- className (string; optional)
|
|
25
|
-
|
|
26
|
-
- defaultValue (string; optional)
|
|
27
|
-
|
|
28
|
-
- disabled (boolean; optional)
|
|
29
|
-
|
|
30
|
-
- loading_state (dict; optional)
|
|
31
|
-
|
|
32
|
-
`loading_state` is a dict with keys:
|
|
33
|
-
|
|
34
|
-
- component_name (string; optional):
|
|
35
|
-
Holds the name of the component that is loading.
|
|
36
|
-
|
|
37
|
-
- is_loading (boolean; optional):
|
|
38
|
-
Determines if the component is loading or not.
|
|
39
|
-
|
|
40
|
-
- prop_name (string; optional):
|
|
41
|
-
Holds which property is loading.
|
|
42
|
-
|
|
43
|
-
- maxLength (number; optional)
|
|
44
|
-
|
|
45
|
-
- md5Value (string; optional)
|
|
46
|
-
|
|
47
|
-
- mode (a value equal to: 'default', 'search', 'text-area', 'password'; default 'default')
|
|
48
|
-
|
|
49
|
-
- nClicksSearch (number; default 0)
|
|
50
|
-
|
|
51
|
-
- nSubmit (number; default 0)
|
|
52
|
-
|
|
53
|
-
- passwordUseMd5 (boolean; default False)
|
|
54
|
-
|
|
55
|
-
- persisted_props (list of a value equal to: 'value's; default ['value']):
|
|
56
|
-
Properties whose user interactions will persist after refreshing
|
|
57
|
-
the component or the page. Since only `value` is allowed this
|
|
58
|
-
prop can normally be ignored.
|
|
59
|
-
|
|
60
|
-
- persistence (boolean | string | number; optional):
|
|
61
|
-
Used to allow user interactions in this component to be persisted
|
|
62
|
-
when the component - or the page - is refreshed. If `persisted`
|
|
63
|
-
is truthy and hasn't changed from its previous value, a `value`
|
|
64
|
-
that the user has changed while using the app will keep that
|
|
65
|
-
change, as long as the new `value` also matches what was given
|
|
66
|
-
originally. Used in conjunction with `persistence_type`.
|
|
67
|
-
|
|
68
|
-
- persistence_type (a value equal to: 'local', 'session', 'memory'; default 'local'):
|
|
69
|
-
Where persisted user changes will be stored: memory: only kept in
|
|
70
|
-
memory, reset on page refresh. local: window.localStorage, data
|
|
71
|
-
is kept after the browser quit. session: window.sessionStorage,
|
|
72
|
-
data is cleared once the browser quit.
|
|
73
|
-
|
|
74
|
-
- placeholder (string; optional)
|
|
75
|
-
|
|
76
|
-
- showCount (boolean; optional)
|
|
77
|
-
|
|
78
|
-
- size (a value equal to: 'small', 'middle', 'large'; optional)
|
|
79
|
-
|
|
80
|
-
- style (dict; optional)
|
|
81
|
-
|
|
82
|
-
- value (string; optional)"""
|
|
83
|
-
@_explicitize_args
|
|
84
|
-
def __init__(self, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, loading_state=Component.UNDEFINED, mode=Component.UNDEFINED, autoComplete=Component.UNDEFINED, placeholder=Component.UNDEFINED, size=Component.UNDEFINED, addonBefore=Component.UNDEFINED, addonAfter=Component.UNDEFINED, allowClear=Component.UNDEFINED, bordered=Component.UNDEFINED, defaultValue=Component.UNDEFINED, disabled=Component.UNDEFINED, maxLength=Component.UNDEFINED, value=Component.UNDEFINED, md5Value=Component.UNDEFINED, showCount=Component.UNDEFINED, passwordUseMd5=Component.UNDEFINED, nSubmit=Component.UNDEFINED, nClicksSearch=Component.UNDEFINED, persistence=Component.UNDEFINED, persisted_props=Component.UNDEFINED, persistence_type=Component.UNDEFINED, **kwargs):
|
|
85
|
-
self._prop_names = ['id', 'addonAfter', 'addonBefore', 'allowClear', 'autoComplete', 'bordered', 'className', 'defaultValue', 'disabled', 'loading_state', 'maxLength', 'md5Value', 'mode', 'nClicksSearch', 'nSubmit', 'passwordUseMd5', 'persisted_props', 'persistence', 'persistence_type', 'placeholder', 'showCount', 'size', 'style', 'value']
|
|
86
|
-
self._type = 'AntdInput'
|
|
87
|
-
self._namespace = 'feffery_antd_components'
|
|
88
|
-
self._valid_wildcard_attributes = []
|
|
89
|
-
self.available_properties = ['id', 'addonAfter', 'addonBefore', 'allowClear', 'autoComplete', 'bordered', 'className', 'defaultValue', 'disabled', 'loading_state', 'maxLength', 'md5Value', 'mode', 'nClicksSearch', 'nSubmit', 'passwordUseMd5', 'persisted_props', 'persistence', 'persistence_type', 'placeholder', 'showCount', 'size', 'style', 'value']
|
|
90
|
-
self.available_wildcard_properties = []
|
|
91
|
-
_explicit_args = kwargs.pop('_explicit_args')
|
|
92
|
-
_locals = locals()
|
|
93
|
-
_locals.update(kwargs) # For wildcard attrs
|
|
94
|
-
args = {k: _locals[k] for k in _explicit_args if k != 'children'}
|
|
95
|
-
for k in []:
|
|
96
|
-
if k not in args:
|
|
97
|
-
raise TypeError(
|
|
98
|
-
'Required argument `' + k + '` was not specified.')
|
|
99
|
-
super(AntdInput, self).__init__(**args)
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
|
-
|
|
3
|
-
from dash.development.base_component import Component, _explicitize_args
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class AntdInputNumber(Component):
|
|
7
|
-
"""An AntdInputNumber component.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Keyword arguments:
|
|
11
|
-
|
|
12
|
-
- id (string; optional)
|
|
13
|
-
|
|
14
|
-
- addonAfter (string; optional)
|
|
15
|
-
|
|
16
|
-
- addonBefore (string; optional)
|
|
17
|
-
|
|
18
|
-
- bordered (boolean; optional)
|
|
19
|
-
|
|
20
|
-
- className (string; optional)
|
|
21
|
-
|
|
22
|
-
- controls (boolean; optional)
|
|
23
|
-
|
|
24
|
-
- defaultValue (number | string; optional)
|
|
25
|
-
|
|
26
|
-
- disabled (boolean; optional)
|
|
27
|
-
|
|
28
|
-
- keyboard (boolean; optional)
|
|
29
|
-
|
|
30
|
-
- loading_state (dict; optional)
|
|
31
|
-
|
|
32
|
-
`loading_state` is a dict with keys:
|
|
33
|
-
|
|
34
|
-
- component_name (string; optional):
|
|
35
|
-
Holds the name of the component that is loading.
|
|
36
|
-
|
|
37
|
-
- is_loading (boolean; optional):
|
|
38
|
-
Determines if the component is loading or not.
|
|
39
|
-
|
|
40
|
-
- prop_name (string; optional):
|
|
41
|
-
Holds which property is loading.
|
|
42
|
-
|
|
43
|
-
- max (number | string; optional)
|
|
44
|
-
|
|
45
|
-
- min (number | string; optional)
|
|
46
|
-
|
|
47
|
-
- nSubmit (number; default 0)
|
|
48
|
-
|
|
49
|
-
- persisted_props (list of a value equal to: 'value's; default ['value']):
|
|
50
|
-
Properties whose user interactions will persist after refreshing
|
|
51
|
-
the component or the page. Since only `value` is allowed this
|
|
52
|
-
prop can normally be ignored.
|
|
53
|
-
|
|
54
|
-
- persistence (boolean | string | number; optional):
|
|
55
|
-
Used to allow user interactions in this component to be persisted
|
|
56
|
-
when the component - or the page - is refreshed. If `persisted`
|
|
57
|
-
is truthy and hasn't changed from its previous value, a `value`
|
|
58
|
-
that the user has changed while using the app will keep that
|
|
59
|
-
change, as long as the new `value` also matches what was given
|
|
60
|
-
originally. Used in conjunction with `persistence_type`.
|
|
61
|
-
|
|
62
|
-
- persistence_type (a value equal to: 'local', 'session', 'memory'; default 'local'):
|
|
63
|
-
Where persisted user changes will be stored: memory: only kept in
|
|
64
|
-
memory, reset on page refresh. local: window.localStorage, data
|
|
65
|
-
is kept after the browser quit. session: window.sessionStorage,
|
|
66
|
-
data is cleared once the browser quit.
|
|
67
|
-
|
|
68
|
-
- placeholder (string; optional)
|
|
69
|
-
|
|
70
|
-
- precision (number; optional)
|
|
71
|
-
|
|
72
|
-
- readOnly (boolean; optional)
|
|
73
|
-
|
|
74
|
-
- size (a value equal to: 'small', 'middle', 'large'; optional)
|
|
75
|
-
|
|
76
|
-
- step (number | string; optional)
|
|
77
|
-
|
|
78
|
-
- stringMode (boolean; optional)
|
|
79
|
-
|
|
80
|
-
- style (dict; optional)
|
|
81
|
-
|
|
82
|
-
- value (number | string; optional)"""
|
|
83
|
-
@_explicitize_args
|
|
84
|
-
def __init__(self, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, size=Component.UNDEFINED, addonBefore=Component.UNDEFINED, addonAfter=Component.UNDEFINED, bordered=Component.UNDEFINED, controls=Component.UNDEFINED, defaultValue=Component.UNDEFINED, value=Component.UNDEFINED, disabled=Component.UNDEFINED, keyboard=Component.UNDEFINED, placeholder=Component.UNDEFINED, min=Component.UNDEFINED, max=Component.UNDEFINED, step=Component.UNDEFINED, precision=Component.UNDEFINED, readOnly=Component.UNDEFINED, stringMode=Component.UNDEFINED, nSubmit=Component.UNDEFINED, loading_state=Component.UNDEFINED, persistence=Component.UNDEFINED, persisted_props=Component.UNDEFINED, persistence_type=Component.UNDEFINED, **kwargs):
|
|
85
|
-
self._prop_names = ['id', 'addonAfter', 'addonBefore', 'bordered', 'className', 'controls', 'defaultValue', 'disabled', 'keyboard', 'loading_state', 'max', 'min', 'nSubmit', 'persisted_props', 'persistence', 'persistence_type', 'placeholder', 'precision', 'readOnly', 'size', 'step', 'stringMode', 'style', 'value']
|
|
86
|
-
self._type = 'AntdInputNumber'
|
|
87
|
-
self._namespace = 'feffery_antd_components'
|
|
88
|
-
self._valid_wildcard_attributes = []
|
|
89
|
-
self.available_properties = ['id', 'addonAfter', 'addonBefore', 'bordered', 'className', 'controls', 'defaultValue', 'disabled', 'keyboard', 'loading_state', 'max', 'min', 'nSubmit', 'persisted_props', 'persistence', 'persistence_type', 'placeholder', 'precision', 'readOnly', 'size', 'step', 'stringMode', 'style', 'value']
|
|
90
|
-
self.available_wildcard_properties = []
|
|
91
|
-
_explicit_args = kwargs.pop('_explicit_args')
|
|
92
|
-
_locals = locals()
|
|
93
|
-
_locals.update(kwargs) # For wildcard attrs
|
|
94
|
-
args = {k: _locals[k] for k in _explicit_args if k != 'children'}
|
|
95
|
-
for k in []:
|
|
96
|
-
if k not in args:
|
|
97
|
-
raise TypeError(
|
|
98
|
-
'Required argument `' + k + '` was not specified.')
|
|
99
|
-
super(AntdInputNumber, self).__init__(**args)
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
|
-
|
|
3
|
-
from dash.development.base_component import Component, _explicitize_args
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class AntdLayout(Component):
|
|
7
|
-
"""An AntdLayout component.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Keyword arguments:
|
|
11
|
-
|
|
12
|
-
- children (a list of or a singular dash component, string or number; optional):
|
|
13
|
-
The content of the tab - will only be displayed if this tab is
|
|
14
|
-
selected.
|
|
15
|
-
|
|
16
|
-
- id (string; optional)
|
|
17
|
-
|
|
18
|
-
- className (string; optional)
|
|
19
|
-
|
|
20
|
-
- loading_state (dict; optional)
|
|
21
|
-
|
|
22
|
-
`loading_state` is a dict with keys:
|
|
23
|
-
|
|
24
|
-
- component_name (string; optional):
|
|
25
|
-
Holds the name of the component that is loading.
|
|
26
|
-
|
|
27
|
-
- is_loading (boolean; optional):
|
|
28
|
-
Determines if the component is loading or not.
|
|
29
|
-
|
|
30
|
-
- prop_name (string; optional):
|
|
31
|
-
Holds which property is loading.
|
|
32
|
-
|
|
33
|
-
- style (dict; optional)"""
|
|
34
|
-
@_explicitize_args
|
|
35
|
-
def __init__(self, children=None, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
|
|
36
|
-
self._prop_names = ['children', 'id', 'className', 'loading_state', 'style']
|
|
37
|
-
self._type = 'AntdLayout'
|
|
38
|
-
self._namespace = 'feffery_antd_components'
|
|
39
|
-
self._valid_wildcard_attributes = []
|
|
40
|
-
self.available_properties = ['children', 'id', 'className', 'loading_state', 'style']
|
|
41
|
-
self.available_wildcard_properties = []
|
|
42
|
-
_explicit_args = kwargs.pop('_explicit_args')
|
|
43
|
-
_locals = locals()
|
|
44
|
-
_locals.update(kwargs) # For wildcard attrs
|
|
45
|
-
args = {k: _locals[k] for k in _explicit_args if k != 'children'}
|
|
46
|
-
for k in []:
|
|
47
|
-
if k not in args:
|
|
48
|
-
raise TypeError(
|
|
49
|
-
'Required argument `' + k + '` was not specified.')
|
|
50
|
-
super(AntdLayout, self).__init__(children=children, **args)
|