feffery_utils_components 0.1.1 → 0.1.3

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.
@@ -299,17 +299,6 @@
299
299
  "required": false,
300
300
  "description": ""
301
301
  },
302
- "width": {
303
- "type": {
304
- "name": "string"
305
- },
306
- "required": false,
307
- "description": "",
308
- "defaultValue": {
309
- "value": "'200px'",
310
- "computed": false
311
- }
312
- },
313
302
  "color": {
314
303
  "type": {
315
304
  "name": "string"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "feffery_utils_components",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Build more utility components for Plotly Dash.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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