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.
@@ -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"
@@ -670,11 +659,7 @@
670
659
  "name": "string"
671
660
  },
672
661
  "required": false,
673
- "description": "",
674
- "defaultValue": {
675
- "value": "'#fffc51'",
676
- "computed": false
677
- }
662
+ "description": ""
678
663
  },
679
664
  "loading_state": {
680
665
  "type": {
@@ -2239,11 +2224,11 @@
2239
2224
  "required": false
2240
2225
  },
2241
2226
  "title": {
2242
- "name": "string",
2227
+ "name": "node",
2243
2228
  "required": false
2244
2229
  },
2245
2230
  "content": {
2246
- "name": "string",
2231
+ "name": "node",
2247
2232
  "required": false
2248
2233
  },
2249
2234
  "placement": {
@@ -2353,7 +2338,11 @@
2353
2338
  "name": "bool"
2354
2339
  },
2355
2340
  "required": false,
2356
- "description": ""
2341
+ "description": "",
2342
+ "defaultValue": {
2343
+ "value": "true",
2344
+ "computed": false
2345
+ }
2357
2346
  },
2358
2347
  "arrow": {
2359
2348
  "type": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "feffery_utils_components",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Build more utility components for Plotly Dash.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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,9 +13,9 @@ Keyword arguments:
13
13
 
14
14
  - containerId (string; optional)
15
15
 
16
- - delay (number; optional)
16
+ - delay (number; default 0)
17
17
 
18
- - duration (number; optional)
18
+ - duration (number; default 500)
19
19
 
20
20
  - executeScroll (boolean; default False)
21
21
 
@@ -42,7 +42,7 @@ Keyword arguments:
42
42
 
43
43
  - scrollTopOffset (number; optional)
44
44
 
45
- - smooth (a value equal to: 'linear', 'easeInQuad', 'easeOutQuad', 'easeInOutQuad', 'easeInCubic', 'easeOutCubic', 'easeInOutCubic', 'easeInQuart', 'easeOutQuart', 'easeInOutQuart', 'easeInQuint', 'easeOutQuint', 'easeInOutQuint'; optional)"""
45
+ - smooth (boolean | a value equal to: 'linear', 'easeInQuad', 'easeOutQuad', 'easeInOutQuad', 'easeInCubic', 'easeOutCubic', 'easeInOutCubic', 'easeInQuart', 'easeOutQuart', 'easeInOutQuart', 'easeInQuint', 'easeOutQuint', 'easeInOutQuint'; default True)"""
46
46
  _children_props = []
47
47
  _base_nodes = ['children']
48
48
  _namespace = 'feffery_utils_components'
@@ -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