From 9aa7c8f0c840ceb08bdc34bf6f751cfc024ec8b6 Mon Sep 17 00:00:00 2001 From: Ryan Marren Date: Mon, 23 Apr 2018 18:38:32 -0400 Subject: [PATCH] Added data-* and aria-* attributes (#40) * Add data-* and aria-* attributes * added role attribute --- .gitignore | 1 + lib/metadata.json | 10840 +++++++++++++++------------ scripts/generate-components.js | 15 + src/components/A.react.js | 15 + src/components/Abbr.react.js | 15 + src/components/Acronym.react.js | 15 + src/components/Address.react.js | 15 + src/components/Area.react.js | 15 + src/components/Article.react.js | 15 + src/components/Aside.react.js | 15 + src/components/Audio.react.js | 15 + src/components/B.react.js | 15 + src/components/Base.react.js | 15 + src/components/Basefont.react.js | 15 + src/components/Bdi.react.js | 15 + src/components/Bdo.react.js | 15 + src/components/Big.react.js | 15 + src/components/Blink.react.js | 15 + src/components/Blockquote.react.js | 15 + src/components/Br.react.js | 15 + src/components/Button.react.js | 15 + src/components/Canvas.react.js | 15 + src/components/Caption.react.js | 15 + src/components/Center.react.js | 15 + src/components/Cite.react.js | 15 + src/components/Code.react.js | 15 + src/components/Col.react.js | 15 + src/components/Colgroup.react.js | 15 + src/components/Command.react.js | 15 + src/components/Content.react.js | 15 + src/components/Data.react.js | 15 + src/components/Datalist.react.js | 15 + src/components/Dd.react.js | 15 + src/components/Del.react.js | 15 + src/components/Details.react.js | 15 + src/components/Dfn.react.js | 15 + src/components/Dialog.react.js | 15 + src/components/Div.react.js | 15 + src/components/Dl.react.js | 15 + src/components/Dt.react.js | 15 + src/components/Element.react.js | 15 + src/components/Em.react.js | 15 + src/components/Embed.react.js | 15 + src/components/Fieldset.react.js | 15 + src/components/Figcaption.react.js | 15 + src/components/Figure.react.js | 15 + src/components/Font.react.js | 15 + src/components/Footer.react.js | 15 + src/components/Form.react.js | 15 + src/components/Frame.react.js | 15 + src/components/Frameset.react.js | 15 + src/components/H1.react.js | 15 + src/components/H2.react.js | 15 + src/components/H3.react.js | 15 + src/components/H4.react.js | 15 + src/components/H5.react.js | 15 + src/components/H6.react.js | 15 + src/components/Header.react.js | 15 + src/components/Hgroup.react.js | 15 + src/components/Hr.react.js | 15 + src/components/I.react.js | 15 + src/components/Iframe.react.js | 15 + src/components/Img.react.js | 15 + src/components/Ins.react.js | 15 + src/components/Isindex.react.js | 15 + src/components/Kbd.react.js | 15 + src/components/Keygen.react.js | 15 + src/components/Label.react.js | 15 + src/components/Legend.react.js | 15 + src/components/Li.react.js | 15 + src/components/Link.react.js | 15 + src/components/Listing.react.js | 15 + src/components/Main.react.js | 15 + src/components/MapEl.react.js | 15 + src/components/Mark.react.js | 15 + src/components/Marquee.react.js | 15 + src/components/Meta.react.js | 15 + src/components/Meter.react.js | 15 + src/components/Multicol.react.js | 15 + src/components/Nav.react.js | 15 + src/components/Nextid.react.js | 15 + src/components/Nobr.react.js | 15 + src/components/Noscript.react.js | 15 + src/components/ObjectEl.react.js | 15 + src/components/Ol.react.js | 15 + src/components/Optgroup.react.js | 15 + src/components/Option.react.js | 15 + src/components/Output.react.js | 15 + src/components/P.react.js | 15 + src/components/Param.react.js | 15 + src/components/Picture.react.js | 15 + src/components/Plaintext.react.js | 15 + src/components/Pre.react.js | 15 + src/components/Progress.react.js | 15 + src/components/Q.react.js | 15 + src/components/Rp.react.js | 15 + src/components/Rt.react.js | 15 + src/components/Rtc.react.js | 15 + src/components/Ruby.react.js | 15 + src/components/S.react.js | 15 + src/components/Samp.react.js | 15 + src/components/Script.react.js | 15 + src/components/Section.react.js | 15 + src/components/Select.react.js | 15 + src/components/Shadow.react.js | 15 + src/components/Slot.react.js | 15 + src/components/Small.react.js | 15 + src/components/Source.react.js | 15 + src/components/Spacer.react.js | 15 + src/components/Span.react.js | 15 + src/components/Strike.react.js | 15 + src/components/Strong.react.js | 15 + src/components/Sub.react.js | 15 + src/components/Summary.react.js | 15 + src/components/Sup.react.js | 15 + src/components/Table.react.js | 15 + src/components/Tbody.react.js | 15 + src/components/Td.react.js | 15 + src/components/Template.react.js | 15 + src/components/Textarea.react.js | 15 + src/components/Tfoot.react.js | 15 + src/components/Th.react.js | 15 + src/components/Thead.react.js | 15 + src/components/Time.react.js | 15 + src/components/Title.react.js | 15 + src/components/Tr.react.js | 15 + src/components/Track.react.js | 15 + src/components/U.react.js | 15 + src/components/Ul.react.js | 15 + src/components/Var.react.js | 15 + src/components/Video.react.js | 15 + src/components/Wbr.react.js | 15 + src/components/Xmp.react.js | 15 + 133 files changed, 8010 insertions(+), 4796 deletions(-) diff --git a/.gitignore b/.gitignore index acaf1992..8f14053e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.tox build/ dist/ dash_html_components/metadata.json diff --git a/lib/metadata.json b/lib/metadata.json index 696628ae..549ec459 100644 --- a/lib/metadata.json +++ b/lib/metadata.json @@ -1,20 +1,19 @@ { "src/components/A.react.js": { "description": "", + "displayName": "A", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -33,176 +32,181 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "download": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates that the hyperlink is to be used for downloading a resource." }, "href": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The URL of a linked resource." }, "hrefLang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Specifies the language of the linked resource." }, "media": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Specifies a hint of the media for which the linked resource was designed." }, "rel": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Specifies the relationship of the target object to the link object." }, "shape": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "" }, "target": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "" }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -211,20 +215,19 @@ }, "src/components/Abbr.react.js": { "description": "", + "displayName": "Abbr", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -243,120 +246,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -365,20 +380,19 @@ }, "src/components/Acronym.react.js": { "description": "", + "displayName": "Acronym", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -397,120 +411,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -519,20 +545,19 @@ }, "src/components/Address.react.js": { "description": "", + "displayName": "Address", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -551,120 +576,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -673,20 +710,19 @@ }, "src/components/Area.react.js": { "description": "", + "displayName": "Area", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -705,192 +741,195 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "alt": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Alternative text in case an image can't be displayed." }, "coords": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A set of values specifying the coordinates of the hot-spot region." }, "download": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates that the hyperlink is to be used for downloading a resource." }, "href": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The URL of a linked resource." }, "hrefLang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Specifies the language of the linked resource." }, "media": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Specifies a hint of the media for which the linked resource was designed." }, "rel": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Specifies the relationship of the target object to the link object." }, "shape": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "" }, "target": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "" }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -899,20 +938,19 @@ }, "src/components/Article.react.js": { "description": "", + "displayName": "Article", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -931,120 +969,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -1053,20 +1103,19 @@ }, "src/components/Aside.react.js": { "description": "", + "displayName": "Aside", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -1085,120 +1134,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -1207,20 +1268,19 @@ }, "src/components/Audio.react.js": { "description": "", + "displayName": "Audio", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -1239,176 +1299,181 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "autoPlay": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The audio or video should play as soon as possible." }, "controls": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the browser should show playback controls to the user." }, "crossOrigin": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "How the element handles cross-origin requests" }, "loop": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the media should start playing from the start when it's finished." }, "muted": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the audio will be initially silenced on page load." }, "preload": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the whole resource, parts of it or nothing should be preloaded." }, "src": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The URL of the embeddable content." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -1417,20 +1482,19 @@ }, "src/components/B.react.js": { "description": "", + "displayName": "B", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -1449,120 +1513,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -1571,20 +1647,19 @@ }, "src/components/Base.react.js": { "description": "", + "displayName": "Base", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -1603,136 +1678,146 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "href": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The URL of a linked resource." }, "target": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "" }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -1741,20 +1826,19 @@ }, "src/components/Basefont.react.js": { "description": "", + "displayName": "Basefont", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -1773,120 +1857,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -1895,20 +1991,19 @@ }, "src/components/Bdi.react.js": { "description": "", + "displayName": "Bdi", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -1927,120 +2022,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -2049,20 +2156,19 @@ }, "src/components/Bdo.react.js": { "description": "", + "displayName": "Bdo", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -2081,120 +2187,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -2203,20 +2321,19 @@ }, "src/components/Big.react.js": { "description": "", + "displayName": "Big", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -2235,120 +2352,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -2357,20 +2486,19 @@ }, "src/components/Blink.react.js": { "description": "", + "displayName": "Blink", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -2389,120 +2517,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -2511,20 +2651,19 @@ }, "src/components/Blockquote.react.js": { "description": "", + "displayName": "Blockquote", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -2543,128 +2682,139 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "cite": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Contains a URI which points to the source of the quote or change." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -2673,20 +2823,19 @@ }, "src/components/Br.react.js": { "description": "", + "displayName": "Br", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -2705,120 +2854,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -2827,20 +2988,19 @@ }, "src/components/Button.react.js": { "description": "", + "displayName": "Button", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -2859,176 +3019,181 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "autoFocus": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The element should be automatically focused after the page loaded." }, "disabled": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the user can interact with the element." }, "form": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates the form that is the owner of the element." }, "formAction": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates the action of the element, overriding the action defined in the
." }, "name": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Name of the element. For example used by the server to identify the fields in form submits." }, "type": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the type of the element." }, "value": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a default value which will be displayed in the element on page load." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -3037,20 +3202,19 @@ }, "src/components/Canvas.react.js": { "description": "", + "displayName": "Canvas", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -3069,136 +3233,146 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "height": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as
, this is a legacy attribute, in which case the CSS height property should be used instead." }, "width": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "For the elements listed here, this establishes the element's width. Note: For all other instances, such as
, this is a legacy attribute, in which case the CSS width property should be used instead." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -3207,20 +3381,19 @@ }, "src/components/Caption.react.js": { "description": "", + "displayName": "Caption", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -3239,120 +3412,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -3361,20 +3546,19 @@ }, "src/components/Center.react.js": { "description": "", + "displayName": "Center", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -3393,120 +3577,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -3515,20 +3711,19 @@ }, "src/components/Cite.react.js": { "description": "", + "displayName": "Cite", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -3547,120 +3742,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -3669,20 +3876,19 @@ }, "src/components/Code.react.js": { "description": "", + "displayName": "Code", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -3701,120 +3907,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -3823,20 +4041,19 @@ }, "src/components/Col.react.js": { "description": "", + "displayName": "Col", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -3855,128 +4072,139 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "span": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "" }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -3985,20 +4213,19 @@ }, "src/components/Colgroup.react.js": { "description": "", + "displayName": "Colgroup", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -4017,128 +4244,139 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "span": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "" }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -4147,20 +4385,19 @@ }, "src/components/Command.react.js": { "description": "", + "displayName": "Command", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -4179,160 +4416,167 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "checked": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element should be checked on page load." }, "disabled": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the user can interact with the element." }, "icon": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Specifies a picture which represents the command." }, "radioGroup": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "" }, "type": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the type of the element." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -4341,20 +4585,19 @@ }, "src/components/Content.react.js": { "description": "", + "displayName": "Content", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -4373,120 +4616,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -4495,20 +4750,19 @@ }, "src/components/Data.react.js": { "description": "", + "displayName": "Data", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -4527,120 +4781,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -4649,20 +4915,19 @@ }, "src/components/Datalist.react.js": { "description": "", + "displayName": "Datalist", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -4681,120 +4946,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -4803,20 +5080,19 @@ }, "src/components/Dd.react.js": { "description": "", + "displayName": "Dd", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -4835,120 +5111,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -4957,20 +5245,19 @@ }, "src/components/Del.react.js": { "description": "", + "displayName": "Del", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -4989,136 +5276,146 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "cite": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Contains a URI which points to the source of the quote or change." }, "dateTime": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates the date and time associated with the element." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -5127,20 +5424,19 @@ }, "src/components/Details.react.js": { "description": "", + "displayName": "Details", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -5159,128 +5455,139 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "open": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the details will be shown on page load." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -5289,20 +5596,19 @@ }, "src/components/Dfn.react.js": { "description": "", + "displayName": "Dfn", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -5321,120 +5627,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -5443,20 +5761,19 @@ }, "src/components/Dialog.react.js": { "description": "", + "displayName": "Dialog", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -5475,120 +5792,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -5597,20 +5926,19 @@ }, "src/components/Div.react.js": { "description": "", + "displayName": "Div", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -5629,120 +5957,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -5751,20 +6091,19 @@ }, "src/components/Dl.react.js": { "description": "", + "displayName": "Dl", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -5783,120 +6122,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -5905,20 +6256,19 @@ }, "src/components/Dt.react.js": { "description": "", + "displayName": "Dt", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -5937,120 +6287,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -6059,20 +6421,19 @@ }, "src/components/Element.react.js": { "description": "", + "displayName": "Element", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -6091,120 +6452,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -6213,20 +6586,19 @@ }, "src/components/Em.react.js": { "description": "", + "displayName": "Em", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -6243,122 +6615,134 @@ "computed": false } }, - "key": { + "key": { + "type": { + "name": "string" + }, + "required": false, + "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" + }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, - "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" + "description": "A wildcard aria attribute" }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -6367,20 +6751,19 @@ }, "src/components/Embed.react.js": { "description": "", + "displayName": "Embed", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -6399,152 +6782,160 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "height": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as
, this is a legacy attribute, in which case the CSS height property should be used instead." }, "src": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The URL of the embeddable content." }, "type": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the type of the element." }, "width": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "For the elements listed here, this establishes the element's width. Note: For all other instances, such as
, this is a legacy attribute, in which case the CSS width property should be used instead." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -6553,20 +6944,19 @@ }, "src/components/Fieldset.react.js": { "description": "", + "displayName": "Fieldset", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -6585,144 +6975,153 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "disabled": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the user can interact with the element." }, "form": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates the form that is the owner of the element." }, "name": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Name of the element. For example used by the server to identify the fields in form submits." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -6731,20 +7130,19 @@ }, "src/components/Figcaption.react.js": { "description": "", + "displayName": "Figcaption", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -6763,120 +7161,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -6885,20 +7295,19 @@ }, "src/components/Figure.react.js": { "description": "", + "displayName": "Figure", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -6917,120 +7326,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -7039,20 +7460,19 @@ }, "src/components/Font.react.js": { "description": "", + "displayName": "Font", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -7071,120 +7491,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -7193,20 +7625,19 @@ }, "src/components/Footer.react.js": { "description": "", + "displayName": "Footer", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -7225,120 +7656,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -7347,20 +7790,19 @@ }, "src/components/Form.react.js": { "description": "", + "displayName": "Form", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -7379,192 +7821,195 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accept": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "List of types the server accepts, typically a file type." }, "acceptCharset": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "List of supported charsets." }, "action": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The URI of a program that processes the information submitted via the form." }, "autoComplete": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether controls in this form can by default have their values automatically completed by the browser." }, "encType": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the content type of the form date when the method is POST." }, "method": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines which HTTP method to use when submitting the form. Can be GET (default) or POST." }, "name": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Name of the element. For example used by the server to identify the fields in form submits." }, "noValidate": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "This attribute indicates that the form shouldn't be validated when submitted." }, "target": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "" }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -7573,20 +8018,19 @@ }, "src/components/Frame.react.js": { "description": "", + "displayName": "Frame", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -7605,120 +8049,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -7727,20 +8183,19 @@ }, "src/components/Frameset.react.js": { "description": "", + "displayName": "Frameset", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -7759,120 +8214,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -7881,20 +8348,19 @@ }, "src/components/H1.react.js": { "description": "", + "displayName": "H1", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -7913,120 +8379,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -8035,20 +8513,19 @@ }, "src/components/H2.react.js": { "description": "", + "displayName": "H2", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -8067,120 +8544,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -8189,20 +8678,19 @@ }, "src/components/H3.react.js": { "description": "", + "displayName": "H3", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -8221,120 +8709,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -8343,20 +8843,19 @@ }, "src/components/H4.react.js": { "description": "", + "displayName": "H4", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -8375,120 +8874,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -8497,20 +9008,19 @@ }, "src/components/H5.react.js": { "description": "", + "displayName": "H5", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -8529,120 +9039,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -8651,20 +9173,19 @@ }, "src/components/H6.react.js": { "description": "", + "displayName": "H6", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -8683,120 +9204,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -8805,20 +9338,19 @@ }, "src/components/Header.react.js": { "description": "", + "displayName": "Header", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -8837,120 +9369,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -8959,20 +9503,19 @@ }, "src/components/Hgroup.react.js": { "description": "", + "displayName": "Hgroup", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -8989,122 +9532,134 @@ "computed": false } }, - "key": { + "key": { + "type": { + "name": "string" + }, + "required": false, + "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" + }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, - "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -9113,20 +9668,19 @@ }, "src/components/Hr.react.js": { "description": "", + "displayName": "Hr", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -9145,120 +9699,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -9267,20 +9833,19 @@ }, "src/components/I.react.js": { "description": "", + "displayName": "I", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -9299,120 +9864,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -9421,20 +9998,19 @@ }, "src/components/Iframe.react.js": { "description": "", + "displayName": "Iframe", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -9453,176 +10029,181 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "height": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as
, this is a legacy attribute, in which case the CSS height property should be used instead." }, "name": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Name of the element. For example used by the server to identify the fields in form submits." }, "sandbox": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "" }, "seamless": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "" }, "src": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The URL of the embeddable content." }, "srcDoc": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "" }, "width": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "For the elements listed here, this establishes the element's width. Note: For all other instances, such as
, this is a legacy attribute, in which case the CSS width property should be used instead." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -9631,20 +10212,19 @@ }, "src/components/Img.react.js": { "description": "", + "displayName": "Img", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -9663,184 +10243,188 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "alt": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Alternative text in case an image can't be displayed." }, "crossOrigin": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "How the element handles cross-origin requests" }, "height": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as
, this is a legacy attribute, in which case the CSS height property should be used instead." }, "sizes": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "" }, "src": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The URL of the embeddable content." }, "srcSet": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "" }, "useMap": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "" }, "width": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "For the elements listed here, this establishes the element's width. Note: For all other instances, such as
, this is a legacy attribute, in which case the CSS width property should be used instead." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -9849,20 +10433,19 @@ }, "src/components/Ins.react.js": { "description": "", + "displayName": "Ins", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -9881,136 +10464,146 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "cite": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Contains a URI which points to the source of the quote or change." }, "dateTime": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates the date and time associated with the element." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -10019,20 +10612,19 @@ }, "src/components/Isindex.react.js": { "description": "", + "displayName": "Isindex", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -10051,120 +10643,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -10173,20 +10777,19 @@ }, "src/components/Kbd.react.js": { "description": "", + "displayName": "Kbd", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -10205,120 +10808,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -10327,20 +10942,19 @@ }, "src/components/Keygen.react.js": { "description": "", + "displayName": "Keygen", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -10359,168 +10973,174 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" + }, + "required": false, + "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" + }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" }, "required": false, - "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" + "description": "A wildcard aria attribute" }, "autoFocus": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The element should be automatically focused after the page loaded." }, "challenge": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A challenge string that is submitted along with the public key." }, "disabled": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the user can interact with the element." }, "form": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates the form that is the owner of the element." }, "keyType": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Specifies the type of key generated." }, "name": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Name of the element. For example used by the server to identify the fields in form submits." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -10529,20 +11149,19 @@ }, "src/components/Label.react.js": { "description": "", + "displayName": "Label", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -10561,136 +11180,146 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "htmlFor": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Describes elements which belongs to this one." }, "form": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates the form that is the owner of the element." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -10699,20 +11328,19 @@ }, "src/components/Legend.react.js": { "description": "", + "displayName": "Legend", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -10731,120 +11359,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -10853,20 +11493,19 @@ }, "src/components/Li.react.js": { "description": "", + "displayName": "Li", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -10885,128 +11524,139 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "value": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a default value which will be displayed in the element on page load." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -11015,20 +11665,19 @@ }, "src/components/Link.react.js": { "description": "", + "displayName": "Link", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -11047,176 +11696,181 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "crossOrigin": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "How the element handles cross-origin requests" }, "href": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The URL of a linked resource." }, "hrefLang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Specifies the language of the linked resource." }, "integrity": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Security Feature that allows browsers to verify what they fetch. MDN Link" }, "media": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Specifies a hint of the media for which the linked resource was designed." }, "rel": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Specifies the relationship of the target object to the link object." }, "sizes": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "" }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -11225,20 +11879,19 @@ }, "src/components/Listing.react.js": { "description": "", + "displayName": "Listing", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -11257,120 +11910,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -11379,20 +12044,19 @@ }, "src/components/Main.react.js": { "description": "", + "displayName": "Main", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -11411,120 +12075,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -11533,20 +12209,19 @@ }, "src/components/MapEl.react.js": { "description": "", + "displayName": "MapEl", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -11565,128 +12240,139 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "name": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Name of the element. For example used by the server to identify the fields in form submits." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -11695,20 +12381,19 @@ }, "src/components/Mark.react.js": { "description": "", + "displayName": "Mark", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -11719,128 +12404,140 @@ "raw": "PropTypes.integer" }, "required": false, - "description": "An integer that represents the number of times\nthat this element has been clicked on.", - "defaultValue": { - "value": "0", - "computed": false - } + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "key": { + "type": { + "name": "string" + }, + "required": false, + "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" + }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" }, - "key": { + "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, - "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" + "description": "A wildcard aria attribute" }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -11849,20 +12546,19 @@ }, "src/components/Marquee.react.js": { "description": "", + "displayName": "Marquee", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -11881,128 +12577,139 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "loop": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the media should start playing from the start when it's finished." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -12011,20 +12718,19 @@ }, "src/components/Meta.react.js": { "description": "", + "displayName": "Meta", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -12043,152 +12749,160 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "charSet": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Declares the character encoding of the page or script." }, "content": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A value associated with http-equiv or name depending on the context." }, "httpEquiv": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "" }, "name": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Name of the element. For example used by the server to identify the fields in form submits." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -12197,20 +12911,19 @@ }, "src/components/Meter.react.js": { "description": "", + "displayName": "Meter", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -12229,176 +12942,181 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "form": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates the form that is the owner of the element." }, "high": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates the lower bound of the upper range." }, "low": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates the upper bound of the lower range." }, "max": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates the maximum value allowed." }, "min": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates the minimum value allowed." }, "optimum": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates the optimal numeric value." }, "value": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a default value which will be displayed in the element on page load." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -12407,20 +13125,19 @@ }, "src/components/Multicol.react.js": { "description": "", + "displayName": "Multicol", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -12439,120 +13156,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -12561,20 +13290,19 @@ }, "src/components/Nav.react.js": { "description": "", + "displayName": "Nav", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -12593,120 +13321,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -12715,20 +13455,19 @@ }, "src/components/Nextid.react.js": { "description": "", + "displayName": "Nextid", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -12747,120 +13486,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -12869,20 +13620,19 @@ }, "src/components/Nobr.react.js": { "description": "", + "displayName": "Nobr", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -12901,120 +13651,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -13023,20 +13785,19 @@ }, "src/components/Noscript.react.js": { "description": "", + "displayName": "Noscript", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -13055,120 +13816,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -13177,20 +13950,19 @@ }, "src/components/ObjectEl.react.js": { "description": "", + "displayName": "ObjectEl", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -13209,168 +13981,174 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "form": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates the form that is the owner of the element." }, "height": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as
, this is a legacy attribute, in which case the CSS height property should be used instead." }, "name": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Name of the element. For example used by the server to identify the fields in form submits." }, "type": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the type of the element." }, "useMap": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "" }, "width": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "For the elements listed here, this establishes the element's width. Note: For all other instances, such as
, this is a legacy attribute, in which case the CSS width property should be used instead." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -13379,20 +14157,19 @@ }, "src/components/Ol.react.js": { "description": "", + "displayName": "Ol", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -13411,136 +14188,146 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "reversed": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the list should be displayed in a descending order instead of a ascending." }, "start": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the first number if other than 1." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -13549,20 +14336,19 @@ }, "src/components/Optgroup.react.js": { "description": "", + "displayName": "Optgroup", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -13581,128 +14367,139 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "disabled": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the user can interact with the element." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -13711,20 +14508,19 @@ }, "src/components/Option.react.js": { "description": "", + "displayName": "Option", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -13743,144 +14539,153 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "disabled": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the user can interact with the element." }, "selected": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a value which will be selected on page load." }, "value": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a default value which will be displayed in the element on page load." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -13889,20 +14694,19 @@ }, "src/components/Output.react.js": { "description": "", + "displayName": "Output", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -13921,144 +14725,153 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "htmlFor": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Describes elements which belongs to this one." }, "form": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates the form that is the owner of the element." }, "name": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Name of the element. For example used by the server to identify the fields in form submits." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -14067,20 +14880,19 @@ }, "src/components/P.react.js": { "description": "", + "displayName": "P", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -14099,120 +14911,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -14221,20 +15045,19 @@ }, "src/components/Param.react.js": { "description": "", + "displayName": "Param", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -14253,136 +15076,146 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "name": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Name of the element. For example used by the server to identify the fields in form submits." }, "value": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a default value which will be displayed in the element on page load." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -14391,20 +15224,19 @@ }, "src/components/Picture.react.js": { "description": "", + "displayName": "Picture", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -14423,120 +15255,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -14545,20 +15389,19 @@ }, "src/components/Plaintext.react.js": { "description": "", + "displayName": "Plaintext", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -14577,120 +15420,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -14699,20 +15554,19 @@ }, "src/components/Pre.react.js": { "description": "", + "displayName": "Pre", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -14731,120 +15585,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -14853,20 +15719,19 @@ }, "src/components/Progress.react.js": { "description": "", + "displayName": "Progress", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -14885,144 +15750,153 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "form": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates the form that is the owner of the element." }, "max": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates the maximum value allowed." }, "value": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a default value which will be displayed in the element on page load." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -15031,20 +15905,19 @@ }, "src/components/Q.react.js": { "description": "", + "displayName": "Q", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -15063,128 +15936,139 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "cite": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Contains a URI which points to the source of the quote or change." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -15193,20 +16077,19 @@ }, "src/components/Rp.react.js": { "description": "", + "displayName": "Rp", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -15225,120 +16108,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -15347,20 +16242,19 @@ }, "src/components/Rt.react.js": { "description": "", + "displayName": "Rt", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -15379,120 +16273,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -15501,20 +16407,19 @@ }, "src/components/Rtc.react.js": { "description": "", + "displayName": "Rtc", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -15533,120 +16438,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -15655,20 +16572,19 @@ }, "src/components/Ruby.react.js": { "description": "", + "displayName": "Ruby", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -15687,120 +16603,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -15809,20 +16737,19 @@ }, "src/components/S.react.js": { "description": "", + "displayName": "S", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -15841,120 +16768,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -15963,20 +16902,19 @@ }, "src/components/Samp.react.js": { "description": "", + "displayName": "Samp", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -15995,120 +16933,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -16117,20 +17067,19 @@ }, "src/components/Script.react.js": { "description": "", + "displayName": "Script", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -16149,176 +17098,181 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "async": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates that the script should be executed asynchronously." }, "charSet": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Declares the character encoding of the page or script." }, "crossOrigin": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "How the element handles cross-origin requests" }, "defer": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates that the script should be executed after the page has been parsed." }, "integrity": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Security Feature that allows browsers to verify what they fetch. MDN Link" }, "src": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The URL of the embeddable content." }, "type": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the type of the element." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -16327,20 +17281,19 @@ }, "src/components/Section.react.js": { "description": "", + "displayName": "Section", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -16359,120 +17312,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -16481,20 +17446,19 @@ }, "src/components/Select.react.js": { "description": "", + "displayName": "Select", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -16513,176 +17477,181 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "autoFocus": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The element should be automatically focused after the page loaded." }, "disabled": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the user can interact with the element." }, "form": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates the form that is the owner of the element." }, "multiple": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether multiple values can be entered in an input of the type email or file." }, "name": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Name of the element. For example used by the server to identify the fields in form submits." }, "required": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether this element is required to fill out or not." }, "size": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the width of the element (in pixels). If the element's type attribute is text or password then it's the number of characters." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -16691,20 +17660,19 @@ }, "src/components/Shadow.react.js": { "description": "", + "displayName": "Shadow", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -16723,120 +17691,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -16845,20 +17825,19 @@ }, "src/components/Slot.react.js": { "description": "", + "displayName": "Slot", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -16877,120 +17856,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -16999,20 +17990,19 @@ }, "src/components/Small.react.js": { "description": "", + "displayName": "Small", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -17031,120 +18021,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -17153,20 +18155,19 @@ }, "src/components/Source.react.js": { "description": "", + "displayName": "Source", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -17185,152 +18186,160 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "media": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Specifies a hint of the media for which the linked resource was designed." }, "sizes": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "" }, "src": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The URL of the embeddable content." }, "type": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the type of the element." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -17339,20 +18348,19 @@ }, "src/components/Spacer.react.js": { "description": "", + "displayName": "Spacer", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -17371,120 +18379,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -17493,20 +18513,19 @@ }, "src/components/Span.react.js": { "description": "", + "displayName": "Span", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -17525,120 +18544,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -17647,20 +18678,19 @@ }, "src/components/Strike.react.js": { "description": "", + "displayName": "Strike", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -17679,120 +18709,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -17801,20 +18843,19 @@ }, "src/components/Strong.react.js": { "description": "", + "displayName": "Strong", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -17833,120 +18874,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -17955,20 +19008,19 @@ }, "src/components/Sub.react.js": { "description": "", + "displayName": "Sub", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -17987,120 +19039,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -18109,20 +19173,19 @@ }, "src/components/Summary.react.js": { "description": "", + "displayName": "Summary", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -18141,120 +19204,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -18263,20 +19338,19 @@ }, "src/components/Sup.react.js": { "description": "", + "displayName": "Sup", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -18295,120 +19369,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -18417,20 +19503,19 @@ }, "src/components/Table.react.js": { "description": "", + "displayName": "Table", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -18449,128 +19534,139 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "summary": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "" }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -18579,20 +19675,19 @@ }, "src/components/Tbody.react.js": { "description": "", + "displayName": "Tbody", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -18611,120 +19706,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -18733,20 +19840,19 @@ }, "src/components/Td.react.js": { "description": "", + "displayName": "Td", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -18765,144 +19871,153 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "colSpan": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The colspan attribute defines the number of columns a cell should span." }, "headers": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "IDs of the elements which applies to this element." }, "rowSpan": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the number of rows a table cell should span over." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -18911,20 +20026,19 @@ }, "src/components/Template.react.js": { "description": "", + "displayName": "Template", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -18943,120 +20057,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -19065,20 +20191,19 @@ }, "src/components/Textarea.react.js": { "description": "", + "displayName": "Textarea", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -19097,216 +20222,216 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "autoFocus": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The element should be automatically focused after the page loaded." }, "cols": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the number of columns in a textarea." }, "disabled": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the user can interact with the element." }, "form": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates the form that is the owner of the element." }, "maxLength": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the maximum number of characters allowed in the element." }, "minLength": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the minimum number of characters allowed in the element." }, "name": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Name of the element. For example used by the server to identify the fields in form submits." }, "placeholder": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Provides a hint to the user of what can be entered in the field." }, "readOnly": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element can be edited." }, "required": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether this element is required to fill out or not." }, "rows": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the number of rows in a text area." }, "wrap": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the text should be wrapped." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -19315,20 +20440,19 @@ }, "src/components/Tfoot.react.js": { "description": "", + "displayName": "Tfoot", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -19347,120 +20471,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -19469,20 +20605,19 @@ }, "src/components/Th.react.js": { "description": "", + "displayName": "Th", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -19501,152 +20636,160 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "colSpan": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The colspan attribute defines the number of columns a cell should span." }, "headers": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "IDs of the elements which applies to this element." }, "rowSpan": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the number of rows a table cell should span over." }, "scope": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "" }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -19655,20 +20798,19 @@ }, "src/components/Thead.react.js": { "description": "", + "displayName": "Thead", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -19687,120 +20829,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -19809,20 +20963,19 @@ }, "src/components/Time.react.js": { "description": "", + "displayName": "Time", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -19841,128 +20994,139 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "dateTime": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates the date and time associated with the element." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -19971,20 +21135,19 @@ }, "src/components/Title.react.js": { "description": "", + "displayName": "Title", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -20003,120 +21166,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -20125,20 +21300,19 @@ }, "src/components/Tr.react.js": { "description": "", + "displayName": "Tr", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -20157,120 +21331,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -20279,20 +21465,19 @@ }, "src/components/Track.react.js": { "description": "", + "displayName": "Track", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -20311,160 +21496,167 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "default": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates that the track should be enabled unless the user's preferences indicate something different." }, "kind": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Specifies the kind of text track." }, "label": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Specifies a user-readable title of the text track." }, "src": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The URL of the embeddable content." }, "srcLang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "" }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -20473,20 +21665,19 @@ }, "src/components/U.react.js": { "description": "", + "displayName": "U", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -20505,120 +21696,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -20627,20 +21830,19 @@ }, "src/components/Ul.react.js": { "description": "", + "displayName": "Ul", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -20659,120 +21861,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -20781,20 +21995,19 @@ }, "src/components/Var.react.js": { "description": "", + "displayName": "Var", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -20813,120 +22026,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -20935,20 +22160,19 @@ }, "src/components/Video.react.js": { "description": "", + "displayName": "Video", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -20967,200 +22191,202 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "autoPlay": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The audio or video should play as soon as possible." }, "controls": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the browser should show playback controls to the user." }, "crossOrigin": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "How the element handles cross-origin requests" }, "height": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as
, this is a legacy attribute, in which case the CSS height property should be used instead." }, "loop": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the media should start playing from the start when it's finished." }, "muted": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the audio will be initially silenced on page load." }, "poster": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A URL indicating a poster frame to show until the user plays or seeks." }, "preload": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the whole resource, parts of it or nothing should be preloaded." }, "src": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The URL of the embeddable content." }, "width": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "For the elements listed here, this establishes the element's width. Note: For all other instances, such as
, this is a legacy attribute, in which case the CSS width property should be used instead." }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -21169,20 +22395,19 @@ }, "src/components/Wbr.react.js": { "description": "", + "displayName": "Wbr", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -21201,120 +22426,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -21323,20 +22560,19 @@ }, "src/components/Xmp.react.js": { "description": "", + "displayName": "Xmp", "methods": [], "props": { "id": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app." }, "children": { "type": { - "name": "custom", - "raw": "PropTypes.node" + "name": "node" }, "required": false, "description": "The children of this component" @@ -21355,120 +22591,132 @@ }, "key": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info" }, + "role": { + "type": { + "name": "string" + }, + "required": false, + "description": "The ARIA role attribute" + }, + "data-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard data attribute" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, "accessKey": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines a keyboard shortcut to activate or add focus to the element." }, "className": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Often used with CSS to style elements with common properties." }, "contentEditable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether the element's content is editable." }, "contextMenu": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the ID of a element which will serve as the element's context menu." }, "dir": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" }, "draggable": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines whether the element can be dragged." }, "hidden": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." }, "lang": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Defines the language used in the element." }, "spellCheck": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Indicates whether spell checking is allowed for the element." }, "style": { "type": { - "name": "custom", - "raw": "PropTypes.object" + "name": "object" }, "required": false, "description": "Defines CSS styles which will override styles previously set." }, "tabIndex": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Overrides the browser's default tab order and follows the one specified instead." }, "title": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "Text to be displayed in a tooltip when hovering over the element." }, "fireEvent": { "type": { - "name": "custom", - "raw": "PropTypes.func" + "name": "func" }, "required": false, "description": "A callback for firing events to dash." }, "dashEvents": { "type": { - "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" diff --git a/scripts/generate-components.js b/scripts/generate-components.js index 691e41d6..e7bc5e92 100644 --- a/scripts/generate-components.js +++ b/scripts/generate-components.js @@ -65,6 +65,21 @@ function generatePropTypes(element, attributes) { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, ` + supportedAttributes.reduce((propTypes, attributeName) => { diff --git a/src/components/A.react.js b/src/components/A.react.js index d6d200c7..db3ba1d5 100644 --- a/src/components/A.react.js +++ b/src/components/A.react.js @@ -53,6 +53,21 @@ A.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Abbr.react.js b/src/components/Abbr.react.js index a019dab0..ec9cafb2 100644 --- a/src/components/Abbr.react.js +++ b/src/components/Abbr.react.js @@ -53,6 +53,21 @@ Abbr.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Acronym.react.js b/src/components/Acronym.react.js index c4dfad36..95e39686 100644 --- a/src/components/Acronym.react.js +++ b/src/components/Acronym.react.js @@ -53,6 +53,21 @@ Acronym.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Address.react.js b/src/components/Address.react.js index 4edc0f0d..0a3f1a79 100644 --- a/src/components/Address.react.js +++ b/src/components/Address.react.js @@ -53,6 +53,21 @@ Address.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Area.react.js b/src/components/Area.react.js index feb1c310..b8603343 100644 --- a/src/components/Area.react.js +++ b/src/components/Area.react.js @@ -53,6 +53,21 @@ Area.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Article.react.js b/src/components/Article.react.js index 07e64482..805d1b10 100644 --- a/src/components/Article.react.js +++ b/src/components/Article.react.js @@ -53,6 +53,21 @@ Article.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Aside.react.js b/src/components/Aside.react.js index 2fb10cf9..35c0d989 100644 --- a/src/components/Aside.react.js +++ b/src/components/Aside.react.js @@ -53,6 +53,21 @@ Aside.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Audio.react.js b/src/components/Audio.react.js index e137dbb8..bb9a4d97 100644 --- a/src/components/Audio.react.js +++ b/src/components/Audio.react.js @@ -53,6 +53,21 @@ Audio.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/B.react.js b/src/components/B.react.js index c0f137e2..b523a7dc 100644 --- a/src/components/B.react.js +++ b/src/components/B.react.js @@ -53,6 +53,21 @@ B.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Base.react.js b/src/components/Base.react.js index 0b7dcfdd..7c5cd9aa 100644 --- a/src/components/Base.react.js +++ b/src/components/Base.react.js @@ -53,6 +53,21 @@ Base.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Basefont.react.js b/src/components/Basefont.react.js index f8bc58ed..37303c8f 100644 --- a/src/components/Basefont.react.js +++ b/src/components/Basefont.react.js @@ -53,6 +53,21 @@ Basefont.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Bdi.react.js b/src/components/Bdi.react.js index 9e0b13df..b284e668 100644 --- a/src/components/Bdi.react.js +++ b/src/components/Bdi.react.js @@ -53,6 +53,21 @@ Bdi.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Bdo.react.js b/src/components/Bdo.react.js index dd91d624..ec9fefd0 100644 --- a/src/components/Bdo.react.js +++ b/src/components/Bdo.react.js @@ -53,6 +53,21 @@ Bdo.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Big.react.js b/src/components/Big.react.js index a0023881..edbd57dd 100644 --- a/src/components/Big.react.js +++ b/src/components/Big.react.js @@ -53,6 +53,21 @@ Big.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Blink.react.js b/src/components/Blink.react.js index 2d78ab2b..abe0d163 100644 --- a/src/components/Blink.react.js +++ b/src/components/Blink.react.js @@ -53,6 +53,21 @@ Blink.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Blockquote.react.js b/src/components/Blockquote.react.js index c7789442..f21f6105 100644 --- a/src/components/Blockquote.react.js +++ b/src/components/Blockquote.react.js @@ -53,6 +53,21 @@ Blockquote.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Br.react.js b/src/components/Br.react.js index 96cc9bc5..5747c4e2 100644 --- a/src/components/Br.react.js +++ b/src/components/Br.react.js @@ -53,6 +53,21 @@ Br.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Button.react.js b/src/components/Button.react.js index 0b25c6d4..7ce30896 100644 --- a/src/components/Button.react.js +++ b/src/components/Button.react.js @@ -53,6 +53,21 @@ Button.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Canvas.react.js b/src/components/Canvas.react.js index e51e50b5..8613c0b5 100644 --- a/src/components/Canvas.react.js +++ b/src/components/Canvas.react.js @@ -53,6 +53,21 @@ Canvas.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Caption.react.js b/src/components/Caption.react.js index 9ce2fc71..4f5fdba1 100644 --- a/src/components/Caption.react.js +++ b/src/components/Caption.react.js @@ -53,6 +53,21 @@ Caption.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Center.react.js b/src/components/Center.react.js index 2e2f6e31..0e77a6fc 100644 --- a/src/components/Center.react.js +++ b/src/components/Center.react.js @@ -53,6 +53,21 @@ Center.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Cite.react.js b/src/components/Cite.react.js index 9ffc3090..3149e6d3 100644 --- a/src/components/Cite.react.js +++ b/src/components/Cite.react.js @@ -53,6 +53,21 @@ Cite.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Code.react.js b/src/components/Code.react.js index 824f0641..c91c22b4 100644 --- a/src/components/Code.react.js +++ b/src/components/Code.react.js @@ -53,6 +53,21 @@ Code.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Col.react.js b/src/components/Col.react.js index bff4a286..c42caf6b 100644 --- a/src/components/Col.react.js +++ b/src/components/Col.react.js @@ -53,6 +53,21 @@ Col.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Colgroup.react.js b/src/components/Colgroup.react.js index fda32379..f7af299a 100644 --- a/src/components/Colgroup.react.js +++ b/src/components/Colgroup.react.js @@ -53,6 +53,21 @@ Colgroup.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Command.react.js b/src/components/Command.react.js index 1a3878db..9a86bf0f 100644 --- a/src/components/Command.react.js +++ b/src/components/Command.react.js @@ -53,6 +53,21 @@ Command.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Content.react.js b/src/components/Content.react.js index 4bf5d180..bd550e46 100644 --- a/src/components/Content.react.js +++ b/src/components/Content.react.js @@ -53,6 +53,21 @@ Content.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Data.react.js b/src/components/Data.react.js index cbc0e945..898fef39 100644 --- a/src/components/Data.react.js +++ b/src/components/Data.react.js @@ -53,6 +53,21 @@ Data.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Datalist.react.js b/src/components/Datalist.react.js index 9aa4936c..a06beefd 100644 --- a/src/components/Datalist.react.js +++ b/src/components/Datalist.react.js @@ -53,6 +53,21 @@ Datalist.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Dd.react.js b/src/components/Dd.react.js index dd8f7c9e..7959b4f7 100644 --- a/src/components/Dd.react.js +++ b/src/components/Dd.react.js @@ -53,6 +53,21 @@ Dd.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Del.react.js b/src/components/Del.react.js index 211755ae..e8fa56fa 100644 --- a/src/components/Del.react.js +++ b/src/components/Del.react.js @@ -53,6 +53,21 @@ Del.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Details.react.js b/src/components/Details.react.js index f4ec7be5..f656b351 100644 --- a/src/components/Details.react.js +++ b/src/components/Details.react.js @@ -53,6 +53,21 @@ Details.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Dfn.react.js b/src/components/Dfn.react.js index 33441f83..124099d0 100644 --- a/src/components/Dfn.react.js +++ b/src/components/Dfn.react.js @@ -53,6 +53,21 @@ Dfn.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Dialog.react.js b/src/components/Dialog.react.js index f51d9be9..f99ae093 100644 --- a/src/components/Dialog.react.js +++ b/src/components/Dialog.react.js @@ -53,6 +53,21 @@ Dialog.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Div.react.js b/src/components/Div.react.js index 4d39955b..54514a4c 100644 --- a/src/components/Div.react.js +++ b/src/components/Div.react.js @@ -53,6 +53,21 @@ Div.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Dl.react.js b/src/components/Dl.react.js index dd2c51c3..144e9a00 100644 --- a/src/components/Dl.react.js +++ b/src/components/Dl.react.js @@ -53,6 +53,21 @@ Dl.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Dt.react.js b/src/components/Dt.react.js index 39188a3e..0a6d0089 100644 --- a/src/components/Dt.react.js +++ b/src/components/Dt.react.js @@ -53,6 +53,21 @@ Dt.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Element.react.js b/src/components/Element.react.js index ee0e9441..5d518de8 100644 --- a/src/components/Element.react.js +++ b/src/components/Element.react.js @@ -53,6 +53,21 @@ Element.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Em.react.js b/src/components/Em.react.js index b14b8d94..ddc28594 100644 --- a/src/components/Em.react.js +++ b/src/components/Em.react.js @@ -53,6 +53,21 @@ Em.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Embed.react.js b/src/components/Embed.react.js index c86b1ea4..8c781b54 100644 --- a/src/components/Embed.react.js +++ b/src/components/Embed.react.js @@ -53,6 +53,21 @@ Embed.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Fieldset.react.js b/src/components/Fieldset.react.js index 9eea3eeb..a9f7d8f4 100644 --- a/src/components/Fieldset.react.js +++ b/src/components/Fieldset.react.js @@ -53,6 +53,21 @@ Fieldset.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Figcaption.react.js b/src/components/Figcaption.react.js index 2e1b81b6..645e24bd 100644 --- a/src/components/Figcaption.react.js +++ b/src/components/Figcaption.react.js @@ -53,6 +53,21 @@ Figcaption.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Figure.react.js b/src/components/Figure.react.js index 9ebf483c..fd77eb05 100644 --- a/src/components/Figure.react.js +++ b/src/components/Figure.react.js @@ -53,6 +53,21 @@ Figure.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Font.react.js b/src/components/Font.react.js index cc3b32b4..cff5f6bd 100644 --- a/src/components/Font.react.js +++ b/src/components/Font.react.js @@ -53,6 +53,21 @@ Font.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Footer.react.js b/src/components/Footer.react.js index ac0506bc..94483085 100644 --- a/src/components/Footer.react.js +++ b/src/components/Footer.react.js @@ -53,6 +53,21 @@ Footer.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Form.react.js b/src/components/Form.react.js index 7a9b4524..1a363fdc 100644 --- a/src/components/Form.react.js +++ b/src/components/Form.react.js @@ -53,6 +53,21 @@ Form.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Frame.react.js b/src/components/Frame.react.js index 2cacbef3..d0d48f33 100644 --- a/src/components/Frame.react.js +++ b/src/components/Frame.react.js @@ -53,6 +53,21 @@ Frame.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Frameset.react.js b/src/components/Frameset.react.js index 179c820e..ee85f621 100644 --- a/src/components/Frameset.react.js +++ b/src/components/Frameset.react.js @@ -53,6 +53,21 @@ Frameset.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/H1.react.js b/src/components/H1.react.js index 232393d7..9041f39f 100644 --- a/src/components/H1.react.js +++ b/src/components/H1.react.js @@ -53,6 +53,21 @@ H1.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/H2.react.js b/src/components/H2.react.js index 8fd54967..ec120e14 100644 --- a/src/components/H2.react.js +++ b/src/components/H2.react.js @@ -53,6 +53,21 @@ H2.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/H3.react.js b/src/components/H3.react.js index c7577d51..4e7407d6 100644 --- a/src/components/H3.react.js +++ b/src/components/H3.react.js @@ -53,6 +53,21 @@ H3.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/H4.react.js b/src/components/H4.react.js index 2df4c1ff..56f98685 100644 --- a/src/components/H4.react.js +++ b/src/components/H4.react.js @@ -53,6 +53,21 @@ H4.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/H5.react.js b/src/components/H5.react.js index 899b84b5..dbe3af3b 100644 --- a/src/components/H5.react.js +++ b/src/components/H5.react.js @@ -53,6 +53,21 @@ H5.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/H6.react.js b/src/components/H6.react.js index d37e9eff..f1417847 100644 --- a/src/components/H6.react.js +++ b/src/components/H6.react.js @@ -53,6 +53,21 @@ H6.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Header.react.js b/src/components/Header.react.js index dd7e3976..21cd8dbb 100644 --- a/src/components/Header.react.js +++ b/src/components/Header.react.js @@ -53,6 +53,21 @@ Header.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Hgroup.react.js b/src/components/Hgroup.react.js index cd6b7fe7..ecb564d5 100644 --- a/src/components/Hgroup.react.js +++ b/src/components/Hgroup.react.js @@ -53,6 +53,21 @@ Hgroup.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Hr.react.js b/src/components/Hr.react.js index 9127b406..d4305d1d 100644 --- a/src/components/Hr.react.js +++ b/src/components/Hr.react.js @@ -53,6 +53,21 @@ Hr.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/I.react.js b/src/components/I.react.js index e312b502..87e31ff8 100644 --- a/src/components/I.react.js +++ b/src/components/I.react.js @@ -53,6 +53,21 @@ I.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Iframe.react.js b/src/components/Iframe.react.js index 2e5a441a..f2e2d6cd 100644 --- a/src/components/Iframe.react.js +++ b/src/components/Iframe.react.js @@ -53,6 +53,21 @@ Iframe.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Img.react.js b/src/components/Img.react.js index 51f0f435..ff147a7b 100644 --- a/src/components/Img.react.js +++ b/src/components/Img.react.js @@ -53,6 +53,21 @@ Img.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Ins.react.js b/src/components/Ins.react.js index e8859ba2..447d4a88 100644 --- a/src/components/Ins.react.js +++ b/src/components/Ins.react.js @@ -53,6 +53,21 @@ Ins.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Isindex.react.js b/src/components/Isindex.react.js index 3fe03f5c..ce383d9b 100644 --- a/src/components/Isindex.react.js +++ b/src/components/Isindex.react.js @@ -53,6 +53,21 @@ Isindex.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Kbd.react.js b/src/components/Kbd.react.js index 1f9126d8..7219991a 100644 --- a/src/components/Kbd.react.js +++ b/src/components/Kbd.react.js @@ -53,6 +53,21 @@ Kbd.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Keygen.react.js b/src/components/Keygen.react.js index 052be85d..de1911dc 100644 --- a/src/components/Keygen.react.js +++ b/src/components/Keygen.react.js @@ -53,6 +53,21 @@ Keygen.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Label.react.js b/src/components/Label.react.js index 225295c6..58b92b98 100644 --- a/src/components/Label.react.js +++ b/src/components/Label.react.js @@ -53,6 +53,21 @@ Label.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Legend.react.js b/src/components/Legend.react.js index 53f00fc7..0016c590 100644 --- a/src/components/Legend.react.js +++ b/src/components/Legend.react.js @@ -53,6 +53,21 @@ Legend.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Li.react.js b/src/components/Li.react.js index 075f6bca..7edc4b1f 100644 --- a/src/components/Li.react.js +++ b/src/components/Li.react.js @@ -53,6 +53,21 @@ Li.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Link.react.js b/src/components/Link.react.js index c71892a9..838025da 100644 --- a/src/components/Link.react.js +++ b/src/components/Link.react.js @@ -53,6 +53,21 @@ Link.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Listing.react.js b/src/components/Listing.react.js index 3bfd9e39..0a4f270e 100644 --- a/src/components/Listing.react.js +++ b/src/components/Listing.react.js @@ -53,6 +53,21 @@ Listing.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Main.react.js b/src/components/Main.react.js index a3f2299c..c47c4300 100644 --- a/src/components/Main.react.js +++ b/src/components/Main.react.js @@ -53,6 +53,21 @@ Main.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/MapEl.react.js b/src/components/MapEl.react.js index 47952017..dcd4b6fc 100644 --- a/src/components/MapEl.react.js +++ b/src/components/MapEl.react.js @@ -53,6 +53,21 @@ MapEl.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Mark.react.js b/src/components/Mark.react.js index 9894834e..7048bca1 100644 --- a/src/components/Mark.react.js +++ b/src/components/Mark.react.js @@ -53,6 +53,21 @@ Mark.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Marquee.react.js b/src/components/Marquee.react.js index fa772771..55262462 100644 --- a/src/components/Marquee.react.js +++ b/src/components/Marquee.react.js @@ -53,6 +53,21 @@ Marquee.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Meta.react.js b/src/components/Meta.react.js index d6390fa0..aac015b9 100644 --- a/src/components/Meta.react.js +++ b/src/components/Meta.react.js @@ -53,6 +53,21 @@ Meta.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Meter.react.js b/src/components/Meter.react.js index bdb3c2c9..41cc4126 100644 --- a/src/components/Meter.react.js +++ b/src/components/Meter.react.js @@ -53,6 +53,21 @@ Meter.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Multicol.react.js b/src/components/Multicol.react.js index c2bf9e6f..68a293f3 100644 --- a/src/components/Multicol.react.js +++ b/src/components/Multicol.react.js @@ -53,6 +53,21 @@ Multicol.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Nav.react.js b/src/components/Nav.react.js index 433032fc..d0a816c1 100644 --- a/src/components/Nav.react.js +++ b/src/components/Nav.react.js @@ -53,6 +53,21 @@ Nav.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Nextid.react.js b/src/components/Nextid.react.js index 9c1b6511..ed1c02ac 100644 --- a/src/components/Nextid.react.js +++ b/src/components/Nextid.react.js @@ -53,6 +53,21 @@ Nextid.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Nobr.react.js b/src/components/Nobr.react.js index 83028a3a..a3c96704 100644 --- a/src/components/Nobr.react.js +++ b/src/components/Nobr.react.js @@ -53,6 +53,21 @@ Nobr.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Noscript.react.js b/src/components/Noscript.react.js index 782f2a7f..e6af9acf 100644 --- a/src/components/Noscript.react.js +++ b/src/components/Noscript.react.js @@ -53,6 +53,21 @@ Noscript.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/ObjectEl.react.js b/src/components/ObjectEl.react.js index c295c9db..a51b3dc6 100644 --- a/src/components/ObjectEl.react.js +++ b/src/components/ObjectEl.react.js @@ -53,6 +53,21 @@ ObjectEl.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Ol.react.js b/src/components/Ol.react.js index caf4d8f0..4bba6a3c 100644 --- a/src/components/Ol.react.js +++ b/src/components/Ol.react.js @@ -53,6 +53,21 @@ Ol.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Optgroup.react.js b/src/components/Optgroup.react.js index a05c6a76..c57f7326 100644 --- a/src/components/Optgroup.react.js +++ b/src/components/Optgroup.react.js @@ -53,6 +53,21 @@ Optgroup.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Option.react.js b/src/components/Option.react.js index b222e3f1..f3076903 100644 --- a/src/components/Option.react.js +++ b/src/components/Option.react.js @@ -53,6 +53,21 @@ Option.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Output.react.js b/src/components/Output.react.js index a9059283..8632b56a 100644 --- a/src/components/Output.react.js +++ b/src/components/Output.react.js @@ -53,6 +53,21 @@ Output.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/P.react.js b/src/components/P.react.js index 3624c282..194c41b9 100644 --- a/src/components/P.react.js +++ b/src/components/P.react.js @@ -53,6 +53,21 @@ P.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Param.react.js b/src/components/Param.react.js index bf5ef64c..d3ccb406 100644 --- a/src/components/Param.react.js +++ b/src/components/Param.react.js @@ -53,6 +53,21 @@ Param.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Picture.react.js b/src/components/Picture.react.js index 9eb924cd..0fd455c7 100644 --- a/src/components/Picture.react.js +++ b/src/components/Picture.react.js @@ -53,6 +53,21 @@ Picture.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Plaintext.react.js b/src/components/Plaintext.react.js index 72fd815f..dc9362c1 100644 --- a/src/components/Plaintext.react.js +++ b/src/components/Plaintext.react.js @@ -53,6 +53,21 @@ Plaintext.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Pre.react.js b/src/components/Pre.react.js index d5b07af3..1b86b8d2 100644 --- a/src/components/Pre.react.js +++ b/src/components/Pre.react.js @@ -53,6 +53,21 @@ Pre.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Progress.react.js b/src/components/Progress.react.js index d398f361..d14dcaca 100644 --- a/src/components/Progress.react.js +++ b/src/components/Progress.react.js @@ -53,6 +53,21 @@ Progress.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Q.react.js b/src/components/Q.react.js index 309afbee..0161c907 100644 --- a/src/components/Q.react.js +++ b/src/components/Q.react.js @@ -53,6 +53,21 @@ Q.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Rp.react.js b/src/components/Rp.react.js index 8b06f25d..bb719956 100644 --- a/src/components/Rp.react.js +++ b/src/components/Rp.react.js @@ -53,6 +53,21 @@ Rp.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Rt.react.js b/src/components/Rt.react.js index d1c9a189..37596feb 100644 --- a/src/components/Rt.react.js +++ b/src/components/Rt.react.js @@ -53,6 +53,21 @@ Rt.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Rtc.react.js b/src/components/Rtc.react.js index 6f530ade..a3d111bd 100644 --- a/src/components/Rtc.react.js +++ b/src/components/Rtc.react.js @@ -53,6 +53,21 @@ Rtc.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Ruby.react.js b/src/components/Ruby.react.js index 45617297..4676a00a 100644 --- a/src/components/Ruby.react.js +++ b/src/components/Ruby.react.js @@ -53,6 +53,21 @@ Ruby.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/S.react.js b/src/components/S.react.js index 7544e791..831720ab 100644 --- a/src/components/S.react.js +++ b/src/components/S.react.js @@ -53,6 +53,21 @@ S.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Samp.react.js b/src/components/Samp.react.js index 9dc12529..067f27b9 100644 --- a/src/components/Samp.react.js +++ b/src/components/Samp.react.js @@ -53,6 +53,21 @@ Samp.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Script.react.js b/src/components/Script.react.js index 20cd428e..2f6c892b 100644 --- a/src/components/Script.react.js +++ b/src/components/Script.react.js @@ -53,6 +53,21 @@ Script.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Section.react.js b/src/components/Section.react.js index fa41a909..373e8979 100644 --- a/src/components/Section.react.js +++ b/src/components/Section.react.js @@ -53,6 +53,21 @@ Section.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Select.react.js b/src/components/Select.react.js index 5d1932a6..00535192 100644 --- a/src/components/Select.react.js +++ b/src/components/Select.react.js @@ -53,6 +53,21 @@ Select.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Shadow.react.js b/src/components/Shadow.react.js index 0abc1861..6b0a9bbf 100644 --- a/src/components/Shadow.react.js +++ b/src/components/Shadow.react.js @@ -53,6 +53,21 @@ Shadow.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Slot.react.js b/src/components/Slot.react.js index 3a03cf1f..2ee4452a 100644 --- a/src/components/Slot.react.js +++ b/src/components/Slot.react.js @@ -53,6 +53,21 @@ Slot.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Small.react.js b/src/components/Small.react.js index 81e0df1e..7266d36e 100644 --- a/src/components/Small.react.js +++ b/src/components/Small.react.js @@ -53,6 +53,21 @@ Small.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Source.react.js b/src/components/Source.react.js index 0cd46e25..63eb819c 100644 --- a/src/components/Source.react.js +++ b/src/components/Source.react.js @@ -53,6 +53,21 @@ Source.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Spacer.react.js b/src/components/Spacer.react.js index 9c065f7b..976a323f 100644 --- a/src/components/Spacer.react.js +++ b/src/components/Spacer.react.js @@ -53,6 +53,21 @@ Spacer.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Span.react.js b/src/components/Span.react.js index c22f57cb..798440b6 100644 --- a/src/components/Span.react.js +++ b/src/components/Span.react.js @@ -53,6 +53,21 @@ Span.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Strike.react.js b/src/components/Strike.react.js index 4cc5df49..0ee3ffb4 100644 --- a/src/components/Strike.react.js +++ b/src/components/Strike.react.js @@ -53,6 +53,21 @@ Strike.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Strong.react.js b/src/components/Strong.react.js index 16940a32..ef08ee79 100644 --- a/src/components/Strong.react.js +++ b/src/components/Strong.react.js @@ -53,6 +53,21 @@ Strong.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Sub.react.js b/src/components/Sub.react.js index a581b2e0..212c6314 100644 --- a/src/components/Sub.react.js +++ b/src/components/Sub.react.js @@ -53,6 +53,21 @@ Sub.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Summary.react.js b/src/components/Summary.react.js index e691af43..5115f776 100644 --- a/src/components/Summary.react.js +++ b/src/components/Summary.react.js @@ -53,6 +53,21 @@ Summary.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Sup.react.js b/src/components/Sup.react.js index 69e08b0f..0d3aef24 100644 --- a/src/components/Sup.react.js +++ b/src/components/Sup.react.js @@ -53,6 +53,21 @@ Sup.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Table.react.js b/src/components/Table.react.js index a2ca2a58..d0710489 100644 --- a/src/components/Table.react.js +++ b/src/components/Table.react.js @@ -53,6 +53,21 @@ Table.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Tbody.react.js b/src/components/Tbody.react.js index 643bceae..e30b6d97 100644 --- a/src/components/Tbody.react.js +++ b/src/components/Tbody.react.js @@ -53,6 +53,21 @@ Tbody.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Td.react.js b/src/components/Td.react.js index af44cf62..39486567 100644 --- a/src/components/Td.react.js +++ b/src/components/Td.react.js @@ -53,6 +53,21 @@ Td.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Template.react.js b/src/components/Template.react.js index 65d6b899..b903663e 100644 --- a/src/components/Template.react.js +++ b/src/components/Template.react.js @@ -53,6 +53,21 @@ Template.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Textarea.react.js b/src/components/Textarea.react.js index 400ba8b9..d2c6a1ae 100644 --- a/src/components/Textarea.react.js +++ b/src/components/Textarea.react.js @@ -53,6 +53,21 @@ Textarea.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Tfoot.react.js b/src/components/Tfoot.react.js index a7ed52c3..59bfe5d7 100644 --- a/src/components/Tfoot.react.js +++ b/src/components/Tfoot.react.js @@ -53,6 +53,21 @@ Tfoot.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Th.react.js b/src/components/Th.react.js index becaa1ff..20d97c3f 100644 --- a/src/components/Th.react.js +++ b/src/components/Th.react.js @@ -53,6 +53,21 @@ Th.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Thead.react.js b/src/components/Thead.react.js index 72939dac..1e1067f5 100644 --- a/src/components/Thead.react.js +++ b/src/components/Thead.react.js @@ -53,6 +53,21 @@ Thead.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Time.react.js b/src/components/Time.react.js index aa81f3a3..d69ba52a 100644 --- a/src/components/Time.react.js +++ b/src/components/Time.react.js @@ -53,6 +53,21 @@ Time.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Title.react.js b/src/components/Title.react.js index 674c5cd4..d3d4ac71 100644 --- a/src/components/Title.react.js +++ b/src/components/Title.react.js @@ -53,6 +53,21 @@ Title.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Tr.react.js b/src/components/Tr.react.js index 8c26fa5d..09f82b95 100644 --- a/src/components/Tr.react.js +++ b/src/components/Tr.react.js @@ -53,6 +53,21 @@ Tr.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Track.react.js b/src/components/Track.react.js index 4f3b1aed..54ed8f8c 100644 --- a/src/components/Track.react.js +++ b/src/components/Track.react.js @@ -53,6 +53,21 @@ Track.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/U.react.js b/src/components/U.react.js index f88ae235..4030892e 100644 --- a/src/components/U.react.js +++ b/src/components/U.react.js @@ -53,6 +53,21 @@ U.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Ul.react.js b/src/components/Ul.react.js index c13a0d22..1b3e632a 100644 --- a/src/components/Ul.react.js +++ b/src/components/Ul.react.js @@ -53,6 +53,21 @@ Ul.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Var.react.js b/src/components/Var.react.js index 5a7d2d04..d82ddeb4 100644 --- a/src/components/Var.react.js +++ b/src/components/Var.react.js @@ -53,6 +53,21 @@ Var.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Video.react.js b/src/components/Video.react.js index 3d32a277..da01894a 100644 --- a/src/components/Video.react.js +++ b/src/components/Video.react.js @@ -53,6 +53,21 @@ Video.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Wbr.react.js b/src/components/Wbr.react.js index 8fd5c395..484d293d 100644 --- a/src/components/Wbr.react.js +++ b/src/components/Wbr.react.js @@ -53,6 +53,21 @@ Wbr.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /** diff --git a/src/components/Xmp.react.js b/src/components/Xmp.react.js index 16939831..a57ad9ce 100644 --- a/src/components/Xmp.react.js +++ b/src/components/Xmp.react.js @@ -53,6 +53,21 @@ Xmp.propTypes = { * See https://reactjs.org/docs/lists-and-keys.html for more info */ 'key': PropTypes.string, + + /** + * The ARIA role attribute + */ + 'role': PropTypes.string, + + /** + * A wildcard data attribute + */ + 'data-*': PropTypes.string, + + /** + * A wildcard aria attribute + */ + 'aria-*': PropTypes.string, /**