From f34703f61970a057d46c73f160d1fe06e090f439 Mon Sep 17 00:00:00 2001 From: Ryan Marren Date: Mon, 11 Jun 2018 22:50:56 -0400 Subject: [PATCH 01/11] v0.12.0 class files --- CHANGELOG.md | 5 ++ dash_html_components/A.py | 82 ++++++++++++++++++++++++++++ dash_html_components/Abbr.py | 75 +++++++++++++++++++++++++ dash_html_components/Acronym.py | 75 +++++++++++++++++++++++++ dash_html_components/Address.py | 75 +++++++++++++++++++++++++ dash_html_components/Area.py | 84 ++++++++++++++++++++++++++++ dash_html_components/Article.py | 75 +++++++++++++++++++++++++ dash_html_components/Aside.py | 75 +++++++++++++++++++++++++ dash_html_components/Audio.py | 82 ++++++++++++++++++++++++++++ dash_html_components/B.py | 75 +++++++++++++++++++++++++ dash_html_components/Base.py | 77 ++++++++++++++++++++++++++ dash_html_components/Basefont.py | 75 +++++++++++++++++++++++++ dash_html_components/Bdi.py | 75 +++++++++++++++++++++++++ dash_html_components/Bdo.py | 75 +++++++++++++++++++++++++ dash_html_components/Big.py | 75 +++++++++++++++++++++++++ dash_html_components/Blink.py | 75 +++++++++++++++++++++++++ dash_html_components/Blockquote.py | 76 ++++++++++++++++++++++++++ dash_html_components/Br.py | 75 +++++++++++++++++++++++++ dash_html_components/Button.py | 82 ++++++++++++++++++++++++++++ dash_html_components/Canvas.py | 77 ++++++++++++++++++++++++++ dash_html_components/Caption.py | 75 +++++++++++++++++++++++++ dash_html_components/Center.py | 75 +++++++++++++++++++++++++ dash_html_components/Cite.py | 75 +++++++++++++++++++++++++ dash_html_components/Code.py | 75 +++++++++++++++++++++++++ dash_html_components/Col.py | 76 ++++++++++++++++++++++++++ dash_html_components/Colgroup.py | 76 ++++++++++++++++++++++++++ dash_html_components/Command.py | 80 +++++++++++++++++++++++++++ dash_html_components/Content.py | 75 +++++++++++++++++++++++++ dash_html_components/Data.py | 75 +++++++++++++++++++++++++ dash_html_components/Datalist.py | 75 +++++++++++++++++++++++++ dash_html_components/Dd.py | 75 +++++++++++++++++++++++++ dash_html_components/Del.py | 77 ++++++++++++++++++++++++++ dash_html_components/Details.py | 76 ++++++++++++++++++++++++++ dash_html_components/Dfn.py | 75 +++++++++++++++++++++++++ dash_html_components/Dialog.py | 75 +++++++++++++++++++++++++ dash_html_components/Div.py | 75 +++++++++++++++++++++++++ dash_html_components/Dl.py | 75 +++++++++++++++++++++++++ dash_html_components/Dt.py | 75 +++++++++++++++++++++++++ dash_html_components/Element.py | 75 +++++++++++++++++++++++++ dash_html_components/Em.py | 75 +++++++++++++++++++++++++ dash_html_components/Embed.py | 79 +++++++++++++++++++++++++++ dash_html_components/Fieldset.py | 78 ++++++++++++++++++++++++++ dash_html_components/Figcaption.py | 75 +++++++++++++++++++++++++ dash_html_components/Figure.py | 75 +++++++++++++++++++++++++ dash_html_components/Font.py | 75 +++++++++++++++++++++++++ dash_html_components/Footer.py | 75 +++++++++++++++++++++++++ dash_html_components/Form.py | 84 ++++++++++++++++++++++++++++ dash_html_components/Frame.py | 75 +++++++++++++++++++++++++ dash_html_components/Frameset.py | 75 +++++++++++++++++++++++++ dash_html_components/H1.py | 75 +++++++++++++++++++++++++ dash_html_components/H2.py | 75 +++++++++++++++++++++++++ dash_html_components/H3.py | 75 +++++++++++++++++++++++++ dash_html_components/H4.py | 75 +++++++++++++++++++++++++ dash_html_components/H5.py | 75 +++++++++++++++++++++++++ dash_html_components/H6.py | 75 +++++++++++++++++++++++++ dash_html_components/Header.py | 75 +++++++++++++++++++++++++ dash_html_components/Hgroup.py | 75 +++++++++++++++++++++++++ dash_html_components/Hr.py | 75 +++++++++++++++++++++++++ dash_html_components/I.py | 75 +++++++++++++++++++++++++ dash_html_components/Iframe.py | 81 +++++++++++++++++++++++++++ dash_html_components/Img.py | 83 ++++++++++++++++++++++++++++ dash_html_components/Ins.py | 77 ++++++++++++++++++++++++++ dash_html_components/Isindex.py | 75 +++++++++++++++++++++++++ dash_html_components/Kbd.py | 75 +++++++++++++++++++++++++ dash_html_components/Keygen.py | 81 +++++++++++++++++++++++++++ dash_html_components/Label.py | 77 ++++++++++++++++++++++++++ dash_html_components/Legend.py | 75 +++++++++++++++++++++++++ dash_html_components/Li.py | 76 ++++++++++++++++++++++++++ dash_html_components/Link.py | 82 ++++++++++++++++++++++++++++ dash_html_components/Listing.py | 75 +++++++++++++++++++++++++ dash_html_components/Main.py | 75 +++++++++++++++++++++++++ dash_html_components/MapEl.py | 76 ++++++++++++++++++++++++++ dash_html_components/Mark.py | 75 +++++++++++++++++++++++++ dash_html_components/Marquee.py | 76 ++++++++++++++++++++++++++ dash_html_components/Meta.py | 79 +++++++++++++++++++++++++++ dash_html_components/Meter.py | 82 ++++++++++++++++++++++++++++ dash_html_components/Multicol.py | 75 +++++++++++++++++++++++++ dash_html_components/Nav.py | 75 +++++++++++++++++++++++++ dash_html_components/Nextid.py | 75 +++++++++++++++++++++++++ dash_html_components/Nobr.py | 75 +++++++++++++++++++++++++ dash_html_components/Noscript.py | 75 +++++++++++++++++++++++++ dash_html_components/ObjectEl.py | 81 +++++++++++++++++++++++++++ dash_html_components/Ol.py | 77 ++++++++++++++++++++++++++ dash_html_components/Optgroup.py | 76 ++++++++++++++++++++++++++ dash_html_components/Option.py | 78 ++++++++++++++++++++++++++ dash_html_components/Output.py | 78 ++++++++++++++++++++++++++ dash_html_components/P.py | 75 +++++++++++++++++++++++++ dash_html_components/Param.py | 77 ++++++++++++++++++++++++++ dash_html_components/Picture.py | 75 +++++++++++++++++++++++++ dash_html_components/Plaintext.py | 75 +++++++++++++++++++++++++ dash_html_components/Pre.py | 75 +++++++++++++++++++++++++ dash_html_components/Progress.py | 78 ++++++++++++++++++++++++++ dash_html_components/Q.py | 76 ++++++++++++++++++++++++++ dash_html_components/Rp.py | 75 +++++++++++++++++++++++++ dash_html_components/Rt.py | 75 +++++++++++++++++++++++++ dash_html_components/Rtc.py | 75 +++++++++++++++++++++++++ dash_html_components/Ruby.py | 75 +++++++++++++++++++++++++ dash_html_components/S.py | 75 +++++++++++++++++++++++++ dash_html_components/Samp.py | 75 +++++++++++++++++++++++++ dash_html_components/Script.py | 82 ++++++++++++++++++++++++++++ dash_html_components/Section.py | 75 +++++++++++++++++++++++++ dash_html_components/Select.py | 82 ++++++++++++++++++++++++++++ dash_html_components/Shadow.py | 75 +++++++++++++++++++++++++ dash_html_components/Slot.py | 75 +++++++++++++++++++++++++ dash_html_components/Small.py | 75 +++++++++++++++++++++++++ dash_html_components/Source.py | 79 +++++++++++++++++++++++++++ dash_html_components/Spacer.py | 75 +++++++++++++++++++++++++ dash_html_components/Span.py | 75 +++++++++++++++++++++++++ dash_html_components/Strike.py | 75 +++++++++++++++++++++++++ dash_html_components/Strong.py | 75 +++++++++++++++++++++++++ dash_html_components/Sub.py | 75 +++++++++++++++++++++++++ dash_html_components/Summary.py | 75 +++++++++++++++++++++++++ dash_html_components/Sup.py | 75 +++++++++++++++++++++++++ dash_html_components/Table.py | 76 ++++++++++++++++++++++++++ dash_html_components/Tbody.py | 75 +++++++++++++++++++++++++ dash_html_components/Td.py | 78 ++++++++++++++++++++++++++ dash_html_components/Template.py | 75 +++++++++++++++++++++++++ dash_html_components/Textarea.py | 88 ++++++++++++++++++++++++++++++ dash_html_components/Tfoot.py | 75 +++++++++++++++++++++++++ dash_html_components/Th.py | 79 +++++++++++++++++++++++++++ dash_html_components/Thead.py | 75 +++++++++++++++++++++++++ dash_html_components/Time.py | 76 ++++++++++++++++++++++++++ dash_html_components/Title.py | 75 +++++++++++++++++++++++++ dash_html_components/Tr.py | 75 +++++++++++++++++++++++++ dash_html_components/Track.py | 80 +++++++++++++++++++++++++++ dash_html_components/U.py | 75 +++++++++++++++++++++++++ dash_html_components/Ul.py | 75 +++++++++++++++++++++++++ dash_html_components/Var.py | 75 +++++++++++++++++++++++++ dash_html_components/Video.py | 85 +++++++++++++++++++++++++++++ dash_html_components/Wbr.py | 75 +++++++++++++++++++++++++ dash_html_components/Xmp.py | 75 +++++++++++++++++++++++++ dash_html_components/__init__.py | 49 ++++++++++++----- package.json | 6 +- 133 files changed, 9974 insertions(+), 18 deletions(-) create mode 100644 dash_html_components/A.py create mode 100644 dash_html_components/Abbr.py create mode 100644 dash_html_components/Acronym.py create mode 100644 dash_html_components/Address.py create mode 100644 dash_html_components/Area.py create mode 100644 dash_html_components/Article.py create mode 100644 dash_html_components/Aside.py create mode 100644 dash_html_components/Audio.py create mode 100644 dash_html_components/B.py create mode 100644 dash_html_components/Base.py create mode 100644 dash_html_components/Basefont.py create mode 100644 dash_html_components/Bdi.py create mode 100644 dash_html_components/Bdo.py create mode 100644 dash_html_components/Big.py create mode 100644 dash_html_components/Blink.py create mode 100644 dash_html_components/Blockquote.py create mode 100644 dash_html_components/Br.py create mode 100644 dash_html_components/Button.py create mode 100644 dash_html_components/Canvas.py create mode 100644 dash_html_components/Caption.py create mode 100644 dash_html_components/Center.py create mode 100644 dash_html_components/Cite.py create mode 100644 dash_html_components/Code.py create mode 100644 dash_html_components/Col.py create mode 100644 dash_html_components/Colgroup.py create mode 100644 dash_html_components/Command.py create mode 100644 dash_html_components/Content.py create mode 100644 dash_html_components/Data.py create mode 100644 dash_html_components/Datalist.py create mode 100644 dash_html_components/Dd.py create mode 100644 dash_html_components/Del.py create mode 100644 dash_html_components/Details.py create mode 100644 dash_html_components/Dfn.py create mode 100644 dash_html_components/Dialog.py create mode 100644 dash_html_components/Div.py create mode 100644 dash_html_components/Dl.py create mode 100644 dash_html_components/Dt.py create mode 100644 dash_html_components/Element.py create mode 100644 dash_html_components/Em.py create mode 100644 dash_html_components/Embed.py create mode 100644 dash_html_components/Fieldset.py create mode 100644 dash_html_components/Figcaption.py create mode 100644 dash_html_components/Figure.py create mode 100644 dash_html_components/Font.py create mode 100644 dash_html_components/Footer.py create mode 100644 dash_html_components/Form.py create mode 100644 dash_html_components/Frame.py create mode 100644 dash_html_components/Frameset.py create mode 100644 dash_html_components/H1.py create mode 100644 dash_html_components/H2.py create mode 100644 dash_html_components/H3.py create mode 100644 dash_html_components/H4.py create mode 100644 dash_html_components/H5.py create mode 100644 dash_html_components/H6.py create mode 100644 dash_html_components/Header.py create mode 100644 dash_html_components/Hgroup.py create mode 100644 dash_html_components/Hr.py create mode 100644 dash_html_components/I.py create mode 100644 dash_html_components/Iframe.py create mode 100644 dash_html_components/Img.py create mode 100644 dash_html_components/Ins.py create mode 100644 dash_html_components/Isindex.py create mode 100644 dash_html_components/Kbd.py create mode 100644 dash_html_components/Keygen.py create mode 100644 dash_html_components/Label.py create mode 100644 dash_html_components/Legend.py create mode 100644 dash_html_components/Li.py create mode 100644 dash_html_components/Link.py create mode 100644 dash_html_components/Listing.py create mode 100644 dash_html_components/Main.py create mode 100644 dash_html_components/MapEl.py create mode 100644 dash_html_components/Mark.py create mode 100644 dash_html_components/Marquee.py create mode 100644 dash_html_components/Meta.py create mode 100644 dash_html_components/Meter.py create mode 100644 dash_html_components/Multicol.py create mode 100644 dash_html_components/Nav.py create mode 100644 dash_html_components/Nextid.py create mode 100644 dash_html_components/Nobr.py create mode 100644 dash_html_components/Noscript.py create mode 100644 dash_html_components/ObjectEl.py create mode 100644 dash_html_components/Ol.py create mode 100644 dash_html_components/Optgroup.py create mode 100644 dash_html_components/Option.py create mode 100644 dash_html_components/Output.py create mode 100644 dash_html_components/P.py create mode 100644 dash_html_components/Param.py create mode 100644 dash_html_components/Picture.py create mode 100644 dash_html_components/Plaintext.py create mode 100644 dash_html_components/Pre.py create mode 100644 dash_html_components/Progress.py create mode 100644 dash_html_components/Q.py create mode 100644 dash_html_components/Rp.py create mode 100644 dash_html_components/Rt.py create mode 100644 dash_html_components/Rtc.py create mode 100644 dash_html_components/Ruby.py create mode 100644 dash_html_components/S.py create mode 100644 dash_html_components/Samp.py create mode 100644 dash_html_components/Script.py create mode 100644 dash_html_components/Section.py create mode 100644 dash_html_components/Select.py create mode 100644 dash_html_components/Shadow.py create mode 100644 dash_html_components/Slot.py create mode 100644 dash_html_components/Small.py create mode 100644 dash_html_components/Source.py create mode 100644 dash_html_components/Spacer.py create mode 100644 dash_html_components/Span.py create mode 100644 dash_html_components/Strike.py create mode 100644 dash_html_components/Strong.py create mode 100644 dash_html_components/Sub.py create mode 100644 dash_html_components/Summary.py create mode 100644 dash_html_components/Sup.py create mode 100644 dash_html_components/Table.py create mode 100644 dash_html_components/Tbody.py create mode 100644 dash_html_components/Td.py create mode 100644 dash_html_components/Template.py create mode 100644 dash_html_components/Textarea.py create mode 100644 dash_html_components/Tfoot.py create mode 100644 dash_html_components/Th.py create mode 100644 dash_html_components/Thead.py create mode 100644 dash_html_components/Time.py create mode 100644 dash_html_components/Title.py create mode 100644 dash_html_components/Tr.py create mode 100644 dash_html_components/Track.py create mode 100644 dash_html_components/U.py create mode 100644 dash_html_components/Ul.py create mode 100644 dash_html_components/Var.py create mode 100644 dash_html_components/Video.py create mode 100644 dash_html_components/Wbr.py create mode 100644 dash_html_components/Xmp.py diff --git a/CHANGELOG.md b/CHANGELOG.md index 10af9986..694bdf98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [0.12.0] - 2018-06-01 +### Changed +- `dash_html_components/__init__.py` now imports from python class files rather than generating classes at runtime, +adding support for IDE autocomplete ect. + ## [0.11.0] - 2018-06-01 ### Added - A `n_clicks_timestamp` property was added to all of the components. This property represents the date that the element was clicked on and can be used to determine _which element was clicked on_ in callbacks with multiple elements. This is considered a stop-gap solution: ultimately we'll want a solution that works for _all_ properties across all components, not just the `n_clicks` property. https://github.com/plotly/dash-html-components/pull/45 diff --git a/dash_html_components/A.py b/dash_html_components/A.py new file mode 100644 index 00000000..8f7fb492 --- /dev/null +++ b/dash_html_components/A.py @@ -0,0 +1,82 @@ +from dash.development.base_component import Component + + +class A(Component): + """A A component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- download (string; optional): Indicates that the hyperlink is to be used for downloading a resource. +- href (string; optional): The URL of a linked resource. +- hrefLang (string; optional): Specifies the language of the linked resource. +- media (string; optional): Specifies a hint of the media for which the linked resource was designed. +- rel (string; optional): Specifies the relationship of the target object to the link object. +- shape (string; optional) +- target (string; optional) +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'download', 'href', 'hrefLang', 'media', 'rel', 'shape', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'A' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'download', 'href', 'hrefLang', 'media', 'rel', 'shape', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(A, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('A(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'A(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Abbr.py b/dash_html_components/Abbr.py new file mode 100644 index 00000000..d7a889a8 --- /dev/null +++ b/dash_html_components/Abbr.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Abbr(Component): + """A Abbr component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Abbr' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Abbr, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Abbr(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Abbr(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Acronym.py b/dash_html_components/Acronym.py new file mode 100644 index 00000000..4ee79081 --- /dev/null +++ b/dash_html_components/Acronym.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Acronym(Component): + """A Acronym component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Acronym' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Acronym, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Acronym(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Acronym(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Address.py b/dash_html_components/Address.py new file mode 100644 index 00000000..a7de88fd --- /dev/null +++ b/dash_html_components/Address.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Address(Component): + """A Address component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Address' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Address, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Address(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Address(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Area.py b/dash_html_components/Area.py new file mode 100644 index 00000000..c3897e63 --- /dev/null +++ b/dash_html_components/Area.py @@ -0,0 +1,84 @@ +from dash.development.base_component import Component + + +class Area(Component): + """A Area component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- alt (string; optional): Alternative text in case an image can't be displayed. +- coords (string; optional): A set of values specifying the coordinates of the hot-spot region. +- download (string; optional): Indicates that the hyperlink is to be used for downloading a resource. +- href (string; optional): The URL of a linked resource. +- hrefLang (string; optional): Specifies the language of the linked resource. +- media (string; optional): Specifies a hint of the media for which the linked resource was designed. +- rel (string; optional): Specifies the relationship of the target object to the link object. +- shape (string; optional) +- target (string; optional) +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'alt', 'coords', 'download', 'href', 'hrefLang', 'media', 'rel', 'shape', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Area' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'alt', 'coords', 'download', 'href', 'hrefLang', 'media', 'rel', 'shape', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Area, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Area(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Area(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Article.py b/dash_html_components/Article.py new file mode 100644 index 00000000..59d2a9af --- /dev/null +++ b/dash_html_components/Article.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Article(Component): + """A Article component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Article' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Article, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Article(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Article(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Aside.py b/dash_html_components/Aside.py new file mode 100644 index 00000000..65ca43f3 --- /dev/null +++ b/dash_html_components/Aside.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Aside(Component): + """A Aside component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Aside' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Aside, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Aside(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Aside(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Audio.py b/dash_html_components/Audio.py new file mode 100644 index 00000000..c24e1148 --- /dev/null +++ b/dash_html_components/Audio.py @@ -0,0 +1,82 @@ +from dash.development.base_component import Component + + +class Audio(Component): + """A Audio component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- autoPlay (string; optional): The audio or video should play as soon as possible. +- controls (string; optional): Indicates whether the browser should show playback controls to the user. +- crossOrigin (string; optional): How the element handles cross-origin requests +- loop (string; optional): Indicates whether the media should start playing from the start when it's finished. +- muted (string; optional): Indicates whether the audio will be initially silenced on page load. +- preload (string; optional): Indicates whether the whole resource, parts of it or nothing should be preloaded. +- src (string; optional): The URL of the embeddable content. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoPlay', 'controls', 'crossOrigin', 'loop', 'muted', 'preload', 'src', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Audio' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoPlay', 'controls', 'crossOrigin', 'loop', 'muted', 'preload', 'src', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Audio, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Audio(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Audio(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/B.py b/dash_html_components/B.py new file mode 100644 index 00000000..1845d5fe --- /dev/null +++ b/dash_html_components/B.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class B(Component): + """A B component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'B' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(B, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('B(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'B(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Base.py b/dash_html_components/Base.py new file mode 100644 index 00000000..867208f6 --- /dev/null +++ b/dash_html_components/Base.py @@ -0,0 +1,77 @@ +from dash.development.base_component import Component + + +class Base(Component): + """A Base component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- href (string; optional): The URL of a linked resource. +- target (string; optional) +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'href', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Base' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'href', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Base, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Base(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Base(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Basefont.py b/dash_html_components/Basefont.py new file mode 100644 index 00000000..758194a5 --- /dev/null +++ b/dash_html_components/Basefont.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Basefont(Component): + """A Basefont component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Basefont' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Basefont, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Basefont(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Basefont(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Bdi.py b/dash_html_components/Bdi.py new file mode 100644 index 00000000..1eb7705b --- /dev/null +++ b/dash_html_components/Bdi.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Bdi(Component): + """A Bdi component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Bdi' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Bdi, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Bdi(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Bdi(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Bdo.py b/dash_html_components/Bdo.py new file mode 100644 index 00000000..56d82b8b --- /dev/null +++ b/dash_html_components/Bdo.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Bdo(Component): + """A Bdo component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Bdo' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Bdo, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Bdo(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Bdo(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Big.py b/dash_html_components/Big.py new file mode 100644 index 00000000..c3c5bc91 --- /dev/null +++ b/dash_html_components/Big.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Big(Component): + """A Big component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Big' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Big, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Big(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Big(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Blink.py b/dash_html_components/Blink.py new file mode 100644 index 00000000..d9963d6f --- /dev/null +++ b/dash_html_components/Blink.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Blink(Component): + """A Blink component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Blink' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Blink, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Blink(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Blink(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Blockquote.py b/dash_html_components/Blockquote.py new file mode 100644 index 00000000..b9c7da73 --- /dev/null +++ b/dash_html_components/Blockquote.py @@ -0,0 +1,76 @@ +from dash.development.base_component import Component + + +class Blockquote(Component): + """A Blockquote component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- cite (string; optional): Contains a URI which points to the source of the quote or change. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Blockquote' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Blockquote, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Blockquote(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Blockquote(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Br.py b/dash_html_components/Br.py new file mode 100644 index 00000000..7583f6dc --- /dev/null +++ b/dash_html_components/Br.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Br(Component): + """A Br component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Br' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Br, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Br(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Br(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Button.py b/dash_html_components/Button.py new file mode 100644 index 00000000..110f3187 --- /dev/null +++ b/dash_html_components/Button.py @@ -0,0 +1,82 @@ +from dash.development.base_component import Component + + +class Button(Component): + """A Button component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- autoFocus (string; optional): The element should be automatically focused after the page loaded. +- disabled (string; optional): Indicates whether the user can interact with the element. +- form (string; optional): Indicates the form that is the owner of the element. +- formAction (string; optional): Indicates the action of the element, overriding the action defined in the
. +- name (string; optional): Name of the element. For example used by the server to identify the fields in form submits. +- type (string; optional): Defines the type of the element. +- value (string; optional): Defines a default value which will be displayed in the element on page load. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'disabled', 'form', 'formAction', 'name', 'type', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Button' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'disabled', 'form', 'formAction', 'name', 'type', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Button, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Button(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Button(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Canvas.py b/dash_html_components/Canvas.py new file mode 100644 index 00000000..6b5800b8 --- /dev/null +++ b/dash_html_components/Canvas.py @@ -0,0 +1,77 @@ +from dash.development.base_component import Component + + +class Canvas(Component): + """A Canvas component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- height (string; optional): 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 (string; optional): 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 (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Canvas' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Canvas, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Canvas(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Canvas(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Caption.py b/dash_html_components/Caption.py new file mode 100644 index 00000000..42ba746a --- /dev/null +++ b/dash_html_components/Caption.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Caption(Component): + """A Caption component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Caption' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Caption, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Caption(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Caption(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Center.py b/dash_html_components/Center.py new file mode 100644 index 00000000..603fac64 --- /dev/null +++ b/dash_html_components/Center.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Center(Component): + """A Center component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Center' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Center, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Center(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Center(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Cite.py b/dash_html_components/Cite.py new file mode 100644 index 00000000..9c648791 --- /dev/null +++ b/dash_html_components/Cite.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Cite(Component): + """A Cite component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Cite' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Cite, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Cite(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Cite(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Code.py b/dash_html_components/Code.py new file mode 100644 index 00000000..2eb9e2b0 --- /dev/null +++ b/dash_html_components/Code.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Code(Component): + """A Code component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Code' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Code, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Code(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Code(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Col.py b/dash_html_components/Col.py new file mode 100644 index 00000000..8d804e7e --- /dev/null +++ b/dash_html_components/Col.py @@ -0,0 +1,76 @@ +from dash.development.base_component import Component + + +class Col(Component): + """A Col component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- span (string; optional) +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'span', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Col' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'span', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Col, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Col(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Col(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Colgroup.py b/dash_html_components/Colgroup.py new file mode 100644 index 00000000..ad53fe03 --- /dev/null +++ b/dash_html_components/Colgroup.py @@ -0,0 +1,76 @@ +from dash.development.base_component import Component + + +class Colgroup(Component): + """A Colgroup component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- span (string; optional) +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'span', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Colgroup' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'span', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Colgroup, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Colgroup(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Colgroup(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Command.py b/dash_html_components/Command.py new file mode 100644 index 00000000..7041b48a --- /dev/null +++ b/dash_html_components/Command.py @@ -0,0 +1,80 @@ +from dash.development.base_component import Component + + +class Command(Component): + """A Command component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- checked (string; optional): Indicates whether the element should be checked on page load. +- disabled (string; optional): Indicates whether the user can interact with the element. +- icon (string; optional): Specifies a picture which represents the command. +- radioGroup (string; optional) +- type (string; optional): Defines the type of the element. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'checked', 'disabled', 'icon', 'radioGroup', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Command' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'checked', 'disabled', 'icon', 'radioGroup', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Command, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Command(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Command(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Content.py b/dash_html_components/Content.py new file mode 100644 index 00000000..e107bdcd --- /dev/null +++ b/dash_html_components/Content.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Content(Component): + """A Content component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Content' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Content, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Content(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Content(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Data.py b/dash_html_components/Data.py new file mode 100644 index 00000000..7df3810b --- /dev/null +++ b/dash_html_components/Data.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Data(Component): + """A Data component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Data' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Data, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Data(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Data(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Datalist.py b/dash_html_components/Datalist.py new file mode 100644 index 00000000..c0c8b4ed --- /dev/null +++ b/dash_html_components/Datalist.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Datalist(Component): + """A Datalist component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Datalist' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Datalist, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Datalist(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Datalist(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Dd.py b/dash_html_components/Dd.py new file mode 100644 index 00000000..a03c7d97 --- /dev/null +++ b/dash_html_components/Dd.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Dd(Component): + """A Dd component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Dd' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Dd, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Dd(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Dd(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Del.py b/dash_html_components/Del.py new file mode 100644 index 00000000..6cf6ecb6 --- /dev/null +++ b/dash_html_components/Del.py @@ -0,0 +1,77 @@ +from dash.development.base_component import Component + + +class Del(Component): + """A Del component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- cite (string; optional): Contains a URI which points to the source of the quote or change. +- dateTime (string; optional): Indicates the date and time associated with the element. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Del' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Del, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Del(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Del(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Details.py b/dash_html_components/Details.py new file mode 100644 index 00000000..0af52dc8 --- /dev/null +++ b/dash_html_components/Details.py @@ -0,0 +1,76 @@ +from dash.development.base_component import Component + + +class Details(Component): + """A Details component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- open (string; optional): Indicates whether the details will be shown on page load. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'open', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Details' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'open', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Details, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Details(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Details(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Dfn.py b/dash_html_components/Dfn.py new file mode 100644 index 00000000..8925786d --- /dev/null +++ b/dash_html_components/Dfn.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Dfn(Component): + """A Dfn component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Dfn' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Dfn, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Dfn(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Dfn(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Dialog.py b/dash_html_components/Dialog.py new file mode 100644 index 00000000..a28f275d --- /dev/null +++ b/dash_html_components/Dialog.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Dialog(Component): + """A Dialog component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Dialog' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Dialog, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Dialog(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Dialog(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Div.py b/dash_html_components/Div.py new file mode 100644 index 00000000..8cebc8c1 --- /dev/null +++ b/dash_html_components/Div.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Div(Component): + """A Div component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Div' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Div, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Div(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Div(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Dl.py b/dash_html_components/Dl.py new file mode 100644 index 00000000..70ed0c16 --- /dev/null +++ b/dash_html_components/Dl.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Dl(Component): + """A Dl component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Dl' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Dl, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Dl(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Dl(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Dt.py b/dash_html_components/Dt.py new file mode 100644 index 00000000..89530db8 --- /dev/null +++ b/dash_html_components/Dt.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Dt(Component): + """A Dt component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Dt' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Dt, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Dt(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Dt(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Element.py b/dash_html_components/Element.py new file mode 100644 index 00000000..54c55f00 --- /dev/null +++ b/dash_html_components/Element.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Element(Component): + """A Element component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Element' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Element, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Element(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Element(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Em.py b/dash_html_components/Em.py new file mode 100644 index 00000000..120bbff0 --- /dev/null +++ b/dash_html_components/Em.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Em(Component): + """A Em component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Em' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Em, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Em(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Em(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Embed.py b/dash_html_components/Embed.py new file mode 100644 index 00000000..26abc60e --- /dev/null +++ b/dash_html_components/Embed.py @@ -0,0 +1,79 @@ +from dash.development.base_component import Component + + +class Embed(Component): + """A Embed component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- height (string; optional): 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 (string; optional): The URL of the embeddable content. +- type (string; optional): Defines the type of the element. +- width (string; optional): 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 (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'src', 'type', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Embed' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'src', 'type', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Embed, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Embed(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Embed(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Fieldset.py b/dash_html_components/Fieldset.py new file mode 100644 index 00000000..1fcfec6d --- /dev/null +++ b/dash_html_components/Fieldset.py @@ -0,0 +1,78 @@ +from dash.development.base_component import Component + + +class Fieldset(Component): + """A Fieldset component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- disabled (string; optional): Indicates whether the user can interact with the element. +- form (string; optional): Indicates the form that is the owner of the element. +- name (string; optional): Name of the element. For example used by the server to identify the fields in form submits. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'form', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Fieldset' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'form', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Fieldset, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Fieldset(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Fieldset(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Figcaption.py b/dash_html_components/Figcaption.py new file mode 100644 index 00000000..e037697d --- /dev/null +++ b/dash_html_components/Figcaption.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Figcaption(Component): + """A Figcaption component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Figcaption' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Figcaption, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Figcaption(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Figcaption(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Figure.py b/dash_html_components/Figure.py new file mode 100644 index 00000000..8ba3f2db --- /dev/null +++ b/dash_html_components/Figure.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Figure(Component): + """A Figure component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Figure' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Figure, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Figure(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Figure(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Font.py b/dash_html_components/Font.py new file mode 100644 index 00000000..aea81028 --- /dev/null +++ b/dash_html_components/Font.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Font(Component): + """A Font component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Font' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Font, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Font(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Font(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Footer.py b/dash_html_components/Footer.py new file mode 100644 index 00000000..102f0c46 --- /dev/null +++ b/dash_html_components/Footer.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Footer(Component): + """A Footer component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Footer' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Footer, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Footer(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Footer(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Form.py b/dash_html_components/Form.py new file mode 100644 index 00000000..a822bec9 --- /dev/null +++ b/dash_html_components/Form.py @@ -0,0 +1,84 @@ +from dash.development.base_component import Component + + +class Form(Component): + """A Form component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accept (string; optional): List of types the server accepts, typically a file type. +- acceptCharset (string; optional): List of supported charsets. +- action (string; optional): The URI of a program that processes the information submitted via the form. +- autoComplete (string; optional): Indicates whether controls in this form can by default have their values automatically completed by the browser. +- encType (string; optional): Defines the content type of the form date when the method is POST. +- method (string; optional): Defines which HTTP method to use when submitting the form. Can be GET (default) or POST. +- name (string; optional): Name of the element. For example used by the server to identify the fields in form submits. +- noValidate (string; optional): This attribute indicates that the form shouldn't be validated when submitted. +- target (string; optional) +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accept', 'acceptCharset', 'action', 'autoComplete', 'encType', 'method', 'name', 'noValidate', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Form' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accept', 'acceptCharset', 'action', 'autoComplete', 'encType', 'method', 'name', 'noValidate', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Form, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Form(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Form(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Frame.py b/dash_html_components/Frame.py new file mode 100644 index 00000000..7b6eec68 --- /dev/null +++ b/dash_html_components/Frame.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Frame(Component): + """A Frame component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Frame' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Frame, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Frame(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Frame(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Frameset.py b/dash_html_components/Frameset.py new file mode 100644 index 00000000..cc663157 --- /dev/null +++ b/dash_html_components/Frameset.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Frameset(Component): + """A Frameset component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Frameset' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Frameset, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Frameset(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Frameset(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/H1.py b/dash_html_components/H1.py new file mode 100644 index 00000000..affe6e3c --- /dev/null +++ b/dash_html_components/H1.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class H1(Component): + """A H1 component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'H1' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(H1, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('H1(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'H1(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/H2.py b/dash_html_components/H2.py new file mode 100644 index 00000000..e5807c31 --- /dev/null +++ b/dash_html_components/H2.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class H2(Component): + """A H2 component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'H2' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(H2, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('H2(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'H2(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/H3.py b/dash_html_components/H3.py new file mode 100644 index 00000000..29d0fff4 --- /dev/null +++ b/dash_html_components/H3.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class H3(Component): + """A H3 component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'H3' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(H3, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('H3(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'H3(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/H4.py b/dash_html_components/H4.py new file mode 100644 index 00000000..1b47728b --- /dev/null +++ b/dash_html_components/H4.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class H4(Component): + """A H4 component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'H4' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(H4, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('H4(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'H4(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/H5.py b/dash_html_components/H5.py new file mode 100644 index 00000000..ceea3ab4 --- /dev/null +++ b/dash_html_components/H5.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class H5(Component): + """A H5 component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'H5' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(H5, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('H5(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'H5(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/H6.py b/dash_html_components/H6.py new file mode 100644 index 00000000..d81adf55 --- /dev/null +++ b/dash_html_components/H6.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class H6(Component): + """A H6 component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'H6' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(H6, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('H6(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'H6(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Header.py b/dash_html_components/Header.py new file mode 100644 index 00000000..dfd20a2e --- /dev/null +++ b/dash_html_components/Header.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Header(Component): + """A Header component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Header' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Header, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Header(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Header(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Hgroup.py b/dash_html_components/Hgroup.py new file mode 100644 index 00000000..776f6c72 --- /dev/null +++ b/dash_html_components/Hgroup.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Hgroup(Component): + """A Hgroup component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Hgroup' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Hgroup, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Hgroup(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Hgroup(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Hr.py b/dash_html_components/Hr.py new file mode 100644 index 00000000..b3763f56 --- /dev/null +++ b/dash_html_components/Hr.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Hr(Component): + """A Hr component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Hr' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Hr, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Hr(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Hr(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/I.py b/dash_html_components/I.py new file mode 100644 index 00000000..74bed9a2 --- /dev/null +++ b/dash_html_components/I.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class I(Component): + """A I component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'I' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(I, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('I(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'I(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Iframe.py b/dash_html_components/Iframe.py new file mode 100644 index 00000000..7ace11b1 --- /dev/null +++ b/dash_html_components/Iframe.py @@ -0,0 +1,81 @@ +from dash.development.base_component import Component + + +class Iframe(Component): + """A Iframe component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- height (string; optional): 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 (string; optional): Name of the element. For example used by the server to identify the fields in form submits. +- sandbox (string; optional): Stops a document loaded in an iframe from using certain features (such as submitting forms or opening new windows). +- src (string; optional): The URL of the embeddable content. +- srcDoc (string; optional) +- width (string; optional): 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 (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'name', 'sandbox', 'src', 'srcDoc', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Iframe' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'name', 'sandbox', 'src', 'srcDoc', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Iframe, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Iframe(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Iframe(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Img.py b/dash_html_components/Img.py new file mode 100644 index 00000000..926f052e --- /dev/null +++ b/dash_html_components/Img.py @@ -0,0 +1,83 @@ +from dash.development.base_component import Component + + +class Img(Component): + """A Img component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- alt (string; optional): Alternative text in case an image can't be displayed. +- crossOrigin (string; optional): How the element handles cross-origin requests +- height (string; optional): 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 (string; optional) +- src (string; optional): The URL of the embeddable content. +- srcSet (string; optional) +- useMap (string; optional) +- width (string; optional): 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 (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'alt', 'crossOrigin', 'height', 'sizes', 'src', 'srcSet', 'useMap', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Img' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'alt', 'crossOrigin', 'height', 'sizes', 'src', 'srcSet', 'useMap', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Img, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Img(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Img(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Ins.py b/dash_html_components/Ins.py new file mode 100644 index 00000000..ed1e31d0 --- /dev/null +++ b/dash_html_components/Ins.py @@ -0,0 +1,77 @@ +from dash.development.base_component import Component + + +class Ins(Component): + """A Ins component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- cite (string; optional): Contains a URI which points to the source of the quote or change. +- dateTime (string; optional): Indicates the date and time associated with the element. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Ins' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Ins, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Ins(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Ins(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Isindex.py b/dash_html_components/Isindex.py new file mode 100644 index 00000000..8e73f009 --- /dev/null +++ b/dash_html_components/Isindex.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Isindex(Component): + """A Isindex component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Isindex' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Isindex, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Isindex(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Isindex(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Kbd.py b/dash_html_components/Kbd.py new file mode 100644 index 00000000..c3f2456d --- /dev/null +++ b/dash_html_components/Kbd.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Kbd(Component): + """A Kbd component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Kbd' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Kbd, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Kbd(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Kbd(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Keygen.py b/dash_html_components/Keygen.py new file mode 100644 index 00000000..0650989b --- /dev/null +++ b/dash_html_components/Keygen.py @@ -0,0 +1,81 @@ +from dash.development.base_component import Component + + +class Keygen(Component): + """A Keygen component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- autoFocus (string; optional): The element should be automatically focused after the page loaded. +- challenge (string; optional): A challenge string that is submitted along with the public key. +- disabled (string; optional): Indicates whether the user can interact with the element. +- form (string; optional): Indicates the form that is the owner of the element. +- keyType (string; optional): Specifies the type of key generated. +- name (string; optional): Name of the element. For example used by the server to identify the fields in form submits. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'challenge', 'disabled', 'form', 'keyType', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Keygen' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'challenge', 'disabled', 'form', 'keyType', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Keygen, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Keygen(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Keygen(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Label.py b/dash_html_components/Label.py new file mode 100644 index 00000000..84705365 --- /dev/null +++ b/dash_html_components/Label.py @@ -0,0 +1,77 @@ +from dash.development.base_component import Component + + +class Label(Component): + """A Label component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- htmlFor (string; optional): Describes elements which belongs to this one. +- form (string; optional): Indicates the form that is the owner of the element. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'htmlFor', 'form', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Label' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'htmlFor', 'form', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Label, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Label(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Label(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Legend.py b/dash_html_components/Legend.py new file mode 100644 index 00000000..aa1fd482 --- /dev/null +++ b/dash_html_components/Legend.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Legend(Component): + """A Legend component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Legend' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Legend, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Legend(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Legend(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Li.py b/dash_html_components/Li.py new file mode 100644 index 00000000..96c92f4c --- /dev/null +++ b/dash_html_components/Li.py @@ -0,0 +1,76 @@ +from dash.development.base_component import Component + + +class Li(Component): + """A Li component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- value (string; optional): Defines a default value which will be displayed in the element on page load. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Li' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Li, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Li(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Li(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Link.py b/dash_html_components/Link.py new file mode 100644 index 00000000..001c4509 --- /dev/null +++ b/dash_html_components/Link.py @@ -0,0 +1,82 @@ +from dash.development.base_component import Component + + +class Link(Component): + """A Link component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- crossOrigin (string; optional): How the element handles cross-origin requests +- href (string; optional): The URL of a linked resource. +- hrefLang (string; optional): Specifies the language of the linked resource. +- integrity (string; optional): Security Feature that allows browsers to verify what they fetch. MDN Link +- media (string; optional): Specifies a hint of the media for which the linked resource was designed. +- rel (string; optional): Specifies the relationship of the target object to the link object. +- sizes (string; optional) +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'crossOrigin', 'href', 'hrefLang', 'integrity', 'media', 'rel', 'sizes', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Link' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'crossOrigin', 'href', 'hrefLang', 'integrity', 'media', 'rel', 'sizes', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Link, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Link(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Link(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Listing.py b/dash_html_components/Listing.py new file mode 100644 index 00000000..34566816 --- /dev/null +++ b/dash_html_components/Listing.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Listing(Component): + """A Listing component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Listing' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Listing, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Listing(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Listing(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Main.py b/dash_html_components/Main.py new file mode 100644 index 00000000..b559409a --- /dev/null +++ b/dash_html_components/Main.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Main(Component): + """A Main component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Main' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Main, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Main(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Main(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/MapEl.py b/dash_html_components/MapEl.py new file mode 100644 index 00000000..b7643804 --- /dev/null +++ b/dash_html_components/MapEl.py @@ -0,0 +1,76 @@ +from dash.development.base_component import Component + + +class MapEl(Component): + """A MapEl component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- name (string; optional): Name of the element. For example used by the server to identify the fields in form submits. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'MapEl' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(MapEl, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('MapEl(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'MapEl(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Mark.py b/dash_html_components/Mark.py new file mode 100644 index 00000000..89cee207 --- /dev/null +++ b/dash_html_components/Mark.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Mark(Component): + """A Mark component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Mark' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Mark, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Mark(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Mark(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Marquee.py b/dash_html_components/Marquee.py new file mode 100644 index 00000000..ff84dc1f --- /dev/null +++ b/dash_html_components/Marquee.py @@ -0,0 +1,76 @@ +from dash.development.base_component import Component + + +class Marquee(Component): + """A Marquee component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- loop (string; optional): Indicates whether the media should start playing from the start when it's finished. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'loop', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Marquee' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'loop', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Marquee, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Marquee(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Marquee(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Meta.py b/dash_html_components/Meta.py new file mode 100644 index 00000000..bd82dffc --- /dev/null +++ b/dash_html_components/Meta.py @@ -0,0 +1,79 @@ +from dash.development.base_component import Component + + +class Meta(Component): + """A Meta component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- charSet (string; optional): Declares the character encoding of the page or script. +- content (string; optional): A value associated with http-equiv or name depending on the context. +- httpEquiv (string; optional) +- name (string; optional): Name of the element. For example used by the server to identify the fields in form submits. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'charSet', 'content', 'httpEquiv', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Meta' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'charSet', 'content', 'httpEquiv', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Meta, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Meta(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Meta(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Meter.py b/dash_html_components/Meter.py new file mode 100644 index 00000000..c22e5a6b --- /dev/null +++ b/dash_html_components/Meter.py @@ -0,0 +1,82 @@ +from dash.development.base_component import Component + + +class Meter(Component): + """A Meter component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- form (string; optional): Indicates the form that is the owner of the element. +- high (string; optional): Indicates the lower bound of the upper range. +- low (string; optional): Indicates the upper bound of the lower range. +- max (string; optional): Indicates the maximum value allowed. +- min (string; optional): Indicates the minimum value allowed. +- optimum (string; optional): Indicates the optimal numeric value. +- value (string; optional): Defines a default value which will be displayed in the element on page load. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'high', 'low', 'max', 'min', 'optimum', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Meter' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'high', 'low', 'max', 'min', 'optimum', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Meter, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Meter(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Meter(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Multicol.py b/dash_html_components/Multicol.py new file mode 100644 index 00000000..55e92acc --- /dev/null +++ b/dash_html_components/Multicol.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Multicol(Component): + """A Multicol component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Multicol' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Multicol, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Multicol(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Multicol(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Nav.py b/dash_html_components/Nav.py new file mode 100644 index 00000000..11a56347 --- /dev/null +++ b/dash_html_components/Nav.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Nav(Component): + """A Nav component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Nav' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Nav, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Nav(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Nav(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Nextid.py b/dash_html_components/Nextid.py new file mode 100644 index 00000000..595b4f75 --- /dev/null +++ b/dash_html_components/Nextid.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Nextid(Component): + """A Nextid component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Nextid' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Nextid, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Nextid(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Nextid(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Nobr.py b/dash_html_components/Nobr.py new file mode 100644 index 00000000..087d36b5 --- /dev/null +++ b/dash_html_components/Nobr.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Nobr(Component): + """A Nobr component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Nobr' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Nobr, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Nobr(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Nobr(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Noscript.py b/dash_html_components/Noscript.py new file mode 100644 index 00000000..65cab62b --- /dev/null +++ b/dash_html_components/Noscript.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Noscript(Component): + """A Noscript component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Noscript' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Noscript, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Noscript(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Noscript(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/ObjectEl.py b/dash_html_components/ObjectEl.py new file mode 100644 index 00000000..784bc4cc --- /dev/null +++ b/dash_html_components/ObjectEl.py @@ -0,0 +1,81 @@ +from dash.development.base_component import Component + + +class ObjectEl(Component): + """A ObjectEl component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- form (string; optional): Indicates the form that is the owner of the element. +- height (string; optional): 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 (string; optional): Name of the element. For example used by the server to identify the fields in form submits. +- type (string; optional): Defines the type of the element. +- useMap (string; optional) +- width (string; optional): 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 (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'height', 'name', 'type', 'useMap', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'ObjectEl' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'height', 'name', 'type', 'useMap', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(ObjectEl, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('ObjectEl(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'ObjectEl(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Ol.py b/dash_html_components/Ol.py new file mode 100644 index 00000000..97c788b2 --- /dev/null +++ b/dash_html_components/Ol.py @@ -0,0 +1,77 @@ +from dash.development.base_component import Component + + +class Ol(Component): + """A Ol component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- reversed (string; optional): Indicates whether the list should be displayed in a descending order instead of a ascending. +- start (string; optional): Defines the first number if other than 1. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'reversed', 'start', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Ol' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'reversed', 'start', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Ol, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Ol(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Ol(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Optgroup.py b/dash_html_components/Optgroup.py new file mode 100644 index 00000000..cb4ac54d --- /dev/null +++ b/dash_html_components/Optgroup.py @@ -0,0 +1,76 @@ +from dash.development.base_component import Component + + +class Optgroup(Component): + """A Optgroup component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- disabled (string; optional): Indicates whether the user can interact with the element. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Optgroup' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Optgroup, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Optgroup(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Optgroup(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Option.py b/dash_html_components/Option.py new file mode 100644 index 00000000..a7870762 --- /dev/null +++ b/dash_html_components/Option.py @@ -0,0 +1,78 @@ +from dash.development.base_component import Component + + +class Option(Component): + """A Option component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- disabled (string; optional): Indicates whether the user can interact with the element. +- selected (string; optional): Defines a value which will be selected on page load. +- value (string; optional): Defines a default value which will be displayed in the element on page load. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'selected', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Option' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'selected', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Option, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Option(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Option(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Output.py b/dash_html_components/Output.py new file mode 100644 index 00000000..3cb0a86b --- /dev/null +++ b/dash_html_components/Output.py @@ -0,0 +1,78 @@ +from dash.development.base_component import Component + + +class Output(Component): + """A Output component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- htmlFor (string; optional): Describes elements which belongs to this one. +- form (string; optional): Indicates the form that is the owner of the element. +- name (string; optional): Name of the element. For example used by the server to identify the fields in form submits. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'htmlFor', 'form', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Output' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'htmlFor', 'form', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Output, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Output(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Output(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/P.py b/dash_html_components/P.py new file mode 100644 index 00000000..5c137884 --- /dev/null +++ b/dash_html_components/P.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class P(Component): + """A P component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'P' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(P, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('P(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'P(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Param.py b/dash_html_components/Param.py new file mode 100644 index 00000000..ee4ab6b5 --- /dev/null +++ b/dash_html_components/Param.py @@ -0,0 +1,77 @@ +from dash.development.base_component import Component + + +class Param(Component): + """A Param component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- name (string; optional): Name of the element. For example used by the server to identify the fields in form submits. +- value (string; optional): Defines a default value which will be displayed in the element on page load. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'name', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Param' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'name', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Param, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Param(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Param(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Picture.py b/dash_html_components/Picture.py new file mode 100644 index 00000000..126d84a0 --- /dev/null +++ b/dash_html_components/Picture.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Picture(Component): + """A Picture component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Picture' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Picture, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Picture(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Picture(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Plaintext.py b/dash_html_components/Plaintext.py new file mode 100644 index 00000000..a6630e0f --- /dev/null +++ b/dash_html_components/Plaintext.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Plaintext(Component): + """A Plaintext component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Plaintext' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Plaintext, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Plaintext(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Plaintext(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Pre.py b/dash_html_components/Pre.py new file mode 100644 index 00000000..e805903c --- /dev/null +++ b/dash_html_components/Pre.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Pre(Component): + """A Pre component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Pre' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Pre, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Pre(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Pre(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Progress.py b/dash_html_components/Progress.py new file mode 100644 index 00000000..c773e3ea --- /dev/null +++ b/dash_html_components/Progress.py @@ -0,0 +1,78 @@ +from dash.development.base_component import Component + + +class Progress(Component): + """A Progress component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- form (string; optional): Indicates the form that is the owner of the element. +- max (string; optional): Indicates the maximum value allowed. +- value (string; optional): Defines a default value which will be displayed in the element on page load. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'max', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Progress' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'max', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Progress, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Progress(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Progress(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Q.py b/dash_html_components/Q.py new file mode 100644 index 00000000..7b636caa --- /dev/null +++ b/dash_html_components/Q.py @@ -0,0 +1,76 @@ +from dash.development.base_component import Component + + +class Q(Component): + """A Q component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- cite (string; optional): Contains a URI which points to the source of the quote or change. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Q' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Q, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Q(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Q(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Rp.py b/dash_html_components/Rp.py new file mode 100644 index 00000000..d5fb85b9 --- /dev/null +++ b/dash_html_components/Rp.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Rp(Component): + """A Rp component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Rp' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Rp, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Rp(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Rp(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Rt.py b/dash_html_components/Rt.py new file mode 100644 index 00000000..d247aebd --- /dev/null +++ b/dash_html_components/Rt.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Rt(Component): + """A Rt component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Rt' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Rt, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Rt(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Rt(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Rtc.py b/dash_html_components/Rtc.py new file mode 100644 index 00000000..e06407c0 --- /dev/null +++ b/dash_html_components/Rtc.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Rtc(Component): + """A Rtc component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Rtc' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Rtc, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Rtc(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Rtc(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Ruby.py b/dash_html_components/Ruby.py new file mode 100644 index 00000000..9f1af3f3 --- /dev/null +++ b/dash_html_components/Ruby.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Ruby(Component): + """A Ruby component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Ruby' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Ruby, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Ruby(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Ruby(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/S.py b/dash_html_components/S.py new file mode 100644 index 00000000..35ee8582 --- /dev/null +++ b/dash_html_components/S.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class S(Component): + """A S component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'S' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(S, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('S(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'S(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Samp.py b/dash_html_components/Samp.py new file mode 100644 index 00000000..bc2b118b --- /dev/null +++ b/dash_html_components/Samp.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Samp(Component): + """A Samp component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Samp' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Samp, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Samp(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Samp(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Script.py b/dash_html_components/Script.py new file mode 100644 index 00000000..8064f29c --- /dev/null +++ b/dash_html_components/Script.py @@ -0,0 +1,82 @@ +from dash.development.base_component import Component + + +class Script(Component): + """A Script component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- async (string; optional): Indicates that the script should be executed asynchronously. +- charSet (string; optional): Declares the character encoding of the page or script. +- crossOrigin (string; optional): How the element handles cross-origin requests +- defer (string; optional): Indicates that the script should be executed after the page has been parsed. +- integrity (string; optional): Security Feature that allows browsers to verify what they fetch. MDN Link +- src (string; optional): The URL of the embeddable content. +- type (string; optional): Defines the type of the element. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'async', 'charSet', 'crossOrigin', 'defer', 'integrity', 'src', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Script' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'async', 'charSet', 'crossOrigin', 'defer', 'integrity', 'src', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Script, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Script(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Script(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Section.py b/dash_html_components/Section.py new file mode 100644 index 00000000..0ac9590d --- /dev/null +++ b/dash_html_components/Section.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Section(Component): + """A Section component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Section' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Section, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Section(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Section(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Select.py b/dash_html_components/Select.py new file mode 100644 index 00000000..6b5b2401 --- /dev/null +++ b/dash_html_components/Select.py @@ -0,0 +1,82 @@ +from dash.development.base_component import Component + + +class Select(Component): + """A Select component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- autoFocus (string; optional): The element should be automatically focused after the page loaded. +- disabled (string; optional): Indicates whether the user can interact with the element. +- form (string; optional): Indicates the form that is the owner of the element. +- multiple (string; optional): Indicates whether multiple values can be entered in an input of the type email or file. +- name (string; optional): Name of the element. For example used by the server to identify the fields in form submits. +- required (string; optional): Indicates whether this element is required to fill out or not. +- size (string; optional): 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 (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'disabled', 'form', 'multiple', 'name', 'required', 'size', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Select' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'disabled', 'form', 'multiple', 'name', 'required', 'size', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Select, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Select(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Select(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Shadow.py b/dash_html_components/Shadow.py new file mode 100644 index 00000000..cc7f7228 --- /dev/null +++ b/dash_html_components/Shadow.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Shadow(Component): + """A Shadow component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Shadow' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Shadow, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Shadow(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Shadow(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Slot.py b/dash_html_components/Slot.py new file mode 100644 index 00000000..6b474770 --- /dev/null +++ b/dash_html_components/Slot.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Slot(Component): + """A Slot component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Slot' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Slot, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Slot(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Slot(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Small.py b/dash_html_components/Small.py new file mode 100644 index 00000000..8268b1ae --- /dev/null +++ b/dash_html_components/Small.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Small(Component): + """A Small component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Small' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Small, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Small(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Small(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Source.py b/dash_html_components/Source.py new file mode 100644 index 00000000..b03c8c1f --- /dev/null +++ b/dash_html_components/Source.py @@ -0,0 +1,79 @@ +from dash.development.base_component import Component + + +class Source(Component): + """A Source component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- media (string; optional): Specifies a hint of the media for which the linked resource was designed. +- sizes (string; optional) +- src (string; optional): The URL of the embeddable content. +- type (string; optional): Defines the type of the element. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'media', 'sizes', 'src', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Source' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'media', 'sizes', 'src', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Source, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Source(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Source(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Spacer.py b/dash_html_components/Spacer.py new file mode 100644 index 00000000..30c1fad5 --- /dev/null +++ b/dash_html_components/Spacer.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Spacer(Component): + """A Spacer component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Spacer' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Spacer, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Spacer(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Spacer(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Span.py b/dash_html_components/Span.py new file mode 100644 index 00000000..c0da6262 --- /dev/null +++ b/dash_html_components/Span.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Span(Component): + """A Span component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Span' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Span, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Span(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Span(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Strike.py b/dash_html_components/Strike.py new file mode 100644 index 00000000..b6d995e6 --- /dev/null +++ b/dash_html_components/Strike.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Strike(Component): + """A Strike component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Strike' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Strike, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Strike(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Strike(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Strong.py b/dash_html_components/Strong.py new file mode 100644 index 00000000..12513115 --- /dev/null +++ b/dash_html_components/Strong.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Strong(Component): + """A Strong component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Strong' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Strong, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Strong(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Strong(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Sub.py b/dash_html_components/Sub.py new file mode 100644 index 00000000..2432c321 --- /dev/null +++ b/dash_html_components/Sub.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Sub(Component): + """A Sub component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Sub' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Sub, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Sub(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Sub(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Summary.py b/dash_html_components/Summary.py new file mode 100644 index 00000000..f7f30f30 --- /dev/null +++ b/dash_html_components/Summary.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Summary(Component): + """A Summary component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Summary' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Summary, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Summary(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Summary(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Sup.py b/dash_html_components/Sup.py new file mode 100644 index 00000000..1e9f06d6 --- /dev/null +++ b/dash_html_components/Sup.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Sup(Component): + """A Sup component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Sup' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Sup, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Sup(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Sup(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Table.py b/dash_html_components/Table.py new file mode 100644 index 00000000..7e6e11dd --- /dev/null +++ b/dash_html_components/Table.py @@ -0,0 +1,76 @@ +from dash.development.base_component import Component + + +class Table(Component): + """A Table component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- summary (string; optional) +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'summary', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Table' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'summary', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Table, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Table(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Table(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Tbody.py b/dash_html_components/Tbody.py new file mode 100644 index 00000000..a2a5b37e --- /dev/null +++ b/dash_html_components/Tbody.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Tbody(Component): + """A Tbody component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Tbody' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Tbody, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Tbody(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Tbody(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Td.py b/dash_html_components/Td.py new file mode 100644 index 00000000..8ef1dad2 --- /dev/null +++ b/dash_html_components/Td.py @@ -0,0 +1,78 @@ +from dash.development.base_component import Component + + +class Td(Component): + """A Td component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- colSpan (string; optional): The colspan attribute defines the number of columns a cell should span. +- headers (string; optional): IDs of the elements which applies to this element. +- rowSpan (string; optional): Defines the number of rows a table cell should span over. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'colSpan', 'headers', 'rowSpan', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Td' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'colSpan', 'headers', 'rowSpan', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Td, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Td(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Td(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Template.py b/dash_html_components/Template.py new file mode 100644 index 00000000..a3cdaf04 --- /dev/null +++ b/dash_html_components/Template.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Template(Component): + """A Template component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Template' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Template, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Template(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Template(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Textarea.py b/dash_html_components/Textarea.py new file mode 100644 index 00000000..474b97c4 --- /dev/null +++ b/dash_html_components/Textarea.py @@ -0,0 +1,88 @@ +from dash.development.base_component import Component + + +class Textarea(Component): + """A Textarea component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- autoComplete (string; optional): Indicates whether controls in this form can by default have their values automatically completed by the browser. +- autoFocus (string; optional): The element should be automatically focused after the page loaded. +- cols (string; optional): Defines the number of columns in a textarea. +- disabled (string; optional): Indicates whether the user can interact with the element. +- form (string; optional): Indicates the form that is the owner of the element. +- maxLength (string; optional): Defines the maximum number of characters allowed in the element. +- minLength (string; optional): Defines the minimum number of characters allowed in the element. +- name (string; optional): Name of the element. For example used by the server to identify the fields in form submits. +- placeholder (string; optional): Provides a hint to the user of what can be entered in the field. +- readOnly (string; optional): Indicates whether the element can be edited. +- required (string; optional): Indicates whether this element is required to fill out or not. +- rows (string; optional): Defines the number of rows in a text area. +- wrap (string; optional): Indicates whether the text should be wrapped. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoComplete', 'autoFocus', 'cols', 'disabled', 'form', 'maxLength', 'minLength', 'name', 'placeholder', 'readOnly', 'required', 'rows', 'wrap', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Textarea' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoComplete', 'autoFocus', 'cols', 'disabled', 'form', 'maxLength', 'minLength', 'name', 'placeholder', 'readOnly', 'required', 'rows', 'wrap', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Textarea, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Textarea(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Textarea(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Tfoot.py b/dash_html_components/Tfoot.py new file mode 100644 index 00000000..27004d02 --- /dev/null +++ b/dash_html_components/Tfoot.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Tfoot(Component): + """A Tfoot component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Tfoot' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Tfoot, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Tfoot(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Tfoot(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Th.py b/dash_html_components/Th.py new file mode 100644 index 00000000..e07bf6f1 --- /dev/null +++ b/dash_html_components/Th.py @@ -0,0 +1,79 @@ +from dash.development.base_component import Component + + +class Th(Component): + """A Th component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- colSpan (string; optional): The colspan attribute defines the number of columns a cell should span. +- headers (string; optional): IDs of the elements which applies to this element. +- rowSpan (string; optional): Defines the number of rows a table cell should span over. +- scope (string; optional): Defines the cells that the header test (defined in the th element) relates to. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'colSpan', 'headers', 'rowSpan', 'scope', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Th' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'colSpan', 'headers', 'rowSpan', 'scope', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Th, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Th(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Th(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Thead.py b/dash_html_components/Thead.py new file mode 100644 index 00000000..eb960df2 --- /dev/null +++ b/dash_html_components/Thead.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Thead(Component): + """A Thead component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Thead' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Thead, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Thead(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Thead(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Time.py b/dash_html_components/Time.py new file mode 100644 index 00000000..45a36701 --- /dev/null +++ b/dash_html_components/Time.py @@ -0,0 +1,76 @@ +from dash.development.base_component import Component + + +class Time(Component): + """A Time component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- dateTime (string; optional): Indicates the date and time associated with the element. +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Time' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Time, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Time(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Time(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Title.py b/dash_html_components/Title.py new file mode 100644 index 00000000..ea4cb917 --- /dev/null +++ b/dash_html_components/Title.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Title(Component): + """A Title component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Title' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Title, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Title(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Title(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Tr.py b/dash_html_components/Tr.py new file mode 100644 index 00000000..032bb86a --- /dev/null +++ b/dash_html_components/Tr.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Tr(Component): + """A Tr component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Tr' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Tr, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Tr(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Tr(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Track.py b/dash_html_components/Track.py new file mode 100644 index 00000000..fde5bb90 --- /dev/null +++ b/dash_html_components/Track.py @@ -0,0 +1,80 @@ +from dash.development.base_component import Component + + +class Track(Component): + """A Track component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- default (string; optional): Indicates that the track should be enabled unless the user's preferences indicate something different. +- kind (string; optional): Specifies the kind of text track. +- label (string; optional): Specifies a user-readable title of the text track. +- src (string; optional): The URL of the embeddable content. +- srcLang (string; optional) +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'default', 'kind', 'label', 'src', 'srcLang', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Track' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'default', 'kind', 'label', 'src', 'srcLang', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Track, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Track(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Track(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/U.py b/dash_html_components/U.py new file mode 100644 index 00000000..5cdff465 --- /dev/null +++ b/dash_html_components/U.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class U(Component): + """A U component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'U' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(U, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('U(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'U(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Ul.py b/dash_html_components/Ul.py new file mode 100644 index 00000000..b983c472 --- /dev/null +++ b/dash_html_components/Ul.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Ul(Component): + """A Ul component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Ul' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Ul, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Ul(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Ul(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Var.py b/dash_html_components/Var.py new file mode 100644 index 00000000..4a6f22fa --- /dev/null +++ b/dash_html_components/Var.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Var(Component): + """A Var component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Var' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Var, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Var(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Var(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Video.py b/dash_html_components/Video.py new file mode 100644 index 00000000..dd36e047 --- /dev/null +++ b/dash_html_components/Video.py @@ -0,0 +1,85 @@ +from dash.development.base_component import Component + + +class Video(Component): + """A Video component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- autoPlay (string; optional): The audio or video should play as soon as possible. +- controls (string; optional): Indicates whether the browser should show playback controls to the user. +- crossOrigin (string; optional): How the element handles cross-origin requests +- height (string; optional): 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 (string; optional): Indicates whether the media should start playing from the start when it's finished. +- muted (string; optional): Indicates whether the audio will be initially silenced on page load. +- poster (string; optional): A URL indicating a poster frame to show until the user plays or seeks. +- preload (string; optional): Indicates whether the whole resource, parts of it or nothing should be preloaded. +- src (string; optional): The URL of the embeddable content. +- width (string; optional): 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 (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoPlay', 'controls', 'crossOrigin', 'height', 'loop', 'muted', 'poster', 'preload', 'src', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Video' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoPlay', 'controls', 'crossOrigin', 'height', 'loop', 'muted', 'poster', 'preload', 'src', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Video, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Video(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Video(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Wbr.py b/dash_html_components/Wbr.py new file mode 100644 index 00000000..be55d978 --- /dev/null +++ b/dash_html_components/Wbr.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Wbr(Component): + """A Wbr component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Wbr' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Wbr, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Wbr(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Wbr(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Xmp.py b/dash_html_components/Xmp.py new file mode 100644 index 00000000..d066b60d --- /dev/null +++ b/dash_html_components/Xmp.py @@ -0,0 +1,75 @@ +from dash.development.base_component import Component + + +class Xmp(Component): + """A Xmp component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + def __init__(self, children=None, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Xmp' + self._namespace = 'lib' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + for k in []: + if k not in kwargs: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + + super(Xmp, self).__init__(children=children, **kwargs) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Xmp(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Xmp(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/__init__.py b/dash_html_components/__init__.py index bc9cabb2..0faadaa1 100644 --- a/dash_html_components/__init__.py +++ b/dash_html_components/__init__.py @@ -2,6 +2,8 @@ import os as _os import sys as _sys +import glob as _glob +from importlib import import_module as _import import dash as _dash @@ -15,22 +17,39 @@ _current_path = _os.path.dirname(_os.path.abspath(__file__)) -_components = _dash.development.component_loader.load_components( - _os.path.join(_current_path, 'metadata.json'), - 'dash_html_components' +_component_files = map( + lambda x: _os.path.splitext(_os.path.basename(x))[0], + filter( + lambda x: _os.path.basename(x) not in ['__init__.py', 'version.py'], + _glob.glob(_os.path.join(_current_path, '*.py')) + ) ) +_components = [ + getattr( + _import(".{:s}".format(c), package='dash_html_components'), + c + ) for c in _component_files +] + _this_module = _sys.modules[__name__] -_js_dist = [{ - "relative_package_path": "bundle.js", - "external_url": ( - "https://unpkg.com/dash-html-components@{}" - "/dash_html_components/bundle.js" - ).format(__version__), - "namespace": "dash_html_components" -}] - -for component in _components: - setattr(_this_module, component.__name__, component) - setattr(component, '_js_dist', _js_dist) + +_js_dist = [ + { + "relative_package_path": "bundle.js", + "external_url": ( + "https://unpkg.com/dash-html-components@{}" + "/dash_html_components/bundle.js" + ).format(__version__), + "namespace": "dash_html_components" + } +] + +_css_dist = [] + + +for _component in _components: + setattr(_this_module, _component.__name__, _component) + setattr(_component, '_js_dist', _js_dist) + setattr(_component, '_css_dist', _css_dist) diff --git a/package.json b/package.json index 268eb305..fde4f6dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-html-components", - "version": "0.11.0", + "version": "0.12.0", "description": "Vanilla HTML components for Dash", "main": "lib/index.js", "repository": { @@ -29,12 +29,12 @@ "author": "Chris Parmer ", "dependencies": { "builder": "3.2.1", - "dash-components-archetype": "^0.2.4", + "dash-components-archetype": "^0.3.0", "prop-types": "^15.6.0" }, "devDependencies": { "cheerio": "^0.20.0", - "dash-components-archetype-dev": "^0.2.4", + "dash-components-archetype-dev": "^0.3.0", "request": "^2.72.0", "string": "^3.3.1" }, From 0efe618f961c6b8381a1f4aa03bbefde94b5b94f Mon Sep 17 00:00:00 2001 From: Ryan Marren Date: Tue, 19 Jun 2018 20:33:45 -0400 Subject: [PATCH 02/11] Added 'AUTO GENERATED FILE - DO NOT EDIT' comment to all components. --- dash_html_components/A.py | 2 ++ dash_html_components/Abbr.py | 2 ++ dash_html_components/Acronym.py | 2 ++ dash_html_components/Address.py | 2 ++ dash_html_components/Area.py | 2 ++ dash_html_components/Article.py | 2 ++ dash_html_components/Aside.py | 2 ++ dash_html_components/Audio.py | 2 ++ dash_html_components/B.py | 2 ++ dash_html_components/Base.py | 2 ++ dash_html_components/Basefont.py | 2 ++ dash_html_components/Bdi.py | 2 ++ dash_html_components/Bdo.py | 2 ++ dash_html_components/Big.py | 2 ++ dash_html_components/Blink.py | 2 ++ dash_html_components/Blockquote.py | 2 ++ dash_html_components/Br.py | 2 ++ dash_html_components/Button.py | 2 ++ dash_html_components/Canvas.py | 2 ++ dash_html_components/Caption.py | 2 ++ dash_html_components/Center.py | 2 ++ dash_html_components/Cite.py | 2 ++ dash_html_components/Code.py | 2 ++ dash_html_components/Col.py | 2 ++ dash_html_components/Colgroup.py | 2 ++ dash_html_components/Command.py | 2 ++ dash_html_components/Content.py | 2 ++ dash_html_components/Data.py | 2 ++ dash_html_components/Datalist.py | 2 ++ dash_html_components/Dd.py | 2 ++ dash_html_components/Del.py | 2 ++ dash_html_components/Details.py | 2 ++ dash_html_components/Dfn.py | 2 ++ dash_html_components/Dialog.py | 2 ++ dash_html_components/Div.py | 2 ++ dash_html_components/Dl.py | 2 ++ dash_html_components/Dt.py | 2 ++ dash_html_components/Element.py | 2 ++ dash_html_components/Em.py | 2 ++ dash_html_components/Embed.py | 2 ++ dash_html_components/Fieldset.py | 2 ++ dash_html_components/Figcaption.py | 2 ++ dash_html_components/Figure.py | 2 ++ dash_html_components/Font.py | 2 ++ dash_html_components/Footer.py | 2 ++ dash_html_components/Form.py | 2 ++ dash_html_components/Frame.py | 2 ++ dash_html_components/Frameset.py | 2 ++ dash_html_components/H1.py | 2 ++ dash_html_components/H2.py | 2 ++ dash_html_components/H3.py | 2 ++ dash_html_components/H4.py | 2 ++ dash_html_components/H5.py | 2 ++ dash_html_components/H6.py | 2 ++ dash_html_components/Header.py | 2 ++ dash_html_components/Hgroup.py | 2 ++ dash_html_components/Hr.py | 2 ++ dash_html_components/I.py | 2 ++ dash_html_components/Iframe.py | 2 ++ dash_html_components/Img.py | 2 ++ dash_html_components/Ins.py | 2 ++ dash_html_components/Isindex.py | 2 ++ dash_html_components/Kbd.py | 2 ++ dash_html_components/Keygen.py | 2 ++ dash_html_components/Label.py | 2 ++ dash_html_components/Legend.py | 2 ++ dash_html_components/Li.py | 2 ++ dash_html_components/Link.py | 2 ++ dash_html_components/Listing.py | 2 ++ dash_html_components/Main.py | 2 ++ dash_html_components/MapEl.py | 2 ++ dash_html_components/Mark.py | 2 ++ dash_html_components/Marquee.py | 2 ++ dash_html_components/Meta.py | 2 ++ dash_html_components/Meter.py | 2 ++ dash_html_components/Multicol.py | 2 ++ dash_html_components/Nav.py | 2 ++ dash_html_components/Nextid.py | 2 ++ dash_html_components/Nobr.py | 2 ++ dash_html_components/Noscript.py | 2 ++ dash_html_components/ObjectEl.py | 2 ++ dash_html_components/Ol.py | 2 ++ dash_html_components/Optgroup.py | 2 ++ dash_html_components/Option.py | 2 ++ dash_html_components/Output.py | 2 ++ dash_html_components/P.py | 2 ++ dash_html_components/Param.py | 2 ++ dash_html_components/Picture.py | 2 ++ dash_html_components/Plaintext.py | 2 ++ dash_html_components/Pre.py | 2 ++ dash_html_components/Progress.py | 2 ++ dash_html_components/Q.py | 2 ++ dash_html_components/Rp.py | 2 ++ dash_html_components/Rt.py | 2 ++ dash_html_components/Rtc.py | 2 ++ dash_html_components/Ruby.py | 2 ++ dash_html_components/S.py | 2 ++ dash_html_components/Samp.py | 2 ++ dash_html_components/Script.py | 2 ++ dash_html_components/Section.py | 2 ++ dash_html_components/Select.py | 2 ++ dash_html_components/Shadow.py | 2 ++ dash_html_components/Slot.py | 2 ++ dash_html_components/Small.py | 2 ++ dash_html_components/Source.py | 2 ++ dash_html_components/Spacer.py | 2 ++ dash_html_components/Span.py | 2 ++ dash_html_components/Strike.py | 2 ++ dash_html_components/Strong.py | 2 ++ dash_html_components/Sub.py | 2 ++ dash_html_components/Summary.py | 2 ++ dash_html_components/Sup.py | 2 ++ dash_html_components/Table.py | 2 ++ dash_html_components/Tbody.py | 2 ++ dash_html_components/Td.py | 2 ++ dash_html_components/Template.py | 2 ++ dash_html_components/Textarea.py | 2 ++ dash_html_components/Tfoot.py | 2 ++ dash_html_components/Th.py | 2 ++ dash_html_components/Thead.py | 2 ++ dash_html_components/Time.py | 2 ++ dash_html_components/Title.py | 2 ++ dash_html_components/Tr.py | 2 ++ dash_html_components/Track.py | 2 ++ dash_html_components/U.py | 2 ++ dash_html_components/Ul.py | 2 ++ dash_html_components/Var.py | 2 ++ dash_html_components/Video.py | 2 ++ dash_html_components/Wbr.py | 2 ++ dash_html_components/Xmp.py | 2 ++ 130 files changed, 260 insertions(+) diff --git a/dash_html_components/A.py b/dash_html_components/A.py index 8f7fb492..99f10a56 100644 --- a/dash_html_components/A.py +++ b/dash_html_components/A.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Abbr.py b/dash_html_components/Abbr.py index d7a889a8..1d62bc3a 100644 --- a/dash_html_components/Abbr.py +++ b/dash_html_components/Abbr.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Acronym.py b/dash_html_components/Acronym.py index 4ee79081..320fe47f 100644 --- a/dash_html_components/Acronym.py +++ b/dash_html_components/Acronym.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Address.py b/dash_html_components/Address.py index a7de88fd..3289e1b0 100644 --- a/dash_html_components/Address.py +++ b/dash_html_components/Address.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Area.py b/dash_html_components/Area.py index c3897e63..e10d267b 100644 --- a/dash_html_components/Area.py +++ b/dash_html_components/Area.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Article.py b/dash_html_components/Article.py index 59d2a9af..2cfb8774 100644 --- a/dash_html_components/Article.py +++ b/dash_html_components/Article.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Aside.py b/dash_html_components/Aside.py index 65ca43f3..cc9a3901 100644 --- a/dash_html_components/Aside.py +++ b/dash_html_components/Aside.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Audio.py b/dash_html_components/Audio.py index c24e1148..cfeb6037 100644 --- a/dash_html_components/Audio.py +++ b/dash_html_components/Audio.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/B.py b/dash_html_components/B.py index 1845d5fe..fc05f32b 100644 --- a/dash_html_components/B.py +++ b/dash_html_components/B.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Base.py b/dash_html_components/Base.py index 867208f6..9e84e8bb 100644 --- a/dash_html_components/Base.py +++ b/dash_html_components/Base.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Basefont.py b/dash_html_components/Basefont.py index 758194a5..543f43a6 100644 --- a/dash_html_components/Basefont.py +++ b/dash_html_components/Basefont.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Bdi.py b/dash_html_components/Bdi.py index 1eb7705b..d342a412 100644 --- a/dash_html_components/Bdi.py +++ b/dash_html_components/Bdi.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Bdo.py b/dash_html_components/Bdo.py index 56d82b8b..c6fd6e81 100644 --- a/dash_html_components/Bdo.py +++ b/dash_html_components/Bdo.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Big.py b/dash_html_components/Big.py index c3c5bc91..2d18353a 100644 --- a/dash_html_components/Big.py +++ b/dash_html_components/Big.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Blink.py b/dash_html_components/Blink.py index d9963d6f..333ec1f5 100644 --- a/dash_html_components/Blink.py +++ b/dash_html_components/Blink.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Blockquote.py b/dash_html_components/Blockquote.py index b9c7da73..f060c966 100644 --- a/dash_html_components/Blockquote.py +++ b/dash_html_components/Blockquote.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Br.py b/dash_html_components/Br.py index 7583f6dc..6833060a 100644 --- a/dash_html_components/Br.py +++ b/dash_html_components/Br.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Button.py b/dash_html_components/Button.py index 110f3187..a1c49a1f 100644 --- a/dash_html_components/Button.py +++ b/dash_html_components/Button.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Canvas.py b/dash_html_components/Canvas.py index 6b5800b8..2803c4e7 100644 --- a/dash_html_components/Canvas.py +++ b/dash_html_components/Canvas.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Caption.py b/dash_html_components/Caption.py index 42ba746a..48376d77 100644 --- a/dash_html_components/Caption.py +++ b/dash_html_components/Caption.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Center.py b/dash_html_components/Center.py index 603fac64..3dced807 100644 --- a/dash_html_components/Center.py +++ b/dash_html_components/Center.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Cite.py b/dash_html_components/Cite.py index 9c648791..71d8880c 100644 --- a/dash_html_components/Cite.py +++ b/dash_html_components/Cite.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Code.py b/dash_html_components/Code.py index 2eb9e2b0..61b38a2f 100644 --- a/dash_html_components/Code.py +++ b/dash_html_components/Code.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Col.py b/dash_html_components/Col.py index 8d804e7e..fff8a8b2 100644 --- a/dash_html_components/Col.py +++ b/dash_html_components/Col.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Colgroup.py b/dash_html_components/Colgroup.py index ad53fe03..be2fe16f 100644 --- a/dash_html_components/Colgroup.py +++ b/dash_html_components/Colgroup.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Command.py b/dash_html_components/Command.py index 7041b48a..686c29dd 100644 --- a/dash_html_components/Command.py +++ b/dash_html_components/Command.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Content.py b/dash_html_components/Content.py index e107bdcd..ed2c96e4 100644 --- a/dash_html_components/Content.py +++ b/dash_html_components/Content.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Data.py b/dash_html_components/Data.py index 7df3810b..720e54ea 100644 --- a/dash_html_components/Data.py +++ b/dash_html_components/Data.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Datalist.py b/dash_html_components/Datalist.py index c0c8b4ed..fa490754 100644 --- a/dash_html_components/Datalist.py +++ b/dash_html_components/Datalist.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Dd.py b/dash_html_components/Dd.py index a03c7d97..abd58faf 100644 --- a/dash_html_components/Dd.py +++ b/dash_html_components/Dd.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Del.py b/dash_html_components/Del.py index 6cf6ecb6..621a2d7b 100644 --- a/dash_html_components/Del.py +++ b/dash_html_components/Del.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Details.py b/dash_html_components/Details.py index 0af52dc8..a720c284 100644 --- a/dash_html_components/Details.py +++ b/dash_html_components/Details.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Dfn.py b/dash_html_components/Dfn.py index 8925786d..fecc98fd 100644 --- a/dash_html_components/Dfn.py +++ b/dash_html_components/Dfn.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Dialog.py b/dash_html_components/Dialog.py index a28f275d..722da045 100644 --- a/dash_html_components/Dialog.py +++ b/dash_html_components/Dialog.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Div.py b/dash_html_components/Div.py index 8cebc8c1..2fb85e31 100644 --- a/dash_html_components/Div.py +++ b/dash_html_components/Div.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Dl.py b/dash_html_components/Dl.py index 70ed0c16..14ef4591 100644 --- a/dash_html_components/Dl.py +++ b/dash_html_components/Dl.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Dt.py b/dash_html_components/Dt.py index 89530db8..2c64f021 100644 --- a/dash_html_components/Dt.py +++ b/dash_html_components/Dt.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Element.py b/dash_html_components/Element.py index 54c55f00..419a3edb 100644 --- a/dash_html_components/Element.py +++ b/dash_html_components/Element.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Em.py b/dash_html_components/Em.py index 120bbff0..f3e89b26 100644 --- a/dash_html_components/Em.py +++ b/dash_html_components/Em.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Embed.py b/dash_html_components/Embed.py index 26abc60e..d38b956e 100644 --- a/dash_html_components/Embed.py +++ b/dash_html_components/Embed.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Fieldset.py b/dash_html_components/Fieldset.py index 1fcfec6d..8fa9e896 100644 --- a/dash_html_components/Fieldset.py +++ b/dash_html_components/Fieldset.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Figcaption.py b/dash_html_components/Figcaption.py index e037697d..bab96402 100644 --- a/dash_html_components/Figcaption.py +++ b/dash_html_components/Figcaption.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Figure.py b/dash_html_components/Figure.py index 8ba3f2db..79684f8a 100644 --- a/dash_html_components/Figure.py +++ b/dash_html_components/Figure.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Font.py b/dash_html_components/Font.py index aea81028..99325556 100644 --- a/dash_html_components/Font.py +++ b/dash_html_components/Font.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Footer.py b/dash_html_components/Footer.py index 102f0c46..7505ddd8 100644 --- a/dash_html_components/Footer.py +++ b/dash_html_components/Footer.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Form.py b/dash_html_components/Form.py index a822bec9..d47f4914 100644 --- a/dash_html_components/Form.py +++ b/dash_html_components/Form.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Frame.py b/dash_html_components/Frame.py index 7b6eec68..047e2c50 100644 --- a/dash_html_components/Frame.py +++ b/dash_html_components/Frame.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Frameset.py b/dash_html_components/Frameset.py index cc663157..b0e460b1 100644 --- a/dash_html_components/Frameset.py +++ b/dash_html_components/Frameset.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/H1.py b/dash_html_components/H1.py index affe6e3c..e67b028b 100644 --- a/dash_html_components/H1.py +++ b/dash_html_components/H1.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/H2.py b/dash_html_components/H2.py index e5807c31..8aa17984 100644 --- a/dash_html_components/H2.py +++ b/dash_html_components/H2.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/H3.py b/dash_html_components/H3.py index 29d0fff4..5d7e1a1b 100644 --- a/dash_html_components/H3.py +++ b/dash_html_components/H3.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/H4.py b/dash_html_components/H4.py index 1b47728b..a74e8865 100644 --- a/dash_html_components/H4.py +++ b/dash_html_components/H4.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/H5.py b/dash_html_components/H5.py index ceea3ab4..c16bd3e2 100644 --- a/dash_html_components/H5.py +++ b/dash_html_components/H5.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/H6.py b/dash_html_components/H6.py index d81adf55..edcb5142 100644 --- a/dash_html_components/H6.py +++ b/dash_html_components/H6.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Header.py b/dash_html_components/Header.py index dfd20a2e..04070b92 100644 --- a/dash_html_components/Header.py +++ b/dash_html_components/Header.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Hgroup.py b/dash_html_components/Hgroup.py index 776f6c72..086413a8 100644 --- a/dash_html_components/Hgroup.py +++ b/dash_html_components/Hgroup.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Hr.py b/dash_html_components/Hr.py index b3763f56..67bc7e82 100644 --- a/dash_html_components/Hr.py +++ b/dash_html_components/Hr.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/I.py b/dash_html_components/I.py index 74bed9a2..4ab3892c 100644 --- a/dash_html_components/I.py +++ b/dash_html_components/I.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Iframe.py b/dash_html_components/Iframe.py index 7ace11b1..962c191e 100644 --- a/dash_html_components/Iframe.py +++ b/dash_html_components/Iframe.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Img.py b/dash_html_components/Img.py index 926f052e..6936fd6a 100644 --- a/dash_html_components/Img.py +++ b/dash_html_components/Img.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Ins.py b/dash_html_components/Ins.py index ed1e31d0..b06db40f 100644 --- a/dash_html_components/Ins.py +++ b/dash_html_components/Ins.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Isindex.py b/dash_html_components/Isindex.py index 8e73f009..02963474 100644 --- a/dash_html_components/Isindex.py +++ b/dash_html_components/Isindex.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Kbd.py b/dash_html_components/Kbd.py index c3f2456d..ec4404f6 100644 --- a/dash_html_components/Kbd.py +++ b/dash_html_components/Kbd.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Keygen.py b/dash_html_components/Keygen.py index 0650989b..0fa3f346 100644 --- a/dash_html_components/Keygen.py +++ b/dash_html_components/Keygen.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Label.py b/dash_html_components/Label.py index 84705365..245e066c 100644 --- a/dash_html_components/Label.py +++ b/dash_html_components/Label.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Legend.py b/dash_html_components/Legend.py index aa1fd482..d4ae43df 100644 --- a/dash_html_components/Legend.py +++ b/dash_html_components/Legend.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Li.py b/dash_html_components/Li.py index 96c92f4c..5e9efa0a 100644 --- a/dash_html_components/Li.py +++ b/dash_html_components/Li.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Link.py b/dash_html_components/Link.py index 001c4509..c777b77c 100644 --- a/dash_html_components/Link.py +++ b/dash_html_components/Link.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Listing.py b/dash_html_components/Listing.py index 34566816..593a174c 100644 --- a/dash_html_components/Listing.py +++ b/dash_html_components/Listing.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Main.py b/dash_html_components/Main.py index b559409a..13cefb9f 100644 --- a/dash_html_components/Main.py +++ b/dash_html_components/Main.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/MapEl.py b/dash_html_components/MapEl.py index b7643804..af6c93c7 100644 --- a/dash_html_components/MapEl.py +++ b/dash_html_components/MapEl.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Mark.py b/dash_html_components/Mark.py index 89cee207..f6490991 100644 --- a/dash_html_components/Mark.py +++ b/dash_html_components/Mark.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Marquee.py b/dash_html_components/Marquee.py index ff84dc1f..b034e4c1 100644 --- a/dash_html_components/Marquee.py +++ b/dash_html_components/Marquee.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Meta.py b/dash_html_components/Meta.py index bd82dffc..3a69db6a 100644 --- a/dash_html_components/Meta.py +++ b/dash_html_components/Meta.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Meter.py b/dash_html_components/Meter.py index c22e5a6b..06937f4d 100644 --- a/dash_html_components/Meter.py +++ b/dash_html_components/Meter.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Multicol.py b/dash_html_components/Multicol.py index 55e92acc..cc354ac0 100644 --- a/dash_html_components/Multicol.py +++ b/dash_html_components/Multicol.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Nav.py b/dash_html_components/Nav.py index 11a56347..856f5255 100644 --- a/dash_html_components/Nav.py +++ b/dash_html_components/Nav.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Nextid.py b/dash_html_components/Nextid.py index 595b4f75..b783da03 100644 --- a/dash_html_components/Nextid.py +++ b/dash_html_components/Nextid.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Nobr.py b/dash_html_components/Nobr.py index 087d36b5..2d08d6c2 100644 --- a/dash_html_components/Nobr.py +++ b/dash_html_components/Nobr.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Noscript.py b/dash_html_components/Noscript.py index 65cab62b..779ce913 100644 --- a/dash_html_components/Noscript.py +++ b/dash_html_components/Noscript.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/ObjectEl.py b/dash_html_components/ObjectEl.py index 784bc4cc..7c7c3684 100644 --- a/dash_html_components/ObjectEl.py +++ b/dash_html_components/ObjectEl.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Ol.py b/dash_html_components/Ol.py index 97c788b2..27ac1414 100644 --- a/dash_html_components/Ol.py +++ b/dash_html_components/Ol.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Optgroup.py b/dash_html_components/Optgroup.py index cb4ac54d..8b9ad7c0 100644 --- a/dash_html_components/Optgroup.py +++ b/dash_html_components/Optgroup.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Option.py b/dash_html_components/Option.py index a7870762..1d7a0266 100644 --- a/dash_html_components/Option.py +++ b/dash_html_components/Option.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Output.py b/dash_html_components/Output.py index 3cb0a86b..11ad571f 100644 --- a/dash_html_components/Output.py +++ b/dash_html_components/Output.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/P.py b/dash_html_components/P.py index 5c137884..0681cd6d 100644 --- a/dash_html_components/P.py +++ b/dash_html_components/P.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Param.py b/dash_html_components/Param.py index ee4ab6b5..adc705ff 100644 --- a/dash_html_components/Param.py +++ b/dash_html_components/Param.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Picture.py b/dash_html_components/Picture.py index 126d84a0..f974dfec 100644 --- a/dash_html_components/Picture.py +++ b/dash_html_components/Picture.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Plaintext.py b/dash_html_components/Plaintext.py index a6630e0f..5c1d54f9 100644 --- a/dash_html_components/Plaintext.py +++ b/dash_html_components/Plaintext.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Pre.py b/dash_html_components/Pre.py index e805903c..925a0ddb 100644 --- a/dash_html_components/Pre.py +++ b/dash_html_components/Pre.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Progress.py b/dash_html_components/Progress.py index c773e3ea..db52a687 100644 --- a/dash_html_components/Progress.py +++ b/dash_html_components/Progress.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Q.py b/dash_html_components/Q.py index 7b636caa..c97daa1b 100644 --- a/dash_html_components/Q.py +++ b/dash_html_components/Q.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Rp.py b/dash_html_components/Rp.py index d5fb85b9..14ce9643 100644 --- a/dash_html_components/Rp.py +++ b/dash_html_components/Rp.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Rt.py b/dash_html_components/Rt.py index d247aebd..8b74648b 100644 --- a/dash_html_components/Rt.py +++ b/dash_html_components/Rt.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Rtc.py b/dash_html_components/Rtc.py index e06407c0..524dbc28 100644 --- a/dash_html_components/Rtc.py +++ b/dash_html_components/Rtc.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Ruby.py b/dash_html_components/Ruby.py index 9f1af3f3..5da1672f 100644 --- a/dash_html_components/Ruby.py +++ b/dash_html_components/Ruby.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/S.py b/dash_html_components/S.py index 35ee8582..7fca5ea6 100644 --- a/dash_html_components/S.py +++ b/dash_html_components/S.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Samp.py b/dash_html_components/Samp.py index bc2b118b..e1799006 100644 --- a/dash_html_components/Samp.py +++ b/dash_html_components/Samp.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Script.py b/dash_html_components/Script.py index 8064f29c..880f1cfc 100644 --- a/dash_html_components/Script.py +++ b/dash_html_components/Script.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Section.py b/dash_html_components/Section.py index 0ac9590d..cd533f82 100644 --- a/dash_html_components/Section.py +++ b/dash_html_components/Section.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Select.py b/dash_html_components/Select.py index 6b5b2401..50e1ad2d 100644 --- a/dash_html_components/Select.py +++ b/dash_html_components/Select.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Shadow.py b/dash_html_components/Shadow.py index cc7f7228..0f92458e 100644 --- a/dash_html_components/Shadow.py +++ b/dash_html_components/Shadow.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Slot.py b/dash_html_components/Slot.py index 6b474770..f2d37e7a 100644 --- a/dash_html_components/Slot.py +++ b/dash_html_components/Slot.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Small.py b/dash_html_components/Small.py index 8268b1ae..8b8da71c 100644 --- a/dash_html_components/Small.py +++ b/dash_html_components/Small.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Source.py b/dash_html_components/Source.py index b03c8c1f..87eb5f4b 100644 --- a/dash_html_components/Source.py +++ b/dash_html_components/Source.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Spacer.py b/dash_html_components/Spacer.py index 30c1fad5..aeba4db5 100644 --- a/dash_html_components/Spacer.py +++ b/dash_html_components/Spacer.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Span.py b/dash_html_components/Span.py index c0da6262..d8f54ab8 100644 --- a/dash_html_components/Span.py +++ b/dash_html_components/Span.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Strike.py b/dash_html_components/Strike.py index b6d995e6..4aaa51b8 100644 --- a/dash_html_components/Strike.py +++ b/dash_html_components/Strike.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Strong.py b/dash_html_components/Strong.py index 12513115..d0b47160 100644 --- a/dash_html_components/Strong.py +++ b/dash_html_components/Strong.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Sub.py b/dash_html_components/Sub.py index 2432c321..e3dd2f48 100644 --- a/dash_html_components/Sub.py +++ b/dash_html_components/Sub.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Summary.py b/dash_html_components/Summary.py index f7f30f30..da15db33 100644 --- a/dash_html_components/Summary.py +++ b/dash_html_components/Summary.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Sup.py b/dash_html_components/Sup.py index 1e9f06d6..85d5ec27 100644 --- a/dash_html_components/Sup.py +++ b/dash_html_components/Sup.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Table.py b/dash_html_components/Table.py index 7e6e11dd..34fcd4e8 100644 --- a/dash_html_components/Table.py +++ b/dash_html_components/Table.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Tbody.py b/dash_html_components/Tbody.py index a2a5b37e..128dbfcb 100644 --- a/dash_html_components/Tbody.py +++ b/dash_html_components/Tbody.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Td.py b/dash_html_components/Td.py index 8ef1dad2..4c9d97ef 100644 --- a/dash_html_components/Td.py +++ b/dash_html_components/Td.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Template.py b/dash_html_components/Template.py index a3cdaf04..159ff4bf 100644 --- a/dash_html_components/Template.py +++ b/dash_html_components/Template.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Textarea.py b/dash_html_components/Textarea.py index 474b97c4..7b2f3ee3 100644 --- a/dash_html_components/Textarea.py +++ b/dash_html_components/Textarea.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Tfoot.py b/dash_html_components/Tfoot.py index 27004d02..ee72f628 100644 --- a/dash_html_components/Tfoot.py +++ b/dash_html_components/Tfoot.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Th.py b/dash_html_components/Th.py index e07bf6f1..83a47fe2 100644 --- a/dash_html_components/Th.py +++ b/dash_html_components/Th.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Thead.py b/dash_html_components/Thead.py index eb960df2..5975c7e0 100644 --- a/dash_html_components/Thead.py +++ b/dash_html_components/Thead.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Time.py b/dash_html_components/Time.py index 45a36701..c51ee218 100644 --- a/dash_html_components/Time.py +++ b/dash_html_components/Time.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Title.py b/dash_html_components/Title.py index ea4cb917..48354c6b 100644 --- a/dash_html_components/Title.py +++ b/dash_html_components/Title.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Tr.py b/dash_html_components/Tr.py index 032bb86a..da653f93 100644 --- a/dash_html_components/Tr.py +++ b/dash_html_components/Tr.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Track.py b/dash_html_components/Track.py index fde5bb90..db3908c5 100644 --- a/dash_html_components/Track.py +++ b/dash_html_components/Track.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/U.py b/dash_html_components/U.py index 5cdff465..153b7e33 100644 --- a/dash_html_components/U.py +++ b/dash_html_components/U.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Ul.py b/dash_html_components/Ul.py index b983c472..60e7894e 100644 --- a/dash_html_components/Ul.py +++ b/dash_html_components/Ul.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Var.py b/dash_html_components/Var.py index 4a6f22fa..802f34e2 100644 --- a/dash_html_components/Var.py +++ b/dash_html_components/Var.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Video.py b/dash_html_components/Video.py index dd36e047..f0a1e54f 100644 --- a/dash_html_components/Video.py +++ b/dash_html_components/Video.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Wbr.py b/dash_html_components/Wbr.py index be55d978..86568355 100644 --- a/dash_html_components/Wbr.py +++ b/dash_html_components/Wbr.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component diff --git a/dash_html_components/Xmp.py b/dash_html_components/Xmp.py index d066b60d..f1366320 100644 --- a/dash_html_components/Xmp.py +++ b/dash_html_components/Xmp.py @@ -1,3 +1,5 @@ +# AUTO GENERATED FILE - DO NOT EDIT + from dash.development.base_component import Component From 15b5019eb712ff38bc9304545ed1bbfa4a08d069 Mon Sep 17 00:00:00 2001 From: Ryan Marren Date: Tue, 19 Jun 2018 20:55:23 -0400 Subject: [PATCH 03/11] Fix type in changelog.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 694bdf98..f0481ab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [0.12.0] - 2018-06-01 ### Changed - `dash_html_components/__init__.py` now imports from python class files rather than generating classes at runtime, -adding support for IDE autocomplete ect. +adding support for IDE auto complete etc. ## [0.11.0] - 2018-06-01 ### Added From 39629d8c2bcbf3c02a944cd96eed20d80e4db091 Mon Sep 17 00:00:00 2001 From: Ryan Marren Date: Sun, 24 Jun 2018 20:52:16 -0400 Subject: [PATCH 04/11] Update _namespace property of all generated classes. --- dash_html_components/A.py | 2 +- dash_html_components/Abbr.py | 2 +- dash_html_components/Acronym.py | 2 +- dash_html_components/Address.py | 2 +- dash_html_components/Area.py | 2 +- dash_html_components/Article.py | 2 +- dash_html_components/Aside.py | 2 +- dash_html_components/Audio.py | 2 +- dash_html_components/B.py | 2 +- dash_html_components/Base.py | 2 +- dash_html_components/Basefont.py | 2 +- dash_html_components/Bdi.py | 2 +- dash_html_components/Bdo.py | 2 +- dash_html_components/Big.py | 2 +- dash_html_components/Blink.py | 2 +- dash_html_components/Blockquote.py | 2 +- dash_html_components/Br.py | 2 +- dash_html_components/Button.py | 2 +- dash_html_components/Canvas.py | 2 +- dash_html_components/Caption.py | 2 +- dash_html_components/Center.py | 2 +- dash_html_components/Cite.py | 2 +- dash_html_components/Code.py | 2 +- dash_html_components/Col.py | 2 +- dash_html_components/Colgroup.py | 2 +- dash_html_components/Command.py | 2 +- dash_html_components/Content.py | 2 +- dash_html_components/Data.py | 2 +- dash_html_components/Datalist.py | 2 +- dash_html_components/Dd.py | 2 +- dash_html_components/Del.py | 2 +- dash_html_components/Details.py | 2 +- dash_html_components/Dfn.py | 2 +- dash_html_components/Dialog.py | 2 +- dash_html_components/Div.py | 2 +- dash_html_components/Dl.py | 2 +- dash_html_components/Dt.py | 2 +- dash_html_components/Element.py | 2 +- dash_html_components/Em.py | 2 +- dash_html_components/Embed.py | 2 +- dash_html_components/Fieldset.py | 2 +- dash_html_components/Figcaption.py | 2 +- dash_html_components/Figure.py | 2 +- dash_html_components/Font.py | 2 +- dash_html_components/Footer.py | 2 +- dash_html_components/Form.py | 2 +- dash_html_components/Frame.py | 2 +- dash_html_components/Frameset.py | 2 +- dash_html_components/H1.py | 2 +- dash_html_components/H2.py | 2 +- dash_html_components/H3.py | 2 +- dash_html_components/H4.py | 2 +- dash_html_components/H5.py | 2 +- dash_html_components/H6.py | 2 +- dash_html_components/Header.py | 2 +- dash_html_components/Hgroup.py | 2 +- dash_html_components/Hr.py | 2 +- dash_html_components/I.py | 2 +- dash_html_components/Iframe.py | 2 +- dash_html_components/Img.py | 2 +- dash_html_components/Ins.py | 2 +- dash_html_components/Isindex.py | 2 +- dash_html_components/Kbd.py | 2 +- dash_html_components/Keygen.py | 2 +- dash_html_components/Label.py | 2 +- dash_html_components/Legend.py | 2 +- dash_html_components/Li.py | 2 +- dash_html_components/Link.py | 2 +- dash_html_components/Listing.py | 2 +- dash_html_components/Main.py | 2 +- dash_html_components/MapEl.py | 2 +- dash_html_components/Mark.py | 2 +- dash_html_components/Marquee.py | 2 +- dash_html_components/Meta.py | 2 +- dash_html_components/Meter.py | 2 +- dash_html_components/Multicol.py | 2 +- dash_html_components/Nav.py | 2 +- dash_html_components/Nextid.py | 2 +- dash_html_components/Nobr.py | 2 +- dash_html_components/Noscript.py | 2 +- dash_html_components/ObjectEl.py | 2 +- dash_html_components/Ol.py | 2 +- dash_html_components/Optgroup.py | 2 +- dash_html_components/Option.py | 2 +- dash_html_components/Output.py | 2 +- dash_html_components/P.py | 2 +- dash_html_components/Param.py | 2 +- dash_html_components/Picture.py | 2 +- dash_html_components/Plaintext.py | 2 +- dash_html_components/Pre.py | 2 +- dash_html_components/Progress.py | 2 +- dash_html_components/Q.py | 2 +- dash_html_components/Rp.py | 2 +- dash_html_components/Rt.py | 2 +- dash_html_components/Rtc.py | 2 +- dash_html_components/Ruby.py | 2 +- dash_html_components/S.py | 2 +- dash_html_components/Samp.py | 2 +- dash_html_components/Script.py | 2 +- dash_html_components/Section.py | 2 +- dash_html_components/Select.py | 2 +- dash_html_components/Shadow.py | 2 +- dash_html_components/Slot.py | 2 +- dash_html_components/Small.py | 2 +- dash_html_components/Source.py | 2 +- dash_html_components/Spacer.py | 2 +- dash_html_components/Span.py | 2 +- dash_html_components/Strike.py | 2 +- dash_html_components/Strong.py | 2 +- dash_html_components/Sub.py | 2 +- dash_html_components/Summary.py | 2 +- dash_html_components/Sup.py | 2 +- dash_html_components/Table.py | 2 +- dash_html_components/Tbody.py | 2 +- dash_html_components/Td.py | 2 +- dash_html_components/Template.py | 2 +- dash_html_components/Textarea.py | 2 +- dash_html_components/Tfoot.py | 2 +- dash_html_components/Th.py | 2 +- dash_html_components/Thead.py | 2 +- dash_html_components/Time.py | 2 +- dash_html_components/Title.py | 2 +- dash_html_components/Tr.py | 2 +- dash_html_components/Track.py | 2 +- dash_html_components/U.py | 2 +- dash_html_components/Ul.py | 2 +- dash_html_components/Var.py | 2 +- dash_html_components/Video.py | 2 +- dash_html_components/Wbr.py | 2 +- dash_html_components/Xmp.py | 2 +- package.json | 1 + 131 files changed, 131 insertions(+), 130 deletions(-) diff --git a/dash_html_components/A.py b/dash_html_components/A.py index 99f10a56..641f5a0b 100644 --- a/dash_html_components/A.py +++ b/dash_html_components/A.py @@ -47,7 +47,7 @@ class A(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'download', 'href', 'hrefLang', 'media', 'rel', 'shape', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'A' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'download', 'href', 'hrefLang', 'media', 'rel', 'shape', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Abbr.py b/dash_html_components/Abbr.py index 1d62bc3a..7fd92f79 100644 --- a/dash_html_components/Abbr.py +++ b/dash_html_components/Abbr.py @@ -40,7 +40,7 @@ class Abbr(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Abbr' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Acronym.py b/dash_html_components/Acronym.py index 320fe47f..f42a595b 100644 --- a/dash_html_components/Acronym.py +++ b/dash_html_components/Acronym.py @@ -40,7 +40,7 @@ class Acronym(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Acronym' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Address.py b/dash_html_components/Address.py index 3289e1b0..7d60e0a6 100644 --- a/dash_html_components/Address.py +++ b/dash_html_components/Address.py @@ -40,7 +40,7 @@ class Address(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Address' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Area.py b/dash_html_components/Area.py index e10d267b..425a7e96 100644 --- a/dash_html_components/Area.py +++ b/dash_html_components/Area.py @@ -49,7 +49,7 @@ class Area(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'alt', 'coords', 'download', 'href', 'hrefLang', 'media', 'rel', 'shape', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Area' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'alt', 'coords', 'download', 'href', 'hrefLang', 'media', 'rel', 'shape', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Article.py b/dash_html_components/Article.py index 2cfb8774..33871224 100644 --- a/dash_html_components/Article.py +++ b/dash_html_components/Article.py @@ -40,7 +40,7 @@ class Article(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Article' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Aside.py b/dash_html_components/Aside.py index cc9a3901..ad0c57e2 100644 --- a/dash_html_components/Aside.py +++ b/dash_html_components/Aside.py @@ -40,7 +40,7 @@ class Aside(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Aside' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Audio.py b/dash_html_components/Audio.py index cfeb6037..e68f3e29 100644 --- a/dash_html_components/Audio.py +++ b/dash_html_components/Audio.py @@ -47,7 +47,7 @@ class Audio(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoPlay', 'controls', 'crossOrigin', 'loop', 'muted', 'preload', 'src', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Audio' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoPlay', 'controls', 'crossOrigin', 'loop', 'muted', 'preload', 'src', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/B.py b/dash_html_components/B.py index fc05f32b..ee0d7f4d 100644 --- a/dash_html_components/B.py +++ b/dash_html_components/B.py @@ -40,7 +40,7 @@ class B(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'B' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Base.py b/dash_html_components/Base.py index 9e84e8bb..f4dcb302 100644 --- a/dash_html_components/Base.py +++ b/dash_html_components/Base.py @@ -42,7 +42,7 @@ class Base(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'href', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Base' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'href', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Basefont.py b/dash_html_components/Basefont.py index 543f43a6..8b38d87a 100644 --- a/dash_html_components/Basefont.py +++ b/dash_html_components/Basefont.py @@ -40,7 +40,7 @@ class Basefont(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Basefont' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Bdi.py b/dash_html_components/Bdi.py index d342a412..0ee019a6 100644 --- a/dash_html_components/Bdi.py +++ b/dash_html_components/Bdi.py @@ -40,7 +40,7 @@ class Bdi(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Bdi' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Bdo.py b/dash_html_components/Bdo.py index c6fd6e81..d0d6cd8e 100644 --- a/dash_html_components/Bdo.py +++ b/dash_html_components/Bdo.py @@ -40,7 +40,7 @@ class Bdo(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Bdo' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Big.py b/dash_html_components/Big.py index 2d18353a..be933c61 100644 --- a/dash_html_components/Big.py +++ b/dash_html_components/Big.py @@ -40,7 +40,7 @@ class Big(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Big' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Blink.py b/dash_html_components/Blink.py index 333ec1f5..e22969be 100644 --- a/dash_html_components/Blink.py +++ b/dash_html_components/Blink.py @@ -40,7 +40,7 @@ class Blink(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Blink' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Blockquote.py b/dash_html_components/Blockquote.py index f060c966..34e5ea5f 100644 --- a/dash_html_components/Blockquote.py +++ b/dash_html_components/Blockquote.py @@ -41,7 +41,7 @@ class Blockquote(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Blockquote' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Br.py b/dash_html_components/Br.py index 6833060a..e954e37b 100644 --- a/dash_html_components/Br.py +++ b/dash_html_components/Br.py @@ -40,7 +40,7 @@ class Br(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Br' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Button.py b/dash_html_components/Button.py index a1c49a1f..2442fd4c 100644 --- a/dash_html_components/Button.py +++ b/dash_html_components/Button.py @@ -47,7 +47,7 @@ class Button(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'disabled', 'form', 'formAction', 'name', 'type', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Button' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'disabled', 'form', 'formAction', 'name', 'type', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Canvas.py b/dash_html_components/Canvas.py index 2803c4e7..ff2fc238 100644 --- a/dash_html_components/Canvas.py +++ b/dash_html_components/Canvas.py @@ -42,7 +42,7 @@ class Canvas(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Canvas' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Caption.py b/dash_html_components/Caption.py index 48376d77..e1396fbd 100644 --- a/dash_html_components/Caption.py +++ b/dash_html_components/Caption.py @@ -40,7 +40,7 @@ class Caption(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Caption' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Center.py b/dash_html_components/Center.py index 3dced807..23fdec34 100644 --- a/dash_html_components/Center.py +++ b/dash_html_components/Center.py @@ -40,7 +40,7 @@ class Center(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Center' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Cite.py b/dash_html_components/Cite.py index 71d8880c..ee027c30 100644 --- a/dash_html_components/Cite.py +++ b/dash_html_components/Cite.py @@ -40,7 +40,7 @@ class Cite(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Cite' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Code.py b/dash_html_components/Code.py index 61b38a2f..86520691 100644 --- a/dash_html_components/Code.py +++ b/dash_html_components/Code.py @@ -40,7 +40,7 @@ class Code(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Code' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Col.py b/dash_html_components/Col.py index fff8a8b2..75cb7ae9 100644 --- a/dash_html_components/Col.py +++ b/dash_html_components/Col.py @@ -41,7 +41,7 @@ class Col(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'span', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Col' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'span', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Colgroup.py b/dash_html_components/Colgroup.py index be2fe16f..92c4e118 100644 --- a/dash_html_components/Colgroup.py +++ b/dash_html_components/Colgroup.py @@ -41,7 +41,7 @@ class Colgroup(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'span', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Colgroup' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'span', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Command.py b/dash_html_components/Command.py index 686c29dd..c0053d09 100644 --- a/dash_html_components/Command.py +++ b/dash_html_components/Command.py @@ -45,7 +45,7 @@ class Command(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'checked', 'disabled', 'icon', 'radioGroup', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Command' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'checked', 'disabled', 'icon', 'radioGroup', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Content.py b/dash_html_components/Content.py index ed2c96e4..58b4bf8d 100644 --- a/dash_html_components/Content.py +++ b/dash_html_components/Content.py @@ -40,7 +40,7 @@ class Content(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Content' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Data.py b/dash_html_components/Data.py index 720e54ea..c921a491 100644 --- a/dash_html_components/Data.py +++ b/dash_html_components/Data.py @@ -40,7 +40,7 @@ class Data(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Data' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Datalist.py b/dash_html_components/Datalist.py index fa490754..cc6a0943 100644 --- a/dash_html_components/Datalist.py +++ b/dash_html_components/Datalist.py @@ -40,7 +40,7 @@ class Datalist(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Datalist' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Dd.py b/dash_html_components/Dd.py index abd58faf..db89f39c 100644 --- a/dash_html_components/Dd.py +++ b/dash_html_components/Dd.py @@ -40,7 +40,7 @@ class Dd(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dd' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Del.py b/dash_html_components/Del.py index 621a2d7b..0b3c4005 100644 --- a/dash_html_components/Del.py +++ b/dash_html_components/Del.py @@ -42,7 +42,7 @@ class Del(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Del' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Details.py b/dash_html_components/Details.py index a720c284..be57ddbb 100644 --- a/dash_html_components/Details.py +++ b/dash_html_components/Details.py @@ -41,7 +41,7 @@ class Details(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'open', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Details' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'open', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Dfn.py b/dash_html_components/Dfn.py index fecc98fd..87c7ce42 100644 --- a/dash_html_components/Dfn.py +++ b/dash_html_components/Dfn.py @@ -40,7 +40,7 @@ class Dfn(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dfn' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Dialog.py b/dash_html_components/Dialog.py index 722da045..3a82a431 100644 --- a/dash_html_components/Dialog.py +++ b/dash_html_components/Dialog.py @@ -40,7 +40,7 @@ class Dialog(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dialog' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Div.py b/dash_html_components/Div.py index 2fb85e31..b95fbfd9 100644 --- a/dash_html_components/Div.py +++ b/dash_html_components/Div.py @@ -40,7 +40,7 @@ class Div(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Div' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Dl.py b/dash_html_components/Dl.py index 14ef4591..d674c0be 100644 --- a/dash_html_components/Dl.py +++ b/dash_html_components/Dl.py @@ -40,7 +40,7 @@ class Dl(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dl' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Dt.py b/dash_html_components/Dt.py index 2c64f021..8cbcb2a9 100644 --- a/dash_html_components/Dt.py +++ b/dash_html_components/Dt.py @@ -40,7 +40,7 @@ class Dt(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dt' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Element.py b/dash_html_components/Element.py index 419a3edb..b90bf2c3 100644 --- a/dash_html_components/Element.py +++ b/dash_html_components/Element.py @@ -40,7 +40,7 @@ class Element(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Element' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Em.py b/dash_html_components/Em.py index f3e89b26..f6fbf994 100644 --- a/dash_html_components/Em.py +++ b/dash_html_components/Em.py @@ -40,7 +40,7 @@ class Em(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Em' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Embed.py b/dash_html_components/Embed.py index d38b956e..628bc54b 100644 --- a/dash_html_components/Embed.py +++ b/dash_html_components/Embed.py @@ -44,7 +44,7 @@ class Embed(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'src', 'type', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Embed' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'src', 'type', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Fieldset.py b/dash_html_components/Fieldset.py index 8fa9e896..10d0ba5d 100644 --- a/dash_html_components/Fieldset.py +++ b/dash_html_components/Fieldset.py @@ -43,7 +43,7 @@ class Fieldset(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'form', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Fieldset' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'form', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Figcaption.py b/dash_html_components/Figcaption.py index bab96402..6c5f1ea1 100644 --- a/dash_html_components/Figcaption.py +++ b/dash_html_components/Figcaption.py @@ -40,7 +40,7 @@ class Figcaption(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Figcaption' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Figure.py b/dash_html_components/Figure.py index 79684f8a..649e9aef 100644 --- a/dash_html_components/Figure.py +++ b/dash_html_components/Figure.py @@ -40,7 +40,7 @@ class Figure(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Figure' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Font.py b/dash_html_components/Font.py index 99325556..f8bfb5ef 100644 --- a/dash_html_components/Font.py +++ b/dash_html_components/Font.py @@ -40,7 +40,7 @@ class Font(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Font' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Footer.py b/dash_html_components/Footer.py index 7505ddd8..3353a684 100644 --- a/dash_html_components/Footer.py +++ b/dash_html_components/Footer.py @@ -40,7 +40,7 @@ class Footer(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Footer' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Form.py b/dash_html_components/Form.py index d47f4914..4c011d82 100644 --- a/dash_html_components/Form.py +++ b/dash_html_components/Form.py @@ -49,7 +49,7 @@ class Form(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accept', 'acceptCharset', 'action', 'autoComplete', 'encType', 'method', 'name', 'noValidate', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Form' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accept', 'acceptCharset', 'action', 'autoComplete', 'encType', 'method', 'name', 'noValidate', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Frame.py b/dash_html_components/Frame.py index 047e2c50..cd73bbe9 100644 --- a/dash_html_components/Frame.py +++ b/dash_html_components/Frame.py @@ -40,7 +40,7 @@ class Frame(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Frame' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Frameset.py b/dash_html_components/Frameset.py index b0e460b1..dda35fe4 100644 --- a/dash_html_components/Frameset.py +++ b/dash_html_components/Frameset.py @@ -40,7 +40,7 @@ class Frameset(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Frameset' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/H1.py b/dash_html_components/H1.py index e67b028b..cf561782 100644 --- a/dash_html_components/H1.py +++ b/dash_html_components/H1.py @@ -40,7 +40,7 @@ class H1(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H1' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/H2.py b/dash_html_components/H2.py index 8aa17984..16fa29af 100644 --- a/dash_html_components/H2.py +++ b/dash_html_components/H2.py @@ -40,7 +40,7 @@ class H2(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H2' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/H3.py b/dash_html_components/H3.py index 5d7e1a1b..86fd4ee4 100644 --- a/dash_html_components/H3.py +++ b/dash_html_components/H3.py @@ -40,7 +40,7 @@ class H3(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H3' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/H4.py b/dash_html_components/H4.py index a74e8865..4d46a1d0 100644 --- a/dash_html_components/H4.py +++ b/dash_html_components/H4.py @@ -40,7 +40,7 @@ class H4(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H4' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/H5.py b/dash_html_components/H5.py index c16bd3e2..45a2d0e3 100644 --- a/dash_html_components/H5.py +++ b/dash_html_components/H5.py @@ -40,7 +40,7 @@ class H5(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H5' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/H6.py b/dash_html_components/H6.py index edcb5142..6ffbb856 100644 --- a/dash_html_components/H6.py +++ b/dash_html_components/H6.py @@ -40,7 +40,7 @@ class H6(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H6' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Header.py b/dash_html_components/Header.py index 04070b92..08550625 100644 --- a/dash_html_components/Header.py +++ b/dash_html_components/Header.py @@ -40,7 +40,7 @@ class Header(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Header' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Hgroup.py b/dash_html_components/Hgroup.py index 086413a8..849fb603 100644 --- a/dash_html_components/Hgroup.py +++ b/dash_html_components/Hgroup.py @@ -40,7 +40,7 @@ class Hgroup(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Hgroup' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Hr.py b/dash_html_components/Hr.py index 67bc7e82..c9150dc2 100644 --- a/dash_html_components/Hr.py +++ b/dash_html_components/Hr.py @@ -40,7 +40,7 @@ class Hr(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Hr' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/I.py b/dash_html_components/I.py index 4ab3892c..2a29b345 100644 --- a/dash_html_components/I.py +++ b/dash_html_components/I.py @@ -40,7 +40,7 @@ class I(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'I' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Iframe.py b/dash_html_components/Iframe.py index 962c191e..55c37c6d 100644 --- a/dash_html_components/Iframe.py +++ b/dash_html_components/Iframe.py @@ -46,7 +46,7 @@ class Iframe(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'name', 'sandbox', 'src', 'srcDoc', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Iframe' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'name', 'sandbox', 'src', 'srcDoc', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Img.py b/dash_html_components/Img.py index 6936fd6a..48594261 100644 --- a/dash_html_components/Img.py +++ b/dash_html_components/Img.py @@ -48,7 +48,7 @@ class Img(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'alt', 'crossOrigin', 'height', 'sizes', 'src', 'srcSet', 'useMap', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Img' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'alt', 'crossOrigin', 'height', 'sizes', 'src', 'srcSet', 'useMap', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Ins.py b/dash_html_components/Ins.py index b06db40f..eb3fa26e 100644 --- a/dash_html_components/Ins.py +++ b/dash_html_components/Ins.py @@ -42,7 +42,7 @@ class Ins(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Ins' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Isindex.py b/dash_html_components/Isindex.py index 02963474..8fcac959 100644 --- a/dash_html_components/Isindex.py +++ b/dash_html_components/Isindex.py @@ -40,7 +40,7 @@ class Isindex(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Isindex' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Kbd.py b/dash_html_components/Kbd.py index ec4404f6..df88b0cf 100644 --- a/dash_html_components/Kbd.py +++ b/dash_html_components/Kbd.py @@ -40,7 +40,7 @@ class Kbd(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Kbd' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Keygen.py b/dash_html_components/Keygen.py index 0fa3f346..0254d46d 100644 --- a/dash_html_components/Keygen.py +++ b/dash_html_components/Keygen.py @@ -46,7 +46,7 @@ class Keygen(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'challenge', 'disabled', 'form', 'keyType', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Keygen' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'challenge', 'disabled', 'form', 'keyType', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Label.py b/dash_html_components/Label.py index 245e066c..b632a67e 100644 --- a/dash_html_components/Label.py +++ b/dash_html_components/Label.py @@ -42,7 +42,7 @@ class Label(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'htmlFor', 'form', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Label' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'htmlFor', 'form', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Legend.py b/dash_html_components/Legend.py index d4ae43df..dc4c569f 100644 --- a/dash_html_components/Legend.py +++ b/dash_html_components/Legend.py @@ -40,7 +40,7 @@ class Legend(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Legend' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Li.py b/dash_html_components/Li.py index 5e9efa0a..5f91653b 100644 --- a/dash_html_components/Li.py +++ b/dash_html_components/Li.py @@ -41,7 +41,7 @@ class Li(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Li' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Link.py b/dash_html_components/Link.py index c777b77c..b5a898dd 100644 --- a/dash_html_components/Link.py +++ b/dash_html_components/Link.py @@ -47,7 +47,7 @@ class Link(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'crossOrigin', 'href', 'hrefLang', 'integrity', 'media', 'rel', 'sizes', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Link' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'crossOrigin', 'href', 'hrefLang', 'integrity', 'media', 'rel', 'sizes', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Listing.py b/dash_html_components/Listing.py index 593a174c..3152e364 100644 --- a/dash_html_components/Listing.py +++ b/dash_html_components/Listing.py @@ -40,7 +40,7 @@ class Listing(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Listing' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Main.py b/dash_html_components/Main.py index 13cefb9f..05f19346 100644 --- a/dash_html_components/Main.py +++ b/dash_html_components/Main.py @@ -40,7 +40,7 @@ class Main(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Main' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/MapEl.py b/dash_html_components/MapEl.py index af6c93c7..3678c7a1 100644 --- a/dash_html_components/MapEl.py +++ b/dash_html_components/MapEl.py @@ -41,7 +41,7 @@ class MapEl(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'MapEl' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Mark.py b/dash_html_components/Mark.py index f6490991..04c1333b 100644 --- a/dash_html_components/Mark.py +++ b/dash_html_components/Mark.py @@ -40,7 +40,7 @@ class Mark(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Mark' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Marquee.py b/dash_html_components/Marquee.py index b034e4c1..587bc03c 100644 --- a/dash_html_components/Marquee.py +++ b/dash_html_components/Marquee.py @@ -41,7 +41,7 @@ class Marquee(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'loop', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Marquee' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'loop', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Meta.py b/dash_html_components/Meta.py index 3a69db6a..a7019f2b 100644 --- a/dash_html_components/Meta.py +++ b/dash_html_components/Meta.py @@ -44,7 +44,7 @@ class Meta(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'charSet', 'content', 'httpEquiv', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Meta' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'charSet', 'content', 'httpEquiv', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Meter.py b/dash_html_components/Meter.py index 06937f4d..2cc729ff 100644 --- a/dash_html_components/Meter.py +++ b/dash_html_components/Meter.py @@ -47,7 +47,7 @@ class Meter(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'high', 'low', 'max', 'min', 'optimum', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Meter' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'high', 'low', 'max', 'min', 'optimum', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Multicol.py b/dash_html_components/Multicol.py index cc354ac0..99c50dc0 100644 --- a/dash_html_components/Multicol.py +++ b/dash_html_components/Multicol.py @@ -40,7 +40,7 @@ class Multicol(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Multicol' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Nav.py b/dash_html_components/Nav.py index 856f5255..ad328ed2 100644 --- a/dash_html_components/Nav.py +++ b/dash_html_components/Nav.py @@ -40,7 +40,7 @@ class Nav(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Nav' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Nextid.py b/dash_html_components/Nextid.py index b783da03..6a05369c 100644 --- a/dash_html_components/Nextid.py +++ b/dash_html_components/Nextid.py @@ -40,7 +40,7 @@ class Nextid(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Nextid' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Nobr.py b/dash_html_components/Nobr.py index 2d08d6c2..8e1a69e8 100644 --- a/dash_html_components/Nobr.py +++ b/dash_html_components/Nobr.py @@ -40,7 +40,7 @@ class Nobr(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Nobr' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Noscript.py b/dash_html_components/Noscript.py index 779ce913..f4a095ec 100644 --- a/dash_html_components/Noscript.py +++ b/dash_html_components/Noscript.py @@ -40,7 +40,7 @@ class Noscript(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Noscript' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/ObjectEl.py b/dash_html_components/ObjectEl.py index 7c7c3684..3d2f7967 100644 --- a/dash_html_components/ObjectEl.py +++ b/dash_html_components/ObjectEl.py @@ -46,7 +46,7 @@ class ObjectEl(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'height', 'name', 'type', 'useMap', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'ObjectEl' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'height', 'name', 'type', 'useMap', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Ol.py b/dash_html_components/Ol.py index 27ac1414..2b0568cf 100644 --- a/dash_html_components/Ol.py +++ b/dash_html_components/Ol.py @@ -42,7 +42,7 @@ class Ol(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'reversed', 'start', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Ol' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'reversed', 'start', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Optgroup.py b/dash_html_components/Optgroup.py index 8b9ad7c0..cd79a05d 100644 --- a/dash_html_components/Optgroup.py +++ b/dash_html_components/Optgroup.py @@ -41,7 +41,7 @@ class Optgroup(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Optgroup' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Option.py b/dash_html_components/Option.py index 1d7a0266..e31c5082 100644 --- a/dash_html_components/Option.py +++ b/dash_html_components/Option.py @@ -43,7 +43,7 @@ class Option(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'selected', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Option' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'selected', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Output.py b/dash_html_components/Output.py index 11ad571f..e9475c65 100644 --- a/dash_html_components/Output.py +++ b/dash_html_components/Output.py @@ -43,7 +43,7 @@ class Output(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'htmlFor', 'form', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Output' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'htmlFor', 'form', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/P.py b/dash_html_components/P.py index 0681cd6d..cfa244f8 100644 --- a/dash_html_components/P.py +++ b/dash_html_components/P.py @@ -40,7 +40,7 @@ class P(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'P' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Param.py b/dash_html_components/Param.py index adc705ff..99f97b6f 100644 --- a/dash_html_components/Param.py +++ b/dash_html_components/Param.py @@ -42,7 +42,7 @@ class Param(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'name', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Param' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'name', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Picture.py b/dash_html_components/Picture.py index f974dfec..917617a5 100644 --- a/dash_html_components/Picture.py +++ b/dash_html_components/Picture.py @@ -40,7 +40,7 @@ class Picture(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Picture' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Plaintext.py b/dash_html_components/Plaintext.py index 5c1d54f9..942b54a9 100644 --- a/dash_html_components/Plaintext.py +++ b/dash_html_components/Plaintext.py @@ -40,7 +40,7 @@ class Plaintext(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Plaintext' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Pre.py b/dash_html_components/Pre.py index 925a0ddb..aa44eaa7 100644 --- a/dash_html_components/Pre.py +++ b/dash_html_components/Pre.py @@ -40,7 +40,7 @@ class Pre(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Pre' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Progress.py b/dash_html_components/Progress.py index db52a687..837ce2c2 100644 --- a/dash_html_components/Progress.py +++ b/dash_html_components/Progress.py @@ -43,7 +43,7 @@ class Progress(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'max', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Progress' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'max', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Q.py b/dash_html_components/Q.py index c97daa1b..215049a7 100644 --- a/dash_html_components/Q.py +++ b/dash_html_components/Q.py @@ -41,7 +41,7 @@ class Q(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Q' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Rp.py b/dash_html_components/Rp.py index 14ce9643..1a9bed1b 100644 --- a/dash_html_components/Rp.py +++ b/dash_html_components/Rp.py @@ -40,7 +40,7 @@ class Rp(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Rp' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Rt.py b/dash_html_components/Rt.py index 8b74648b..fe273cb5 100644 --- a/dash_html_components/Rt.py +++ b/dash_html_components/Rt.py @@ -40,7 +40,7 @@ class Rt(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Rt' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Rtc.py b/dash_html_components/Rtc.py index 524dbc28..d53c348a 100644 --- a/dash_html_components/Rtc.py +++ b/dash_html_components/Rtc.py @@ -40,7 +40,7 @@ class Rtc(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Rtc' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Ruby.py b/dash_html_components/Ruby.py index 5da1672f..1afc2ac9 100644 --- a/dash_html_components/Ruby.py +++ b/dash_html_components/Ruby.py @@ -40,7 +40,7 @@ class Ruby(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Ruby' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/S.py b/dash_html_components/S.py index 7fca5ea6..d063b63e 100644 --- a/dash_html_components/S.py +++ b/dash_html_components/S.py @@ -40,7 +40,7 @@ class S(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'S' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Samp.py b/dash_html_components/Samp.py index e1799006..387f19ea 100644 --- a/dash_html_components/Samp.py +++ b/dash_html_components/Samp.py @@ -40,7 +40,7 @@ class Samp(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Samp' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Script.py b/dash_html_components/Script.py index 880f1cfc..7941c2d2 100644 --- a/dash_html_components/Script.py +++ b/dash_html_components/Script.py @@ -47,7 +47,7 @@ class Script(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'async', 'charSet', 'crossOrigin', 'defer', 'integrity', 'src', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Script' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'async', 'charSet', 'crossOrigin', 'defer', 'integrity', 'src', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Section.py b/dash_html_components/Section.py index cd533f82..ca023d54 100644 --- a/dash_html_components/Section.py +++ b/dash_html_components/Section.py @@ -40,7 +40,7 @@ class Section(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Section' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Select.py b/dash_html_components/Select.py index 50e1ad2d..705bef39 100644 --- a/dash_html_components/Select.py +++ b/dash_html_components/Select.py @@ -47,7 +47,7 @@ class Select(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'disabled', 'form', 'multiple', 'name', 'required', 'size', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Select' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'disabled', 'form', 'multiple', 'name', 'required', 'size', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Shadow.py b/dash_html_components/Shadow.py index 0f92458e..3a531a7c 100644 --- a/dash_html_components/Shadow.py +++ b/dash_html_components/Shadow.py @@ -40,7 +40,7 @@ class Shadow(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Shadow' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Slot.py b/dash_html_components/Slot.py index f2d37e7a..0d65bba3 100644 --- a/dash_html_components/Slot.py +++ b/dash_html_components/Slot.py @@ -40,7 +40,7 @@ class Slot(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Slot' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Small.py b/dash_html_components/Small.py index 8b8da71c..3845fde9 100644 --- a/dash_html_components/Small.py +++ b/dash_html_components/Small.py @@ -40,7 +40,7 @@ class Small(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Small' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Source.py b/dash_html_components/Source.py index 87eb5f4b..fb6237f8 100644 --- a/dash_html_components/Source.py +++ b/dash_html_components/Source.py @@ -44,7 +44,7 @@ class Source(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'media', 'sizes', 'src', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Source' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'media', 'sizes', 'src', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Spacer.py b/dash_html_components/Spacer.py index aeba4db5..f0eb1ecb 100644 --- a/dash_html_components/Spacer.py +++ b/dash_html_components/Spacer.py @@ -40,7 +40,7 @@ class Spacer(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Spacer' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Span.py b/dash_html_components/Span.py index d8f54ab8..99dbaef5 100644 --- a/dash_html_components/Span.py +++ b/dash_html_components/Span.py @@ -40,7 +40,7 @@ class Span(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Span' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Strike.py b/dash_html_components/Strike.py index 4aaa51b8..1d3855db 100644 --- a/dash_html_components/Strike.py +++ b/dash_html_components/Strike.py @@ -40,7 +40,7 @@ class Strike(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Strike' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Strong.py b/dash_html_components/Strong.py index d0b47160..0239f5d8 100644 --- a/dash_html_components/Strong.py +++ b/dash_html_components/Strong.py @@ -40,7 +40,7 @@ class Strong(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Strong' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Sub.py b/dash_html_components/Sub.py index e3dd2f48..746bf7f2 100644 --- a/dash_html_components/Sub.py +++ b/dash_html_components/Sub.py @@ -40,7 +40,7 @@ class Sub(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Sub' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Summary.py b/dash_html_components/Summary.py index da15db33..0764ea15 100644 --- a/dash_html_components/Summary.py +++ b/dash_html_components/Summary.py @@ -40,7 +40,7 @@ class Summary(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Summary' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Sup.py b/dash_html_components/Sup.py index 85d5ec27..b86d0326 100644 --- a/dash_html_components/Sup.py +++ b/dash_html_components/Sup.py @@ -40,7 +40,7 @@ class Sup(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Sup' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Table.py b/dash_html_components/Table.py index 34fcd4e8..ff84c416 100644 --- a/dash_html_components/Table.py +++ b/dash_html_components/Table.py @@ -41,7 +41,7 @@ class Table(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'summary', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Table' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'summary', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Tbody.py b/dash_html_components/Tbody.py index 128dbfcb..ee64e0a4 100644 --- a/dash_html_components/Tbody.py +++ b/dash_html_components/Tbody.py @@ -40,7 +40,7 @@ class Tbody(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Tbody' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Td.py b/dash_html_components/Td.py index 4c9d97ef..52c0e289 100644 --- a/dash_html_components/Td.py +++ b/dash_html_components/Td.py @@ -43,7 +43,7 @@ class Td(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'colSpan', 'headers', 'rowSpan', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Td' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'colSpan', 'headers', 'rowSpan', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Template.py b/dash_html_components/Template.py index 159ff4bf..619901b8 100644 --- a/dash_html_components/Template.py +++ b/dash_html_components/Template.py @@ -40,7 +40,7 @@ class Template(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Template' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Textarea.py b/dash_html_components/Textarea.py index 7b2f3ee3..4a5f7d3e 100644 --- a/dash_html_components/Textarea.py +++ b/dash_html_components/Textarea.py @@ -53,7 +53,7 @@ class Textarea(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoComplete', 'autoFocus', 'cols', 'disabled', 'form', 'maxLength', 'minLength', 'name', 'placeholder', 'readOnly', 'required', 'rows', 'wrap', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Textarea' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoComplete', 'autoFocus', 'cols', 'disabled', 'form', 'maxLength', 'minLength', 'name', 'placeholder', 'readOnly', 'required', 'rows', 'wrap', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Tfoot.py b/dash_html_components/Tfoot.py index ee72f628..98be58dd 100644 --- a/dash_html_components/Tfoot.py +++ b/dash_html_components/Tfoot.py @@ -40,7 +40,7 @@ class Tfoot(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Tfoot' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Th.py b/dash_html_components/Th.py index 83a47fe2..6574c869 100644 --- a/dash_html_components/Th.py +++ b/dash_html_components/Th.py @@ -44,7 +44,7 @@ class Th(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'colSpan', 'headers', 'rowSpan', 'scope', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Th' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'colSpan', 'headers', 'rowSpan', 'scope', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Thead.py b/dash_html_components/Thead.py index 5975c7e0..dbc80909 100644 --- a/dash_html_components/Thead.py +++ b/dash_html_components/Thead.py @@ -40,7 +40,7 @@ class Thead(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Thead' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Time.py b/dash_html_components/Time.py index c51ee218..2c24b63e 100644 --- a/dash_html_components/Time.py +++ b/dash_html_components/Time.py @@ -41,7 +41,7 @@ class Time(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Time' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Title.py b/dash_html_components/Title.py index 48354c6b..dda28075 100644 --- a/dash_html_components/Title.py +++ b/dash_html_components/Title.py @@ -40,7 +40,7 @@ class Title(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Title' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Tr.py b/dash_html_components/Tr.py index da653f93..d2c09eb0 100644 --- a/dash_html_components/Tr.py +++ b/dash_html_components/Tr.py @@ -40,7 +40,7 @@ class Tr(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Tr' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Track.py b/dash_html_components/Track.py index db3908c5..221c6af6 100644 --- a/dash_html_components/Track.py +++ b/dash_html_components/Track.py @@ -45,7 +45,7 @@ class Track(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'default', 'kind', 'label', 'src', 'srcLang', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Track' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'default', 'kind', 'label', 'src', 'srcLang', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/U.py b/dash_html_components/U.py index 153b7e33..1ddd8f50 100644 --- a/dash_html_components/U.py +++ b/dash_html_components/U.py @@ -40,7 +40,7 @@ class U(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'U' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Ul.py b/dash_html_components/Ul.py index 60e7894e..fa22cb8c 100644 --- a/dash_html_components/Ul.py +++ b/dash_html_components/Ul.py @@ -40,7 +40,7 @@ class Ul(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Ul' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Var.py b/dash_html_components/Var.py index 802f34e2..34a85358 100644 --- a/dash_html_components/Var.py +++ b/dash_html_components/Var.py @@ -40,7 +40,7 @@ class Var(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Var' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Video.py b/dash_html_components/Video.py index f0a1e54f..a94426b0 100644 --- a/dash_html_components/Video.py +++ b/dash_html_components/Video.py @@ -50,7 +50,7 @@ class Video(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoPlay', 'controls', 'crossOrigin', 'height', 'loop', 'muted', 'poster', 'preload', 'src', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Video' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoPlay', 'controls', 'crossOrigin', 'height', 'loop', 'muted', 'poster', 'preload', 'src', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Wbr.py b/dash_html_components/Wbr.py index 86568355..f9e48018 100644 --- a/dash_html_components/Wbr.py +++ b/dash_html_components/Wbr.py @@ -40,7 +40,7 @@ class Wbr(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Wbr' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/dash_html_components/Xmp.py b/dash_html_components/Xmp.py index f1366320..4c54afd8 100644 --- a/dash_html_components/Xmp.py +++ b/dash_html_components/Xmp.py @@ -40,7 +40,7 @@ class Xmp(Component): def __init__(self, children=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Xmp' - self._namespace = 'lib' + self._namespace = 'dash_html_components' self._valid_wildcard_attributes = ['data-', 'aria-'] self.available_events = ['click'] self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] diff --git a/package.json b/package.json index fde4f6dd..49508f1b 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "clean-src": "rm -rf src/* && mkdir -p src/components", "clean": "npm run clean-lib && npm run clean-src", "copy-lib": "cp lib/* dash_html_components", + "generate-python-classes": "python -c 'import dash; dash.development.component_loader.generate_classes(\"dash_html_components\")'", "generate-components": "cd scripts && sh generate-all.sh && cd -", "install-local": "npm run copy-lib && python setup.py install", "prepublish": "npm run clean && npm run generate-components && npm test && ./node_modules/.bin/builder run build-dist && npm run copy-lib", From c5069e8ee5145f543bffbd50d715a64dfe7f0490 Mon Sep 17 00:00:00 2001 From: Ryan Marren Date: Sun, 24 Jun 2018 22:16:37 -0400 Subject: [PATCH 05/11] Update __init__.py to use IDE compatible imports --- dash_html_components/__init__.py | 27 +-- dash_html_components/_imports_.py | 264 ++++++++++++++++++++++++++++++ 2 files changed, 270 insertions(+), 21 deletions(-) create mode 100644 dash_html_components/_imports_.py diff --git a/dash_html_components/__init__.py b/dash_html_components/__init__.py index 0faadaa1..7d455d9c 100644 --- a/dash_html_components/__init__.py +++ b/dash_html_components/__init__.py @@ -2,11 +2,10 @@ import os as _os import sys as _sys -import glob as _glob -from importlib import import_module as _import - import dash as _dash +from ._imports_ import * +from ._imports_ import __all__ from .version import __version__ @@ -15,22 +14,9 @@ "named \n'dash.py' in your current directory.", file=_sys.stderr) _sys.exit(1) + _current_path = _os.path.dirname(_os.path.abspath(__file__)) -_component_files = map( - lambda x: _os.path.splitext(_os.path.basename(x))[0], - filter( - lambda x: _os.path.basename(x) not in ['__init__.py', 'version.py'], - _glob.glob(_os.path.join(_current_path, '*.py')) - ) -) - -_components = [ - getattr( - _import(".{:s}".format(c), package='dash_html_components'), - c - ) for c in _component_files -] _this_module = _sys.modules[__name__] @@ -49,7 +35,6 @@ _css_dist = [] -for _component in _components: - setattr(_this_module, _component.__name__, _component) - setattr(_component, '_js_dist', _js_dist) - setattr(_component, '_css_dist', _css_dist) +for _component in __all__: + setattr(locals()[_component], '_js_dist', _js_dist) + setattr(locals()[_component], '_css_dist', _css_dist) diff --git a/dash_html_components/_imports_.py b/dash_html_components/_imports_.py new file mode 100644 index 00000000..78be2a19 --- /dev/null +++ b/dash_html_components/_imports_.py @@ -0,0 +1,264 @@ +from .A import A +from .Abbr import Abbr +from .Acronym import Acronym +from .Address import Address +from .Area import Area +from .Article import Article +from .Aside import Aside +from .Audio import Audio +from .B import B +from .Base import Base +from .Basefont import Basefont +from .Bdi import Bdi +from .Bdo import Bdo +from .Big import Big +from .Blink import Blink +from .Blockquote import Blockquote +from .Br import Br +from .Button import Button +from .Canvas import Canvas +from .Caption import Caption +from .Center import Center +from .Cite import Cite +from .Code import Code +from .Col import Col +from .Colgroup import Colgroup +from .Command import Command +from .Content import Content +from .Data import Data +from .Datalist import Datalist +from .Dd import Dd +from .Del import Del +from .Details import Details +from .Dfn import Dfn +from .Dialog import Dialog +from .Div import Div +from .Dl import Dl +from .Dt import Dt +from .Element import Element +from .Em import Em +from .Embed import Embed +from .Fieldset import Fieldset +from .Figcaption import Figcaption +from .Figure import Figure +from .Font import Font +from .Footer import Footer +from .Form import Form +from .Frame import Frame +from .Frameset import Frameset +from .H1 import H1 +from .H2 import H2 +from .H3 import H3 +from .H4 import H4 +from .H5 import H5 +from .H6 import H6 +from .Header import Header +from .Hgroup import Hgroup +from .Hr import Hr +from .I import I +from .Iframe import Iframe +from .Img import Img +from .Ins import Ins +from .Isindex import Isindex +from .Kbd import Kbd +from .Keygen import Keygen +from .Label import Label +from .Legend import Legend +from .Li import Li +from .Link import Link +from .Listing import Listing +from .Main import Main +from .MapEl import MapEl +from .Mark import Mark +from .Marquee import Marquee +from .Meta import Meta +from .Meter import Meter +from .Multicol import Multicol +from .Nav import Nav +from .Nextid import Nextid +from .Nobr import Nobr +from .Noscript import Noscript +from .ObjectEl import ObjectEl +from .Ol import Ol +from .Optgroup import Optgroup +from .Option import Option +from .Output import Output +from .P import P +from .Param import Param +from .Picture import Picture +from .Plaintext import Plaintext +from .Pre import Pre +from .Progress import Progress +from .Q import Q +from .Rp import Rp +from .Rt import Rt +from .Rtc import Rtc +from .Ruby import Ruby +from .S import S +from .Samp import Samp +from .Script import Script +from .Section import Section +from .Select import Select +from .Shadow import Shadow +from .Slot import Slot +from .Small import Small +from .Source import Source +from .Spacer import Spacer +from .Span import Span +from .Strike import Strike +from .Strong import Strong +from .Sub import Sub +from .Summary import Summary +from .Sup import Sup +from .Table import Table +from .Tbody import Tbody +from .Td import Td +from .Template import Template +from .Textarea import Textarea +from .Tfoot import Tfoot +from .Th import Th +from .Thead import Thead +from .Time import Time +from .Title import Title +from .Tr import Tr +from .Track import Track +from .U import U +from .Ul import Ul +from .Var import Var +from .Video import Video +from .Wbr import Wbr +from .Xmp import Xmp + + +__all__ = [ + "A", + "Abbr", + "Acronym", + "Address", + "Area", + "Article", + "Aside", + "Audio", + "B", + "Base", + "Basefont", + "Bdi", + "Bdo", + "Big", + "Blink", + "Blockquote", + "Br", + "Button", + "Canvas", + "Caption", + "Center", + "Cite", + "Code", + "Col", + "Colgroup", + "Command", + "Content", + "Data", + "Datalist", + "Dd", + "Del", + "Details", + "Dfn", + "Dialog", + "Div", + "Dl", + "Dt", + "Element", + "Em", + "Embed", + "Fieldset", + "Figcaption", + "Figure", + "Font", + "Footer", + "Form", + "Frame", + "Frameset", + "H1", + "H2", + "H3", + "H4", + "H5", + "H6", + "Header", + "Hgroup", + "Hr", + "I", + "Iframe", + "Img", + "Ins", + "Isindex", + "Kbd", + "Keygen", + "Label", + "Legend", + "Li", + "Link", + "Listing", + "Main", + "MapEl", + "Mark", + "Marquee", + "Meta", + "Meter", + "Multicol", + "Nav", + "Nextid", + "Nobr", + "Noscript", + "ObjectEl", + "Ol", + "Optgroup", + "Option", + "Output", + "P", + "Param", + "Picture", + "Plaintext", + "Pre", + "Progress", + "Q", + "Rp", + "Rt", + "Rtc", + "Ruby", + "S", + "Samp", + "Script", + "Section", + "Select", + "Shadow", + "Slot", + "Small", + "Source", + "Spacer", + "Span", + "Strike", + "Strong", + "Sub", + "Summary", + "Sup", + "Table", + "Tbody", + "Td", + "Template", + "Textarea", + "Tfoot", + "Th", + "Thead", + "Time", + "Title", + "Tr", + "Track", + "U", + "Ul", + "Var", + "Video", + "Wbr", + "Xmp", +] From 4e16cce0722e3f4f798db19a62b4956e6f87cfa0 Mon Sep 17 00:00:00 2001 From: Ryan Marren Date: Wed, 27 Jun 2018 08:21:06 -0400 Subject: [PATCH 06/11] Generate all components with explicit args. --- dash_html_components/A.py | 15 ++++++++++----- dash_html_components/Abbr.py | 15 ++++++++++----- dash_html_components/Acronym.py | 15 ++++++++++----- dash_html_components/Address.py | 15 ++++++++++----- dash_html_components/Area.py | 15 ++++++++++----- dash_html_components/Article.py | 15 ++++++++++----- dash_html_components/Aside.py | 15 ++++++++++----- dash_html_components/Audio.py | 15 ++++++++++----- dash_html_components/B.py | 15 ++++++++++----- dash_html_components/Base.py | 15 ++++++++++----- dash_html_components/Basefont.py | 15 ++++++++++----- dash_html_components/Bdi.py | 15 ++++++++++----- dash_html_components/Bdo.py | 15 ++++++++++----- dash_html_components/Big.py | 15 ++++++++++----- dash_html_components/Blink.py | 15 ++++++++++----- dash_html_components/Blockquote.py | 15 ++++++++++----- dash_html_components/Br.py | 15 ++++++++++----- dash_html_components/Button.py | 15 ++++++++++----- dash_html_components/Canvas.py | 15 ++++++++++----- dash_html_components/Caption.py | 15 ++++++++++----- dash_html_components/Center.py | 15 ++++++++++----- dash_html_components/Cite.py | 15 ++++++++++----- dash_html_components/Code.py | 15 ++++++++++----- dash_html_components/Col.py | 15 ++++++++++----- dash_html_components/Colgroup.py | 15 ++++++++++----- dash_html_components/Command.py | 15 ++++++++++----- dash_html_components/Content.py | 15 ++++++++++----- dash_html_components/Data.py | 15 ++++++++++----- dash_html_components/Datalist.py | 15 ++++++++++----- dash_html_components/Dd.py | 15 ++++++++++----- dash_html_components/Del.py | 15 ++++++++++----- dash_html_components/Details.py | 15 ++++++++++----- dash_html_components/Dfn.py | 15 ++++++++++----- dash_html_components/Dialog.py | 15 ++++++++++----- dash_html_components/Div.py | 15 ++++++++++----- dash_html_components/Dl.py | 15 ++++++++++----- dash_html_components/Dt.py | 15 ++++++++++----- dash_html_components/Element.py | 15 ++++++++++----- dash_html_components/Em.py | 15 ++++++++++----- dash_html_components/Embed.py | 15 ++++++++++----- dash_html_components/Fieldset.py | 15 ++++++++++----- dash_html_components/Figcaption.py | 15 ++++++++++----- dash_html_components/Figure.py | 15 ++++++++++----- dash_html_components/Font.py | 15 ++++++++++----- dash_html_components/Footer.py | 15 ++++++++++----- dash_html_components/Form.py | 15 ++++++++++----- dash_html_components/Frame.py | 15 ++++++++++----- dash_html_components/Frameset.py | 15 ++++++++++----- dash_html_components/H1.py | 15 ++++++++++----- dash_html_components/H2.py | 15 ++++++++++----- dash_html_components/H3.py | 15 ++++++++++----- dash_html_components/H4.py | 15 ++++++++++----- dash_html_components/H5.py | 15 ++++++++++----- dash_html_components/H6.py | 15 ++++++++++----- dash_html_components/Header.py | 15 ++++++++++----- dash_html_components/Hgroup.py | 15 ++++++++++----- dash_html_components/Hr.py | 15 ++++++++++----- dash_html_components/I.py | 15 ++++++++++----- dash_html_components/Iframe.py | 15 ++++++++++----- dash_html_components/Img.py | 15 ++++++++++----- dash_html_components/Ins.py | 15 ++++++++++----- dash_html_components/Isindex.py | 15 ++++++++++----- dash_html_components/Kbd.py | 15 ++++++++++----- dash_html_components/Keygen.py | 15 ++++++++++----- dash_html_components/Label.py | 15 ++++++++++----- dash_html_components/Legend.py | 15 ++++++++++----- dash_html_components/Li.py | 15 ++++++++++----- dash_html_components/Link.py | 15 ++++++++++----- dash_html_components/Listing.py | 15 ++++++++++----- dash_html_components/Main.py | 15 ++++++++++----- dash_html_components/MapEl.py | 15 ++++++++++----- dash_html_components/Mark.py | 15 ++++++++++----- dash_html_components/Marquee.py | 15 ++++++++++----- dash_html_components/Meta.py | 15 ++++++++++----- dash_html_components/Meter.py | 15 ++++++++++----- dash_html_components/Multicol.py | 15 ++++++++++----- dash_html_components/Nav.py | 15 ++++++++++----- dash_html_components/Nextid.py | 15 ++++++++++----- dash_html_components/Nobr.py | 15 ++++++++++----- dash_html_components/Noscript.py | 15 ++++++++++----- dash_html_components/ObjectEl.py | 15 ++++++++++----- dash_html_components/Ol.py | 15 ++++++++++----- dash_html_components/Optgroup.py | 15 ++++++++++----- dash_html_components/Option.py | 15 ++++++++++----- dash_html_components/Output.py | 15 ++++++++++----- dash_html_components/P.py | 15 ++++++++++----- dash_html_components/Param.py | 15 ++++++++++----- dash_html_components/Picture.py | 15 ++++++++++----- dash_html_components/Plaintext.py | 15 ++++++++++----- dash_html_components/Pre.py | 15 ++++++++++----- dash_html_components/Progress.py | 15 ++++++++++----- dash_html_components/Q.py | 15 ++++++++++----- dash_html_components/Rp.py | 15 ++++++++++----- dash_html_components/Rt.py | 15 ++++++++++----- dash_html_components/Rtc.py | 15 ++++++++++----- dash_html_components/Ruby.py | 15 ++++++++++----- dash_html_components/S.py | 15 ++++++++++----- dash_html_components/Samp.py | 15 ++++++++++----- dash_html_components/Script.py | 15 ++++++++++----- dash_html_components/Section.py | 15 ++++++++++----- dash_html_components/Select.py | 15 ++++++++++----- dash_html_components/Shadow.py | 15 ++++++++++----- dash_html_components/Slot.py | 15 ++++++++++----- dash_html_components/Small.py | 15 ++++++++++----- dash_html_components/Source.py | 15 ++++++++++----- dash_html_components/Spacer.py | 15 ++++++++++----- dash_html_components/Span.py | 15 ++++++++++----- dash_html_components/Strike.py | 15 ++++++++++----- dash_html_components/Strong.py | 15 ++++++++++----- dash_html_components/Sub.py | 15 ++++++++++----- dash_html_components/Summary.py | 15 ++++++++++----- dash_html_components/Sup.py | 15 ++++++++++----- dash_html_components/Table.py | 15 ++++++++++----- dash_html_components/Tbody.py | 15 ++++++++++----- dash_html_components/Td.py | 15 ++++++++++----- dash_html_components/Template.py | 15 ++++++++++----- dash_html_components/Textarea.py | 15 ++++++++++----- dash_html_components/Tfoot.py | 15 ++++++++++----- dash_html_components/Th.py | 15 ++++++++++----- dash_html_components/Thead.py | 15 ++++++++++----- dash_html_components/Time.py | 15 ++++++++++----- dash_html_components/Title.py | 15 ++++++++++----- dash_html_components/Tr.py | 15 ++++++++++----- dash_html_components/Track.py | 15 ++++++++++----- dash_html_components/U.py | 15 ++++++++++----- dash_html_components/Ul.py | 15 ++++++++++----- dash_html_components/Var.py | 15 ++++++++++----- dash_html_components/Video.py | 15 ++++++++++----- dash_html_components/Wbr.py | 15 ++++++++++----- dash_html_components/Xmp.py | 15 ++++++++++----- dash_html_components/__init__.py | 8 +++++--- tests/test_dash_html_components.py | 2 +- 132 files changed, 1306 insertions(+), 654 deletions(-) diff --git a/dash_html_components/A.py b/dash_html_components/A.py index 641f5a0b..294a3c18 100644 --- a/dash_html_components/A.py +++ b/dash_html_components/A.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class A(Component): @@ -44,7 +44,8 @@ class A(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, download=None, href=None, hrefLang=None, media=None, rel=None, shape=None, target=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'download', 'href', 'hrefLang', 'media', 'rel', 'shape', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'A' self._namespace = 'dash_html_components' @@ -53,12 +54,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'download', 'href', 'hrefLang', 'media', 'rel', 'shape', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(A, self).__init__(children=children, **kwargs) + super(A, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Abbr.py b/dash_html_components/Abbr.py index 7fd92f79..0af5ea54 100644 --- a/dash_html_components/Abbr.py +++ b/dash_html_components/Abbr.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Abbr(Component): @@ -37,7 +37,8 @@ class Abbr(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Abbr' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Abbr, self).__init__(children=children, **kwargs) + super(Abbr, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Acronym.py b/dash_html_components/Acronym.py index f42a595b..413ed06b 100644 --- a/dash_html_components/Acronym.py +++ b/dash_html_components/Acronym.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Acronym(Component): @@ -37,7 +37,8 @@ class Acronym(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Acronym' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Acronym, self).__init__(children=children, **kwargs) + super(Acronym, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Address.py b/dash_html_components/Address.py index 7d60e0a6..96527b80 100644 --- a/dash_html_components/Address.py +++ b/dash_html_components/Address.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Address(Component): @@ -37,7 +37,8 @@ class Address(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Address' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Address, self).__init__(children=children, **kwargs) + super(Address, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Area.py b/dash_html_components/Area.py index 425a7e96..c43162d0 100644 --- a/dash_html_components/Area.py +++ b/dash_html_components/Area.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Area(Component): @@ -46,7 +46,8 @@ class Area(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, alt=None, coords=None, download=None, href=None, hrefLang=None, media=None, rel=None, shape=None, target=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'alt', 'coords', 'download', 'href', 'hrefLang', 'media', 'rel', 'shape', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Area' self._namespace = 'dash_html_components' @@ -55,12 +56,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'alt', 'coords', 'download', 'href', 'hrefLang', 'media', 'rel', 'shape', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Area, self).__init__(children=children, **kwargs) + super(Area, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Article.py b/dash_html_components/Article.py index 33871224..40217441 100644 --- a/dash_html_components/Article.py +++ b/dash_html_components/Article.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Article(Component): @@ -37,7 +37,8 @@ class Article(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Article' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Article, self).__init__(children=children, **kwargs) + super(Article, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Aside.py b/dash_html_components/Aside.py index ad0c57e2..2c477268 100644 --- a/dash_html_components/Aside.py +++ b/dash_html_components/Aside.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Aside(Component): @@ -37,7 +37,8 @@ class Aside(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Aside' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Aside, self).__init__(children=children, **kwargs) + super(Aside, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Audio.py b/dash_html_components/Audio.py index e68f3e29..044c8c4b 100644 --- a/dash_html_components/Audio.py +++ b/dash_html_components/Audio.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Audio(Component): @@ -44,7 +44,8 @@ class Audio(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, autoPlay=None, controls=None, crossOrigin=None, loop=None, muted=None, preload=None, src=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoPlay', 'controls', 'crossOrigin', 'loop', 'muted', 'preload', 'src', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Audio' self._namespace = 'dash_html_components' @@ -53,12 +54,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoPlay', 'controls', 'crossOrigin', 'loop', 'muted', 'preload', 'src', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Audio, self).__init__(children=children, **kwargs) + super(Audio, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/B.py b/dash_html_components/B.py index ee0d7f4d..adee45ec 100644 --- a/dash_html_components/B.py +++ b/dash_html_components/B.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class B(Component): @@ -37,7 +37,8 @@ class B(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'B' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(B, self).__init__(children=children, **kwargs) + super(B, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Base.py b/dash_html_components/Base.py index f4dcb302..df39025e 100644 --- a/dash_html_components/Base.py +++ b/dash_html_components/Base.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Base(Component): @@ -39,7 +39,8 @@ class Base(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, href=None, target=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'href', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Base' self._namespace = 'dash_html_components' @@ -48,12 +49,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'href', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Base, self).__init__(children=children, **kwargs) + super(Base, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Basefont.py b/dash_html_components/Basefont.py index 8b38d87a..e6aaac4f 100644 --- a/dash_html_components/Basefont.py +++ b/dash_html_components/Basefont.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Basefont(Component): @@ -37,7 +37,8 @@ class Basefont(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Basefont' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Basefont, self).__init__(children=children, **kwargs) + super(Basefont, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Bdi.py b/dash_html_components/Bdi.py index 0ee019a6..27aeb4c5 100644 --- a/dash_html_components/Bdi.py +++ b/dash_html_components/Bdi.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Bdi(Component): @@ -37,7 +37,8 @@ class Bdi(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Bdi' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Bdi, self).__init__(children=children, **kwargs) + super(Bdi, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Bdo.py b/dash_html_components/Bdo.py index d0d6cd8e..6f835ebe 100644 --- a/dash_html_components/Bdo.py +++ b/dash_html_components/Bdo.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Bdo(Component): @@ -37,7 +37,8 @@ class Bdo(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Bdo' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Bdo, self).__init__(children=children, **kwargs) + super(Bdo, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Big.py b/dash_html_components/Big.py index be933c61..3d0f15b0 100644 --- a/dash_html_components/Big.py +++ b/dash_html_components/Big.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Big(Component): @@ -37,7 +37,8 @@ class Big(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Big' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Big, self).__init__(children=children, **kwargs) + super(Big, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Blink.py b/dash_html_components/Blink.py index e22969be..922c43b1 100644 --- a/dash_html_components/Blink.py +++ b/dash_html_components/Blink.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Blink(Component): @@ -37,7 +37,8 @@ class Blink(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Blink' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Blink, self).__init__(children=children, **kwargs) + super(Blink, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Blockquote.py b/dash_html_components/Blockquote.py index 34e5ea5f..25480d87 100644 --- a/dash_html_components/Blockquote.py +++ b/dash_html_components/Blockquote.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Blockquote(Component): @@ -38,7 +38,8 @@ class Blockquote(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, cite=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Blockquote' self._namespace = 'dash_html_components' @@ -47,12 +48,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Blockquote, self).__init__(children=children, **kwargs) + super(Blockquote, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Br.py b/dash_html_components/Br.py index e954e37b..0f88d06c 100644 --- a/dash_html_components/Br.py +++ b/dash_html_components/Br.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Br(Component): @@ -37,7 +37,8 @@ class Br(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Br' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Br, self).__init__(children=children, **kwargs) + super(Br, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Button.py b/dash_html_components/Button.py index 2442fd4c..276c6864 100644 --- a/dash_html_components/Button.py +++ b/dash_html_components/Button.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Button(Component): @@ -44,7 +44,8 @@ class Button(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, autoFocus=None, disabled=None, form=None, formAction=None, name=None, type=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'disabled', 'form', 'formAction', 'name', 'type', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Button' self._namespace = 'dash_html_components' @@ -53,12 +54,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'disabled', 'form', 'formAction', 'name', 'type', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Button, self).__init__(children=children, **kwargs) + super(Button, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Canvas.py b/dash_html_components/Canvas.py index ff2fc238..40e2e918 100644 --- a/dash_html_components/Canvas.py +++ b/dash_html_components/Canvas.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Canvas(Component): @@ -39,7 +39,8 @@ class Canvas(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, height=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Canvas' self._namespace = 'dash_html_components' @@ -48,12 +49,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Canvas, self).__init__(children=children, **kwargs) + super(Canvas, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Caption.py b/dash_html_components/Caption.py index e1396fbd..2ab7b6af 100644 --- a/dash_html_components/Caption.py +++ b/dash_html_components/Caption.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Caption(Component): @@ -37,7 +37,8 @@ class Caption(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Caption' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Caption, self).__init__(children=children, **kwargs) + super(Caption, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Center.py b/dash_html_components/Center.py index 23fdec34..e664b767 100644 --- a/dash_html_components/Center.py +++ b/dash_html_components/Center.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Center(Component): @@ -37,7 +37,8 @@ class Center(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Center' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Center, self).__init__(children=children, **kwargs) + super(Center, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Cite.py b/dash_html_components/Cite.py index ee027c30..68ab4c00 100644 --- a/dash_html_components/Cite.py +++ b/dash_html_components/Cite.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Cite(Component): @@ -37,7 +37,8 @@ class Cite(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Cite' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Cite, self).__init__(children=children, **kwargs) + super(Cite, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Code.py b/dash_html_components/Code.py index 86520691..ad9dbe88 100644 --- a/dash_html_components/Code.py +++ b/dash_html_components/Code.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Code(Component): @@ -37,7 +37,8 @@ class Code(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Code' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Code, self).__init__(children=children, **kwargs) + super(Code, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Col.py b/dash_html_components/Col.py index 75cb7ae9..36a6addd 100644 --- a/dash_html_components/Col.py +++ b/dash_html_components/Col.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Col(Component): @@ -38,7 +38,8 @@ class Col(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, span=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'span', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Col' self._namespace = 'dash_html_components' @@ -47,12 +48,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'span', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Col, self).__init__(children=children, **kwargs) + super(Col, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Colgroup.py b/dash_html_components/Colgroup.py index 92c4e118..4d4bc805 100644 --- a/dash_html_components/Colgroup.py +++ b/dash_html_components/Colgroup.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Colgroup(Component): @@ -38,7 +38,8 @@ class Colgroup(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, span=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'span', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Colgroup' self._namespace = 'dash_html_components' @@ -47,12 +48,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'span', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Colgroup, self).__init__(children=children, **kwargs) + super(Colgroup, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Command.py b/dash_html_components/Command.py index c0053d09..22ab2c0c 100644 --- a/dash_html_components/Command.py +++ b/dash_html_components/Command.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Command(Component): @@ -42,7 +42,8 @@ class Command(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, checked=None, disabled=None, icon=None, radioGroup=None, type=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'checked', 'disabled', 'icon', 'radioGroup', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Command' self._namespace = 'dash_html_components' @@ -51,12 +52,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'checked', 'disabled', 'icon', 'radioGroup', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Command, self).__init__(children=children, **kwargs) + super(Command, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Content.py b/dash_html_components/Content.py index 58b4bf8d..c090d5f5 100644 --- a/dash_html_components/Content.py +++ b/dash_html_components/Content.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Content(Component): @@ -37,7 +37,8 @@ class Content(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Content' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Content, self).__init__(children=children, **kwargs) + super(Content, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Data.py b/dash_html_components/Data.py index c921a491..6419cc47 100644 --- a/dash_html_components/Data.py +++ b/dash_html_components/Data.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Data(Component): @@ -37,7 +37,8 @@ class Data(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Data' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Data, self).__init__(children=children, **kwargs) + super(Data, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Datalist.py b/dash_html_components/Datalist.py index cc6a0943..06d8e4d5 100644 --- a/dash_html_components/Datalist.py +++ b/dash_html_components/Datalist.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Datalist(Component): @@ -37,7 +37,8 @@ class Datalist(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Datalist' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Datalist, self).__init__(children=children, **kwargs) + super(Datalist, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Dd.py b/dash_html_components/Dd.py index db89f39c..1fdb1ab6 100644 --- a/dash_html_components/Dd.py +++ b/dash_html_components/Dd.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Dd(Component): @@ -37,7 +37,8 @@ class Dd(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dd' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Dd, self).__init__(children=children, **kwargs) + super(Dd, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Del.py b/dash_html_components/Del.py index 0b3c4005..1aab9feb 100644 --- a/dash_html_components/Del.py +++ b/dash_html_components/Del.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Del(Component): @@ -39,7 +39,8 @@ class Del(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, cite=None, dateTime=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Del' self._namespace = 'dash_html_components' @@ -48,12 +49,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Del, self).__init__(children=children, **kwargs) + super(Del, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Details.py b/dash_html_components/Details.py index be57ddbb..ecf25790 100644 --- a/dash_html_components/Details.py +++ b/dash_html_components/Details.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Details(Component): @@ -38,7 +38,8 @@ class Details(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, open=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'open', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Details' self._namespace = 'dash_html_components' @@ -47,12 +48,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'open', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Details, self).__init__(children=children, **kwargs) + super(Details, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Dfn.py b/dash_html_components/Dfn.py index 87c7ce42..ac410ea0 100644 --- a/dash_html_components/Dfn.py +++ b/dash_html_components/Dfn.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Dfn(Component): @@ -37,7 +37,8 @@ class Dfn(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dfn' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Dfn, self).__init__(children=children, **kwargs) + super(Dfn, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Dialog.py b/dash_html_components/Dialog.py index 3a82a431..d16f8b53 100644 --- a/dash_html_components/Dialog.py +++ b/dash_html_components/Dialog.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Dialog(Component): @@ -37,7 +37,8 @@ class Dialog(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dialog' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Dialog, self).__init__(children=children, **kwargs) + super(Dialog, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Div.py b/dash_html_components/Div.py index b95fbfd9..bfb78042 100644 --- a/dash_html_components/Div.py +++ b/dash_html_components/Div.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Div(Component): @@ -37,7 +37,8 @@ class Div(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Div' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Div, self).__init__(children=children, **kwargs) + super(Div, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Dl.py b/dash_html_components/Dl.py index d674c0be..2b883444 100644 --- a/dash_html_components/Dl.py +++ b/dash_html_components/Dl.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Dl(Component): @@ -37,7 +37,8 @@ class Dl(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dl' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Dl, self).__init__(children=children, **kwargs) + super(Dl, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Dt.py b/dash_html_components/Dt.py index 8cbcb2a9..fe8acc7c 100644 --- a/dash_html_components/Dt.py +++ b/dash_html_components/Dt.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Dt(Component): @@ -37,7 +37,8 @@ class Dt(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dt' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Dt, self).__init__(children=children, **kwargs) + super(Dt, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Element.py b/dash_html_components/Element.py index b90bf2c3..a9abcd3e 100644 --- a/dash_html_components/Element.py +++ b/dash_html_components/Element.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Element(Component): @@ -37,7 +37,8 @@ class Element(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Element' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Element, self).__init__(children=children, **kwargs) + super(Element, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Em.py b/dash_html_components/Em.py index f6fbf994..cf246442 100644 --- a/dash_html_components/Em.py +++ b/dash_html_components/Em.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Em(Component): @@ -37,7 +37,8 @@ class Em(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Em' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Em, self).__init__(children=children, **kwargs) + super(Em, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Embed.py b/dash_html_components/Embed.py index 628bc54b..51a6f442 100644 --- a/dash_html_components/Embed.py +++ b/dash_html_components/Embed.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Embed(Component): @@ -41,7 +41,8 @@ class Embed(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, height=None, src=None, type=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'src', 'type', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Embed' self._namespace = 'dash_html_components' @@ -50,12 +51,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'src', 'type', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Embed, self).__init__(children=children, **kwargs) + super(Embed, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Fieldset.py b/dash_html_components/Fieldset.py index 10d0ba5d..01f4dd9b 100644 --- a/dash_html_components/Fieldset.py +++ b/dash_html_components/Fieldset.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Fieldset(Component): @@ -40,7 +40,8 @@ class Fieldset(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, disabled=None, form=None, name=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'form', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Fieldset' self._namespace = 'dash_html_components' @@ -49,12 +50,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'form', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Fieldset, self).__init__(children=children, **kwargs) + super(Fieldset, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Figcaption.py b/dash_html_components/Figcaption.py index 6c5f1ea1..d0256046 100644 --- a/dash_html_components/Figcaption.py +++ b/dash_html_components/Figcaption.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Figcaption(Component): @@ -37,7 +37,8 @@ class Figcaption(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Figcaption' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Figcaption, self).__init__(children=children, **kwargs) + super(Figcaption, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Figure.py b/dash_html_components/Figure.py index 649e9aef..ee28e4c4 100644 --- a/dash_html_components/Figure.py +++ b/dash_html_components/Figure.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Figure(Component): @@ -37,7 +37,8 @@ class Figure(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Figure' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Figure, self).__init__(children=children, **kwargs) + super(Figure, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Font.py b/dash_html_components/Font.py index f8bfb5ef..abe48aef 100644 --- a/dash_html_components/Font.py +++ b/dash_html_components/Font.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Font(Component): @@ -37,7 +37,8 @@ class Font(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Font' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Font, self).__init__(children=children, **kwargs) + super(Font, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Footer.py b/dash_html_components/Footer.py index 3353a684..1323911f 100644 --- a/dash_html_components/Footer.py +++ b/dash_html_components/Footer.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Footer(Component): @@ -37,7 +37,8 @@ class Footer(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Footer' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Footer, self).__init__(children=children, **kwargs) + super(Footer, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Form.py b/dash_html_components/Form.py index 4c011d82..5f845d49 100644 --- a/dash_html_components/Form.py +++ b/dash_html_components/Form.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Form(Component): @@ -46,7 +46,8 @@ class Form(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accept=None, acceptCharset=None, action=None, autoComplete=None, encType=None, method=None, name=None, noValidate=None, target=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accept', 'acceptCharset', 'action', 'autoComplete', 'encType', 'method', 'name', 'noValidate', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Form' self._namespace = 'dash_html_components' @@ -55,12 +56,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accept', 'acceptCharset', 'action', 'autoComplete', 'encType', 'method', 'name', 'noValidate', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Form, self).__init__(children=children, **kwargs) + super(Form, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Frame.py b/dash_html_components/Frame.py index cd73bbe9..89b42c71 100644 --- a/dash_html_components/Frame.py +++ b/dash_html_components/Frame.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Frame(Component): @@ -37,7 +37,8 @@ class Frame(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Frame' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Frame, self).__init__(children=children, **kwargs) + super(Frame, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Frameset.py b/dash_html_components/Frameset.py index dda35fe4..4f3c8538 100644 --- a/dash_html_components/Frameset.py +++ b/dash_html_components/Frameset.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Frameset(Component): @@ -37,7 +37,8 @@ class Frameset(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Frameset' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Frameset, self).__init__(children=children, **kwargs) + super(Frameset, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/H1.py b/dash_html_components/H1.py index cf561782..ab1b404d 100644 --- a/dash_html_components/H1.py +++ b/dash_html_components/H1.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class H1(Component): @@ -37,7 +37,8 @@ class H1(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H1' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(H1, self).__init__(children=children, **kwargs) + super(H1, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/H2.py b/dash_html_components/H2.py index 16fa29af..e9f03a63 100644 --- a/dash_html_components/H2.py +++ b/dash_html_components/H2.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class H2(Component): @@ -37,7 +37,8 @@ class H2(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H2' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(H2, self).__init__(children=children, **kwargs) + super(H2, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/H3.py b/dash_html_components/H3.py index 86fd4ee4..b69f2208 100644 --- a/dash_html_components/H3.py +++ b/dash_html_components/H3.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class H3(Component): @@ -37,7 +37,8 @@ class H3(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H3' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(H3, self).__init__(children=children, **kwargs) + super(H3, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/H4.py b/dash_html_components/H4.py index 4d46a1d0..ff5d3a54 100644 --- a/dash_html_components/H4.py +++ b/dash_html_components/H4.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class H4(Component): @@ -37,7 +37,8 @@ class H4(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H4' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(H4, self).__init__(children=children, **kwargs) + super(H4, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/H5.py b/dash_html_components/H5.py index 45a2d0e3..ebfe3edc 100644 --- a/dash_html_components/H5.py +++ b/dash_html_components/H5.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class H5(Component): @@ -37,7 +37,8 @@ class H5(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H5' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(H5, self).__init__(children=children, **kwargs) + super(H5, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/H6.py b/dash_html_components/H6.py index 6ffbb856..20537d23 100644 --- a/dash_html_components/H6.py +++ b/dash_html_components/H6.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class H6(Component): @@ -37,7 +37,8 @@ class H6(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H6' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(H6, self).__init__(children=children, **kwargs) + super(H6, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Header.py b/dash_html_components/Header.py index 08550625..b9548d09 100644 --- a/dash_html_components/Header.py +++ b/dash_html_components/Header.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Header(Component): @@ -37,7 +37,8 @@ class Header(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Header' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Header, self).__init__(children=children, **kwargs) + super(Header, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Hgroup.py b/dash_html_components/Hgroup.py index 849fb603..20f307d7 100644 --- a/dash_html_components/Hgroup.py +++ b/dash_html_components/Hgroup.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Hgroup(Component): @@ -37,7 +37,8 @@ class Hgroup(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Hgroup' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Hgroup, self).__init__(children=children, **kwargs) + super(Hgroup, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Hr.py b/dash_html_components/Hr.py index c9150dc2..cb177d08 100644 --- a/dash_html_components/Hr.py +++ b/dash_html_components/Hr.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Hr(Component): @@ -37,7 +37,8 @@ class Hr(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Hr' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Hr, self).__init__(children=children, **kwargs) + super(Hr, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/I.py b/dash_html_components/I.py index 2a29b345..797f5468 100644 --- a/dash_html_components/I.py +++ b/dash_html_components/I.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class I(Component): @@ -37,7 +37,8 @@ class I(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'I' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(I, self).__init__(children=children, **kwargs) + super(I, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Iframe.py b/dash_html_components/Iframe.py index 55c37c6d..5b7de79e 100644 --- a/dash_html_components/Iframe.py +++ b/dash_html_components/Iframe.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Iframe(Component): @@ -43,7 +43,8 @@ class Iframe(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, height=None, name=None, sandbox=None, src=None, srcDoc=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'name', 'sandbox', 'src', 'srcDoc', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Iframe' self._namespace = 'dash_html_components' @@ -52,12 +53,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'name', 'sandbox', 'src', 'srcDoc', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Iframe, self).__init__(children=children, **kwargs) + super(Iframe, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Img.py b/dash_html_components/Img.py index 48594261..ff1cf029 100644 --- a/dash_html_components/Img.py +++ b/dash_html_components/Img.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Img(Component): @@ -45,7 +45,8 @@ class Img(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, alt=None, crossOrigin=None, height=None, sizes=None, src=None, srcSet=None, useMap=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'alt', 'crossOrigin', 'height', 'sizes', 'src', 'srcSet', 'useMap', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Img' self._namespace = 'dash_html_components' @@ -54,12 +55,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'alt', 'crossOrigin', 'height', 'sizes', 'src', 'srcSet', 'useMap', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Img, self).__init__(children=children, **kwargs) + super(Img, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Ins.py b/dash_html_components/Ins.py index eb3fa26e..619f21c4 100644 --- a/dash_html_components/Ins.py +++ b/dash_html_components/Ins.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Ins(Component): @@ -39,7 +39,8 @@ class Ins(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, cite=None, dateTime=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Ins' self._namespace = 'dash_html_components' @@ -48,12 +49,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Ins, self).__init__(children=children, **kwargs) + super(Ins, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Isindex.py b/dash_html_components/Isindex.py index 8fcac959..b7167d74 100644 --- a/dash_html_components/Isindex.py +++ b/dash_html_components/Isindex.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Isindex(Component): @@ -37,7 +37,8 @@ class Isindex(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Isindex' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Isindex, self).__init__(children=children, **kwargs) + super(Isindex, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Kbd.py b/dash_html_components/Kbd.py index df88b0cf..48e2b504 100644 --- a/dash_html_components/Kbd.py +++ b/dash_html_components/Kbd.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Kbd(Component): @@ -37,7 +37,8 @@ class Kbd(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Kbd' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Kbd, self).__init__(children=children, **kwargs) + super(Kbd, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Keygen.py b/dash_html_components/Keygen.py index 0254d46d..56935923 100644 --- a/dash_html_components/Keygen.py +++ b/dash_html_components/Keygen.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Keygen(Component): @@ -43,7 +43,8 @@ class Keygen(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, autoFocus=None, challenge=None, disabled=None, form=None, keyType=None, name=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'challenge', 'disabled', 'form', 'keyType', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Keygen' self._namespace = 'dash_html_components' @@ -52,12 +53,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'challenge', 'disabled', 'form', 'keyType', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Keygen, self).__init__(children=children, **kwargs) + super(Keygen, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Label.py b/dash_html_components/Label.py index b632a67e..ab5cf46f 100644 --- a/dash_html_components/Label.py +++ b/dash_html_components/Label.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Label(Component): @@ -39,7 +39,8 @@ class Label(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, htmlFor=None, form=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'htmlFor', 'form', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Label' self._namespace = 'dash_html_components' @@ -48,12 +49,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'htmlFor', 'form', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Label, self).__init__(children=children, **kwargs) + super(Label, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Legend.py b/dash_html_components/Legend.py index dc4c569f..4570973f 100644 --- a/dash_html_components/Legend.py +++ b/dash_html_components/Legend.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Legend(Component): @@ -37,7 +37,8 @@ class Legend(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Legend' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Legend, self).__init__(children=children, **kwargs) + super(Legend, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Li.py b/dash_html_components/Li.py index 5f91653b..047da38d 100644 --- a/dash_html_components/Li.py +++ b/dash_html_components/Li.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Li(Component): @@ -38,7 +38,8 @@ class Li(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Li' self._namespace = 'dash_html_components' @@ -47,12 +48,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Li, self).__init__(children=children, **kwargs) + super(Li, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Link.py b/dash_html_components/Link.py index b5a898dd..a16f3cea 100644 --- a/dash_html_components/Link.py +++ b/dash_html_components/Link.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Link(Component): @@ -44,7 +44,8 @@ class Link(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, crossOrigin=None, href=None, hrefLang=None, integrity=None, media=None, rel=None, sizes=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'crossOrigin', 'href', 'hrefLang', 'integrity', 'media', 'rel', 'sizes', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Link' self._namespace = 'dash_html_components' @@ -53,12 +54,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'crossOrigin', 'href', 'hrefLang', 'integrity', 'media', 'rel', 'sizes', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Link, self).__init__(children=children, **kwargs) + super(Link, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Listing.py b/dash_html_components/Listing.py index 3152e364..a02e3bf5 100644 --- a/dash_html_components/Listing.py +++ b/dash_html_components/Listing.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Listing(Component): @@ -37,7 +37,8 @@ class Listing(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Listing' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Listing, self).__init__(children=children, **kwargs) + super(Listing, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Main.py b/dash_html_components/Main.py index 05f19346..0b002bf9 100644 --- a/dash_html_components/Main.py +++ b/dash_html_components/Main.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Main(Component): @@ -37,7 +37,8 @@ class Main(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Main' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Main, self).__init__(children=children, **kwargs) + super(Main, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/MapEl.py b/dash_html_components/MapEl.py index 3678c7a1..11980ec5 100644 --- a/dash_html_components/MapEl.py +++ b/dash_html_components/MapEl.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class MapEl(Component): @@ -38,7 +38,8 @@ class MapEl(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, name=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'MapEl' self._namespace = 'dash_html_components' @@ -47,12 +48,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(MapEl, self).__init__(children=children, **kwargs) + super(MapEl, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Mark.py b/dash_html_components/Mark.py index 04c1333b..d2a781cd 100644 --- a/dash_html_components/Mark.py +++ b/dash_html_components/Mark.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Mark(Component): @@ -37,7 +37,8 @@ class Mark(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Mark' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Mark, self).__init__(children=children, **kwargs) + super(Mark, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Marquee.py b/dash_html_components/Marquee.py index 587bc03c..9391f900 100644 --- a/dash_html_components/Marquee.py +++ b/dash_html_components/Marquee.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Marquee(Component): @@ -38,7 +38,8 @@ class Marquee(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, loop=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'loop', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Marquee' self._namespace = 'dash_html_components' @@ -47,12 +48,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'loop', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Marquee, self).__init__(children=children, **kwargs) + super(Marquee, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Meta.py b/dash_html_components/Meta.py index a7019f2b..72eefab9 100644 --- a/dash_html_components/Meta.py +++ b/dash_html_components/Meta.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Meta(Component): @@ -41,7 +41,8 @@ class Meta(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, charSet=None, content=None, httpEquiv=None, name=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'charSet', 'content', 'httpEquiv', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Meta' self._namespace = 'dash_html_components' @@ -50,12 +51,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'charSet', 'content', 'httpEquiv', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Meta, self).__init__(children=children, **kwargs) + super(Meta, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Meter.py b/dash_html_components/Meter.py index 2cc729ff..da2dbe1e 100644 --- a/dash_html_components/Meter.py +++ b/dash_html_components/Meter.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Meter(Component): @@ -44,7 +44,8 @@ class Meter(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, form=None, high=None, low=None, max=None, min=None, optimum=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'high', 'low', 'max', 'min', 'optimum', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Meter' self._namespace = 'dash_html_components' @@ -53,12 +54,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'high', 'low', 'max', 'min', 'optimum', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Meter, self).__init__(children=children, **kwargs) + super(Meter, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Multicol.py b/dash_html_components/Multicol.py index 99c50dc0..71f98986 100644 --- a/dash_html_components/Multicol.py +++ b/dash_html_components/Multicol.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Multicol(Component): @@ -37,7 +37,8 @@ class Multicol(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Multicol' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Multicol, self).__init__(children=children, **kwargs) + super(Multicol, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Nav.py b/dash_html_components/Nav.py index ad328ed2..25bb4a6b 100644 --- a/dash_html_components/Nav.py +++ b/dash_html_components/Nav.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Nav(Component): @@ -37,7 +37,8 @@ class Nav(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Nav' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Nav, self).__init__(children=children, **kwargs) + super(Nav, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Nextid.py b/dash_html_components/Nextid.py index 6a05369c..d836e9ba 100644 --- a/dash_html_components/Nextid.py +++ b/dash_html_components/Nextid.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Nextid(Component): @@ -37,7 +37,8 @@ class Nextid(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Nextid' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Nextid, self).__init__(children=children, **kwargs) + super(Nextid, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Nobr.py b/dash_html_components/Nobr.py index 8e1a69e8..3fa041df 100644 --- a/dash_html_components/Nobr.py +++ b/dash_html_components/Nobr.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Nobr(Component): @@ -37,7 +37,8 @@ class Nobr(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Nobr' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Nobr, self).__init__(children=children, **kwargs) + super(Nobr, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Noscript.py b/dash_html_components/Noscript.py index f4a095ec..9aa44095 100644 --- a/dash_html_components/Noscript.py +++ b/dash_html_components/Noscript.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Noscript(Component): @@ -37,7 +37,8 @@ class Noscript(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Noscript' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Noscript, self).__init__(children=children, **kwargs) + super(Noscript, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/ObjectEl.py b/dash_html_components/ObjectEl.py index 3d2f7967..c75a8e4d 100644 --- a/dash_html_components/ObjectEl.py +++ b/dash_html_components/ObjectEl.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class ObjectEl(Component): @@ -43,7 +43,8 @@ class ObjectEl(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, form=None, height=None, name=None, type=None, useMap=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'height', 'name', 'type', 'useMap', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'ObjectEl' self._namespace = 'dash_html_components' @@ -52,12 +53,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'height', 'name', 'type', 'useMap', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(ObjectEl, self).__init__(children=children, **kwargs) + super(ObjectEl, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Ol.py b/dash_html_components/Ol.py index 2b0568cf..33df11a2 100644 --- a/dash_html_components/Ol.py +++ b/dash_html_components/Ol.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Ol(Component): @@ -39,7 +39,8 @@ class Ol(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, reversed=None, start=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'reversed', 'start', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Ol' self._namespace = 'dash_html_components' @@ -48,12 +49,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'reversed', 'start', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Ol, self).__init__(children=children, **kwargs) + super(Ol, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Optgroup.py b/dash_html_components/Optgroup.py index cd79a05d..759641e1 100644 --- a/dash_html_components/Optgroup.py +++ b/dash_html_components/Optgroup.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Optgroup(Component): @@ -38,7 +38,8 @@ class Optgroup(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, disabled=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Optgroup' self._namespace = 'dash_html_components' @@ -47,12 +48,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Optgroup, self).__init__(children=children, **kwargs) + super(Optgroup, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Option.py b/dash_html_components/Option.py index e31c5082..ecffd14d 100644 --- a/dash_html_components/Option.py +++ b/dash_html_components/Option.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Option(Component): @@ -40,7 +40,8 @@ class Option(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, disabled=None, selected=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'selected', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Option' self._namespace = 'dash_html_components' @@ -49,12 +50,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'selected', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Option, self).__init__(children=children, **kwargs) + super(Option, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Output.py b/dash_html_components/Output.py index e9475c65..5f66560e 100644 --- a/dash_html_components/Output.py +++ b/dash_html_components/Output.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Output(Component): @@ -40,7 +40,8 @@ class Output(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, htmlFor=None, form=None, name=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'htmlFor', 'form', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Output' self._namespace = 'dash_html_components' @@ -49,12 +50,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'htmlFor', 'form', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Output, self).__init__(children=children, **kwargs) + super(Output, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/P.py b/dash_html_components/P.py index cfa244f8..ce6fad27 100644 --- a/dash_html_components/P.py +++ b/dash_html_components/P.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class P(Component): @@ -37,7 +37,8 @@ class P(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'P' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(P, self).__init__(children=children, **kwargs) + super(P, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Param.py b/dash_html_components/Param.py index 99f97b6f..29e95004 100644 --- a/dash_html_components/Param.py +++ b/dash_html_components/Param.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Param(Component): @@ -39,7 +39,8 @@ class Param(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, name=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'name', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Param' self._namespace = 'dash_html_components' @@ -48,12 +49,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'name', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Param, self).__init__(children=children, **kwargs) + super(Param, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Picture.py b/dash_html_components/Picture.py index 917617a5..751c5fda 100644 --- a/dash_html_components/Picture.py +++ b/dash_html_components/Picture.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Picture(Component): @@ -37,7 +37,8 @@ class Picture(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Picture' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Picture, self).__init__(children=children, **kwargs) + super(Picture, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Plaintext.py b/dash_html_components/Plaintext.py index 942b54a9..054e1b1a 100644 --- a/dash_html_components/Plaintext.py +++ b/dash_html_components/Plaintext.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Plaintext(Component): @@ -37,7 +37,8 @@ class Plaintext(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Plaintext' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Plaintext, self).__init__(children=children, **kwargs) + super(Plaintext, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Pre.py b/dash_html_components/Pre.py index aa44eaa7..12d9d3c1 100644 --- a/dash_html_components/Pre.py +++ b/dash_html_components/Pre.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Pre(Component): @@ -37,7 +37,8 @@ class Pre(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Pre' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Pre, self).__init__(children=children, **kwargs) + super(Pre, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Progress.py b/dash_html_components/Progress.py index 837ce2c2..43d38992 100644 --- a/dash_html_components/Progress.py +++ b/dash_html_components/Progress.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Progress(Component): @@ -40,7 +40,8 @@ class Progress(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, form=None, max=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'max', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Progress' self._namespace = 'dash_html_components' @@ -49,12 +50,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'max', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Progress, self).__init__(children=children, **kwargs) + super(Progress, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Q.py b/dash_html_components/Q.py index 215049a7..e0cd81c8 100644 --- a/dash_html_components/Q.py +++ b/dash_html_components/Q.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Q(Component): @@ -38,7 +38,8 @@ class Q(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, cite=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Q' self._namespace = 'dash_html_components' @@ -47,12 +48,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Q, self).__init__(children=children, **kwargs) + super(Q, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Rp.py b/dash_html_components/Rp.py index 1a9bed1b..078752a3 100644 --- a/dash_html_components/Rp.py +++ b/dash_html_components/Rp.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Rp(Component): @@ -37,7 +37,8 @@ class Rp(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Rp' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Rp, self).__init__(children=children, **kwargs) + super(Rp, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Rt.py b/dash_html_components/Rt.py index fe273cb5..97f11fb2 100644 --- a/dash_html_components/Rt.py +++ b/dash_html_components/Rt.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Rt(Component): @@ -37,7 +37,8 @@ class Rt(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Rt' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Rt, self).__init__(children=children, **kwargs) + super(Rt, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Rtc.py b/dash_html_components/Rtc.py index d53c348a..7a9b5e5f 100644 --- a/dash_html_components/Rtc.py +++ b/dash_html_components/Rtc.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Rtc(Component): @@ -37,7 +37,8 @@ class Rtc(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Rtc' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Rtc, self).__init__(children=children, **kwargs) + super(Rtc, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Ruby.py b/dash_html_components/Ruby.py index 1afc2ac9..0a5ca5e3 100644 --- a/dash_html_components/Ruby.py +++ b/dash_html_components/Ruby.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Ruby(Component): @@ -37,7 +37,8 @@ class Ruby(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Ruby' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Ruby, self).__init__(children=children, **kwargs) + super(Ruby, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/S.py b/dash_html_components/S.py index d063b63e..34bea8b9 100644 --- a/dash_html_components/S.py +++ b/dash_html_components/S.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class S(Component): @@ -37,7 +37,8 @@ class S(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'S' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(S, self).__init__(children=children, **kwargs) + super(S, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Samp.py b/dash_html_components/Samp.py index 387f19ea..623119d2 100644 --- a/dash_html_components/Samp.py +++ b/dash_html_components/Samp.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Samp(Component): @@ -37,7 +37,8 @@ class Samp(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Samp' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Samp, self).__init__(children=children, **kwargs) + super(Samp, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Script.py b/dash_html_components/Script.py index 7941c2d2..d20e3ce4 100644 --- a/dash_html_components/Script.py +++ b/dash_html_components/Script.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Script(Component): @@ -44,7 +44,8 @@ class Script(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, async=None, charSet=None, crossOrigin=None, defer=None, integrity=None, src=None, type=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'async', 'charSet', 'crossOrigin', 'defer', 'integrity', 'src', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Script' self._namespace = 'dash_html_components' @@ -53,12 +54,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'async', 'charSet', 'crossOrigin', 'defer', 'integrity', 'src', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Script, self).__init__(children=children, **kwargs) + super(Script, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Section.py b/dash_html_components/Section.py index ca023d54..bf417ed7 100644 --- a/dash_html_components/Section.py +++ b/dash_html_components/Section.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Section(Component): @@ -37,7 +37,8 @@ class Section(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Section' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Section, self).__init__(children=children, **kwargs) + super(Section, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Select.py b/dash_html_components/Select.py index 705bef39..ab487b41 100644 --- a/dash_html_components/Select.py +++ b/dash_html_components/Select.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Select(Component): @@ -44,7 +44,8 @@ class Select(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, autoFocus=None, disabled=None, form=None, multiple=None, name=None, required=None, size=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'disabled', 'form', 'multiple', 'name', 'required', 'size', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Select' self._namespace = 'dash_html_components' @@ -53,12 +54,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'disabled', 'form', 'multiple', 'name', 'required', 'size', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Select, self).__init__(children=children, **kwargs) + super(Select, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Shadow.py b/dash_html_components/Shadow.py index 3a531a7c..e5e71e3a 100644 --- a/dash_html_components/Shadow.py +++ b/dash_html_components/Shadow.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Shadow(Component): @@ -37,7 +37,8 @@ class Shadow(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Shadow' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Shadow, self).__init__(children=children, **kwargs) + super(Shadow, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Slot.py b/dash_html_components/Slot.py index 0d65bba3..9615325a 100644 --- a/dash_html_components/Slot.py +++ b/dash_html_components/Slot.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Slot(Component): @@ -37,7 +37,8 @@ class Slot(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Slot' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Slot, self).__init__(children=children, **kwargs) + super(Slot, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Small.py b/dash_html_components/Small.py index 3845fde9..8b301128 100644 --- a/dash_html_components/Small.py +++ b/dash_html_components/Small.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Small(Component): @@ -37,7 +37,8 @@ class Small(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Small' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Small, self).__init__(children=children, **kwargs) + super(Small, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Source.py b/dash_html_components/Source.py index fb6237f8..a11a4b16 100644 --- a/dash_html_components/Source.py +++ b/dash_html_components/Source.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Source(Component): @@ -41,7 +41,8 @@ class Source(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, media=None, sizes=None, src=None, type=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'media', 'sizes', 'src', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Source' self._namespace = 'dash_html_components' @@ -50,12 +51,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'media', 'sizes', 'src', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Source, self).__init__(children=children, **kwargs) + super(Source, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Spacer.py b/dash_html_components/Spacer.py index f0eb1ecb..8eeb5a05 100644 --- a/dash_html_components/Spacer.py +++ b/dash_html_components/Spacer.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Spacer(Component): @@ -37,7 +37,8 @@ class Spacer(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Spacer' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Spacer, self).__init__(children=children, **kwargs) + super(Spacer, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Span.py b/dash_html_components/Span.py index 99dbaef5..8472a4d6 100644 --- a/dash_html_components/Span.py +++ b/dash_html_components/Span.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Span(Component): @@ -37,7 +37,8 @@ class Span(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Span' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Span, self).__init__(children=children, **kwargs) + super(Span, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Strike.py b/dash_html_components/Strike.py index 1d3855db..9d319313 100644 --- a/dash_html_components/Strike.py +++ b/dash_html_components/Strike.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Strike(Component): @@ -37,7 +37,8 @@ class Strike(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Strike' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Strike, self).__init__(children=children, **kwargs) + super(Strike, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Strong.py b/dash_html_components/Strong.py index 0239f5d8..930e5270 100644 --- a/dash_html_components/Strong.py +++ b/dash_html_components/Strong.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Strong(Component): @@ -37,7 +37,8 @@ class Strong(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Strong' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Strong, self).__init__(children=children, **kwargs) + super(Strong, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Sub.py b/dash_html_components/Sub.py index 746bf7f2..ac3c232a 100644 --- a/dash_html_components/Sub.py +++ b/dash_html_components/Sub.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Sub(Component): @@ -37,7 +37,8 @@ class Sub(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Sub' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Sub, self).__init__(children=children, **kwargs) + super(Sub, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Summary.py b/dash_html_components/Summary.py index 0764ea15..e3bf8916 100644 --- a/dash_html_components/Summary.py +++ b/dash_html_components/Summary.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Summary(Component): @@ -37,7 +37,8 @@ class Summary(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Summary' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Summary, self).__init__(children=children, **kwargs) + super(Summary, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Sup.py b/dash_html_components/Sup.py index b86d0326..4bcdc73c 100644 --- a/dash_html_components/Sup.py +++ b/dash_html_components/Sup.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Sup(Component): @@ -37,7 +37,8 @@ class Sup(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Sup' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Sup, self).__init__(children=children, **kwargs) + super(Sup, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Table.py b/dash_html_components/Table.py index ff84c416..a63a266c 100644 --- a/dash_html_components/Table.py +++ b/dash_html_components/Table.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Table(Component): @@ -38,7 +38,8 @@ class Table(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, summary=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'summary', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Table' self._namespace = 'dash_html_components' @@ -47,12 +48,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'summary', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Table, self).__init__(children=children, **kwargs) + super(Table, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Tbody.py b/dash_html_components/Tbody.py index ee64e0a4..9f421305 100644 --- a/dash_html_components/Tbody.py +++ b/dash_html_components/Tbody.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Tbody(Component): @@ -37,7 +37,8 @@ class Tbody(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Tbody' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Tbody, self).__init__(children=children, **kwargs) + super(Tbody, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Td.py b/dash_html_components/Td.py index 52c0e289..61341ee7 100644 --- a/dash_html_components/Td.py +++ b/dash_html_components/Td.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Td(Component): @@ -40,7 +40,8 @@ class Td(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, colSpan=None, headers=None, rowSpan=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'colSpan', 'headers', 'rowSpan', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Td' self._namespace = 'dash_html_components' @@ -49,12 +50,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'colSpan', 'headers', 'rowSpan', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Td, self).__init__(children=children, **kwargs) + super(Td, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Template.py b/dash_html_components/Template.py index 619901b8..5798e169 100644 --- a/dash_html_components/Template.py +++ b/dash_html_components/Template.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Template(Component): @@ -37,7 +37,8 @@ class Template(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Template' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Template, self).__init__(children=children, **kwargs) + super(Template, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Textarea.py b/dash_html_components/Textarea.py index 4a5f7d3e..02450b66 100644 --- a/dash_html_components/Textarea.py +++ b/dash_html_components/Textarea.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Textarea(Component): @@ -50,7 +50,8 @@ class Textarea(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, autoComplete=None, autoFocus=None, cols=None, disabled=None, form=None, maxLength=None, minLength=None, name=None, placeholder=None, readOnly=None, required=None, rows=None, wrap=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoComplete', 'autoFocus', 'cols', 'disabled', 'form', 'maxLength', 'minLength', 'name', 'placeholder', 'readOnly', 'required', 'rows', 'wrap', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Textarea' self._namespace = 'dash_html_components' @@ -59,12 +60,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoComplete', 'autoFocus', 'cols', 'disabled', 'form', 'maxLength', 'minLength', 'name', 'placeholder', 'readOnly', 'required', 'rows', 'wrap', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Textarea, self).__init__(children=children, **kwargs) + super(Textarea, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Tfoot.py b/dash_html_components/Tfoot.py index 98be58dd..1dd3618f 100644 --- a/dash_html_components/Tfoot.py +++ b/dash_html_components/Tfoot.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Tfoot(Component): @@ -37,7 +37,8 @@ class Tfoot(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Tfoot' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Tfoot, self).__init__(children=children, **kwargs) + super(Tfoot, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Th.py b/dash_html_components/Th.py index 6574c869..2e46872b 100644 --- a/dash_html_components/Th.py +++ b/dash_html_components/Th.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Th(Component): @@ -41,7 +41,8 @@ class Th(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, colSpan=None, headers=None, rowSpan=None, scope=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'colSpan', 'headers', 'rowSpan', 'scope', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Th' self._namespace = 'dash_html_components' @@ -50,12 +51,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'colSpan', 'headers', 'rowSpan', 'scope', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Th, self).__init__(children=children, **kwargs) + super(Th, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Thead.py b/dash_html_components/Thead.py index dbc80909..c1208a9d 100644 --- a/dash_html_components/Thead.py +++ b/dash_html_components/Thead.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Thead(Component): @@ -37,7 +37,8 @@ class Thead(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Thead' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Thead, self).__init__(children=children, **kwargs) + super(Thead, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Time.py b/dash_html_components/Time.py index 2c24b63e..e5a290a6 100644 --- a/dash_html_components/Time.py +++ b/dash_html_components/Time.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Time(Component): @@ -38,7 +38,8 @@ class Time(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, dateTime=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Time' self._namespace = 'dash_html_components' @@ -47,12 +48,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Time, self).__init__(children=children, **kwargs) + super(Time, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Title.py b/dash_html_components/Title.py index dda28075..cb36900e 100644 --- a/dash_html_components/Title.py +++ b/dash_html_components/Title.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Title(Component): @@ -37,7 +37,8 @@ class Title(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Title' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Title, self).__init__(children=children, **kwargs) + super(Title, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Tr.py b/dash_html_components/Tr.py index d2c09eb0..5f0147b3 100644 --- a/dash_html_components/Tr.py +++ b/dash_html_components/Tr.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Tr(Component): @@ -37,7 +37,8 @@ class Tr(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Tr' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Tr, self).__init__(children=children, **kwargs) + super(Tr, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Track.py b/dash_html_components/Track.py index 221c6af6..df23bcf8 100644 --- a/dash_html_components/Track.py +++ b/dash_html_components/Track.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Track(Component): @@ -42,7 +42,8 @@ class Track(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, default=None, kind=None, label=None, src=None, srcLang=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'default', 'kind', 'label', 'src', 'srcLang', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Track' self._namespace = 'dash_html_components' @@ -51,12 +52,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'default', 'kind', 'label', 'src', 'srcLang', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Track, self).__init__(children=children, **kwargs) + super(Track, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/U.py b/dash_html_components/U.py index 1ddd8f50..6fe4367b 100644 --- a/dash_html_components/U.py +++ b/dash_html_components/U.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class U(Component): @@ -37,7 +37,8 @@ class U(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'U' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(U, self).__init__(children=children, **kwargs) + super(U, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Ul.py b/dash_html_components/Ul.py index fa22cb8c..82cf1199 100644 --- a/dash_html_components/Ul.py +++ b/dash_html_components/Ul.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Ul(Component): @@ -37,7 +37,8 @@ class Ul(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Ul' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Ul, self).__init__(children=children, **kwargs) + super(Ul, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Var.py b/dash_html_components/Var.py index 34a85358..bcbc87f4 100644 --- a/dash_html_components/Var.py +++ b/dash_html_components/Var.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Var(Component): @@ -37,7 +37,8 @@ class Var(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Var' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Var, self).__init__(children=children, **kwargs) + super(Var, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Video.py b/dash_html_components/Video.py index a94426b0..8757e8eb 100644 --- a/dash_html_components/Video.py +++ b/dash_html_components/Video.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Video(Component): @@ -47,7 +47,8 @@ class Video(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, autoPlay=None, controls=None, crossOrigin=None, height=None, loop=None, muted=None, poster=None, preload=None, src=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoPlay', 'controls', 'crossOrigin', 'height', 'loop', 'muted', 'poster', 'preload', 'src', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Video' self._namespace = 'dash_html_components' @@ -56,12 +57,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoPlay', 'controls', 'crossOrigin', 'height', 'loop', 'muted', 'poster', 'preload', 'src', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Video, self).__init__(children=children, **kwargs) + super(Video, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Wbr.py b/dash_html_components/Wbr.py index f9e48018..7c0fda54 100644 --- a/dash_html_components/Wbr.py +++ b/dash_html_components/Wbr.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Wbr(Component): @@ -37,7 +37,8 @@ class Wbr(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Wbr' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Wbr, self).__init__(children=children, **kwargs) + super(Wbr, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/Xmp.py b/dash_html_components/Xmp.py index 4c54afd8..9a37a3a3 100644 --- a/dash_html_components/Xmp.py +++ b/dash_html_components/Xmp.py @@ -1,6 +1,6 @@ # AUTO GENERATED FILE - DO NOT EDIT -from dash.development.base_component import Component +from dash.development.base_component import Component, _explicitize_args class Xmp(Component): @@ -37,7 +37,8 @@ class Xmp(Component): - title (string; optional): Text to be displayed in a tooltip when hovering over the element. Available events: 'click'""" - def __init__(self, children=None, **kwargs): + @_explicitize_args + def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Xmp' self._namespace = 'dash_html_components' @@ -46,12 +47,16 @@ def __init__(self, children=None, **kwargs): self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] + _explicit_params = kwargs.pop('_explicit_params') + _locals = locals() + _locals.update(kwargs) # For wildcard attrs + args = {k: _locals[k] for k in _explicit_params if k != 'children'} + for k in []: - if k not in kwargs: + if k not in args: raise TypeError( 'Required argument `' + k + '` was not specified.') - - super(Xmp, self).__init__(children=children, **kwargs) + super(Xmp, self).__init__(children=children, **args) def __repr__(self): if(any(getattr(self, c, None) is not None diff --git a/dash_html_components/__init__.py b/dash_html_components/__init__.py index 7d455d9c..4f1a0dcf 100644 --- a/dash_html_components/__init__.py +++ b/dash_html_components/__init__.py @@ -4,17 +4,19 @@ import sys as _sys import dash as _dash -from ._imports_ import * -from ._imports_ import __all__ from .version import __version__ - +# Module imports trigger a dash.development import, need to check this first if not hasattr(_dash, 'development'): print("Dash was not successfully imported. Make sure you don't have a file " "named \n'dash.py' in your current directory.", file=_sys.stderr) _sys.exit(1) +from ._imports_ import * +from ._imports_ import __all__ + + _current_path = _os.path.dirname(_os.path.abspath(__file__)) diff --git a/tests/test_dash_html_components.py b/tests/test_dash_html_components.py index 50dc13b6..0795ea70 100644 --- a/tests/test_dash_html_components.py +++ b/tests/test_dash_html_components.py @@ -9,7 +9,7 @@ def test_imports(self): lambda s: s[0].upper() + s[1:], f.read().split('\n') ) - elements += ['MapEl', 'ObjectEl', 'component', 'version'] + elements += ['MapEl', 'ObjectEl', 'version'] for s in ['Map', 'Object']: elements.remove(s) From 29e2d73bfc522256a130f7367bc46e073dff8295 Mon Sep 17 00:00:00 2001 From: Ryan Marren Date: Thu, 28 Jun 2018 08:43:11 -0400 Subject: [PATCH 07/11] Docstring and change 'params' to 'args' for consistency. --- dash_html_components/A.py | 4 ++-- dash_html_components/Abbr.py | 4 ++-- dash_html_components/Acronym.py | 4 ++-- dash_html_components/Address.py | 4 ++-- dash_html_components/Area.py | 4 ++-- dash_html_components/Article.py | 4 ++-- dash_html_components/Aside.py | 4 ++-- dash_html_components/Audio.py | 4 ++-- dash_html_components/B.py | 4 ++-- dash_html_components/Base.py | 4 ++-- dash_html_components/Basefont.py | 4 ++-- dash_html_components/Bdi.py | 4 ++-- dash_html_components/Bdo.py | 4 ++-- dash_html_components/Big.py | 4 ++-- dash_html_components/Blink.py | 4 ++-- dash_html_components/Blockquote.py | 4 ++-- dash_html_components/Br.py | 4 ++-- dash_html_components/Button.py | 4 ++-- dash_html_components/Canvas.py | 4 ++-- dash_html_components/Caption.py | 4 ++-- dash_html_components/Center.py | 4 ++-- dash_html_components/Cite.py | 4 ++-- dash_html_components/Code.py | 4 ++-- dash_html_components/Col.py | 4 ++-- dash_html_components/Colgroup.py | 4 ++-- dash_html_components/Command.py | 4 ++-- dash_html_components/Content.py | 4 ++-- dash_html_components/Data.py | 4 ++-- dash_html_components/Datalist.py | 4 ++-- dash_html_components/Dd.py | 4 ++-- dash_html_components/Del.py | 4 ++-- dash_html_components/Details.py | 4 ++-- dash_html_components/Dfn.py | 4 ++-- dash_html_components/Dialog.py | 4 ++-- dash_html_components/Div.py | 4 ++-- dash_html_components/Dl.py | 4 ++-- dash_html_components/Dt.py | 4 ++-- dash_html_components/Element.py | 4 ++-- dash_html_components/Em.py | 4 ++-- dash_html_components/Embed.py | 4 ++-- dash_html_components/Fieldset.py | 4 ++-- dash_html_components/Figcaption.py | 4 ++-- dash_html_components/Figure.py | 4 ++-- dash_html_components/Font.py | 4 ++-- dash_html_components/Footer.py | 4 ++-- dash_html_components/Form.py | 4 ++-- dash_html_components/Frame.py | 4 ++-- dash_html_components/Frameset.py | 4 ++-- dash_html_components/H1.py | 4 ++-- dash_html_components/H2.py | 4 ++-- dash_html_components/H3.py | 4 ++-- dash_html_components/H4.py | 4 ++-- dash_html_components/H5.py | 4 ++-- dash_html_components/H6.py | 4 ++-- dash_html_components/Header.py | 4 ++-- dash_html_components/Hgroup.py | 4 ++-- dash_html_components/Hr.py | 4 ++-- dash_html_components/I.py | 4 ++-- dash_html_components/Iframe.py | 4 ++-- dash_html_components/Img.py | 4 ++-- dash_html_components/Ins.py | 4 ++-- dash_html_components/Isindex.py | 4 ++-- dash_html_components/Kbd.py | 4 ++-- dash_html_components/Keygen.py | 4 ++-- dash_html_components/Label.py | 4 ++-- dash_html_components/Legend.py | 4 ++-- dash_html_components/Li.py | 4 ++-- dash_html_components/Link.py | 4 ++-- dash_html_components/Listing.py | 4 ++-- dash_html_components/Main.py | 4 ++-- dash_html_components/MapEl.py | 4 ++-- dash_html_components/Mark.py | 4 ++-- dash_html_components/Marquee.py | 4 ++-- dash_html_components/Meta.py | 4 ++-- dash_html_components/Meter.py | 4 ++-- dash_html_components/Multicol.py | 4 ++-- dash_html_components/Nav.py | 4 ++-- dash_html_components/Nextid.py | 4 ++-- dash_html_components/Nobr.py | 4 ++-- dash_html_components/Noscript.py | 4 ++-- dash_html_components/ObjectEl.py | 4 ++-- dash_html_components/Ol.py | 4 ++-- dash_html_components/Optgroup.py | 4 ++-- dash_html_components/Option.py | 4 ++-- dash_html_components/Output.py | 4 ++-- dash_html_components/P.py | 4 ++-- dash_html_components/Param.py | 4 ++-- dash_html_components/Picture.py | 4 ++-- dash_html_components/Plaintext.py | 4 ++-- dash_html_components/Pre.py | 4 ++-- dash_html_components/Progress.py | 4 ++-- dash_html_components/Q.py | 4 ++-- dash_html_components/Rp.py | 4 ++-- dash_html_components/Rt.py | 4 ++-- dash_html_components/Rtc.py | 4 ++-- dash_html_components/Ruby.py | 4 ++-- dash_html_components/S.py | 4 ++-- dash_html_components/Samp.py | 4 ++-- dash_html_components/Script.py | 4 ++-- dash_html_components/Section.py | 4 ++-- dash_html_components/Select.py | 4 ++-- dash_html_components/Shadow.py | 4 ++-- dash_html_components/Slot.py | 4 ++-- dash_html_components/Small.py | 4 ++-- dash_html_components/Source.py | 4 ++-- dash_html_components/Spacer.py | 4 ++-- dash_html_components/Span.py | 4 ++-- dash_html_components/Strike.py | 4 ++-- dash_html_components/Strong.py | 4 ++-- dash_html_components/Sub.py | 4 ++-- dash_html_components/Summary.py | 4 ++-- dash_html_components/Sup.py | 4 ++-- dash_html_components/Table.py | 4 ++-- dash_html_components/Tbody.py | 4 ++-- dash_html_components/Td.py | 4 ++-- dash_html_components/Template.py | 4 ++-- dash_html_components/Textarea.py | 4 ++-- dash_html_components/Tfoot.py | 4 ++-- dash_html_components/Th.py | 4 ++-- dash_html_components/Thead.py | 4 ++-- dash_html_components/Time.py | 4 ++-- dash_html_components/Title.py | 4 ++-- dash_html_components/Tr.py | 4 ++-- dash_html_components/Track.py | 4 ++-- dash_html_components/U.py | 4 ++-- dash_html_components/Ul.py | 4 ++-- dash_html_components/Var.py | 4 ++-- dash_html_components/Video.py | 4 ++-- dash_html_components/Wbr.py | 4 ++-- dash_html_components/Xmp.py | 4 ++-- dash_html_components/__init__.py | 2 ++ 131 files changed, 262 insertions(+), 260 deletions(-) diff --git a/dash_html_components/A.py b/dash_html_components/A.py index 294a3c18..e8b9149a 100644 --- a/dash_html_components/A.py +++ b/dash_html_components/A.py @@ -54,10 +54,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'download', 'href', 'hrefLang', 'media', 'rel', 'shape', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Abbr.py b/dash_html_components/Abbr.py index 0af5ea54..a43ff24f 100644 --- a/dash_html_components/Abbr.py +++ b/dash_html_components/Abbr.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Acronym.py b/dash_html_components/Acronym.py index 413ed06b..211756d8 100644 --- a/dash_html_components/Acronym.py +++ b/dash_html_components/Acronym.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Address.py b/dash_html_components/Address.py index 96527b80..8e3d0546 100644 --- a/dash_html_components/Address.py +++ b/dash_html_components/Address.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Area.py b/dash_html_components/Area.py index c43162d0..9b090ba5 100644 --- a/dash_html_components/Area.py +++ b/dash_html_components/Area.py @@ -56,10 +56,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'alt', 'coords', 'download', 'href', 'hrefLang', 'media', 'rel', 'shape', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Article.py b/dash_html_components/Article.py index 40217441..4b5359b5 100644 --- a/dash_html_components/Article.py +++ b/dash_html_components/Article.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Aside.py b/dash_html_components/Aside.py index 2c477268..76cde1b2 100644 --- a/dash_html_components/Aside.py +++ b/dash_html_components/Aside.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Audio.py b/dash_html_components/Audio.py index 044c8c4b..5621d265 100644 --- a/dash_html_components/Audio.py +++ b/dash_html_components/Audio.py @@ -54,10 +54,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoPlay', 'controls', 'crossOrigin', 'loop', 'muted', 'preload', 'src', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/B.py b/dash_html_components/B.py index adee45ec..0a4ba0e8 100644 --- a/dash_html_components/B.py +++ b/dash_html_components/B.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Base.py b/dash_html_components/Base.py index df39025e..5403aca3 100644 --- a/dash_html_components/Base.py +++ b/dash_html_components/Base.py @@ -49,10 +49,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'href', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Basefont.py b/dash_html_components/Basefont.py index e6aaac4f..adb77792 100644 --- a/dash_html_components/Basefont.py +++ b/dash_html_components/Basefont.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Bdi.py b/dash_html_components/Bdi.py index 27aeb4c5..96c7450c 100644 --- a/dash_html_components/Bdi.py +++ b/dash_html_components/Bdi.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Bdo.py b/dash_html_components/Bdo.py index 6f835ebe..c2044a03 100644 --- a/dash_html_components/Bdo.py +++ b/dash_html_components/Bdo.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Big.py b/dash_html_components/Big.py index 3d0f15b0..dd2294d4 100644 --- a/dash_html_components/Big.py +++ b/dash_html_components/Big.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Blink.py b/dash_html_components/Blink.py index 922c43b1..d7e83ab5 100644 --- a/dash_html_components/Blink.py +++ b/dash_html_components/Blink.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Blockquote.py b/dash_html_components/Blockquote.py index 25480d87..32e8927d 100644 --- a/dash_html_components/Blockquote.py +++ b/dash_html_components/Blockquote.py @@ -48,10 +48,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Br.py b/dash_html_components/Br.py index 0f88d06c..89a3d1b2 100644 --- a/dash_html_components/Br.py +++ b/dash_html_components/Br.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Button.py b/dash_html_components/Button.py index 276c6864..f5e85518 100644 --- a/dash_html_components/Button.py +++ b/dash_html_components/Button.py @@ -54,10 +54,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'disabled', 'form', 'formAction', 'name', 'type', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Canvas.py b/dash_html_components/Canvas.py index 40e2e918..cc328c6b 100644 --- a/dash_html_components/Canvas.py +++ b/dash_html_components/Canvas.py @@ -49,10 +49,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Caption.py b/dash_html_components/Caption.py index 2ab7b6af..c99b543a 100644 --- a/dash_html_components/Caption.py +++ b/dash_html_components/Caption.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Center.py b/dash_html_components/Center.py index e664b767..41d84aeb 100644 --- a/dash_html_components/Center.py +++ b/dash_html_components/Center.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Cite.py b/dash_html_components/Cite.py index 68ab4c00..499486a3 100644 --- a/dash_html_components/Cite.py +++ b/dash_html_components/Cite.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Code.py b/dash_html_components/Code.py index ad9dbe88..34a2b969 100644 --- a/dash_html_components/Code.py +++ b/dash_html_components/Code.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Col.py b/dash_html_components/Col.py index 36a6addd..e98ed3eb 100644 --- a/dash_html_components/Col.py +++ b/dash_html_components/Col.py @@ -48,10 +48,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'span', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Colgroup.py b/dash_html_components/Colgroup.py index 4d4bc805..6e2f2430 100644 --- a/dash_html_components/Colgroup.py +++ b/dash_html_components/Colgroup.py @@ -48,10 +48,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'span', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Command.py b/dash_html_components/Command.py index 22ab2c0c..fc9f46d7 100644 --- a/dash_html_components/Command.py +++ b/dash_html_components/Command.py @@ -52,10 +52,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'checked', 'disabled', 'icon', 'radioGroup', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Content.py b/dash_html_components/Content.py index c090d5f5..eacdac25 100644 --- a/dash_html_components/Content.py +++ b/dash_html_components/Content.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Data.py b/dash_html_components/Data.py index 6419cc47..4c04548d 100644 --- a/dash_html_components/Data.py +++ b/dash_html_components/Data.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Datalist.py b/dash_html_components/Datalist.py index 06d8e4d5..0045fa60 100644 --- a/dash_html_components/Datalist.py +++ b/dash_html_components/Datalist.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Dd.py b/dash_html_components/Dd.py index 1fdb1ab6..6ce43f34 100644 --- a/dash_html_components/Dd.py +++ b/dash_html_components/Dd.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Del.py b/dash_html_components/Del.py index 1aab9feb..bfa53385 100644 --- a/dash_html_components/Del.py +++ b/dash_html_components/Del.py @@ -49,10 +49,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Details.py b/dash_html_components/Details.py index ecf25790..3c8e45a5 100644 --- a/dash_html_components/Details.py +++ b/dash_html_components/Details.py @@ -48,10 +48,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'open', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Dfn.py b/dash_html_components/Dfn.py index ac410ea0..2ff4abb9 100644 --- a/dash_html_components/Dfn.py +++ b/dash_html_components/Dfn.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Dialog.py b/dash_html_components/Dialog.py index d16f8b53..e2bdf96d 100644 --- a/dash_html_components/Dialog.py +++ b/dash_html_components/Dialog.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Div.py b/dash_html_components/Div.py index bfb78042..e556ee70 100644 --- a/dash_html_components/Div.py +++ b/dash_html_components/Div.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Dl.py b/dash_html_components/Dl.py index 2b883444..e752be4c 100644 --- a/dash_html_components/Dl.py +++ b/dash_html_components/Dl.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Dt.py b/dash_html_components/Dt.py index fe8acc7c..0e0a927a 100644 --- a/dash_html_components/Dt.py +++ b/dash_html_components/Dt.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Element.py b/dash_html_components/Element.py index a9abcd3e..13d2f348 100644 --- a/dash_html_components/Element.py +++ b/dash_html_components/Element.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Em.py b/dash_html_components/Em.py index cf246442..e9d8f7f6 100644 --- a/dash_html_components/Em.py +++ b/dash_html_components/Em.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Embed.py b/dash_html_components/Embed.py index 51a6f442..47d1fc6b 100644 --- a/dash_html_components/Embed.py +++ b/dash_html_components/Embed.py @@ -51,10 +51,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'src', 'type', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Fieldset.py b/dash_html_components/Fieldset.py index 01f4dd9b..a13ef61d 100644 --- a/dash_html_components/Fieldset.py +++ b/dash_html_components/Fieldset.py @@ -50,10 +50,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'form', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Figcaption.py b/dash_html_components/Figcaption.py index d0256046..5fce316c 100644 --- a/dash_html_components/Figcaption.py +++ b/dash_html_components/Figcaption.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Figure.py b/dash_html_components/Figure.py index ee28e4c4..bb16d108 100644 --- a/dash_html_components/Figure.py +++ b/dash_html_components/Figure.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Font.py b/dash_html_components/Font.py index abe48aef..40fa2d05 100644 --- a/dash_html_components/Font.py +++ b/dash_html_components/Font.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Footer.py b/dash_html_components/Footer.py index 1323911f..8b16f818 100644 --- a/dash_html_components/Footer.py +++ b/dash_html_components/Footer.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Form.py b/dash_html_components/Form.py index 5f845d49..e2773441 100644 --- a/dash_html_components/Form.py +++ b/dash_html_components/Form.py @@ -56,10 +56,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accept', 'acceptCharset', 'action', 'autoComplete', 'encType', 'method', 'name', 'noValidate', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Frame.py b/dash_html_components/Frame.py index 89b42c71..59db5122 100644 --- a/dash_html_components/Frame.py +++ b/dash_html_components/Frame.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Frameset.py b/dash_html_components/Frameset.py index 4f3c8538..79b72674 100644 --- a/dash_html_components/Frameset.py +++ b/dash_html_components/Frameset.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/H1.py b/dash_html_components/H1.py index ab1b404d..dc221a22 100644 --- a/dash_html_components/H1.py +++ b/dash_html_components/H1.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/H2.py b/dash_html_components/H2.py index e9f03a63..60f9ee5c 100644 --- a/dash_html_components/H2.py +++ b/dash_html_components/H2.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/H3.py b/dash_html_components/H3.py index b69f2208..57a111a0 100644 --- a/dash_html_components/H3.py +++ b/dash_html_components/H3.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/H4.py b/dash_html_components/H4.py index ff5d3a54..aa1b01dc 100644 --- a/dash_html_components/H4.py +++ b/dash_html_components/H4.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/H5.py b/dash_html_components/H5.py index ebfe3edc..528102a5 100644 --- a/dash_html_components/H5.py +++ b/dash_html_components/H5.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/H6.py b/dash_html_components/H6.py index 20537d23..481a4692 100644 --- a/dash_html_components/H6.py +++ b/dash_html_components/H6.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Header.py b/dash_html_components/Header.py index b9548d09..23606d70 100644 --- a/dash_html_components/Header.py +++ b/dash_html_components/Header.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Hgroup.py b/dash_html_components/Hgroup.py index 20f307d7..2f0b3c1a 100644 --- a/dash_html_components/Hgroup.py +++ b/dash_html_components/Hgroup.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Hr.py b/dash_html_components/Hr.py index cb177d08..7d71ac65 100644 --- a/dash_html_components/Hr.py +++ b/dash_html_components/Hr.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/I.py b/dash_html_components/I.py index 797f5468..e7452c8e 100644 --- a/dash_html_components/I.py +++ b/dash_html_components/I.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Iframe.py b/dash_html_components/Iframe.py index 5b7de79e..d82c8f7f 100644 --- a/dash_html_components/Iframe.py +++ b/dash_html_components/Iframe.py @@ -53,10 +53,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'name', 'sandbox', 'src', 'srcDoc', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Img.py b/dash_html_components/Img.py index ff1cf029..3267498f 100644 --- a/dash_html_components/Img.py +++ b/dash_html_components/Img.py @@ -55,10 +55,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'alt', 'crossOrigin', 'height', 'sizes', 'src', 'srcSet', 'useMap', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Ins.py b/dash_html_components/Ins.py index 619f21c4..e18aba1b 100644 --- a/dash_html_components/Ins.py +++ b/dash_html_components/Ins.py @@ -49,10 +49,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Isindex.py b/dash_html_components/Isindex.py index b7167d74..ff00ed4b 100644 --- a/dash_html_components/Isindex.py +++ b/dash_html_components/Isindex.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Kbd.py b/dash_html_components/Kbd.py index 48e2b504..81323f6d 100644 --- a/dash_html_components/Kbd.py +++ b/dash_html_components/Kbd.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Keygen.py b/dash_html_components/Keygen.py index 56935923..29932dc5 100644 --- a/dash_html_components/Keygen.py +++ b/dash_html_components/Keygen.py @@ -53,10 +53,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'challenge', 'disabled', 'form', 'keyType', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Label.py b/dash_html_components/Label.py index ab5cf46f..fa23e633 100644 --- a/dash_html_components/Label.py +++ b/dash_html_components/Label.py @@ -49,10 +49,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'htmlFor', 'form', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Legend.py b/dash_html_components/Legend.py index 4570973f..e24cb895 100644 --- a/dash_html_components/Legend.py +++ b/dash_html_components/Legend.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Li.py b/dash_html_components/Li.py index 047da38d..06d15c67 100644 --- a/dash_html_components/Li.py +++ b/dash_html_components/Li.py @@ -48,10 +48,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Link.py b/dash_html_components/Link.py index a16f3cea..f15b5b99 100644 --- a/dash_html_components/Link.py +++ b/dash_html_components/Link.py @@ -54,10 +54,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'crossOrigin', 'href', 'hrefLang', 'integrity', 'media', 'rel', 'sizes', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Listing.py b/dash_html_components/Listing.py index a02e3bf5..b5a1acbd 100644 --- a/dash_html_components/Listing.py +++ b/dash_html_components/Listing.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Main.py b/dash_html_components/Main.py index 0b002bf9..e669a2cc 100644 --- a/dash_html_components/Main.py +++ b/dash_html_components/Main.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/MapEl.py b/dash_html_components/MapEl.py index 11980ec5..9472d3db 100644 --- a/dash_html_components/MapEl.py +++ b/dash_html_components/MapEl.py @@ -48,10 +48,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Mark.py b/dash_html_components/Mark.py index d2a781cd..c64956c1 100644 --- a/dash_html_components/Mark.py +++ b/dash_html_components/Mark.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Marquee.py b/dash_html_components/Marquee.py index 9391f900..f6d36d3f 100644 --- a/dash_html_components/Marquee.py +++ b/dash_html_components/Marquee.py @@ -48,10 +48,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'loop', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Meta.py b/dash_html_components/Meta.py index 72eefab9..c6b30745 100644 --- a/dash_html_components/Meta.py +++ b/dash_html_components/Meta.py @@ -51,10 +51,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'charSet', 'content', 'httpEquiv', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Meter.py b/dash_html_components/Meter.py index da2dbe1e..cd0e0f0a 100644 --- a/dash_html_components/Meter.py +++ b/dash_html_components/Meter.py @@ -54,10 +54,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'high', 'low', 'max', 'min', 'optimum', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Multicol.py b/dash_html_components/Multicol.py index 71f98986..19581901 100644 --- a/dash_html_components/Multicol.py +++ b/dash_html_components/Multicol.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Nav.py b/dash_html_components/Nav.py index 25bb4a6b..da17579e 100644 --- a/dash_html_components/Nav.py +++ b/dash_html_components/Nav.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Nextid.py b/dash_html_components/Nextid.py index d836e9ba..486250b8 100644 --- a/dash_html_components/Nextid.py +++ b/dash_html_components/Nextid.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Nobr.py b/dash_html_components/Nobr.py index 3fa041df..03e264c6 100644 --- a/dash_html_components/Nobr.py +++ b/dash_html_components/Nobr.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Noscript.py b/dash_html_components/Noscript.py index 9aa44095..70aec2d2 100644 --- a/dash_html_components/Noscript.py +++ b/dash_html_components/Noscript.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/ObjectEl.py b/dash_html_components/ObjectEl.py index c75a8e4d..64a6c455 100644 --- a/dash_html_components/ObjectEl.py +++ b/dash_html_components/ObjectEl.py @@ -53,10 +53,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'height', 'name', 'type', 'useMap', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Ol.py b/dash_html_components/Ol.py index 33df11a2..16689091 100644 --- a/dash_html_components/Ol.py +++ b/dash_html_components/Ol.py @@ -49,10 +49,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'reversed', 'start', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Optgroup.py b/dash_html_components/Optgroup.py index 759641e1..9ec52895 100644 --- a/dash_html_components/Optgroup.py +++ b/dash_html_components/Optgroup.py @@ -48,10 +48,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Option.py b/dash_html_components/Option.py index ecffd14d..5207baec 100644 --- a/dash_html_components/Option.py +++ b/dash_html_components/Option.py @@ -50,10 +50,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'selected', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Output.py b/dash_html_components/Output.py index 5f66560e..cafaf751 100644 --- a/dash_html_components/Output.py +++ b/dash_html_components/Output.py @@ -50,10 +50,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'htmlFor', 'form', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/P.py b/dash_html_components/P.py index ce6fad27..b7c69463 100644 --- a/dash_html_components/P.py +++ b/dash_html_components/P.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Param.py b/dash_html_components/Param.py index 29e95004..f7b19baa 100644 --- a/dash_html_components/Param.py +++ b/dash_html_components/Param.py @@ -49,10 +49,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'name', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Picture.py b/dash_html_components/Picture.py index 751c5fda..0103c9b7 100644 --- a/dash_html_components/Picture.py +++ b/dash_html_components/Picture.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Plaintext.py b/dash_html_components/Plaintext.py index 054e1b1a..e3ef3e73 100644 --- a/dash_html_components/Plaintext.py +++ b/dash_html_components/Plaintext.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Pre.py b/dash_html_components/Pre.py index 12d9d3c1..418f6b6a 100644 --- a/dash_html_components/Pre.py +++ b/dash_html_components/Pre.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Progress.py b/dash_html_components/Progress.py index 43d38992..9a06244b 100644 --- a/dash_html_components/Progress.py +++ b/dash_html_components/Progress.py @@ -50,10 +50,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'max', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Q.py b/dash_html_components/Q.py index e0cd81c8..21fd0d44 100644 --- a/dash_html_components/Q.py +++ b/dash_html_components/Q.py @@ -48,10 +48,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Rp.py b/dash_html_components/Rp.py index 078752a3..f27fad17 100644 --- a/dash_html_components/Rp.py +++ b/dash_html_components/Rp.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Rt.py b/dash_html_components/Rt.py index 97f11fb2..c9f6b27d 100644 --- a/dash_html_components/Rt.py +++ b/dash_html_components/Rt.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Rtc.py b/dash_html_components/Rtc.py index 7a9b5e5f..719a02fa 100644 --- a/dash_html_components/Rtc.py +++ b/dash_html_components/Rtc.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Ruby.py b/dash_html_components/Ruby.py index 0a5ca5e3..d0e411f0 100644 --- a/dash_html_components/Ruby.py +++ b/dash_html_components/Ruby.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/S.py b/dash_html_components/S.py index 34bea8b9..455154dd 100644 --- a/dash_html_components/S.py +++ b/dash_html_components/S.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Samp.py b/dash_html_components/Samp.py index 623119d2..397cfb5f 100644 --- a/dash_html_components/Samp.py +++ b/dash_html_components/Samp.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Script.py b/dash_html_components/Script.py index d20e3ce4..514f0941 100644 --- a/dash_html_components/Script.py +++ b/dash_html_components/Script.py @@ -54,10 +54,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'async', 'charSet', 'crossOrigin', 'defer', 'integrity', 'src', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Section.py b/dash_html_components/Section.py index bf417ed7..e3e6a68f 100644 --- a/dash_html_components/Section.py +++ b/dash_html_components/Section.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Select.py b/dash_html_components/Select.py index ab487b41..8a6e4700 100644 --- a/dash_html_components/Select.py +++ b/dash_html_components/Select.py @@ -54,10 +54,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'disabled', 'form', 'multiple', 'name', 'required', 'size', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Shadow.py b/dash_html_components/Shadow.py index e5e71e3a..87eb82d9 100644 --- a/dash_html_components/Shadow.py +++ b/dash_html_components/Shadow.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Slot.py b/dash_html_components/Slot.py index 9615325a..f6afaa71 100644 --- a/dash_html_components/Slot.py +++ b/dash_html_components/Slot.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Small.py b/dash_html_components/Small.py index 8b301128..130eb61e 100644 --- a/dash_html_components/Small.py +++ b/dash_html_components/Small.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Source.py b/dash_html_components/Source.py index a11a4b16..2ca9a390 100644 --- a/dash_html_components/Source.py +++ b/dash_html_components/Source.py @@ -51,10 +51,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'media', 'sizes', 'src', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Spacer.py b/dash_html_components/Spacer.py index 8eeb5a05..b2ac0f0d 100644 --- a/dash_html_components/Spacer.py +++ b/dash_html_components/Spacer.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Span.py b/dash_html_components/Span.py index 8472a4d6..9b51e377 100644 --- a/dash_html_components/Span.py +++ b/dash_html_components/Span.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Strike.py b/dash_html_components/Strike.py index 9d319313..ec3f84ea 100644 --- a/dash_html_components/Strike.py +++ b/dash_html_components/Strike.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Strong.py b/dash_html_components/Strong.py index 930e5270..2e0b77e9 100644 --- a/dash_html_components/Strong.py +++ b/dash_html_components/Strong.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Sub.py b/dash_html_components/Sub.py index ac3c232a..6f27cc22 100644 --- a/dash_html_components/Sub.py +++ b/dash_html_components/Sub.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Summary.py b/dash_html_components/Summary.py index e3bf8916..8c7cfde0 100644 --- a/dash_html_components/Summary.py +++ b/dash_html_components/Summary.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Sup.py b/dash_html_components/Sup.py index 4bcdc73c..adfbe238 100644 --- a/dash_html_components/Sup.py +++ b/dash_html_components/Sup.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Table.py b/dash_html_components/Table.py index a63a266c..d1a0124b 100644 --- a/dash_html_components/Table.py +++ b/dash_html_components/Table.py @@ -48,10 +48,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'summary', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Tbody.py b/dash_html_components/Tbody.py index 9f421305..2d8f424f 100644 --- a/dash_html_components/Tbody.py +++ b/dash_html_components/Tbody.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Td.py b/dash_html_components/Td.py index 61341ee7..4e8784a4 100644 --- a/dash_html_components/Td.py +++ b/dash_html_components/Td.py @@ -50,10 +50,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'colSpan', 'headers', 'rowSpan', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Template.py b/dash_html_components/Template.py index 5798e169..1f6f1cdc 100644 --- a/dash_html_components/Template.py +++ b/dash_html_components/Template.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Textarea.py b/dash_html_components/Textarea.py index 02450b66..2ca6e9da 100644 --- a/dash_html_components/Textarea.py +++ b/dash_html_components/Textarea.py @@ -60,10 +60,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoComplete', 'autoFocus', 'cols', 'disabled', 'form', 'maxLength', 'minLength', 'name', 'placeholder', 'readOnly', 'required', 'rows', 'wrap', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Tfoot.py b/dash_html_components/Tfoot.py index 1dd3618f..fa1aaf47 100644 --- a/dash_html_components/Tfoot.py +++ b/dash_html_components/Tfoot.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Th.py b/dash_html_components/Th.py index 2e46872b..7abcaa38 100644 --- a/dash_html_components/Th.py +++ b/dash_html_components/Th.py @@ -51,10 +51,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'colSpan', 'headers', 'rowSpan', 'scope', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Thead.py b/dash_html_components/Thead.py index c1208a9d..aaaf2c79 100644 --- a/dash_html_components/Thead.py +++ b/dash_html_components/Thead.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Time.py b/dash_html_components/Time.py index e5a290a6..5db194d6 100644 --- a/dash_html_components/Time.py +++ b/dash_html_components/Time.py @@ -48,10 +48,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Title.py b/dash_html_components/Title.py index cb36900e..809fced3 100644 --- a/dash_html_components/Title.py +++ b/dash_html_components/Title.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Tr.py b/dash_html_components/Tr.py index 5f0147b3..8252729b 100644 --- a/dash_html_components/Tr.py +++ b/dash_html_components/Tr.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Track.py b/dash_html_components/Track.py index df23bcf8..41c13d32 100644 --- a/dash_html_components/Track.py +++ b/dash_html_components/Track.py @@ -52,10 +52,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'default', 'kind', 'label', 'src', 'srcLang', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/U.py b/dash_html_components/U.py index 6fe4367b..9fd52328 100644 --- a/dash_html_components/U.py +++ b/dash_html_components/U.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Ul.py b/dash_html_components/Ul.py index 82cf1199..2817d293 100644 --- a/dash_html_components/Ul.py +++ b/dash_html_components/Ul.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Var.py b/dash_html_components/Var.py index bcbc87f4..b1156831 100644 --- a/dash_html_components/Var.py +++ b/dash_html_components/Var.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Video.py b/dash_html_components/Video.py index 8757e8eb..8d2b56e9 100644 --- a/dash_html_components/Video.py +++ b/dash_html_components/Video.py @@ -57,10 +57,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoPlay', 'controls', 'crossOrigin', 'height', 'loop', 'muted', 'poster', 'preload', 'src', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Wbr.py b/dash_html_components/Wbr.py index 7c0fda54..6eb0c503 100644 --- a/dash_html_components/Wbr.py +++ b/dash_html_components/Wbr.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/Xmp.py b/dash_html_components/Xmp.py index 9a37a3a3..3e40288f 100644 --- a/dash_html_components/Xmp.py +++ b/dash_html_components/Xmp.py @@ -47,10 +47,10 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self.available_wildcard_properties = ['data-', 'aria-'] - _explicit_params = kwargs.pop('_explicit_params') + _explicit_args = kwargs.pop('_explicit_args') _locals = locals() _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_params if k != 'children'} + args = {k: _locals[k] for k in _explicit_args if k != 'children'} for k in []: if k not in args: diff --git a/dash_html_components/__init__.py b/dash_html_components/__init__.py index 4f1a0dcf..2a706ea1 100644 --- a/dash_html_components/__init__.py +++ b/dash_html_components/__init__.py @@ -1,3 +1,5 @@ +"""Vanilla HTML components for Dash""" + from __future__ import print_function as _ import os as _os From 8ba05ba8cc8a0abf245498d2e61b604a669fe480 Mon Sep 17 00:00:00 2001 From: Ryan Marren Date: Thu, 28 Jun 2018 20:03:21 -0400 Subject: [PATCH 08/11] Don't let user import dash_html_components if dash not >=0.22.0 --- dash_html_components/__init__.py | 13 +++++++++++-- dash_html_components/version.py | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/dash_html_components/__init__.py b/dash_html_components/__init__.py index 2a706ea1..409b1c8d 100644 --- a/dash_html_components/__init__.py +++ b/dash_html_components/__init__.py @@ -10,8 +10,17 @@ # Module imports trigger a dash.development import, need to check this first if not hasattr(_dash, 'development'): - print("Dash was not successfully imported. Make sure you don't have a file " - "named \n'dash.py' in your current directory.", file=_sys.stderr) + print( + "Dash was not successfully imported. Make sure you don't have a file " + "named \n'dash.py' in your current directory.", file=_sys.stderr) + _sys.exit(1) + +# Must update to dash>=0.22.0 to use this version of dash-html-components +if not hasattr(_dash.development.base_component, '_explicitize_args'): + print("Please update the `dash` module to >= 0.22.0 to use this " + "version of dash_html_components.\n" + "You are using version {:s}".format(_dash.version.__version__), + file=_sys.stderr) _sys.exit(1) diff --git a/dash_html_components/version.py b/dash_html_components/version.py index f323a57b..2c7bffbf 100644 --- a/dash_html_components/version.py +++ b/dash_html_components/version.py @@ -1 +1 @@ -__version__ = '0.11.0' +__version__ = '0.12.0' From a44258947b3cd5cdaccfac0773917fa7672a00c2 Mon Sep 17 00:00:00 2001 From: Ryan Marren Date: Mon, 9 Jul 2018 19:09:40 -0400 Subject: [PATCH 09/11] Default arguments in generated python classes. --- dash_html_components/A.py | 9 +++++---- dash_html_components/Abbr.py | 9 +++++---- dash_html_components/Acronym.py | 9 +++++---- dash_html_components/Address.py | 9 +++++---- dash_html_components/Area.py | 9 +++++---- dash_html_components/Article.py | 9 +++++---- dash_html_components/Aside.py | 9 +++++---- dash_html_components/Audio.py | 9 +++++---- dash_html_components/B.py | 9 +++++---- dash_html_components/Base.py | 9 +++++---- dash_html_components/Basefont.py | 9 +++++---- dash_html_components/Bdi.py | 9 +++++---- dash_html_components/Bdo.py | 9 +++++---- dash_html_components/Big.py | 9 +++++---- dash_html_components/Blink.py | 9 +++++---- dash_html_components/Blockquote.py | 9 +++++---- dash_html_components/Br.py | 9 +++++---- dash_html_components/Button.py | 9 +++++---- dash_html_components/Canvas.py | 9 +++++---- dash_html_components/Caption.py | 9 +++++---- dash_html_components/Center.py | 9 +++++---- dash_html_components/Cite.py | 9 +++++---- dash_html_components/Code.py | 9 +++++---- dash_html_components/Col.py | 9 +++++---- dash_html_components/Colgroup.py | 9 +++++---- dash_html_components/Command.py | 9 +++++---- dash_html_components/Content.py | 9 +++++---- dash_html_components/Data.py | 9 +++++---- dash_html_components/Datalist.py | 9 +++++---- dash_html_components/Dd.py | 9 +++++---- dash_html_components/Del.py | 9 +++++---- dash_html_components/Details.py | 9 +++++---- dash_html_components/Dfn.py | 9 +++++---- dash_html_components/Dialog.py | 9 +++++---- dash_html_components/Div.py | 9 +++++---- dash_html_components/Dl.py | 9 +++++---- dash_html_components/Dt.py | 9 +++++---- dash_html_components/Element.py | 9 +++++---- dash_html_components/Em.py | 9 +++++---- dash_html_components/Embed.py | 9 +++++---- dash_html_components/Fieldset.py | 9 +++++---- dash_html_components/Figcaption.py | 9 +++++---- dash_html_components/Figure.py | 9 +++++---- dash_html_components/Font.py | 9 +++++---- dash_html_components/Footer.py | 9 +++++---- dash_html_components/Form.py | 9 +++++---- dash_html_components/Frame.py | 9 +++++---- dash_html_components/Frameset.py | 9 +++++---- dash_html_components/H1.py | 9 +++++---- dash_html_components/H2.py | 9 +++++---- dash_html_components/H3.py | 9 +++++---- dash_html_components/H4.py | 9 +++++---- dash_html_components/H5.py | 9 +++++---- dash_html_components/H6.py | 9 +++++---- dash_html_components/Header.py | 9 +++++---- dash_html_components/Hgroup.py | 9 +++++---- dash_html_components/Hr.py | 9 +++++---- dash_html_components/I.py | 9 +++++---- dash_html_components/Iframe.py | 9 +++++---- dash_html_components/Img.py | 9 +++++---- dash_html_components/Ins.py | 9 +++++---- dash_html_components/Isindex.py | 9 +++++---- dash_html_components/Kbd.py | 9 +++++---- dash_html_components/Keygen.py | 9 +++++---- dash_html_components/Label.py | 9 +++++---- dash_html_components/Legend.py | 9 +++++---- dash_html_components/Li.py | 9 +++++---- dash_html_components/Link.py | 9 +++++---- dash_html_components/Listing.py | 9 +++++---- dash_html_components/Main.py | 9 +++++---- dash_html_components/MapEl.py | 9 +++++---- dash_html_components/Mark.py | 9 +++++---- dash_html_components/Marquee.py | 9 +++++---- dash_html_components/Meta.py | 9 +++++---- dash_html_components/Meter.py | 9 +++++---- dash_html_components/Multicol.py | 9 +++++---- dash_html_components/Nav.py | 9 +++++---- dash_html_components/Nextid.py | 9 +++++---- dash_html_components/Nobr.py | 9 +++++---- dash_html_components/Noscript.py | 9 +++++---- dash_html_components/ObjectEl.py | 9 +++++---- dash_html_components/Ol.py | 9 +++++---- dash_html_components/Optgroup.py | 9 +++++---- dash_html_components/Option.py | 9 +++++---- dash_html_components/Output.py | 9 +++++---- dash_html_components/P.py | 9 +++++---- dash_html_components/Param.py | 9 +++++---- dash_html_components/Picture.py | 9 +++++---- dash_html_components/Plaintext.py | 9 +++++---- dash_html_components/Pre.py | 9 +++++---- dash_html_components/Progress.py | 9 +++++---- dash_html_components/Q.py | 9 +++++---- dash_html_components/Rp.py | 9 +++++---- dash_html_components/Rt.py | 9 +++++---- dash_html_components/Rtc.py | 9 +++++---- dash_html_components/Ruby.py | 9 +++++---- dash_html_components/S.py | 9 +++++---- dash_html_components/Samp.py | 9 +++++---- dash_html_components/Script.py | 9 +++++---- dash_html_components/Section.py | 9 +++++---- dash_html_components/Select.py | 9 +++++---- dash_html_components/Shadow.py | 9 +++++---- dash_html_components/Slot.py | 9 +++++---- dash_html_components/Small.py | 9 +++++---- dash_html_components/Source.py | 9 +++++---- dash_html_components/Spacer.py | 9 +++++---- dash_html_components/Span.py | 9 +++++---- dash_html_components/Strike.py | 9 +++++---- dash_html_components/Strong.py | 9 +++++---- dash_html_components/Sub.py | 9 +++++---- dash_html_components/Summary.py | 9 +++++---- dash_html_components/Sup.py | 9 +++++---- dash_html_components/Table.py | 9 +++++---- dash_html_components/Tbody.py | 9 +++++---- dash_html_components/Td.py | 9 +++++---- dash_html_components/Template.py | 9 +++++---- dash_html_components/Textarea.py | 9 +++++---- dash_html_components/Tfoot.py | 9 +++++---- dash_html_components/Th.py | 9 +++++---- dash_html_components/Thead.py | 9 +++++---- dash_html_components/Time.py | 9 +++++---- dash_html_components/Title.py | 9 +++++---- dash_html_components/Tr.py | 9 +++++---- dash_html_components/Track.py | 9 +++++---- dash_html_components/U.py | 9 +++++---- dash_html_components/Ul.py | 9 +++++---- dash_html_components/Var.py | 9 +++++---- dash_html_components/Video.py | 9 +++++---- dash_html_components/Wbr.py | 9 +++++---- dash_html_components/Xmp.py | 9 +++++---- tests/test_dash_html_components.py | 8 ++++---- 131 files changed, 654 insertions(+), 524 deletions(-) diff --git a/dash_html_components/A.py b/dash_html_components/A.py index e8b9149a..6c45ced6 100644 --- a/dash_html_components/A.py +++ b/dash_html_components/A.py @@ -45,7 +45,7 @@ class A(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, download=None, href=None, hrefLang=None, media=None, rel=None, shape=None, target=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, download=None, href=None, hrefLang=None, media=None, rel=None, shape=None, target=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'download', 'href', 'hrefLang', 'media', 'rel', 'shape', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'A' self._namespace = 'dash_html_components' @@ -56,11 +56,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(A, self).__init__(children=children, **args) diff --git a/dash_html_components/Abbr.py b/dash_html_components/Abbr.py index a43ff24f..600566fe 100644 --- a/dash_html_components/Abbr.py +++ b/dash_html_components/Abbr.py @@ -38,7 +38,7 @@ class Abbr(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Abbr' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Abbr, self).__init__(children=children, **args) diff --git a/dash_html_components/Acronym.py b/dash_html_components/Acronym.py index 211756d8..46bc8af2 100644 --- a/dash_html_components/Acronym.py +++ b/dash_html_components/Acronym.py @@ -38,7 +38,7 @@ class Acronym(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Acronym' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Acronym, self).__init__(children=children, **args) diff --git a/dash_html_components/Address.py b/dash_html_components/Address.py index 8e3d0546..99a29d05 100644 --- a/dash_html_components/Address.py +++ b/dash_html_components/Address.py @@ -38,7 +38,7 @@ class Address(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Address' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Address, self).__init__(children=children, **args) diff --git a/dash_html_components/Area.py b/dash_html_components/Area.py index 9b090ba5..f1bb880d 100644 --- a/dash_html_components/Area.py +++ b/dash_html_components/Area.py @@ -47,7 +47,7 @@ class Area(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, alt=None, coords=None, download=None, href=None, hrefLang=None, media=None, rel=None, shape=None, target=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, alt=None, coords=None, download=None, href=None, hrefLang=None, media=None, rel=None, shape=None, target=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'alt', 'coords', 'download', 'href', 'hrefLang', 'media', 'rel', 'shape', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Area' self._namespace = 'dash_html_components' @@ -58,11 +58,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Area, self).__init__(children=children, **args) diff --git a/dash_html_components/Article.py b/dash_html_components/Article.py index 4b5359b5..ff476d24 100644 --- a/dash_html_components/Article.py +++ b/dash_html_components/Article.py @@ -38,7 +38,7 @@ class Article(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Article' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Article, self).__init__(children=children, **args) diff --git a/dash_html_components/Aside.py b/dash_html_components/Aside.py index 76cde1b2..e9dd90ee 100644 --- a/dash_html_components/Aside.py +++ b/dash_html_components/Aside.py @@ -38,7 +38,7 @@ class Aside(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Aside' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Aside, self).__init__(children=children, **args) diff --git a/dash_html_components/Audio.py b/dash_html_components/Audio.py index 5621d265..16f4e2df 100644 --- a/dash_html_components/Audio.py +++ b/dash_html_components/Audio.py @@ -45,7 +45,7 @@ class Audio(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, autoPlay=None, controls=None, crossOrigin=None, loop=None, muted=None, preload=None, src=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, autoPlay=None, controls=None, crossOrigin=None, loop=None, muted=None, preload=None, src=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoPlay', 'controls', 'crossOrigin', 'loop', 'muted', 'preload', 'src', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Audio' self._namespace = 'dash_html_components' @@ -56,11 +56,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Audio, self).__init__(children=children, **args) diff --git a/dash_html_components/B.py b/dash_html_components/B.py index 0a4ba0e8..e72d7792 100644 --- a/dash_html_components/B.py +++ b/dash_html_components/B.py @@ -38,7 +38,7 @@ class B(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'B' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(B, self).__init__(children=children, **args) diff --git a/dash_html_components/Base.py b/dash_html_components/Base.py index 5403aca3..b40d7f1e 100644 --- a/dash_html_components/Base.py +++ b/dash_html_components/Base.py @@ -40,7 +40,7 @@ class Base(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, href=None, target=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, href=None, target=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'href', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Base' self._namespace = 'dash_html_components' @@ -51,11 +51,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Base, self).__init__(children=children, **args) diff --git a/dash_html_components/Basefont.py b/dash_html_components/Basefont.py index adb77792..6d32ad82 100644 --- a/dash_html_components/Basefont.py +++ b/dash_html_components/Basefont.py @@ -38,7 +38,7 @@ class Basefont(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Basefont' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Basefont, self).__init__(children=children, **args) diff --git a/dash_html_components/Bdi.py b/dash_html_components/Bdi.py index 96c7450c..fe0c9556 100644 --- a/dash_html_components/Bdi.py +++ b/dash_html_components/Bdi.py @@ -38,7 +38,7 @@ class Bdi(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Bdi' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Bdi, self).__init__(children=children, **args) diff --git a/dash_html_components/Bdo.py b/dash_html_components/Bdo.py index c2044a03..d7f4b871 100644 --- a/dash_html_components/Bdo.py +++ b/dash_html_components/Bdo.py @@ -38,7 +38,7 @@ class Bdo(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Bdo' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Bdo, self).__init__(children=children, **args) diff --git a/dash_html_components/Big.py b/dash_html_components/Big.py index dd2294d4..a9f45bf5 100644 --- a/dash_html_components/Big.py +++ b/dash_html_components/Big.py @@ -38,7 +38,7 @@ class Big(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Big' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Big, self).__init__(children=children, **args) diff --git a/dash_html_components/Blink.py b/dash_html_components/Blink.py index d7e83ab5..bce77404 100644 --- a/dash_html_components/Blink.py +++ b/dash_html_components/Blink.py @@ -38,7 +38,7 @@ class Blink(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Blink' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Blink, self).__init__(children=children, **args) diff --git a/dash_html_components/Blockquote.py b/dash_html_components/Blockquote.py index 32e8927d..7ee7ea56 100644 --- a/dash_html_components/Blockquote.py +++ b/dash_html_components/Blockquote.py @@ -39,7 +39,7 @@ class Blockquote(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, cite=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, cite=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Blockquote' self._namespace = 'dash_html_components' @@ -50,11 +50,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Blockquote, self).__init__(children=children, **args) diff --git a/dash_html_components/Br.py b/dash_html_components/Br.py index 89a3d1b2..88e7e2ac 100644 --- a/dash_html_components/Br.py +++ b/dash_html_components/Br.py @@ -38,7 +38,7 @@ class Br(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Br' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Br, self).__init__(children=children, **args) diff --git a/dash_html_components/Button.py b/dash_html_components/Button.py index f5e85518..3481a5b0 100644 --- a/dash_html_components/Button.py +++ b/dash_html_components/Button.py @@ -45,7 +45,7 @@ class Button(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, autoFocus=None, disabled=None, form=None, formAction=None, name=None, type=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, autoFocus=None, disabled=None, form=None, formAction=None, name=None, type=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'disabled', 'form', 'formAction', 'name', 'type', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Button' self._namespace = 'dash_html_components' @@ -56,11 +56,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Button, self).__init__(children=children, **args) diff --git a/dash_html_components/Canvas.py b/dash_html_components/Canvas.py index cc328c6b..c3866e9b 100644 --- a/dash_html_components/Canvas.py +++ b/dash_html_components/Canvas.py @@ -40,7 +40,7 @@ class Canvas(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, height=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, height=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Canvas' self._namespace = 'dash_html_components' @@ -51,11 +51,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Canvas, self).__init__(children=children, **args) diff --git a/dash_html_components/Caption.py b/dash_html_components/Caption.py index c99b543a..8befadcd 100644 --- a/dash_html_components/Caption.py +++ b/dash_html_components/Caption.py @@ -38,7 +38,7 @@ class Caption(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Caption' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Caption, self).__init__(children=children, **args) diff --git a/dash_html_components/Center.py b/dash_html_components/Center.py index 41d84aeb..b721f1f7 100644 --- a/dash_html_components/Center.py +++ b/dash_html_components/Center.py @@ -38,7 +38,7 @@ class Center(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Center' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Center, self).__init__(children=children, **args) diff --git a/dash_html_components/Cite.py b/dash_html_components/Cite.py index 499486a3..9a245680 100644 --- a/dash_html_components/Cite.py +++ b/dash_html_components/Cite.py @@ -38,7 +38,7 @@ class Cite(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Cite' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Cite, self).__init__(children=children, **args) diff --git a/dash_html_components/Code.py b/dash_html_components/Code.py index 34a2b969..71dbf953 100644 --- a/dash_html_components/Code.py +++ b/dash_html_components/Code.py @@ -38,7 +38,7 @@ class Code(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Code' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Code, self).__init__(children=children, **args) diff --git a/dash_html_components/Col.py b/dash_html_components/Col.py index e98ed3eb..a9ae61b7 100644 --- a/dash_html_components/Col.py +++ b/dash_html_components/Col.py @@ -39,7 +39,7 @@ class Col(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, span=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, span=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'span', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Col' self._namespace = 'dash_html_components' @@ -50,11 +50,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Col, self).__init__(children=children, **args) diff --git a/dash_html_components/Colgroup.py b/dash_html_components/Colgroup.py index 6e2f2430..be520236 100644 --- a/dash_html_components/Colgroup.py +++ b/dash_html_components/Colgroup.py @@ -39,7 +39,7 @@ class Colgroup(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, span=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, span=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'span', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Colgroup' self._namespace = 'dash_html_components' @@ -50,11 +50,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Colgroup, self).__init__(children=children, **args) diff --git a/dash_html_components/Command.py b/dash_html_components/Command.py index fc9f46d7..63454e62 100644 --- a/dash_html_components/Command.py +++ b/dash_html_components/Command.py @@ -43,7 +43,7 @@ class Command(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, checked=None, disabled=None, icon=None, radioGroup=None, type=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, checked=None, disabled=None, icon=None, radioGroup=None, type=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'checked', 'disabled', 'icon', 'radioGroup', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Command' self._namespace = 'dash_html_components' @@ -54,11 +54,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Command, self).__init__(children=children, **args) diff --git a/dash_html_components/Content.py b/dash_html_components/Content.py index eacdac25..1083bef5 100644 --- a/dash_html_components/Content.py +++ b/dash_html_components/Content.py @@ -38,7 +38,7 @@ class Content(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Content' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Content, self).__init__(children=children, **args) diff --git a/dash_html_components/Data.py b/dash_html_components/Data.py index 4c04548d..c187167c 100644 --- a/dash_html_components/Data.py +++ b/dash_html_components/Data.py @@ -38,7 +38,7 @@ class Data(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Data' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Data, self).__init__(children=children, **args) diff --git a/dash_html_components/Datalist.py b/dash_html_components/Datalist.py index 0045fa60..da6ec5ba 100644 --- a/dash_html_components/Datalist.py +++ b/dash_html_components/Datalist.py @@ -38,7 +38,7 @@ class Datalist(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Datalist' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Datalist, self).__init__(children=children, **args) diff --git a/dash_html_components/Dd.py b/dash_html_components/Dd.py index 6ce43f34..ddf6d7f1 100644 --- a/dash_html_components/Dd.py +++ b/dash_html_components/Dd.py @@ -38,7 +38,7 @@ class Dd(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dd' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Dd, self).__init__(children=children, **args) diff --git a/dash_html_components/Del.py b/dash_html_components/Del.py index bfa53385..2c00d915 100644 --- a/dash_html_components/Del.py +++ b/dash_html_components/Del.py @@ -40,7 +40,7 @@ class Del(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, cite=None, dateTime=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, cite=None, dateTime=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Del' self._namespace = 'dash_html_components' @@ -51,11 +51,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Del, self).__init__(children=children, **args) diff --git a/dash_html_components/Details.py b/dash_html_components/Details.py index 3c8e45a5..4e345d7b 100644 --- a/dash_html_components/Details.py +++ b/dash_html_components/Details.py @@ -39,7 +39,7 @@ class Details(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, open=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, open=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'open', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Details' self._namespace = 'dash_html_components' @@ -50,11 +50,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Details, self).__init__(children=children, **args) diff --git a/dash_html_components/Dfn.py b/dash_html_components/Dfn.py index 2ff4abb9..5210049b 100644 --- a/dash_html_components/Dfn.py +++ b/dash_html_components/Dfn.py @@ -38,7 +38,7 @@ class Dfn(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dfn' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Dfn, self).__init__(children=children, **args) diff --git a/dash_html_components/Dialog.py b/dash_html_components/Dialog.py index e2bdf96d..ee9ac7f6 100644 --- a/dash_html_components/Dialog.py +++ b/dash_html_components/Dialog.py @@ -38,7 +38,7 @@ class Dialog(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dialog' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Dialog, self).__init__(children=children, **args) diff --git a/dash_html_components/Div.py b/dash_html_components/Div.py index e556ee70..9ac5efb6 100644 --- a/dash_html_components/Div.py +++ b/dash_html_components/Div.py @@ -38,7 +38,7 @@ class Div(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Div' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Div, self).__init__(children=children, **args) diff --git a/dash_html_components/Dl.py b/dash_html_components/Dl.py index e752be4c..46f58878 100644 --- a/dash_html_components/Dl.py +++ b/dash_html_components/Dl.py @@ -38,7 +38,7 @@ class Dl(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dl' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Dl, self).__init__(children=children, **args) diff --git a/dash_html_components/Dt.py b/dash_html_components/Dt.py index 0e0a927a..a76d0e2e 100644 --- a/dash_html_components/Dt.py +++ b/dash_html_components/Dt.py @@ -38,7 +38,7 @@ class Dt(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dt' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Dt, self).__init__(children=children, **args) diff --git a/dash_html_components/Element.py b/dash_html_components/Element.py index 13d2f348..14bfde75 100644 --- a/dash_html_components/Element.py +++ b/dash_html_components/Element.py @@ -38,7 +38,7 @@ class Element(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Element' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Element, self).__init__(children=children, **args) diff --git a/dash_html_components/Em.py b/dash_html_components/Em.py index e9d8f7f6..b9aad0d1 100644 --- a/dash_html_components/Em.py +++ b/dash_html_components/Em.py @@ -38,7 +38,7 @@ class Em(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Em' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Em, self).__init__(children=children, **args) diff --git a/dash_html_components/Embed.py b/dash_html_components/Embed.py index 47d1fc6b..f4b29fa2 100644 --- a/dash_html_components/Embed.py +++ b/dash_html_components/Embed.py @@ -42,7 +42,7 @@ class Embed(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, height=None, src=None, type=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, height=None, src=None, type=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'src', 'type', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Embed' self._namespace = 'dash_html_components' @@ -53,11 +53,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Embed, self).__init__(children=children, **args) diff --git a/dash_html_components/Fieldset.py b/dash_html_components/Fieldset.py index a13ef61d..e321f3b0 100644 --- a/dash_html_components/Fieldset.py +++ b/dash_html_components/Fieldset.py @@ -41,7 +41,7 @@ class Fieldset(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, disabled=None, form=None, name=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, disabled=None, form=None, name=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'form', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Fieldset' self._namespace = 'dash_html_components' @@ -52,11 +52,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Fieldset, self).__init__(children=children, **args) diff --git a/dash_html_components/Figcaption.py b/dash_html_components/Figcaption.py index 5fce316c..3ed36e9c 100644 --- a/dash_html_components/Figcaption.py +++ b/dash_html_components/Figcaption.py @@ -38,7 +38,7 @@ class Figcaption(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Figcaption' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Figcaption, self).__init__(children=children, **args) diff --git a/dash_html_components/Figure.py b/dash_html_components/Figure.py index bb16d108..4d04c281 100644 --- a/dash_html_components/Figure.py +++ b/dash_html_components/Figure.py @@ -38,7 +38,7 @@ class Figure(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Figure' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Figure, self).__init__(children=children, **args) diff --git a/dash_html_components/Font.py b/dash_html_components/Font.py index 40fa2d05..e63e4118 100644 --- a/dash_html_components/Font.py +++ b/dash_html_components/Font.py @@ -38,7 +38,7 @@ class Font(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Font' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Font, self).__init__(children=children, **args) diff --git a/dash_html_components/Footer.py b/dash_html_components/Footer.py index 8b16f818..1bd0b244 100644 --- a/dash_html_components/Footer.py +++ b/dash_html_components/Footer.py @@ -38,7 +38,7 @@ class Footer(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Footer' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Footer, self).__init__(children=children, **args) diff --git a/dash_html_components/Form.py b/dash_html_components/Form.py index e2773441..9c5877ca 100644 --- a/dash_html_components/Form.py +++ b/dash_html_components/Form.py @@ -47,7 +47,7 @@ class Form(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accept=None, acceptCharset=None, action=None, autoComplete=None, encType=None, method=None, name=None, noValidate=None, target=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accept=None, acceptCharset=None, action=None, autoComplete=None, encType=None, method=None, name=None, noValidate=None, target=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accept', 'acceptCharset', 'action', 'autoComplete', 'encType', 'method', 'name', 'noValidate', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Form' self._namespace = 'dash_html_components' @@ -58,11 +58,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Form, self).__init__(children=children, **args) diff --git a/dash_html_components/Frame.py b/dash_html_components/Frame.py index 59db5122..45e15e1b 100644 --- a/dash_html_components/Frame.py +++ b/dash_html_components/Frame.py @@ -38,7 +38,7 @@ class Frame(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Frame' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Frame, self).__init__(children=children, **args) diff --git a/dash_html_components/Frameset.py b/dash_html_components/Frameset.py index 79b72674..44ce7e58 100644 --- a/dash_html_components/Frameset.py +++ b/dash_html_components/Frameset.py @@ -38,7 +38,7 @@ class Frameset(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Frameset' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Frameset, self).__init__(children=children, **args) diff --git a/dash_html_components/H1.py b/dash_html_components/H1.py index dc221a22..f4958289 100644 --- a/dash_html_components/H1.py +++ b/dash_html_components/H1.py @@ -38,7 +38,7 @@ class H1(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H1' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(H1, self).__init__(children=children, **args) diff --git a/dash_html_components/H2.py b/dash_html_components/H2.py index 60f9ee5c..09e0880e 100644 --- a/dash_html_components/H2.py +++ b/dash_html_components/H2.py @@ -38,7 +38,7 @@ class H2(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H2' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(H2, self).__init__(children=children, **args) diff --git a/dash_html_components/H3.py b/dash_html_components/H3.py index 57a111a0..f7c6dee6 100644 --- a/dash_html_components/H3.py +++ b/dash_html_components/H3.py @@ -38,7 +38,7 @@ class H3(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H3' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(H3, self).__init__(children=children, **args) diff --git a/dash_html_components/H4.py b/dash_html_components/H4.py index aa1b01dc..ba052bdb 100644 --- a/dash_html_components/H4.py +++ b/dash_html_components/H4.py @@ -38,7 +38,7 @@ class H4(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H4' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(H4, self).__init__(children=children, **args) diff --git a/dash_html_components/H5.py b/dash_html_components/H5.py index 528102a5..9b7b2579 100644 --- a/dash_html_components/H5.py +++ b/dash_html_components/H5.py @@ -38,7 +38,7 @@ class H5(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H5' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(H5, self).__init__(children=children, **args) diff --git a/dash_html_components/H6.py b/dash_html_components/H6.py index 481a4692..ea7d3e8c 100644 --- a/dash_html_components/H6.py +++ b/dash_html_components/H6.py @@ -38,7 +38,7 @@ class H6(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H6' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(H6, self).__init__(children=children, **args) diff --git a/dash_html_components/Header.py b/dash_html_components/Header.py index 23606d70..662c9803 100644 --- a/dash_html_components/Header.py +++ b/dash_html_components/Header.py @@ -38,7 +38,7 @@ class Header(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Header' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Header, self).__init__(children=children, **args) diff --git a/dash_html_components/Hgroup.py b/dash_html_components/Hgroup.py index 2f0b3c1a..154fce18 100644 --- a/dash_html_components/Hgroup.py +++ b/dash_html_components/Hgroup.py @@ -38,7 +38,7 @@ class Hgroup(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Hgroup' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Hgroup, self).__init__(children=children, **args) diff --git a/dash_html_components/Hr.py b/dash_html_components/Hr.py index 7d71ac65..bc55d6f6 100644 --- a/dash_html_components/Hr.py +++ b/dash_html_components/Hr.py @@ -38,7 +38,7 @@ class Hr(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Hr' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Hr, self).__init__(children=children, **args) diff --git a/dash_html_components/I.py b/dash_html_components/I.py index e7452c8e..2407cbfa 100644 --- a/dash_html_components/I.py +++ b/dash_html_components/I.py @@ -38,7 +38,7 @@ class I(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'I' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(I, self).__init__(children=children, **args) diff --git a/dash_html_components/Iframe.py b/dash_html_components/Iframe.py index d82c8f7f..0bb8d24b 100644 --- a/dash_html_components/Iframe.py +++ b/dash_html_components/Iframe.py @@ -44,7 +44,7 @@ class Iframe(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, height=None, name=None, sandbox=None, src=None, srcDoc=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, height=None, name=None, sandbox=None, src=None, srcDoc=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'name', 'sandbox', 'src', 'srcDoc', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Iframe' self._namespace = 'dash_html_components' @@ -55,11 +55,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Iframe, self).__init__(children=children, **args) diff --git a/dash_html_components/Img.py b/dash_html_components/Img.py index 3267498f..7463eba5 100644 --- a/dash_html_components/Img.py +++ b/dash_html_components/Img.py @@ -46,7 +46,7 @@ class Img(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, alt=None, crossOrigin=None, height=None, sizes=None, src=None, srcSet=None, useMap=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, alt=None, crossOrigin=None, height=None, sizes=None, src=None, srcSet=None, useMap=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'alt', 'crossOrigin', 'height', 'sizes', 'src', 'srcSet', 'useMap', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Img' self._namespace = 'dash_html_components' @@ -57,11 +57,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Img, self).__init__(children=children, **args) diff --git a/dash_html_components/Ins.py b/dash_html_components/Ins.py index e18aba1b..375543b5 100644 --- a/dash_html_components/Ins.py +++ b/dash_html_components/Ins.py @@ -40,7 +40,7 @@ class Ins(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, cite=None, dateTime=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, cite=None, dateTime=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Ins' self._namespace = 'dash_html_components' @@ -51,11 +51,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Ins, self).__init__(children=children, **args) diff --git a/dash_html_components/Isindex.py b/dash_html_components/Isindex.py index ff00ed4b..7566b221 100644 --- a/dash_html_components/Isindex.py +++ b/dash_html_components/Isindex.py @@ -38,7 +38,7 @@ class Isindex(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Isindex' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Isindex, self).__init__(children=children, **args) diff --git a/dash_html_components/Kbd.py b/dash_html_components/Kbd.py index 81323f6d..4a082b5a 100644 --- a/dash_html_components/Kbd.py +++ b/dash_html_components/Kbd.py @@ -38,7 +38,7 @@ class Kbd(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Kbd' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Kbd, self).__init__(children=children, **args) diff --git a/dash_html_components/Keygen.py b/dash_html_components/Keygen.py index 29932dc5..95dbd786 100644 --- a/dash_html_components/Keygen.py +++ b/dash_html_components/Keygen.py @@ -44,7 +44,7 @@ class Keygen(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, autoFocus=None, challenge=None, disabled=None, form=None, keyType=None, name=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, autoFocus=None, challenge=None, disabled=None, form=None, keyType=None, name=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'challenge', 'disabled', 'form', 'keyType', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Keygen' self._namespace = 'dash_html_components' @@ -55,11 +55,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Keygen, self).__init__(children=children, **args) diff --git a/dash_html_components/Label.py b/dash_html_components/Label.py index fa23e633..c0ff9aa6 100644 --- a/dash_html_components/Label.py +++ b/dash_html_components/Label.py @@ -40,7 +40,7 @@ class Label(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, htmlFor=None, form=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, htmlFor=None, form=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'htmlFor', 'form', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Label' self._namespace = 'dash_html_components' @@ -51,11 +51,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Label, self).__init__(children=children, **args) diff --git a/dash_html_components/Legend.py b/dash_html_components/Legend.py index e24cb895..51ac5512 100644 --- a/dash_html_components/Legend.py +++ b/dash_html_components/Legend.py @@ -38,7 +38,7 @@ class Legend(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Legend' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Legend, self).__init__(children=children, **args) diff --git a/dash_html_components/Li.py b/dash_html_components/Li.py index 06d15c67..988beaf2 100644 --- a/dash_html_components/Li.py +++ b/dash_html_components/Li.py @@ -39,7 +39,7 @@ class Li(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Li' self._namespace = 'dash_html_components' @@ -50,11 +50,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Li, self).__init__(children=children, **args) diff --git a/dash_html_components/Link.py b/dash_html_components/Link.py index f15b5b99..37f35286 100644 --- a/dash_html_components/Link.py +++ b/dash_html_components/Link.py @@ -45,7 +45,7 @@ class Link(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, crossOrigin=None, href=None, hrefLang=None, integrity=None, media=None, rel=None, sizes=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, crossOrigin=None, href=None, hrefLang=None, integrity=None, media=None, rel=None, sizes=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'crossOrigin', 'href', 'hrefLang', 'integrity', 'media', 'rel', 'sizes', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Link' self._namespace = 'dash_html_components' @@ -56,11 +56,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Link, self).__init__(children=children, **args) diff --git a/dash_html_components/Listing.py b/dash_html_components/Listing.py index b5a1acbd..ea439e2f 100644 --- a/dash_html_components/Listing.py +++ b/dash_html_components/Listing.py @@ -38,7 +38,7 @@ class Listing(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Listing' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Listing, self).__init__(children=children, **args) diff --git a/dash_html_components/Main.py b/dash_html_components/Main.py index e669a2cc..e2b60f8c 100644 --- a/dash_html_components/Main.py +++ b/dash_html_components/Main.py @@ -38,7 +38,7 @@ class Main(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Main' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Main, self).__init__(children=children, **args) diff --git a/dash_html_components/MapEl.py b/dash_html_components/MapEl.py index 9472d3db..9a347217 100644 --- a/dash_html_components/MapEl.py +++ b/dash_html_components/MapEl.py @@ -39,7 +39,7 @@ class MapEl(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, name=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, name=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'MapEl' self._namespace = 'dash_html_components' @@ -50,11 +50,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(MapEl, self).__init__(children=children, **args) diff --git a/dash_html_components/Mark.py b/dash_html_components/Mark.py index c64956c1..190d99d6 100644 --- a/dash_html_components/Mark.py +++ b/dash_html_components/Mark.py @@ -38,7 +38,7 @@ class Mark(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Mark' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Mark, self).__init__(children=children, **args) diff --git a/dash_html_components/Marquee.py b/dash_html_components/Marquee.py index f6d36d3f..f663f1ee 100644 --- a/dash_html_components/Marquee.py +++ b/dash_html_components/Marquee.py @@ -39,7 +39,7 @@ class Marquee(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, loop=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, loop=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'loop', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Marquee' self._namespace = 'dash_html_components' @@ -50,11 +50,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Marquee, self).__init__(children=children, **args) diff --git a/dash_html_components/Meta.py b/dash_html_components/Meta.py index c6b30745..2bc9db6c 100644 --- a/dash_html_components/Meta.py +++ b/dash_html_components/Meta.py @@ -42,7 +42,7 @@ class Meta(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, charSet=None, content=None, httpEquiv=None, name=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, charSet=None, content=None, httpEquiv=None, name=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'charSet', 'content', 'httpEquiv', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Meta' self._namespace = 'dash_html_components' @@ -53,11 +53,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Meta, self).__init__(children=children, **args) diff --git a/dash_html_components/Meter.py b/dash_html_components/Meter.py index cd0e0f0a..cf9ef1cd 100644 --- a/dash_html_components/Meter.py +++ b/dash_html_components/Meter.py @@ -45,7 +45,7 @@ class Meter(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, form=None, high=None, low=None, max=None, min=None, optimum=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, form=None, high=None, low=None, max=None, min=None, optimum=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'high', 'low', 'max', 'min', 'optimum', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Meter' self._namespace = 'dash_html_components' @@ -56,11 +56,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Meter, self).__init__(children=children, **args) diff --git a/dash_html_components/Multicol.py b/dash_html_components/Multicol.py index 19581901..b3f1a68d 100644 --- a/dash_html_components/Multicol.py +++ b/dash_html_components/Multicol.py @@ -38,7 +38,7 @@ class Multicol(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Multicol' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Multicol, self).__init__(children=children, **args) diff --git a/dash_html_components/Nav.py b/dash_html_components/Nav.py index da17579e..d72d08d9 100644 --- a/dash_html_components/Nav.py +++ b/dash_html_components/Nav.py @@ -38,7 +38,7 @@ class Nav(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Nav' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Nav, self).__init__(children=children, **args) diff --git a/dash_html_components/Nextid.py b/dash_html_components/Nextid.py index 486250b8..3b9027d1 100644 --- a/dash_html_components/Nextid.py +++ b/dash_html_components/Nextid.py @@ -38,7 +38,7 @@ class Nextid(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Nextid' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Nextid, self).__init__(children=children, **args) diff --git a/dash_html_components/Nobr.py b/dash_html_components/Nobr.py index 03e264c6..2febf229 100644 --- a/dash_html_components/Nobr.py +++ b/dash_html_components/Nobr.py @@ -38,7 +38,7 @@ class Nobr(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Nobr' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Nobr, self).__init__(children=children, **args) diff --git a/dash_html_components/Noscript.py b/dash_html_components/Noscript.py index 70aec2d2..9200a79b 100644 --- a/dash_html_components/Noscript.py +++ b/dash_html_components/Noscript.py @@ -38,7 +38,7 @@ class Noscript(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Noscript' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Noscript, self).__init__(children=children, **args) diff --git a/dash_html_components/ObjectEl.py b/dash_html_components/ObjectEl.py index 64a6c455..81cdc8d7 100644 --- a/dash_html_components/ObjectEl.py +++ b/dash_html_components/ObjectEl.py @@ -44,7 +44,7 @@ class ObjectEl(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, form=None, height=None, name=None, type=None, useMap=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, form=None, height=None, name=None, type=None, useMap=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'height', 'name', 'type', 'useMap', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'ObjectEl' self._namespace = 'dash_html_components' @@ -55,11 +55,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(ObjectEl, self).__init__(children=children, **args) diff --git a/dash_html_components/Ol.py b/dash_html_components/Ol.py index 16689091..fd3202f1 100644 --- a/dash_html_components/Ol.py +++ b/dash_html_components/Ol.py @@ -40,7 +40,7 @@ class Ol(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, reversed=None, start=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, reversed=None, start=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'reversed', 'start', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Ol' self._namespace = 'dash_html_components' @@ -51,11 +51,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Ol, self).__init__(children=children, **args) diff --git a/dash_html_components/Optgroup.py b/dash_html_components/Optgroup.py index 9ec52895..600d0a54 100644 --- a/dash_html_components/Optgroup.py +++ b/dash_html_components/Optgroup.py @@ -39,7 +39,7 @@ class Optgroup(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, disabled=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, disabled=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Optgroup' self._namespace = 'dash_html_components' @@ -50,11 +50,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Optgroup, self).__init__(children=children, **args) diff --git a/dash_html_components/Option.py b/dash_html_components/Option.py index 5207baec..04366a18 100644 --- a/dash_html_components/Option.py +++ b/dash_html_components/Option.py @@ -41,7 +41,7 @@ class Option(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, disabled=None, selected=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, disabled=None, selected=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'selected', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Option' self._namespace = 'dash_html_components' @@ -52,11 +52,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Option, self).__init__(children=children, **args) diff --git a/dash_html_components/Output.py b/dash_html_components/Output.py index cafaf751..256164a0 100644 --- a/dash_html_components/Output.py +++ b/dash_html_components/Output.py @@ -41,7 +41,7 @@ class Output(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, htmlFor=None, form=None, name=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, htmlFor=None, form=None, name=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'htmlFor', 'form', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Output' self._namespace = 'dash_html_components' @@ -52,11 +52,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Output, self).__init__(children=children, **args) diff --git a/dash_html_components/P.py b/dash_html_components/P.py index b7c69463..7cfdb7af 100644 --- a/dash_html_components/P.py +++ b/dash_html_components/P.py @@ -38,7 +38,7 @@ class P(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'P' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(P, self).__init__(children=children, **args) diff --git a/dash_html_components/Param.py b/dash_html_components/Param.py index f7b19baa..c5c67882 100644 --- a/dash_html_components/Param.py +++ b/dash_html_components/Param.py @@ -40,7 +40,7 @@ class Param(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, name=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, name=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'name', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Param' self._namespace = 'dash_html_components' @@ -51,11 +51,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Param, self).__init__(children=children, **args) diff --git a/dash_html_components/Picture.py b/dash_html_components/Picture.py index 0103c9b7..1afd0cae 100644 --- a/dash_html_components/Picture.py +++ b/dash_html_components/Picture.py @@ -38,7 +38,7 @@ class Picture(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Picture' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Picture, self).__init__(children=children, **args) diff --git a/dash_html_components/Plaintext.py b/dash_html_components/Plaintext.py index e3ef3e73..29c3feea 100644 --- a/dash_html_components/Plaintext.py +++ b/dash_html_components/Plaintext.py @@ -38,7 +38,7 @@ class Plaintext(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Plaintext' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Plaintext, self).__init__(children=children, **args) diff --git a/dash_html_components/Pre.py b/dash_html_components/Pre.py index 418f6b6a..b15badbc 100644 --- a/dash_html_components/Pre.py +++ b/dash_html_components/Pre.py @@ -38,7 +38,7 @@ class Pre(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Pre' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Pre, self).__init__(children=children, **args) diff --git a/dash_html_components/Progress.py b/dash_html_components/Progress.py index 9a06244b..f19a9aa9 100644 --- a/dash_html_components/Progress.py +++ b/dash_html_components/Progress.py @@ -41,7 +41,7 @@ class Progress(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, form=None, max=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, form=None, max=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'max', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Progress' self._namespace = 'dash_html_components' @@ -52,11 +52,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Progress, self).__init__(children=children, **args) diff --git a/dash_html_components/Q.py b/dash_html_components/Q.py index 21fd0d44..2e144cb7 100644 --- a/dash_html_components/Q.py +++ b/dash_html_components/Q.py @@ -39,7 +39,7 @@ class Q(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, cite=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, cite=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Q' self._namespace = 'dash_html_components' @@ -50,11 +50,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Q, self).__init__(children=children, **args) diff --git a/dash_html_components/Rp.py b/dash_html_components/Rp.py index f27fad17..72e8292f 100644 --- a/dash_html_components/Rp.py +++ b/dash_html_components/Rp.py @@ -38,7 +38,7 @@ class Rp(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Rp' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Rp, self).__init__(children=children, **args) diff --git a/dash_html_components/Rt.py b/dash_html_components/Rt.py index c9f6b27d..fe3f9ca2 100644 --- a/dash_html_components/Rt.py +++ b/dash_html_components/Rt.py @@ -38,7 +38,7 @@ class Rt(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Rt' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Rt, self).__init__(children=children, **args) diff --git a/dash_html_components/Rtc.py b/dash_html_components/Rtc.py index 719a02fa..6426ba81 100644 --- a/dash_html_components/Rtc.py +++ b/dash_html_components/Rtc.py @@ -38,7 +38,7 @@ class Rtc(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Rtc' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Rtc, self).__init__(children=children, **args) diff --git a/dash_html_components/Ruby.py b/dash_html_components/Ruby.py index d0e411f0..08ecfe5f 100644 --- a/dash_html_components/Ruby.py +++ b/dash_html_components/Ruby.py @@ -38,7 +38,7 @@ class Ruby(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Ruby' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Ruby, self).__init__(children=children, **args) diff --git a/dash_html_components/S.py b/dash_html_components/S.py index 455154dd..13191e29 100644 --- a/dash_html_components/S.py +++ b/dash_html_components/S.py @@ -38,7 +38,7 @@ class S(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'S' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(S, self).__init__(children=children, **args) diff --git a/dash_html_components/Samp.py b/dash_html_components/Samp.py index 397cfb5f..05ced44d 100644 --- a/dash_html_components/Samp.py +++ b/dash_html_components/Samp.py @@ -38,7 +38,7 @@ class Samp(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Samp' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Samp, self).__init__(children=children, **args) diff --git a/dash_html_components/Script.py b/dash_html_components/Script.py index 514f0941..16aca6e3 100644 --- a/dash_html_components/Script.py +++ b/dash_html_components/Script.py @@ -45,7 +45,7 @@ class Script(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, async=None, charSet=None, crossOrigin=None, defer=None, integrity=None, src=None, type=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, async=None, charSet=None, crossOrigin=None, defer=None, integrity=None, src=None, type=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'async', 'charSet', 'crossOrigin', 'defer', 'integrity', 'src', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Script' self._namespace = 'dash_html_components' @@ -56,11 +56,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Script, self).__init__(children=children, **args) diff --git a/dash_html_components/Section.py b/dash_html_components/Section.py index e3e6a68f..a3699469 100644 --- a/dash_html_components/Section.py +++ b/dash_html_components/Section.py @@ -38,7 +38,7 @@ class Section(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Section' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Section, self).__init__(children=children, **args) diff --git a/dash_html_components/Select.py b/dash_html_components/Select.py index 8a6e4700..26976b03 100644 --- a/dash_html_components/Select.py +++ b/dash_html_components/Select.py @@ -45,7 +45,7 @@ class Select(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, autoFocus=None, disabled=None, form=None, multiple=None, name=None, required=None, size=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, autoFocus=None, disabled=None, form=None, multiple=None, name=None, required=None, size=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'disabled', 'form', 'multiple', 'name', 'required', 'size', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Select' self._namespace = 'dash_html_components' @@ -56,11 +56,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Select, self).__init__(children=children, **args) diff --git a/dash_html_components/Shadow.py b/dash_html_components/Shadow.py index 87eb82d9..0d88640d 100644 --- a/dash_html_components/Shadow.py +++ b/dash_html_components/Shadow.py @@ -38,7 +38,7 @@ class Shadow(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Shadow' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Shadow, self).__init__(children=children, **args) diff --git a/dash_html_components/Slot.py b/dash_html_components/Slot.py index f6afaa71..f93479d9 100644 --- a/dash_html_components/Slot.py +++ b/dash_html_components/Slot.py @@ -38,7 +38,7 @@ class Slot(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Slot' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Slot, self).__init__(children=children, **args) diff --git a/dash_html_components/Small.py b/dash_html_components/Small.py index 130eb61e..a09ad903 100644 --- a/dash_html_components/Small.py +++ b/dash_html_components/Small.py @@ -38,7 +38,7 @@ class Small(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Small' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Small, self).__init__(children=children, **args) diff --git a/dash_html_components/Source.py b/dash_html_components/Source.py index 2ca9a390..be0afed5 100644 --- a/dash_html_components/Source.py +++ b/dash_html_components/Source.py @@ -42,7 +42,7 @@ class Source(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, media=None, sizes=None, src=None, type=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, media=None, sizes=None, src=None, type=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'media', 'sizes', 'src', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Source' self._namespace = 'dash_html_components' @@ -53,11 +53,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Source, self).__init__(children=children, **args) diff --git a/dash_html_components/Spacer.py b/dash_html_components/Spacer.py index b2ac0f0d..cc7d9e8b 100644 --- a/dash_html_components/Spacer.py +++ b/dash_html_components/Spacer.py @@ -38,7 +38,7 @@ class Spacer(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Spacer' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Spacer, self).__init__(children=children, **args) diff --git a/dash_html_components/Span.py b/dash_html_components/Span.py index 9b51e377..53ed57ed 100644 --- a/dash_html_components/Span.py +++ b/dash_html_components/Span.py @@ -38,7 +38,7 @@ class Span(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Span' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Span, self).__init__(children=children, **args) diff --git a/dash_html_components/Strike.py b/dash_html_components/Strike.py index ec3f84ea..404447f0 100644 --- a/dash_html_components/Strike.py +++ b/dash_html_components/Strike.py @@ -38,7 +38,7 @@ class Strike(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Strike' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Strike, self).__init__(children=children, **args) diff --git a/dash_html_components/Strong.py b/dash_html_components/Strong.py index 2e0b77e9..b1b411f1 100644 --- a/dash_html_components/Strong.py +++ b/dash_html_components/Strong.py @@ -38,7 +38,7 @@ class Strong(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Strong' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Strong, self).__init__(children=children, **args) diff --git a/dash_html_components/Sub.py b/dash_html_components/Sub.py index 6f27cc22..360ee4dd 100644 --- a/dash_html_components/Sub.py +++ b/dash_html_components/Sub.py @@ -38,7 +38,7 @@ class Sub(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Sub' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Sub, self).__init__(children=children, **args) diff --git a/dash_html_components/Summary.py b/dash_html_components/Summary.py index 8c7cfde0..7bd1885e 100644 --- a/dash_html_components/Summary.py +++ b/dash_html_components/Summary.py @@ -38,7 +38,7 @@ class Summary(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Summary' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Summary, self).__init__(children=children, **args) diff --git a/dash_html_components/Sup.py b/dash_html_components/Sup.py index adfbe238..c8f1b101 100644 --- a/dash_html_components/Sup.py +++ b/dash_html_components/Sup.py @@ -38,7 +38,7 @@ class Sup(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Sup' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Sup, self).__init__(children=children, **args) diff --git a/dash_html_components/Table.py b/dash_html_components/Table.py index d1a0124b..1cac341d 100644 --- a/dash_html_components/Table.py +++ b/dash_html_components/Table.py @@ -39,7 +39,7 @@ class Table(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, summary=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, summary=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'summary', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Table' self._namespace = 'dash_html_components' @@ -50,11 +50,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Table, self).__init__(children=children, **args) diff --git a/dash_html_components/Tbody.py b/dash_html_components/Tbody.py index 2d8f424f..b3e890e2 100644 --- a/dash_html_components/Tbody.py +++ b/dash_html_components/Tbody.py @@ -38,7 +38,7 @@ class Tbody(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Tbody' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Tbody, self).__init__(children=children, **args) diff --git a/dash_html_components/Td.py b/dash_html_components/Td.py index 4e8784a4..e702a031 100644 --- a/dash_html_components/Td.py +++ b/dash_html_components/Td.py @@ -41,7 +41,7 @@ class Td(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, colSpan=None, headers=None, rowSpan=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, colSpan=None, headers=None, rowSpan=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'colSpan', 'headers', 'rowSpan', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Td' self._namespace = 'dash_html_components' @@ -52,11 +52,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Td, self).__init__(children=children, **args) diff --git a/dash_html_components/Template.py b/dash_html_components/Template.py index 1f6f1cdc..0575aec7 100644 --- a/dash_html_components/Template.py +++ b/dash_html_components/Template.py @@ -38,7 +38,7 @@ class Template(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Template' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Template, self).__init__(children=children, **args) diff --git a/dash_html_components/Textarea.py b/dash_html_components/Textarea.py index 2ca6e9da..9e0bc6aa 100644 --- a/dash_html_components/Textarea.py +++ b/dash_html_components/Textarea.py @@ -51,7 +51,7 @@ class Textarea(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, autoComplete=None, autoFocus=None, cols=None, disabled=None, form=None, maxLength=None, minLength=None, name=None, placeholder=None, readOnly=None, required=None, rows=None, wrap=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, autoComplete=None, autoFocus=None, cols=None, disabled=None, form=None, maxLength=None, minLength=None, name=None, placeholder=None, readOnly=None, required=None, rows=None, wrap=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoComplete', 'autoFocus', 'cols', 'disabled', 'form', 'maxLength', 'minLength', 'name', 'placeholder', 'readOnly', 'required', 'rows', 'wrap', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Textarea' self._namespace = 'dash_html_components' @@ -62,11 +62,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Textarea, self).__init__(children=children, **args) diff --git a/dash_html_components/Tfoot.py b/dash_html_components/Tfoot.py index fa1aaf47..0fa311f9 100644 --- a/dash_html_components/Tfoot.py +++ b/dash_html_components/Tfoot.py @@ -38,7 +38,7 @@ class Tfoot(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Tfoot' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Tfoot, self).__init__(children=children, **args) diff --git a/dash_html_components/Th.py b/dash_html_components/Th.py index 7abcaa38..2c95e57d 100644 --- a/dash_html_components/Th.py +++ b/dash_html_components/Th.py @@ -42,7 +42,7 @@ class Th(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, colSpan=None, headers=None, rowSpan=None, scope=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, colSpan=None, headers=None, rowSpan=None, scope=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'colSpan', 'headers', 'rowSpan', 'scope', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Th' self._namespace = 'dash_html_components' @@ -53,11 +53,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Th, self).__init__(children=children, **args) diff --git a/dash_html_components/Thead.py b/dash_html_components/Thead.py index aaaf2c79..887bd13d 100644 --- a/dash_html_components/Thead.py +++ b/dash_html_components/Thead.py @@ -38,7 +38,7 @@ class Thead(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Thead' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Thead, self).__init__(children=children, **args) diff --git a/dash_html_components/Time.py b/dash_html_components/Time.py index 5db194d6..f646b443 100644 --- a/dash_html_components/Time.py +++ b/dash_html_components/Time.py @@ -39,7 +39,7 @@ class Time(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, dateTime=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, dateTime=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Time' self._namespace = 'dash_html_components' @@ -50,11 +50,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Time, self).__init__(children=children, **args) diff --git a/dash_html_components/Title.py b/dash_html_components/Title.py index 809fced3..0788efe5 100644 --- a/dash_html_components/Title.py +++ b/dash_html_components/Title.py @@ -38,7 +38,7 @@ class Title(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Title' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Title, self).__init__(children=children, **args) diff --git a/dash_html_components/Tr.py b/dash_html_components/Tr.py index 8252729b..069de73d 100644 --- a/dash_html_components/Tr.py +++ b/dash_html_components/Tr.py @@ -38,7 +38,7 @@ class Tr(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Tr' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Tr, self).__init__(children=children, **args) diff --git a/dash_html_components/Track.py b/dash_html_components/Track.py index 41c13d32..af15a914 100644 --- a/dash_html_components/Track.py +++ b/dash_html_components/Track.py @@ -43,7 +43,7 @@ class Track(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, default=None, kind=None, label=None, src=None, srcLang=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, default=None, kind=None, label=None, src=None, srcLang=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'default', 'kind', 'label', 'src', 'srcLang', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Track' self._namespace = 'dash_html_components' @@ -54,11 +54,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Track, self).__init__(children=children, **args) diff --git a/dash_html_components/U.py b/dash_html_components/U.py index 9fd52328..2ffa471b 100644 --- a/dash_html_components/U.py +++ b/dash_html_components/U.py @@ -38,7 +38,7 @@ class U(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'U' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(U, self).__init__(children=children, **args) diff --git a/dash_html_components/Ul.py b/dash_html_components/Ul.py index 2817d293..44d2acc2 100644 --- a/dash_html_components/Ul.py +++ b/dash_html_components/Ul.py @@ -38,7 +38,7 @@ class Ul(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Ul' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Ul, self).__init__(children=children, **args) diff --git a/dash_html_components/Var.py b/dash_html_components/Var.py index b1156831..7ad5cc47 100644 --- a/dash_html_components/Var.py +++ b/dash_html_components/Var.py @@ -38,7 +38,7 @@ class Var(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Var' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Var, self).__init__(children=children, **args) diff --git a/dash_html_components/Video.py b/dash_html_components/Video.py index 8d2b56e9..c75d89ac 100644 --- a/dash_html_components/Video.py +++ b/dash_html_components/Video.py @@ -48,7 +48,7 @@ class Video(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, autoPlay=None, controls=None, crossOrigin=None, height=None, loop=None, muted=None, poster=None, preload=None, src=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, autoPlay=None, controls=None, crossOrigin=None, height=None, loop=None, muted=None, poster=None, preload=None, src=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoPlay', 'controls', 'crossOrigin', 'height', 'loop', 'muted', 'poster', 'preload', 'src', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Video' self._namespace = 'dash_html_components' @@ -59,11 +59,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Video, self).__init__(children=children, **args) diff --git a/dash_html_components/Wbr.py b/dash_html_components/Wbr.py index 6eb0c503..0cb38de4 100644 --- a/dash_html_components/Wbr.py +++ b/dash_html_components/Wbr.py @@ -38,7 +38,7 @@ class Wbr(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Wbr' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Wbr, self).__init__(children=children, **args) diff --git a/dash_html_components/Xmp.py b/dash_html_components/Xmp.py index 3e40288f..2271b516 100644 --- a/dash_html_components/Xmp.py +++ b/dash_html_components/Xmp.py @@ -38,7 +38,7 @@ class Xmp(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=None, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Xmp' self._namespace = 'dash_html_components' @@ -49,11 +49,12 @@ def __init__(self, children=None, id=None, n_clicks=None, n_clicks_timestamp=Non _explicit_args = kwargs.pop('_explicit_args') _locals = locals() - _locals.update(kwargs) # For wildcard attrs - args = {k: _locals[k] for k in _explicit_args if k != 'children'} + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith("-*")} + args.update(kwargs) for k in []: - if k not in args: + if k not in _explicit_args: raise TypeError( 'Required argument `' + k + '` was not specified.') super(Xmp, self).__init__(children=children, **args) diff --git a/tests/test_dash_html_components.py b/tests/test_dash_html_components.py index 0795ea70..7fd7c40e 100644 --- a/tests/test_dash_html_components.py +++ b/tests/test_dash_html_components.py @@ -30,10 +30,10 @@ def test_sample_items(self): self.assertEqual( repr(layout), - ''.join([ - "Div(children=Div(Img(src='https://plot.ly/~chris/1638.png')), " - "style={'color': 'red'})" - ]) + """Div(children=Div(children=Img(n_clicks=0, n_clicks_timestamp=-1, + src='https://plot.ly/~chris/1638.png'), n_clicks=0, + n_clicks_timestamp=-1), n_clicks=0, n_clicks_timestamp=-1, + style={'color': 'red'})""".replace(' ', '').replace('\n', '') ) self.assertEqual( From 854896e56eade4261f6a9ea20094728ba6ccaeef Mon Sep 17 00:00:00 2001 From: Ryan Marren Date: Thu, 12 Jul 2018 23:52:08 -0400 Subject: [PATCH 10/11] Improved default arguments --- dash_html_components/A.py | 6 +- dash_html_components/Abbr.py | 6 +- dash_html_components/Acronym.py | 6 +- dash_html_components/Address.py | 6 +- dash_html_components/Area.py | 6 +- dash_html_components/Article.py | 6 +- dash_html_components/Aside.py | 6 +- dash_html_components/Audio.py | 6 +- dash_html_components/B.py | 6 +- dash_html_components/Base.py | 6 +- dash_html_components/Basefont.py | 6 +- dash_html_components/Bdi.py | 6 +- dash_html_components/Bdo.py | 6 +- dash_html_components/Big.py | 6 +- dash_html_components/Blink.py | 6 +- dash_html_components/Blockquote.py | 6 +- dash_html_components/Br.py | 6 +- dash_html_components/Button.py | 6 +- dash_html_components/Canvas.py | 6 +- dash_html_components/Caption.py | 6 +- dash_html_components/Center.py | 6 +- dash_html_components/Cite.py | 6 +- dash_html_components/Code.py | 6 +- dash_html_components/Col.py | 6 +- dash_html_components/Colgroup.py | 6 +- dash_html_components/Command.py | 6 +- dash_html_components/Content.py | 6 +- dash_html_components/Data.py | 6 +- dash_html_components/Datalist.py | 6 +- dash_html_components/Dd.py | 6 +- dash_html_components/Del.py | 6 +- dash_html_components/Details.py | 6 +- dash_html_components/Dfn.py | 6 +- dash_html_components/Dialog.py | 6 +- dash_html_components/Div.py | 6 +- dash_html_components/Dl.py | 6 +- dash_html_components/Dt.py | 6 +- dash_html_components/Element.py | 6 +- dash_html_components/Em.py | 6 +- dash_html_components/Embed.py | 6 +- dash_html_components/Fieldset.py | 6 +- dash_html_components/Figcaption.py | 6 +- dash_html_components/Figure.py | 6 +- dash_html_components/Font.py | 6 +- dash_html_components/Footer.py | 6 +- dash_html_components/Form.py | 6 +- dash_html_components/Frame.py | 6 +- dash_html_components/Frameset.py | 6 +- dash_html_components/H1.py | 6 +- dash_html_components/H2.py | 6 +- dash_html_components/H3.py | 6 +- dash_html_components/H4.py | 6 +- dash_html_components/H5.py | 6 +- dash_html_components/H6.py | 6 +- dash_html_components/Header.py | 6 +- dash_html_components/Hgroup.py | 6 +- dash_html_components/Hr.py | 6 +- dash_html_components/I.py | 6 +- dash_html_components/Iframe.py | 6 +- dash_html_components/Img.py | 6 +- dash_html_components/Ins.py | 6 +- dash_html_components/Isindex.py | 6 +- dash_html_components/Kbd.py | 6 +- dash_html_components/Keygen.py | 6 +- dash_html_components/Label.py | 6 +- dash_html_components/Legend.py | 6 +- dash_html_components/Li.py | 6 +- dash_html_components/Link.py | 6 +- dash_html_components/Listing.py | 6 +- dash_html_components/Main.py | 6 +- dash_html_components/MapEl.py | 6 +- dash_html_components/Mark.py | 6 +- dash_html_components/Marquee.py | 6 +- dash_html_components/Meta.py | 6 +- dash_html_components/Meter.py | 6 +- dash_html_components/Multicol.py | 6 +- dash_html_components/Nav.py | 6 +- dash_html_components/Nextid.py | 6 +- dash_html_components/Nobr.py | 6 +- dash_html_components/Noscript.py | 6 +- dash_html_components/ObjectEl.py | 6 +- dash_html_components/Ol.py | 6 +- dash_html_components/Optgroup.py | 6 +- dash_html_components/Option.py | 6 +- dash_html_components/Output.py | 6 +- dash_html_components/P.py | 6 +- dash_html_components/Param.py | 6 +- dash_html_components/Picture.py | 6 +- dash_html_components/Plaintext.py | 6 +- dash_html_components/Pre.py | 6 +- dash_html_components/Progress.py | 6 +- dash_html_components/Q.py | 6 +- dash_html_components/Rb.py | 83 + dash_html_components/Rp.py | 6 +- dash_html_components/Rt.py | 6 +- dash_html_components/Rtc.py | 6 +- dash_html_components/Ruby.py | 6 +- dash_html_components/S.py | 6 +- dash_html_components/Samp.py | 6 +- dash_html_components/Script.py | 6 +- dash_html_components/Section.py | 6 +- dash_html_components/Select.py | 6 +- dash_html_components/Shadow.py | 6 +- dash_html_components/Slot.py | 6 +- dash_html_components/Small.py | 6 +- dash_html_components/Source.py | 6 +- dash_html_components/Spacer.py | 6 +- dash_html_components/Span.py | 6 +- dash_html_components/Strike.py | 6 +- dash_html_components/Strong.py | 6 +- dash_html_components/Sub.py | 6 +- dash_html_components/Summary.py | 6 +- dash_html_components/Sup.py | 6 +- dash_html_components/Table.py | 6 +- dash_html_components/Tbody.py | 6 +- dash_html_components/Td.py | 6 +- dash_html_components/Template.py | 6 +- dash_html_components/Textarea.py | 6 +- dash_html_components/Tfoot.py | 6 +- dash_html_components/Th.py | 6 +- dash_html_components/Thead.py | 6 +- dash_html_components/Time.py | 6 +- dash_html_components/Title.py | 6 +- dash_html_components/Tr.py | 6 +- dash_html_components/Track.py | 6 +- dash_html_components/U.py | 6 +- dash_html_components/Ul.py | 6 +- dash_html_components/Var.py | 6 +- dash_html_components/Video.py | 6 +- dash_html_components/Wbr.py | 6 +- dash_html_components/Xmp.py | 6 +- dash_html_components/_imports_.py | 2 + dash_html_components/bundle.js | 12 +- dash_html_components/metadata.json | 9431 ++++++++++++---------------- requirements.txt | 1 + scripts/data/elements.txt | 1 + src/components/Rb.react.js | 147 + src/index.js | 2 + 138 files changed, 4500 insertions(+), 5959 deletions(-) create mode 100644 dash_html_components/Rb.py create mode 100644 src/components/Rb.react.js diff --git a/dash_html_components/A.py b/dash_html_components/A.py index 6c45ced6..d178d1b8 100644 --- a/dash_html_components/A.py +++ b/dash_html_components/A.py @@ -45,7 +45,7 @@ class A(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, download=None, href=None, hrefLang=None, media=None, rel=None, shape=None, target=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, download=Component._NO_DEFAULT_ARG, href=Component._NO_DEFAULT_ARG, hrefLang=Component._NO_DEFAULT_ARG, media=Component._NO_DEFAULT_ARG, rel=Component._NO_DEFAULT_ARG, shape=Component._NO_DEFAULT_ARG, target=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'download', 'href', 'hrefLang', 'media', 'rel', 'shape', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'A' self._namespace = 'dash_html_components' @@ -57,8 +57,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Abbr.py b/dash_html_components/Abbr.py index 600566fe..d4bf288e 100644 --- a/dash_html_components/Abbr.py +++ b/dash_html_components/Abbr.py @@ -38,7 +38,7 @@ class Abbr(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Abbr' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Acronym.py b/dash_html_components/Acronym.py index 46bc8af2..e5e1d897 100644 --- a/dash_html_components/Acronym.py +++ b/dash_html_components/Acronym.py @@ -38,7 +38,7 @@ class Acronym(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Acronym' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Address.py b/dash_html_components/Address.py index 99a29d05..b70d04c9 100644 --- a/dash_html_components/Address.py +++ b/dash_html_components/Address.py @@ -38,7 +38,7 @@ class Address(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Address' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Area.py b/dash_html_components/Area.py index f1bb880d..23b1f117 100644 --- a/dash_html_components/Area.py +++ b/dash_html_components/Area.py @@ -47,7 +47,7 @@ class Area(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, alt=None, coords=None, download=None, href=None, hrefLang=None, media=None, rel=None, shape=None, target=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, alt=Component._NO_DEFAULT_ARG, coords=Component._NO_DEFAULT_ARG, download=Component._NO_DEFAULT_ARG, href=Component._NO_DEFAULT_ARG, hrefLang=Component._NO_DEFAULT_ARG, media=Component._NO_DEFAULT_ARG, rel=Component._NO_DEFAULT_ARG, shape=Component._NO_DEFAULT_ARG, target=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'alt', 'coords', 'download', 'href', 'hrefLang', 'media', 'rel', 'shape', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Area' self._namespace = 'dash_html_components' @@ -59,8 +59,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Article.py b/dash_html_components/Article.py index ff476d24..ec8b29c4 100644 --- a/dash_html_components/Article.py +++ b/dash_html_components/Article.py @@ -38,7 +38,7 @@ class Article(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Article' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Aside.py b/dash_html_components/Aside.py index e9dd90ee..feebbef1 100644 --- a/dash_html_components/Aside.py +++ b/dash_html_components/Aside.py @@ -38,7 +38,7 @@ class Aside(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Aside' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Audio.py b/dash_html_components/Audio.py index 16f4e2df..09f6d420 100644 --- a/dash_html_components/Audio.py +++ b/dash_html_components/Audio.py @@ -45,7 +45,7 @@ class Audio(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, autoPlay=None, controls=None, crossOrigin=None, loop=None, muted=None, preload=None, src=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, autoPlay=Component._NO_DEFAULT_ARG, controls=Component._NO_DEFAULT_ARG, crossOrigin=Component._NO_DEFAULT_ARG, loop=Component._NO_DEFAULT_ARG, muted=Component._NO_DEFAULT_ARG, preload=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoPlay', 'controls', 'crossOrigin', 'loop', 'muted', 'preload', 'src', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Audio' self._namespace = 'dash_html_components' @@ -57,8 +57,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/B.py b/dash_html_components/B.py index e72d7792..c36ca612 100644 --- a/dash_html_components/B.py +++ b/dash_html_components/B.py @@ -38,7 +38,7 @@ class B(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'B' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Base.py b/dash_html_components/Base.py index b40d7f1e..c3fa3de8 100644 --- a/dash_html_components/Base.py +++ b/dash_html_components/Base.py @@ -40,7 +40,7 @@ class Base(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, href=None, target=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, href=Component._NO_DEFAULT_ARG, target=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'href', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Base' self._namespace = 'dash_html_components' @@ -52,8 +52,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Basefont.py b/dash_html_components/Basefont.py index 6d32ad82..6b89127a 100644 --- a/dash_html_components/Basefont.py +++ b/dash_html_components/Basefont.py @@ -38,7 +38,7 @@ class Basefont(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Basefont' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Bdi.py b/dash_html_components/Bdi.py index fe0c9556..df347a24 100644 --- a/dash_html_components/Bdi.py +++ b/dash_html_components/Bdi.py @@ -38,7 +38,7 @@ class Bdi(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Bdi' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Bdo.py b/dash_html_components/Bdo.py index d7f4b871..2b7bd74c 100644 --- a/dash_html_components/Bdo.py +++ b/dash_html_components/Bdo.py @@ -38,7 +38,7 @@ class Bdo(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Bdo' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Big.py b/dash_html_components/Big.py index a9f45bf5..b5aedafe 100644 --- a/dash_html_components/Big.py +++ b/dash_html_components/Big.py @@ -38,7 +38,7 @@ class Big(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Big' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Blink.py b/dash_html_components/Blink.py index bce77404..0ebd79b7 100644 --- a/dash_html_components/Blink.py +++ b/dash_html_components/Blink.py @@ -38,7 +38,7 @@ class Blink(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Blink' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Blockquote.py b/dash_html_components/Blockquote.py index 7ee7ea56..f5a1e5a2 100644 --- a/dash_html_components/Blockquote.py +++ b/dash_html_components/Blockquote.py @@ -39,7 +39,7 @@ class Blockquote(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, cite=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, cite=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Blockquote' self._namespace = 'dash_html_components' @@ -51,8 +51,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Br.py b/dash_html_components/Br.py index 88e7e2ac..730f8641 100644 --- a/dash_html_components/Br.py +++ b/dash_html_components/Br.py @@ -38,7 +38,7 @@ class Br(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Br' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Button.py b/dash_html_components/Button.py index 3481a5b0..5a413ee7 100644 --- a/dash_html_components/Button.py +++ b/dash_html_components/Button.py @@ -45,7 +45,7 @@ class Button(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, autoFocus=None, disabled=None, form=None, formAction=None, name=None, type=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, autoFocus=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, formAction=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, type=Component._NO_DEFAULT_ARG, value=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'disabled', 'form', 'formAction', 'name', 'type', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Button' self._namespace = 'dash_html_components' @@ -57,8 +57,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Canvas.py b/dash_html_components/Canvas.py index c3866e9b..91d60562 100644 --- a/dash_html_components/Canvas.py +++ b/dash_html_components/Canvas.py @@ -40,7 +40,7 @@ class Canvas(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, height=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, height=Component._NO_DEFAULT_ARG, width=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Canvas' self._namespace = 'dash_html_components' @@ -52,8 +52,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Caption.py b/dash_html_components/Caption.py index 8befadcd..105fb790 100644 --- a/dash_html_components/Caption.py +++ b/dash_html_components/Caption.py @@ -38,7 +38,7 @@ class Caption(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Caption' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Center.py b/dash_html_components/Center.py index b721f1f7..68340118 100644 --- a/dash_html_components/Center.py +++ b/dash_html_components/Center.py @@ -38,7 +38,7 @@ class Center(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Center' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Cite.py b/dash_html_components/Cite.py index 9a245680..933e5ed9 100644 --- a/dash_html_components/Cite.py +++ b/dash_html_components/Cite.py @@ -38,7 +38,7 @@ class Cite(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Cite' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Code.py b/dash_html_components/Code.py index 71dbf953..dbc07685 100644 --- a/dash_html_components/Code.py +++ b/dash_html_components/Code.py @@ -38,7 +38,7 @@ class Code(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Code' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Col.py b/dash_html_components/Col.py index a9ae61b7..f95bfc40 100644 --- a/dash_html_components/Col.py +++ b/dash_html_components/Col.py @@ -39,7 +39,7 @@ class Col(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, span=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, span=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'span', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Col' self._namespace = 'dash_html_components' @@ -51,8 +51,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Colgroup.py b/dash_html_components/Colgroup.py index be520236..640b14d4 100644 --- a/dash_html_components/Colgroup.py +++ b/dash_html_components/Colgroup.py @@ -39,7 +39,7 @@ class Colgroup(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, span=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, span=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'span', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Colgroup' self._namespace = 'dash_html_components' @@ -51,8 +51,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Command.py b/dash_html_components/Command.py index 63454e62..c3a68c84 100644 --- a/dash_html_components/Command.py +++ b/dash_html_components/Command.py @@ -43,7 +43,7 @@ class Command(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, checked=None, disabled=None, icon=None, radioGroup=None, type=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, checked=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, icon=Component._NO_DEFAULT_ARG, radioGroup=Component._NO_DEFAULT_ARG, type=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'checked', 'disabled', 'icon', 'radioGroup', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Command' self._namespace = 'dash_html_components' @@ -55,8 +55,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Content.py b/dash_html_components/Content.py index 1083bef5..79ce5fbd 100644 --- a/dash_html_components/Content.py +++ b/dash_html_components/Content.py @@ -38,7 +38,7 @@ class Content(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Content' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Data.py b/dash_html_components/Data.py index c187167c..53e3e18a 100644 --- a/dash_html_components/Data.py +++ b/dash_html_components/Data.py @@ -38,7 +38,7 @@ class Data(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Data' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Datalist.py b/dash_html_components/Datalist.py index da6ec5ba..34b0b07d 100644 --- a/dash_html_components/Datalist.py +++ b/dash_html_components/Datalist.py @@ -38,7 +38,7 @@ class Datalist(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Datalist' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Dd.py b/dash_html_components/Dd.py index ddf6d7f1..b70723ed 100644 --- a/dash_html_components/Dd.py +++ b/dash_html_components/Dd.py @@ -38,7 +38,7 @@ class Dd(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dd' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Del.py b/dash_html_components/Del.py index 2c00d915..242251d8 100644 --- a/dash_html_components/Del.py +++ b/dash_html_components/Del.py @@ -40,7 +40,7 @@ class Del(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, cite=None, dateTime=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, cite=Component._NO_DEFAULT_ARG, dateTime=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Del' self._namespace = 'dash_html_components' @@ -52,8 +52,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Details.py b/dash_html_components/Details.py index 4e345d7b..4a88cfe7 100644 --- a/dash_html_components/Details.py +++ b/dash_html_components/Details.py @@ -39,7 +39,7 @@ class Details(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, open=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, open=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'open', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Details' self._namespace = 'dash_html_components' @@ -51,8 +51,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Dfn.py b/dash_html_components/Dfn.py index 5210049b..3d26bf5a 100644 --- a/dash_html_components/Dfn.py +++ b/dash_html_components/Dfn.py @@ -38,7 +38,7 @@ class Dfn(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dfn' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Dialog.py b/dash_html_components/Dialog.py index ee9ac7f6..4e1ae201 100644 --- a/dash_html_components/Dialog.py +++ b/dash_html_components/Dialog.py @@ -38,7 +38,7 @@ class Dialog(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dialog' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Div.py b/dash_html_components/Div.py index 9ac5efb6..b49cbaca 100644 --- a/dash_html_components/Div.py +++ b/dash_html_components/Div.py @@ -38,7 +38,7 @@ class Div(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Div' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Dl.py b/dash_html_components/Dl.py index 46f58878..41204e4e 100644 --- a/dash_html_components/Dl.py +++ b/dash_html_components/Dl.py @@ -38,7 +38,7 @@ class Dl(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dl' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Dt.py b/dash_html_components/Dt.py index a76d0e2e..a06e046c 100644 --- a/dash_html_components/Dt.py +++ b/dash_html_components/Dt.py @@ -38,7 +38,7 @@ class Dt(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dt' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Element.py b/dash_html_components/Element.py index 14bfde75..d76cdf81 100644 --- a/dash_html_components/Element.py +++ b/dash_html_components/Element.py @@ -38,7 +38,7 @@ class Element(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Element' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Em.py b/dash_html_components/Em.py index b9aad0d1..5a64cb25 100644 --- a/dash_html_components/Em.py +++ b/dash_html_components/Em.py @@ -38,7 +38,7 @@ class Em(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Em' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Embed.py b/dash_html_components/Embed.py index f4b29fa2..bffc17c7 100644 --- a/dash_html_components/Embed.py +++ b/dash_html_components/Embed.py @@ -42,7 +42,7 @@ class Embed(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, height=None, src=None, type=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, height=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, type=Component._NO_DEFAULT_ARG, width=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'src', 'type', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Embed' self._namespace = 'dash_html_components' @@ -54,8 +54,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Fieldset.py b/dash_html_components/Fieldset.py index e321f3b0..7335c85b 100644 --- a/dash_html_components/Fieldset.py +++ b/dash_html_components/Fieldset.py @@ -41,7 +41,7 @@ class Fieldset(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, disabled=None, form=None, name=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'form', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Fieldset' self._namespace = 'dash_html_components' @@ -53,8 +53,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Figcaption.py b/dash_html_components/Figcaption.py index 3ed36e9c..9c0d31fc 100644 --- a/dash_html_components/Figcaption.py +++ b/dash_html_components/Figcaption.py @@ -38,7 +38,7 @@ class Figcaption(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Figcaption' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Figure.py b/dash_html_components/Figure.py index 4d04c281..c65adf86 100644 --- a/dash_html_components/Figure.py +++ b/dash_html_components/Figure.py @@ -38,7 +38,7 @@ class Figure(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Figure' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Font.py b/dash_html_components/Font.py index e63e4118..8155c3af 100644 --- a/dash_html_components/Font.py +++ b/dash_html_components/Font.py @@ -38,7 +38,7 @@ class Font(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Font' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Footer.py b/dash_html_components/Footer.py index 1bd0b244..d4abf73d 100644 --- a/dash_html_components/Footer.py +++ b/dash_html_components/Footer.py @@ -38,7 +38,7 @@ class Footer(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Footer' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Form.py b/dash_html_components/Form.py index 9c5877ca..e34ab016 100644 --- a/dash_html_components/Form.py +++ b/dash_html_components/Form.py @@ -47,7 +47,7 @@ class Form(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accept=None, acceptCharset=None, action=None, autoComplete=None, encType=None, method=None, name=None, noValidate=None, target=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accept=Component._NO_DEFAULT_ARG, acceptCharset=Component._NO_DEFAULT_ARG, action=Component._NO_DEFAULT_ARG, autoComplete=Component._NO_DEFAULT_ARG, encType=Component._NO_DEFAULT_ARG, method=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, noValidate=Component._NO_DEFAULT_ARG, target=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accept', 'acceptCharset', 'action', 'autoComplete', 'encType', 'method', 'name', 'noValidate', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Form' self._namespace = 'dash_html_components' @@ -59,8 +59,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Frame.py b/dash_html_components/Frame.py index 45e15e1b..10fc0f79 100644 --- a/dash_html_components/Frame.py +++ b/dash_html_components/Frame.py @@ -38,7 +38,7 @@ class Frame(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Frame' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Frameset.py b/dash_html_components/Frameset.py index 44ce7e58..eb2091c0 100644 --- a/dash_html_components/Frameset.py +++ b/dash_html_components/Frameset.py @@ -38,7 +38,7 @@ class Frameset(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Frameset' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/H1.py b/dash_html_components/H1.py index f4958289..fbbad39b 100644 --- a/dash_html_components/H1.py +++ b/dash_html_components/H1.py @@ -38,7 +38,7 @@ class H1(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H1' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/H2.py b/dash_html_components/H2.py index 09e0880e..3dc7f2a7 100644 --- a/dash_html_components/H2.py +++ b/dash_html_components/H2.py @@ -38,7 +38,7 @@ class H2(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H2' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/H3.py b/dash_html_components/H3.py index f7c6dee6..d22441a9 100644 --- a/dash_html_components/H3.py +++ b/dash_html_components/H3.py @@ -38,7 +38,7 @@ class H3(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H3' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/H4.py b/dash_html_components/H4.py index ba052bdb..1bb9b63c 100644 --- a/dash_html_components/H4.py +++ b/dash_html_components/H4.py @@ -38,7 +38,7 @@ class H4(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H4' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/H5.py b/dash_html_components/H5.py index 9b7b2579..8a7aff64 100644 --- a/dash_html_components/H5.py +++ b/dash_html_components/H5.py @@ -38,7 +38,7 @@ class H5(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H5' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/H6.py b/dash_html_components/H6.py index ea7d3e8c..b1d96a90 100644 --- a/dash_html_components/H6.py +++ b/dash_html_components/H6.py @@ -38,7 +38,7 @@ class H6(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H6' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Header.py b/dash_html_components/Header.py index 662c9803..696cb167 100644 --- a/dash_html_components/Header.py +++ b/dash_html_components/Header.py @@ -38,7 +38,7 @@ class Header(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Header' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Hgroup.py b/dash_html_components/Hgroup.py index 154fce18..ae6d9d38 100644 --- a/dash_html_components/Hgroup.py +++ b/dash_html_components/Hgroup.py @@ -38,7 +38,7 @@ class Hgroup(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Hgroup' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Hr.py b/dash_html_components/Hr.py index bc55d6f6..ee83a45b 100644 --- a/dash_html_components/Hr.py +++ b/dash_html_components/Hr.py @@ -38,7 +38,7 @@ class Hr(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Hr' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/I.py b/dash_html_components/I.py index 2407cbfa..684b9651 100644 --- a/dash_html_components/I.py +++ b/dash_html_components/I.py @@ -38,7 +38,7 @@ class I(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'I' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Iframe.py b/dash_html_components/Iframe.py index 0bb8d24b..831f5f6d 100644 --- a/dash_html_components/Iframe.py +++ b/dash_html_components/Iframe.py @@ -44,7 +44,7 @@ class Iframe(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, height=None, name=None, sandbox=None, src=None, srcDoc=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, height=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, sandbox=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, srcDoc=Component._NO_DEFAULT_ARG, width=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'name', 'sandbox', 'src', 'srcDoc', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Iframe' self._namespace = 'dash_html_components' @@ -56,8 +56,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Img.py b/dash_html_components/Img.py index 7463eba5..f8b80f20 100644 --- a/dash_html_components/Img.py +++ b/dash_html_components/Img.py @@ -46,7 +46,7 @@ class Img(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, alt=None, crossOrigin=None, height=None, sizes=None, src=None, srcSet=None, useMap=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, alt=Component._NO_DEFAULT_ARG, crossOrigin=Component._NO_DEFAULT_ARG, height=Component._NO_DEFAULT_ARG, sizes=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, srcSet=Component._NO_DEFAULT_ARG, useMap=Component._NO_DEFAULT_ARG, width=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'alt', 'crossOrigin', 'height', 'sizes', 'src', 'srcSet', 'useMap', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Img' self._namespace = 'dash_html_components' @@ -58,8 +58,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Ins.py b/dash_html_components/Ins.py index 375543b5..34eca5b4 100644 --- a/dash_html_components/Ins.py +++ b/dash_html_components/Ins.py @@ -40,7 +40,7 @@ class Ins(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, cite=None, dateTime=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, cite=Component._NO_DEFAULT_ARG, dateTime=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Ins' self._namespace = 'dash_html_components' @@ -52,8 +52,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Isindex.py b/dash_html_components/Isindex.py index 7566b221..d431e1e6 100644 --- a/dash_html_components/Isindex.py +++ b/dash_html_components/Isindex.py @@ -38,7 +38,7 @@ class Isindex(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Isindex' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Kbd.py b/dash_html_components/Kbd.py index 4a082b5a..2b96f865 100644 --- a/dash_html_components/Kbd.py +++ b/dash_html_components/Kbd.py @@ -38,7 +38,7 @@ class Kbd(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Kbd' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Keygen.py b/dash_html_components/Keygen.py index 95dbd786..fabfd788 100644 --- a/dash_html_components/Keygen.py +++ b/dash_html_components/Keygen.py @@ -44,7 +44,7 @@ class Keygen(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, autoFocus=None, challenge=None, disabled=None, form=None, keyType=None, name=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, autoFocus=Component._NO_DEFAULT_ARG, challenge=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, keyType=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'challenge', 'disabled', 'form', 'keyType', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Keygen' self._namespace = 'dash_html_components' @@ -56,8 +56,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Label.py b/dash_html_components/Label.py index c0ff9aa6..c7f2e104 100644 --- a/dash_html_components/Label.py +++ b/dash_html_components/Label.py @@ -40,7 +40,7 @@ class Label(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, htmlFor=None, form=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, htmlFor=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'htmlFor', 'form', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Label' self._namespace = 'dash_html_components' @@ -52,8 +52,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Legend.py b/dash_html_components/Legend.py index 51ac5512..9af167ee 100644 --- a/dash_html_components/Legend.py +++ b/dash_html_components/Legend.py @@ -38,7 +38,7 @@ class Legend(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Legend' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Li.py b/dash_html_components/Li.py index 988beaf2..f7fda513 100644 --- a/dash_html_components/Li.py +++ b/dash_html_components/Li.py @@ -39,7 +39,7 @@ class Li(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, value=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Li' self._namespace = 'dash_html_components' @@ -51,8 +51,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Link.py b/dash_html_components/Link.py index 37f35286..daf0fb22 100644 --- a/dash_html_components/Link.py +++ b/dash_html_components/Link.py @@ -45,7 +45,7 @@ class Link(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, crossOrigin=None, href=None, hrefLang=None, integrity=None, media=None, rel=None, sizes=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, crossOrigin=Component._NO_DEFAULT_ARG, href=Component._NO_DEFAULT_ARG, hrefLang=Component._NO_DEFAULT_ARG, integrity=Component._NO_DEFAULT_ARG, media=Component._NO_DEFAULT_ARG, rel=Component._NO_DEFAULT_ARG, sizes=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'crossOrigin', 'href', 'hrefLang', 'integrity', 'media', 'rel', 'sizes', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Link' self._namespace = 'dash_html_components' @@ -57,8 +57,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Listing.py b/dash_html_components/Listing.py index ea439e2f..4a3cc38b 100644 --- a/dash_html_components/Listing.py +++ b/dash_html_components/Listing.py @@ -38,7 +38,7 @@ class Listing(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Listing' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Main.py b/dash_html_components/Main.py index e2b60f8c..138ed60d 100644 --- a/dash_html_components/Main.py +++ b/dash_html_components/Main.py @@ -38,7 +38,7 @@ class Main(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Main' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/MapEl.py b/dash_html_components/MapEl.py index 9a347217..ddc05d48 100644 --- a/dash_html_components/MapEl.py +++ b/dash_html_components/MapEl.py @@ -39,7 +39,7 @@ class MapEl(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, name=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'MapEl' self._namespace = 'dash_html_components' @@ -51,8 +51,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Mark.py b/dash_html_components/Mark.py index 190d99d6..aeace20a 100644 --- a/dash_html_components/Mark.py +++ b/dash_html_components/Mark.py @@ -38,7 +38,7 @@ class Mark(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Mark' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Marquee.py b/dash_html_components/Marquee.py index f663f1ee..bd8fb5af 100644 --- a/dash_html_components/Marquee.py +++ b/dash_html_components/Marquee.py @@ -39,7 +39,7 @@ class Marquee(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, loop=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, loop=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'loop', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Marquee' self._namespace = 'dash_html_components' @@ -51,8 +51,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Meta.py b/dash_html_components/Meta.py index 2bc9db6c..5eb3d256 100644 --- a/dash_html_components/Meta.py +++ b/dash_html_components/Meta.py @@ -42,7 +42,7 @@ class Meta(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, charSet=None, content=None, httpEquiv=None, name=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, charSet=Component._NO_DEFAULT_ARG, content=Component._NO_DEFAULT_ARG, httpEquiv=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'charSet', 'content', 'httpEquiv', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Meta' self._namespace = 'dash_html_components' @@ -54,8 +54,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Meter.py b/dash_html_components/Meter.py index cf9ef1cd..97c40654 100644 --- a/dash_html_components/Meter.py +++ b/dash_html_components/Meter.py @@ -45,7 +45,7 @@ class Meter(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, form=None, high=None, low=None, max=None, min=None, optimum=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, high=Component._NO_DEFAULT_ARG, low=Component._NO_DEFAULT_ARG, max=Component._NO_DEFAULT_ARG, min=Component._NO_DEFAULT_ARG, optimum=Component._NO_DEFAULT_ARG, value=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'high', 'low', 'max', 'min', 'optimum', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Meter' self._namespace = 'dash_html_components' @@ -57,8 +57,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Multicol.py b/dash_html_components/Multicol.py index b3f1a68d..53bb5ea3 100644 --- a/dash_html_components/Multicol.py +++ b/dash_html_components/Multicol.py @@ -38,7 +38,7 @@ class Multicol(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Multicol' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Nav.py b/dash_html_components/Nav.py index d72d08d9..2b29cad0 100644 --- a/dash_html_components/Nav.py +++ b/dash_html_components/Nav.py @@ -38,7 +38,7 @@ class Nav(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Nav' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Nextid.py b/dash_html_components/Nextid.py index 3b9027d1..2a335522 100644 --- a/dash_html_components/Nextid.py +++ b/dash_html_components/Nextid.py @@ -38,7 +38,7 @@ class Nextid(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Nextid' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Nobr.py b/dash_html_components/Nobr.py index 2febf229..31f45792 100644 --- a/dash_html_components/Nobr.py +++ b/dash_html_components/Nobr.py @@ -38,7 +38,7 @@ class Nobr(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Nobr' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Noscript.py b/dash_html_components/Noscript.py index 9200a79b..0f50e563 100644 --- a/dash_html_components/Noscript.py +++ b/dash_html_components/Noscript.py @@ -38,7 +38,7 @@ class Noscript(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Noscript' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/ObjectEl.py b/dash_html_components/ObjectEl.py index 81cdc8d7..9e5ad39e 100644 --- a/dash_html_components/ObjectEl.py +++ b/dash_html_components/ObjectEl.py @@ -44,7 +44,7 @@ class ObjectEl(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, form=None, height=None, name=None, type=None, useMap=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, height=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, type=Component._NO_DEFAULT_ARG, useMap=Component._NO_DEFAULT_ARG, width=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'height', 'name', 'type', 'useMap', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'ObjectEl' self._namespace = 'dash_html_components' @@ -56,8 +56,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Ol.py b/dash_html_components/Ol.py index fd3202f1..ba81fc06 100644 --- a/dash_html_components/Ol.py +++ b/dash_html_components/Ol.py @@ -40,7 +40,7 @@ class Ol(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, reversed=None, start=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, reversed=Component._NO_DEFAULT_ARG, start=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'reversed', 'start', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Ol' self._namespace = 'dash_html_components' @@ -52,8 +52,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Optgroup.py b/dash_html_components/Optgroup.py index 600d0a54..33108f24 100644 --- a/dash_html_components/Optgroup.py +++ b/dash_html_components/Optgroup.py @@ -39,7 +39,7 @@ class Optgroup(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, disabled=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Optgroup' self._namespace = 'dash_html_components' @@ -51,8 +51,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Option.py b/dash_html_components/Option.py index 04366a18..d4c30f43 100644 --- a/dash_html_components/Option.py +++ b/dash_html_components/Option.py @@ -41,7 +41,7 @@ class Option(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, disabled=None, selected=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, selected=Component._NO_DEFAULT_ARG, value=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'selected', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Option' self._namespace = 'dash_html_components' @@ -53,8 +53,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Output.py b/dash_html_components/Output.py index 256164a0..68cc0c84 100644 --- a/dash_html_components/Output.py +++ b/dash_html_components/Output.py @@ -41,7 +41,7 @@ class Output(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, htmlFor=None, form=None, name=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, htmlFor=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'htmlFor', 'form', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Output' self._namespace = 'dash_html_components' @@ -53,8 +53,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/P.py b/dash_html_components/P.py index 7cfdb7af..51ef451a 100644 --- a/dash_html_components/P.py +++ b/dash_html_components/P.py @@ -38,7 +38,7 @@ class P(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'P' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Param.py b/dash_html_components/Param.py index c5c67882..ed0c84ce 100644 --- a/dash_html_components/Param.py +++ b/dash_html_components/Param.py @@ -40,7 +40,7 @@ class Param(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, name=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, value=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'name', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Param' self._namespace = 'dash_html_components' @@ -52,8 +52,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Picture.py b/dash_html_components/Picture.py index 1afd0cae..84d884fd 100644 --- a/dash_html_components/Picture.py +++ b/dash_html_components/Picture.py @@ -38,7 +38,7 @@ class Picture(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Picture' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Plaintext.py b/dash_html_components/Plaintext.py index 29c3feea..bd82b716 100644 --- a/dash_html_components/Plaintext.py +++ b/dash_html_components/Plaintext.py @@ -38,7 +38,7 @@ class Plaintext(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Plaintext' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Pre.py b/dash_html_components/Pre.py index b15badbc..0d6cdd0c 100644 --- a/dash_html_components/Pre.py +++ b/dash_html_components/Pre.py @@ -38,7 +38,7 @@ class Pre(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Pre' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Progress.py b/dash_html_components/Progress.py index f19a9aa9..3a543048 100644 --- a/dash_html_components/Progress.py +++ b/dash_html_components/Progress.py @@ -41,7 +41,7 @@ class Progress(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, form=None, max=None, value=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, max=Component._NO_DEFAULT_ARG, value=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'max', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Progress' self._namespace = 'dash_html_components' @@ -53,8 +53,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Q.py b/dash_html_components/Q.py index 2e144cb7..1aac7998 100644 --- a/dash_html_components/Q.py +++ b/dash_html_components/Q.py @@ -39,7 +39,7 @@ class Q(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, cite=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, cite=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Q' self._namespace = 'dash_html_components' @@ -51,8 +51,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Rb.py b/dash_html_components/Rb.py new file mode 100644 index 00000000..00bd1d44 --- /dev/null +++ b/dash_html_components/Rb.py @@ -0,0 +1,83 @@ +# AUTO GENERATED FILE - DO NOT EDIT + +from dash.development.base_component import Component, _explicitize_args + + +class Rb(Component): + """A Rb component. + + +Keyword arguments: +- children (a list of or a singular dash component, string or number; optional): The children of this component +- id (string; optional): The ID of this component, used to identify dash components +in callbacks. The ID needs to be unique across all of the +components in an app. +- n_clicks (optional): An integer that represents the number of times +that this element has been clicked on. +- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970) +at which n_clicks changed. This can be used to tell +which button was changed most recently. +- key (string; optional): A unique identifier for the component, used to improve +performance by React.js while rendering components +See https://reactjs.org/docs/lists-and-keys.html for more info +- role (string; optional): The ARIA role attribute +- data-* (string; optional): A wildcard data attribute +- aria-* (string; optional): A wildcard aria attribute +- accessKey (string; optional): Defines a keyboard shortcut to activate or add focus to the element. +- className (string; optional): Often used with CSS to style elements with common properties. +- contentEditable (string; optional): Indicates whether the element's content is editable. +- contextMenu (string; optional): Defines the ID of a element which will serve as the element's context menu. +- dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) +- draggable (string; optional): Defines whether the element can be dragged. +- hidden (string; optional): Prevents rendering of given element, while keeping child elements, e.g. script elements, active. +- lang (string; optional): Defines the language used in the element. +- spellCheck (string; optional): Indicates whether spell checking is allowed for the element. +- style (dict; optional): Defines CSS styles which will override styles previously set. +- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead. +- title (string; optional): Text to be displayed in a tooltip when hovering over the element. + +Available events: 'click'""" + @_explicitize_args + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self._type = 'Rb' + self._namespace = 'dash_html_components' + self._valid_wildcard_attributes = ['data-', 'aria-'] + self.available_events = ['click'] + self.available_properties = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] + self.available_wildcard_properties = ['data-', 'aria-'] + + _explicit_args = kwargs.pop('_explicit_args') + _locals = locals() + args = {k: _locals[k] for k in self._prop_names + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs + + for k in []: + if k not in _explicit_args: + raise TypeError( + 'Required argument `' + k + '` was not specified.') + super(Rb, self).__init__(children=children, **args) + + def __repr__(self): + if(any(getattr(self, c, None) is not None + for c in self._prop_names + if c is not self._prop_names[0]) + or any(getattr(self, c, None) is not None + for c in self.__dict__.keys() + if any(c.startswith(wc_attr) + for wc_attr in self._valid_wildcard_attributes))): + props_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self._prop_names + if getattr(self, c, None) is not None]) + wilds_string = ', '.join([c+'='+repr(getattr(self, c, None)) + for c in self.__dict__.keys() + if any([c.startswith(wc_attr) + for wc_attr in + self._valid_wildcard_attributes])]) + return ('Rb(' + props_string + + (', ' + wilds_string if wilds_string != '' else '') + ')') + else: + return ( + 'Rb(' + + repr(getattr(self, self._prop_names[0], None)) + ')') diff --git a/dash_html_components/Rp.py b/dash_html_components/Rp.py index 72e8292f..c2ddda07 100644 --- a/dash_html_components/Rp.py +++ b/dash_html_components/Rp.py @@ -38,7 +38,7 @@ class Rp(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Rp' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Rt.py b/dash_html_components/Rt.py index fe3f9ca2..28c36564 100644 --- a/dash_html_components/Rt.py +++ b/dash_html_components/Rt.py @@ -38,7 +38,7 @@ class Rt(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Rt' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Rtc.py b/dash_html_components/Rtc.py index 6426ba81..5f4f7f58 100644 --- a/dash_html_components/Rtc.py +++ b/dash_html_components/Rtc.py @@ -38,7 +38,7 @@ class Rtc(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Rtc' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Ruby.py b/dash_html_components/Ruby.py index 08ecfe5f..b6188669 100644 --- a/dash_html_components/Ruby.py +++ b/dash_html_components/Ruby.py @@ -38,7 +38,7 @@ class Ruby(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Ruby' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/S.py b/dash_html_components/S.py index 13191e29..1654f9f5 100644 --- a/dash_html_components/S.py +++ b/dash_html_components/S.py @@ -38,7 +38,7 @@ class S(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'S' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Samp.py b/dash_html_components/Samp.py index 05ced44d..fbe76ede 100644 --- a/dash_html_components/Samp.py +++ b/dash_html_components/Samp.py @@ -38,7 +38,7 @@ class Samp(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Samp' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Script.py b/dash_html_components/Script.py index 16aca6e3..8b26a87a 100644 --- a/dash_html_components/Script.py +++ b/dash_html_components/Script.py @@ -45,7 +45,7 @@ class Script(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, async=None, charSet=None, crossOrigin=None, defer=None, integrity=None, src=None, type=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, async=Component._NO_DEFAULT_ARG, charSet=Component._NO_DEFAULT_ARG, crossOrigin=Component._NO_DEFAULT_ARG, defer=Component._NO_DEFAULT_ARG, integrity=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, type=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'async', 'charSet', 'crossOrigin', 'defer', 'integrity', 'src', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Script' self._namespace = 'dash_html_components' @@ -57,8 +57,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Section.py b/dash_html_components/Section.py index a3699469..6fef33ba 100644 --- a/dash_html_components/Section.py +++ b/dash_html_components/Section.py @@ -38,7 +38,7 @@ class Section(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Section' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Select.py b/dash_html_components/Select.py index 26976b03..8bc3983c 100644 --- a/dash_html_components/Select.py +++ b/dash_html_components/Select.py @@ -45,7 +45,7 @@ class Select(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, autoFocus=None, disabled=None, form=None, multiple=None, name=None, required=None, size=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, autoFocus=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, multiple=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, required=Component._NO_DEFAULT_ARG, size=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'disabled', 'form', 'multiple', 'name', 'required', 'size', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Select' self._namespace = 'dash_html_components' @@ -57,8 +57,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Shadow.py b/dash_html_components/Shadow.py index 0d88640d..2a36a321 100644 --- a/dash_html_components/Shadow.py +++ b/dash_html_components/Shadow.py @@ -38,7 +38,7 @@ class Shadow(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Shadow' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Slot.py b/dash_html_components/Slot.py index f93479d9..01545a2f 100644 --- a/dash_html_components/Slot.py +++ b/dash_html_components/Slot.py @@ -38,7 +38,7 @@ class Slot(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Slot' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Small.py b/dash_html_components/Small.py index a09ad903..dbf62766 100644 --- a/dash_html_components/Small.py +++ b/dash_html_components/Small.py @@ -38,7 +38,7 @@ class Small(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Small' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Source.py b/dash_html_components/Source.py index be0afed5..16f39ef0 100644 --- a/dash_html_components/Source.py +++ b/dash_html_components/Source.py @@ -42,7 +42,7 @@ class Source(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, media=None, sizes=None, src=None, type=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, media=Component._NO_DEFAULT_ARG, sizes=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, type=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'media', 'sizes', 'src', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Source' self._namespace = 'dash_html_components' @@ -54,8 +54,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Spacer.py b/dash_html_components/Spacer.py index cc7d9e8b..e8887426 100644 --- a/dash_html_components/Spacer.py +++ b/dash_html_components/Spacer.py @@ -38,7 +38,7 @@ class Spacer(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Spacer' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Span.py b/dash_html_components/Span.py index 53ed57ed..cac9a2c4 100644 --- a/dash_html_components/Span.py +++ b/dash_html_components/Span.py @@ -38,7 +38,7 @@ class Span(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Span' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Strike.py b/dash_html_components/Strike.py index 404447f0..43573861 100644 --- a/dash_html_components/Strike.py +++ b/dash_html_components/Strike.py @@ -38,7 +38,7 @@ class Strike(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Strike' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Strong.py b/dash_html_components/Strong.py index b1b411f1..454d94e0 100644 --- a/dash_html_components/Strong.py +++ b/dash_html_components/Strong.py @@ -38,7 +38,7 @@ class Strong(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Strong' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Sub.py b/dash_html_components/Sub.py index 360ee4dd..94980043 100644 --- a/dash_html_components/Sub.py +++ b/dash_html_components/Sub.py @@ -38,7 +38,7 @@ class Sub(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Sub' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Summary.py b/dash_html_components/Summary.py index 7bd1885e..de8aa41f 100644 --- a/dash_html_components/Summary.py +++ b/dash_html_components/Summary.py @@ -38,7 +38,7 @@ class Summary(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Summary' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Sup.py b/dash_html_components/Sup.py index c8f1b101..f31c9ccd 100644 --- a/dash_html_components/Sup.py +++ b/dash_html_components/Sup.py @@ -38,7 +38,7 @@ class Sup(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Sup' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Table.py b/dash_html_components/Table.py index 1cac341d..67812e9b 100644 --- a/dash_html_components/Table.py +++ b/dash_html_components/Table.py @@ -39,7 +39,7 @@ class Table(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, summary=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, summary=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'summary', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Table' self._namespace = 'dash_html_components' @@ -51,8 +51,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Tbody.py b/dash_html_components/Tbody.py index b3e890e2..3ffa7bf3 100644 --- a/dash_html_components/Tbody.py +++ b/dash_html_components/Tbody.py @@ -38,7 +38,7 @@ class Tbody(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Tbody' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Td.py b/dash_html_components/Td.py index e702a031..b47dd553 100644 --- a/dash_html_components/Td.py +++ b/dash_html_components/Td.py @@ -41,7 +41,7 @@ class Td(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, colSpan=None, headers=None, rowSpan=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, colSpan=Component._NO_DEFAULT_ARG, headers=Component._NO_DEFAULT_ARG, rowSpan=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'colSpan', 'headers', 'rowSpan', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Td' self._namespace = 'dash_html_components' @@ -53,8 +53,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Template.py b/dash_html_components/Template.py index 0575aec7..796ed350 100644 --- a/dash_html_components/Template.py +++ b/dash_html_components/Template.py @@ -38,7 +38,7 @@ class Template(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Template' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Textarea.py b/dash_html_components/Textarea.py index 9e0bc6aa..ad2ff78a 100644 --- a/dash_html_components/Textarea.py +++ b/dash_html_components/Textarea.py @@ -51,7 +51,7 @@ class Textarea(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, autoComplete=None, autoFocus=None, cols=None, disabled=None, form=None, maxLength=None, minLength=None, name=None, placeholder=None, readOnly=None, required=None, rows=None, wrap=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, autoComplete=Component._NO_DEFAULT_ARG, autoFocus=Component._NO_DEFAULT_ARG, cols=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, maxLength=Component._NO_DEFAULT_ARG, minLength=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, placeholder=Component._NO_DEFAULT_ARG, readOnly=Component._NO_DEFAULT_ARG, required=Component._NO_DEFAULT_ARG, rows=Component._NO_DEFAULT_ARG, wrap=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoComplete', 'autoFocus', 'cols', 'disabled', 'form', 'maxLength', 'minLength', 'name', 'placeholder', 'readOnly', 'required', 'rows', 'wrap', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Textarea' self._namespace = 'dash_html_components' @@ -63,8 +63,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Tfoot.py b/dash_html_components/Tfoot.py index 0fa311f9..feee5da3 100644 --- a/dash_html_components/Tfoot.py +++ b/dash_html_components/Tfoot.py @@ -38,7 +38,7 @@ class Tfoot(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Tfoot' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Th.py b/dash_html_components/Th.py index 2c95e57d..814ca70a 100644 --- a/dash_html_components/Th.py +++ b/dash_html_components/Th.py @@ -42,7 +42,7 @@ class Th(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, colSpan=None, headers=None, rowSpan=None, scope=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, colSpan=Component._NO_DEFAULT_ARG, headers=Component._NO_DEFAULT_ARG, rowSpan=Component._NO_DEFAULT_ARG, scope=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'colSpan', 'headers', 'rowSpan', 'scope', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Th' self._namespace = 'dash_html_components' @@ -54,8 +54,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Thead.py b/dash_html_components/Thead.py index 887bd13d..405c1daa 100644 --- a/dash_html_components/Thead.py +++ b/dash_html_components/Thead.py @@ -38,7 +38,7 @@ class Thead(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Thead' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Time.py b/dash_html_components/Time.py index f646b443..865025a0 100644 --- a/dash_html_components/Time.py +++ b/dash_html_components/Time.py @@ -39,7 +39,7 @@ class Time(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, dateTime=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, dateTime=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Time' self._namespace = 'dash_html_components' @@ -51,8 +51,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Title.py b/dash_html_components/Title.py index 0788efe5..45f5d4f8 100644 --- a/dash_html_components/Title.py +++ b/dash_html_components/Title.py @@ -38,7 +38,7 @@ class Title(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Title' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Tr.py b/dash_html_components/Tr.py index 069de73d..4869db29 100644 --- a/dash_html_components/Tr.py +++ b/dash_html_components/Tr.py @@ -38,7 +38,7 @@ class Tr(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Tr' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Track.py b/dash_html_components/Track.py index af15a914..e5c59ae8 100644 --- a/dash_html_components/Track.py +++ b/dash_html_components/Track.py @@ -43,7 +43,7 @@ class Track(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, default=None, kind=None, label=None, src=None, srcLang=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, default=Component._NO_DEFAULT_ARG, kind=Component._NO_DEFAULT_ARG, label=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, srcLang=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'default', 'kind', 'label', 'src', 'srcLang', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Track' self._namespace = 'dash_html_components' @@ -55,8 +55,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/U.py b/dash_html_components/U.py index 2ffa471b..26581a11 100644 --- a/dash_html_components/U.py +++ b/dash_html_components/U.py @@ -38,7 +38,7 @@ class U(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'U' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Ul.py b/dash_html_components/Ul.py index 44d2acc2..2c72bec4 100644 --- a/dash_html_components/Ul.py +++ b/dash_html_components/Ul.py @@ -38,7 +38,7 @@ class Ul(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Ul' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Var.py b/dash_html_components/Var.py index 7ad5cc47..1a4f53b4 100644 --- a/dash_html_components/Var.py +++ b/dash_html_components/Var.py @@ -38,7 +38,7 @@ class Var(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Var' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Video.py b/dash_html_components/Video.py index c75d89ac..e25bc0f3 100644 --- a/dash_html_components/Video.py +++ b/dash_html_components/Video.py @@ -48,7 +48,7 @@ class Video(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, autoPlay=None, controls=None, crossOrigin=None, height=None, loop=None, muted=None, poster=None, preload=None, src=None, width=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, autoPlay=Component._NO_DEFAULT_ARG, controls=Component._NO_DEFAULT_ARG, crossOrigin=Component._NO_DEFAULT_ARG, height=Component._NO_DEFAULT_ARG, loop=Component._NO_DEFAULT_ARG, muted=Component._NO_DEFAULT_ARG, poster=Component._NO_DEFAULT_ARG, preload=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, width=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoPlay', 'controls', 'crossOrigin', 'height', 'loop', 'muted', 'poster', 'preload', 'src', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Video' self._namespace = 'dash_html_components' @@ -60,8 +60,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Wbr.py b/dash_html_components/Wbr.py index 0cb38de4..959ef5d2 100644 --- a/dash_html_components/Wbr.py +++ b/dash_html_components/Wbr.py @@ -38,7 +38,7 @@ class Wbr(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Wbr' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/Xmp.py b/dash_html_components/Xmp.py index 2271b516..8d507a02 100644 --- a/dash_html_components/Xmp.py +++ b/dash_html_components/Xmp.py @@ -38,7 +38,7 @@ class Xmp(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, key=None, role=None, accessKey=None, className=None, contentEditable=None, contextMenu=None, dir=None, draggable=None, hidden=None, lang=None, spellCheck=None, style=None, tabIndex=None, title=None, fireEvent=None, dashEvents=None, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Xmp' self._namespace = 'dash_html_components' @@ -50,8 +50,8 @@ def __init__(self, children=None, id=None, n_clicks=0, n_clicks_timestamp=-1, ke _explicit_args = kwargs.pop('_explicit_args') _locals = locals() args = {k: _locals[k] for k in self._prop_names - if k != 'children' and not k.endswith("-*")} - args.update(kwargs) + if k != 'children' and not k.endswith('-*')} + args.update(kwargs) # For wildcard attrs for k in []: if k not in _explicit_args: diff --git a/dash_html_components/_imports_.py b/dash_html_components/_imports_.py index 78be2a19..19974a5f 100644 --- a/dash_html_components/_imports_.py +++ b/dash_html_components/_imports_.py @@ -90,6 +90,7 @@ from .Pre import Pre from .Progress import Progress from .Q import Q +from .Rb import Rb from .Rp import Rp from .Rt import Rt from .Rtc import Rtc @@ -223,6 +224,7 @@ "Pre", "Progress", "Q", + "Rb", "Rp", "Rt", "Rtc", diff --git a/dash_html_components/bundle.js b/dash_html_components/bundle.js index b7328587..b51289c7 100644 --- a/dash_html_components/bundle.js +++ b/dash_html_components/bundle.js @@ -1,6 +1,6 @@ -this.dash_html_components=function(t){function e(l){if(n[l])return n[l].exports;var a=n[l]={exports:{},id:l,loaded:!1};return t[l].call(a.exports,a,a.exports,e),a.loaded=!0,a.exports}var n={};return e.m=t,e.c=n,e.p="",e(0)}([function(t,e,n){"use strict";function l(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0}),e.Xmp=e.Wbr=e.Video=e.Var=e.Ul=e.U=e.Track=e.Tr=e.Title=e.Time=e.Thead=e.Th=e.Tfoot=e.Textarea=e.Template=e.Td=e.Tbody=e.Table=e.Sup=e.Summary=e.Sub=e.Strong=e.Strike=e.Span=e.Spacer=e.Source=e.Small=e.Slot=e.Shadow=e.Select=void 0,e.Section=e.Script=e.Samp=e.S=e.Ruby=e.Rtc=e.Rt=e.Rp=e.Q=e.Progress=e.Pre=e.Plaintext=e.Picture=e.Param=e.P=e.Output=e.Option=e.Optgroup=e.Ol=e.ObjectEl=e.Noscript=e.Nobr=e.Nextid=e.Nav=e.Multicol=e.Meter=e.Meta=e.Marquee=e.Mark=e.MapEl=e.Main=e.Listing=e.Link=e.Li=e.Legend=e.Label=e.Keygen=e.Kbd=e.Isindex=e.Ins=e.Img=e.Iframe=e.I=e.Hr=e.Hgroup=e.Header=e.H6=e.H5=e.H4=e.H3=e.H2=e.H1=e.Frameset=e.Frame=e.Form=e.Footer=e.Font=e.Figure=e.Figcaption=e.Fieldset=e.Embed=e.Em=e.Element=e.Dt=e.Dl=e.Div=e.Dialog=e.Dfn=e.Details=e.Del=e.Dd=e.Datalist=e.Data=e.Content=e.Command=e.Colgroup=e.Col=e.Code=e.Cite=e.Center=e.Caption=e.Canvas=e.Button=e.Br=e.Blockquote=e.Blink=e.Big=e.Bdo=e.Bdi=e.Basefont=e.Base=e.B=e.Audio=e.Aside=e.Article=e.Area=e.Address=e.Acronym=e.Abbr=e.A=void 0;var a=n(3),i=l(a),r=n(4),s=l(r),d=n(5),u=l(d),f=n(6),c=l(f),o=n(7),g=l(o),p=n(8),_=l(p),k=n(9),v=l(k),m=n(10),h=l(m),b=n(11),y=l(b),E=n(12),O=l(E),P=n(13),j=l(P),M=n(14),x=l(M),C=n(15),w=l(C),T=n(16),D=l(T),I=n(17),N=l(I),K=n(18),S=l(K),F=n(19),B=l(F),R=n(20),A=l(R),H=n(21),L=l(H),q=n(22),U=l(q),V=n(23),z=l(V),W=n(24),Q=l(W),X=n(25),G=l(X),Y=n(26),J=l(Y),Z=n(27),$=l(Z),tt=n(28),et=l(tt),nt=n(29),lt=l(nt),at=n(30),it=l(at),rt=n(31),st=l(rt),dt=n(32),ut=l(dt),ft=n(33),ct=l(ft),ot=n(34),gt=l(ot),pt=n(35),_t=l(pt),kt=n(36),vt=l(kt),mt=n(37),ht=l(mt),bt=n(38),yt=l(bt),Et=n(39),Ot=l(Et),Pt=n(40),jt=l(Pt),Mt=n(41),xt=l(Mt),Ct=n(42),wt=l(Ct),Tt=n(43),Dt=l(Tt),It=n(44),Nt=l(It),Kt=n(45),St=l(Kt),Ft=n(46),Bt=l(Ft),Rt=n(47),At=l(Rt),Ht=n(48),Lt=l(Ht),qt=n(49),Ut=l(qt),Vt=n(50),zt=l(Vt),Wt=n(51),Qt=l(Wt),Xt=n(52),Gt=l(Xt),Yt=n(53),Jt=l(Yt),Zt=n(54),$t=l(Zt),te=n(55),ee=l(te),ne=n(56),le=l(ne),ae=n(57),ie=l(ae),re=n(58),se=l(re),de=n(59),ue=l(de),fe=n(60),ce=l(fe),oe=n(61),ge=l(oe),pe=n(62),_e=l(pe),ke=n(63),ve=l(ke),me=n(64),he=l(me),be=n(65),ye=l(be),Ee=n(66),Oe=l(Ee),Pe=n(67),je=l(Pe),Me=n(68),xe=l(Me),Ce=n(69),we=l(Ce),Te=n(70),De=l(Te),Ie=n(71),Ne=l(Ie),Ke=n(72),Se=l(Ke),Fe=n(73),Be=l(Fe),Re=n(74),Ae=l(Re),He=n(75),Le=l(He),qe=n(76),Ue=l(qe),Ve=n(77),ze=l(Ve),We=n(78),Qe=l(We),Xe=n(79),Ge=l(Xe),Ye=n(80),Je=l(Ye),Ze=n(81),$e=l(Ze),tn=n(82),en=l(tn),nn=n(83),ln=l(nn),an=n(84),rn=l(an),sn=n(85),dn=l(sn),un=n(86),fn=l(un),cn=n(87),on=l(cn),gn=n(88),pn=l(gn),_n=n(89),kn=l(_n),vn=n(90),mn=l(vn),hn=n(91),bn=l(hn),yn=n(92),En=l(yn),On=n(93),Pn=l(On),jn=n(94),Mn=l(jn),xn=n(95),Cn=l(xn),wn=n(96),Tn=l(wn),Dn=n(97),In=l(Dn),Nn=n(98),Kn=l(Nn),Sn=n(99),Fn=l(Sn),Bn=n(100),Rn=l(Bn),An=n(101),Hn=l(An),Ln=n(102),qn=l(Ln),Un=n(103),Vn=l(Un),zn=n(104),Wn=l(zn),Qn=n(105),Xn=l(Qn),Gn=n(106),Yn=l(Gn),Jn=n(107),Zn=l(Jn),$n=n(108),tl=l($n),el=n(109),nl=l(el),ll=n(110),al=l(ll),il=n(111),rl=l(il),sl=n(112),dl=l(sl),ul=n(113),fl=l(ul),cl=n(114),ol=l(cl),gl=n(115),pl=l(gl),_l=n(116),kl=l(_l),vl=n(117),ml=l(vl),hl=n(118),bl=l(hl),yl=n(119),El=l(yl),Ol=n(120),Pl=l(Ol),jl=n(121),Ml=l(jl),xl=n(122),Cl=l(xl),wl=n(123),Tl=l(wl),Dl=n(124),Il=l(Dl),Nl=n(125),Kl=l(Nl),Sl=n(126),Fl=l(Sl),Bl=n(127),Rl=l(Bl),Al=n(128),Hl=l(Al),Ll=n(129),ql=l(Ll),Ul=n(130),Vl=l(Ul),zl=n(131),Wl=l(zl),Ql=n(132),Xl=l(Ql);e.A=i.default,e.Abbr=s.default,e.Acronym=u.default,e.Address=c.default,e.Area=g.default,e.Article=_.default,e.Aside=v.default,e.Audio=h.default,e.B=y.default,e.Base=O.default,e.Basefont=j.default,e.Bdi=x.default,e.Bdo=w.default,e.Big=D.default,e.Blink=N.default,e.Blockquote=S.default,e.Br=B.default,e.Button=A.default,e.Canvas=L.default,e.Caption=U.default,e.Center=z.default,e.Cite=Q.default,e.Code=G.default,e.Col=J.default,e.Colgroup=$.default,e.Command=et.default,e.Content=lt.default,e.Data=it.default,e.Datalist=st.default,e.Dd=ut.default,e.Del=ct.default,e.Details=gt.default,e.Dfn=_t.default,e.Dialog=vt.default,e.Div=ht.default,e.Dl=yt.default,e.Dt=Ot.default,e.Element=jt.default,e.Em=xt.default,e.Embed=wt.default,e.Fieldset=Dt.default,e.Figcaption=Nt.default,e.Figure=St.default,e.Font=Bt.default,e.Footer=At.default,e.Form=Lt.default,e.Frame=Ut.default,e.Frameset=zt.default,e.H1=Qt.default,e.H2=Gt.default,e.H3=Jt.default,e.H4=$t.default,e.H5=ee.default,e.H6=le.default,e.Header=ie.default,e.Hgroup=se.default,e.Hr=ue.default,e.I=ce.default,e.Iframe=ge.default,e.Img=_e.default,e.Ins=ve.default,e.Isindex=he.default,e.Kbd=ye.default,e.Keygen=Oe.default,e.Label=je.default,e.Legend=xe.default,e.Li=we.default,e.Link=De.default,e.Listing=Ne.default,e.Main=Se.default,e.MapEl=Be.default,e.Mark=Ae.default,e.Marquee=Le.default,e.Meta=Ue.default,e.Meter=ze.default,e.Multicol=Qe.default,e.Nav=Ge.default,e.Nextid=Je.default,e.Nobr=$e.default,e.Noscript=en.default,e.ObjectEl=ln.default,e.Ol=rn.default,e.Optgroup=dn.default,e.Option=fn.default,e.Output=on.default,e.P=pn.default,e.Param=kn.default,e.Picture=mn.default,e.Plaintext=bn.default,e.Pre=En.default,e.Progress=Pn.default,e.Q=Mn.default,e.Rp=Cn.default,e.Rt=Tn.default,e.Rtc=In.default,e.Ruby=Kn.default,e.S=Fn.default,e.Samp=Rn.default,e.Script=Hn.default,e.Section=qn.default,e.Select=Vn.default,e.Shadow=Wn.default,e.Slot=Xn.default,e.Small=Yn.default,e.Source=Zn.default,e.Spacer=tl.default,e.Span=nl.default,e.Strike=al.default,e.Strong=rl.default,e.Sub=dl.default,e.Summary=fl.default,e.Sup=ol.default,e.Table=pl.default,e.Tbody=kl.default,e.Td=ml.default,e.Template=bl.default,e.Textarea=El.default,e.Tfoot=Pl.default,e.Th=Ml.default,e.Thead=Cl.default,e.Time=Tl.default,e.Title=Il.default,e.Tr=Kl.default,e.Track=Fl.default,e.U=Rl.default,e.Ul=Hl.default,e.Var=ql.default,e.Video=Vl.default,e.Wbr=Wl.default,e.Xmp=Xl.default},function(t,e,n){t.exports=n(133)()},function(t,e){!function(){t.exports=this.React}()},function(t,e,n){"use strict";function l(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e 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": "" @@ -247,20 +227,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" @@ -291,144 +270,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -437,20 +404,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" @@ -481,144 +447,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -627,20 +581,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" @@ -671,144 +624,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -817,20 +758,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" @@ -861,216 +801,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -1079,20 +998,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" @@ -1123,144 +1041,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -1269,20 +1175,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" @@ -1313,144 +1218,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -1459,20 +1352,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" @@ -1503,200 +1395,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -1705,20 +1578,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" @@ -1749,144 +1621,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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 +1755,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" @@ -1939,160 +1798,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -2101,20 +1946,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" @@ -2145,144 +1989,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -2291,20 +2123,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" @@ -2335,144 +2166,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -2481,20 +2300,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" @@ -2525,144 +2343,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -2671,20 +2477,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" @@ -2715,144 +2520,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -2861,20 +2654,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" @@ -2905,144 +2697,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -3051,20 +2831,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" @@ -3095,152 +2874,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -3249,20 +3015,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" @@ -3293,144 +3058,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -3439,20 +3192,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" @@ -3483,200 +3235,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -3685,20 +3418,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" @@ -3729,160 +3461,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -3891,20 +3609,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" @@ -3935,144 +3652,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -4081,20 +3786,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" @@ -4125,144 +3829,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -4271,20 +3963,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" @@ -4315,144 +4006,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -4461,20 +4140,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" @@ -4505,144 +4183,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -4651,20 +4317,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" @@ -4695,152 +4360,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -4849,20 +4501,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" @@ -4893,152 +4544,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -5047,20 +4685,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" @@ -5091,184 +4728,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -5277,20 +4897,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" @@ -5321,144 +4940,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -5467,20 +5074,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" @@ -5511,144 +5117,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -5657,20 +5251,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" @@ -5701,144 +5294,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -5847,20 +5428,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" @@ -5891,144 +5471,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -6037,20 +5605,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" @@ -6081,160 +5648,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -6243,20 +5796,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" @@ -6287,152 +5839,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -6441,20 +5980,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" @@ -6485,144 +6023,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -6631,20 +6157,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" @@ -6675,144 +6200,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -6821,20 +6334,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" @@ -6865,144 +6377,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -7011,20 +6511,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" @@ -7055,144 +6554,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -7201,20 +6688,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" @@ -7245,144 +6731,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -7391,20 +6865,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" @@ -7435,144 +6908,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -7581,20 +7042,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" @@ -7625,144 +7085,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -7771,20 +7219,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" @@ -7815,176 +7262,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -7993,20 +7424,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" @@ -8037,168 +7467,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -8207,20 +7622,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" @@ -8251,144 +7665,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -8397,20 +7799,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" @@ -8441,144 +7842,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -8587,20 +7976,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" @@ -8631,144 +8019,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -8777,20 +8153,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" @@ -8821,144 +8196,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -8967,20 +8330,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" @@ -9011,216 +8373,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -9229,20 +8570,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" @@ -9273,144 +8613,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -9419,20 +8747,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" @@ -9463,144 +8790,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -9609,20 +8924,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" @@ -9653,144 +8967,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -9799,20 +9101,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" @@ -9843,144 +9144,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -9989,20 +9278,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" @@ -10033,144 +9321,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -10179,20 +9455,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" @@ -10223,144 +9498,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -10369,20 +9632,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" @@ -10413,144 +9675,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -10559,20 +9809,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" @@ -10603,144 +9852,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -10749,20 +9986,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" @@ -10793,144 +10029,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -10939,20 +10163,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" @@ -10983,144 +10206,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -11129,20 +10340,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" @@ -11173,144 +10383,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -11319,20 +10517,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" @@ -11363,144 +10560,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -11509,20 +10694,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" @@ -11553,192 +10737,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "Stops a document loaded in an iframe from using certain features (such as submitting forms or opening new windows)." }, "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": "" @@ -11747,20 +10913,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" @@ -11791,208 +10956,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -12001,20 +11146,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" @@ -12045,160 +11189,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -12207,20 +11337,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" @@ -12251,144 +11380,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -12397,20 +11514,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" @@ -12441,144 +11557,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -12587,20 +11691,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" @@ -12631,192 +11734,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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." }, "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": "" @@ -12825,20 +11910,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" @@ -12869,160 +11953,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -13031,20 +12101,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" @@ -13075,144 +12144,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -13221,20 +12278,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" @@ -13265,152 +12321,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -13419,20 +12462,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" @@ -13463,200 +12505,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -13665,20 +12688,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" @@ -13709,144 +12731,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -13855,20 +12865,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" @@ -13899,144 +12908,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -14045,20 +13042,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" @@ -14089,152 +13085,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -14243,20 +13226,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" @@ -14287,144 +13269,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -14433,20 +13403,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" @@ -14477,152 +13446,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -14631,20 +13587,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" @@ -14675,176 +13630,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -14853,20 +13792,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" @@ -14897,200 +13835,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -15099,20 +14018,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" @@ -15143,144 +14061,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -15289,20 +14195,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" @@ -15333,144 +14238,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -15479,20 +14372,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" @@ -15523,144 +14415,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -15669,20 +14549,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" @@ -15713,144 +14592,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -15859,20 +14726,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" @@ -15903,144 +14769,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -16049,20 +14903,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" @@ -16093,192 +14946,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -16287,20 +15122,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" @@ -16331,160 +15165,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -16493,20 +15313,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" @@ -16537,152 +15356,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -16691,20 +15497,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" @@ -16735,168 +15540,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -16905,20 +15695,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" @@ -16949,168 +15738,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -17119,20 +15893,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" @@ -17163,144 +15936,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -17309,20 +16070,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" @@ -17353,160 +16113,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -17515,20 +16261,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" @@ -17559,144 +16304,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -17705,20 +16438,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" @@ -17749,144 +16481,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -17895,20 +16615,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" @@ -17939,144 +16658,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -18085,20 +16792,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" @@ -18129,168 +16835,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -18299,20 +16990,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" @@ -18343,152 +17033,316 @@ }, "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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Rb.react.js": { + "description": "", + "displayName": "Rb", + "methods": [], + "props": { + "id": { + "type": { + "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": "node" + }, + "required": false, + "description": "The children of this component" + }, + "n_clicks": { + "type": { + "name": "custom", + "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 + } + }, + "n_clicks_timestamp": { "type": { "name": "custom", - "raw": "PropTypes.oneOf(['click'])" + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the time (in ms since 1970)\nat which n_clicks changed. This can be used to tell\nwhich button was changed most recently.", + "defaultValue": { + "value": "-1", + "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" + }, + "aria-*": { + "type": { + "name": "string" + }, + "required": false, + "description": "A wildcard aria attribute" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a keyboard shortcut to activate or add focus to the element." + }, + "className": { + "type": { + "name": "string" + }, + "required": false, + "description": "Often used with CSS to style elements with common properties." + }, + "contentEditable": { + "type": { + "name": "string" + }, + "required": false, + "description": "Indicates whether the element's content is editable." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "dir": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)" + }, + "draggable": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines whether the element can be dragged." + }, + "hidden": { + "type": { + "name": "string" + }, + "required": false, + "description": "Prevents rendering of given element, while keeping child elements, e.g. script elements, active." + }, + "lang": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the language used in the element." + }, + "spellCheck": { + "type": { + "name": "string" + }, + "required": false, + "description": "Indicates whether spell checking is allowed for the element." + }, + "style": { + "type": { + "name": "object" + }, + "required": false, + "description": "Defines CSS styles which will override styles previously set." + }, + "tabIndex": { + "type": { + "name": "string" + }, + "required": false, + "description": "Overrides the browser's default tab order and follows the one specified instead." + }, + "title": { + "type": { + "name": "string" + }, + "required": false, + "description": "Text to be displayed in a tooltip when hovering over the element." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] }, "required": false, "description": "" @@ -18497,20 +17351,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" @@ -18541,144 +17394,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -18687,20 +17528,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" @@ -18731,144 +17571,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -18877,20 +17705,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" @@ -18921,144 +17748,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -19067,20 +17882,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" @@ -19111,144 +17925,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -19257,20 +18059,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" @@ -19301,144 +18102,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -19447,20 +18236,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" @@ -19491,144 +18279,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -19637,20 +18413,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" @@ -19681,200 +18456,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -19883,20 +18639,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" @@ -19927,144 +18682,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -20073,20 +18816,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" @@ -20117,200 +18859,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -20319,20 +19042,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" @@ -20363,144 +19085,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -20509,20 +19219,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" @@ -20553,144 +19262,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -20699,20 +19396,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" @@ -20743,144 +19439,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -20889,20 +19573,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" @@ -20933,176 +19616,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -21111,20 +19778,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" @@ -21155,144 +19821,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -21301,20 +19955,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" @@ -21345,144 +19998,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -21491,20 +20132,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" @@ -21535,144 +20175,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -21681,20 +20309,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" @@ -21725,144 +20352,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -21871,20 +20486,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" @@ -21915,144 +20529,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -22061,20 +20663,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" @@ -22105,144 +20706,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -22251,20 +20840,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" @@ -22295,144 +20883,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -22441,20 +21017,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" @@ -22485,152 +21060,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -22639,20 +21201,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" @@ -22683,144 +21244,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -22829,20 +21378,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" @@ -22873,168 +21421,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -23043,20 +21576,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" @@ -23087,144 +21619,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -23233,20 +21753,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" @@ -23277,248 +21796,223 @@ }, "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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard aria attribute" }, "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." }, "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": "" @@ -23527,20 +22021,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" @@ -23571,144 +22064,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -23717,20 +22198,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" @@ -23761,176 +22241,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "Defines the cells that the header test (defined in the th element) relates to." }, "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": "" @@ -23939,20 +22403,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" @@ -23983,144 +22446,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -24129,20 +22580,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" @@ -24173,152 +22623,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -24327,20 +22764,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" @@ -24371,144 +22807,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -24517,20 +22941,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" @@ -24561,144 +22984,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -24707,20 +23118,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" @@ -24751,184 +23161,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -24937,20 +23330,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" @@ -24981,144 +23373,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -25127,20 +23507,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" @@ -25171,144 +23550,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -25317,20 +23684,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" @@ -25361,144 +23727,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -25507,20 +23861,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" @@ -25551,224 +23904,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -25777,20 +24108,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" @@ -25821,144 +24151,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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": "" @@ -25967,20 +24285,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" @@ -26011,144 +24328,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": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "The ARIA role attribute" }, "data-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "name": "string" }, "required": false, "description": "A wildcard data attribute" }, "aria-*": { "type": { - "name": "custom", - "raw": "PropTypes.string" + "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/requirements.txt b/requirements.txt index 43517f1f..636b339f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,6 +47,7 @@ Pygments==2.2.0 pyOpenSSL==17.2.0 python-dateutil==2.6.1 pytz==2017.2 +PyYAML==3.12.0 requests==2.18.4 requests-toolbelt==0.8.0 scandir==1.5 diff --git a/scripts/data/elements.txt b/scripts/data/elements.txt index 45602699..85a885a5 100644 --- a/scripts/data/elements.txt +++ b/scripts/data/elements.txt @@ -44,6 +44,7 @@ i kbd mark q +rb rp rt rtc diff --git a/src/components/Rb.react.js b/src/components/Rb.react.js new file mode 100644 index 00000000..75e25c23 --- /dev/null +++ b/src/components/Rb.react.js @@ -0,0 +1,147 @@ + +import React from 'react'; +import PropTypes from 'prop-types'; + +const Rb = (props) => { + return ( + { + if (props.setProps) { + props.setProps({ + n_clicks: props.n_clicks + 1, + n_clicks_timestamp: Date.now() + }) + } + if (props.fireEvent) props.fireEvent({event: 'click'}); + }} + {...props} + > + {props.children} + + ); +}; + +Rb.defaultProps = { + n_clicks: 0, + n_clicks_timestamp: -1 +}; + +Rb.propTypes = { + /** + * The ID of this component, used to identify dash components + * in callbacks. The ID needs to be unique across all of the + * components in an app. + */ + 'id': PropTypes.string, + + /** + * The children of this component + */ + 'children': PropTypes.node, + + /** + * An integer that represents the number of times + * that this element has been clicked on. + */ + 'n_clicks': PropTypes.integer, + + /** + * An integer that represents the time (in ms since 1970) + * at which n_clicks changed. This can be used to tell + * which button was changed most recently. + */ + 'n_clicks_timestamp': PropTypes.integer, + + /** + * A unique identifier for the component, used to improve + * performance by React.js while rendering components + * 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, + + + /** + * Defines a keyboard shortcut to activate or add focus to the element. + */ + 'accessKey': PropTypes.string, + + /** + * Often used with CSS to style elements with common properties. + */ + 'className': PropTypes.string, + + /** + * Indicates whether the element's content is editable. + */ + 'contentEditable': PropTypes.string, + + /** + * Defines the ID of a element which will serve as the element's context menu. + */ + 'contextMenu': PropTypes.string, + + /** + * Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left) + */ + 'dir': PropTypes.string, + + /** + * Defines whether the element can be dragged. + */ + 'draggable': PropTypes.string, + + /** + * Prevents rendering of given element, while keeping child elements, e.g. script elements, active. + */ + 'hidden': PropTypes.string, + + /** + * Defines the language used in the element. + */ + 'lang': PropTypes.string, + + /** + * Indicates whether spell checking is allowed for the element. + */ + 'spellCheck': PropTypes.string, + + /** + * Defines CSS styles which will override styles previously set. + */ + 'style': PropTypes.object, + + /** + * Overrides the browser's default tab order and follows the one specified instead. + */ + 'tabIndex': PropTypes.string, + + /** + * Text to be displayed in a tooltip when hovering over the element. + */ + 'title': PropTypes.string, + + /** + * A callback for firing events to dash. + */ + 'fireEvent': PropTypes.func, + + 'dashEvents': PropTypes.oneOf(['click']) + +}; + +export default Rb; diff --git a/src/index.js b/src/index.js index c1128f22..5f948aa4 100644 --- a/src/index.js +++ b/src/index.js @@ -90,6 +90,7 @@ import Plaintext from './components/Plaintext.react'; import Pre from './components/Pre.react'; import Progress from './components/Progress.react'; import Q from './components/Q.react'; +import Rb from './components/Rb.react'; import Rp from './components/Rp.react'; import Rt from './components/Rt.react'; import Rtc from './components/Rtc.react'; @@ -222,6 +223,7 @@ export { Pre, Progress, Q, + Rb, Rp, Rt, Rtc, From 5fddd8bae73e6bc2e3cf409a5211a1824c373f36 Mon Sep 17 00:00:00 2001 From: Ryan Marren Date: Fri, 13 Jul 2018 00:28:52 -0400 Subject: [PATCH 11/11] Disregard irrelevant props. --- dash_html_components/A.py | 2 +- dash_html_components/Abbr.py | 2 +- dash_html_components/Acronym.py | 2 +- dash_html_components/Address.py | 2 +- dash_html_components/Area.py | 2 +- dash_html_components/Article.py | 2 +- dash_html_components/Aside.py | 2 +- dash_html_components/Audio.py | 2 +- dash_html_components/B.py | 2 +- dash_html_components/Base.py | 2 +- dash_html_components/Basefont.py | 2 +- dash_html_components/Bdi.py | 2 +- dash_html_components/Bdo.py | 2 +- dash_html_components/Big.py | 2 +- dash_html_components/Blink.py | 2 +- dash_html_components/Blockquote.py | 2 +- dash_html_components/Br.py | 2 +- dash_html_components/Button.py | 2 +- dash_html_components/Canvas.py | 2 +- dash_html_components/Caption.py | 2 +- dash_html_components/Center.py | 2 +- dash_html_components/Cite.py | 2 +- dash_html_components/Code.py | 2 +- dash_html_components/Col.py | 2 +- dash_html_components/Colgroup.py | 2 +- dash_html_components/Command.py | 2 +- dash_html_components/Content.py | 2 +- dash_html_components/Data.py | 2 +- dash_html_components/Datalist.py | 2 +- dash_html_components/Dd.py | 2 +- dash_html_components/Del.py | 2 +- dash_html_components/Details.py | 2 +- dash_html_components/Dfn.py | 2 +- dash_html_components/Dialog.py | 2 +- dash_html_components/Div.py | 2 +- dash_html_components/Dl.py | 2 +- dash_html_components/Dt.py | 2 +- dash_html_components/Element.py | 2 +- dash_html_components/Em.py | 2 +- dash_html_components/Embed.py | 2 +- dash_html_components/Fieldset.py | 2 +- dash_html_components/Figcaption.py | 2 +- dash_html_components/Figure.py | 2 +- dash_html_components/Font.py | 2 +- dash_html_components/Footer.py | 2 +- dash_html_components/Form.py | 2 +- dash_html_components/Frame.py | 2 +- dash_html_components/Frameset.py | 2 +- dash_html_components/H1.py | 2 +- dash_html_components/H2.py | 2 +- dash_html_components/H3.py | 2 +- dash_html_components/H4.py | 2 +- dash_html_components/H5.py | 2 +- dash_html_components/H6.py | 2 +- dash_html_components/Header.py | 2 +- dash_html_components/Hgroup.py | 2 +- dash_html_components/Hr.py | 2 +- dash_html_components/I.py | 2 +- dash_html_components/Iframe.py | 2 +- dash_html_components/Img.py | 2 +- dash_html_components/Ins.py | 2 +- dash_html_components/Isindex.py | 2 +- dash_html_components/Kbd.py | 2 +- dash_html_components/Keygen.py | 2 +- dash_html_components/Label.py | 2 +- dash_html_components/Legend.py | 2 +- dash_html_components/Li.py | 2 +- dash_html_components/Link.py | 2 +- dash_html_components/Listing.py | 2 +- dash_html_components/Main.py | 2 +- dash_html_components/MapEl.py | 2 +- dash_html_components/Mark.py | 2 +- dash_html_components/Marquee.py | 2 +- dash_html_components/Meta.py | 2 +- dash_html_components/Meter.py | 2 +- dash_html_components/Multicol.py | 2 +- dash_html_components/Nav.py | 2 +- dash_html_components/Nextid.py | 2 +- dash_html_components/Nobr.py | 2 +- dash_html_components/Noscript.py | 2 +- dash_html_components/ObjectEl.py | 2 +- dash_html_components/Ol.py | 2 +- dash_html_components/Optgroup.py | 2 +- dash_html_components/Option.py | 2 +- dash_html_components/Output.py | 2 +- dash_html_components/P.py | 2 +- dash_html_components/Param.py | 2 +- dash_html_components/Picture.py | 2 +- dash_html_components/Plaintext.py | 2 +- dash_html_components/Pre.py | 2 +- dash_html_components/Progress.py | 2 +- dash_html_components/Q.py | 2 +- dash_html_components/Rb.py | 2 +- dash_html_components/Rp.py | 2 +- dash_html_components/Rt.py | 2 +- dash_html_components/Rtc.py | 2 +- dash_html_components/Ruby.py | 2 +- dash_html_components/S.py | 2 +- dash_html_components/Samp.py | 2 +- dash_html_components/Script.py | 2 +- dash_html_components/Section.py | 2 +- dash_html_components/Select.py | 2 +- dash_html_components/Shadow.py | 2 +- dash_html_components/Slot.py | 2 +- dash_html_components/Small.py | 2 +- dash_html_components/Source.py | 2 +- dash_html_components/Spacer.py | 2 +- dash_html_components/Span.py | 2 +- dash_html_components/Strike.py | 2 +- dash_html_components/Strong.py | 2 +- dash_html_components/Sub.py | 2 +- dash_html_components/Summary.py | 2 +- dash_html_components/Sup.py | 2 +- dash_html_components/Table.py | 2 +- dash_html_components/Tbody.py | 2 +- dash_html_components/Td.py | 2 +- dash_html_components/Template.py | 2 +- dash_html_components/Textarea.py | 2 +- dash_html_components/Tfoot.py | 2 +- dash_html_components/Th.py | 2 +- dash_html_components/Thead.py | 2 +- dash_html_components/Time.py | 2 +- dash_html_components/Title.py | 2 +- dash_html_components/Tr.py | 2 +- dash_html_components/Track.py | 2 +- dash_html_components/U.py | 2 +- dash_html_components/Ul.py | 2 +- dash_html_components/Var.py | 2 +- dash_html_components/Video.py | 2 +- dash_html_components/Wbr.py | 2 +- dash_html_components/Xmp.py | 2 +- 131 files changed, 131 insertions(+), 131 deletions(-) diff --git a/dash_html_components/A.py b/dash_html_components/A.py index d178d1b8..e79d9224 100644 --- a/dash_html_components/A.py +++ b/dash_html_components/A.py @@ -45,7 +45,7 @@ class A(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, download=Component._NO_DEFAULT_ARG, href=Component._NO_DEFAULT_ARG, hrefLang=Component._NO_DEFAULT_ARG, media=Component._NO_DEFAULT_ARG, rel=Component._NO_DEFAULT_ARG, shape=Component._NO_DEFAULT_ARG, target=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, download=Component._NO_DEFAULT_ARG, href=Component._NO_DEFAULT_ARG, hrefLang=Component._NO_DEFAULT_ARG, media=Component._NO_DEFAULT_ARG, rel=Component._NO_DEFAULT_ARG, shape=Component._NO_DEFAULT_ARG, target=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'download', 'href', 'hrefLang', 'media', 'rel', 'shape', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'A' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Abbr.py b/dash_html_components/Abbr.py index d4bf288e..e4063e84 100644 --- a/dash_html_components/Abbr.py +++ b/dash_html_components/Abbr.py @@ -38,7 +38,7 @@ class Abbr(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Abbr' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Acronym.py b/dash_html_components/Acronym.py index e5e1d897..8c8c2f83 100644 --- a/dash_html_components/Acronym.py +++ b/dash_html_components/Acronym.py @@ -38,7 +38,7 @@ class Acronym(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Acronym' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Address.py b/dash_html_components/Address.py index b70d04c9..f69bffb3 100644 --- a/dash_html_components/Address.py +++ b/dash_html_components/Address.py @@ -38,7 +38,7 @@ class Address(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Address' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Area.py b/dash_html_components/Area.py index 23b1f117..91c5bbcc 100644 --- a/dash_html_components/Area.py +++ b/dash_html_components/Area.py @@ -47,7 +47,7 @@ class Area(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, alt=Component._NO_DEFAULT_ARG, coords=Component._NO_DEFAULT_ARG, download=Component._NO_DEFAULT_ARG, href=Component._NO_DEFAULT_ARG, hrefLang=Component._NO_DEFAULT_ARG, media=Component._NO_DEFAULT_ARG, rel=Component._NO_DEFAULT_ARG, shape=Component._NO_DEFAULT_ARG, target=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, alt=Component._NO_DEFAULT_ARG, coords=Component._NO_DEFAULT_ARG, download=Component._NO_DEFAULT_ARG, href=Component._NO_DEFAULT_ARG, hrefLang=Component._NO_DEFAULT_ARG, media=Component._NO_DEFAULT_ARG, rel=Component._NO_DEFAULT_ARG, shape=Component._NO_DEFAULT_ARG, target=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'alt', 'coords', 'download', 'href', 'hrefLang', 'media', 'rel', 'shape', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Area' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Article.py b/dash_html_components/Article.py index ec8b29c4..1669386c 100644 --- a/dash_html_components/Article.py +++ b/dash_html_components/Article.py @@ -38,7 +38,7 @@ class Article(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Article' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Aside.py b/dash_html_components/Aside.py index feebbef1..b101a704 100644 --- a/dash_html_components/Aside.py +++ b/dash_html_components/Aside.py @@ -38,7 +38,7 @@ class Aside(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Aside' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Audio.py b/dash_html_components/Audio.py index 09f6d420..24ea5f48 100644 --- a/dash_html_components/Audio.py +++ b/dash_html_components/Audio.py @@ -45,7 +45,7 @@ class Audio(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, autoPlay=Component._NO_DEFAULT_ARG, controls=Component._NO_DEFAULT_ARG, crossOrigin=Component._NO_DEFAULT_ARG, loop=Component._NO_DEFAULT_ARG, muted=Component._NO_DEFAULT_ARG, preload=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, autoPlay=Component._NO_DEFAULT_ARG, controls=Component._NO_DEFAULT_ARG, crossOrigin=Component._NO_DEFAULT_ARG, loop=Component._NO_DEFAULT_ARG, muted=Component._NO_DEFAULT_ARG, preload=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoPlay', 'controls', 'crossOrigin', 'loop', 'muted', 'preload', 'src', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Audio' self._namespace = 'dash_html_components' diff --git a/dash_html_components/B.py b/dash_html_components/B.py index c36ca612..82b36de7 100644 --- a/dash_html_components/B.py +++ b/dash_html_components/B.py @@ -38,7 +38,7 @@ class B(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'B' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Base.py b/dash_html_components/Base.py index c3fa3de8..af43cffe 100644 --- a/dash_html_components/Base.py +++ b/dash_html_components/Base.py @@ -40,7 +40,7 @@ class Base(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, href=Component._NO_DEFAULT_ARG, target=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, href=Component._NO_DEFAULT_ARG, target=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'href', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Base' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Basefont.py b/dash_html_components/Basefont.py index 6b89127a..3e02bb5a 100644 --- a/dash_html_components/Basefont.py +++ b/dash_html_components/Basefont.py @@ -38,7 +38,7 @@ class Basefont(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Basefont' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Bdi.py b/dash_html_components/Bdi.py index df347a24..778d74aa 100644 --- a/dash_html_components/Bdi.py +++ b/dash_html_components/Bdi.py @@ -38,7 +38,7 @@ class Bdi(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Bdi' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Bdo.py b/dash_html_components/Bdo.py index 2b7bd74c..104bcd23 100644 --- a/dash_html_components/Bdo.py +++ b/dash_html_components/Bdo.py @@ -38,7 +38,7 @@ class Bdo(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Bdo' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Big.py b/dash_html_components/Big.py index b5aedafe..1566118a 100644 --- a/dash_html_components/Big.py +++ b/dash_html_components/Big.py @@ -38,7 +38,7 @@ class Big(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Big' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Blink.py b/dash_html_components/Blink.py index 0ebd79b7..9a9f139c 100644 --- a/dash_html_components/Blink.py +++ b/dash_html_components/Blink.py @@ -38,7 +38,7 @@ class Blink(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Blink' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Blockquote.py b/dash_html_components/Blockquote.py index f5a1e5a2..b62ab068 100644 --- a/dash_html_components/Blockquote.py +++ b/dash_html_components/Blockquote.py @@ -39,7 +39,7 @@ class Blockquote(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, cite=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, cite=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Blockquote' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Br.py b/dash_html_components/Br.py index 730f8641..62a964a2 100644 --- a/dash_html_components/Br.py +++ b/dash_html_components/Br.py @@ -38,7 +38,7 @@ class Br(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Br' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Button.py b/dash_html_components/Button.py index 5a413ee7..88158516 100644 --- a/dash_html_components/Button.py +++ b/dash_html_components/Button.py @@ -45,7 +45,7 @@ class Button(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, autoFocus=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, formAction=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, type=Component._NO_DEFAULT_ARG, value=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, autoFocus=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, formAction=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, type=Component._NO_DEFAULT_ARG, value=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'disabled', 'form', 'formAction', 'name', 'type', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Button' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Canvas.py b/dash_html_components/Canvas.py index 91d60562..68d55aee 100644 --- a/dash_html_components/Canvas.py +++ b/dash_html_components/Canvas.py @@ -40,7 +40,7 @@ class Canvas(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, height=Component._NO_DEFAULT_ARG, width=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, height=Component._NO_DEFAULT_ARG, width=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Canvas' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Caption.py b/dash_html_components/Caption.py index 105fb790..fa707ef1 100644 --- a/dash_html_components/Caption.py +++ b/dash_html_components/Caption.py @@ -38,7 +38,7 @@ class Caption(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Caption' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Center.py b/dash_html_components/Center.py index 68340118..7046e07b 100644 --- a/dash_html_components/Center.py +++ b/dash_html_components/Center.py @@ -38,7 +38,7 @@ class Center(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Center' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Cite.py b/dash_html_components/Cite.py index 933e5ed9..db3be9e4 100644 --- a/dash_html_components/Cite.py +++ b/dash_html_components/Cite.py @@ -38,7 +38,7 @@ class Cite(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Cite' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Code.py b/dash_html_components/Code.py index dbc07685..a6b8270b 100644 --- a/dash_html_components/Code.py +++ b/dash_html_components/Code.py @@ -38,7 +38,7 @@ class Code(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Code' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Col.py b/dash_html_components/Col.py index f95bfc40..f62267e2 100644 --- a/dash_html_components/Col.py +++ b/dash_html_components/Col.py @@ -39,7 +39,7 @@ class Col(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, span=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, span=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'span', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Col' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Colgroup.py b/dash_html_components/Colgroup.py index 640b14d4..0b7dc088 100644 --- a/dash_html_components/Colgroup.py +++ b/dash_html_components/Colgroup.py @@ -39,7 +39,7 @@ class Colgroup(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, span=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, span=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'span', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Colgroup' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Command.py b/dash_html_components/Command.py index c3a68c84..1beb23ea 100644 --- a/dash_html_components/Command.py +++ b/dash_html_components/Command.py @@ -43,7 +43,7 @@ class Command(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, checked=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, icon=Component._NO_DEFAULT_ARG, radioGroup=Component._NO_DEFAULT_ARG, type=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, checked=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, icon=Component._NO_DEFAULT_ARG, radioGroup=Component._NO_DEFAULT_ARG, type=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'checked', 'disabled', 'icon', 'radioGroup', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Command' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Content.py b/dash_html_components/Content.py index 79ce5fbd..5f9d77fd 100644 --- a/dash_html_components/Content.py +++ b/dash_html_components/Content.py @@ -38,7 +38,7 @@ class Content(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Content' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Data.py b/dash_html_components/Data.py index 53e3e18a..a50d694c 100644 --- a/dash_html_components/Data.py +++ b/dash_html_components/Data.py @@ -38,7 +38,7 @@ class Data(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Data' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Datalist.py b/dash_html_components/Datalist.py index 34b0b07d..3df97c6b 100644 --- a/dash_html_components/Datalist.py +++ b/dash_html_components/Datalist.py @@ -38,7 +38,7 @@ class Datalist(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Datalist' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Dd.py b/dash_html_components/Dd.py index b70723ed..e41a3837 100644 --- a/dash_html_components/Dd.py +++ b/dash_html_components/Dd.py @@ -38,7 +38,7 @@ class Dd(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dd' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Del.py b/dash_html_components/Del.py index 242251d8..7c8f7280 100644 --- a/dash_html_components/Del.py +++ b/dash_html_components/Del.py @@ -40,7 +40,7 @@ class Del(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, cite=Component._NO_DEFAULT_ARG, dateTime=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, cite=Component._NO_DEFAULT_ARG, dateTime=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Del' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Details.py b/dash_html_components/Details.py index 4a88cfe7..8a750834 100644 --- a/dash_html_components/Details.py +++ b/dash_html_components/Details.py @@ -39,7 +39,7 @@ class Details(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, open=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, open=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'open', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Details' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Dfn.py b/dash_html_components/Dfn.py index 3d26bf5a..0ce2b01a 100644 --- a/dash_html_components/Dfn.py +++ b/dash_html_components/Dfn.py @@ -38,7 +38,7 @@ class Dfn(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dfn' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Dialog.py b/dash_html_components/Dialog.py index 4e1ae201..a7bdfb44 100644 --- a/dash_html_components/Dialog.py +++ b/dash_html_components/Dialog.py @@ -38,7 +38,7 @@ class Dialog(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dialog' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Div.py b/dash_html_components/Div.py index b49cbaca..799db3aa 100644 --- a/dash_html_components/Div.py +++ b/dash_html_components/Div.py @@ -38,7 +38,7 @@ class Div(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Div' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Dl.py b/dash_html_components/Dl.py index 41204e4e..202d4cd0 100644 --- a/dash_html_components/Dl.py +++ b/dash_html_components/Dl.py @@ -38,7 +38,7 @@ class Dl(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dl' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Dt.py b/dash_html_components/Dt.py index a06e046c..70eb34b7 100644 --- a/dash_html_components/Dt.py +++ b/dash_html_components/Dt.py @@ -38,7 +38,7 @@ class Dt(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Dt' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Element.py b/dash_html_components/Element.py index d76cdf81..d1fb8bcf 100644 --- a/dash_html_components/Element.py +++ b/dash_html_components/Element.py @@ -38,7 +38,7 @@ class Element(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Element' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Em.py b/dash_html_components/Em.py index 5a64cb25..43848999 100644 --- a/dash_html_components/Em.py +++ b/dash_html_components/Em.py @@ -38,7 +38,7 @@ class Em(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Em' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Embed.py b/dash_html_components/Embed.py index bffc17c7..6fca8ba7 100644 --- a/dash_html_components/Embed.py +++ b/dash_html_components/Embed.py @@ -42,7 +42,7 @@ class Embed(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, height=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, type=Component._NO_DEFAULT_ARG, width=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, height=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, type=Component._NO_DEFAULT_ARG, width=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'src', 'type', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Embed' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Fieldset.py b/dash_html_components/Fieldset.py index 7335c85b..de42eaf1 100644 --- a/dash_html_components/Fieldset.py +++ b/dash_html_components/Fieldset.py @@ -41,7 +41,7 @@ class Fieldset(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'form', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Fieldset' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Figcaption.py b/dash_html_components/Figcaption.py index 9c0d31fc..786b3609 100644 --- a/dash_html_components/Figcaption.py +++ b/dash_html_components/Figcaption.py @@ -38,7 +38,7 @@ class Figcaption(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Figcaption' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Figure.py b/dash_html_components/Figure.py index c65adf86..10e86a91 100644 --- a/dash_html_components/Figure.py +++ b/dash_html_components/Figure.py @@ -38,7 +38,7 @@ class Figure(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Figure' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Font.py b/dash_html_components/Font.py index 8155c3af..d70f67c8 100644 --- a/dash_html_components/Font.py +++ b/dash_html_components/Font.py @@ -38,7 +38,7 @@ class Font(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Font' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Footer.py b/dash_html_components/Footer.py index d4abf73d..fe9a23f0 100644 --- a/dash_html_components/Footer.py +++ b/dash_html_components/Footer.py @@ -38,7 +38,7 @@ class Footer(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Footer' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Form.py b/dash_html_components/Form.py index e34ab016..a8663b22 100644 --- a/dash_html_components/Form.py +++ b/dash_html_components/Form.py @@ -47,7 +47,7 @@ class Form(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accept=Component._NO_DEFAULT_ARG, acceptCharset=Component._NO_DEFAULT_ARG, action=Component._NO_DEFAULT_ARG, autoComplete=Component._NO_DEFAULT_ARG, encType=Component._NO_DEFAULT_ARG, method=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, noValidate=Component._NO_DEFAULT_ARG, target=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accept=Component._NO_DEFAULT_ARG, acceptCharset=Component._NO_DEFAULT_ARG, action=Component._NO_DEFAULT_ARG, autoComplete=Component._NO_DEFAULT_ARG, encType=Component._NO_DEFAULT_ARG, method=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, noValidate=Component._NO_DEFAULT_ARG, target=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accept', 'acceptCharset', 'action', 'autoComplete', 'encType', 'method', 'name', 'noValidate', 'target', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Form' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Frame.py b/dash_html_components/Frame.py index 10fc0f79..a0bc5893 100644 --- a/dash_html_components/Frame.py +++ b/dash_html_components/Frame.py @@ -38,7 +38,7 @@ class Frame(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Frame' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Frameset.py b/dash_html_components/Frameset.py index eb2091c0..da1eddf7 100644 --- a/dash_html_components/Frameset.py +++ b/dash_html_components/Frameset.py @@ -38,7 +38,7 @@ class Frameset(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Frameset' self._namespace = 'dash_html_components' diff --git a/dash_html_components/H1.py b/dash_html_components/H1.py index fbbad39b..7721579b 100644 --- a/dash_html_components/H1.py +++ b/dash_html_components/H1.py @@ -38,7 +38,7 @@ class H1(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H1' self._namespace = 'dash_html_components' diff --git a/dash_html_components/H2.py b/dash_html_components/H2.py index 3dc7f2a7..bfe5d1eb 100644 --- a/dash_html_components/H2.py +++ b/dash_html_components/H2.py @@ -38,7 +38,7 @@ class H2(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H2' self._namespace = 'dash_html_components' diff --git a/dash_html_components/H3.py b/dash_html_components/H3.py index d22441a9..f324dc10 100644 --- a/dash_html_components/H3.py +++ b/dash_html_components/H3.py @@ -38,7 +38,7 @@ class H3(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H3' self._namespace = 'dash_html_components' diff --git a/dash_html_components/H4.py b/dash_html_components/H4.py index 1bb9b63c..017366fc 100644 --- a/dash_html_components/H4.py +++ b/dash_html_components/H4.py @@ -38,7 +38,7 @@ class H4(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H4' self._namespace = 'dash_html_components' diff --git a/dash_html_components/H5.py b/dash_html_components/H5.py index 8a7aff64..e2d7b0a4 100644 --- a/dash_html_components/H5.py +++ b/dash_html_components/H5.py @@ -38,7 +38,7 @@ class H5(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H5' self._namespace = 'dash_html_components' diff --git a/dash_html_components/H6.py b/dash_html_components/H6.py index b1d96a90..e55942f5 100644 --- a/dash_html_components/H6.py +++ b/dash_html_components/H6.py @@ -38,7 +38,7 @@ class H6(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'H6' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Header.py b/dash_html_components/Header.py index 696cb167..89b7a950 100644 --- a/dash_html_components/Header.py +++ b/dash_html_components/Header.py @@ -38,7 +38,7 @@ class Header(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Header' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Hgroup.py b/dash_html_components/Hgroup.py index ae6d9d38..1fe05182 100644 --- a/dash_html_components/Hgroup.py +++ b/dash_html_components/Hgroup.py @@ -38,7 +38,7 @@ class Hgroup(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Hgroup' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Hr.py b/dash_html_components/Hr.py index ee83a45b..65887623 100644 --- a/dash_html_components/Hr.py +++ b/dash_html_components/Hr.py @@ -38,7 +38,7 @@ class Hr(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Hr' self._namespace = 'dash_html_components' diff --git a/dash_html_components/I.py b/dash_html_components/I.py index 684b9651..70590f90 100644 --- a/dash_html_components/I.py +++ b/dash_html_components/I.py @@ -38,7 +38,7 @@ class I(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'I' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Iframe.py b/dash_html_components/Iframe.py index 831f5f6d..241c1879 100644 --- a/dash_html_components/Iframe.py +++ b/dash_html_components/Iframe.py @@ -44,7 +44,7 @@ class Iframe(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, height=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, sandbox=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, srcDoc=Component._NO_DEFAULT_ARG, width=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, height=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, sandbox=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, srcDoc=Component._NO_DEFAULT_ARG, width=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'height', 'name', 'sandbox', 'src', 'srcDoc', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Iframe' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Img.py b/dash_html_components/Img.py index f8b80f20..9d97f057 100644 --- a/dash_html_components/Img.py +++ b/dash_html_components/Img.py @@ -46,7 +46,7 @@ class Img(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, alt=Component._NO_DEFAULT_ARG, crossOrigin=Component._NO_DEFAULT_ARG, height=Component._NO_DEFAULT_ARG, sizes=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, srcSet=Component._NO_DEFAULT_ARG, useMap=Component._NO_DEFAULT_ARG, width=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, alt=Component._NO_DEFAULT_ARG, crossOrigin=Component._NO_DEFAULT_ARG, height=Component._NO_DEFAULT_ARG, sizes=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, srcSet=Component._NO_DEFAULT_ARG, useMap=Component._NO_DEFAULT_ARG, width=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'alt', 'crossOrigin', 'height', 'sizes', 'src', 'srcSet', 'useMap', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Img' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Ins.py b/dash_html_components/Ins.py index 34eca5b4..962e36da 100644 --- a/dash_html_components/Ins.py +++ b/dash_html_components/Ins.py @@ -40,7 +40,7 @@ class Ins(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, cite=Component._NO_DEFAULT_ARG, dateTime=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, cite=Component._NO_DEFAULT_ARG, dateTime=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Ins' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Isindex.py b/dash_html_components/Isindex.py index d431e1e6..0447ff45 100644 --- a/dash_html_components/Isindex.py +++ b/dash_html_components/Isindex.py @@ -38,7 +38,7 @@ class Isindex(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Isindex' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Kbd.py b/dash_html_components/Kbd.py index 2b96f865..28953403 100644 --- a/dash_html_components/Kbd.py +++ b/dash_html_components/Kbd.py @@ -38,7 +38,7 @@ class Kbd(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Kbd' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Keygen.py b/dash_html_components/Keygen.py index fabfd788..5234c37e 100644 --- a/dash_html_components/Keygen.py +++ b/dash_html_components/Keygen.py @@ -44,7 +44,7 @@ class Keygen(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, autoFocus=Component._NO_DEFAULT_ARG, challenge=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, keyType=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, autoFocus=Component._NO_DEFAULT_ARG, challenge=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, keyType=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'challenge', 'disabled', 'form', 'keyType', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Keygen' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Label.py b/dash_html_components/Label.py index c7f2e104..0a626642 100644 --- a/dash_html_components/Label.py +++ b/dash_html_components/Label.py @@ -40,7 +40,7 @@ class Label(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, htmlFor=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, htmlFor=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'htmlFor', 'form', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Label' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Legend.py b/dash_html_components/Legend.py index 9af167ee..8163c1db 100644 --- a/dash_html_components/Legend.py +++ b/dash_html_components/Legend.py @@ -38,7 +38,7 @@ class Legend(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Legend' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Li.py b/dash_html_components/Li.py index f7fda513..0c6a885e 100644 --- a/dash_html_components/Li.py +++ b/dash_html_components/Li.py @@ -39,7 +39,7 @@ class Li(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, value=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, value=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Li' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Link.py b/dash_html_components/Link.py index daf0fb22..00e43746 100644 --- a/dash_html_components/Link.py +++ b/dash_html_components/Link.py @@ -45,7 +45,7 @@ class Link(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, crossOrigin=Component._NO_DEFAULT_ARG, href=Component._NO_DEFAULT_ARG, hrefLang=Component._NO_DEFAULT_ARG, integrity=Component._NO_DEFAULT_ARG, media=Component._NO_DEFAULT_ARG, rel=Component._NO_DEFAULT_ARG, sizes=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, crossOrigin=Component._NO_DEFAULT_ARG, href=Component._NO_DEFAULT_ARG, hrefLang=Component._NO_DEFAULT_ARG, integrity=Component._NO_DEFAULT_ARG, media=Component._NO_DEFAULT_ARG, rel=Component._NO_DEFAULT_ARG, sizes=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'crossOrigin', 'href', 'hrefLang', 'integrity', 'media', 'rel', 'sizes', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Link' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Listing.py b/dash_html_components/Listing.py index 4a3cc38b..0dab8e0f 100644 --- a/dash_html_components/Listing.py +++ b/dash_html_components/Listing.py @@ -38,7 +38,7 @@ class Listing(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Listing' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Main.py b/dash_html_components/Main.py index 138ed60d..6dac65ce 100644 --- a/dash_html_components/Main.py +++ b/dash_html_components/Main.py @@ -38,7 +38,7 @@ class Main(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Main' self._namespace = 'dash_html_components' diff --git a/dash_html_components/MapEl.py b/dash_html_components/MapEl.py index ddc05d48..d8864056 100644 --- a/dash_html_components/MapEl.py +++ b/dash_html_components/MapEl.py @@ -39,7 +39,7 @@ class MapEl(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'MapEl' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Mark.py b/dash_html_components/Mark.py index aeace20a..a171cc2b 100644 --- a/dash_html_components/Mark.py +++ b/dash_html_components/Mark.py @@ -38,7 +38,7 @@ class Mark(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Mark' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Marquee.py b/dash_html_components/Marquee.py index bd8fb5af..09fa277f 100644 --- a/dash_html_components/Marquee.py +++ b/dash_html_components/Marquee.py @@ -39,7 +39,7 @@ class Marquee(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, loop=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, loop=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'loop', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Marquee' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Meta.py b/dash_html_components/Meta.py index 5eb3d256..150c870c 100644 --- a/dash_html_components/Meta.py +++ b/dash_html_components/Meta.py @@ -42,7 +42,7 @@ class Meta(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, charSet=Component._NO_DEFAULT_ARG, content=Component._NO_DEFAULT_ARG, httpEquiv=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, charSet=Component._NO_DEFAULT_ARG, content=Component._NO_DEFAULT_ARG, httpEquiv=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'charSet', 'content', 'httpEquiv', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Meta' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Meter.py b/dash_html_components/Meter.py index 97c40654..fb36a5bd 100644 --- a/dash_html_components/Meter.py +++ b/dash_html_components/Meter.py @@ -45,7 +45,7 @@ class Meter(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, high=Component._NO_DEFAULT_ARG, low=Component._NO_DEFAULT_ARG, max=Component._NO_DEFAULT_ARG, min=Component._NO_DEFAULT_ARG, optimum=Component._NO_DEFAULT_ARG, value=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, high=Component._NO_DEFAULT_ARG, low=Component._NO_DEFAULT_ARG, max=Component._NO_DEFAULT_ARG, min=Component._NO_DEFAULT_ARG, optimum=Component._NO_DEFAULT_ARG, value=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'high', 'low', 'max', 'min', 'optimum', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Meter' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Multicol.py b/dash_html_components/Multicol.py index 53bb5ea3..7f258bfa 100644 --- a/dash_html_components/Multicol.py +++ b/dash_html_components/Multicol.py @@ -38,7 +38,7 @@ class Multicol(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Multicol' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Nav.py b/dash_html_components/Nav.py index 2b29cad0..3597c687 100644 --- a/dash_html_components/Nav.py +++ b/dash_html_components/Nav.py @@ -38,7 +38,7 @@ class Nav(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Nav' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Nextid.py b/dash_html_components/Nextid.py index 2a335522..f00c5df4 100644 --- a/dash_html_components/Nextid.py +++ b/dash_html_components/Nextid.py @@ -38,7 +38,7 @@ class Nextid(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Nextid' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Nobr.py b/dash_html_components/Nobr.py index 31f45792..5120407e 100644 --- a/dash_html_components/Nobr.py +++ b/dash_html_components/Nobr.py @@ -38,7 +38,7 @@ class Nobr(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Nobr' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Noscript.py b/dash_html_components/Noscript.py index 0f50e563..37a509cb 100644 --- a/dash_html_components/Noscript.py +++ b/dash_html_components/Noscript.py @@ -38,7 +38,7 @@ class Noscript(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Noscript' self._namespace = 'dash_html_components' diff --git a/dash_html_components/ObjectEl.py b/dash_html_components/ObjectEl.py index 9e5ad39e..c986e990 100644 --- a/dash_html_components/ObjectEl.py +++ b/dash_html_components/ObjectEl.py @@ -44,7 +44,7 @@ class ObjectEl(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, height=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, type=Component._NO_DEFAULT_ARG, useMap=Component._NO_DEFAULT_ARG, width=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, height=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, type=Component._NO_DEFAULT_ARG, useMap=Component._NO_DEFAULT_ARG, width=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'height', 'name', 'type', 'useMap', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'ObjectEl' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Ol.py b/dash_html_components/Ol.py index ba81fc06..26d16dc9 100644 --- a/dash_html_components/Ol.py +++ b/dash_html_components/Ol.py @@ -40,7 +40,7 @@ class Ol(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, reversed=Component._NO_DEFAULT_ARG, start=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, reversed=Component._NO_DEFAULT_ARG, start=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'reversed', 'start', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Ol' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Optgroup.py b/dash_html_components/Optgroup.py index 33108f24..afda1943 100644 --- a/dash_html_components/Optgroup.py +++ b/dash_html_components/Optgroup.py @@ -39,7 +39,7 @@ class Optgroup(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Optgroup' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Option.py b/dash_html_components/Option.py index d4c30f43..5881c797 100644 --- a/dash_html_components/Option.py +++ b/dash_html_components/Option.py @@ -41,7 +41,7 @@ class Option(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, selected=Component._NO_DEFAULT_ARG, value=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, selected=Component._NO_DEFAULT_ARG, value=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'disabled', 'selected', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Option' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Output.py b/dash_html_components/Output.py index 68cc0c84..a9202ca3 100644 --- a/dash_html_components/Output.py +++ b/dash_html_components/Output.py @@ -41,7 +41,7 @@ class Output(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, htmlFor=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, htmlFor=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'htmlFor', 'form', 'name', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Output' self._namespace = 'dash_html_components' diff --git a/dash_html_components/P.py b/dash_html_components/P.py index 51ef451a..128441a1 100644 --- a/dash_html_components/P.py +++ b/dash_html_components/P.py @@ -38,7 +38,7 @@ class P(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'P' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Param.py b/dash_html_components/Param.py index ed0c84ce..5929a281 100644 --- a/dash_html_components/Param.py +++ b/dash_html_components/Param.py @@ -40,7 +40,7 @@ class Param(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, value=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, value=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'name', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Param' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Picture.py b/dash_html_components/Picture.py index 84d884fd..93ec8dea 100644 --- a/dash_html_components/Picture.py +++ b/dash_html_components/Picture.py @@ -38,7 +38,7 @@ class Picture(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Picture' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Plaintext.py b/dash_html_components/Plaintext.py index bd82b716..6ceb0bf7 100644 --- a/dash_html_components/Plaintext.py +++ b/dash_html_components/Plaintext.py @@ -38,7 +38,7 @@ class Plaintext(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Plaintext' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Pre.py b/dash_html_components/Pre.py index 0d6cdd0c..8a67f595 100644 --- a/dash_html_components/Pre.py +++ b/dash_html_components/Pre.py @@ -38,7 +38,7 @@ class Pre(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Pre' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Progress.py b/dash_html_components/Progress.py index 3a543048..45e5bb83 100644 --- a/dash_html_components/Progress.py +++ b/dash_html_components/Progress.py @@ -41,7 +41,7 @@ class Progress(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, max=Component._NO_DEFAULT_ARG, value=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, max=Component._NO_DEFAULT_ARG, value=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'form', 'max', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Progress' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Q.py b/dash_html_components/Q.py index 1aac7998..8ddefd46 100644 --- a/dash_html_components/Q.py +++ b/dash_html_components/Q.py @@ -39,7 +39,7 @@ class Q(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, cite=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, cite=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'cite', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Q' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Rb.py b/dash_html_components/Rb.py index 00bd1d44..b7fe48e3 100644 --- a/dash_html_components/Rb.py +++ b/dash_html_components/Rb.py @@ -38,7 +38,7 @@ class Rb(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Rb' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Rp.py b/dash_html_components/Rp.py index c2ddda07..21a57220 100644 --- a/dash_html_components/Rp.py +++ b/dash_html_components/Rp.py @@ -38,7 +38,7 @@ class Rp(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Rp' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Rt.py b/dash_html_components/Rt.py index 28c36564..1c278c9b 100644 --- a/dash_html_components/Rt.py +++ b/dash_html_components/Rt.py @@ -38,7 +38,7 @@ class Rt(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Rt' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Rtc.py b/dash_html_components/Rtc.py index 5f4f7f58..1c00527a 100644 --- a/dash_html_components/Rtc.py +++ b/dash_html_components/Rtc.py @@ -38,7 +38,7 @@ class Rtc(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Rtc' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Ruby.py b/dash_html_components/Ruby.py index b6188669..1c59b15f 100644 --- a/dash_html_components/Ruby.py +++ b/dash_html_components/Ruby.py @@ -38,7 +38,7 @@ class Ruby(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Ruby' self._namespace = 'dash_html_components' diff --git a/dash_html_components/S.py b/dash_html_components/S.py index 1654f9f5..9cf579a5 100644 --- a/dash_html_components/S.py +++ b/dash_html_components/S.py @@ -38,7 +38,7 @@ class S(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'S' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Samp.py b/dash_html_components/Samp.py index fbe76ede..082b0725 100644 --- a/dash_html_components/Samp.py +++ b/dash_html_components/Samp.py @@ -38,7 +38,7 @@ class Samp(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Samp' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Script.py b/dash_html_components/Script.py index 8b26a87a..d4ac9f88 100644 --- a/dash_html_components/Script.py +++ b/dash_html_components/Script.py @@ -45,7 +45,7 @@ class Script(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, async=Component._NO_DEFAULT_ARG, charSet=Component._NO_DEFAULT_ARG, crossOrigin=Component._NO_DEFAULT_ARG, defer=Component._NO_DEFAULT_ARG, integrity=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, type=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, async=Component._NO_DEFAULT_ARG, charSet=Component._NO_DEFAULT_ARG, crossOrigin=Component._NO_DEFAULT_ARG, defer=Component._NO_DEFAULT_ARG, integrity=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, type=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'async', 'charSet', 'crossOrigin', 'defer', 'integrity', 'src', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Script' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Section.py b/dash_html_components/Section.py index 6fef33ba..4edba3b0 100644 --- a/dash_html_components/Section.py +++ b/dash_html_components/Section.py @@ -38,7 +38,7 @@ class Section(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Section' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Select.py b/dash_html_components/Select.py index 8bc3983c..ed18a9ae 100644 --- a/dash_html_components/Select.py +++ b/dash_html_components/Select.py @@ -45,7 +45,7 @@ class Select(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, autoFocus=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, multiple=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, required=Component._NO_DEFAULT_ARG, size=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, autoFocus=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, multiple=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, required=Component._NO_DEFAULT_ARG, size=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoFocus', 'disabled', 'form', 'multiple', 'name', 'required', 'size', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Select' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Shadow.py b/dash_html_components/Shadow.py index 2a36a321..653293e2 100644 --- a/dash_html_components/Shadow.py +++ b/dash_html_components/Shadow.py @@ -38,7 +38,7 @@ class Shadow(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Shadow' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Slot.py b/dash_html_components/Slot.py index 01545a2f..8149b343 100644 --- a/dash_html_components/Slot.py +++ b/dash_html_components/Slot.py @@ -38,7 +38,7 @@ class Slot(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Slot' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Small.py b/dash_html_components/Small.py index dbf62766..d3a4d07d 100644 --- a/dash_html_components/Small.py +++ b/dash_html_components/Small.py @@ -38,7 +38,7 @@ class Small(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Small' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Source.py b/dash_html_components/Source.py index 16f39ef0..fcdfc9c5 100644 --- a/dash_html_components/Source.py +++ b/dash_html_components/Source.py @@ -42,7 +42,7 @@ class Source(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, media=Component._NO_DEFAULT_ARG, sizes=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, type=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, media=Component._NO_DEFAULT_ARG, sizes=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, type=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'media', 'sizes', 'src', 'type', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Source' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Spacer.py b/dash_html_components/Spacer.py index e8887426..66695b0b 100644 --- a/dash_html_components/Spacer.py +++ b/dash_html_components/Spacer.py @@ -38,7 +38,7 @@ class Spacer(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Spacer' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Span.py b/dash_html_components/Span.py index cac9a2c4..3d7b72a1 100644 --- a/dash_html_components/Span.py +++ b/dash_html_components/Span.py @@ -38,7 +38,7 @@ class Span(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Span' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Strike.py b/dash_html_components/Strike.py index 43573861..753b78c4 100644 --- a/dash_html_components/Strike.py +++ b/dash_html_components/Strike.py @@ -38,7 +38,7 @@ class Strike(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Strike' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Strong.py b/dash_html_components/Strong.py index 454d94e0..a1e99ca7 100644 --- a/dash_html_components/Strong.py +++ b/dash_html_components/Strong.py @@ -38,7 +38,7 @@ class Strong(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Strong' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Sub.py b/dash_html_components/Sub.py index 94980043..50fb75df 100644 --- a/dash_html_components/Sub.py +++ b/dash_html_components/Sub.py @@ -38,7 +38,7 @@ class Sub(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Sub' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Summary.py b/dash_html_components/Summary.py index de8aa41f..92df9fe7 100644 --- a/dash_html_components/Summary.py +++ b/dash_html_components/Summary.py @@ -38,7 +38,7 @@ class Summary(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Summary' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Sup.py b/dash_html_components/Sup.py index f31c9ccd..c7e07b75 100644 --- a/dash_html_components/Sup.py +++ b/dash_html_components/Sup.py @@ -38,7 +38,7 @@ class Sup(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Sup' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Table.py b/dash_html_components/Table.py index 67812e9b..54e821cd 100644 --- a/dash_html_components/Table.py +++ b/dash_html_components/Table.py @@ -39,7 +39,7 @@ class Table(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, summary=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, summary=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'summary', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Table' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Tbody.py b/dash_html_components/Tbody.py index 3ffa7bf3..4761f68c 100644 --- a/dash_html_components/Tbody.py +++ b/dash_html_components/Tbody.py @@ -38,7 +38,7 @@ class Tbody(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Tbody' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Td.py b/dash_html_components/Td.py index b47dd553..9fcd4f27 100644 --- a/dash_html_components/Td.py +++ b/dash_html_components/Td.py @@ -41,7 +41,7 @@ class Td(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, colSpan=Component._NO_DEFAULT_ARG, headers=Component._NO_DEFAULT_ARG, rowSpan=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, colSpan=Component._NO_DEFAULT_ARG, headers=Component._NO_DEFAULT_ARG, rowSpan=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'colSpan', 'headers', 'rowSpan', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Td' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Template.py b/dash_html_components/Template.py index 796ed350..a4f65a9b 100644 --- a/dash_html_components/Template.py +++ b/dash_html_components/Template.py @@ -38,7 +38,7 @@ class Template(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Template' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Textarea.py b/dash_html_components/Textarea.py index ad2ff78a..f8aa954e 100644 --- a/dash_html_components/Textarea.py +++ b/dash_html_components/Textarea.py @@ -51,7 +51,7 @@ class Textarea(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, autoComplete=Component._NO_DEFAULT_ARG, autoFocus=Component._NO_DEFAULT_ARG, cols=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, maxLength=Component._NO_DEFAULT_ARG, minLength=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, placeholder=Component._NO_DEFAULT_ARG, readOnly=Component._NO_DEFAULT_ARG, required=Component._NO_DEFAULT_ARG, rows=Component._NO_DEFAULT_ARG, wrap=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, autoComplete=Component._NO_DEFAULT_ARG, autoFocus=Component._NO_DEFAULT_ARG, cols=Component._NO_DEFAULT_ARG, disabled=Component._NO_DEFAULT_ARG, form=Component._NO_DEFAULT_ARG, maxLength=Component._NO_DEFAULT_ARG, minLength=Component._NO_DEFAULT_ARG, name=Component._NO_DEFAULT_ARG, placeholder=Component._NO_DEFAULT_ARG, readOnly=Component._NO_DEFAULT_ARG, required=Component._NO_DEFAULT_ARG, rows=Component._NO_DEFAULT_ARG, wrap=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoComplete', 'autoFocus', 'cols', 'disabled', 'form', 'maxLength', 'minLength', 'name', 'placeholder', 'readOnly', 'required', 'rows', 'wrap', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Textarea' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Tfoot.py b/dash_html_components/Tfoot.py index feee5da3..eeffb290 100644 --- a/dash_html_components/Tfoot.py +++ b/dash_html_components/Tfoot.py @@ -38,7 +38,7 @@ class Tfoot(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Tfoot' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Th.py b/dash_html_components/Th.py index 814ca70a..01622bbe 100644 --- a/dash_html_components/Th.py +++ b/dash_html_components/Th.py @@ -42,7 +42,7 @@ class Th(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, colSpan=Component._NO_DEFAULT_ARG, headers=Component._NO_DEFAULT_ARG, rowSpan=Component._NO_DEFAULT_ARG, scope=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, colSpan=Component._NO_DEFAULT_ARG, headers=Component._NO_DEFAULT_ARG, rowSpan=Component._NO_DEFAULT_ARG, scope=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'colSpan', 'headers', 'rowSpan', 'scope', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Th' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Thead.py b/dash_html_components/Thead.py index 405c1daa..c0cca8a9 100644 --- a/dash_html_components/Thead.py +++ b/dash_html_components/Thead.py @@ -38,7 +38,7 @@ class Thead(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Thead' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Time.py b/dash_html_components/Time.py index 865025a0..93777550 100644 --- a/dash_html_components/Time.py +++ b/dash_html_components/Time.py @@ -39,7 +39,7 @@ class Time(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, dateTime=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, dateTime=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'dateTime', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Time' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Title.py b/dash_html_components/Title.py index 45f5d4f8..d83edeac 100644 --- a/dash_html_components/Title.py +++ b/dash_html_components/Title.py @@ -38,7 +38,7 @@ class Title(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Title' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Tr.py b/dash_html_components/Tr.py index 4869db29..341f05c9 100644 --- a/dash_html_components/Tr.py +++ b/dash_html_components/Tr.py @@ -38,7 +38,7 @@ class Tr(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Tr' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Track.py b/dash_html_components/Track.py index e5c59ae8..e1e0c29e 100644 --- a/dash_html_components/Track.py +++ b/dash_html_components/Track.py @@ -43,7 +43,7 @@ class Track(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, default=Component._NO_DEFAULT_ARG, kind=Component._NO_DEFAULT_ARG, label=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, srcLang=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, default=Component._NO_DEFAULT_ARG, kind=Component._NO_DEFAULT_ARG, label=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, srcLang=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'default', 'kind', 'label', 'src', 'srcLang', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Track' self._namespace = 'dash_html_components' diff --git a/dash_html_components/U.py b/dash_html_components/U.py index 26581a11..0437af52 100644 --- a/dash_html_components/U.py +++ b/dash_html_components/U.py @@ -38,7 +38,7 @@ class U(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'U' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Ul.py b/dash_html_components/Ul.py index 2c72bec4..c6816306 100644 --- a/dash_html_components/Ul.py +++ b/dash_html_components/Ul.py @@ -38,7 +38,7 @@ class Ul(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Ul' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Var.py b/dash_html_components/Var.py index 1a4f53b4..030ca3bf 100644 --- a/dash_html_components/Var.py +++ b/dash_html_components/Var.py @@ -38,7 +38,7 @@ class Var(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Var' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Video.py b/dash_html_components/Video.py index e25bc0f3..9801804c 100644 --- a/dash_html_components/Video.py +++ b/dash_html_components/Video.py @@ -48,7 +48,7 @@ class Video(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, autoPlay=Component._NO_DEFAULT_ARG, controls=Component._NO_DEFAULT_ARG, crossOrigin=Component._NO_DEFAULT_ARG, height=Component._NO_DEFAULT_ARG, loop=Component._NO_DEFAULT_ARG, muted=Component._NO_DEFAULT_ARG, poster=Component._NO_DEFAULT_ARG, preload=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, width=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, autoPlay=Component._NO_DEFAULT_ARG, controls=Component._NO_DEFAULT_ARG, crossOrigin=Component._NO_DEFAULT_ARG, height=Component._NO_DEFAULT_ARG, loop=Component._NO_DEFAULT_ARG, muted=Component._NO_DEFAULT_ARG, poster=Component._NO_DEFAULT_ARG, preload=Component._NO_DEFAULT_ARG, src=Component._NO_DEFAULT_ARG, width=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'autoPlay', 'controls', 'crossOrigin', 'height', 'loop', 'muted', 'poster', 'preload', 'src', 'width', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Video' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Wbr.py b/dash_html_components/Wbr.py index 959ef5d2..0bcfc4dd 100644 --- a/dash_html_components/Wbr.py +++ b/dash_html_components/Wbr.py @@ -38,7 +38,7 @@ class Wbr(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Wbr' self._namespace = 'dash_html_components' diff --git a/dash_html_components/Xmp.py b/dash_html_components/Xmp.py index 8d507a02..3aab0856 100644 --- a/dash_html_components/Xmp.py +++ b/dash_html_components/Xmp.py @@ -38,7 +38,7 @@ class Xmp(Component): Available events: 'click'""" @_explicitize_args - def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, fireEvent=Component._NO_DEFAULT_ARG, dashEvents=Component._NO_DEFAULT_ARG, **kwargs): + def __init__(self, children=None, id=Component._NO_DEFAULT_ARG, n_clicks=0, n_clicks_timestamp=-1, key=Component._NO_DEFAULT_ARG, role=Component._NO_DEFAULT_ARG, accessKey=Component._NO_DEFAULT_ARG, className=Component._NO_DEFAULT_ARG, contentEditable=Component._NO_DEFAULT_ARG, contextMenu=Component._NO_DEFAULT_ARG, dir=Component._NO_DEFAULT_ARG, draggable=Component._NO_DEFAULT_ARG, hidden=Component._NO_DEFAULT_ARG, lang=Component._NO_DEFAULT_ARG, spellCheck=Component._NO_DEFAULT_ARG, style=Component._NO_DEFAULT_ARG, tabIndex=Component._NO_DEFAULT_ARG, title=Component._NO_DEFAULT_ARG, **kwargs): self._prop_names = ['children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'data-*', 'aria-*', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title'] self._type = 'Xmp' self._namespace = 'dash_html_components'