Skip to content

Commit

Permalink
Artifacts for 2.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Nov 4, 2024
1 parent 0a7999e commit 8453e9b
Show file tree
Hide file tree
Showing 174 changed files with 34,892 additions and 38,220 deletions.
613 changes: 572 additions & 41 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.

278 changes: 139 additions & 139 deletions dash/dash_table/DataTable.py

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

2,562 changes: 1 addition & 2,561 deletions dash/dash_table/metadata.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions dash/dash_table/package-info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-table",
"version": "5.2.12",
"version": "5.2.13",
"description": "Dash table",
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,13 +41,13 @@
"maintainer": "Alex Johnson <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-regenerator": "^7.24.1",
"@babel/plugin-transform-regenerator": "^7.24.7",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
Expand All @@ -70,7 +70,7 @@
"@types/react-select": "^4.0.16",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"chai": "^4.3.7",
"css-loader": "^6.8.1",
"css.escape": "^1.5.1",
Expand All @@ -92,7 +92,7 @@
"npm-run-all": "^4.1.5",
"papaparse": "^5.4.1",
"prettier": "^2.8.8",
"ramda": "^0.29.1",
"ramda": "^0.30.1",
"raw-loader": "^4.0.2",
"react": "^16.14.0",
"react-docgen": "^5.4.3",
Expand All @@ -103,8 +103,8 @@
"sheetclip": "^0.3.0",
"style-loader": "^3.3.3",
"ts-loader": "^9.4.3",
"typescript": "^5.3.3",
"webpack": "^5.94.0",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-preprocessor": "^0.1.12",
Expand Down
20 changes: 10 additions & 10 deletions dash/dcc/Checklist.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ class Checklist(Component):
`options` is a list of string | number | booleans | dict | list of
dicts with keys:
- disabled (boolean; optional):
If True, this option is disabled and cannot be selected.
- label (a list of or a singular dash component, string or number; required):
The option's label.
- value (string | number | boolean; required):
The value of the option. This value corresponds to the items
specified in the `value` property.
- disabled (boolean; optional):
If True, this option is disabled and cannot be selected.
- title (string; optional):
The HTML 'title' attribute for the option. Allows for
information on hover. For more information on this attribute,
see
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title.
- value (string | number | boolean; required):
The value of the option. This value corresponds to the items
specified in the `value` property.
- value (list of string | number | booleans; optional):
The currently selected value.
Expand Down Expand Up @@ -72,15 +72,15 @@ class Checklist(Component):
`loading_state` is a dict with keys:
- component_name (string; optional):
Holds the name of the component that is loading.
- is_loading (boolean; optional):
Determines if the component is loading or not.
- prop_name (string; optional):
Holds which property is loading.
- component_name (string; optional):
Holds the name of the component that is loading.
- persistence (boolean | string | number; optional):
Used to allow user interactions in this component to be persisted
when the component - or the page - is refreshed. If `persisted` is
Expand Down
6 changes: 3 additions & 3 deletions dash/dcc/Clipboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ class Clipboard(Component):
`loading_state` is a dict with keys:
- component_name (string; optional):
Holds the name of the component that is loading.
- is_loading (boolean; optional):
Determines if the component is loading or not.
- prop_name (string; optional):
Holds which property is loading.
- component_name (string; optional):
Holds the name of the component that is loading.
- n_clicks (number; default 0):
The number of times copy button was clicked.
Expand Down
6 changes: 3 additions & 3 deletions dash/dcc/ConfirmDialogProvider.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ class ConfirmDialogProvider(Component):
`loading_state` is a dict with keys:
- component_name (string; optional):
Holds the name of the component that is loading.
- is_loading (boolean; optional):
Determines if the component is loading or not.
- prop_name (string; optional):
Holds which property is loading.
- component_name (string; optional):
Holds the name of the component that is loading.
- message (string; optional):
Message to show in the popup.
Expand Down
6 changes: 3 additions & 3 deletions dash/dcc/DatePickerRange.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,15 @@ class DatePickerRange(Component):
`loading_state` is a dict with keys:
- component_name (string; optional):
Holds the name of the component that is loading.
- is_loading (boolean; optional):
Determines if the component is loading or not.
- prop_name (string; optional):
Holds which property is loading.
- component_name (string; optional):
Holds the name of the component that is loading.
- persistence (boolean | string | number; optional):
Used to allow user interactions in this component to be persisted
when the component - or the page - is refreshed. If `persisted` is
Expand Down
6 changes: 3 additions & 3 deletions dash/dcc/DatePickerSingle.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,15 @@ class DatePickerSingle(Component):
`loading_state` is a dict with keys:
- component_name (string; optional):
Holds the name of the component that is loading.
- is_loading (boolean; optional):
Determines if the component is loading or not.
- prop_name (string; optional):
Holds which property is loading.
- component_name (string; optional):
Holds the name of the component that is loading.
- persistence (boolean | string | number; optional):
Used to allow user interactions in this component to be persisted
when the component - or the page - is refreshed. If `persisted` is
Expand Down
8 changes: 4 additions & 4 deletions dash/dcc/Download.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ class Download(Component):
`data` is a dict with keys:
- base64 (boolean; optional):
Set to True, when data is base64 encoded.
- filename (string; required):
Suggested filename in the download dialogue.
- content (string; required):
File content.
- filename (string; required):
Suggested filename in the download dialogue.
- base64 (boolean; optional):
Set to True, when data is base64 encoded.
- type (string; optional):
Blob type, usually a MIME-type.
Expand Down
28 changes: 14 additions & 14 deletions dash/dcc/Dropdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,27 @@ class Dropdown(Component):
`options` is a list of string | number | booleans | dict | list of
dicts with keys:
- disabled (boolean; optional):
If True, this option is disabled and cannot be selected.
- label (a list of or a singular dash component, string or number; required):
The option's label.
- search (string; optional):
Optional search value for the option, to use if the label is a
component or provide a custom search value different from the
label. If no search value and the label is a component, the
`value` will be used for search.
- value (string | number | boolean; required):
The value of the option. This value corresponds to the items
specified in the `value` property.
- disabled (boolean; optional):
If True, this option is disabled and cannot be selected.
- title (string; optional):
The HTML 'title' attribute for the option. Allows for
information on hover. For more information on this attribute,
see
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title.
- value (string | number | boolean; required):
The value of the option. This value corresponds to the items
specified in the `value` property.
- search (string; optional):
Optional search value for the option, to use if the label is a
component or provide a custom search value different from the
label. If no search value and the label is a component, the
`value` will be used for search.
- value (string | number | boolean | list of string | number | booleans; optional):
The value of the input. If `multi` is False (the default) then
Expand Down Expand Up @@ -98,15 +98,15 @@ class Dropdown(Component):
`loading_state` is a dict with keys:
- component_name (string; optional):
Holds the name of the component that is loading.
- is_loading (boolean; optional):
Determines if the component is loading or not.
- prop_name (string; optional):
Holds which property is loading.
- component_name (string; optional):
Holds the name of the component that is loading.
- persistence (boolean | string | number; optional):
Used to allow user interactions in this component to be persisted
when the component - or the page - is refreshed. If `persisted` is
Expand Down
8 changes: 4 additions & 4 deletions dash/dcc/Geolocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ class Geolocation(Component):
`position` is a dict with keys:
- lat (number; optional)
- lon (number; optional)
- accuracy (number; optional)
- alt (number; optional)
Expand All @@ -53,10 +57,6 @@ class Geolocation(Component):
- heading (number; optional)
- lat (number; optional)
- lon (number; optional)
- speed (number; optional)
- position_error (dict; optional):
Expand Down
Loading

0 comments on commit 8453e9b

Please sign in to comment.