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

Update dashHtmlComponents package in R to 0.15.0 #106

Merged
merged 1 commit into from
Mar 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dashHtmlComponents
Title: Vanilla HTML components for Dash
Version: 0.14.0
Version: 0.15.0
Authors @R: as.person(c(Chris Parmer <[email protected]>))
Description: Vanilla HTML components for Dash
Depends: R (>= 3.0.2)
2 changes: 1 addition & 1 deletion R/internal.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.dashHtmlComponents_js_metadata <- function() {
deps_metadata <- list(`dash_html_components` = structure(list(name = "dash_html_components",
version = "0.14.0", src = list(href = NULL,
version = "0.15.0", src = list(href = NULL,
file = "deps"), meta = NULL,
script = "dash_html_components.min.js",
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashHtmlComponents",
262 changes: 131 additions & 131 deletions inst/deps/dash_html_components.dev.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/deps/dash_html_components.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions man/htmlCanvas.Rd
Original file line number Diff line number Diff line change
@@ -33,9 +33,9 @@ See https://reactjs.org/docs/lists-and-keys.html for more info}

\item{role}{The ARIA role attribute}

\item{height}{Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as <div>, this is a legacy attribute, in which case the CSS height property should be used instead.}
\item{height}{Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as <div>, this is a legacy attribute, in which case the CSS height property should be used instead.}

\item{width}{For the elements listed here, this establishes the element's width. Note: For all other instances, such as <div>, this is a legacy attribute, in which case the CSS width property should be used instead.}
\item{width}{For the elements listed here, this establishes the element's width. Note: For all other instances, such as <div>, this is a legacy attribute, in which case the CSS width property should be used instead.}
\item{accessKey}{Defines a keyboard shortcut to activate or add focus to the element.}
4 changes: 2 additions & 2 deletions man/htmlEmbed.Rd
Original file line number Diff line number Diff line change
@@ -33,13 +33,13 @@ See https://reactjs.org/docs/lists-and-keys.html for more info}

\item{role}{The ARIA role attribute}

\item{height}{Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as <div>, this is a legacy attribute, in which case the CSS height property should be used instead.}
\item{height}{Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as <div>, this is a legacy attribute, in which case the CSS height property should be used instead.}

\item{src}{The URL of the embeddable content.}

\item{type}{Defines the type of the element.}

\item{width}{For the elements listed here, this establishes the element's width. Note: For all other instances, such as <div>, this is a legacy attribute, in which case the CSS width property should be used instead.}
\item{width}{For the elements listed here, this establishes the element's width. Note: For all other instances, such as <div>, this is a legacy attribute, in which case the CSS width property should be used instead.}
\item{accessKey}{Defines a keyboard shortcut to activate or add focus to the element.}
4 changes: 2 additions & 2 deletions man/htmlIframe.Rd
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ See https://reactjs.org/docs/lists-and-keys.html for more info}

\item{role}{The ARIA role attribute}

\item{height}{Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as <div>, this is a legacy attribute, in which case the CSS height property should be used instead.}
\item{height}{Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as <div>, this is a legacy attribute, in which case the CSS height property should be used instead.}

\item{name}{Name of the element. For example used by the server to identify the fields in form submits.}

@@ -43,7 +43,7 @@ See https://reactjs.org/docs/lists-and-keys.html for more info}

\item{srcDoc}{}

\item{width}{For the elements listed here, this establishes the element's width. Note: For all other instances, such as <div>, this is a legacy attribute, in which case the CSS width property should be used instead.}
\item{width}{For the elements listed here, this establishes the element's width. Note: For all other instances, such as <div>, this is a legacy attribute, in which case the CSS width property should be used instead.}
\item{accessKey}{Defines a keyboard shortcut to activate or add focus to the element.}
4 changes: 2 additions & 2 deletions man/htmlImg.Rd
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ See https://reactjs.org/docs/lists-and-keys.html for more info}
\item{crossOrigin}{How the element handles cross-origin requests}
\item{height}{Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as <div>, this is a legacy attribute, in which case the CSS height property should be used instead.}
\item{height}{Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as <div>, this is a legacy attribute, in which case the CSS height property should be used instead.}
\item{sizes}{}
@@ -47,7 +47,7 @@ See https://reactjs.org/docs/lists-and-keys.html for more info}
\item{useMap}{}
\item{width}{For the elements listed here, this establishes the element's width. Note: For all other instances, such as <div>, this is a legacy attribute, in which case the CSS width property should be used instead.}
\item{width}{For the elements listed here, this establishes the element's width. Note: For all other instances, such as <div>, this is a legacy attribute, in which case the CSS width property should be used instead.}

\item{accessKey}{Defines a keyboard shortcut to activate or add focus to the element.}

4 changes: 2 additions & 2 deletions man/htmlObjectEl.Rd
Original file line number Diff line number Diff line change
@@ -35,15 +35,15 @@ See https://reactjs.org/docs/lists-and-keys.html for more info}

\item{form}{Indicates the form that is the owner of the element.}

\item{height}{Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as <div>, this is a legacy attribute, in which case the CSS height property should be used instead.}
\item{height}{Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as <div>, this is a legacy attribute, in which case the CSS height property should be used instead.}

\item{name}{Name of the element. For example used by the server to identify the fields in form submits.}

\item{type}{Defines the type of the element.}

\item{useMap}{}

\item{width}{For the elements listed here, this establishes the element's width. Note: For all other instances, such as <div>, this is a legacy attribute, in which case the CSS width property should be used instead.}
\item{width}{For the elements listed here, this establishes the element's width. Note: For all other instances, such as <div>, this is a legacy attribute, in which case the CSS width property should be used instead.}
\item{accessKey}{Defines a keyboard shortcut to activate or add focus to the element.}
4 changes: 2 additions & 2 deletions man/htmlVideo.Rd
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ See https://reactjs.org/docs/lists-and-keys.html for more info}

\item{crossOrigin}{How the element handles cross-origin requests}

\item{height}{Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as <div>, this is a legacy attribute, in which case the CSS height property should be used instead.}
\item{height}{Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as <div>, this is a legacy attribute, in which case the CSS height property should be used instead.}

\item{loop}{Indicates whether the media should start playing from the start when it's finished.}
@@ -51,7 +51,7 @@ See https://reactjs.org/docs/lists-and-keys.html for more info}
\item{src}{The URL of the embeddable content.}
\item{width}{For the elements listed here, this establishes the element's width. Note: For all other instances, such as <div>, this is a legacy attribute, in which case the CSS width property should be used instead.}
\item{width}{For the elements listed here, this establishes the element's width. Note: For all other instances, such as <div>, this is a legacy attribute, in which case the CSS width property should be used instead.}

\item{accessKey}{Defines a keyboard shortcut to activate or add focus to the element.}