Skip to content

Commit

Permalink
2.4.0 build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson committed May 11, 2022
1 parent 86f4cfb commit 8c73426
Show file tree
Hide file tree
Showing 191 changed files with 23,309 additions and 11,831 deletions.
31,345 changes: 21,050 additions & 10,295 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/DataTable.py
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ def __init__(
self.available_wildcard_properties = []
_explicit_args = kwargs.pop("_explicit_args")
_locals = locals()
_locals.update(kwargs) # For wildcard attrs
_locals.update(kwargs) # For wildcard attrs and excess named props
args = {k: _locals[k] for k in _explicit_args if k != "children"}
for k in []:
if k not in args:
Expand Down
34 changes: 17 additions & 17 deletions dash/dash_table/Format.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ def get_named_tuple(name, dict):
Prefix = get_named_tuple(
"prefix",
{
"yocto": 10 ** -24,
"zepto": 10 ** -21,
"atto": 10 ** -18,
"femto": 10 ** -15,
"pico": 10 ** -12,
"nano": 10 ** -9,
"micro": 10 ** -6,
"milli": 10 ** -3,
"yocto": 10**-24,
"zepto": 10**-21,
"atto": 10**-18,
"femto": 10**-15,
"pico": 10**-12,
"nano": 10**-9,
"micro": 10**-6,
"milli": 10**-3,
"none": None,
"kilo": 10 ** 3,
"mega": 10 ** 6,
"giga": 10 ** 9,
"tera": 10 ** 12,
"peta": 10 ** 15,
"exa": 10 ** 18,
"zetta": 10 ** 21,
"yotta": 10 ** 24,
"kilo": 10**3,
"mega": 10**6,
"giga": 10**9,
"tera": 10**12,
"peta": 10**15,
"exa": 10**18,
"zetta": 10**21,
"yotta": 10**24,
},
)

Expand Down Expand Up @@ -121,7 +121,7 @@ def _validate_named(self, value, named_values):
raise TypeError("expected value to be one of", str(list(named_values)))

def _validate_string(self, value):
if not isinstance(value, (str, u"".__class__)):
if not isinstance(value, (str, "".__class__)):
raise TypeError("expected value to be a string")

# Specifier
Expand Down
2 changes: 1 addition & 1 deletion dash/dash_table/async-highlight.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash/dash_table/async-highlight.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash/dash_table/async-table.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash/dash_table/async-table.js.map

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.

62 changes: 31 additions & 31 deletions 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.1.1",
"version": "5.1.2",
"description": "Dash table",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"private::format.black": "black dash_table_base tests",
"private::lint.ts": "eslint ./src ./tests",
"private::lint.flake": "flake8 dash_table_base tests",
"private::lint.black": "black --check dash_table_base tests",
"private::lint.black": "if [[ ${PYVERSION:-python39} != python36 ]]; then black --check dash_table_base tests; fi",
"private::lint.prettier": "prettier --config .prettierrc \"{src,tests,demo}/**/*.{js,ts,tsx}\" --list-different",
"private::test.python": "python -m unittest tests/unit/format_test.py",
"private::test.unit": "karma start karma.conf.js --single-run",
Expand All @@ -41,58 +41,58 @@
"maintainer": "Alex Johnson <alex@plotly.com>",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.17.3",
"@babel/core": "^7.17.4",
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.10",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-regenerator": "^7.16.7",
"@babel/plugin-transform-regenerator": "^7.17.9",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.11",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.17",
"@percy/storybook": "^3.3.1",
"@plotly/dash-component-plugins": "^1.2.2",
"@plotly/dash-component-plugins": "^1.2.3",
"@plotly/webpack-dash-dynamic-import": "^1.3.0",
"@storybook/builder-webpack5": "^6.4.19",
"@storybook/cli": "^6.4.19",
"@storybook/manager-webpack5": "^6.4.19",
"@storybook/react": "^6.4.19",
"@storybook/builder-webpack5": "^6.4.22",
"@storybook/cli": "^6.4.22",
"@storybook/manager-webpack5": "^6.4.22",
"@storybook/react": "^6.4.22",
"@storybook/semver": "^7.3.2",
"@types/chai": "^4.3.0",
"@types/chai": "^4.3.1",
"@types/d3-format": "^3.0.1",
"@types/mocha": "^8.2.3",
"@types/mocha": "^9.1.1",
"@types/papaparse": "^5.3.2",
"@types/ramda": "0.27.42",
"@types/ramda": "0.28.11",
"@types/react": "^16.14.8",
"@types/react-dom": "^16.9.13",
"@types/react-select": "^4.0.16",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"babel-loader": "^8.2.3",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"babel-loader": "^8.2.5",
"chai": "^4.3.6",
"css-loader": "^6.6.0",
"css-loader": "^6.7.1",
"css.escape": "^1.5.1",
"d3-format": "^3.1.0",
"es-check": "^6.2.1",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"fast-isnumeric": "^1.1.4",
"file-loader": "^6.2.0",
"highlight.js": "^11.4.0",
"karma": "^6.3.16",
"karma-chrome-launcher": "^3.1.0",
"highlight.js": "^11.5.1",
"karma": "^6.3.19",
"karma-chrome-launcher": "^3.1.1",
"karma-mocha": "^2.0.1",
"karma-typescript": "^5.5.3",
"karma-webpack": "^5.0.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"mocha": "^9.2.0",
"mocha": "^9.2.2",
"npm-run-all": "^4.1.5",
"papaparse": "^5.3.1",
"prettier": "^2.5.1",
"ramda": "^0.27.1",
"papaparse": "^5.3.2",
"prettier": "^2.6.2",
"ramda": "^0.28.0",
"raw-loader": "^4.0.2",
"react": "^16.14.0",
"react-docgen": "^5.4.0",
Expand All @@ -102,13 +102,13 @@
"remarkable": "^2.0.1",
"sheetclip": "^0.3.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"typescript": "^4.3.5",
"webpack": "^5.69.0",
"ts-loader": "^9.3.0",
"typescript": "^4.6.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^3.11.2",
"webpack-preprocessor": "^0.1.12",
"xlsx": "^0.17.4"
"xlsx": "^0.17.5"
},
"files": [
"/dash_table/async-*{.js,.map}",
Expand Down
2 changes: 1 addition & 1 deletion dash/dcc/Checklist.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def __init__(
self.available_wildcard_properties = []
_explicit_args = kwargs.pop("_explicit_args")
_locals = locals()
_locals.update(kwargs) # For wildcard attrs
_locals.update(kwargs) # For wildcard attrs and excess named props
args = {k: _locals[k] for k in _explicit_args if k != "children"}
for k in []:
if k not in args:
Expand Down
2 changes: 1 addition & 1 deletion dash/dcc/Clipboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __init__(
self.available_wildcard_properties = []
_explicit_args = kwargs.pop("_explicit_args")
_locals = locals()
_locals.update(kwargs) # For wildcard attrs
_locals.update(kwargs) # For wildcard attrs and excess named props
args = {k: _locals[k] for k in _explicit_args if k != "children"}
for k in []:
if k not in args:
Expand Down
2 changes: 1 addition & 1 deletion dash/dcc/ConfirmDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def __init__(
self.available_wildcard_properties = []
_explicit_args = kwargs.pop("_explicit_args")
_locals = locals()
_locals.update(kwargs) # For wildcard attrs
_locals.update(kwargs) # For wildcard attrs and excess named props
args = {k: _locals[k] for k in _explicit_args if k != "children"}
for k in []:
if k not in args:
Expand Down
2 changes: 1 addition & 1 deletion dash/dcc/ConfirmDialogProvider.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def __init__(
self.available_wildcard_properties = []
_explicit_args = kwargs.pop("_explicit_args")
_locals = locals()
_locals.update(kwargs) # For wildcard attrs
_locals.update(kwargs) # For wildcard attrs and excess named props
args = {k: _locals[k] for k in _explicit_args if k != "children"}
for k in []:
if k not in args:
Expand Down
2 changes: 1 addition & 1 deletion dash/dcc/DatePickerRange.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def __init__(
self.available_wildcard_properties = []
_explicit_args = kwargs.pop("_explicit_args")
_locals = locals()
_locals.update(kwargs) # For wildcard attrs
_locals.update(kwargs) # For wildcard attrs and excess named props
args = {k: _locals[k] for k in _explicit_args if k != "children"}
for k in []:
if k not in args:
Expand Down
2 changes: 1 addition & 1 deletion dash/dcc/DatePickerSingle.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def __init__(
self.available_wildcard_properties = []
_explicit_args = kwargs.pop("_explicit_args")
_locals = locals()
_locals.update(kwargs) # For wildcard attrs
_locals.update(kwargs) # For wildcard attrs and excess named props
args = {k: _locals[k] for k in _explicit_args if k != "children"}
for k in []:
if k not in args:
Expand Down
2 changes: 1 addition & 1 deletion dash/dcc/Download.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(
self.available_wildcard_properties = []
_explicit_args = kwargs.pop("_explicit_args")
_locals = locals()
_locals.update(kwargs) # For wildcard attrs
_locals.update(kwargs) # For wildcard attrs and excess named props
args = {k: _locals[k] for k in _explicit_args if k != "children"}
for k in []:
if k not in args:
Expand Down
2 changes: 1 addition & 1 deletion dash/dcc/Dropdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def __init__(
self.available_wildcard_properties = []
_explicit_args = kwargs.pop("_explicit_args")
_locals = locals()
_locals.update(kwargs) # For wildcard attrs
_locals.update(kwargs) # For wildcard attrs and excess named props
args = {k: _locals[k] for k in _explicit_args if k != "children"}
for k in []:
if k not in args:
Expand Down
2 changes: 1 addition & 1 deletion dash/dcc/Graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def __init__(
self.available_wildcard_properties = []
_explicit_args = kwargs.pop("_explicit_args")
_locals = locals()
_locals.update(kwargs) # For wildcard attrs
_locals.update(kwargs) # For wildcard attrs and excess named props
args = {k: _locals[k] for k in _explicit_args if k != "children"}
for k in []:
if k not in args:
Expand Down
2 changes: 1 addition & 1 deletion dash/dcc/Input.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def __init__(
self.available_wildcard_properties = []
_explicit_args = kwargs.pop("_explicit_args")
_locals = locals()
_locals.update(kwargs) # For wildcard attrs
_locals.update(kwargs) # For wildcard attrs and excess named props
args = {k: _locals[k] for k in _explicit_args if k != "children"}
for k in []:
if k not in args:
Expand Down
2 changes: 1 addition & 1 deletion dash/dcc/Interval.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(
self.available_wildcard_properties = []
_explicit_args = kwargs.pop("_explicit_args")
_locals = locals()
_locals.update(kwargs) # For wildcard attrs
_locals.update(kwargs) # For wildcard attrs and excess named props
args = {k: _locals[k] for k in _explicit_args if k != "children"}
for k in []:
if k not in args:
Expand Down
2 changes: 1 addition & 1 deletion dash/dcc/Link.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def __init__(
self.available_wildcard_properties = []
_explicit_args = kwargs.pop("_explicit_args")
_locals = locals()
_locals.update(kwargs) # For wildcard attrs
_locals.update(kwargs) # For wildcard attrs and excess named props
args = {k: _locals[k] for k in _explicit_args if k != "children"}
for k in ["href"]:
if k not in args:
Expand Down
2 changes: 1 addition & 1 deletion dash/dcc/Loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def __init__(
self.available_wildcard_properties = []
_explicit_args = kwargs.pop("_explicit_args")
_locals = locals()
_locals.update(kwargs) # For wildcard attrs
_locals.update(kwargs) # For wildcard attrs and excess named props
args = {k: _locals[k] for k in _explicit_args if k != "children"}
for k in []:
if k not in args:
Expand Down
2 changes: 1 addition & 1 deletion dash/dcc/Location.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(
self.available_wildcard_properties = []
_explicit_args = kwargs.pop("_explicit_args")
_locals = locals()
_locals.update(kwargs) # For wildcard attrs
_locals.update(kwargs) # For wildcard attrs and excess named props
args = {k: _locals[k] for k in _explicit_args if k != "children"}
for k in ["id"]:
if k not in args:
Expand Down
2 changes: 1 addition & 1 deletion dash/dcc/LogoutButton.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def __init__(
self.available_wildcard_properties = []
_explicit_args = kwargs.pop("_explicit_args")
_locals = locals()
_locals.update(kwargs) # For wildcard attrs
_locals.update(kwargs) # For wildcard attrs and excess named props
args = {k: _locals[k] for k in _explicit_args if k != "children"}
for k in []:
if k not in args:
Expand Down
9 changes: 8 additions & 1 deletion dash/dcc/Markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ class Markdown(Component):
- theme (a value equal to: 'dark', 'light'; optional):
Color scheme; default 'light'.
- link_target (string; optional):
A string for the target attribute to use on links (such as
\"_blank\").
- loading_state (dict; optional):
Object that holds the loading state object coming from
dash-renderer.
Expand Down Expand Up @@ -73,6 +77,7 @@ def __init__(
className=Component.UNDEFINED,
mathjax=Component.UNDEFINED,
dangerously_allow_html=Component.UNDEFINED,
link_target=Component.UNDEFINED,
dedent=Component.UNDEFINED,
highlight_config=Component.UNDEFINED,
loading_state=Component.UNDEFINED,
Expand All @@ -86,6 +91,7 @@ def __init__(
"dangerously_allow_html",
"dedent",
"highlight_config",
"link_target",
"loading_state",
"mathjax",
"style",
Expand All @@ -100,14 +106,15 @@ def __init__(
"dangerously_allow_html",
"dedent",
"highlight_config",
"link_target",
"loading_state",
"mathjax",
"style",
]
self.available_wildcard_properties = []
_explicit_args = kwargs.pop("_explicit_args")
_locals = locals()
_locals.update(kwargs) # For wildcard attrs
_locals.update(kwargs) # For wildcard attrs and excess named props
args = {k: _locals[k] for k in _explicit_args if k != "children"}
for k in []:
if k not in args:
Expand Down
2 changes: 1 addition & 1 deletion dash/dcc/RadioItems.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def __init__(
self.available_wildcard_properties = []
_explicit_args = kwargs.pop("_explicit_args")
_locals = locals()
_locals.update(kwargs) # For wildcard attrs
_locals.update(kwargs) # For wildcard attrs and excess named props
args = {k: _locals[k] for k in _explicit_args if k != "children"}
for k in []:
if k not in args:
Expand Down
2 changes: 1 addition & 1 deletion dash/dcc/RangeSlider.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def __init__(
self.available_wildcard_properties = []
_explicit_args = kwargs.pop("_explicit_args")
_locals = locals()
_locals.update(kwargs) # For wildcard attrs
_locals.update(kwargs) # For wildcard attrs and excess named props
args = {k: _locals[k] for k in _explicit_args if k != "children"}
for k in []:
if k not in args:
Expand Down
2 changes: 1 addition & 1 deletion dash/dcc/Slider.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def __init__(
self.available_wildcard_properties = []
_explicit_args = kwargs.pop("_explicit_args")
_locals = locals()
_locals.update(kwargs) # For wildcard attrs
_locals.update(kwargs) # For wildcard attrs and excess named props
args = {k: _locals[k] for k in _explicit_args if k != "children"}
for k in []:
if k not in args:
Expand Down
2 changes: 1 addition & 1 deletion dash/dcc/Store.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(
self.available_wildcard_properties = []
_explicit_args = kwargs.pop("_explicit_args")
_locals = locals()
_locals.update(kwargs) # For wildcard attrs
_locals.update(kwargs) # For wildcard attrs and excess named props
args = {k: _locals[k] for k in _explicit_args if k != "children"}
for k in ["id"]:
if k not in args:
Expand Down
Loading

0 comments on commit 8c73426

Please sign in to comment.