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

Commit d54cf4a

Browse files
committed
Re-build
1 parent d9557a2 commit d54cf4a

File tree

268 files changed

+2931
-1773
lines changed

Some content is hidden

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

268 files changed

+2931
-1773
lines changed

dash_html_components/A.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ class A(Component):
99
1010
Keyword arguments:
1111
- children (a list of or a singular dash component, string or number; optional): The children of this component
12-
- id (string; optional): The ID of this component, used to identify dash components
13-
in callbacks. The ID needs to be unique across all of the
12+
- id (string; optional): The ID of this component, used to identify dash components
13+
in callbacks. The ID needs to be unique across all of the
1414
components in an app.
15-
- n_clicks (optional): An integer that represents the number of times
15+
- n_clicks (optional): An integer that represents the number of times
1616
that this element has been clicked on.
17-
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18-
at which n_clicks changed. This can be used to tell
17+
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18+
at which n_clicks changed. This can be used to tell
1919
which button was changed most recently.
20-
- key (string; optional): A unique identifier for the component, used to improve
21-
performance by React.js while rendering components
20+
- key (string; optional): A unique identifier for the component, used to improve
21+
performance by React.js while rendering components
2222
See https://reactjs.org/docs/lists-and-keys.html for more info
2323
- role (string; optional): The ARIA role attribute
2424
- data-* (string; optional): A wildcard data attribute

dash_html_components/Abbr.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ class Abbr(Component):
99
1010
Keyword arguments:
1111
- children (a list of or a singular dash component, string or number; optional): The children of this component
12-
- id (string; optional): The ID of this component, used to identify dash components
13-
in callbacks. The ID needs to be unique across all of the
12+
- id (string; optional): The ID of this component, used to identify dash components
13+
in callbacks. The ID needs to be unique across all of the
1414
components in an app.
15-
- n_clicks (optional): An integer that represents the number of times
15+
- n_clicks (optional): An integer that represents the number of times
1616
that this element has been clicked on.
17-
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18-
at which n_clicks changed. This can be used to tell
17+
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18+
at which n_clicks changed. This can be used to tell
1919
which button was changed most recently.
20-
- key (string; optional): A unique identifier for the component, used to improve
21-
performance by React.js while rendering components
20+
- key (string; optional): A unique identifier for the component, used to improve
21+
performance by React.js while rendering components
2222
See https://reactjs.org/docs/lists-and-keys.html for more info
2323
- role (string; optional): The ARIA role attribute
2424
- data-* (string; optional): A wildcard data attribute

dash_html_components/Acronym.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ class Acronym(Component):
99
1010
Keyword arguments:
1111
- children (a list of or a singular dash component, string or number; optional): The children of this component
12-
- id (string; optional): The ID of this component, used to identify dash components
13-
in callbacks. The ID needs to be unique across all of the
12+
- id (string; optional): The ID of this component, used to identify dash components
13+
in callbacks. The ID needs to be unique across all of the
1414
components in an app.
15-
- n_clicks (optional): An integer that represents the number of times
15+
- n_clicks (optional): An integer that represents the number of times
1616
that this element has been clicked on.
17-
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18-
at which n_clicks changed. This can be used to tell
17+
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18+
at which n_clicks changed. This can be used to tell
1919
which button was changed most recently.
20-
- key (string; optional): A unique identifier for the component, used to improve
21-
performance by React.js while rendering components
20+
- key (string; optional): A unique identifier for the component, used to improve
21+
performance by React.js while rendering components
2222
See https://reactjs.org/docs/lists-and-keys.html for more info
2323
- role (string; optional): The ARIA role attribute
2424
- data-* (string; optional): A wildcard data attribute

dash_html_components/Address.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ class Address(Component):
99
1010
Keyword arguments:
1111
- children (a list of or a singular dash component, string or number; optional): The children of this component
12-
- id (string; optional): The ID of this component, used to identify dash components
13-
in callbacks. The ID needs to be unique across all of the
12+
- id (string; optional): The ID of this component, used to identify dash components
13+
in callbacks. The ID needs to be unique across all of the
1414
components in an app.
15-
- n_clicks (optional): An integer that represents the number of times
15+
- n_clicks (optional): An integer that represents the number of times
1616
that this element has been clicked on.
17-
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18-
at which n_clicks changed. This can be used to tell
17+
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18+
at which n_clicks changed. This can be used to tell
1919
which button was changed most recently.
20-
- key (string; optional): A unique identifier for the component, used to improve
21-
performance by React.js while rendering components
20+
- key (string; optional): A unique identifier for the component, used to improve
21+
performance by React.js while rendering components
2222
See https://reactjs.org/docs/lists-and-keys.html for more info
2323
- role (string; optional): The ARIA role attribute
2424
- data-* (string; optional): A wildcard data attribute

dash_html_components/Area.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ class Area(Component):
99
1010
Keyword arguments:
1111
- children (a list of or a singular dash component, string or number; optional): The children of this component
12-
- id (string; optional): The ID of this component, used to identify dash components
13-
in callbacks. The ID needs to be unique across all of the
12+
- id (string; optional): The ID of this component, used to identify dash components
13+
in callbacks. The ID needs to be unique across all of the
1414
components in an app.
15-
- n_clicks (optional): An integer that represents the number of times
15+
- n_clicks (optional): An integer that represents the number of times
1616
that this element has been clicked on.
17-
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18-
at which n_clicks changed. This can be used to tell
17+
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18+
at which n_clicks changed. This can be used to tell
1919
which button was changed most recently.
20-
- key (string; optional): A unique identifier for the component, used to improve
21-
performance by React.js while rendering components
20+
- key (string; optional): A unique identifier for the component, used to improve
21+
performance by React.js while rendering components
2222
See https://reactjs.org/docs/lists-and-keys.html for more info
2323
- role (string; optional): The ARIA role attribute
2424
- data-* (string; optional): A wildcard data attribute

dash_html_components/Article.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ class Article(Component):
99
1010
Keyword arguments:
1111
- children (a list of or a singular dash component, string or number; optional): The children of this component
12-
- id (string; optional): The ID of this component, used to identify dash components
13-
in callbacks. The ID needs to be unique across all of the
12+
- id (string; optional): The ID of this component, used to identify dash components
13+
in callbacks. The ID needs to be unique across all of the
1414
components in an app.
15-
- n_clicks (optional): An integer that represents the number of times
15+
- n_clicks (optional): An integer that represents the number of times
1616
that this element has been clicked on.
17-
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18-
at which n_clicks changed. This can be used to tell
17+
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18+
at which n_clicks changed. This can be used to tell
1919
which button was changed most recently.
20-
- key (string; optional): A unique identifier for the component, used to improve
21-
performance by React.js while rendering components
20+
- key (string; optional): A unique identifier for the component, used to improve
21+
performance by React.js while rendering components
2222
See https://reactjs.org/docs/lists-and-keys.html for more info
2323
- role (string; optional): The ARIA role attribute
2424
- data-* (string; optional): A wildcard data attribute

dash_html_components/Aside.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ class Aside(Component):
99
1010
Keyword arguments:
1111
- children (a list of or a singular dash component, string or number; optional): The children of this component
12-
- id (string; optional): The ID of this component, used to identify dash components
13-
in callbacks. The ID needs to be unique across all of the
12+
- id (string; optional): The ID of this component, used to identify dash components
13+
in callbacks. The ID needs to be unique across all of the
1414
components in an app.
15-
- n_clicks (optional): An integer that represents the number of times
15+
- n_clicks (optional): An integer that represents the number of times
1616
that this element has been clicked on.
17-
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18-
at which n_clicks changed. This can be used to tell
17+
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18+
at which n_clicks changed. This can be used to tell
1919
which button was changed most recently.
20-
- key (string; optional): A unique identifier for the component, used to improve
21-
performance by React.js while rendering components
20+
- key (string; optional): A unique identifier for the component, used to improve
21+
performance by React.js while rendering components
2222
See https://reactjs.org/docs/lists-and-keys.html for more info
2323
- role (string; optional): The ARIA role attribute
2424
- data-* (string; optional): A wildcard data attribute

dash_html_components/Audio.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ class Audio(Component):
99
1010
Keyword arguments:
1111
- children (a list of or a singular dash component, string or number; optional): The children of this component
12-
- id (string; optional): The ID of this component, used to identify dash components
13-
in callbacks. The ID needs to be unique across all of the
12+
- id (string; optional): The ID of this component, used to identify dash components
13+
in callbacks. The ID needs to be unique across all of the
1414
components in an app.
15-
- n_clicks (optional): An integer that represents the number of times
15+
- n_clicks (optional): An integer that represents the number of times
1616
that this element has been clicked on.
17-
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18-
at which n_clicks changed. This can be used to tell
17+
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18+
at which n_clicks changed. This can be used to tell
1919
which button was changed most recently.
20-
- key (string; optional): A unique identifier for the component, used to improve
21-
performance by React.js while rendering components
20+
- key (string; optional): A unique identifier for the component, used to improve
21+
performance by React.js while rendering components
2222
See https://reactjs.org/docs/lists-and-keys.html for more info
2323
- role (string; optional): The ARIA role attribute
2424
- data-* (string; optional): A wildcard data attribute

dash_html_components/B.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ class B(Component):
99
1010
Keyword arguments:
1111
- children (a list of or a singular dash component, string or number; optional): The children of this component
12-
- id (string; optional): The ID of this component, used to identify dash components
13-
in callbacks. The ID needs to be unique across all of the
12+
- id (string; optional): The ID of this component, used to identify dash components
13+
in callbacks. The ID needs to be unique across all of the
1414
components in an app.
15-
- n_clicks (optional): An integer that represents the number of times
15+
- n_clicks (optional): An integer that represents the number of times
1616
that this element has been clicked on.
17-
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18-
at which n_clicks changed. This can be used to tell
17+
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18+
at which n_clicks changed. This can be used to tell
1919
which button was changed most recently.
20-
- key (string; optional): A unique identifier for the component, used to improve
21-
performance by React.js while rendering components
20+
- key (string; optional): A unique identifier for the component, used to improve
21+
performance by React.js while rendering components
2222
See https://reactjs.org/docs/lists-and-keys.html for more info
2323
- role (string; optional): The ARIA role attribute
2424
- data-* (string; optional): A wildcard data attribute

dash_html_components/Base.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ class Base(Component):
99
1010
Keyword arguments:
1111
- children (a list of or a singular dash component, string or number; optional): The children of this component
12-
- id (string; optional): The ID of this component, used to identify dash components
13-
in callbacks. The ID needs to be unique across all of the
12+
- id (string; optional): The ID of this component, used to identify dash components
13+
in callbacks. The ID needs to be unique across all of the
1414
components in an app.
15-
- n_clicks (optional): An integer that represents the number of times
15+
- n_clicks (optional): An integer that represents the number of times
1616
that this element has been clicked on.
17-
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18-
at which n_clicks changed. This can be used to tell
17+
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18+
at which n_clicks changed. This can be used to tell
1919
which button was changed most recently.
20-
- key (string; optional): A unique identifier for the component, used to improve
21-
performance by React.js while rendering components
20+
- key (string; optional): A unique identifier for the component, used to improve
21+
performance by React.js while rendering components
2222
See https://reactjs.org/docs/lists-and-keys.html for more info
2323
- role (string; optional): The ARIA role attribute
2424
- data-* (string; optional): A wildcard data attribute

dash_html_components/Basefont.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ class Basefont(Component):
99
1010
Keyword arguments:
1111
- children (a list of or a singular dash component, string or number; optional): The children of this component
12-
- id (string; optional): The ID of this component, used to identify dash components
13-
in callbacks. The ID needs to be unique across all of the
12+
- id (string; optional): The ID of this component, used to identify dash components
13+
in callbacks. The ID needs to be unique across all of the
1414
components in an app.
15-
- n_clicks (optional): An integer that represents the number of times
15+
- n_clicks (optional): An integer that represents the number of times
1616
that this element has been clicked on.
17-
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18-
at which n_clicks changed. This can be used to tell
17+
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18+
at which n_clicks changed. This can be used to tell
1919
which button was changed most recently.
20-
- key (string; optional): A unique identifier for the component, used to improve
21-
performance by React.js while rendering components
20+
- key (string; optional): A unique identifier for the component, used to improve
21+
performance by React.js while rendering components
2222
See https://reactjs.org/docs/lists-and-keys.html for more info
2323
- role (string; optional): The ARIA role attribute
2424
- data-* (string; optional): A wildcard data attribute

dash_html_components/Bdi.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ class Bdi(Component):
99
1010
Keyword arguments:
1111
- children (a list of or a singular dash component, string or number; optional): The children of this component
12-
- id (string; optional): The ID of this component, used to identify dash components
13-
in callbacks. The ID needs to be unique across all of the
12+
- id (string; optional): The ID of this component, used to identify dash components
13+
in callbacks. The ID needs to be unique across all of the
1414
components in an app.
15-
- n_clicks (optional): An integer that represents the number of times
15+
- n_clicks (optional): An integer that represents the number of times
1616
that this element has been clicked on.
17-
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18-
at which n_clicks changed. This can be used to tell
17+
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18+
at which n_clicks changed. This can be used to tell
1919
which button was changed most recently.
20-
- key (string; optional): A unique identifier for the component, used to improve
21-
performance by React.js while rendering components
20+
- key (string; optional): A unique identifier for the component, used to improve
21+
performance by React.js while rendering components
2222
See https://reactjs.org/docs/lists-and-keys.html for more info
2323
- role (string; optional): The ARIA role attribute
2424
- data-* (string; optional): A wildcard data attribute

dash_html_components/Bdo.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ class Bdo(Component):
99
1010
Keyword arguments:
1111
- children (a list of or a singular dash component, string or number; optional): The children of this component
12-
- id (string; optional): The ID of this component, used to identify dash components
13-
in callbacks. The ID needs to be unique across all of the
12+
- id (string; optional): The ID of this component, used to identify dash components
13+
in callbacks. The ID needs to be unique across all of the
1414
components in an app.
15-
- n_clicks (optional): An integer that represents the number of times
15+
- n_clicks (optional): An integer that represents the number of times
1616
that this element has been clicked on.
17-
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18-
at which n_clicks changed. This can be used to tell
17+
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18+
at which n_clicks changed. This can be used to tell
1919
which button was changed most recently.
20-
- key (string; optional): A unique identifier for the component, used to improve
21-
performance by React.js while rendering components
20+
- key (string; optional): A unique identifier for the component, used to improve
21+
performance by React.js while rendering components
2222
See https://reactjs.org/docs/lists-and-keys.html for more info
2323
- role (string; optional): The ARIA role attribute
2424
- data-* (string; optional): A wildcard data attribute

dash_html_components/Big.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ class Big(Component):
99
1010
Keyword arguments:
1111
- children (a list of or a singular dash component, string or number; optional): The children of this component
12-
- id (string; optional): The ID of this component, used to identify dash components
13-
in callbacks. The ID needs to be unique across all of the
12+
- id (string; optional): The ID of this component, used to identify dash components
13+
in callbacks. The ID needs to be unique across all of the
1414
components in an app.
15-
- n_clicks (optional): An integer that represents the number of times
15+
- n_clicks (optional): An integer that represents the number of times
1616
that this element has been clicked on.
17-
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18-
at which n_clicks changed. This can be used to tell
17+
- n_clicks_timestamp (optional): An integer that represents the time (in ms since 1970)
18+
at which n_clicks changed. This can be used to tell
1919
which button was changed most recently.
20-
- key (string; optional): A unique identifier for the component, used to improve
21-
performance by React.js while rendering components
20+
- key (string; optional): A unique identifier for the component, used to improve
21+
performance by React.js while rendering components
2222
See https://reactjs.org/docs/lists-and-keys.html for more info
2323
- role (string; optional): The ARIA role attribute
2424
- data-* (string; optional): A wildcard data attribute

0 commit comments

Comments
 (0)