feffery_utils_components 0.1.3 → 0.1.5
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/NAMESPACE +0 -1
- package/Project.toml +1 -1
- package/feffery_utils_components/FefferyDiv.py +1 -1
- package/feffery_utils_components/FefferyScroll.py +3 -3
- package/feffery_utils_components/feffery_utils_components.min.js +6 -6
- package/feffery_utils_components/metadata.json +83 -63
- package/feffery_utils_components/package-info.json +1 -1
- package/package.json +1 -1
- package/src/FefferyUtilsComponents.jl +3 -3
- package/src/jl/''_fefferyscroll.jl +1 -1
- package/src/lib/components/FefferyDiv.react.js +11 -7
- package/src/lib/components/FefferyScroll.react.js +27 -21
- package/build/lib/feffery_utils_components/FefferyBlockColorPicker.py +0 -53
- package/build/lib/feffery_utils_components/FefferyCaptcha.py +0 -59
- package/build/lib/feffery_utils_components/FefferyCircleColorPicker.py +0 -55
- package/build/lib/feffery_utils_components/FefferyCountDown.py +0 -47
- package/build/lib/feffery_utils_components/FefferyCssVar.py +0 -43
- package/build/lib/feffery_utils_components/FefferyDiv.py +0 -103
- package/build/lib/feffery_utils_components/FefferyDocumentVisibility.py +0 -43
- package/build/lib/feffery_utils_components/FefferyExecuteJs.py +0 -43
- package/build/lib/feffery_utils_components/FefferyExternalCss.py +0 -45
- package/build/lib/feffery_utils_components/FefferyExternalJs.py +0 -45
- package/build/lib/feffery_utils_components/FefferyExtraSpinner.py +0 -57
- package/build/lib/feffery_utils_components/FefferyEyeDropper.py +0 -45
- package/build/lib/feffery_utils_components/FefferyFancyMessage.py +0 -67
- package/build/lib/feffery_utils_components/FefferyFancyNotification.py +0 -85
- package/build/lib/feffery_utils_components/FefferyGeolocation.py +0 -43
- package/build/lib/feffery_utils_components/FefferyGithubColorPicker.py +0 -51
- package/build/lib/feffery_utils_components/FefferyGuide.py +0 -110
- package/build/lib/feffery_utils_components/FefferyHexColorPicker.py +0 -49
- package/build/lib/feffery_utils_components/FefferyHighlightWords.py +0 -61
- package/build/lib/feffery_utils_components/FefferyIdle.py +0 -45
- package/build/lib/feffery_utils_components/FefferyInViewport.py +0 -47
- package/build/lib/feffery_utils_components/FefferyKeyPress.py +0 -50
- package/build/lib/feffery_utils_components/FefferyLazyLoad.py +0 -57
- package/build/lib/feffery_utils_components/FefferyLazyLoadImage.py +0 -53
- package/build/lib/feffery_utils_components/FefferyLocation.py +0 -54
- package/build/lib/feffery_utils_components/FefferyQRCode.py +0 -72
- package/build/lib/feffery_utils_components/FefferyRawHTML.py +0 -43
- package/build/lib/feffery_utils_components/FefferyReload.py +0 -45
- package/build/lib/feffery_utils_components/FefferyResponsive.py +0 -43
- package/build/lib/feffery_utils_components/FefferyRgbColorPicker.py +0 -49
- package/build/lib/feffery_utils_components/FefferyScroll.py +0 -61
- package/build/lib/feffery_utils_components/FefferyScrollbars.py +0 -69
- package/build/lib/feffery_utils_components/FefferySetTitle.py +0 -43
- package/build/lib/feffery_utils_components/FefferyShortcutPanel.py +0 -75
- package/build/lib/feffery_utils_components/FefferySortableContainer.py +0 -51
- package/build/lib/feffery_utils_components/FefferySortableItem.py +0 -47
- package/build/lib/feffery_utils_components/FefferySplit.py +0 -63
- package/build/lib/feffery_utils_components/FefferySplitPane.py +0 -47
- package/build/lib/feffery_utils_components/FefferySticky.py +0 -51
- package/build/lib/feffery_utils_components/FefferyStyle.py +0 -43
- package/build/lib/feffery_utils_components/FefferySyntaxHighlighter.py +0 -58
- package/build/lib/feffery_utils_components/FefferyTimeout.py +0 -45
- package/build/lib/feffery_utils_components/FefferyTopProgress.py +0 -67
- package/build/lib/feffery_utils_components/FefferyTwitterColorPicker.py +0 -53
- package/build/lib/feffery_utils_components/FefferyVirtualList.py +0 -56
- package/build/lib/feffery_utils_components/FefferyWheelColorPicker.py +0 -47
- package/build/lib/feffery_utils_components/FefferyWindowSize.py +0 -45
- package/build/lib/feffery_utils_components/__init__.py +0 -89
- package/build/lib/feffery_utils_components/_imports_.py +0 -95
- package/build/lib/feffery_utils_components/feffery_utils_components.min.js +0 -599
- package/build/lib/feffery_utils_components/metadata.json +0 -5141
- package/build/lib/feffery_utils_components/package-info.json +0 -104
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
|
-
|
|
3
|
-
from dash.development.base_component import Component, _explicitize_args
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class FefferyDiv(Component):
|
|
7
|
-
"""A FefferyDiv component.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Keyword arguments:
|
|
11
|
-
|
|
12
|
-
- children (a list of or a singular dash component, string or number; optional)
|
|
13
|
-
|
|
14
|
-
- id (string; optional)
|
|
15
|
-
|
|
16
|
-
- _height (number; optional)
|
|
17
|
-
|
|
18
|
-
- _width (number; optional)
|
|
19
|
-
|
|
20
|
-
- appendChild (a list of or a singular dash component, string or number; optional)
|
|
21
|
-
|
|
22
|
-
- className (string | dict; optional)
|
|
23
|
-
|
|
24
|
-
- clickAwayCount (number; default 0)
|
|
25
|
-
|
|
26
|
-
- contextMenuEvent (dict; optional)
|
|
27
|
-
|
|
28
|
-
`contextMenuEvent` is a dict with keys:
|
|
29
|
-
|
|
30
|
-
- pageX (number; optional)
|
|
31
|
-
|
|
32
|
-
- pageY (number; optional)
|
|
33
|
-
|
|
34
|
-
- timestamp (number; optional)
|
|
35
|
-
|
|
36
|
-
- debounceWait (number; default 150)
|
|
37
|
-
|
|
38
|
-
- deleteChildIndex (number; optional)
|
|
39
|
-
|
|
40
|
-
- enableClickAway (boolean; default False)
|
|
41
|
-
|
|
42
|
-
- enableListenContextMenu (boolean; default False)
|
|
43
|
-
|
|
44
|
-
- insertChild (dict; optional)
|
|
45
|
-
|
|
46
|
-
`insertChild` is a dict with keys:
|
|
47
|
-
|
|
48
|
-
- element (a list of or a singular dash component, string or number; optional)
|
|
49
|
-
|
|
50
|
-
- index (number; optional)
|
|
51
|
-
|
|
52
|
-
- isHovering (boolean; optional)
|
|
53
|
-
|
|
54
|
-
- key (string; optional)
|
|
55
|
-
|
|
56
|
-
- loading_state (dict; optional)
|
|
57
|
-
|
|
58
|
-
`loading_state` is a dict with keys:
|
|
59
|
-
|
|
60
|
-
- component_name (string; optional):
|
|
61
|
-
Holds the name of the component that is loading.
|
|
62
|
-
|
|
63
|
-
- is_loading (boolean; optional):
|
|
64
|
-
Determines if the component is loading or not.
|
|
65
|
-
|
|
66
|
-
- prop_name (string; optional):
|
|
67
|
-
Holds which property is loading.
|
|
68
|
-
|
|
69
|
-
- mouseEnterCount (number; default 0)
|
|
70
|
-
|
|
71
|
-
- mouseLeaveCount (number; default 0)
|
|
72
|
-
|
|
73
|
-
- nClicks (number; default 0)
|
|
74
|
-
|
|
75
|
-
- nDoubleClicks (number; default 0)
|
|
76
|
-
|
|
77
|
-
- replaceChild (dict; optional)
|
|
78
|
-
|
|
79
|
-
`replaceChild` is a dict with keys:
|
|
80
|
-
|
|
81
|
-
- element (a list of or a singular dash component, string or number; optional)
|
|
82
|
-
|
|
83
|
-
- index (number; optional)
|
|
84
|
-
|
|
85
|
-
- shadow (a value equal to: 'no-shadow', 'hover-shadow', 'always-shadow'; default 'no-shadow')
|
|
86
|
-
|
|
87
|
-
- style (dict; optional)"""
|
|
88
|
-
_children_props = ['appendChild', 'insertChild.element', 'replaceChild.element']
|
|
89
|
-
_base_nodes = ['appendChild', 'children']
|
|
90
|
-
_namespace = 'feffery_utils_components'
|
|
91
|
-
_type = 'FefferyDiv'
|
|
92
|
-
@_explicitize_args
|
|
93
|
-
def __init__(self, children=None, id=Component.UNDEFINED, key=Component.UNDEFINED, appendChild=Component.UNDEFINED, insertChild=Component.UNDEFINED, replaceChild=Component.UNDEFINED, deleteChildIndex=Component.UNDEFINED, style=Component.UNDEFINED, className=Component.UNDEFINED, _width=Component.UNDEFINED, _height=Component.UNDEFINED, debounceWait=Component.UNDEFINED, mouseEnterCount=Component.UNDEFINED, mouseLeaveCount=Component.UNDEFINED, nClicks=Component.UNDEFINED, nDoubleClicks=Component.UNDEFINED, enableListenContextMenu=Component.UNDEFINED, contextMenuEvent=Component.UNDEFINED, isHovering=Component.UNDEFINED, clickAwayCount=Component.UNDEFINED, shadow=Component.UNDEFINED, enableClickAway=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
|
|
94
|
-
self._prop_names = ['children', 'id', '_height', '_width', 'appendChild', 'className', 'clickAwayCount', 'contextMenuEvent', 'debounceWait', 'deleteChildIndex', 'enableClickAway', 'enableListenContextMenu', 'insertChild', 'isHovering', 'key', 'loading_state', 'mouseEnterCount', 'mouseLeaveCount', 'nClicks', 'nDoubleClicks', 'replaceChild', 'shadow', 'style']
|
|
95
|
-
self._valid_wildcard_attributes = []
|
|
96
|
-
self.available_properties = ['children', 'id', '_height', '_width', 'appendChild', 'className', 'clickAwayCount', 'contextMenuEvent', 'debounceWait', 'deleteChildIndex', 'enableClickAway', 'enableListenContextMenu', 'insertChild', 'isHovering', 'key', 'loading_state', 'mouseEnterCount', 'mouseLeaveCount', 'nClicks', 'nDoubleClicks', 'replaceChild', 'shadow', 'style']
|
|
97
|
-
self.available_wildcard_properties = []
|
|
98
|
-
_explicit_args = kwargs.pop('_explicit_args')
|
|
99
|
-
_locals = locals()
|
|
100
|
-
_locals.update(kwargs) # For wildcard attrs and excess named props
|
|
101
|
-
args = {k: _locals[k] for k in _explicit_args if k != 'children'}
|
|
102
|
-
|
|
103
|
-
super(FefferyDiv, self).__init__(children=children, **args)
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
|
-
|
|
3
|
-
from dash.development.base_component import Component, _explicitize_args
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class FefferyDocumentVisibility(Component):
|
|
7
|
-
"""A FefferyDocumentVisibility component.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Keyword arguments:
|
|
11
|
-
|
|
12
|
-
- id (string; optional)
|
|
13
|
-
|
|
14
|
-
- documentVisibility (a value equal to: 'visible', 'hidden'; optional)
|
|
15
|
-
|
|
16
|
-
- loading_state (dict; optional)
|
|
17
|
-
|
|
18
|
-
`loading_state` is a dict with keys:
|
|
19
|
-
|
|
20
|
-
- component_name (string; optional):
|
|
21
|
-
Holds the name of the component that is loading.
|
|
22
|
-
|
|
23
|
-
- is_loading (boolean; optional):
|
|
24
|
-
Determines if the component is loading or not.
|
|
25
|
-
|
|
26
|
-
- prop_name (string; optional):
|
|
27
|
-
Holds which property is loading."""
|
|
28
|
-
_children_props = []
|
|
29
|
-
_base_nodes = ['children']
|
|
30
|
-
_namespace = 'feffery_utils_components'
|
|
31
|
-
_type = 'FefferyDocumentVisibility'
|
|
32
|
-
@_explicitize_args
|
|
33
|
-
def __init__(self, id=Component.UNDEFINED, documentVisibility=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
|
|
34
|
-
self._prop_names = ['id', 'documentVisibility', 'loading_state']
|
|
35
|
-
self._valid_wildcard_attributes = []
|
|
36
|
-
self.available_properties = ['id', 'documentVisibility', 'loading_state']
|
|
37
|
-
self.available_wildcard_properties = []
|
|
38
|
-
_explicit_args = kwargs.pop('_explicit_args')
|
|
39
|
-
_locals = locals()
|
|
40
|
-
_locals.update(kwargs) # For wildcard attrs and excess named props
|
|
41
|
-
args = {k: _locals[k] for k in _explicit_args}
|
|
42
|
-
|
|
43
|
-
super(FefferyDocumentVisibility, self).__init__(**args)
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
|
-
|
|
3
|
-
from dash.development.base_component import Component, _explicitize_args
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class FefferyExecuteJs(Component):
|
|
7
|
-
"""A FefferyExecuteJs component.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Keyword arguments:
|
|
11
|
-
|
|
12
|
-
- id (string; optional)
|
|
13
|
-
|
|
14
|
-
- jsString (string; optional)
|
|
15
|
-
|
|
16
|
-
- loading_state (dict; optional)
|
|
17
|
-
|
|
18
|
-
`loading_state` is a dict with keys:
|
|
19
|
-
|
|
20
|
-
- component_name (string; optional):
|
|
21
|
-
Holds the name of the component that is loading.
|
|
22
|
-
|
|
23
|
-
- is_loading (boolean; optional):
|
|
24
|
-
Determines if the component is loading or not.
|
|
25
|
-
|
|
26
|
-
- prop_name (string; optional):
|
|
27
|
-
Holds which property is loading."""
|
|
28
|
-
_children_props = []
|
|
29
|
-
_base_nodes = ['children']
|
|
30
|
-
_namespace = 'feffery_utils_components'
|
|
31
|
-
_type = 'FefferyExecuteJs'
|
|
32
|
-
@_explicitize_args
|
|
33
|
-
def __init__(self, id=Component.UNDEFINED, jsString=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
|
|
34
|
-
self._prop_names = ['id', 'jsString', 'loading_state']
|
|
35
|
-
self._valid_wildcard_attributes = []
|
|
36
|
-
self.available_properties = ['id', 'jsString', 'loading_state']
|
|
37
|
-
self.available_wildcard_properties = []
|
|
38
|
-
_explicit_args = kwargs.pop('_explicit_args')
|
|
39
|
-
_locals = locals()
|
|
40
|
-
_locals.update(kwargs) # For wildcard attrs and excess named props
|
|
41
|
-
args = {k: _locals[k] for k in _explicit_args}
|
|
42
|
-
|
|
43
|
-
super(FefferyExecuteJs, self).__init__(**args)
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
|
-
|
|
3
|
-
from dash.development.base_component import Component, _explicitize_args
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class FefferyExternalCss(Component):
|
|
7
|
-
"""A FefferyExternalCss component.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Keyword arguments:
|
|
11
|
-
|
|
12
|
-
- id (string; optional)
|
|
13
|
-
|
|
14
|
-
- cssUrl (string; default '')
|
|
15
|
-
|
|
16
|
-
- loading_state (dict; optional)
|
|
17
|
-
|
|
18
|
-
`loading_state` is a dict with keys:
|
|
19
|
-
|
|
20
|
-
- component_name (string; optional):
|
|
21
|
-
Holds the name of the component that is loading.
|
|
22
|
-
|
|
23
|
-
- is_loading (boolean; optional):
|
|
24
|
-
Determines if the component is loading or not.
|
|
25
|
-
|
|
26
|
-
- prop_name (string; optional):
|
|
27
|
-
Holds which property is loading.
|
|
28
|
-
|
|
29
|
-
- recentlyStatus (a value equal to: 'unset', 'loading', 'ready', 'error'; optional)"""
|
|
30
|
-
_children_props = []
|
|
31
|
-
_base_nodes = ['children']
|
|
32
|
-
_namespace = 'feffery_utils_components'
|
|
33
|
-
_type = 'FefferyExternalCss'
|
|
34
|
-
@_explicitize_args
|
|
35
|
-
def __init__(self, id=Component.UNDEFINED, cssUrl=Component.UNDEFINED, recentlyStatus=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
|
|
36
|
-
self._prop_names = ['id', 'cssUrl', 'loading_state', 'recentlyStatus']
|
|
37
|
-
self._valid_wildcard_attributes = []
|
|
38
|
-
self.available_properties = ['id', 'cssUrl', 'loading_state', 'recentlyStatus']
|
|
39
|
-
self.available_wildcard_properties = []
|
|
40
|
-
_explicit_args = kwargs.pop('_explicit_args')
|
|
41
|
-
_locals = locals()
|
|
42
|
-
_locals.update(kwargs) # For wildcard attrs and excess named props
|
|
43
|
-
args = {k: _locals[k] for k in _explicit_args}
|
|
44
|
-
|
|
45
|
-
super(FefferyExternalCss, self).__init__(**args)
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
|
-
|
|
3
|
-
from dash.development.base_component import Component, _explicitize_args
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class FefferyExternalJs(Component):
|
|
7
|
-
"""A FefferyExternalJs component.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Keyword arguments:
|
|
11
|
-
|
|
12
|
-
- id (string; optional)
|
|
13
|
-
|
|
14
|
-
- jsUrl (string; default '')
|
|
15
|
-
|
|
16
|
-
- loading_state (dict; optional)
|
|
17
|
-
|
|
18
|
-
`loading_state` is a dict with keys:
|
|
19
|
-
|
|
20
|
-
- component_name (string; optional):
|
|
21
|
-
Holds the name of the component that is loading.
|
|
22
|
-
|
|
23
|
-
- is_loading (boolean; optional):
|
|
24
|
-
Determines if the component is loading or not.
|
|
25
|
-
|
|
26
|
-
- prop_name (string; optional):
|
|
27
|
-
Holds which property is loading.
|
|
28
|
-
|
|
29
|
-
- recentlyStatus (a value equal to: 'unset', 'loading', 'ready', 'error'; optional)"""
|
|
30
|
-
_children_props = []
|
|
31
|
-
_base_nodes = ['children']
|
|
32
|
-
_namespace = 'feffery_utils_components'
|
|
33
|
-
_type = 'FefferyExternalJs'
|
|
34
|
-
@_explicitize_args
|
|
35
|
-
def __init__(self, id=Component.UNDEFINED, jsUrl=Component.UNDEFINED, recentlyStatus=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
|
|
36
|
-
self._prop_names = ['id', 'jsUrl', 'loading_state', 'recentlyStatus']
|
|
37
|
-
self._valid_wildcard_attributes = []
|
|
38
|
-
self.available_properties = ['id', 'jsUrl', 'loading_state', 'recentlyStatus']
|
|
39
|
-
self.available_wildcard_properties = []
|
|
40
|
-
_explicit_args = kwargs.pop('_explicit_args')
|
|
41
|
-
_locals = locals()
|
|
42
|
-
_locals.update(kwargs) # For wildcard attrs and excess named props
|
|
43
|
-
args = {k: _locals[k] for k in _explicit_args}
|
|
44
|
-
|
|
45
|
-
super(FefferyExternalJs, self).__init__(**args)
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
|
-
|
|
3
|
-
from dash.development.base_component import Component, _explicitize_args
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class FefferyExtraSpinner(Component):
|
|
7
|
-
"""A FefferyExtraSpinner component.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Keyword arguments:
|
|
11
|
-
|
|
12
|
-
- id (string; optional)
|
|
13
|
-
|
|
14
|
-
- backColor (string; default '#1890ff')
|
|
15
|
-
|
|
16
|
-
- className (string; optional)
|
|
17
|
-
|
|
18
|
-
- color (string; default '#1890ff')
|
|
19
|
-
|
|
20
|
-
- frontColor (string; default '#def6ff')
|
|
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
|
-
- size (number; optional)
|
|
36
|
-
|
|
37
|
-
- sizeUnit (string; default 'px')
|
|
38
|
-
|
|
39
|
-
- style (dict; optional)
|
|
40
|
-
|
|
41
|
-
- type (a value equal to: "ball", "swap", "bars", "grid", "wave", "push", "firework", "stage", "ring", "heart", "guard", "rotate", "spiral", "pulse", "swish", "sequence", "impulse", "cube", "magic", "flag", "fill", "sphere", "domino", "goo", "comb", "pong", "rainbow", "hoop", "flapper", "jellyfish", "trace", "classic", "whisper", "metro"; default 'ball')"""
|
|
42
|
-
_children_props = []
|
|
43
|
-
_base_nodes = ['children']
|
|
44
|
-
_namespace = 'feffery_utils_components'
|
|
45
|
-
_type = 'FefferyExtraSpinner'
|
|
46
|
-
@_explicitize_args
|
|
47
|
-
def __init__(self, id=Component.UNDEFINED, style=Component.UNDEFINED, className=Component.UNDEFINED, type=Component.UNDEFINED, size=Component.UNDEFINED, sizeUnit=Component.UNDEFINED, color=Component.UNDEFINED, frontColor=Component.UNDEFINED, backColor=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
|
|
48
|
-
self._prop_names = ['id', 'backColor', 'className', 'color', 'frontColor', 'loading_state', 'size', 'sizeUnit', 'style', 'type']
|
|
49
|
-
self._valid_wildcard_attributes = []
|
|
50
|
-
self.available_properties = ['id', 'backColor', 'className', 'color', 'frontColor', 'loading_state', 'size', 'sizeUnit', 'style', 'type']
|
|
51
|
-
self.available_wildcard_properties = []
|
|
52
|
-
_explicit_args = kwargs.pop('_explicit_args')
|
|
53
|
-
_locals = locals()
|
|
54
|
-
_locals.update(kwargs) # For wildcard attrs and excess named props
|
|
55
|
-
args = {k: _locals[k] for k in _explicit_args}
|
|
56
|
-
|
|
57
|
-
super(FefferyExtraSpinner, self).__init__(**args)
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
|
-
|
|
3
|
-
from dash.development.base_component import Component, _explicitize_args
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class FefferyEyeDropper(Component):
|
|
7
|
-
"""A FefferyEyeDropper component.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Keyword arguments:
|
|
11
|
-
|
|
12
|
-
- id (string; optional)
|
|
13
|
-
|
|
14
|
-
- color (string; optional)
|
|
15
|
-
|
|
16
|
-
- enable (boolean; default False)
|
|
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
|
-
_children_props = []
|
|
31
|
-
_base_nodes = ['children']
|
|
32
|
-
_namespace = 'feffery_utils_components'
|
|
33
|
-
_type = 'FefferyEyeDropper'
|
|
34
|
-
@_explicitize_args
|
|
35
|
-
def __init__(self, id=Component.UNDEFINED, enable=Component.UNDEFINED, color=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
|
|
36
|
-
self._prop_names = ['id', 'color', 'enable', 'loading_state']
|
|
37
|
-
self._valid_wildcard_attributes = []
|
|
38
|
-
self.available_properties = ['id', 'color', 'enable', 'loading_state']
|
|
39
|
-
self.available_wildcard_properties = []
|
|
40
|
-
_explicit_args = kwargs.pop('_explicit_args')
|
|
41
|
-
_locals = locals()
|
|
42
|
-
_locals.update(kwargs) # For wildcard attrs and excess named props
|
|
43
|
-
args = {k: _locals[k] for k in _explicit_args}
|
|
44
|
-
|
|
45
|
-
super(FefferyEyeDropper, self).__init__(**args)
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
|
-
|
|
3
|
-
from dash.development.base_component import Component, _explicitize_args
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class FefferyFancyMessage(Component):
|
|
7
|
-
"""A FefferyFancyMessage component.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Keyword arguments:
|
|
11
|
-
|
|
12
|
-
- children (a list of or a singular dash component, string or number; optional)
|
|
13
|
-
|
|
14
|
-
- id (string; optional)
|
|
15
|
-
|
|
16
|
-
- className (string; optional)
|
|
17
|
-
|
|
18
|
-
- containerClassName (string; optional)
|
|
19
|
-
|
|
20
|
-
- containerStyle (dict; optional)
|
|
21
|
-
|
|
22
|
-
- duration (number; default 4000)
|
|
23
|
-
|
|
24
|
-
- gutter (number; default 8)
|
|
25
|
-
|
|
26
|
-
- icon (a list of or a singular dash component, string or number; optional)
|
|
27
|
-
|
|
28
|
-
- key (string; 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
|
-
- position (a value equal to: 'top-left', 'top-center', 'top-right', 'bottom-left', 'bottom-center', 'bottom-right'; default 'top-center')
|
|
44
|
-
|
|
45
|
-
- reverseOrder (boolean; default True)
|
|
46
|
-
|
|
47
|
-
- style (dict; optional)
|
|
48
|
-
|
|
49
|
-
- type (a value equal to: 'blank', 'success', 'error'; default 'blank')
|
|
50
|
-
|
|
51
|
-
- visible (boolean; default True)"""
|
|
52
|
-
_children_props = ['icon']
|
|
53
|
-
_base_nodes = ['icon', 'children']
|
|
54
|
-
_namespace = 'feffery_utils_components'
|
|
55
|
-
_type = 'FefferyFancyMessage'
|
|
56
|
-
@_explicitize_args
|
|
57
|
-
def __init__(self, children=None, id=Component.UNDEFINED, key=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, visible=Component.UNDEFINED, position=Component.UNDEFINED, reverseOrder=Component.UNDEFINED, containerClassName=Component.UNDEFINED, containerStyle=Component.UNDEFINED, gutter=Component.UNDEFINED, type=Component.UNDEFINED, duration=Component.UNDEFINED, icon=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
|
|
58
|
-
self._prop_names = ['children', 'id', 'className', 'containerClassName', 'containerStyle', 'duration', 'gutter', 'icon', 'key', 'loading_state', 'position', 'reverseOrder', 'style', 'type', 'visible']
|
|
59
|
-
self._valid_wildcard_attributes = []
|
|
60
|
-
self.available_properties = ['children', 'id', 'className', 'containerClassName', 'containerStyle', 'duration', 'gutter', 'icon', 'key', 'loading_state', 'position', 'reverseOrder', 'style', 'type', 'visible']
|
|
61
|
-
self.available_wildcard_properties = []
|
|
62
|
-
_explicit_args = kwargs.pop('_explicit_args')
|
|
63
|
-
_locals = locals()
|
|
64
|
-
_locals.update(kwargs) # For wildcard attrs and excess named props
|
|
65
|
-
args = {k: _locals[k] for k in _explicit_args if k != 'children'}
|
|
66
|
-
|
|
67
|
-
super(FefferyFancyMessage, self).__init__(children=children, **args)
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
|
-
|
|
3
|
-
from dash.development.base_component import Component, _explicitize_args
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class FefferyFancyNotification(Component):
|
|
7
|
-
"""A FefferyFancyNotification component.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Keyword arguments:
|
|
11
|
-
|
|
12
|
-
- children (a list of or a singular dash component, string or number; optional)
|
|
13
|
-
|
|
14
|
-
- id (string; optional)
|
|
15
|
-
|
|
16
|
-
- autoClose (boolean | number; optional)
|
|
17
|
-
|
|
18
|
-
- bodyClassName (string; optional)
|
|
19
|
-
|
|
20
|
-
- className (string; optional)
|
|
21
|
-
|
|
22
|
-
- closable (boolean; default True)
|
|
23
|
-
|
|
24
|
-
- closeOnClick (boolean; optional)
|
|
25
|
-
|
|
26
|
-
- containerId (string; optional)
|
|
27
|
-
|
|
28
|
-
- draggable (boolean; optional)
|
|
29
|
-
|
|
30
|
-
- draggablePercent (number; optional)
|
|
31
|
-
|
|
32
|
-
- hideProgressBar (boolean; optional)
|
|
33
|
-
|
|
34
|
-
- key (string; optional)
|
|
35
|
-
|
|
36
|
-
- limit (number; optional)
|
|
37
|
-
|
|
38
|
-
- loading_state (dict; optional)
|
|
39
|
-
|
|
40
|
-
`loading_state` is a dict with keys:
|
|
41
|
-
|
|
42
|
-
- component_name (string; optional):
|
|
43
|
-
Holds the name of the component that is loading.
|
|
44
|
-
|
|
45
|
-
- is_loading (boolean; optional):
|
|
46
|
-
Determines if the component is loading or not.
|
|
47
|
-
|
|
48
|
-
- prop_name (string; optional):
|
|
49
|
-
Holds which property is loading.
|
|
50
|
-
|
|
51
|
-
- newestOnTop (boolean; optional)
|
|
52
|
-
|
|
53
|
-
- pauseOnHover (boolean; optional)
|
|
54
|
-
|
|
55
|
-
- position (a value equal to: 'top-right', 'top-center', 'top-left', 'bottom-right', 'bottom-cente', 'bottom-left'; optional)
|
|
56
|
-
|
|
57
|
-
- progressClassName (string; optional)
|
|
58
|
-
|
|
59
|
-
- progressStyle (dict; optional)
|
|
60
|
-
|
|
61
|
-
- style (dict; optional)
|
|
62
|
-
|
|
63
|
-
- theme (a value equal to: 'light', 'dark', 'colored'; optional)
|
|
64
|
-
|
|
65
|
-
- toastClassName (string; optional)
|
|
66
|
-
|
|
67
|
-
- type (a value equal to: 'info', 'success', 'warning', 'error'; optional)
|
|
68
|
-
|
|
69
|
-
- visible (boolean; default True)"""
|
|
70
|
-
_children_props = []
|
|
71
|
-
_base_nodes = ['children']
|
|
72
|
-
_namespace = 'feffery_utils_components'
|
|
73
|
-
_type = 'FefferyFancyNotification'
|
|
74
|
-
@_explicitize_args
|
|
75
|
-
def __init__(self, children=None, id=Component.UNDEFINED, key=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, type=Component.UNDEFINED, visible=Component.UNDEFINED, position=Component.UNDEFINED, autoClose=Component.UNDEFINED, closable=Component.UNDEFINED, hideProgressBar=Component.UNDEFINED, pauseOnHover=Component.UNDEFINED, closeOnClick=Component.UNDEFINED, newestOnTop=Component.UNDEFINED, toastClassName=Component.UNDEFINED, bodyClassName=Component.UNDEFINED, progressClassName=Component.UNDEFINED, progressStyle=Component.UNDEFINED, draggable=Component.UNDEFINED, draggablePercent=Component.UNDEFINED, containerId=Component.UNDEFINED, limit=Component.UNDEFINED, theme=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
|
|
76
|
-
self._prop_names = ['children', 'id', 'autoClose', 'bodyClassName', 'className', 'closable', 'closeOnClick', 'containerId', 'draggable', 'draggablePercent', 'hideProgressBar', 'key', 'limit', 'loading_state', 'newestOnTop', 'pauseOnHover', 'position', 'progressClassName', 'progressStyle', 'style', 'theme', 'toastClassName', 'type', 'visible']
|
|
77
|
-
self._valid_wildcard_attributes = []
|
|
78
|
-
self.available_properties = ['children', 'id', 'autoClose', 'bodyClassName', 'className', 'closable', 'closeOnClick', 'containerId', 'draggable', 'draggablePercent', 'hideProgressBar', 'key', 'limit', 'loading_state', 'newestOnTop', 'pauseOnHover', 'position', 'progressClassName', 'progressStyle', 'style', 'theme', 'toastClassName', 'type', 'visible']
|
|
79
|
-
self.available_wildcard_properties = []
|
|
80
|
-
_explicit_args = kwargs.pop('_explicit_args')
|
|
81
|
-
_locals = locals()
|
|
82
|
-
_locals.update(kwargs) # For wildcard attrs and excess named props
|
|
83
|
-
args = {k: _locals[k] for k in _explicit_args if k != 'children'}
|
|
84
|
-
|
|
85
|
-
super(FefferyFancyNotification, self).__init__(children=children, **args)
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
|
-
|
|
3
|
-
from dash.development.base_component import Component, _explicitize_args
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class FefferyGeolocation(Component):
|
|
7
|
-
"""A FefferyGeolocation component.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Keyword arguments:
|
|
11
|
-
|
|
12
|
-
- id (string; optional)
|
|
13
|
-
|
|
14
|
-
- geoLocationInfo (dict; optional)
|
|
15
|
-
|
|
16
|
-
- loading_state (dict; optional)
|
|
17
|
-
|
|
18
|
-
`loading_state` is a dict with keys:
|
|
19
|
-
|
|
20
|
-
- component_name (string; optional):
|
|
21
|
-
Holds the name of the component that is loading.
|
|
22
|
-
|
|
23
|
-
- is_loading (boolean; optional):
|
|
24
|
-
Determines if the component is loading or not.
|
|
25
|
-
|
|
26
|
-
- prop_name (string; optional):
|
|
27
|
-
Holds which property is loading."""
|
|
28
|
-
_children_props = []
|
|
29
|
-
_base_nodes = ['children']
|
|
30
|
-
_namespace = 'feffery_utils_components'
|
|
31
|
-
_type = 'FefferyGeolocation'
|
|
32
|
-
@_explicitize_args
|
|
33
|
-
def __init__(self, id=Component.UNDEFINED, geoLocationInfo=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
|
|
34
|
-
self._prop_names = ['id', 'geoLocationInfo', 'loading_state']
|
|
35
|
-
self._valid_wildcard_attributes = []
|
|
36
|
-
self.available_properties = ['id', 'geoLocationInfo', 'loading_state']
|
|
37
|
-
self.available_wildcard_properties = []
|
|
38
|
-
_explicit_args = kwargs.pop('_explicit_args')
|
|
39
|
-
_locals = locals()
|
|
40
|
-
_locals.update(kwargs) # For wildcard attrs and excess named props
|
|
41
|
-
args = {k: _locals[k] for k in _explicit_args}
|
|
42
|
-
|
|
43
|
-
super(FefferyGeolocation, self).__init__(**args)
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
|
-
|
|
3
|
-
from dash.development.base_component import Component, _explicitize_args
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class FefferyGithubColorPicker(Component):
|
|
7
|
-
"""A FefferyGithubColorPicker component.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Keyword arguments:
|
|
11
|
-
|
|
12
|
-
- id (string; optional)
|
|
13
|
-
|
|
14
|
-
- className (string; optional)
|
|
15
|
-
|
|
16
|
-
- color (string; optional)
|
|
17
|
-
|
|
18
|
-
- colors (list of strings; default ['#B80000', '#DB3E00', '#FCCB00', '#008B02', '#006B76', '#1273DE', '#004DCF', '#5300EB', '#EB9694', '#FAD0C3', '#FEF3BD', '#C1E1C5', '#BEDADC', '#C4DEF6', '#BED3F3', '#D4C4FB'])
|
|
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
|
-
|
|
35
|
-
- triangle (a value equal to: 'hide', 'top-left', 'top-right'; default 'top-left')"""
|
|
36
|
-
_children_props = []
|
|
37
|
-
_base_nodes = ['children']
|
|
38
|
-
_namespace = 'feffery_utils_components'
|
|
39
|
-
_type = 'FefferyGithubColorPicker'
|
|
40
|
-
@_explicitize_args
|
|
41
|
-
def __init__(self, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, color=Component.UNDEFINED, colors=Component.UNDEFINED, triangle=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
|
|
42
|
-
self._prop_names = ['id', 'className', 'color', 'colors', 'loading_state', 'style', 'triangle']
|
|
43
|
-
self._valid_wildcard_attributes = []
|
|
44
|
-
self.available_properties = ['id', 'className', 'color', 'colors', 'loading_state', 'style', 'triangle']
|
|
45
|
-
self.available_wildcard_properties = []
|
|
46
|
-
_explicit_args = kwargs.pop('_explicit_args')
|
|
47
|
-
_locals = locals()
|
|
48
|
-
_locals.update(kwargs) # For wildcard attrs and excess named props
|
|
49
|
-
args = {k: _locals[k] for k in _explicit_args}
|
|
50
|
-
|
|
51
|
-
super(FefferyGithubColorPicker, self).__init__(**args)
|