feffery_utils_components 0.1.19 → 0.1.21

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.19
3
+ Version: 0.1.21
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.19"
5
+ version = "0.1.21"
6
6
 
7
7
  [deps]
8
8
  Dash = "1b08a953-4be3-4667-9a23-3db579824955"
@@ -26,16 +26,16 @@ Keyword arguments:
26
26
  - prop_name (string; optional):
27
27
  Holds which property is loading.
28
28
 
29
- - pressedTimes (number; default 0)"""
29
+ - pressedCounts (number; default 0)"""
30
30
  _children_props = []
31
31
  _base_nodes = ['children']
32
32
  _namespace = 'feffery_utils_components'
33
33
  _type = 'FefferyKeyPress'
34
34
  @_explicitize_args
35
- def __init__(self, id=Component.UNDEFINED, keys=Component.REQUIRED, pressedTimes=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
36
- self._prop_names = ['id', 'keys', 'loading_state', 'pressedTimes']
35
+ def __init__(self, id=Component.UNDEFINED, keys=Component.REQUIRED, pressedCounts=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
36
+ self._prop_names = ['id', 'keys', 'loading_state', 'pressedCounts']
37
37
  self._valid_wildcard_attributes = []
38
- self.available_properties = ['id', 'keys', 'loading_state', 'pressedTimes']
38
+ self.available_properties = ['id', 'keys', 'loading_state', 'pressedCounts']
39
39
  self.available_wildcard_properties = []
40
40
  _explicit_args = kwargs.pop('_explicit_args')
41
41
  _locals = locals()
@@ -54,6 +54,8 @@ Keyword arguments:
54
54
 
55
55
  - placeholder (string; optional)
56
56
 
57
+ - searchValue (string; optional)
58
+
57
59
  - theme (a value equal to: 'light', 'dark'; default 'light')
58
60
 
59
61
  - triggeredHotkey (dict; optional)
@@ -68,10 +70,10 @@ Keyword arguments:
68
70
  _namespace = 'feffery_utils_components'
69
71
  _type = 'FefferyShortcutPanel'
70
72
  @_explicitize_args
71
- def __init__(self, id=Component.UNDEFINED, locale=Component.UNDEFINED, data=Component.REQUIRED, triggeredHotkey=Component.UNDEFINED, placeholder=Component.UNDEFINED, openHotkey=Component.UNDEFINED, theme=Component.UNDEFINED, open=Component.UNDEFINED, close=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
72
- self._prop_names = ['id', 'close', 'data', 'loading_state', 'locale', 'open', 'openHotkey', 'placeholder', 'theme', 'triggeredHotkey']
73
+ def __init__(self, id=Component.UNDEFINED, locale=Component.UNDEFINED, data=Component.REQUIRED, triggeredHotkey=Component.UNDEFINED, placeholder=Component.UNDEFINED, openHotkey=Component.UNDEFINED, theme=Component.UNDEFINED, open=Component.UNDEFINED, close=Component.UNDEFINED, searchValue=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
74
+ self._prop_names = ['id', 'close', 'data', 'loading_state', 'locale', 'open', 'openHotkey', 'placeholder', 'searchValue', 'theme', 'triggeredHotkey']
73
75
  self._valid_wildcard_attributes = []
74
- self.available_properties = ['id', 'close', 'data', 'loading_state', 'locale', 'open', 'openHotkey', 'placeholder', 'theme', 'triggeredHotkey']
76
+ self.available_properties = ['id', 'close', 'data', 'loading_state', 'locale', 'open', 'openHotkey', 'placeholder', 'searchValue', 'theme', 'triggeredHotkey']
75
77
  self.available_wildcard_properties = []
76
78
  _explicit_args = kwargs.pop('_explicit_args')
77
79
  _locals = locals()