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.

0 commit comments

Comments
 (0)