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

Commit ea8786a

Browse files
author
Marc-André Rivet
committed
build artifacts
1 parent aa20a69 commit ea8786a

File tree

406 files changed

+49892
-7
lines changed

Some content is hidden

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

406 files changed

+49892
-7
lines changed

.gitignore

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,4 @@ lib/metadata.json
1919

2020
/src
2121

22-
/build
23-
/dash_html_components
24-
/inst
25-
/man
26-
/R
27-
DESCRIPTION
28-
NAMESPACE
22+
/build

DESCRIPTION

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Package: dashHtmlComponents
2+
Title: Vanilla HTML components for Dash
3+
Version: 1.0.2
4+
Authors @R: as.person(c(Chris Parmer <[email protected]>))
5+
Description: A web application framework that provides pure Python and R abstraction around HTML, CSS, and JavaScript, Dash offers a pleasant and productive development experience. Instead of writing HTML or using an HTML templating engine, you compose your layout using R functions within the 'dashHtmlComponents' package. The source for this package is on GitHub: 'plotly/dash-html-components'.
6+
Depends: R (>= 3.0.2)
7+
Imports:
8+
Suggests: knitr, rmarkdown
9+
VignetteBuilder: knitr
10+
License: MIT + file LICENSE
11+
URL: https://github.com/plotly/dash-html-components
12+
BugReports: https://github.com/plotly/dash-html-components/issues
13+
Encoding: UTF-8
14+
LazyData: true
15+
Author: Chris Parmer [aut]
16+
Maintainer: Ryan Patrick Kyle <[email protected]>

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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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, loading_state=NULL, ...) {
4+
5+
wildcard_names = names(dash_assert_valid_wildcards(attrib = list('data', 'aria'), ...))
6+
7+
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, loading_state=loading_state, ...)
8+
if (length(props) > 0) {
9+
props <- props[!vapply(props, is.null, logical(1))]
10+
}
11+
component <- list(
12+
props = props,
13+
type = 'A',
14+
namespace = 'dash_html_components',
15+
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', 'loading_state', wildcard_names),
16+
package = 'dashHtmlComponents'
17+
)
18+
19+
structure(component, class = c('dash_component', 'list'))
20+
}

R/htmlAbbr.R

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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, loading_state=NULL, ...) {
4+
5+
wildcard_names = names(dash_assert_valid_wildcards(attrib = list('data', 'aria'), ...))
6+
7+
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, loading_state=loading_state, ...)
8+
if (length(props) > 0) {
9+
props <- props[!vapply(props, is.null, logical(1))]
10+
}
11+
component <- list(
12+
props = props,
13+
type = 'Abbr',
14+
namespace = 'dash_html_components',
15+
propNames = c('children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title', 'loading_state', wildcard_names),
16+
package = 'dashHtmlComponents'
17+
)
18+
19+
structure(component, class = c('dash_component', 'list'))
20+
}

R/htmlAcronym.R

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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, loading_state=NULL, ...) {
4+
5+
wildcard_names = names(dash_assert_valid_wildcards(attrib = list('data', 'aria'), ...))
6+
7+
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, loading_state=loading_state, ...)
8+
if (length(props) > 0) {
9+
props <- props[!vapply(props, is.null, logical(1))]
10+
}
11+
component <- list(
12+
props = props,
13+
type = 'Acronym',
14+
namespace = 'dash_html_components',
15+
propNames = c('children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title', 'loading_state', wildcard_names),
16+
package = 'dashHtmlComponents'
17+
)
18+
19+
structure(component, class = c('dash_component', 'list'))
20+
}

R/htmlAddress.R

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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, loading_state=NULL, ...) {
4+
5+
wildcard_names = names(dash_assert_valid_wildcards(attrib = list('data', 'aria'), ...))
6+
7+
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, loading_state=loading_state, ...)
8+
if (length(props) > 0) {
9+
props <- props[!vapply(props, is.null, logical(1))]
10+
}
11+
component <- list(
12+
props = props,
13+
type = 'Address',
14+
namespace = 'dash_html_components',
15+
propNames = c('children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title', 'loading_state', wildcard_names),
16+
package = 'dashHtmlComponents'
17+
)
18+
19+
structure(component, class = c('dash_component', 'list'))
20+
}

R/htmlArea.R

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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, loading_state=NULL, ...) {
4+
5+
wildcard_names = names(dash_assert_valid_wildcards(attrib = list('data', 'aria'), ...))
6+
7+
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, loading_state=loading_state, ...)
8+
if (length(props) > 0) {
9+
props <- props[!vapply(props, is.null, logical(1))]
10+
}
11+
component <- list(
12+
props = props,
13+
type = 'Area',
14+
namespace = 'dash_html_components',
15+
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', 'loading_state', wildcard_names),
16+
package = 'dashHtmlComponents'
17+
)
18+
19+
structure(component, class = c('dash_component', 'list'))
20+
}

R/htmlArticle.R

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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, loading_state=NULL, ...) {
4+
5+
wildcard_names = names(dash_assert_valid_wildcards(attrib = list('data', 'aria'), ...))
6+
7+
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, loading_state=loading_state, ...)
8+
if (length(props) > 0) {
9+
props <- props[!vapply(props, is.null, logical(1))]
10+
}
11+
component <- list(
12+
props = props,
13+
type = 'Article',
14+
namespace = 'dash_html_components',
15+
propNames = c('children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title', 'loading_state', wildcard_names),
16+
package = 'dashHtmlComponents'
17+
)
18+
19+
structure(component, class = c('dash_component', 'list'))
20+
}

R/htmlAside.R

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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, loading_state=NULL, ...) {
4+
5+
wildcard_names = names(dash_assert_valid_wildcards(attrib = list('data', 'aria'), ...))
6+
7+
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, loading_state=loading_state, ...)
8+
if (length(props) > 0) {
9+
props <- props[!vapply(props, is.null, logical(1))]
10+
}
11+
component <- list(
12+
props = props,
13+
type = 'Aside',
14+
namespace = 'dash_html_components',
15+
propNames = c('children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title', 'loading_state', wildcard_names),
16+
package = 'dashHtmlComponents'
17+
)
18+
19+
structure(component, class = c('dash_component', 'list'))
20+
}

R/htmlAudio.R

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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, loading_state=NULL, ...) {
4+
5+
wildcard_names = names(dash_assert_valid_wildcards(attrib = list('data', 'aria'), ...))
6+
7+
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, loading_state=loading_state, ...)
8+
if (length(props) > 0) {
9+
props <- props[!vapply(props, is.null, logical(1))]
10+
}
11+
component <- list(
12+
props = props,
13+
type = 'Audio',
14+
namespace = 'dash_html_components',
15+
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', 'loading_state', wildcard_names),
16+
package = 'dashHtmlComponents'
17+
)
18+
19+
structure(component, class = c('dash_component', 'list'))
20+
}

R/htmlB.R

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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, loading_state=NULL, ...) {
4+
5+
wildcard_names = names(dash_assert_valid_wildcards(attrib = list('data', 'aria'), ...))
6+
7+
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, loading_state=loading_state, ...)
8+
if (length(props) > 0) {
9+
props <- props[!vapply(props, is.null, logical(1))]
10+
}
11+
component <- list(
12+
props = props,
13+
type = 'B',
14+
namespace = 'dash_html_components',
15+
propNames = c('children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title', 'loading_state', wildcard_names),
16+
package = 'dashHtmlComponents'
17+
)
18+
19+
structure(component, class = c('dash_component', 'list'))
20+
}

R/htmlBase.R

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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, loading_state=NULL, ...) {
4+
5+
wildcard_names = names(dash_assert_valid_wildcards(attrib = list('data', 'aria'), ...))
6+
7+
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, loading_state=loading_state, ...)
8+
if (length(props) > 0) {
9+
props <- props[!vapply(props, is.null, logical(1))]
10+
}
11+
component <- list(
12+
props = props,
13+
type = 'Base',
14+
namespace = 'dash_html_components',
15+
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', 'loading_state', wildcard_names),
16+
package = 'dashHtmlComponents'
17+
)
18+
19+
structure(component, class = c('dash_component', 'list'))
20+
}

R/htmlBasefont.R

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# AUTO GENERATED FILE - DO NOT EDIT
2+
3+
htmlBasefont <- 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, loading_state=NULL, ...) {
4+
5+
wildcard_names = names(dash_assert_valid_wildcards(attrib = list('data', 'aria'), ...))
6+
7+
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, loading_state=loading_state, ...)
8+
if (length(props) > 0) {
9+
props <- props[!vapply(props, is.null, logical(1))]
10+
}
11+
component <- list(
12+
props = props,
13+
type = 'Basefont',
14+
namespace = 'dash_html_components',
15+
propNames = c('children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title', 'loading_state', wildcard_names),
16+
package = 'dashHtmlComponents'
17+
)
18+
19+
structure(component, class = c('dash_component', 'list'))
20+
}

0 commit comments

Comments
 (0)