feffery_utils_components 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/DESCRIPTION CHANGED
@@ -1,6 +1,6 @@
1
1
  Package: fefferyUtilsComponents
2
2
  Title: Build more utility components for Plotly Dash.
3
- Version: 0.1.2
3
+ Version: 0.1.4
4
4
  Description: Build more utility components for Plotly Dash.
5
5
  Depends: R (>= 3.0.2)
6
6
  Imports:
package/Project.toml CHANGED
@@ -2,7 +2,7 @@
2
2
  name = "FefferyUtilsComponents"
3
3
  uuid = "1b08a953-4be3-4667-9a23-ea89cd6d0d23"
4
4
  authors = ["CNFeffery <fefferypzy@gmail.com>"]
5
- version = "0.1.2"
5
+ version = "0.1.4"
6
6
 
7
7
  [deps]
8
8
  Dash = "1b08a953-4be3-4667-9a23-3db579824955"
@@ -32,18 +32,16 @@ Keyword arguments:
32
32
 
33
33
  - style (dict; optional)
34
34
 
35
- - triangle (a value equal to: 'hide', 'top-left', 'top-right'; default 'top-left')
36
-
37
- - width (string; default '200px')"""
35
+ - triangle (a value equal to: 'hide', 'top-left', 'top-right'; default 'top-left')"""
38
36
  _children_props = []
39
37
  _base_nodes = ['children']
40
38
  _namespace = 'feffery_utils_components'
41
39
  _type = 'FefferyGithubColorPicker'
42
40
  @_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']
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']
45
43
  self._valid_wildcard_attributes = []
46
- self.available_properties = ['id', 'className', 'color', 'colors', 'loading_state', 'style', 'triangle', 'width']
44
+ self.available_properties = ['id', 'className', 'color', 'colors', 'loading_state', 'style', 'triangle']
47
45
  self.available_wildcard_properties = []
48
46
  _explicit_args = kwargs.pop('_explicit_args')
49
47
  _locals = locals()
@@ -36,7 +36,7 @@ Keyword arguments:
36
36
 
37
37
  - locale (a value equal to: 'zh', 'en'; default 'zh')
38
38
 
39
- - mask (boolean; optional)
39
+ - mask (boolean; default True)
40
40
 
41
41
  - maskClassName (string; optional)
42
42
 
@@ -58,7 +58,7 @@ Keyword arguments:
58
58
 
59
59
  `steps` is a list of dicts with keys:
60
60
 
61
- - content (string; optional)
61
+ - content (a list of or a singular dash component, string or number; optional)
62
62
 
63
63
  - offset (dict; optional)
64
64
 
@@ -84,10 +84,10 @@ Keyword arguments:
84
84
 
85
85
  - width (number; optional)
86
86
 
87
- - title (string; optional)
87
+ - title (a list of or a singular dash component, string or number; optional)
88
88
 
89
89
  - style (dict; optional)"""
90
- _children_props = []
90
+ _children_props = ['steps[].title', 'steps[].content']
91
91
  _base_nodes = ['children']
92
92
  _namespace = 'feffery_utils_components'
93
93
  _type = 'FefferyGuide'
@@ -13,7 +13,7 @@ Keyword arguments:
13
13
 
14
14
  - className (string; optional)
15
15
 
16
- - color (string; default '#fffc51')
16
+ - color (string; optional)
17
17
 
18
18
  - loading_state (dict; optional)
19
19