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

Commit c107e0f

Browse files
authored
Update dashCoreComponents to 1.6.0 with support for async loading in R (#721)
1 parent 86c5287 commit c107e0f

12 files changed

+35
-37
lines changed

DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Package: dashCoreComponents
2-
Title: Core Component Suite for Dash
2+
Title: Core Interactive UI Components for Dash
33
Version: 1.6.0
4-
Description: Supercharged components for interactive user interfaces in Dash. A core set of components, written and maintained by the Dash team, is available in the 'dashCoreComponents' package. The source for this package is on GitHub: 'plotly/dash-core-components'.
4+
Description: Dash ships with supercharged components for interactive user interfaces. A core set of components, written and maintained by the Dash team, is available in the dashCoreComponents package. The source for this package is on GitHub: plotly/dash-core-components.
55
Depends: R (>= 3.0.2)
6-
Imports:
6+
Imports:
77
Suggests: knitr, rmarkdown
8-
VignetteBuilder: knitr
98
License: MIT + file LICENSE
109
URL: https://github.com/plotly/dash-core-components
1110
BugReports: https://github.com/plotly/dash-core-components/issues
1211
Encoding: UTF-8
1312
LazyData: true
13+
VignetteBuilder: knitr
1414
Author: Chris Parmer [aut]
1515
Maintainer: Ryan Patrick Kyle <[email protected]>

R/internal.R

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,61 +4,61 @@ version = "1.6.0", src = list(href = NULL,
44
file = "deps"), meta = NULL,
55
script = 'async~datepicker.js',
66
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
7-
all_files = FALSE), class = "html_dependency"),
7+
all_files = FALSE, async = TRUE), class = "html_dependency"),
88
`dash_core_components` = structure(list(name = "dash_core_components",
99
version = "1.6.0", src = list(href = NULL,
1010
file = "deps"), meta = NULL,
1111
script = 'async~dropdown.js',
1212
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
13-
all_files = FALSE), class = "html_dependency"),
13+
all_files = FALSE, async = TRUE), class = "html_dependency"),
1414
`dash_core_components` = structure(list(name = "dash_core_components",
1515
version = "1.6.0", src = list(href = NULL,
1616
file = "deps"), meta = NULL,
1717
script = 'async~graph.js',
1818
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
19-
all_files = FALSE), class = "html_dependency"),
19+
all_files = FALSE, async = TRUE), class = "html_dependency"),
2020
`dash_core_components` = structure(list(name = "dash_core_components",
2121
version = "1.6.0", src = list(href = NULL,
2222
file = "deps"), meta = NULL,
2323
script = 'async~markdown.js',
2424
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
25-
all_files = FALSE), class = "html_dependency"),
25+
all_files = FALSE, async = TRUE), class = "html_dependency"),
2626
`dash_core_components` = structure(list(name = "dash_core_components",
2727
version = "1.6.0", src = list(href = NULL,
2828
file = "deps"), meta = NULL,
2929
script = 'async~upload.js',
3030
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
31-
all_files = FALSE), class = "html_dependency"),
31+
all_files = FALSE, async = TRUE), class = "html_dependency"),
3232
`dash_core_components` = structure(list(name = "dash_core_components",
3333
version = "1.6.0", src = list(href = NULL,
3434
file = "deps"), meta = NULL,
3535
script = 'async~datepicker.js.map',
3636
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
37-
all_files = FALSE), class = "html_dependency"),
37+
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
3838
`dash_core_components` = structure(list(name = "dash_core_components",
3939
version = "1.6.0", src = list(href = NULL,
4040
file = "deps"), meta = NULL,
4141
script = 'async~dropdown.js.map',
4242
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
43-
all_files = FALSE), class = "html_dependency"),
43+
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
4444
`dash_core_components` = structure(list(name = "dash_core_components",
45-
version = "7", src = list(href = NULL,
45+
version = "1.6.0", src = list(href = NULL,
4646
file = "deps"), meta = NULL,
4747
script = 'async~graph.js.map',
4848
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
49-
all_files = FALSE), class = "html_dependency"),
49+
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
5050
`dash_core_components` = structure(list(name = "dash_core_components",
5151
version = "1.6.0", src = list(href = NULL,
5252
file = "deps"), meta = NULL,
5353
script = 'async~markdown.js.map',
5454
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
55-
all_files = FALSE), class = "html_dependency"),
55+
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
5656
`dash_core_components` = structure(list(name = "dash_core_components",
5757
version = "1.6.0", src = list(href = NULL,
5858
file = "deps"), meta = NULL,
5959
script = 'async~upload.js.map',
6060
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
61-
all_files = FALSE), class = "html_dependency"),
61+
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
6262
`dash_core_components` = structure(list(name = "dash_core_components",
6363
version = "1.6.0", src = list(href = NULL,
6464
file = "deps"), meta = NULL,
@@ -76,36 +76,36 @@ version = "1.6.0", src = list(href = NULL,
7676
file = "deps"), meta = NULL,
7777
script = 'dash_core_components.min.js.map',
7878
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
79-
all_files = FALSE), class = "html_dependency"),
79+
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
8080
`dash_core_components` = structure(list(name = "dash_core_components",
8181
version = "1.6.0", src = list(href = NULL,
8282
file = "deps"), meta = NULL,
8383
script = 'async~graph.js',
8484
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
85-
all_files = FALSE), class = "html_dependency"),
85+
all_files = FALSE, async = TRUE), class = "html_dependency"),
8686
`dash_core_components` = structure(list(name = "dash_core_components",
8787
version = "1.6.0", src = list(href = NULL,
8888
file = "deps"), meta = NULL,
8989
script = 'async~graph.js.map',
9090
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
91-
all_files = FALSE), class = "html_dependency"),
91+
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
9292
`dash_core_components` = structure(list(name = "dash_core_components",
93-
version = "1.51.2", src = list(href = NULL,
93+
version = "1.6.0", src = list(href = NULL,
9494
file = "deps"), meta = NULL,
9595
script = 'plotly-1.51.2.min.js',
9696
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
97-
all_files = FALSE), class = "html_dependency"),
97+
all_files = FALSE, async = 'eager'), class = "html_dependency"),
9898
`dash_core_components` = structure(list(name = "dash_core_components",
9999
version = "1.6.0", src = list(href = NULL,
100100
file = "deps"), meta = NULL,
101101
script = 'async~plotlyjs.js',
102102
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
103-
all_files = FALSE), class = "html_dependency"),
103+
all_files = FALSE, async = 'lazy'), class = "html_dependency"),
104104
`dash_core_components` = structure(list(name = "dash_core_components",
105105
version = "1.6.0", src = list(href = NULL,
106106
file = "deps"), meta = NULL,
107107
script = 'async~plotlyjs.js.map',
108108
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
109-
all_files = FALSE), class = "html_dependency"))
109+
all_files = FALSE, dynamic = TRUE), class = "html_dependency"))
110110
return(deps_metadata)
111111
}

dash-info.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
pkg_help_description: >
1+
pkg_help_description: >-
22
Dash ships with supercharged components for
33
interactive user interfaces. A core set of components,
44
written and maintained by the Dash team, is available in
55
the dashCoreComponents package. The source for this package
66
is on GitHub: plotly/dash-core-components.
7-
pkg_help_title: >
7+
pkg_help_title: >-
88
Core Interactive UI Components for Dash

dash_core_components/async~plotlyjs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_core_components/async~plotlyjs.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_core_components/dash_core_components.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_core_components/dash_core_components.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/deps/async~plotlyjs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/deps/async~plotlyjs.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/deps/dash_core_components.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/deps/dash_core_components.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/dashCoreComponents-package.Rd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
\docType{package}
33
\name{dashCoreComponents-package}
44
\alias{dashCoreComponents}
5-
\title{Core Interactive UI Components for Dash
6-
}
5+
\title{Core Interactive UI Components for Dash }
76
\description{
87
Dash ships with supercharged components for interactive user interfaces. A core set of components, written and maintained by the Dash team, is available in the dashCoreComponents package. The source for this package is on GitHub: plotly/dash-core-components.
9-
108
}
119
\author{
1210
\strong{Maintainer}: Ryan Patrick Kyle <ryan@plot.ly>

0 commit comments

Comments
 (0)