|
1 | 1 | # AUTO GENERATED FILE - DO NOT EDIT |
2 | 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, ...) { |
| 3 | +htmlArea <- function(children=NULL, id=NULL, accessKey=NULL, alt=NULL, className=NULL, contentEditable=NULL, contextMenu=NULL, coords=NULL, dir=NULL, download=NULL, draggable=NULL, hidden=NULL, href=NULL, hrefLang=NULL, key=NULL, lang=NULL, loading_state=NULL, media=NULL, n_clicks=NULL, n_clicks_timestamp=NULL, referrerPolicy=NULL, rel=NULL, role=NULL, shape=NULL, spellCheck=NULL, style=NULL, tabIndex=NULL, target=NULL, title=NULL, ...) { |
4 | 4 |
|
5 | | - wildcard_names = names(dash_assert_valid_wildcards(attrib = list('data', 'aria'), ...)) |
| 5 | + wildcard_names = names(dash_assert_valid_wildcards(attrib = list('aria', 'data'), ...)) |
6 | 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, ...) |
| 7 | + props <- list(children=children, id=id, accessKey=accessKey, alt=alt, className=className, contentEditable=contentEditable, contextMenu=contextMenu, coords=coords, dir=dir, download=download, draggable=draggable, hidden=hidden, href=href, hrefLang=hrefLang, key=key, lang=lang, loading_state=loading_state, media=media, n_clicks=n_clicks, n_clicks_timestamp=n_clicks_timestamp, referrerPolicy=referrerPolicy, rel=rel, role=role, shape=shape, spellCheck=spellCheck, style=style, tabIndex=tabIndex, target=target, title=title, ...) |
8 | 8 | if (length(props) > 0) { |
9 | 9 | props <- props[!vapply(props, is.null, logical(1))] |
10 | 10 | } |
11 | 11 | component <- list( |
12 | 12 | props = props, |
13 | 13 | type = 'Area', |
14 | 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), |
| 15 | + propNames = c('children', 'id', 'accessKey', 'alt', 'className', 'contentEditable', 'contextMenu', 'coords', 'dir', 'download', 'draggable', 'hidden', 'href', 'hrefLang', 'key', 'lang', 'loading_state', 'media', 'n_clicks', 'n_clicks_timestamp', 'referrerPolicy', 'rel', 'role', 'shape', 'spellCheck', 'style', 'tabIndex', 'target', 'title', wildcard_names), |
16 | 16 | package = 'dashHtmlComponents' |
17 | 17 | ) |
18 | 18 |
|
|
0 commit comments