Skip to content

Commit 5c3eede

Browse files
committed
Version 2.7.0 artifacts
1 parent afb49f6 commit 5c3eede

Some content is hidden

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

45 files changed

+53563
-55983
lines changed

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

Lines changed: 53394 additions & 55249 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-renderer/build/dash_renderer.min.js.LICENSE.txt

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
99

10-
/** @license React v16.13.1
10+
/**
11+
* @license React
1112
* react-is.production.min.js
1213
*
1314
* Copyright (c) Facebook, Inc. and its affiliates.
@@ -16,7 +17,27 @@
1617
* LICENSE file in the root directory of this source tree.
1718
*/
1819

19-
/** @license React v17.0.2
20+
/**
21+
* @license React
22+
* use-sync-external-store-shim.production.min.js
23+
*
24+
* Copyright (c) Facebook, Inc. and its affiliates.
25+
*
26+
* This source code is licensed under the MIT license found in the
27+
* LICENSE file in the root directory of this source tree.
28+
*/
29+
30+
/**
31+
* @license React
32+
* use-sync-external-store-shim/with-selector.production.min.js
33+
*
34+
* Copyright (c) Facebook, Inc. and its affiliates.
35+
*
36+
* This source code is licensed under the MIT license found in the
37+
* LICENSE file in the root directory of this source tree.
38+
*/
39+
40+
/** @license React v16.13.1
2041
* react-is.production.min.js
2142
*
2243
* Copyright (c) Facebook, Inc. and its affiliates.

dash/dash_table/DataTable.py

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,20 @@ class DataTable(Component):
7676
- filter_options (dict; optional):
7777
There are two `filter_options` props in the table. This is the
7878
column-level filter_options prop and there is also the
79-
table-level `filter_options` prop. These props determine
80-
whether the applicable filter relational operators will
81-
default to `sensitive` or `insensitive` comparison. If the
82-
column-level `filter_options` prop is set it overrides the
83-
table-level `filter_options` prop for that column.
79+
table-level `filter_options` prop. If the column-level
80+
`filter_options` prop is set it overrides the table-level
81+
`filter_options` prop for that column.
8482
8583
`filter_options` is a dict with keys:
8684
87-
- case (a value equal to: 'sensitive', 'insensitive'; optional)
85+
- case (a value equal to: 'sensitive', 'insensitive'; optional):
86+
(default: 'sensitive') Determine whether the applicable
87+
filter relational operators will default to `sensitive` or
88+
`insensitive` comparison.
89+
90+
- placeholder_text (string; optional):
91+
(default: 'filter data...') The filter cell placeholder
92+
text.
8893
8994
- format (dict; optional):
9095
The formatting applied to the column's data. This prop is
@@ -550,15 +555,19 @@ class DataTable(Component):
550555
- filter_options (dict; optional):
551556
There are two `filter_options` props in the table. This is the
552557
table-level filter_options prop and there is also the column-level
553-
`filter_options` prop. These props determine whether the
554-
applicable filter relational operators will default to `sensitive`
555-
or `insensitive` comparison. If the column-level `filter_options`
556-
prop is set it overrides the table-level `filter_options` prop for
557-
that column.
558+
`filter_options` prop. If the column-level `filter_options` prop
559+
is set it overrides the table-level `filter_options` prop for that
560+
column.
558561
559562
`filter_options` is a dict with keys:
560563
561-
- case (a value equal to: 'sensitive', 'insensitive'; optional)
564+
- case (a value equal to: 'sensitive', 'insensitive'; optional):
565+
(default: 'sensitive') Determine whether the applicable filter
566+
relational operators will default to `sensitive` or
567+
`insensitive` comparison.
568+
569+
- placeholder_text (string; optional):
570+
(default: 'filter data...') The filter cell placeholder text.
562571
563572
- sort_action (a value equal to: 'custom', 'native', 'none'; default 'none'):
564573
The `sort_action` property enables data to be sorted on a

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.LICENSE.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
Copyright (c) 2018 Jed Watson.
3-
Licensed under the MIT License (MIT), see
4-
http://jedwatson.github.io/classnames
2+
Copyright (c) 2018 Jed Watson.
3+
Licensed under the MIT License (MIT), see
4+
http://jedwatson.github.io/classnames
55
*/
66

77
/*!

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.

dash/dash_table/demo.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/demo.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/metadata.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,16 @@
262262
"computed": false
263263
}
264264
],
265+
"description": "(default: 'sensitive') Determine whether the applicable filter relational operators will default to `sensitive` or `insensitive` comparison.",
266+
"required": false
267+
},
268+
"placeholder_text": {
269+
"name": "string",
270+
"description": "(default: 'filter data...') The filter cell placeholder text.",
265271
"required": false
266272
}
267273
},
268-
"description": "There are two `filter_options` props in the table.\nThis is the column-level filter_options prop and there is\nalso the table-level `filter_options` prop.\nThese props determine whether the applicable filter relational\noperators will default to `sensitive` or `insensitive` comparison.\nIf the column-level `filter_options` prop is set it overrides\nthe table-level `filter_options` prop for that column.",
274+
"description": "There are two `filter_options` props in the table.\nThis is the column-level filter_options prop and there is\nalso the table-level `filter_options` prop.\nIf the column-level `filter_options` prop is set it overrides\nthe table-level `filter_options` prop for that column.",
269275
"required": false
270276
},
271277
"format": {
@@ -1086,12 +1092,18 @@
10861092
"computed": false
10871093
}
10881094
],
1095+
"description": "(default: 'sensitive') Determine whether the applicable filter relational operators will default to `sensitive` or `insensitive` comparison.",
1096+
"required": false
1097+
},
1098+
"placeholder_text": {
1099+
"name": "string",
1100+
"description": "(default: 'filter data...') The filter cell placeholder text.",
10891101
"required": false
10901102
}
10911103
}
10921104
},
10931105
"required": false,
1094-
"description": "There are two `filter_options` props in the table.\nThis is the table-level filter_options prop and there is\nalso the column-level `filter_options` prop.\nThese props determine whether the applicable filter relational\noperators will default to `sensitive` or `insensitive` comparison.\nIf the column-level `filter_options` prop is set it overrides\nthe table-level `filter_options` prop for that column.",
1106+
"description": "There are two `filter_options` props in the table.\nThis is the table-level filter_options prop and there is\nalso the column-level `filter_options` prop.\nIf the column-level `filter_options` prop is set it overrides\nthe table-level `filter_options` prop for that column.",
10951107
"defaultValue": {
10961108
"value": "{}",
10971109
"computed": false

dash/dash_table/package-info.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-table",
3-
"version": "5.1.6",
3+
"version": "5.2.0",
44
"description": "Dash table",
55
"repository": {
66
"type": "git",
@@ -29,7 +29,7 @@
2929
"private::test.unit": "karma start karma.conf.js --single-run",
3030
"build.watch": "webpack serve --disable-host-check --content-base dash_table --mode development --config webpack.dev.config.js",
3131
"build": "run-s private::build:js private::build:backends",
32-
"postbuild": "es-check es5 dash_table/bundle.js dash_table/async-*.js",
32+
"postbuild": "es-check es2015 dash_table/bundle.js dash_table/async-*.js",
3333
"format": "run-s private::format.*",
3434
"lint": "run-s private::lint.*",
3535
"test.server": "pytest --nopercyfinalize tests/selenium",
@@ -41,12 +41,12 @@
4141
"maintainer": "Alex Johnson <[email protected]>",
4242
"license": "MIT",
4343
"devDependencies": {
44-
"@babel/cli": "^7.18.6",
45-
"@babel/core": "^7.18.6",
44+
"@babel/cli": "^7.19.3",
45+
"@babel/core": "^7.19.6",
4646
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
4747
"@babel/plugin-transform-regenerator": "^7.18.6",
4848
"@babel/polyfill": "^7.12.1",
49-
"@babel/preset-env": "^7.18.6",
49+
"@babel/preset-env": "^7.19.4",
5050
"@babel/preset-react": "^7.18.6",
5151
"@fortawesome/fontawesome-svg-core": "1.2.36",
5252
"@fortawesome/free-regular-svg-icons": "^5.15.4",
@@ -55,58 +55,58 @@
5555
"@percy/storybook": "^3.3.1",
5656
"@plotly/dash-component-plugins": "^1.2.3",
5757
"@plotly/webpack-dash-dynamic-import": "^1.3.0",
58-
"@storybook/builder-webpack5": "^6.4.22",
59-
"@storybook/cli": "^6.4.22",
60-
"@storybook/manager-webpack5": "^6.4.22",
61-
"@storybook/react": "^6.4.22",
58+
"@storybook/builder-webpack5": "^6.5.13",
59+
"@storybook/cli": "^6.5.13",
60+
"@storybook/manager-webpack5": "^6.5.13",
61+
"@storybook/react": "^6.5.13",
6262
"@storybook/semver": "^7.3.2",
63-
"@types/chai": "^4.3.1",
63+
"@types/chai": "^4.3.3",
6464
"@types/d3-format": "^3.0.1",
65-
"@types/mocha": "^9.1.1",
66-
"@types/papaparse": "^5.3.2",
67-
"@types/ramda": "0.28.11",
65+
"@types/mocha": "^10.0.0",
66+
"@types/papaparse": "^5.3.5",
67+
"@types/ramda": "0.28.18",
6868
"@types/react": "^16.14.8",
6969
"@types/react-dom": "^16.9.13",
7070
"@types/react-select": "^4.0.16",
71-
"@typescript-eslint/eslint-plugin": "^5.30.5",
72-
"@typescript-eslint/parser": "^5.30.5",
71+
"@typescript-eslint/eslint-plugin": "^5.41.0",
72+
"@typescript-eslint/parser": "^5.41.0",
7373
"babel-loader": "^8.2.5",
7474
"chai": "^4.3.6",
7575
"css-loader": "^6.7.1",
7676
"css.escape": "^1.5.1",
7777
"d3-format": "^3.1.0",
78-
"es-check": "^6.2.1",
79-
"eslint": "^8.19.0",
78+
"es-check": "^7.0.1",
79+
"eslint": "^8.26.0",
8080
"eslint-config-prettier": "^8.5.0",
8181
"fast-isnumeric": "^1.1.4",
8282
"file-loader": "^6.2.0",
83-
"highlight.js": "^11.5.1",
84-
"karma": "^6.3.19",
83+
"highlight.js": "^11.6.0",
84+
"karma": "^6.4.1",
8585
"karma-chrome-launcher": "^3.1.1",
8686
"karma-mocha": "^2.0.1",
8787
"karma-typescript": "^5.5.3",
8888
"karma-webpack": "^5.0.0",
89-
"less": "^4.1.2",
89+
"less": "^4.1.3",
9090
"less-loader": "^10.2.0",
91-
"mocha": "^9.2.2",
91+
"mocha": "^10.1.0",
9292
"npm-run-all": "^4.1.5",
9393
"papaparse": "^5.3.2",
9494
"prettier": "^2.7.1",
9595
"ramda": "^0.28.0",
9696
"raw-loader": "^4.0.2",
9797
"react": "^16.14.0",
98-
"react-docgen": "^5.4.0",
98+
"react-docgen": "^5.4.3",
9999
"react-dom": "^16.14.0",
100100
"react-select": "^1.3.0",
101-
"regenerator-runtime": "^0.13.9",
101+
"regenerator-runtime": "^0.13.10",
102102
"remarkable": "^2.0.1",
103103
"sheetclip": "^0.3.0",
104104
"style-loader": "^3.3.1",
105-
"ts-loader": "^9.3.1",
106-
"typescript": "^4.7.4",
107-
"webpack": "^5.73.0",
105+
"ts-loader": "^9.4.1",
106+
"typescript": "^4.8.4",
107+
"webpack": "^5.74.0",
108108
"webpack-cli": "^4.10.0",
109-
"webpack-dev-server": "^3.11.2",
109+
"webpack-dev-server": "^4.11.1",
110110
"webpack-preprocessor": "^0.1.12",
111111
"xlsx": "^0.17.5"
112112
},
@@ -124,6 +124,6 @@
124124
"npm": ">=6.1.0"
125125
},
126126
"browserslist": [
127-
"defaults"
127+
"last 7 years and not dead"
128128
]
129129
}

dash/dcc/Graph.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ class Graph(Component):
6666
value is 100 and the maximum value is 1000. By default this is
6767
300.
6868
69+
- editSelection (boolean; optional):
70+
Enables moving selections.
71+
6972
- editable (boolean; optional):
7073
We can edit titles, move annotations, etc - sets all pieces of
7174
`edits` unless a separate `edits` config item overrides

dash/dcc/async-datepicker.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/dcc/async-datepicker.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/dcc/async-dropdown.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/dcc/async-dropdown.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/dcc/async-graph.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/dcc/async-graph.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/dcc/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/dcc/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/dcc/async-markdown.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/dcc/async-markdown.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/dcc/async-mathjax.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/dcc/async-plotlyjs.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/dcc/async-slider.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.

dash/dcc/async-slider.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/dcc/async-upload.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/dcc/async-upload.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)