feffery_utils_components 0.0.28 → 0.0.30

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.
Files changed (65) hide show
  1. package/DESCRIPTION +1 -1
  2. package/NAMESPACE +3 -1
  3. package/Project.toml +1 -1
  4. package/feffery_utils_components/FefferyDiv.py +27 -5
  5. package/{build/lib/feffery_utils_components/FefferyTimeout.py → feffery_utils_components/FefferyReload.py} +8 -8
  6. package/{build/lib/feffery_utils_components/FefferyExecuteJs.py → feffery_utils_components/FefferyStyle.py} +10 -10
  7. package/feffery_utils_components/_imports_.py +6 -2
  8. package/feffery_utils_components/feffery_utils_components.min.js +2 -2
  9. package/feffery_utils_components/metadata.json +378 -212
  10. package/feffery_utils_components/package-info.json +5 -3
  11. package/package.json +5 -3
  12. package/src/FefferyUtilsComponents.jl +6 -4
  13. package/src/jl/''_fefferydiv.jl +12 -1
  14. package/src/jl/''_fefferyreload.jl +25 -0
  15. package/src/jl/''_fefferystyle.jl +24 -0
  16. package/src/lib/components/{listeners/FefferyDiv.react.js → FefferyDiv.react.js} +73 -3
  17. package/src/lib/components/FefferyReload.react.js +75 -0
  18. package/src/lib/components/FefferyStyle.react.js +54 -0
  19. package/src/lib/index.js +7 -3
  20. package/tests/FefferyReloadTest/app.py +61 -0
  21. package/usage.py +14 -20
  22. package/build/lib/feffery_utils_components/FefferyBlockColorPicker.py +0 -53
  23. package/build/lib/feffery_utils_components/FefferyCaptcha.py +0 -59
  24. package/build/lib/feffery_utils_components/FefferyCircleColorPicker.py +0 -55
  25. package/build/lib/feffery_utils_components/FefferyCountDown.py +0 -47
  26. package/build/lib/feffery_utils_components/FefferyDiv.py +0 -77
  27. package/build/lib/feffery_utils_components/FefferyDocumentVisibility.py +0 -43
  28. package/build/lib/feffery_utils_components/FefferyExternalCss.py +0 -45
  29. package/build/lib/feffery_utils_components/FefferyExternalJs.py +0 -45
  30. package/build/lib/feffery_utils_components/FefferyExtraSpinner.py +0 -57
  31. package/build/lib/feffery_utils_components/FefferyFancyNotification.py +0 -85
  32. package/build/lib/feffery_utils_components/FefferyGeolocation.py +0 -43
  33. package/build/lib/feffery_utils_components/FefferyGithubColorPicker.py +0 -53
  34. package/build/lib/feffery_utils_components/FefferyGuide.py +0 -110
  35. package/build/lib/feffery_utils_components/FefferyHexColorPicker.py +0 -49
  36. package/build/lib/feffery_utils_components/FefferyHighlightWords.py +0 -61
  37. package/build/lib/feffery_utils_components/FefferyIdle.py +0 -45
  38. package/build/lib/feffery_utils_components/FefferyInViewport.py +0 -47
  39. package/build/lib/feffery_utils_components/FefferyKeyPress.py +0 -50
  40. package/build/lib/feffery_utils_components/FefferyLazyLoad.py +0 -57
  41. package/build/lib/feffery_utils_components/FefferyLocation.py +0 -54
  42. package/build/lib/feffery_utils_components/FefferyQRCode.py +0 -72
  43. package/build/lib/feffery_utils_components/FefferyRawHTML.py +0 -43
  44. package/build/lib/feffery_utils_components/FefferyResponsive.py +0 -43
  45. package/build/lib/feffery_utils_components/FefferyRgbColorPicker.py +0 -49
  46. package/build/lib/feffery_utils_components/FefferyScroll.py +0 -61
  47. package/build/lib/feffery_utils_components/FefferyScrollbars.py +0 -69
  48. package/build/lib/feffery_utils_components/FefferySetTitle.py +0 -43
  49. package/build/lib/feffery_utils_components/FefferyShortcutPanel.py +0 -75
  50. package/build/lib/feffery_utils_components/FefferySliderColorPicker.py +0 -50
  51. package/build/lib/feffery_utils_components/FefferySortableContainer.py +0 -51
  52. package/build/lib/feffery_utils_components/FefferySortableItem.py +0 -47
  53. package/build/lib/feffery_utils_components/FefferySplit.py +0 -63
  54. package/build/lib/feffery_utils_components/FefferySplitPane.py +0 -47
  55. package/build/lib/feffery_utils_components/FefferySyntaxHighlighter.py +0 -58
  56. package/build/lib/feffery_utils_components/FefferyTopProgress.py +0 -67
  57. package/build/lib/feffery_utils_components/FefferyTwitterColorPicker.py +0 -53
  58. package/build/lib/feffery_utils_components/FefferyVirtualList.py +0 -56
  59. package/build/lib/feffery_utils_components/FefferyWheelColorPicker.py +0 -47
  60. package/build/lib/feffery_utils_components/FefferyWindowSize.py +0 -45
  61. package/build/lib/feffery_utils_components/__init__.py +0 -89
  62. package/build/lib/feffery_utils_components/_imports_.py +0 -83
  63. package/build/lib/feffery_utils_components/feffery_utils_components.min.js +0 -429
  64. package/build/lib/feffery_utils_components/metadata.json +0 -4510
  65. package/build/lib/feffery_utils_components/package-info.json +0 -98
@@ -1,55 +0,0 @@
1
- # AUTO GENERATED FILE - DO NOT EDIT
2
-
3
- from dash.development.base_component import Component, _explicitize_args
4
-
5
-
6
- class FefferyCircleColorPicker(Component):
7
- """A FefferyCircleColorPicker component.
8
-
9
-
10
- Keyword arguments:
11
-
12
- - id (string; optional)
13
-
14
- - circleSize (number; default 28)
15
-
16
- - circleSpacing (number; default 14)
17
-
18
- - className (string; optional)
19
-
20
- - color (string; optional)
21
-
22
- - colors (list of strings; default ["#f44336", "#e91e63", "#9c27b0", "#673ab7", "#3f51b5", "#2196f3", "#03a9f4", "#00bcd4", "#009688", "#4caf50", "#8bc34a", "#cddc39", "#ffeb3b", "#ffc107", "#ff9800", "#ff5722", "#795548", "#607d8b"])
23
-
24
- - loading_state (dict; optional)
25
-
26
- `loading_state` is a dict with keys:
27
-
28
- - component_name (string; optional):
29
- Holds the name of the component that is loading.
30
-
31
- - is_loading (boolean; optional):
32
- Determines if the component is loading or not.
33
-
34
- - prop_name (string; optional):
35
- Holds which property is loading.
36
-
37
- - style (dict; optional)
38
-
39
- - width (string; default '252px')"""
40
- _children_props = []
41
- _base_nodes = ['children']
42
- _namespace = 'feffery_utils_components'
43
- _type = 'FefferyCircleColorPicker'
44
- @_explicitize_args
45
- def __init__(self, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, width=Component.UNDEFINED, circleSize=Component.UNDEFINED, circleSpacing=Component.UNDEFINED, color=Component.UNDEFINED, colors=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
46
- self._prop_names = ['id', 'circleSize', 'circleSpacing', 'className', 'color', 'colors', 'loading_state', 'style', 'width']
47
- self._valid_wildcard_attributes = []
48
- self.available_properties = ['id', 'circleSize', 'circleSpacing', 'className', 'color', 'colors', 'loading_state', 'style', 'width']
49
- self.available_wildcard_properties = []
50
- _explicit_args = kwargs.pop('_explicit_args')
51
- _locals = locals()
52
- _locals.update(kwargs) # For wildcard attrs and excess named props
53
- args = {k: _locals[k] for k in _explicit_args}
54
-
55
- super(FefferyCircleColorPicker, self).__init__(**args)
@@ -1,47 +0,0 @@
1
- # AUTO GENERATED FILE - DO NOT EDIT
2
-
3
- from dash.development.base_component import Component, _explicitize_args
4
-
5
-
6
- class FefferyCountDown(Component):
7
- """A FefferyCountDown component.
8
-
9
-
10
- Keyword arguments:
11
-
12
- - id (string; optional)
13
-
14
- - countdown (number; optional)
15
-
16
- - delay (number; optional)
17
-
18
- - interval (number; default 1)
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
- _children_props = []
33
- _base_nodes = ['children']
34
- _namespace = 'feffery_utils_components'
35
- _type = 'FefferyCountDown'
36
- @_explicitize_args
37
- def __init__(self, id=Component.UNDEFINED, delay=Component.UNDEFINED, interval=Component.UNDEFINED, countdown=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
38
- self._prop_names = ['id', 'countdown', 'delay', 'interval', 'loading_state']
39
- self._valid_wildcard_attributes = []
40
- self.available_properties = ['id', 'countdown', 'delay', 'interval', 'loading_state']
41
- self.available_wildcard_properties = []
42
- _explicit_args = kwargs.pop('_explicit_args')
43
- _locals = locals()
44
- _locals.update(kwargs) # For wildcard attrs and excess named props
45
- args = {k: _locals[k] for k in _explicit_args}
46
-
47
- super(FefferyCountDown, self).__init__(**args)
@@ -1,77 +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
- - className (string | dict; optional)
21
-
22
- - clickAwayCount (number; default 0)
23
-
24
- - contextMenuEvent (dict; optional)
25
-
26
- `contextMenuEvent` is a dict with keys:
27
-
28
- - pageX (number; optional)
29
-
30
- - pageY (number; optional)
31
-
32
- - timestamp (number; optional)
33
-
34
- - debounceWait (number; default 150)
35
-
36
- - enableListenContextMenu (boolean; default False)
37
-
38
- - isHovering (boolean; 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
- - mouseEnterCount (number; default 0)
54
-
55
- - mouseLeaveCount (number; default 0)
56
-
57
- - nClicks (number; default 0)
58
-
59
- - nDoubleClicks (number; default 0)
60
-
61
- - style (dict; optional)"""
62
- _children_props = []
63
- _base_nodes = ['children']
64
- _namespace = 'feffery_utils_components'
65
- _type = 'FefferyDiv'
66
- @_explicitize_args
67
- def __init__(self, children=None, id=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, loading_state=Component.UNDEFINED, **kwargs):
68
- self._prop_names = ['children', 'id', '_height', '_width', 'className', 'clickAwayCount', 'contextMenuEvent', 'debounceWait', 'enableListenContextMenu', 'isHovering', 'loading_state', 'mouseEnterCount', 'mouseLeaveCount', 'nClicks', 'nDoubleClicks', 'style']
69
- self._valid_wildcard_attributes = []
70
- self.available_properties = ['children', 'id', '_height', '_width', 'className', 'clickAwayCount', 'contextMenuEvent', 'debounceWait', 'enableListenContextMenu', 'isHovering', 'loading_state', 'mouseEnterCount', 'mouseLeaveCount', 'nClicks', 'nDoubleClicks', 'style']
71
- self.available_wildcard_properties = []
72
- _explicit_args = kwargs.pop('_explicit_args')
73
- _locals = locals()
74
- _locals.update(kwargs) # For wildcard attrs and excess named props
75
- args = {k: _locals[k] for k in _explicit_args if k != 'children'}
76
-
77
- 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,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,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,53 +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
-
37
- - width (string; default '200px')"""
38
- _children_props = []
39
- _base_nodes = ['children']
40
- _namespace = 'feffery_utils_components'
41
- _type = 'FefferyGithubColorPicker'
42
- @_explicitize_args
43
- def __init__(self, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, width=Component.UNDEFINED, color=Component.UNDEFINED, colors=Component.UNDEFINED, triangle=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
44
- self._prop_names = ['id', 'className', 'color', 'colors', 'loading_state', 'style', 'triangle', 'width']
45
- self._valid_wildcard_attributes = []
46
- self.available_properties = ['id', 'className', 'color', 'colors', 'loading_state', 'style', 'triangle', 'width']
47
- self.available_wildcard_properties = []
48
- _explicit_args = kwargs.pop('_explicit_args')
49
- _locals = locals()
50
- _locals.update(kwargs) # For wildcard attrs and excess named props
51
- args = {k: _locals[k] for k in _explicit_args}
52
-
53
- super(FefferyGithubColorPicker, self).__init__(**args)
@@ -1,110 +0,0 @@
1
- # AUTO GENERATED FILE - DO NOT EDIT
2
-
3
- from dash.development.base_component import Component, _explicitize_args
4
-
5
-
6
- class FefferyGuide(Component):
7
- """A FefferyGuide component.
8
-
9
-
10
- Keyword arguments:
11
-
12
- - id (string; optional)
13
-
14
- - arrow (boolean; optional)
15
-
16
- - className (string; optional)
17
-
18
- - closable (boolean; optional)
19
-
20
- - hotspot (boolean; 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
- - localKey (string; required)
36
-
37
- - locale (a value equal to: 'zh', 'en'; default 'zh')
38
-
39
- - mask (boolean; optional)
40
-
41
- - maskClassName (string; optional)
42
-
43
- - modalClassName (string; optional)
44
-
45
- - nextText (string; optional)
46
-
47
- - okText (string; optional)
48
-
49
- - prevText (string; optional)
50
-
51
- - showPreviousBtn (boolean; default True)
52
-
53
- - step (number; optional)
54
-
55
- - stepText (string; optional)
56
-
57
- - steps (list of dicts; required)
58
-
59
- `steps` is a list of dicts with keys:
60
-
61
- - content (string; optional)
62
-
63
- - offset (dict; optional)
64
-
65
- `offset` is a dict with keys:
66
-
67
- - x (number; optional)
68
-
69
- - y (number; optional)
70
-
71
- - placement (a value equal to: 'top', 'bottom', 'left', 'right', 'top-left', 'top-right', 'bottom-left', 'bottom-right', 'left-top', 'left-bottom', 'right-top', 'right-bottom'; optional)
72
-
73
- - selector (string; optional)
74
-
75
- - targetPos (dict; optional)
76
-
77
- `targetPos` is a dict with keys:
78
-
79
- - height (number; optional)
80
-
81
- - left (number; optional)
82
-
83
- - top (number; optional)
84
-
85
- - width (number; optional)
86
-
87
- - title (string; optional)
88
-
89
- - style (dict; optional)"""
90
- _children_props = []
91
- _base_nodes = ['children']
92
- _namespace = 'feffery_utils_components'
93
- _type = 'FefferyGuide'
94
- @_explicitize_args
95
- def __init__(self, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, locale=Component.UNDEFINED, steps=Component.REQUIRED, localKey=Component.REQUIRED, closable=Component.UNDEFINED, modalClassName=Component.UNDEFINED, maskClassName=Component.UNDEFINED, mask=Component.UNDEFINED, arrow=Component.UNDEFINED, hotspot=Component.UNDEFINED, stepText=Component.UNDEFINED, nextText=Component.UNDEFINED, prevText=Component.UNDEFINED, showPreviousBtn=Component.UNDEFINED, okText=Component.UNDEFINED, step=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
96
- self._prop_names = ['id', 'arrow', 'className', 'closable', 'hotspot', 'loading_state', 'localKey', 'locale', 'mask', 'maskClassName', 'modalClassName', 'nextText', 'okText', 'prevText', 'showPreviousBtn', 'step', 'stepText', 'steps', 'style']
97
- self._valid_wildcard_attributes = []
98
- self.available_properties = ['id', 'arrow', 'className', 'closable', 'hotspot', 'loading_state', 'localKey', 'locale', 'mask', 'maskClassName', 'modalClassName', 'nextText', 'okText', 'prevText', 'showPreviousBtn', 'step', 'stepText', 'steps', 'style']
99
- self.available_wildcard_properties = []
100
- _explicit_args = kwargs.pop('_explicit_args')
101
- _locals = locals()
102
- _locals.update(kwargs) # For wildcard attrs and excess named props
103
- args = {k: _locals[k] for k in _explicit_args}
104
-
105
- for k in ['localKey', 'steps']:
106
- if k not in args:
107
- raise TypeError(
108
- 'Required argument `' + k + '` was not specified.')
109
-
110
- super(FefferyGuide, self).__init__(**args)