forked from plotly/dash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request plotly#483 from mako-npm/Add_restyle_prop
Modified Graph.react.js to include restyle event
- Loading branch information
1 parent
74b2c36
commit c5a63be
Showing
42 changed files
with
617 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,7 @@ Title: Core component suite for Dash | |
Version: 0.44.0 | ||
Authors @R: as.person(c(Chris Parmer <[email protected]>)) | ||
Description: Core component suite for Dash | ||
Depends: R (>= 3.0.2) | ||
Imports: dashR | ||
Depends: R (>= 3.5.0) | ||
Suggests: testthat, roxygen2 | ||
License: MIT + file LICENSE | ||
URL: https://github.com/plotly/dash-core-components | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# AUTO GENERATED FILE - DO NOT EDIT | ||
|
||
coreLoading <- function(children=NULL, id=NULL, type=NULL, fullscreen=NULL, debug=NULL, className=NULL, style=NULL, color=NULL, loading_state=NULL) { | ||
|
||
component <- list( | ||
props = list(children=children, id=id, type=type, fullscreen=fullscreen, debug=debug, className=className, style=style, color=color, loading_state=loading_state), | ||
type = 'Loading', | ||
namespace = 'dash_core_components', | ||
propNames = c('children', 'id', 'type', 'fullscreen', 'debug', 'className', 'style', 'color', 'loading_state'), | ||
package = 'dashCoreComponents' | ||
) | ||
|
||
component$props <- filter_null(component$props) | ||
|
||
structure(component, class = c('dash_component', 'list')) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 31 additions & 11 deletions
42
packages/dash-core-components/dash_core_components/dash_core_components.dev.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
packages/dash-core-components/dash_core_components/dash_core_components.dev.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
packages/dash-core-components/dash_core_components/dash_core_components.min.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
packages/dash-core-components/dash_core_components/dash_core_components.min.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.