Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Re-build and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarren1 committed Sep 7, 2018
1 parent 298eafc commit d56f780
Show file tree
Hide file tree
Showing 9 changed files with 103 additions and 68 deletions.
2 changes: 1 addition & 1 deletion dash_core_components/DatePickerRange.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@



schema = {'id': {'type': 'string'}, 'start_date': {'anyof': [{'type': 'string'}, {'type': 'datetime'}]}, 'end_date': {'anyof': [{'type': 'string'}, {'type': 'datetime'}]}, 'min_date_allowed': {'anyof': [{'type': 'string'}, {'type': 'datetime'}]}, 'max_date_allowed': {'anyof': [{'type': 'string'}, {'type': 'datetime'}]}, 'initial_visible_month': {'anyof': [{'type': 'string'}, {'type': 'datetime'}]}, 'start_date_placeholder_text': {'type': 'string'}, 'end_date_placeholder_text': {'type': 'string'}, 'day_size': {'type': 'number'}, 'calendar_orientation': {'allowed': ['vertical', 'horizontal'], 'type': ('string', 'number')}, 'is_RTL': {'type': 'boolean'}, 'reopen_calendar_on_clear': {'type': 'boolean'}, 'number_of_months_shown': {'type': 'number'}, 'with_portal': {'type': 'boolean'}, 'with_full_screen_portal': {'type': 'boolean'}, 'first_day_of_week': {'allowed': ['0', '1', '2', '3', '4', '5', '6'], 'type': ('string', 'number')}, 'minimum_nights': {'type': 'number'}, 'stay_open_on_select': {'type': 'boolean'}, 'show_outside_days': {'type': 'boolean'}, 'month_format': {'type': 'string'}, 'display_format': {'type': 'string'}, 'disabled': {'type': 'boolean'}, 'clearable': {'type': 'boolean'}, 'setProps': {}, 'dashEvents': {'allowed': ['change'], 'type': ('string', 'number')}, 'updatemode': {'allowed': ['singledate', 'bothdates'], 'type': ('string', 'number')}}
schema = {'id': {'type': 'string'}, 'start_date': {'anyof': [{'type': 'string'}, {'type': 'datetime'}]}, 'end_date': {'anyof': [{'type': 'string'}, {'type': 'datetime'}]}, 'min_date_allowed': {'anyof': [{'type': 'string'}, {'type': 'datetime'}]}, 'max_date_allowed': {'anyof': [{'type': 'string'}, {'type': 'datetime'}]}, 'initial_visible_month': {'anyof': [{'type': 'string'}, {'type': 'datetime'}]}, 'start_date_placeholder_text': {'type': 'string'}, 'end_date_placeholder_text': {'type': 'string'}, 'day_size': {'type': 'number'}, 'calendar_orientation': {'allowed': ['vertical', 'horizontal'], 'type': ('string', 'number')}, 'is_RTL': {'type': 'boolean'}, 'reopen_calendar_on_clear': {'type': 'boolean'}, 'number_of_months_shown': {'type': 'number'}, 'with_portal': {'type': 'boolean'}, 'with_full_screen_portal': {'type': 'boolean'}, 'first_day_of_week': {'allowed': ['0', '1', '2', '3', '4', '5', '6'], 'type': ('string', 'number')}, 'minimum_nights': {'type': 'number'}, 'stay_open_on_select': {'type': 'boolean'}, 'show_outside_days': {'type': 'boolean'}, 'month_format': {'type': 'string'}, 'display_format': {'type': 'string'}, 'disabled': {'type': 'boolean'}, 'clearable': {'type': 'boolean'}, 'setProps': {}, 'dashEvents': {'allowed': ['change'], 'type': ('string', 'number')}, 'updatemode': {'allowed': ['singledate', 'bothdates'], 'type': ('string', 'number')}, 'fireEvent': {}}

class DatePickerRange(Component):
"""A DatePickerRange component.
Expand Down
2 changes: 1 addition & 1 deletion dash_core_components/DatePickerSingle.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@



schema = {'id': {'type': 'string'}, 'date': {'anyof': [{'type': 'string'}, {'type': 'datetime'}]}, 'min_date_allowed': {'anyof': [{'type': 'string'}, {'type': 'datetime'}]}, 'max_date_allowed': {'anyof': [{'type': 'string'}, {'type': 'datetime'}]}, 'initial_visible_month': {'anyof': [{'type': 'string'}, {'type': 'datetime'}]}, 'day_size': {'type': 'number'}, 'calendar_orientation': {'allowed': ['vertical', 'horizontal'], 'type': ('string', 'number')}, 'is_RTL': {'type': 'boolean'}, 'placeholder': {'type': 'string'}, 'reopen_calendar_on_clear': {'type': 'boolean'}, 'number_of_months_shown': {'type': 'number'}, 'with_portal': {'type': 'boolean'}, 'with_full_screen_portal': {'type': 'boolean'}, 'first_day_of_week': {'allowed': ['0', '1', '2', '3', '4', '5', '6'], 'type': ('string', 'number')}, 'stay_open_on_select': {'type': 'boolean'}, 'show_outside_days': {'type': 'boolean'}, 'month_format': {'type': 'string'}, 'display_format': {'type': 'string'}, 'disabled': {'type': 'boolean'}, 'clearable': {'type': 'boolean'}, 'setProps': {}, 'dashEvents': {'allowed': ['change'], 'type': ('string', 'number')}}
schema = {'id': {'type': 'string'}, 'date': {'anyof': [{'type': 'string'}, {'type': 'datetime'}]}, 'min_date_allowed': {'anyof': [{'type': 'string'}, {'type': 'datetime'}]}, 'max_date_allowed': {'anyof': [{'type': 'string'}, {'type': 'datetime'}]}, 'initial_visible_month': {'anyof': [{'type': 'string'}, {'type': 'datetime'}]}, 'day_size': {'type': 'number'}, 'calendar_orientation': {'allowed': ['vertical', 'horizontal'], 'type': ('string', 'number')}, 'is_RTL': {'type': 'boolean'}, 'placeholder': {'type': 'string'}, 'reopen_calendar_on_clear': {'type': 'boolean'}, 'number_of_months_shown': {'type': 'number'}, 'with_portal': {'type': 'boolean'}, 'with_full_screen_portal': {'type': 'boolean'}, 'first_day_of_week': {'allowed': ['0', '1', '2', '3', '4', '5', '6'], 'type': ('string', 'number')}, 'stay_open_on_select': {'type': 'boolean'}, 'show_outside_days': {'type': 'boolean'}, 'month_format': {'type': 'string'}, 'display_format': {'type': 'string'}, 'disabled': {'type': 'boolean'}, 'clearable': {'type': 'boolean'}, 'setProps': {}, 'dashEvents': {'allowed': ['change'], 'type': ('string', 'number')}, 'fireEvent': {}}

class DatePickerSingle(Component):
"""A DatePickerSingle component.
Expand Down
2 changes: 1 addition & 1 deletion dash_core_components/Dropdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@



schema = {'id': {'type': 'string'}, 'options': {'type': 'list', 'schema': {'type': 'dict', 'allow_unknown': False, 'nullable': False, 'schema': {'label': {'type': 'string'}, 'value': {'type': 'string'}, 'disabled': {'type': 'boolean'}}}}, 'value': {'anyof': [{'type': 'string'}, {'type': 'list', 'schema': {'type': 'string', 'nullable': False}}]}, 'className': {'type': 'string'}, 'clearable': {'type': 'boolean'}, 'disabled': {'type': 'boolean'}, 'multi': {'type': 'boolean'}, 'placeholder': {'type': 'string'}, 'searchable': {'type': 'boolean'}, 'setProps': {}, 'dashEvents': {'allowed': ['change'], 'type': ('string', 'number')}}
schema = {'id': {'type': 'string'}, 'options': {'type': 'list', 'schema': {'type': 'dict', 'allow_unknown': False, 'nullable': False, 'schema': {'label': {'type': 'string'}, 'value': {'type': 'string'}, 'disabled': {'type': 'boolean'}}}}, 'value': {'anyof': [{'type': 'string'}, {'type': 'list', 'schema': {'type': 'string', 'nullable': False}}]}, 'className': {'type': 'string'}, 'clearable': {'type': 'boolean'}, 'disabled': {'type': 'boolean'}, 'multi': {'type': 'boolean'}, 'placeholder': {'type': 'string'}, 'searchable': {'type': 'boolean'}, 'setProps': {}, 'style': {'type': 'dict'}, 'dashEvents': {'allowed': ['change'], 'type': ('string', 'number')}, 'fireEvent': {}}

class Dropdown(Component):
"""A Dropdown component.
Expand Down
2 changes: 1 addition & 1 deletion dash_core_components/Graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@



schema = {'id': {'type': 'string', 'required': True}, 'clickData': {'type': 'dict'}, 'hoverData': {'type': 'dict'}, 'clear_on_unhover': {'type': 'boolean'}, 'selectedData': {'type': 'dict'}, 'relayoutData': {'type': 'dict'}, 'figure': {'type': 'dict'}, 'style': {'type': 'dict'}, 'className': {'type': 'string'}, 'animate': {'type': 'boolean'}, 'animation_options': {'type': 'dict'}, 'config': {'type': 'dict', 'allow_unknown': False, 'nullable': False, 'schema': {'staticPlot': {'type': 'boolean'}, 'editable': {'type': 'boolean'}, 'edits': {'type': 'dict', 'allow_unknown': False, 'nullable': False, 'schema': {'annotationPosition': {'type': 'boolean'}, 'annotationTail': {'type': 'boolean'}, 'annotationText': {'type': 'boolean'}, 'axisTitleText': {'type': 'boolean'}, 'colorbarPosition': {'type': 'boolean'}, 'colorbarTitleText': {'type': 'boolean'}, 'legendPosition': {'type': 'boolean'}, 'legendText': {'type': 'boolean'}, 'shapePosition': {'type': 'boolean'}, 'titleText': {'type': 'boolean'}}}, 'autosizable': {'type': 'boolean'}, 'queueLength': {'type': 'number'}, 'fillFrame': {'type': 'boolean'}, 'frameMargins': {'type': 'number'}, 'scrollZoom': {'type': 'boolean'}, 'doubleClick': {'allowed': ['false', 'reset', 'autosize', 'reset+autosize'], 'type': ('string', 'number')}, 'showTips': {'type': 'boolean'}, 'showAxisDragHandles': {'type': 'boolean'}, 'showAxisRangeEntryBoxes': {'type': 'boolean'}, 'showLink': {'type': 'boolean'}, 'sendData': {'type': 'boolean'}, 'linkText': {'type': 'string'}, 'displayModeBar': {'allowed': ['true', 'false', 'hover'], 'type': ('string', 'number')}, 'modeBarButtonsToRemove': {'type': 'list'}, 'modeBarButtonsToAdd': {'type': 'list'}, 'modeBarButtons': {'type': ('boolean', 'number', 'string', 'dict', 'list')}, 'displaylogo': {'type': 'boolean'}, 'plotGlPixelRatio': {'type': 'number'}, 'topojsonURL': {'type': 'string'}, 'mapboxAccessToken': {'type': ('boolean', 'number', 'string', 'dict', 'list')}}}, 'dashEvents': {'allowed': ['click', 'hover', 'selected', 'relayout', 'unhover'], 'type': ('string', 'number')}, 'setProps': {}, 'fireEvent': {}}
schema = {'id': {'type': 'string', 'required': True}, 'clickData': {'type': 'dict'}, 'hoverData': {'type': 'dict'}, 'clear_on_unhover': {'type': 'boolean'}, 'selectedData': {'type': 'dict'}, 'relayoutData': {'type': 'dict'}, 'figure': {'validator': 'plotly_figure', 'type': 'dict'}, 'style': {'type': 'dict'}, 'className': {'type': 'string'}, 'animate': {'type': 'boolean'}, 'animation_options': {'type': 'dict'}, 'config': {'type': 'dict', 'allow_unknown': False, 'nullable': False, 'schema': {'staticPlot': {'type': 'boolean'}, 'editable': {'type': 'boolean'}, 'edits': {'type': 'dict', 'allow_unknown': False, 'nullable': False, 'schema': {'annotationPosition': {'type': 'boolean'}, 'annotationTail': {'type': 'boolean'}, 'annotationText': {'type': 'boolean'}, 'axisTitleText': {'type': 'boolean'}, 'colorbarPosition': {'type': 'boolean'}, 'colorbarTitleText': {'type': 'boolean'}, 'legendPosition': {'type': 'boolean'}, 'legendText': {'type': 'boolean'}, 'shapePosition': {'type': 'boolean'}, 'titleText': {'type': 'boolean'}}}, 'autosizable': {'type': 'boolean'}, 'queueLength': {'type': 'number'}, 'fillFrame': {'type': 'boolean'}, 'frameMargins': {'type': 'number'}, 'scrollZoom': {'type': 'boolean'}, 'doubleClick': {'allowed': ['false', 'reset', 'autosize', 'reset+autosize'], 'type': ('string', 'number')}, 'showTips': {'type': 'boolean'}, 'showAxisDragHandles': {'type': 'boolean'}, 'showAxisRangeEntryBoxes': {'type': 'boolean'}, 'showLink': {'type': 'boolean'}, 'sendData': {'type': 'boolean'}, 'linkText': {'type': 'string'}, 'displayModeBar': {'allowed': ['true', 'false', 'hover'], 'type': ('string', 'number')}, 'modeBarButtonsToRemove': {'type': 'list'}, 'modeBarButtonsToAdd': {'type': 'list'}, 'modeBarButtons': {'type': ('boolean', 'number', 'string', 'dict', 'list')}, 'displaylogo': {'type': 'boolean'}, 'plotGlPixelRatio': {'type': 'number'}, 'topojsonURL': {'type': 'string'}, 'mapboxAccessToken': {'type': ('boolean', 'number', 'string', 'dict', 'list')}}}, 'dashEvents': {'allowed': ['click', 'hover', 'selected', 'relayout', 'unhover'], 'type': ('string', 'number')}, 'setProps': {}, 'fireEvent': {}}

class Graph(Component):
"""A Graph component.
Expand Down
2 changes: 1 addition & 1 deletion dash_core_components/Location.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@



schema = {'id': {'type': 'string', 'required': True}, 'pathname': {'type': 'string'}, 'search': {'type': 'string'}, 'hash': {'type': 'string'}, 'href': {'type': 'string'}, 'refresh': {'type': 'boolean'}}
schema = {'id': {'type': 'string', 'required': True}, 'pathname': {'type': 'string'}, 'search': {'type': 'string'}, 'hash': {'type': 'string'}, 'href': {'type': 'string'}, 'refresh': {'type': 'boolean'}, 'setProps': {}}

class Location(Component):
"""A Location component.
Expand Down
156 changes: 95 additions & 61 deletions dash_core_components/bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dash_core_components/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2850,6 +2850,7 @@
},
"src/components/Tab.react.js": {
"description": "",
"displayName": "Tab",
"methods": [],
"props": {
"id": {
Expand Down
2 changes: 1 addition & 1 deletion dash_core_components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-core-components",
"version": "0.28.1",
"version": "0.29.0-rc3",
"description": "Core component suite for Dash",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion dash_core_components/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.29.0rc2'
__version__ = '0.29.0-rc3'

0 comments on commit d56f780

Please sign in to comment.