Skip to content

Commit 04e5e01

Browse files
committed
Master 2.17.1 build artifacts
1 parent d3ca2bf commit 04e5e01

17 files changed

+345
-167
lines changed

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

Lines changed: 323 additions & 145 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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -490,11 +490,11 @@ class DataTable(Component):
490490
- export_headers (a value equal to: 'none', 'ids', 'names', 'display'; optional):
491491
Denotes the format of the headers in the export data file. If
492492
`'none'`, there will be no header. If `'display'`, then the header
493-
of the data file will be be how it is currently displayed. Note
494-
that `'display'` is only supported for `'xlsx'` export_format and
495-
will behave like `'names'` for `'csv'` export format. If `'ids'`
496-
or `'names'`, then the headers of data file will be the column id
497-
or the column names, respectively.
493+
of the data file will be how it is currently displayed. Note that
494+
`'display'` is only supported for `'xlsx'` export_format and will
495+
behave like `'names'` for `'csv'` export format. If `'ids'` or
496+
`'names'`, then the headers of data file will be the column id or
497+
the column names, respectively.
498498
499499
- page_action (a value equal to: 'custom', 'native', 'none'; default 'native'):
500500
`page_action` refers to a mode of the table where not all of the
@@ -575,7 +575,7 @@ class DataTable(Component):
575575
displayed. If `'native'`, then the sorting UI is displayed and the
576576
sorting logic is handled by the table. That is, it is performed on
577577
the data that exists in the `data` property. If `'custom'`, the
578-
the sorting UI is displayed but it is the responsibility of the
578+
sorting UI is displayed but it is the responsibility of the
579579
developer to program the sorting through a callback (where
580580
`sort_by` would be the input and `data` would be the output).
581581
Clicking on the sort arrows will update the `sort_by` property.

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@
946946
]
947947
},
948948
"required": false,
949-
"description": "Denotes the format of the headers in the export data file.\nIf `'none'`, there will be no header. If `'display'`, then the header\nof the data file will be be how it is currently displayed. Note that\n`'display'` is only supported for `'xlsx'` export_format and will behave\nlike `'names'` for `'csv'` export format. If `'ids'` or `'names'`,\nthen the headers of data file will be the column id or the column\nnames, respectively"
949+
"description": "Denotes the format of the headers in the export data file.\nIf `'none'`, there will be no header. If `'display'`, then the header\nof the data file will be how it is currently displayed. Note that\n`'display'` is only supported for `'xlsx'` export_format and will behave\nlike `'names'` for `'csv'` export format. If `'ids'` or `'names'`,\nthen the headers of data file will be the column id or the column\nnames, respectively"
950950
},
951951
"page_action": {
952952
"type": {
@@ -1128,7 +1128,7 @@
11281128
]
11291129
},
11301130
"required": false,
1131-
"description": "The `sort_action` property enables data to be\nsorted on a per-column basis.\nIf `'none'`, then the sorting UI is not displayed.\nIf `'native'`, then the sorting UI is displayed and the sorting\nlogic is handled by the table. That is, it is performed on the data\nthat exists in the `data` property.\nIf `'custom'`, the the sorting UI is displayed but it is the\nresponsibility of the developer to program the sorting\nthrough a callback (where `sort_by` would be the input and `data`\nwould be the output).\nClicking on the sort arrows will update the\n`sort_by` property.",
1131+
"description": "The `sort_action` property enables data to be\nsorted on a per-column basis.\nIf `'none'`, then the sorting UI is not displayed.\nIf `'native'`, then the sorting UI is displayed and the sorting\nlogic is handled by the table. That is, it is performed on the data\nthat exists in the `data` property.\nIf `'custom'`, the sorting UI is displayed but it is the\nresponsibility of the developer to program the sorting\nthrough a callback (where `sort_by` would be the input and `data`\nwould be the output).\nClicking on the sort arrows will update the\n`sort_by` property.",
11321132
"defaultValue": {
11331133
"value": "'none'",
11341134
"computed": false

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-slider.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.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/dash_core_components-shared.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/dash_core_components-shared.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/dash_core_components.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/dash_core_components.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/package-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-core-components",
3-
"version": "2.14.0",
3+
"version": "2.14.1",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)