Skip to content

Commit 8c73426

Browse files
committed
2.4.0 build artifacts
1 parent 86f4cfb commit 8c73426

File tree

191 files changed

+23309
-11831
lines changed

Some content is hidden

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

191 files changed

+23309
-11831
lines changed

dash/dash-renderer/build/dash_renderer.dev.js

Lines changed: 21050 additions & 10295 deletions
Large diffs are not rendered by default.

dash/dash-renderer/build/dash_renderer.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash/dash_table/DataTable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,7 @@ def __init__(
13651365
self.available_wildcard_properties = []
13661366
_explicit_args = kwargs.pop("_explicit_args")
13671367
_locals = locals()
1368-
_locals.update(kwargs) # For wildcard attrs
1368+
_locals.update(kwargs) # For wildcard attrs and excess named props
13691369
args = {k: _locals[k] for k in _explicit_args if k != "children"}
13701370
for k in []:
13711371
if k not in args:

dash/dash_table/Format.py

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@ def get_named_tuple(name, dict):
1717
Prefix = get_named_tuple(
1818
"prefix",
1919
{
20-
"yocto": 10 ** -24,
21-
"zepto": 10 ** -21,
22-
"atto": 10 ** -18,
23-
"femto": 10 ** -15,
24-
"pico": 10 ** -12,
25-
"nano": 10 ** -9,
26-
"micro": 10 ** -6,
27-
"milli": 10 ** -3,
20+
"yocto": 10**-24,
21+
"zepto": 10**-21,
22+
"atto": 10**-18,
23+
"femto": 10**-15,
24+
"pico": 10**-12,
25+
"nano": 10**-9,
26+
"micro": 10**-6,
27+
"milli": 10**-3,
2828
"none": None,
29-
"kilo": 10 ** 3,
30-
"mega": 10 ** 6,
31-
"giga": 10 ** 9,
32-
"tera": 10 ** 12,
33-
"peta": 10 ** 15,
34-
"exa": 10 ** 18,
35-
"zetta": 10 ** 21,
36-
"yotta": 10 ** 24,
29+
"kilo": 10**3,
30+
"mega": 10**6,
31+
"giga": 10**9,
32+
"tera": 10**12,
33+
"peta": 10**15,
34+
"exa": 10**18,
35+
"zetta": 10**21,
36+
"yotta": 10**24,
3737
},
3838
)
3939

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

123123
def _validate_string(self, value):
124-
if not isinstance(value, (str, u"".__class__)):
124+
if not isinstance(value, (str, "".__class__)):
125125
raise TypeError("expected value to be a string")
126126

127127
# Specifier

dash/dash_table/async-highlight.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash/dash_table/async-highlight.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash/dash_table/async-table.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash/dash_table/async-table.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash/dash_table/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash/dash_table/bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)