From 5bf22fc7e3c392c8bd44315ca2d06d7dca7d084e Mon Sep 17 00:00:00 2001 From: sotech117 Date: Thu, 31 Jul 2025 17:27:24 -0400 Subject: add code for analysis of data --- .../lib/python3.8/site-packages/dash/html/.gitkeep | 0 venv/lib/python3.8/site-packages/dash/html/A.py | 231 +++++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Abbr.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/Acronym.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/Address.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Area.py | 237 ++++++++++++++++++ .../python3.8/site-packages/dash/html/Article.py | 179 ++++++++++++++ .../lib/python3.8/site-packages/dash/html/Aside.py | 179 ++++++++++++++ .../lib/python3.8/site-packages/dash/html/Audio.py | 229 +++++++++++++++++ venv/lib/python3.8/site-packages/dash/html/B.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Base.py | 193 +++++++++++++++ .../python3.8/site-packages/dash/html/Basefont.py | 183 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Bdi.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Bdo.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Big.py | 179 ++++++++++++++ .../lib/python3.8/site-packages/dash/html/Blink.py | 183 ++++++++++++++ .../site-packages/dash/html/Blockquote.py | 185 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Br.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/Button.py | 270 ++++++++++++++++++++ .../python3.8/site-packages/dash/html/Canvas.py | 197 +++++++++++++++ .../python3.8/site-packages/dash/html/Caption.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/Center.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Cite.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Code.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Col.py | 184 ++++++++++++++ .../python3.8/site-packages/dash/html/Colgroup.py | 184 ++++++++++++++ .../python3.8/site-packages/dash/html/Content.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Data.py | 186 ++++++++++++++ .../python3.8/site-packages/dash/html/Datalist.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Dd.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Del.py | 191 ++++++++++++++ .../python3.8/site-packages/dash/html/Details.py | 187 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Dfn.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/Dialog.py | 187 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Div.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Dl.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Dt.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Em.py | 179 ++++++++++++++ .../lib/python3.8/site-packages/dash/html/Embed.py | 209 ++++++++++++++++ .../python3.8/site-packages/dash/html/Fieldset.py | 200 +++++++++++++++ .../site-packages/dash/html/Figcaption.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/Figure.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Font.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/Footer.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Form.py | 242 ++++++++++++++++++ .../lib/python3.8/site-packages/dash/html/Frame.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/Frameset.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/H1.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/H2.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/H3.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/H4.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/H5.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/H6.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/Header.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/Hgroup.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Hr.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/I.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/Iframe.py | 234 ++++++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Img.py | 237 ++++++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Ins.py | 191 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Kbd.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/Keygen.py | 184 ++++++++++++++ .../lib/python3.8/site-packages/dash/html/Label.py | 191 ++++++++++++++ .../python3.8/site-packages/dash/html/Legend.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Li.py | 186 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Link.py | 235 ++++++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Main.py | 179 ++++++++++++++ .../lib/python3.8/site-packages/dash/html/MapEl.py | 186 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Mark.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/Marquee.py | 190 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Meta.py | 210 ++++++++++++++++ .../lib/python3.8/site-packages/dash/html/Meter.py | 222 +++++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Nav.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Nobr.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/Noscript.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/ObjectEl.py | 227 +++++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Ol.py | 200 +++++++++++++++ .../python3.8/site-packages/dash/html/Optgroup.py | 193 +++++++++++++++ .../python3.8/site-packages/dash/html/Option.py | 208 ++++++++++++++++ .../python3.8/site-packages/dash/html/Output.py | 203 +++++++++++++++ venv/lib/python3.8/site-packages/dash/html/P.py | 179 ++++++++++++++ .../lib/python3.8/site-packages/dash/html/Param.py | 193 +++++++++++++++ .../python3.8/site-packages/dash/html/Picture.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/Plaintext.py | 185 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Pre.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/Progress.py | 198 +++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Q.py | 185 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Rb.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Rp.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Rt.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Rtc.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Ruby.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/S.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Samp.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/Script.py | 227 +++++++++++++++++ .../python3.8/site-packages/dash/html/Section.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/Select.py | 240 ++++++++++++++++++ .../python3.8/site-packages/dash/html/Shadow.py | 184 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Slot.py | 179 ++++++++++++++ .../lib/python3.8/site-packages/dash/html/Small.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/Source.py | 209 ++++++++++++++++ .../python3.8/site-packages/dash/html/Spacer.py | 183 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Span.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/Strike.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/Strong.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Sub.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/Summary.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Sup.py | 179 ++++++++++++++ .../lib/python3.8/site-packages/dash/html/Table.py | 179 ++++++++++++++ .../lib/python3.8/site-packages/dash/html/Tbody.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Td.py | 198 +++++++++++++++ .../python3.8/site-packages/dash/html/Template.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/Textarea.py | 275 +++++++++++++++++++++ .../lib/python3.8/site-packages/dash/html/Tfoot.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Th.py | 205 +++++++++++++++ .../lib/python3.8/site-packages/dash/html/Thead.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Time.py | 185 ++++++++++++++ .../lib/python3.8/site-packages/dash/html/Title.py | 184 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Tr.py | 179 ++++++++++++++ .../lib/python3.8/site-packages/dash/html/Track.py | 211 ++++++++++++++++ venv/lib/python3.8/site-packages/dash/html/U.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Ul.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Var.py | 179 ++++++++++++++ .../lib/python3.8/site-packages/dash/html/Video.py | 254 +++++++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Wbr.py | 179 ++++++++++++++ venv/lib/python3.8/site-packages/dash/html/Xmp.py | 179 ++++++++++++++ .../python3.8/site-packages/dash/html/__init__.py | 59 +++++ .../python3.8/site-packages/dash/html/_imports_.py | 253 +++++++++++++++++++ .../dash/html/dash_html_components.min.js | 2 + .../dash/html/dash_html_components.min.js.map | 1 + 130 files changed, 24031 insertions(+) create mode 100644 venv/lib/python3.8/site-packages/dash/html/.gitkeep create mode 100644 venv/lib/python3.8/site-packages/dash/html/A.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Abbr.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Acronym.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Address.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Area.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Article.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Aside.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Audio.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/B.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Base.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Basefont.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Bdi.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Bdo.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Big.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Blink.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Blockquote.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Br.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Button.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Canvas.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Caption.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Center.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Cite.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Code.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Col.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Colgroup.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Content.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Data.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Datalist.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Dd.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Del.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Details.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Dfn.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Dialog.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Div.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Dl.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Dt.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Em.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Embed.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Fieldset.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Figcaption.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Figure.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Font.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Footer.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Form.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Frame.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Frameset.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/H1.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/H2.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/H3.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/H4.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/H5.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/H6.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Header.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Hgroup.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Hr.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/I.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Iframe.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Img.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Ins.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Kbd.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Keygen.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Label.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Legend.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Li.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Link.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Main.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/MapEl.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Mark.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Marquee.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Meta.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Meter.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Nav.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Nobr.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Noscript.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/ObjectEl.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Ol.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Optgroup.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Option.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Output.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/P.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Param.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Picture.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Plaintext.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Pre.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Progress.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Q.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Rb.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Rp.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Rt.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Rtc.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Ruby.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/S.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Samp.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Script.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Section.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Select.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Shadow.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Slot.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Small.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Source.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Spacer.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Span.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Strike.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Strong.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Sub.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Summary.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Sup.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Table.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Tbody.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Td.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Template.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Textarea.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Tfoot.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Th.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Thead.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Time.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Title.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Tr.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Track.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/U.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Ul.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Var.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Video.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Wbr.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/Xmp.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/__init__.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/_imports_.py create mode 100644 venv/lib/python3.8/site-packages/dash/html/dash_html_components.min.js create mode 100644 venv/lib/python3.8/site-packages/dash/html/dash_html_components.min.js.map (limited to 'venv/lib/python3.8/site-packages/dash/html') diff --git a/venv/lib/python3.8/site-packages/dash/html/.gitkeep b/venv/lib/python3.8/site-packages/dash/html/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.8/site-packages/dash/html/A.py b/venv/lib/python3.8/site-packages/dash/html/A.py new file mode 100644 index 0000000..51989ab --- /dev/null +++ b/venv/lib/python3.8/site-packages/dash/html/A.py @@ -0,0 +1,231 @@ +# AUTO GENERATED FILE - DO NOT EDIT + +import typing # noqa: F401 +from typing_extensions import TypedDict, NotRequired, Literal # noqa: F401 +from dash.development.base_component import Component, _explicitize_args + +ComponentType = typing.Union[ + str, + int, + float, + Component, + None, + typing.Sequence[typing.Union[str, int, float, Component, None]], +] + +NumberType = typing.Union[ + typing.SupportsFloat, typing.SupportsInt, typing.SupportsComplex +] + + +class A(Component): + """An A component. + A is a wrapper for the HTML5 element. + For detailed attribute info see: + https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a + + 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. + + - accessKey (string; optional): + Keyboard shortcut to activate or add focus to the element. + + - aria-* (string; optional): + A wildcard aria attribute. + + - className (string; optional): + Often used with CSS to style elements with common properties. + + - contentEditable (string; optional): + Indicates whether the element's content is editable. + + - data-* (string; optional): + A wildcard data attribute. + + - dir (string; optional): + Defines the text direction. Allowed values are ltr (Left-To-Right) + or rtl (Right-To-Left). + + - disable_n_clicks (boolean; optional): + When True, this will disable the n_clicks prop. Use this to + remove event listeners that may interfere with screen readers. + + - download (string; optional): + Indicates that the hyperlink is to be used for downloading a + resource. + + - draggable (string; optional): + Defines whether the element can be dragged. + + - hidden (a value equal to: 'hidden', 'HIDDEN' | boolean; optional): + Prevents rendering of given element, while keeping child elements, + e.g. script elements, active. + + - href (string; optional): + The URL of a linked resource. + + - hrefLang (string; optional): + Specifies the language of the linked resource. + + - 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. + + - lang (string; optional): + Defines the language used in the element. + + - media (string; optional): + Specifies a hint of the media for which the linked resource was + designed. + + - n_clicks (number; default 0): + An integer that represents the number of times that this element + has been clicked on. + + - n_clicks_timestamp (number; default -1): + 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. + + - referrerPolicy (string; optional): + Specifies which referrer is sent when fetching the resource. + + - rel (string; optional): + Specifies the relationship of the target object to the link + object. + + - role (string; optional): + Defines an explicit role for an element for use by assistive + technologies. + + - shape (string; optional) + + - spellCheck (string; optional): + Indicates whether spell checking is allowed for the element. + + - tabIndex (string | number; optional): + Overrides the browser's default tab order and follows the one + specified instead. + + - target (string; optional): + Specifies where to open the linked document (in the case of an + element) or where to display the response received (in the case of + a
element). + + - title (string; optional): + Text to be displayed in a tooltip when hovering over the element.""" + + _children_props = [] + _base_nodes = ["children"] + _namespace = "dash_html_components" + _type = "A" + + def __init__( + self, + children: typing.Optional[ComponentType] = None, + id: typing.Optional[typing.Union[str, dict]] = None, + n_clicks: typing.Optional[NumberType] = None, + n_clicks_timestamp: typing.Optional[NumberType] = None, + disable_n_clicks: typing.Optional[bool] = None, + key: typing.Optional[str] = None, + download: typing.Optional[str] = None, + href: typing.Optional[str] = None, + hrefLang: typing.Optional[str] = None, + media: typing.Optional[str] = None, + referrerPolicy: typing.Optional[str] = None, + rel: typing.Optional[str] = None, + shape: typing.Optional[str] = None, + target: typing.Optional[str] = None, + accessKey: typing.Optional[str] = None, + className: typing.Optional[str] = None, + contentEditable: typing.Optional[str] = None, + dir: typing.Optional[str] = None, + draggable: typing.Optional[str] = None, + hidden: typing.Optional[typing.Union[Literal["hidden", "HIDDEN"], bool]] = None, + lang: typing.Optional[str] = None, + role: typing.Optional[str] = None, + spellCheck: typing.Optional[str] = None, + style: typing.Optional[typing.Any] = None, + tabIndex: typing.Optional[typing.Union[str, NumberType]] = None, + title: typing.Optional[str] = None, + **kwargs + ): + self._prop_names = [ + "children", + "id", + "accessKey", + "aria-*", + "className", + "contentEditable", + "data-*", + "dir", + "disable_n_clicks", + "download", + "draggable", + "hidden", + "href", + "hrefLang", + "key", + "lang", + "media", + "n_clicks", + "n_clicks_timestamp", + "referrerPolicy", + "rel", + "role", + "shape", + "spellCheck", + "style", + "tabIndex", + "target", + "title", + ] + self._valid_wildcard_attributes = ["data-", "aria-"] + self.available_properties = [ + "children", + "id", + "accessKey", + "aria-*", + "className", + "contentEditable", + "data-*", + "dir", + "disable_n_clicks", + "download", + "draggable", + "hidden", + "href", + "hrefLang", + "key", + "lang", + "media", + "n_clicks", + "n_clicks_timestamp", + "referrerPolicy", + "rel", + "role", + "shape", + "spellCheck", + "style", + "tabIndex", + "target", + "title", + ] + self.available_wildcard_properties = ["data-", "aria-"] + _explicit_args = kwargs.pop("_explicit_args") + _locals = locals() + _locals.update(kwargs) # For wildcard attrs and excess named props + args = {k: _locals[k] for k in _explicit_args if k != "children"} + + super(A, self).__init__(children=children, **args) + + +setattr(A, "__init__", _explicitize_args(A.__init__)) diff --git a/venv/lib/python3.8/site-packages/dash/html/Abbr.py b/venv/lib/python3.8/site-packages/dash/html/Abbr.py new file mode 100644 index 0000000..d2c91eb --- /dev/null +++ b/venv/lib/python3.8/site-packages/dash/html/Abbr.py @@ -0,0 +1,179 @@ +# AUTO GENERATED FILE - DO NOT EDIT + +import typing # noqa: F401 +from typing_extensions import TypedDict, NotRequired, Literal # noqa: F401 +from dash.development.base_component import Component, _explicitize_args + +ComponentType = typing.Union[ + str, + int, + float, + Component, + None, + typing.Sequence[typing.Union[str, int, float, Component, None]], +] + +NumberType = typing.Union[ + typing.SupportsFloat, typing.SupportsInt, typing.SupportsComplex +] + + +class Abbr(Component): + """An Abbr component. + Abbr is a wrapper for the HTML5 element. + For detailed attribute info see: + https://developer.mozilla.org/en-US/docs/Web/HTML/Element/abbr + + 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. + + - accessKey (string; optional): + Keyboard shortcut to activate or add focus to the element. + + - aria-* (string; optional): + A wildcard aria attribute. + + - className (string; optional): + Often used with CSS to style elements with common properties. + + - contentEditable (string; optional): + Indicates whether the element's content is editable. + + - data-* (string; optional): + A wildcard data attribute. + + - dir (string; optional): + Defines the text direction. Allowed values are ltr (Left-To-Right) + or rtl (Right-To-Left). + + - disable_n_clicks (boolean; optional): + When True, this will disable the n_clicks prop. Use this to + remove event listeners that may interfere with screen readers. + + - draggable (string; optional): + Defines whether the element can be dragged. + + - hidden (a value equal to: 'hidden', 'HIDDEN' | boolean; optional): + Prevents rendering of given element, while keeping child elements, + e.g. script elements, active. + + - 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. + + - lang (string; optional): + Defines the language used in the element. + + - n_clicks (number; default 0): + An integer that represents the number of times that this element + has been clicked on. + + - n_clicks_timestamp (number; default -1): + 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. + + - role (string; optional): + Defines an explicit role for an element for use by assistive + technologies. + + - spellCheck (string; optional): + Indicates whether spell checking is allowed for the element. + + - tabIndex (string | number; 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.""" + + _children_props = [] + _base_nodes = ["children"] + _namespace = "dash_html_components" + _type = "Abbr" + + def __init__( + self, + children: typing.Optional[ComponentType] = None, + id: typing.Optional[typing.Union[str, dict]] = None, + n_clicks: typing.Optional[NumberType] = None, + n_clicks_timestamp: typing.Optional[NumberType] = None, + disable_n_clicks: typing.Optional[bool] = None, + key: typing.Optional[str] = None, + accessKey: typing.Optional[str] = None, + className: typing.Optional[str] = None, + contentEditable: typing.Optional[str] = None, + dir: typing.Optional[str] = None, + draggable: typing.Optional[str] = None, + hidden: typing.Optional[typing.Union[Literal["hidden", "HIDDEN"], bool]] = None, + lang: typing.Optional[str] = None, + role: typing.Optional[str] = None, + spellCheck: typing.Optional[str] = None, + style: typing.Optional[typing.Any] = None, + tabIndex: typing.Optional[typing.Union[str, NumberType]] = None, + title: typing.Optional[str] = None, + **kwargs + ): + self._prop_names = [ + "children", + "id", + "accessKey", + "aria-*", + "className", + "contentEditable", + "data-*", + "dir", + "disable_n_clicks", + "draggable", + "hidden", + "key", + "lang", + "n_clicks", + "n_clicks_timestamp", + "role", + "spellCheck", + "style", + "tabIndex", + "title", + ] + self._valid_wildcard_attributes = ["data-", "aria-"] + self.available_properties = [ + "children", + "id", + "accessKey", + "aria-*", + "className", + "contentEditable", + "data-*", + "dir", + "disable_n_clicks", + "draggable", + "hidden", + "key", + "lang", + "n_clicks", + "n_clicks_timestamp", + "role", + "spellCheck", + "style", + "tabIndex", + "title", + ] + self.available_wildcard_properties = ["data-", "aria-"] + _explicit_args = kwargs.pop("_explicit_args") + _locals = locals() + _locals.update(kwargs) # For wildcard attrs and excess named props + args = {k: _locals[k] for k in _explicit_args if k != "children"} + + super(Abbr, self).__init__(children=children, **args) + + +setattr(Abbr, "__init__", _explicitize_args(Abbr.__init__)) diff --git a/venv/lib/python3.8/site-packages/dash/html/Acronym.py b/venv/lib/python3.8/site-packages/dash/html/Acronym.py new file mode 100644 index 0000000..28a326c --- /dev/null +++ b/venv/lib/python3.8/site-packages/dash/html/Acronym.py @@ -0,0 +1,179 @@ +# AUTO GENERATED FILE - DO NOT EDIT + +import typing # noqa: F401 +from typing_extensions import TypedDict, NotRequired, Literal # noqa: F401 +from dash.development.base_component import Component, _explicitize_args + +ComponentType = typing.Union[ + str, + int, + float, + Component, + None, + typing.Sequence[typing.Union[str, int, float, Component, None]], +] + +NumberType = typing.Union[ + typing.SupportsFloat, typing.SupportsInt, typing.SupportsComplex +] + + +class Acronym(Component): + """An Acronym component. + Acronym is a wrapper for the HTML5 element. + For detailed attribute info see: + https://developer.mozilla.org/en-US/docs/Web/HTML/Element/acronym + + 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. + + - accessKey (string; optional): + Keyboard shortcut to activate or add focus to the element. + + - aria-* (string; optional): + A wildcard aria attribute. + + - className (string; optional): + Often used with CSS to style elements with common properties. + + - contentEditable (string; optional): + Indicates whether the element's content is editable. + + - data-* (string; optional): + A wildcard data attribute. + + - dir (string; optional): + Defines the text direction. Allowed values are ltr (Left-To-Right) + or rtl (Right-To-Left). + + - disable_n_clicks (boolean; optional): + When True, this will disable the n_clicks prop. Use this to + remove event listeners that may interfere with screen readers. + + - draggable (string; optional): + Defines whether the element can be dragged. + + - hidden (a value equal to: 'hidden', 'HIDDEN' | boolean; optional): + Prevents rendering of given element, while keeping child elements, + e.g. script elements, active. + + - 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. + + - lang (string; optional): + Defines the language used in the element. + + - n_clicks (number; default 0): + An integer that represents the number of times that this element + has been clicked on. + + - n_clicks_timestamp (number; default -1): + 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. + + - role (string; optional): + Defines an explicit role for an element for use by assistive + technologies. + + - spellCheck (string; optional): + Indicates whether spell checking is allowed for the element. + + - tabIndex (string | number; 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.""" + + _children_props = [] + _base_nodes = ["children"] + _namespace = "dash_html_components" + _type = "Acronym" + + def __init__( + self, + children: typing.Optional[ComponentType] = None, + id: typing.Optional[typing.Union[str, dict]] = None, + n_clicks: typing.Optional[NumberType] = None, + n_clicks_timestamp: typing.Optional[NumberType] = None, + disable_n_clicks: typing.Optional[bool] = None, + key: typing.Optional[str] = None, + accessKey: typing.Optional[str] = None, + className: typing.Optional[str] = None, + contentEditable: typing.Optional[str] = None, + dir: typing.Optional[str] = None, + draggable: typing.Optional[str] = None, + hidden: typing.Optional[typing.Union[Literal["hidden", "HIDDEN"], bool]] = None, + lang: typing.Optional[str] = None, + role: typing.Optional[str] = None, + spellCheck: typing.Optional[str] = None, + style: typing.Optional[typing.Any] = None, + tabIndex: typing.Optional[typing.Union[str, NumberType]] = None, + title: typing.Optional[str] = None, + **kwargs + ): + self._prop_names = [ + "children", + "id", + "accessKey", + "aria-*", + "className", + "contentEditable", + "data-*", + "dir", + "disable_n_clicks", + "draggable", + "hidden", + "key", + "lang", + "n_clicks", + "n_clicks_timestamp", + "role", + "spellCheck", + "style", + "tabIndex", + "title", + ] + self._valid_wildcard_attributes = ["data-", "aria-"] + self.available_properties = [ + "children", + "id", + "accessKey", + "aria-*", + "className", + "contentEditable", + "data-*", + "dir", + "disable_n_clicks", + "draggable", + "hidden", + "key", + "lang", + "n_clicks", + "n_clicks_timestamp", + "role", + "spellCheck", + "style", + "tabIndex", + "title", + ] + self.available_wildcard_properties = ["data-", "aria-"] + _explicit_args = kwargs.pop("_explicit_args") + _locals = locals() + _locals.update(kwargs) # For wildcard attrs and excess named props + args = {k: _locals[k] for k in _explicit_args if k != "children"} + + super(Acronym, self).__init__(children=children, **args) + + +setattr(Acronym, "__init__", _explicitize_args(Acronym.__init__)) diff --git a/venv/lib/python3.8/site-packages/dash/html/Address.py b/venv/lib/python3.8/site-packages/dash/html/Address.py new file mode 100644 index 0000000..708e6a8 --- /dev/null +++ b/venv/lib/python3.8/site-packages/dash/html/Address.py @@ -0,0 +1,179 @@ +# AUTO GENERATED FILE - DO NOT EDIT + +import typing # noqa: F401 +from typing_extensions import TypedDict, NotRequired, Literal # noqa: F401 +from dash.development.base_component import Component, _explicitize_args + +ComponentType = typing.Union[ + str, + int, + float, + Component, + None, + typing.Sequence[typing.Union[str, int, float, Component, None]], +] + +NumberType = typing.Union[ + typing.SupportsFloat, typing.SupportsInt, typing.SupportsComplex +] + + +class Address(Component): + """An Address component. + Address is a wrapper for the
HTML5 element. + For detailed attribute info see: + https://developer.mozilla.org/en-US/docs/Web/HTML/Element/address + + 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. + + - accessKey (string; optional): + Keyboard shortcut to activate or add focus to the element. + + - aria-* (string; optional): + A wildcard aria attribute. + + - className (string; optional): + Often used with CSS to style elements with common properties. + + - contentEditable (string; optional): + Indicates whether the element's content is editable. + + - data-* (string; optional): + A wildcard data attribute. + + - dir (string; optional): + Defines the text direction. Allowed values are ltr (Left-To-Right) + or rtl (Right-To-Left). + + - disable_n_clicks (boolean; optional): + When True, this will disable the n_clicks prop. Use this to + remove event listeners that may interfere with screen readers. + + - draggable (string; optional): + Defines whether the element can be dragged. + + - hidden (a value equal to: 'hidden', 'HIDDEN' | boolean; optional): + Prevents rendering of given element, while keeping child elements, + e.g. script elements, active. + + - 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. + + - lang (string; optional): + Defines the language used in the element. + + - n_clicks (number; default 0): + An integer that represents the number of times that this element + has been clicked on. + + - n_clicks_timestamp (number; default -1): + 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. + + - role (string; optional): + Defines an explicit role for an element for use by assistive + technologies. + + - spellCheck (string; optional): + Indicates whether spell checking is allowed for the element. + + - tabIndex (string | number; 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.""" + + _children_props = [] + _base_nodes = ["children"] + _namespace = "dash_html_components" + _type = "Address" + + def __init__( + self, + children: typing.Optional[ComponentType] = None, + id: typing.Optional[typing.Union[str, dict]] = None, + n_clicks: typing.Optional[NumberType] = None, + n_clicks_timestamp: typing.Optional[NumberType] = None, + disable_n_clicks: typing.Optional[bool] = None, + key: typing.Optional[str] = None, + accessKey: typing.Optional[str] = None, + className: typing.Optional[str] = None, + contentEditable: typing.Optional[str] = None, + dir: typing.Optional[str] = None, + draggable: typing.Optional[str] = None, + hidden: typing.Optional[typing.Union[Literal["hidden", "HIDDEN"], bool]] = None, + lang: typing.Optional[str] = None, + role: typing.Optional[str] = None, + spellCheck: typing.Optional[str] = None, + style: typing.Optional[typing.Any] = None, + tabIndex: typing.Optional[typing.Union[str, NumberType]] = None, + title: typing.Optional[str] = None, + **kwargs + ): + self._prop_names = [ + "children", + "id", + "accessKey", + "aria-*", + "className", + "contentEditable", + "data-*", + "dir", + "disable_n_clicks", + "draggable", + "hidden", + "key", + "lang", + "n_clicks", + "n_clicks_timestamp", + "role", + "spellCheck", + "style", + "tabIndex", + "title", + ] + self._valid_wildcard_attributes = ["data-", "aria-"] + self.available_properties = [ + "children", + "id", + "accessKey", + "aria-*", + "className", + "contentEditable", + "data-*", + "dir", + "disable_n_clicks", + "draggable", + "hidden", + "key", + "lang", + "n_clicks", + "n_clicks_timestamp", + "role", + "spellCheck", + "style", + "tabIndex", + "title", + ] + self.available_wildcard_properties = ["data-", "aria-"] + _explicit_args = kwargs.pop("_explicit_args") + _locals = locals() + _locals.update(kwargs) # For wildcard attrs and excess named props + args = {k: _locals[k] for k in _explicit_args if k != "children"} + + super(Address, self).__init__(children=children, **args) + + +setattr(Address, "__init__", _explicitize_args(Address.__init__)) diff --git a/venv/lib/python3.8/site-packages/dash/html/Area.py b/venv/lib/python3.8/site-packages/dash/html/Area.py new file mode 100644 index 0000000..33af061 --- /dev/null +++ b/venv/lib/python3.8/site-packages/dash/html/Area.py @@ -0,0 +1,237 @@ +# AUTO GENERATED FILE - DO NOT EDIT + +import typing # noqa: F401 +from typing_extensions import TypedDict, NotRequired, Literal # noqa: F401 +from dash.development.base_component import Component, _explicitize_args + +ComponentType = typing.Union[ + str, + int, + float, + Component, + None, + typing.Sequence[typing.Union[str, int, float, Component, None]], +] + +NumberType = typing.Union[ + typing.SupportsFloat, typing.SupportsInt, typing.SupportsComplex +] + + +class Area(Component): + """An Area component. + Area is a wrapper for the HTML5 element. + For detailed attribute info see: + https://developer.mozilla.org/en-US/docs/Web/HTML/Element/area + + 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. + + - accessKey (string; optional): + Keyboard shortcut to activate or add focus to the element. + + - alt (string; optional): + Alternative text in case an image can't be displayed. + + - aria-* (string; optional): + A wildcard aria attribute. + + - className (string; optional): + Often used with CSS to style elements with common properties. + + - contentEditable (string; optional): + Indicates whether the element's content is editable. + + - coords (string; optional): + A set of values specifying the coordinates of the hot-spot region. + + - data-* (string; optional): + A wildcard data attribute. + + - dir (string; optional): + Defines the text direction. Allowed values are ltr (Left-To-Right) + or rtl (Right-To-Left). + + - disable_n_clicks (boolean; optional): + When True, this will disable the n_clicks prop. Use this to + remove event listeners that may interfere with screen readers. + + - download (string; optional): + Indicates that the hyperlink is to be used for downloading a + resource. + + - draggable (string; optional): + Defines whether the element can be dragged. + + - hidden (a value equal to: 'hidden', 'HIDDEN' | boolean; optional): + Prevents rendering of given element, while keeping child elements, + e.g. script elements, active. + + - href (string; optional): + The URL of a linked resource. + + - 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. + + - lang (string; optional): + Defines the language used in the element. + + - media (string; optional): + Specifies a hint of the media for which the linked resource was + designed. + + - n_clicks (number; default 0): + An integer that represents the number of times that this element + has been clicked on. + + - n_clicks_timestamp (number; default -1): + 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. + + - referrerPolicy (string; optional): + Specifies which referrer is sent when fetching the resource. + + - rel (string; optional): + Specifies the relationship of the target object to the link + object. + + - role (string; optional): + Defines an explicit role for an element for use by assistive + technologies. + + - shape (string; optional) + + - spellCheck (string; optional): + Indicates whether spell checking is allowed for the element. + + - tabIndex (string | number; optional): + Overrides the browser's default tab order and follows the one + specified instead. + + - target (string; optional): + Specifies where to open the linked document (in the case of an + element) or where to display the response received (in the case of + a element). + + - title (string; optional): + Text to be displayed in a tooltip when hovering over the element.""" + + _children_props = [] + _base_nodes = ["children"] + _namespace = "dash_html_components" + _type = "Area" + + def __init__( + self, + children: typing.Optional[ComponentType] = None, + id: typing.Optional[typing.Union[str, dict]] = None, + n_clicks: typing.Optional[NumberType] = None, + n_clicks_timestamp: typing.Optional[NumberType] = None, + disable_n_clicks: typing.Optional[bool] = None, + key: typing.Optional[str] = None, + alt: typing.Optional[str] = None, + coords: typing.Optional[str] = None, + download: typing.Optional[str] = None, + href: typing.Optional[str] = None, + media: typing.Optional[str] = None, + referrerPolicy: typing.Optional[str] = None, + rel: typing.Optional[str] = None, + shape: typing.Optional[str] = None, + target: typing.Optional[str] = None, + accessKey: typing.Optional[str] = None, + className: typing.Optional[str] = None, + contentEditable: typing.Optional[str] = None, + dir: typing.Optional[str] = None, + draggable: typing.Optional[str] = None, + hidden: typing.Optional[typing.Union[Literal["hidden", "HIDDEN"], bool]] = None, + lang: typing.Optional[str] = None, + role: typing.Optional[str] = None, + spellCheck: typing.Optional[str] = None, + style: typing.Optional[typing.Any] = None, + tabIndex: typing.Optional[typing.Union[str, NumberType]] = None, + title: typing.Optional[str] = None, + **kwargs + ): + self._prop_names = [ + "children", + "id", + "accessKey", + "alt", + "aria-*", + "className", + "contentEditable", + "coords", + "data-*", + "dir", + "disable_n_clicks", + "download", + "draggable", + "hidden", + "href", + "key", + "lang", + "media", + "n_clicks", + "n_clicks_timestamp", + "referrerPolicy", + "rel", + "role", + "shape", + "spellCheck", + "style", + "tabIndex", + "target", + "title", + ] + self._valid_wildcard_attributes = ["data-", "aria-"] + self.available_properties = [ + "children", + "id", + "accessKey", + "alt", + "aria-*", + "className", + "contentEditable", + "coords", + "data-*", + "dir", + "disable_n_clicks", + "download", + "draggable", + "hidden", + "href", + "key", + "lang", + "media", + "n_clicks", + "n_clicks_timestamp", + "referrerPolicy", + "rel", + "role", + "shape", + "spellCheck", + "style", + "tabIndex", + "target", + "title", + ] + self.available_wildcard_properties = ["data-", "aria-"] + _explicit_args = kwargs.pop("_explicit_args") + _locals = locals() + _locals.update(kwargs) # For wildcard attrs and excess named props + args = {k: _locals[k] for k in _explicit_args if k != "children"} + + super(Area, self).__init__(children=children, **args) + + +setattr(Area, "__init__", _explicitize_args(Area.__init__)) diff --git a/venv/lib/python3.8/site-packages/dash/html/Article.py b/venv/lib/python3.8/site-packages/dash/html/Article.py new file mode 100644 index 0000000..b9b674e --- /dev/null +++ b/venv/lib/python3.8/site-packages/dash/html/Article.py @@ -0,0 +1,179 @@ +# AUTO GENERATED FILE - DO NOT EDIT + +import typing # noqa: F401 +from typing_extensions import TypedDict, NotRequired, Literal # noqa: F401 +from dash.development.base_component import Component, _explicitize_args + +ComponentType = typing.Union[ + str, + int, + float, + Component, + None, + typing.Sequence[typing.Union[str, int, float, Component, None]], +] + +NumberType = typing.Union[ + typing.SupportsFloat, typing.SupportsInt, typing.SupportsComplex +] + + +class Article(Component): + """An Article component. + Article is a wrapper for the
HTML5 element. + For detailed attribute info see: + https://developer.mozilla.org/en-US/docs/Web/HTML/Element/article + + 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. + + - accessKey (string; optional): + Keyboard shortcut to activate or add focus to the element. + + - aria-* (string; optional): + A wildcard aria attribute. + + - className (string; optional): + Often used with CSS to style elements with common properties. + + - contentEditable (string; optional): + Indicates whether the element's content is editable. + + - data-* (string; optional): + A wildcard data attribute. + + - dir (string; optional): + Defines the text direction. Allowed values are ltr (Left-To-Right) + or rtl (Right-To-Left). + + - disable_n_clicks (boolean; optional): + When True, this will disable the n_clicks prop. Use this to + remove event listeners that may interfere with screen readers. + + - draggable (string; optional): + Defines whether the element can be dragged. + + - hidden (a value equal to: 'hidden', 'HIDDEN' | boolean; optional): + Prevents rendering of given element, while keeping child elements, + e.g. script elements, active. + + - 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. + + - lang (string; optional): + Defines the language used in the element. + + - n_clicks (number; default 0): + An integer that represents the number of times that this element + has been clicked on. + + - n_clicks_timestamp (number; default -1): + 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. + + - role (string; optional): + Defines an explicit role for an element for use by assistive + technologies. + + - spellCheck (string; optional): + Indicates whether spell checking is allowed for the element. + + - tabIndex (string | number; 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.""" + + _children_props = [] + _base_nodes = ["children"] + _namespace = "dash_html_components" + _type = "Article" + + def __init__( + self, + children: typing.Optional[ComponentType] = None, + id: typing.Optional[typing.Union[str, dict]] = None, + n_clicks: typing.Optional[NumberType] = None, + n_clicks_timestamp: typing.Optional[NumberType] = None, + disable_n_clicks: typing.Optional[bool] = None, + key: typing.Optional[str] = None, + accessKey: typing.Optional[str] = None, + className: typing.Optional[str] = None, + contentEditable: typing.Optional[str] = None, + dir: typing.Optional[str] = None, + draggable: typing.Optional[str] = None, + hidden: typing.Optional[typing.Union[Literal["hidden", "HIDDEN"], bool]] = None, + lang: typing.Optional[str] = None, + role: typing.Optional[str] = None, + spellCheck: typing.Optional[str] = None, + style: typing.Optional[typing.Any] = None, + tabIndex: typing.Optional[typing.Union[str, NumberType]] = None, + title: typing.Optional[str] = None, + **kwargs + ): + self._prop_names = [ + "children", + "id", + "accessKey", + "aria-*", + "className", + "contentEditable", + "data-*", + "dir", + "disable_n_clicks", + "draggable", + "hidden", + "key", + "lang", + "n_clicks", + "n_clicks_timestamp", + "role", + "spellCheck", + "style", + "tabIndex", + "title", + ] + self._valid_wildcard_attributes = ["data-", "aria-"] + self.available_properties = [ + "children", + "id", + "accessKey", + "aria-*", + "className", + "contentEditable", + "data-*", + "dir", + "disable_n_clicks", + "draggable", + "hidden", + "key", + "lang", + "n_clicks", + "n_clicks_timestamp", + "role", + "spellCheck", + "style", + "tabIndex", + "title", + ] + self.available_wildcard_properties = ["data-", "aria-"] + _explicit_args = kwargs.pop("_explicit_args") + _locals = locals() + _locals.update(kwargs) # For wildcard attrs and excess named props + args = {k: _locals[k] for k in _explicit_args if k != "children"} + + super(Article, self).__init__(children=children, **args) + + +setattr(Article, "__init__", _explicitize_args(Article.__init__)) diff --git a/venv/lib/python3.8/site-packages/dash/html/Aside.py b/venv/lib/python3.8/site-packages/dash/html/Aside.py new file mode 100644 index 0000000..a150a2a --- /dev/null +++ b/venv/lib/python3.8/site-packages/dash/html/Aside.py @@ -0,0 +1,179 @@ +# AUTO GENERATED FILE - DO NOT EDIT + +import typing # noqa: F401 +from typing_extensions import TypedDict, NotRequired, Literal # noqa: F401 +from dash.development.base_component import Component, _explicitize_args + +ComponentType = typing.Union[ + str, + int, + float, + Component, + None, + typing.Sequence[typing.Union[str, int, float, Component, None]], +] + +NumberType = typing.Union[ + typing.SupportsFloat, typing.SupportsInt, typing.SupportsComplex +] + + +class Aside(Component): + """An Aside component. + Aside is a wrapper for the