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

Commit 602addc

Browse files
authored
Merge pull request #91 from plotly/0.13.6-issue34
Update R dashHtmlComponents package to 0.13.5
2 parents 89a6d67 + eaeb950 commit 602addc

File tree

274 files changed

+16366
-31822
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

274 files changed

+16366
-31822
lines changed

.Rbuildignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# ignore JS config files/folders
2+
node_modules/
3+
coverage/
4+
src/
5+
lib/
6+
.babelrc
7+
.builderrc
8+
.eslintrc
9+
.npmignore
10+
11+
# demo folder has special meaning in R
12+
# this should hopefully make it still
13+
# allow for the possibility to make R demos
14+
demo/.*\.js
15+
demo/.*\.html
16+
demo/.*\.css
17+
18+
# ignore python files/folders
19+
setup.py
20+
usage.py
21+
setup.py
22+
requirements.txt
23+
MANIFEST.in
24+
CHANGELOG.md
25+
test/
26+
# CRAN has weird LICENSE requirements
27+
LICENSE.txt
28+
^.*\.Rproj$
29+
^\.Rproj\.user$

DESCRIPTION

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Package: dashHtmlComponents
2+
Title: Vanilla HTML components for Dash
3+
Version: 0.13.5
4+
Authors @R: as.person(c(Chris Parmer <[email protected]>))
5+
Description: Vanilla HTML components for Dash
6+
Depends: R (>= 3.5.0)
7+
Suggests: testthat, roxygen2
8+
License: MIT + file LICENSE
9+
URL: https://github.com/plotly/dash-html-components
10+
BugReports: https://github.com/plotly/dash-html-components/issues
11+
Encoding: UTF-8
12+
LazyData: true
13+
Author: Chris Parmer [aut]
14+
Maintainer: Chris Parmer <[email protected]>

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
LICENSE.txt

NAMESPACE

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
# AUTO GENERATED FILE - DO NOT EDIT
2+
3+
export(htmlA)
4+
export(htmlAbbr)
5+
export(htmlAcronym)
6+
export(htmlAddress)
7+
export(htmlArea)
8+
export(htmlArticle)
9+
export(htmlAside)
10+
export(htmlAudio)
11+
export(htmlB)
12+
export(htmlBase)
13+
export(htmlBasefont)
14+
export(htmlBdi)
15+
export(htmlBdo)
16+
export(htmlBig)
17+
export(htmlBlink)
18+
export(htmlBlockquote)
19+
export(htmlBr)
20+
export(htmlButton)
21+
export(htmlCanvas)
22+
export(htmlCaption)
23+
export(htmlCenter)
24+
export(htmlCite)
25+
export(htmlCode)
26+
export(htmlCol)
27+
export(htmlColgroup)
28+
export(htmlCommand)
29+
export(htmlContent)
30+
export(htmlData)
31+
export(htmlDatalist)
32+
export(htmlDd)
33+
export(htmlDel)
34+
export(htmlDetails)
35+
export(htmlDfn)
36+
export(htmlDialog)
37+
export(htmlDiv)
38+
export(htmlDl)
39+
export(htmlDt)
40+
export(htmlElement)
41+
export(htmlEm)
42+
export(htmlEmbed)
43+
export(htmlFieldset)
44+
export(htmlFigcaption)
45+
export(htmlFigure)
46+
export(htmlFont)
47+
export(htmlFooter)
48+
export(htmlForm)
49+
export(htmlFrame)
50+
export(htmlFrameset)
51+
export(htmlH1)
52+
export(htmlH2)
53+
export(htmlH3)
54+
export(htmlH4)
55+
export(htmlH5)
56+
export(htmlH6)
57+
export(htmlHeader)
58+
export(htmlHgroup)
59+
export(htmlHr)
60+
export(htmlI)
61+
export(htmlIframe)
62+
export(htmlImg)
63+
export(htmlIns)
64+
export(htmlIsindex)
65+
export(htmlKbd)
66+
export(htmlKeygen)
67+
export(htmlLabel)
68+
export(htmlLegend)
69+
export(htmlLi)
70+
export(htmlLink)
71+
export(htmlListing)
72+
export(htmlMain)
73+
export(htmlMapEl)
74+
export(htmlMark)
75+
export(htmlMarquee)
76+
export(htmlMeta)
77+
export(htmlMeter)
78+
export(htmlMulticol)
79+
export(htmlNav)
80+
export(htmlNextid)
81+
export(htmlNobr)
82+
export(htmlNoscript)
83+
export(htmlObjectEl)
84+
export(htmlOl)
85+
export(htmlOptgroup)
86+
export(htmlOption)
87+
export(htmlOutput)
88+
export(htmlP)
89+
export(htmlParam)
90+
export(htmlPicture)
91+
export(htmlPlaintext)
92+
export(htmlPre)
93+
export(htmlProgress)
94+
export(htmlQ)
95+
export(htmlRb)
96+
export(htmlRp)
97+
export(htmlRt)
98+
export(htmlRtc)
99+
export(htmlRuby)
100+
export(htmlS)
101+
export(htmlSamp)
102+
export(htmlScript)
103+
export(htmlSection)
104+
export(htmlSelect)
105+
export(htmlShadow)
106+
export(htmlSlot)
107+
export(htmlSmall)
108+
export(htmlSource)
109+
export(htmlSpacer)
110+
export(htmlSpan)
111+
export(htmlStrike)
112+
export(htmlStrong)
113+
export(htmlSub)
114+
export(htmlSummary)
115+
export(htmlSup)
116+
export(htmlTable)
117+
export(htmlTbody)
118+
export(htmlTd)
119+
export(htmlTemplate)
120+
export(htmlTextarea)
121+
export(htmlTfoot)
122+
export(htmlTh)
123+
export(htmlThead)
124+
export(htmlTime)
125+
export(htmlTitle)
126+
export(htmlTr)
127+
export(htmlTrack)
128+
export(htmlU)
129+
export(htmlUl)
130+
export(htmlVar)
131+
export(htmlVideo)
132+
export(htmlWbr)
133+
export(htmlXmp)

R/htmlA.R

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# AUTO GENERATED FILE - DO NOT EDIT
2+
3+
htmlA <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NULL, key=NULL, role=NULL, download=NULL, href=NULL, hrefLang=NULL, media=NULL, rel=NULL, shape=NULL, target=NULL, accessKey=NULL, className=NULL, contentEditable=NULL, contextMenu=NULL, dir=NULL, draggable=NULL, hidden=NULL, lang=NULL, spellCheck=NULL, style=NULL, tabIndex=NULL, title=NULL, ...) {
4+
5+
wildcard_names = names(assert_valid_wildcards(...))
6+
7+
component <- list(
8+
props = list(children=children, id=id, n_clicks=n_clicks, n_clicks_timestamp=n_clicks_timestamp, key=key, role=role, download=download, href=href, hrefLang=hrefLang, media=media, rel=rel, shape=shape, target=target, accessKey=accessKey, className=className, contentEditable=contentEditable, contextMenu=contextMenu, dir=dir, draggable=draggable, hidden=hidden, lang=lang, spellCheck=spellCheck, style=style, tabIndex=tabIndex, title=title, ...),
9+
type = 'A',
10+
namespace = 'dash_html_components',
11+
propNames = c('children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'download', 'href', 'hrefLang', 'media', 'rel', 'shape', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title', wildcard_names),
12+
package = 'dashHtmlComponents'
13+
)
14+
15+
component$props <- filter_null(component$props)
16+
17+
structure(component, class = c('dash_component', 'list'))
18+
}

R/htmlAbbr.R

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# AUTO GENERATED FILE - DO NOT EDIT
2+
3+
htmlAbbr <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NULL, key=NULL, role=NULL, accessKey=NULL, className=NULL, contentEditable=NULL, contextMenu=NULL, dir=NULL, draggable=NULL, hidden=NULL, lang=NULL, spellCheck=NULL, style=NULL, tabIndex=NULL, title=NULL, ...) {
4+
5+
wildcard_names = names(assert_valid_wildcards(...))
6+
7+
component <- list(
8+
props = list(children=children, id=id, n_clicks=n_clicks, n_clicks_timestamp=n_clicks_timestamp, key=key, role=role, accessKey=accessKey, className=className, contentEditable=contentEditable, contextMenu=contextMenu, dir=dir, draggable=draggable, hidden=hidden, lang=lang, spellCheck=spellCheck, style=style, tabIndex=tabIndex, title=title, ...),
9+
type = 'Abbr',
10+
namespace = 'dash_html_components',
11+
propNames = c('children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title', wildcard_names),
12+
package = 'dashHtmlComponents'
13+
)
14+
15+
component$props <- filter_null(component$props)
16+
17+
structure(component, class = c('dash_component', 'list'))
18+
}

R/htmlAcronym.R

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# AUTO GENERATED FILE - DO NOT EDIT
2+
3+
htmlAcronym <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NULL, key=NULL, role=NULL, accessKey=NULL, className=NULL, contentEditable=NULL, contextMenu=NULL, dir=NULL, draggable=NULL, hidden=NULL, lang=NULL, spellCheck=NULL, style=NULL, tabIndex=NULL, title=NULL, ...) {
4+
5+
wildcard_names = names(assert_valid_wildcards(...))
6+
7+
component <- list(
8+
props = list(children=children, id=id, n_clicks=n_clicks, n_clicks_timestamp=n_clicks_timestamp, key=key, role=role, accessKey=accessKey, className=className, contentEditable=contentEditable, contextMenu=contextMenu, dir=dir, draggable=draggable, hidden=hidden, lang=lang, spellCheck=spellCheck, style=style, tabIndex=tabIndex, title=title, ...),
9+
type = 'Acronym',
10+
namespace = 'dash_html_components',
11+
propNames = c('children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title', wildcard_names),
12+
package = 'dashHtmlComponents'
13+
)
14+
15+
component$props <- filter_null(component$props)
16+
17+
structure(component, class = c('dash_component', 'list'))
18+
}

R/htmlAddress.R

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# AUTO GENERATED FILE - DO NOT EDIT
2+
3+
htmlAddress <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NULL, key=NULL, role=NULL, accessKey=NULL, className=NULL, contentEditable=NULL, contextMenu=NULL, dir=NULL, draggable=NULL, hidden=NULL, lang=NULL, spellCheck=NULL, style=NULL, tabIndex=NULL, title=NULL, ...) {
4+
5+
wildcard_names = names(assert_valid_wildcards(...))
6+
7+
component <- list(
8+
props = list(children=children, id=id, n_clicks=n_clicks, n_clicks_timestamp=n_clicks_timestamp, key=key, role=role, accessKey=accessKey, className=className, contentEditable=contentEditable, contextMenu=contextMenu, dir=dir, draggable=draggable, hidden=hidden, lang=lang, spellCheck=spellCheck, style=style, tabIndex=tabIndex, title=title, ...),
9+
type = 'Address',
10+
namespace = 'dash_html_components',
11+
propNames = c('children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title', wildcard_names),
12+
package = 'dashHtmlComponents'
13+
)
14+
15+
component$props <- filter_null(component$props)
16+
17+
structure(component, class = c('dash_component', 'list'))
18+
}

R/htmlArea.R

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# AUTO GENERATED FILE - DO NOT EDIT
2+
3+
htmlArea <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NULL, key=NULL, role=NULL, alt=NULL, coords=NULL, download=NULL, href=NULL, hrefLang=NULL, media=NULL, rel=NULL, shape=NULL, target=NULL, accessKey=NULL, className=NULL, contentEditable=NULL, contextMenu=NULL, dir=NULL, draggable=NULL, hidden=NULL, lang=NULL, spellCheck=NULL, style=NULL, tabIndex=NULL, title=NULL, ...) {
4+
5+
wildcard_names = names(assert_valid_wildcards(...))
6+
7+
component <- list(
8+
props = list(children=children, id=id, n_clicks=n_clicks, n_clicks_timestamp=n_clicks_timestamp, key=key, role=role, alt=alt, coords=coords, download=download, href=href, hrefLang=hrefLang, media=media, rel=rel, shape=shape, target=target, accessKey=accessKey, className=className, contentEditable=contentEditable, contextMenu=contextMenu, dir=dir, draggable=draggable, hidden=hidden, lang=lang, spellCheck=spellCheck, style=style, tabIndex=tabIndex, title=title, ...),
9+
type = 'Area',
10+
namespace = 'dash_html_components',
11+
propNames = c('children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'alt', 'coords', 'download', 'href', 'hrefLang', 'media', 'rel', 'shape', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title', wildcard_names),
12+
package = 'dashHtmlComponents'
13+
)
14+
15+
component$props <- filter_null(component$props)
16+
17+
structure(component, class = c('dash_component', 'list'))
18+
}

R/htmlArticle.R

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# AUTO GENERATED FILE - DO NOT EDIT
2+
3+
htmlArticle <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NULL, key=NULL, role=NULL, accessKey=NULL, className=NULL, contentEditable=NULL, contextMenu=NULL, dir=NULL, draggable=NULL, hidden=NULL, lang=NULL, spellCheck=NULL, style=NULL, tabIndex=NULL, title=NULL, ...) {
4+
5+
wildcard_names = names(assert_valid_wildcards(...))
6+
7+
component <- list(
8+
props = list(children=children, id=id, n_clicks=n_clicks, n_clicks_timestamp=n_clicks_timestamp, key=key, role=role, accessKey=accessKey, className=className, contentEditable=contentEditable, contextMenu=contextMenu, dir=dir, draggable=draggable, hidden=hidden, lang=lang, spellCheck=spellCheck, style=style, tabIndex=tabIndex, title=title, ...),
9+
type = 'Article',
10+
namespace = 'dash_html_components',
11+
propNames = c('children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title', wildcard_names),
12+
package = 'dashHtmlComponents'
13+
)
14+
15+
component$props <- filter_null(component$props)
16+
17+
structure(component, class = c('dash_component', 'list'))
18+
}

R/htmlAside.R

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# AUTO GENERATED FILE - DO NOT EDIT
2+
3+
htmlAside <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NULL, key=NULL, role=NULL, accessKey=NULL, className=NULL, contentEditable=NULL, contextMenu=NULL, dir=NULL, draggable=NULL, hidden=NULL, lang=NULL, spellCheck=NULL, style=NULL, tabIndex=NULL, title=NULL, ...) {
4+
5+
wildcard_names = names(assert_valid_wildcards(...))
6+
7+
component <- list(
8+
props = list(children=children, id=id, n_clicks=n_clicks, n_clicks_timestamp=n_clicks_timestamp, key=key, role=role, accessKey=accessKey, className=className, contentEditable=contentEditable, contextMenu=contextMenu, dir=dir, draggable=draggable, hidden=hidden, lang=lang, spellCheck=spellCheck, style=style, tabIndex=tabIndex, title=title, ...),
9+
type = 'Aside',
10+
namespace = 'dash_html_components',
11+
propNames = c('children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title', wildcard_names),
12+
package = 'dashHtmlComponents'
13+
)
14+
15+
component$props <- filter_null(component$props)
16+
17+
structure(component, class = c('dash_component', 'list'))
18+
}

R/htmlAudio.R

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# AUTO GENERATED FILE - DO NOT EDIT
2+
3+
htmlAudio <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NULL, key=NULL, role=NULL, autoPlay=NULL, controls=NULL, crossOrigin=NULL, loop=NULL, muted=NULL, preload=NULL, src=NULL, accessKey=NULL, className=NULL, contentEditable=NULL, contextMenu=NULL, dir=NULL, draggable=NULL, hidden=NULL, lang=NULL, spellCheck=NULL, style=NULL, tabIndex=NULL, title=NULL, ...) {
4+
5+
wildcard_names = names(assert_valid_wildcards(...))
6+
7+
component <- list(
8+
props = list(children=children, id=id, n_clicks=n_clicks, n_clicks_timestamp=n_clicks_timestamp, key=key, role=role, autoPlay=autoPlay, controls=controls, crossOrigin=crossOrigin, loop=loop, muted=muted, preload=preload, src=src, accessKey=accessKey, className=className, contentEditable=contentEditable, contextMenu=contextMenu, dir=dir, draggable=draggable, hidden=hidden, lang=lang, spellCheck=spellCheck, style=style, tabIndex=tabIndex, title=title, ...),
9+
type = 'Audio',
10+
namespace = 'dash_html_components',
11+
propNames = c('children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'autoPlay', 'controls', 'crossOrigin', 'loop', 'muted', 'preload', 'src', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title', wildcard_names),
12+
package = 'dashHtmlComponents'
13+
)
14+
15+
component$props <- filter_null(component$props)
16+
17+
structure(component, class = c('dash_component', 'list'))
18+
}

R/htmlB.R

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# AUTO GENERATED FILE - DO NOT EDIT
2+
3+
htmlB <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NULL, key=NULL, role=NULL, accessKey=NULL, className=NULL, contentEditable=NULL, contextMenu=NULL, dir=NULL, draggable=NULL, hidden=NULL, lang=NULL, spellCheck=NULL, style=NULL, tabIndex=NULL, title=NULL, ...) {
4+
5+
wildcard_names = names(assert_valid_wildcards(...))
6+
7+
component <- list(
8+
props = list(children=children, id=id, n_clicks=n_clicks, n_clicks_timestamp=n_clicks_timestamp, key=key, role=role, accessKey=accessKey, className=className, contentEditable=contentEditable, contextMenu=contextMenu, dir=dir, draggable=draggable, hidden=hidden, lang=lang, spellCheck=spellCheck, style=style, tabIndex=tabIndex, title=title, ...),
9+
type = 'B',
10+
namespace = 'dash_html_components',
11+
propNames = c('children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title', wildcard_names),
12+
package = 'dashHtmlComponents'
13+
)
14+
15+
component$props <- filter_null(component$props)
16+
17+
structure(component, class = c('dash_component', 'list'))
18+
}

R/htmlBase.R

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# AUTO GENERATED FILE - DO NOT EDIT
2+
3+
htmlBase <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NULL, key=NULL, role=NULL, href=NULL, target=NULL, accessKey=NULL, className=NULL, contentEditable=NULL, contextMenu=NULL, dir=NULL, draggable=NULL, hidden=NULL, lang=NULL, spellCheck=NULL, style=NULL, tabIndex=NULL, title=NULL, ...) {
4+
5+
wildcard_names = names(assert_valid_wildcards(...))
6+
7+
component <- list(
8+
props = list(children=children, id=id, n_clicks=n_clicks, n_clicks_timestamp=n_clicks_timestamp, key=key, role=role, href=href, target=target, accessKey=accessKey, className=className, contentEditable=contentEditable, contextMenu=contextMenu, dir=dir, draggable=draggable, hidden=hidden, lang=lang, spellCheck=spellCheck, style=style, tabIndex=tabIndex, title=title, ...),
9+
type = 'Base',
10+
namespace = 'dash_html_components',
11+
propNames = c('children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'href', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title', wildcard_names),
12+
package = 'dashHtmlComponents'
13+
)
14+
15+
component$props <- filter_null(component$props)
16+
17+
structure(component, class = c('dash_component', 'list'))
18+
}

0 commit comments

Comments
 (0)