Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson committed Jan 28, 2022
1 parent 3afc2b6 commit 48e995b
Show file tree
Hide file tree
Showing 66 changed files with 5,082 additions and 5,590 deletions.
4 changes: 2 additions & 2 deletions components/dash-core-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions components/dash-html-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions components/dash-table/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4,058 changes: 1,669 additions & 2,389 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.

15 changes: 9 additions & 6 deletions dash/dash-renderer/build/dash_renderer.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/*!
Copyright (c) 2015 Jed Watson.
Based on code that is Copyright 2013-2015, Facebook, Inc.
All rights reserved.
*/

/*!
* cookie
* Copyright(c) 2012-2014 Roman Shtylman
Expand All @@ -19,3 +13,12 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1,460 changes: 730 additions & 730 deletions dash/dash_table/DataTable.py

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion dash/dash_table/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
_sys.exit(1)

from ._imports_ import * # noqa: E402, F401, F403
from ._imports_ import __all__ # noqa: E402
from ._imports_ import __all__ as _components
from . import Format # noqa: F401, E402
from . import FormatTemplate # noqa: F401, E402

__all__ = _components + ["Format", "FormatTemplate"]

_basepath = _os.path.dirname(__file__)
_filepath = _os.path.abspath(_os.path.join(_basepath, "package-info.json"))
with open(_filepath) as f:
Expand Down
3 changes: 2 additions & 1 deletion dash/dash_table/async-export.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dash/dash_table/async-export.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/*! cpexcel.js (C) 2013-present SheetJS -- http://sheetjs.com */

/*! cputils.js (C) 2013-present SheetJS -- http://sheetjs.com */
2 changes: 1 addition & 1 deletion dash/dash_table/async-export.js.map

Large diffs are not rendered by default.

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.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
*/

/*!
* Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
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.

4 changes: 2 additions & 2 deletions dash/dash_table/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</head>
<body>
<div id='root'></div>
<script src='https://unpkg.com/react@17.0.1/umd/react.production.min.js'></script>
<script src='https://unpkg.com/react-dom@17.0.1/umd/react-dom.production.min.js'></script>
<script src='https://unpkg.com/react@16.14.0/umd/react.development.js'></script>
<script src='https://unpkg.com/react-dom@16.14.0/umd/react-dom.development.js'></script>

<script src="./demo.js"></script>
</body>
Expand Down
1,356 changes: 687 additions & 669 deletions dash/dash_table/metadata.json

Large diffs are not rendered by default.

88 changes: 44 additions & 44 deletions dash/dash_table/package-info.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "dash-table",
"version": "5.0.0",
"version": "5.1.0",
"description": "Dash table",
"repository": {
"type": "git",
"url": "git@github.com:plotly/dash-table.git"
"url": "git@github.com:plotly/dash.git"
},
"bugs": {
"url": "https://github.com/plotly/dash-table/issues"
"url": "https://github.com/plotly/dash/issues"
},
"homepage": "https://github.com/plotly/dash-table",
"homepage": "https://github.com/plotly/dash",
"main": "dash_table/bundle.js",
"scripts": {
"preprivate::test.server": "run-s private::wait_dash*",
"private::build": "node --max_old_space_size=4096 node_modules/webpack/bin/webpack --bail",
"private::build:js": "run-s \"private::build -- --mode production\"",
"private::build:js-test": "run-s \"private::build -- --mode development --config webpack.test.config.js\"",
"private::build:js-test-watch": "run-s \"private::build -- --mode development --config webpack.test.config.js --watch\"",
"private::build:backends": "dash-generate-components src/dash-table/dash/DataTable.js dash_table -p package-info.json && cp dash_table_base/** dash_table/ && dash-generate-components src/dash-table/dash/DataTable.js dash_table -p package-info.json --r-prefix 'dash' --r-suggests 'dash' --jl-prefix 'dash' && black dash_table",
"private::build:backends": "dash-generate-components src/dash-table/dash/DataTable.js dash_table -p package-info.json && cp dash_table_base/** dash_table/ && dash-generate-components src/dash-table/dash/DataTable.js dash_table -p package-info.json -k DataTable --r-prefix 'dash' --r-suggests 'dash' --jl-prefix 'dash' && black dash_table",
"private::format.ts": "npm run private::lint.ts -- --fix",
"private::format.prettier": "prettier --config .prettierrc --write \"{src,tests,demo}/**/*.{js,ts,tsx}\"",
"private::format.black": "black dash_table_base tests",
Expand All @@ -34,81 +34,81 @@
"lint": "run-s private::lint.*",
"test.server": "pytest --nopercyfinalize tests/selenium",
"test.unit": "run-s private::test.python private::test.unit",
"test.visual": "build-storybook && percy-storybook",
"test.visual": "build-storybook && percy-storybook --widths=1280",
"test.visual-local": "build-storybook"
},
"author": "Chris Parmer <chris@plotly.com>",
"maintainer": "Ryan Patrick Kyle <ryan@plotly.com>",
"maintainer": "Alex Johnson <alex@plotly.com>",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-regenerator": "^7.14.5",
"@babel/plugin-transform-regenerator": "^7.16.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@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.16",
"@percy/storybook": "^3.3.1",
"@plotly/dash-component-plugins": "^1.2.0",
"@plotly/webpack-dash-dynamic-import": "^1.2.0",
"@storybook/builder-webpack5": "^6.3.2",
"@storybook/cli": "^6.3.2",
"@storybook/manager-webpack5": "^6.3.2",
"@storybook/react": "^6.3.2",
"@plotly/dash-component-plugins": "^1.2.2",
"@plotly/webpack-dash-dynamic-import": "^1.3.0",
"@storybook/builder-webpack5": "^6.4.9",
"@storybook/cli": "^6.4.9",
"@storybook/manager-webpack5": "^6.4.9",
"@storybook/react": "^6.4.9",
"@storybook/semver": "^7.3.2",
"@types/chai": "^4.2.20",
"@types/chai": "^4.3.0",
"@types/d3-format": "^3.0.1",
"@types/mocha": "^8.2.3",
"@types/papaparse": "^5.2.5",
"@types/ramda": "^0.27.42",
"@types/papaparse": "^5.3.1",
"@types/ramda": "0.27.42",
"@types/react": "^16.14.8",
"@types/react-dom": "^16.9.13",
"@types/react-select": "^4.0.16",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"babel-loader": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"babel-loader": "^8.2.3",
"chai": "^4.3.4",
"css-loader": "^5.2.6",
"css-loader": "^6.5.1",
"css.escape": "^1.5.1",
"d3-format": "^3.0.1",
"es-check": "^5.2.4",
"d3-format": "^3.1.0",
"es-check": "^6.1.1",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"fast-isnumeric": "^1.1.4",
"file-loader": "^6.2.0",
"highlight.js": "^11.0.1",
"karma": "^6.3.4",
"highlight.js": "^11.3.1",
"karma": "^6.3.9",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-typescript": "^5.5.1",
"karma-typescript": "^5.5.2",
"karma-webpack": "^5.0.0",
"less": "^4.1.1",
"less-loader": "^10.0.1",
"mocha": "^9.0.2",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"mocha": "^9.1.3",
"npm-run-all": "^4.1.5",
"papaparse": "^5.3.1",
"prettier": "^2.3.2",
"prettier": "^2.5.1",
"ramda": "^0.27.1",
"raw-loader": "^4.0.2",
"react": "^16.14.0",
"react-docgen": "^5.4.0",
"react-dom": "^16.14.0",
"react-select": "^1.3.0",
"regenerator-runtime": "^0.13.7",
"regenerator-runtime": "^0.13.9",
"remarkable": "^2.0.1",
"sheetclip": "^0.3.0",
"style-loader": "^3.0.0",
"ts-loader": "^9.2.3",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"typescript": "^4.3.5",
"webpack": "^5.43.0",
"webpack-cli": "^4.7.2",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^3.11.2",
"webpack-preprocessor": "^0.1.12",
"xlsx": "^0.17.0"
"xlsx": "^0.17.4"
},
"files": [
"/dash_table/async-*{.js,.map}",
Expand Down
Loading

0 comments on commit 48e995b

Please sign in to comment.