Skip to content

Commit

Permalink
Version 2.7.1 artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Dec 12, 2022
1 parent 8a0602c commit 67d83e6
Show file tree
Hide file tree
Showing 17 changed files with 152 additions and 67 deletions.
172 changes: 122 additions & 50 deletions dash/dash-renderer/build/dash_renderer.dev.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash/dash-renderer/build/dash_renderer.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash/dash_table/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash/dash_table/bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash/dash_table/demo.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash/dash_table/demo.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash/dash_table/package-info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-table",
"version": "5.2.0",
"version": "5.2.1",
"description": "Dash table",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion dash/dcc/async-plotlyjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash/dcc/dash_core_components.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash/dcc/dash_core_components.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dash/dcc/package-info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-core-components",
"version": "2.7.0",
"version": "2.7.1",
"description": "Core component suite for Dash",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,7 +49,7 @@
"mathjax": "^3.2.2",
"moment": "^2.29.4",
"node-polyfill-webpack-plugin": "^2.0.1",
"plotly.js-dist-min": "2.16.1",
"plotly.js-dist-min": "2.16.4",
"prop-types": "^15.8.1",
"ramda": "^0.28.0",
"rc-slider": "^9.7.5",
Expand Down
4 changes: 2 additions & 2 deletions dash/dcc/plotly.min.js

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion dash/html/Ol.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@ class Ol(Component):
specified instead.
- title (string; optional):
Text to be displayed in a tooltip when hovering over the element."""
Text to be displayed in a tooltip when hovering over the element.
- type (string; optional):
Defines the type of the element."""

_children_props = []
_base_nodes = ["children"]
Expand All @@ -120,6 +123,7 @@ def __init__(
key=Component.UNDEFINED,
reversed=Component.UNDEFINED,
start=Component.UNDEFINED,
type=Component.UNDEFINED,
accessKey=Component.UNDEFINED,
className=Component.UNDEFINED,
contentEditable=Component.UNDEFINED,
Expand Down Expand Up @@ -160,6 +164,7 @@ def __init__(
"style",
"tabIndex",
"title",
"type",
]
self._valid_wildcard_attributes = ["data-", "aria-"]
self.available_properties = [
Expand All @@ -186,6 +191,7 @@ def __init__(
"style",
"tabIndex",
"title",
"type",
]
self.available_wildcard_properties = ["data-", "aria-"]
_explicit_args = kwargs.pop("_explicit_args")
Expand Down
2 changes: 1 addition & 1 deletion dash/html/dash_html_components.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash/html/dash_html_components.min.js.map

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions dash/html/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -16608,6 +16608,13 @@
"required": false,
"description": "Defines the first number if other than 1."
},
"type": {
"type": {
"name": "string"
},
"required": false,
"description": "Defines the type of the element."
},
"accessKey": {
"type": {
"name": "string"
Expand Down
2 changes: 1 addition & 1 deletion dash/html/package-info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-html-components",
"version": "2.0.6",
"version": "2.0.7",
"description": "Vanilla HTML components for Dash",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit 67d83e6

Please sign in to comment.