Skip to content

Commit 48e995b

Browse files
committed
new build
1 parent 3afc2b6 commit 48e995b

Some content is hidden

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

66 files changed

+5082
-5590
lines changed

components/dash-core-components/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/dash-html-components/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/dash-table/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1669 additions & 2389 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-renderer/build/dash_renderer.min.js.LICENSE.txt

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
/*!
2-
Copyright (c) 2015 Jed Watson.
3-
Based on code that is Copyright 2013-2015, Facebook, Inc.
4-
All rights reserved.
5-
*/
6-
71
/*!
82
* cookie
93
* Copyright(c) 2012-2014 Roman Shtylman
@@ -19,3 +13,12 @@
1913
* This source code is licensed under the MIT license found in the
2014
* LICENSE file in the root directory of this source tree.
2115
*/
16+
17+
/** @license React v17.0.2
18+
* react-is.production.min.js
19+
*
20+
* Copyright (c) Facebook, Inc. and its affiliates.
21+
*
22+
* This source code is licensed under the MIT license found in the
23+
* LICENSE file in the root directory of this source tree.
24+
*/

dash/dash_table/DataTable.py

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

dash/dash_table/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@
1414
_sys.exit(1)
1515

1616
from ._imports_ import * # noqa: E402, F401, F403
17-
from ._imports_ import __all__ # noqa: E402
17+
from ._imports_ import __all__ as _components
1818
from . import Format # noqa: F401, E402
1919
from . import FormatTemplate # noqa: F401, E402
2020

21+
__all__ = _components + ["Format", "FormatTemplate"]
22+
2123
_basepath = _os.path.dirname(__file__)
2224
_filepath = _os.path.abspath(_os.path.join(_basepath, "package-info.json"))
2325
with open(_filepath) as f:

dash/dash_table/async-export.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/*! cpexcel.js (C) 2013-present SheetJS -- http://sheetjs.com */
2+
3+
/*! cputils.js (C) 2013-present SheetJS -- http://sheetjs.com */

0 commit comments

Comments
 (0)