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,69 +0,0 @@
1
- # AUTO GENERATED FILE - DO NOT EDIT
2
-
3
- from dash.development.base_component import Component, _explicitize_args
4
-
5
-
6
- class FefferyScrollbars(Component):
7
- """A FefferyScrollbars 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
- - autoHide (boolean; default True)
17
-
18
- - className (string; optional)
19
-
20
- - classNames (dict; optional)
21
-
22
- `classNames` is a dict with keys:
23
-
24
- - content (string; optional)
25
-
26
- - scrollContent (string; optional)
27
-
28
- - scrollbar (string; optional)
29
-
30
- - track (string; optional)
31
-
32
- - forceVisible (boolean | a value equal to: 'x', 'y'; default False)
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
- - scrollbarMaxSize (number; optional)
48
-
49
- - scrollbarMinSize (number; default 25)
50
-
51
- - style (dict; optional)
52
-
53
- - timeout (number; default 1000)"""
54
- _children_props = []
55
- _base_nodes = ['children']
56
- _namespace = 'feffery_utils_components'
57
- _type = 'FefferyScrollbars'
58
- @_explicitize_args
59
- def __init__(self, children=None, id=Component.UNDEFINED, style=Component.UNDEFINED, className=Component.UNDEFINED, autoHide=Component.UNDEFINED, classNames=Component.UNDEFINED, forceVisible=Component.UNDEFINED, timeout=Component.UNDEFINED, scrollbarMinSize=Component.UNDEFINED, scrollbarMaxSize=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
60
- self._prop_names = ['children', 'id', 'autoHide', 'className', 'classNames', 'forceVisible', 'loading_state', 'scrollbarMaxSize', 'scrollbarMinSize', 'style', 'timeout']
61
- self._valid_wildcard_attributes = []
62
- self.available_properties = ['children', 'id', 'autoHide', 'className', 'classNames', 'forceVisible', 'loading_state', 'scrollbarMaxSize', 'scrollbarMinSize', 'style', 'timeout']
63
- self.available_wildcard_properties = []
64
- _explicit_args = kwargs.pop('_explicit_args')
65
- _locals = locals()
66
- _locals.update(kwargs) # For wildcard attrs and excess named props
67
- args = {k: _locals[k] for k in _explicit_args if k != 'children'}
68
-
69
- super(FefferyScrollbars, 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 FefferySetTitle(Component):
7
- """A FefferySetTitle component.
8
-
9
-
10
- Keyword arguments:
11
-
12
- - id (string; optional)
13
-
14
- - loading_state (dict; optional)
15
-
16
- `loading_state` is a dict with keys:
17
-
18
- - component_name (string; optional):
19
- Holds the name of the component that is loading.
20
-
21
- - is_loading (boolean; optional):
22
- Determines if the component is loading or not.
23
-
24
- - prop_name (string; optional):
25
- Holds which property is loading.
26
-
27
- - title (string; optional)"""
28
- _children_props = []
29
- _base_nodes = ['children']
30
- _namespace = 'feffery_utils_components'
31
- _type = 'FefferySetTitle'
32
- @_explicitize_args
33
- def __init__(self, id=Component.UNDEFINED, title=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
34
- self._prop_names = ['id', 'loading_state', 'title']
35
- self._valid_wildcard_attributes = []
36
- self.available_properties = ['id', 'loading_state', 'title']
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(FefferySetTitle, self).__init__(**args)
@@ -1,75 +0,0 @@
1
- # AUTO GENERATED FILE - DO NOT EDIT
2
-
3
- from dash.development.base_component import Component, _explicitize_args
4
-
5
-
6
- class FefferyShortcutPanel(Component):
7
- """A FefferyShortcutPanel component.
8
-
9
-
10
- Keyword arguments:
11
-
12
- - id (string; optional)
13
-
14
- - data (list of dicts; optional)
15
-
16
- `data` is a list of dicts with keys:
17
-
18
- - children (list of strings; optional)
19
-
20
- - handler (string; optional)
21
-
22
- - hotkey (string; optional)
23
-
24
- - id (string; required)
25
-
26
- - keywords (string; optional)
27
-
28
- - parent (string; optional)
29
-
30
- - section (string; optional)
31
-
32
- - title (string; required)
33
-
34
- - disableHotkeys (boolean; optional)
35
-
36
- - loading_state (dict; optional)
37
-
38
- `loading_state` is a dict with keys:
39
-
40
- - component_name (string; optional):
41
- Holds the name of the component that is loading.
42
-
43
- - is_loading (boolean; optional):
44
- Determines if the component is loading or not.
45
-
46
- - prop_name (string; optional):
47
- Holds which property is loading.
48
-
49
- - locale (a value equal to: 'en', 'zh'; default 'zh')
50
-
51
- - openHotkey (string; optional)
52
-
53
- - placeholder (string; optional)
54
-
55
- - style (dict; optional)
56
-
57
- - theme (a value equal to: 'light', 'dark'; default 'light')
58
-
59
- - triggeredHotkey (string; optional)"""
60
- _children_props = []
61
- _base_nodes = ['children']
62
- _namespace = 'feffery_utils_components'
63
- _type = 'FefferyShortcutPanel'
64
- @_explicitize_args
65
- def __init__(self, id=Component.UNDEFINED, style=Component.UNDEFINED, locale=Component.UNDEFINED, data=Component.UNDEFINED, triggeredHotkey=Component.UNDEFINED, placeholder=Component.UNDEFINED, disableHotkeys=Component.UNDEFINED, openHotkey=Component.UNDEFINED, theme=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
66
- self._prop_names = ['id', 'data', 'disableHotkeys', 'loading_state', 'locale', 'openHotkey', 'placeholder', 'style', 'theme', 'triggeredHotkey']
67
- self._valid_wildcard_attributes = []
68
- self.available_properties = ['id', 'data', 'disableHotkeys', 'loading_state', 'locale', 'openHotkey', 'placeholder', 'style', 'theme', 'triggeredHotkey']
69
- self.available_wildcard_properties = []
70
- _explicit_args = kwargs.pop('_explicit_args')
71
- _locals = locals()
72
- _locals.update(kwargs) # For wildcard attrs and excess named props
73
- args = {k: _locals[k] for k in _explicit_args}
74
-
75
- super(FefferyShortcutPanel, 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 FefferySliderColorPicker(Component):
7
- """A FefferySliderColorPicker component.
8
-
9
-
10
- Keyword arguments:
11
-
12
- - id (string; optional)
13
-
14
- - className (string; optional)
15
-
16
- - color (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
- _children_props = []
33
- _base_nodes = ['children']
34
- _namespace = 'feffery_utils_components'
35
- _type = 'FefferySliderColorPicker'
36
- @_explicitize_args
37
- def __init__(self, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, color=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
38
- self._prop_names = ['id', 'className', 'color', 'loading_state', 'style']
39
- self._valid_wildcard_attributes = []
40
- self.available_properties = ['id', 'className', 'color', '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 and excess named props
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(FefferySliderColorPicker, 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 FefferySortableContainer(Component):
7
- """A FefferySortableContainer 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
- - helperClassName (string | dict; default 'sortable-helper')
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
- - orders (list of numbers; optional)
34
-
35
- - style (dict; optional)"""
36
- _children_props = []
37
- _base_nodes = ['children']
38
- _namespace = 'feffery_utils_components'
39
- _type = 'FefferySortableContainer'
40
- @_explicitize_args
41
- def __init__(self, children=None, id=Component.UNDEFINED, style=Component.UNDEFINED, className=Component.UNDEFINED, helperClassName=Component.UNDEFINED, orders=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
42
- self._prop_names = ['children', 'id', 'className', 'helperClassName', 'loading_state', 'orders', 'style']
43
- self._valid_wildcard_attributes = []
44
- self.available_properties = ['children', 'id', 'className', 'helperClassName', 'loading_state', 'orders', 'style']
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 if k != 'children'}
50
-
51
- super(FefferySortableContainer, self).__init__(children=children, **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 FefferySortableItem(Component):
7
- """A FefferySortableItem 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
- - 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
- _children_props = []
33
- _base_nodes = ['children']
34
- _namespace = 'feffery_utils_components'
35
- _type = 'FefferySortableItem'
36
- @_explicitize_args
37
- def __init__(self, children=None, id=Component.UNDEFINED, style=Component.UNDEFINED, className=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
38
- self._prop_names = ['children', 'id', 'className', 'loading_state', 'style']
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 and excess named props
45
- args = {k: _locals[k] for k in _explicit_args if k != 'children'}
46
-
47
- super(FefferySortableItem, self).__init__(children=children, **args)
@@ -1,63 +0,0 @@
1
- # AUTO GENERATED FILE - DO NOT EDIT
2
-
3
- from dash.development.base_component import Component, _explicitize_args
4
-
5
-
6
- class FefferySplit(Component):
7
- """A FefferySplit 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
- - cursor (string; optional)
19
-
20
- - direction (a value equal to: 'horizontal', 'vertical'; default 'horizontal')
21
-
22
- - dragInterval (number; optional)
23
-
24
- - expandToMin (boolean; optional)
25
-
26
- - gutterSize (number; optional)
27
-
28
- - loading_state (dict; optional)
29
-
30
- `loading_state` is a dict with keys:
31
-
32
- - component_name (string; optional):
33
- Holds the name of the component that is loading.
34
-
35
- - is_loading (boolean; optional):
36
- Determines if the component is loading or not.
37
-
38
- - prop_name (string; optional):
39
- Holds which property is loading.
40
-
41
- - maxSize (number | list of numbers; optional)
42
-
43
- - minSize (number | list of numbers; optional)
44
-
45
- - sizes (list of numbers; optional)
46
-
47
- - style (dict; optional)"""
48
- _children_props = []
49
- _base_nodes = ['children']
50
- _namespace = 'feffery_utils_components'
51
- _type = 'FefferySplit'
52
- @_explicitize_args
53
- def __init__(self, children=None, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, sizes=Component.UNDEFINED, minSize=Component.UNDEFINED, maxSize=Component.UNDEFINED, expandToMin=Component.UNDEFINED, gutterSize=Component.UNDEFINED, dragInterval=Component.UNDEFINED, direction=Component.UNDEFINED, cursor=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
54
- self._prop_names = ['children', 'id', 'className', 'cursor', 'direction', 'dragInterval', 'expandToMin', 'gutterSize', 'loading_state', 'maxSize', 'minSize', 'sizes', 'style']
55
- self._valid_wildcard_attributes = []
56
- self.available_properties = ['children', 'id', 'className', 'cursor', 'direction', 'dragInterval', 'expandToMin', 'gutterSize', 'loading_state', 'maxSize', 'minSize', 'sizes', 'style']
57
- self.available_wildcard_properties = []
58
- _explicit_args = kwargs.pop('_explicit_args')
59
- _locals = locals()
60
- _locals.update(kwargs) # For wildcard attrs and excess named props
61
- args = {k: _locals[k] for k in _explicit_args if k != 'children'}
62
-
63
- super(FefferySplit, self).__init__(children=children, **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 FefferySplitPane(Component):
7
- """A FefferySplitPane 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
- - 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
- _children_props = []
33
- _base_nodes = ['children']
34
- _namespace = 'feffery_utils_components'
35
- _type = 'FefferySplitPane'
36
- @_explicitize_args
37
- def __init__(self, children=None, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
38
- self._prop_names = ['children', 'id', 'className', 'loading_state', 'style']
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 and excess named props
45
- args = {k: _locals[k] for k in _explicit_args if k != 'children'}
46
-
47
- super(FefferySplitPane, self).__init__(children=children, **args)
@@ -1,58 +0,0 @@
1
- # AUTO GENERATED FILE - DO NOT EDIT
2
-
3
- from dash.development.base_component import Component, _explicitize_args
4
-
5
-
6
- class FefferySyntaxHighlighter(Component):
7
- """A FefferySyntaxHighlighter component.
8
-
9
-
10
- Keyword arguments:
11
-
12
- - id (string; optional)
13
-
14
- - codeBlockStyle (dict; optional)
15
-
16
- - codeString (string; required)
17
-
18
- - codeStyle (dict; optional)
19
-
20
- - codeTheme (a value equal to: 'a11y-dark', 'atom-dark', 'coldark-cold', 'coldark-dark', 'coy', 'coy-without-shadows', 'darcula', 'dracula', 'nord', 'okaidia', 'prism', 'solarizedlight', 'twilight', 'duotone-sea', 'duotone-dark', 'duotone-light', 'duotone-space', 'gh-colors', 'gruvbox-dark', 'material-dark', 'night-owl', 'one-light', 'pojoaque', 'solarized-dark-atom', 'synthwave84', 'z-touch'; default 'gh-colors')
21
-
22
- - language (string; required)
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
- - showLineNumbers (boolean; default True)"""
38
- _children_props = []
39
- _base_nodes = ['children']
40
- _namespace = 'feffery_utils_components'
41
- _type = 'FefferySyntaxHighlighter'
42
- @_explicitize_args
43
- def __init__(self, id=Component.UNDEFINED, codeString=Component.REQUIRED, language=Component.REQUIRED, codeTheme=Component.UNDEFINED, codeBlockStyle=Component.UNDEFINED, codeStyle=Component.UNDEFINED, showLineNumbers=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
44
- self._prop_names = ['id', 'codeBlockStyle', 'codeString', 'codeStyle', 'codeTheme', 'language', 'loading_state', 'showLineNumbers']
45
- self._valid_wildcard_attributes = []
46
- self.available_properties = ['id', 'codeBlockStyle', 'codeString', 'codeStyle', 'codeTheme', 'language', 'loading_state', 'showLineNumbers']
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
- for k in ['codeString', 'language']:
54
- if k not in args:
55
- raise TypeError(
56
- 'Required argument `' + k + '` was not specified.')
57
-
58
- super(FefferySyntaxHighlighter, 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 FefferyTopProgress(Component):
7
- """A FefferyTopProgress 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
- - debug (boolean; default False)
21
-
22
- - easing (string; optional)
23
-
24
- - excludeProps (list of strings; optional)
25
-
26
- - includeProps (list of strings; optional)
27
-
28
- - listenPropsMode (a value equal to: 'default', 'exclude', 'include'; default 'default')
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
- - minimum (number; optional)
44
-
45
- - showSpinner (boolean; optional)
46
-
47
- - speed (number; optional)
48
-
49
- - spinning (boolean; default False)
50
-
51
- - style (dict; optional)"""
52
- _children_props = []
53
- _base_nodes = ['children']
54
- _namespace = 'feffery_utils_components'
55
- _type = 'FefferyTopProgress'
56
- @_explicitize_args
57
- def __init__(self, children=None, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, spinning=Component.UNDEFINED, minimum=Component.UNDEFINED, easing=Component.UNDEFINED, speed=Component.UNDEFINED, showSpinner=Component.UNDEFINED, debug=Component.UNDEFINED, listenPropsMode=Component.UNDEFINED, excludeProps=Component.UNDEFINED, includeProps=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
58
- self._prop_names = ['children', 'id', 'className', 'debug', 'easing', 'excludeProps', 'includeProps', 'listenPropsMode', 'loading_state', 'minimum', 'showSpinner', 'speed', 'spinning', 'style']
59
- self._valid_wildcard_attributes = []
60
- self.available_properties = ['children', 'id', 'className', 'debug', 'easing', 'excludeProps', 'includeProps', 'listenPropsMode', 'loading_state', 'minimum', 'showSpinner', 'speed', 'spinning', 'style']
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(FefferyTopProgress, self).__init__(children=children, **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 FefferyTwitterColorPicker(Component):
7
- """A FefferyTwitterColorPicker 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 ['#FF6900', '#FCB900', '#7BDCB5', '#00D084', '#8ED1FC', '#0693E3', '#ABB8C3', '#EB144C', '#F78DA7', '#9900EF'])
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 '276px')"""
38
- _children_props = []
39
- _base_nodes = ['children']
40
- _namespace = 'feffery_utils_components'
41
- _type = 'FefferyTwitterColorPicker'
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(FefferyTwitterColorPicker, self).__init__(**args)