itables 2.5.0__tar.gz → 2.5.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {itables-2.5.0 → itables-2.5.2}/PKG-INFO +10 -2
- {itables-2.5.0 → itables-2.5.2}/itables/config.py +20 -5
- {itables-2.5.0 → itables-2.5.2}/itables/show_config.py +7 -1
- {itables-2.5.0 → itables-2.5.2}/itables/version.py +1 -1
- {itables-2.5.0 → itables-2.5.2}/itables_for_dash/itables_for_dash.min.js +1 -1
- {itables-2.5.0 → itables-2.5.2}/itables_for_dash/itables_for_dash.min.js.map +1 -1
- {itables-2.5.0 → itables-2.5.2}/pyproject.toml +3 -2
- {itables-2.5.0 → itables-2.5.2}/.gitignore +0 -0
- {itables-2.5.0 → itables-2.5.2}/LICENSE +0 -0
- {itables-2.5.0 → itables-2.5.2}/README.md +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/__init__.py +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/dash.py +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/datatables_format.py +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/downsample.py +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/html/datatables_template.html +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/html/datatables_template_offline.html +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/html/dt_bundle.css +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/html/dt_bundle.js +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/html/init_datatables.html +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/html/init_notebook_offline.html +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/interactive.py +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/itables_for_streamlit/asset-manifest.json +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/itables_for_streamlit/index.html +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/itables_for_streamlit/static/css/main.66715262.css +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/itables_for_streamlit/static/css/main.66715262.css.map +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/itables_for_streamlit/static/js/main.978ec6e6.js +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/itables_for_streamlit/static/js/main.978ec6e6.js.LICENSE.txt +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/itables_for_streamlit/static/js/main.978ec6e6.js.map +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/javascript.py +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/logo/loading.svg +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/logo/logo.svg +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/logo/text.svg +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/logo/wide.svg +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/logo/with_text.svg +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/options.py +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/py.typed +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/sample_dfs.py +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/samples/countries.csv +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/samples/indicators.csv +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/samples/population.csv +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/shiny.py +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/streamlit.py +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/typing.py +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/utils.py +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/widget/__init__.py +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/widget/static/widget.css +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables/widget/static/widget.js +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables_for_dash/ITable.py +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables_for_dash/__init__.py +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables_for_dash/_imports_.py +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables_for_dash/async-ITable.js +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables_for_dash/async-ITable.js.LICENSE.txt +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables_for_dash/async-ITable.js.map +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables_for_dash/metadata.json +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables_for_dash/package-info.json +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables_for_dash/properties.py +0 -0
- {itables-2.5.0 → itables-2.5.2}/itables_for_dash/py.typed +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: itables
|
|
3
|
-
Version: 2.5.
|
|
3
|
+
Version: 2.5.2
|
|
4
4
|
Summary: Pandas and Polar DataFrames as interactive DataTables
|
|
5
5
|
Project-URL: Homepage, https://mwouts.github.io/itables/
|
|
6
6
|
Project-URL: Documentation, https://mwouts.github.io/itables
|
|
@@ -50,22 +50,26 @@ Requires-Python: >=3.9
|
|
|
50
50
|
Requires-Dist: ipython
|
|
51
51
|
Requires-Dist: numpy
|
|
52
52
|
Requires-Dist: pandas
|
|
53
|
-
Requires-Dist: tomli; python_version < '3.11'
|
|
54
53
|
Provides-Extra: all
|
|
55
54
|
Requires-Dist: anywidget; extra == 'all'
|
|
56
55
|
Requires-Dist: dash; extra == 'all'
|
|
57
56
|
Requires-Dist: matplotlib; extra == 'all'
|
|
57
|
+
Requires-Dist: platformdirs; extra == 'all'
|
|
58
58
|
Requires-Dist: polars; extra == 'all'
|
|
59
59
|
Requires-Dist: pyarrow; extra == 'all'
|
|
60
60
|
Requires-Dist: pytz; extra == 'all'
|
|
61
61
|
Requires-Dist: shiny; extra == 'all'
|
|
62
62
|
Requires-Dist: shinywidgets; extra == 'all'
|
|
63
63
|
Requires-Dist: streamlit; extra == 'all'
|
|
64
|
+
Requires-Dist: tomli; (python_version < '3.11') and extra == 'all'
|
|
64
65
|
Requires-Dist: traitlets; extra == 'all'
|
|
65
66
|
Requires-Dist: typeguard>=4.4.1; extra == 'all'
|
|
66
67
|
Requires-Dist: world-bank-data; extra == 'all'
|
|
67
68
|
Provides-Extra: check-type
|
|
68
69
|
Requires-Dist: typeguard>=4.4.1; extra == 'check-type'
|
|
70
|
+
Provides-Extra: config
|
|
71
|
+
Requires-Dist: platformdirs; extra == 'config'
|
|
72
|
+
Requires-Dist: tomli; (python_version < '3.11') and extra == 'config'
|
|
69
73
|
Provides-Extra: dash
|
|
70
74
|
Requires-Dist: dash; extra == 'dash'
|
|
71
75
|
Provides-Extra: dev
|
|
@@ -77,6 +81,7 @@ Requires-Dist: jupytext; extra == 'dev'
|
|
|
77
81
|
Requires-Dist: marimo; extra == 'dev'
|
|
78
82
|
Requires-Dist: matplotlib; extra == 'dev'
|
|
79
83
|
Requires-Dist: nbconvert; extra == 'dev'
|
|
84
|
+
Requires-Dist: platformdirs; extra == 'dev'
|
|
80
85
|
Requires-Dist: polars; extra == 'dev'
|
|
81
86
|
Requires-Dist: pyarrow; extra == 'dev'
|
|
82
87
|
Requires-Dist: pytest; extra == 'dev'
|
|
@@ -86,6 +91,7 @@ Requires-Dist: requests; extra == 'dev'
|
|
|
86
91
|
Requires-Dist: shiny; extra == 'dev'
|
|
87
92
|
Requires-Dist: shinywidgets; extra == 'dev'
|
|
88
93
|
Requires-Dist: streamlit; extra == 'dev'
|
|
94
|
+
Requires-Dist: tomli; (python_version < '3.11') and extra == 'dev'
|
|
89
95
|
Requires-Dist: traitlets; extra == 'dev'
|
|
90
96
|
Requires-Dist: typeguard>=4.4.1; extra == 'dev'
|
|
91
97
|
Requires-Dist: watchfiles; extra == 'dev'
|
|
@@ -111,6 +117,7 @@ Requires-Dist: jupytext; extra == 'test'
|
|
|
111
117
|
Requires-Dist: marimo; extra == 'test'
|
|
112
118
|
Requires-Dist: matplotlib; extra == 'test'
|
|
113
119
|
Requires-Dist: nbconvert; extra == 'test'
|
|
120
|
+
Requires-Dist: platformdirs; extra == 'test'
|
|
114
121
|
Requires-Dist: polars; extra == 'test'
|
|
115
122
|
Requires-Dist: pyarrow; extra == 'test'
|
|
116
123
|
Requires-Dist: pytest; extra == 'test'
|
|
@@ -120,6 +127,7 @@ Requires-Dist: requests; extra == 'test'
|
|
|
120
127
|
Requires-Dist: shiny; extra == 'test'
|
|
121
128
|
Requires-Dist: shinywidgets; extra == 'test'
|
|
122
129
|
Requires-Dist: streamlit; extra == 'test'
|
|
130
|
+
Requires-Dist: tomli; (python_version < '3.11') and extra == 'test'
|
|
123
131
|
Requires-Dist: traitlets; extra == 'test'
|
|
124
132
|
Requires-Dist: typeguard>=4.4.1; extra == 'test'
|
|
125
133
|
Requires-Dist: world-bank-data; extra == 'test'
|
|
@@ -16,9 +16,15 @@ from typing import Any, Optional, cast
|
|
|
16
16
|
try:
|
|
17
17
|
import tomllib
|
|
18
18
|
except ImportError:
|
|
19
|
-
|
|
19
|
+
try:
|
|
20
|
+
import tomli as tomllib # pyright: ignore[reportMissingImports]
|
|
21
|
+
except ImportError:
|
|
22
|
+
tomllib = None # type: ignore[assignment]
|
|
20
23
|
|
|
21
|
-
|
|
24
|
+
try:
|
|
25
|
+
from platformdirs import user_config_path
|
|
26
|
+
except ImportError:
|
|
27
|
+
user_config_path = None
|
|
22
28
|
|
|
23
29
|
from itables.typing import ITableOptions, check_itable_arguments
|
|
24
30
|
|
|
@@ -50,6 +56,8 @@ def get_config_file(path: Path = Path.cwd()) -> Optional[Path]:
|
|
|
50
56
|
config_file = parent / "pyproject.toml"
|
|
51
57
|
if config_file.exists():
|
|
52
58
|
with open(config_file, "rb") as fp:
|
|
59
|
+
if tomllib is None:
|
|
60
|
+
continue
|
|
53
61
|
config = tomllib.load(fp)
|
|
54
62
|
if "tool" not in config or "itables" not in config["tool"]:
|
|
55
63
|
continue
|
|
@@ -57,14 +65,21 @@ def get_config_file(path: Path = Path.cwd()) -> Optional[Path]:
|
|
|
57
65
|
if parent in ceiling_directories:
|
|
58
66
|
break
|
|
59
67
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
68
|
+
if user_config_path is not None:
|
|
69
|
+
config_file = user_config_path("itables") / "itables.toml"
|
|
70
|
+
if config_file.exists():
|
|
71
|
+
return config_file
|
|
63
72
|
|
|
64
73
|
return None
|
|
65
74
|
|
|
66
75
|
|
|
67
76
|
def load_config_file(config_file: Path) -> ITableOptions:
|
|
77
|
+
if tomllib is None:
|
|
78
|
+
raise ImportError(
|
|
79
|
+
f"Either tomllib or tomli is required to load {config_file}. "
|
|
80
|
+
"Install with 'pip install itables[config]' to enable TOML config support."
|
|
81
|
+
)
|
|
82
|
+
|
|
68
83
|
with open(config_file, "rb") as fp:
|
|
69
84
|
try:
|
|
70
85
|
config = tomllib.load(fp)
|
|
@@ -6,13 +6,19 @@ python -m itables.show_config
|
|
|
6
6
|
|
|
7
7
|
from pathlib import Path
|
|
8
8
|
|
|
9
|
-
from itables.config import get_config_file, load_config_file
|
|
9
|
+
from itables.config import get_config_file, load_config_file, tomllib, user_config_path
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
def show_config(path: Path):
|
|
13
13
|
"""
|
|
14
14
|
Show the ITables config file location and content.
|
|
15
15
|
"""
|
|
16
|
+
if (tomllib is None) or (user_config_path is None):
|
|
17
|
+
print(
|
|
18
|
+
"Missing itables[config] dependencies. Please install them with 'pip install itables[config]'"
|
|
19
|
+
)
|
|
20
|
+
return
|
|
21
|
+
|
|
16
22
|
if (config_file := get_config_file(path)) is None:
|
|
17
23
|
print("No ITables config file found")
|
|
18
24
|
return
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
(()=>{"use strict";var e,r,t={188:(e,r,t)=>{t.d(r,{Ay:()=>l,Gs:()=>u,tu:()=>p});var n=t(609),o=t.n(n);const i=window.PropTypes;var a=t.n(i),s=React.lazy(function(){return t.e(741).then(t.bind(t,608))}),c=function(e){return o().createElement(o().Suspense,{fallback:null},o().createElement(s,e))};c.defaultProps={},c.propTypes={id:a().string.isRequired,caption:a().string,selected_rows:a().array.isRequired,style:a().object.isRequired,classes:a().string.isRequired,dt_args:a().object.isRequired,setProps:a().func};const l=c;var u=c.defaultProps,p=c.propTypes},609:e=>{e.exports=window.React}},n={};function o(e){var r=n[e];if(void 0!==r)return r.exports;var i=n[e]={id:e,exports:{}};return t[e].call(i.exports,i,i.exports,o),i.exports}o.m=t,o.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return o.d(r,{a:r}),r},o.d=(e,r)=>{for(var t in r)o.o(r,t)&&!o.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},o.f={},o.e=e=>Promise.all(Object.keys(o.f).reduce((r,t)=>(o.f[t](e,r),r),[])),o.u=e=>"async-ITable.js",o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),e={},r="itables_for_dash:",o.l=(t,n,i,a)=>{if(e[t])e[t].push(n);else{var s,c;if(void 0!==i)for(var l=document.getElementsByTagName("script"),u=0;u<l.length;u++){var p=l[u];if(p.getAttribute("src")==t||p.getAttribute("data-webpack")==r+i){s=p;break}}s||(c=!0,(s=document.createElement("script")).charset="utf-8",s.timeout=120,o.nc&&s.setAttribute("nonce",o.nc),s.setAttribute("data-webpack",r+i),s.src=t),e[t]=[n];var d=(r,n)=>{s.onerror=s.onload=null,clearTimeout(f);var o=e[t];if(delete e[t],s.parentNode&&s.parentNode.removeChild(s),o&&o.forEach(e=>e(n)),r)return r(n)},f=setTimeout(d.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=d.bind(null,s.onerror),s.onload=d.bind(null,s.onload),c&&document.head.appendChild(s)}},o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{var e;o.g.importScripts&&(e=o.g.location+"");var r=o.g.document;if(!e&&r&&(r.currentScript&&"SCRIPT"===r.currentScript.tagName.toUpperCase()&&(e=r.currentScript.src),!e)){var t=r.getElementsByTagName("script");if(t.length)for(var n=t.length-1;n>-1&&(!e||!/^http(s?):/.test(e));)e=t[n--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),o.p=e})();var i,a=function(){var e=document.currentScript;if(!e){for(var r=document.getElementsByTagName("script"),t=[],n=0;n<r.length;n++)t.push(r[n]);e=(t=t.filter(function(e){return!e.async&&!e.text&&!e.textContent})).slice(-1)[0]}return e};if(Object.defineProperty(o,"p",{get:(i=a().src.split("/").slice(0,-1).join("/")+"/",function(){return i})}),"undefined"!=typeof jsonpScriptSrc){var s=jsonpScriptSrc;jsonpScriptSrc=function(e){var r,t=(r=a(),/\/_dash-component-suites\//.test(r.src)),n=s(e);if(!t)return n;var o=n.split("/"),i=o.slice(-1)[0].split(".");return i.splice(1,0,"
|
|
1
|
+
(()=>{"use strict";var e,r,t={188:(e,r,t)=>{t.d(r,{Ay:()=>l,Gs:()=>u,tu:()=>p});var n=t(609),o=t.n(n);const i=window.PropTypes;var a=t.n(i),s=React.lazy(function(){return t.e(741).then(t.bind(t,608))}),c=function(e){return o().createElement(o().Suspense,{fallback:null},o().createElement(s,e))};c.defaultProps={},c.propTypes={id:a().string.isRequired,caption:a().string,selected_rows:a().array.isRequired,style:a().object.isRequired,classes:a().string.isRequired,dt_args:a().object.isRequired,setProps:a().func};const l=c;var u=c.defaultProps,p=c.propTypes},609:e=>{e.exports=window.React}},n={};function o(e){var r=n[e];if(void 0!==r)return r.exports;var i=n[e]={id:e,exports:{}};return t[e].call(i.exports,i,i.exports,o),i.exports}o.m=t,o.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return o.d(r,{a:r}),r},o.d=(e,r)=>{for(var t in r)o.o(r,t)&&!o.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},o.f={},o.e=e=>Promise.all(Object.keys(o.f).reduce((r,t)=>(o.f[t](e,r),r),[])),o.u=e=>"async-ITable.js",o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),e={},r="itables_for_dash:",o.l=(t,n,i,a)=>{if(e[t])e[t].push(n);else{var s,c;if(void 0!==i)for(var l=document.getElementsByTagName("script"),u=0;u<l.length;u++){var p=l[u];if(p.getAttribute("src")==t||p.getAttribute("data-webpack")==r+i){s=p;break}}s||(c=!0,(s=document.createElement("script")).charset="utf-8",s.timeout=120,o.nc&&s.setAttribute("nonce",o.nc),s.setAttribute("data-webpack",r+i),s.src=t),e[t]=[n];var d=(r,n)=>{s.onerror=s.onload=null,clearTimeout(f);var o=e[t];if(delete e[t],s.parentNode&&s.parentNode.removeChild(s),o&&o.forEach(e=>e(n)),r)return r(n)},f=setTimeout(d.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=d.bind(null,s.onerror),s.onload=d.bind(null,s.onload),c&&document.head.appendChild(s)}},o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{var e;o.g.importScripts&&(e=o.g.location+"");var r=o.g.document;if(!e&&r&&(r.currentScript&&"SCRIPT"===r.currentScript.tagName.toUpperCase()&&(e=r.currentScript.src),!e)){var t=r.getElementsByTagName("script");if(t.length)for(var n=t.length-1;n>-1&&(!e||!/^http(s?):/.test(e));)e=t[n--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),o.p=e})();var i,a=function(){var e=document.currentScript;if(!e){for(var r=document.getElementsByTagName("script"),t=[],n=0;n<r.length;n++)t.push(r[n]);e=(t=t.filter(function(e){return!e.async&&!e.text&&!e.textContent})).slice(-1)[0]}return e};if(Object.defineProperty(o,"p",{get:(i=a().src.split("/").slice(0,-1).join("/")+"/",function(){return i})}),"undefined"!=typeof jsonpScriptSrc){var s=jsonpScriptSrc;jsonpScriptSrc=function(e){var r,t=(r=a(),/\/_dash-component-suites\//.test(r.src)),n=s(e);if(!t)return n;var o=n.split("/"),i=o.slice(-1)[0].split(".");return i.splice(1,0,"v0_2_0m1756844006"),o.splice(-1,1,i.join(".")),o.join("/")}}(()=>{o.b=document.baseURI||self.location.href;var e={792:0};o.f.j=(r,t)=>{var n=o.o(e,r)?e[r]:void 0;if(0!==n)if(n)t.push(n[2]);else{var i=new Promise((t,o)=>n=e[r]=[t,o]);t.push(n[2]=i);var a=o.p+o.u(r),s=new Error;o.l(a,t=>{if(o.o(e,r)&&(0!==(n=e[r])&&(e[r]=void 0),n)){var i=t&&("load"===t.type?"missing":t.type),a=t&&t.target&&t.target.src;s.message="Loading chunk "+r+" failed.\n("+i+": "+a+")",s.name="ChunkLoadError",s.type=i,s.request=a,n[1](s)}},"chunk-"+r,r)}};var r=(r,t)=>{var n,i,[a,s,c]=t,l=0;if(a.some(r=>0!==e[r])){for(n in s)o.o(s,n)&&(o.m[n]=s[n]);c&&c(o)}for(r&&r(t);l<a.length;l++)i=a[l],o.o(e,i)&&e[i]&&e[i][0](),e[i]=0},t=self.webpackChunkitables_for_dash=self.webpackChunkitables_for_dash||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})(),o.nc=void 0;var c={};o.r(c),o.d(c,{ITable:()=>l.Ay});var l=o(188);window.itables_for_dash=c})();
|
|
2
2
|
//# sourceMappingURL=itables_for_dash.min.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"itables_for_dash.min.js","mappings":"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","sources":["webpack:///webpack/runtime/load script","webpack:///external window \"PropTypes\"","webpack:///./src/lib/LazyLoader.js","webpack:///./src/lib/components/ITable.react.js","webpack:///external window \"React\"","webpack:///webpack/bootstrap","webpack:///webpack/runtime/compat get default export","webpack:///webpack/runtime/define property getters","webpack:///webpack/runtime/ensure chunk","webpack:///webpack/runtime/get javascript chunk filename","webpack:///webpack/runtime/global","webpack:///webpack/runtime/hasOwnProperty shorthand","webpack:///webpack/runtime/make namespace object","webpack:///webpack/runtime/publicPath","webpack:///webpack/runtime/compat","webpack:///webpack/runtime/jsonp chunk loading","webpack:///webpack/runtime/nonce"],"sourcesContent":["var inProgress = {};\nvar dataWebpackPrefix = \"itables_for_dash:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = (url, done, key, chunkId) => {\n\tif(inProgress[url]) { inProgress[url].push(done); return; }\n\tvar script, needAttach;\n\tif(key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor(var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif(s.getAttribute(\"src\") == url || s.getAttribute(\"data-webpack\") == dataWebpackPrefix + key) { script = s; break; }\n\t\t}\n\t}\n\tif(!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\n\t\tscript.charset = 'utf-8';\n\t\tscript.timeout = 120;\n\t\tif (__webpack_require__.nc) {\n\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n\t\t}\n\t\tscript.setAttribute(\"data-webpack\", dataWebpackPrefix + key);\n\n\t\tscript.src = url;\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = (prev, event) => {\n\t\t// avoid mem leaks in IE.\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns && doneFns.forEach((fn) => (fn(event)));\n\t\tif(prev) return prev(event);\n\t}\n\tvar timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};","const __WEBPACK_NAMESPACE_OBJECT__ = window[\"PropTypes\"];","export const ITable = React.lazy(() => import(/* webpackChunkName: \"ITable\" */ './fragments/ITable.react'));\n","import React from 'react';\nimport PropTypes from 'prop-types';\nimport { ITable as RealComponent } from '../LazyLoader';\n\n/**\n * ITable is a dash component for ITables\n */\nconst ITable = (props) => {\n return (\n <React.Suspense fallback={null}>\n <RealComponent {...props} />\n </React.Suspense>\n );\n};\n\nITable.defaultProps = {};\n\nITable.propTypes = {\n /**\n * The ID used to identify this component in Dash callbacks.\n */\n id: PropTypes.string.isRequired,\n\n /**\n * The table caption\n */\n caption: PropTypes.string,\n\n /**\n * The index of the selected rows (pass select=True to allow selection)\n */\n selected_rows: PropTypes.array.isRequired,\n\n /**\n * The table style\n */\n style: PropTypes.object.isRequired,\n\n /**\n * The table classes\n */\n classes: PropTypes.string.isRequired,\n\n /**\n * The arguments for DataTable e.g. select, buttons, layout etc.\n */\n dt_args: PropTypes.object.isRequired,\n\n /**\n * Dash-assigned callback that should be called to report property changes\n * to Dash, to make them available for callbacks.\n */\n setProps: PropTypes.func\n};\n\nexport default ITable;\nexport const defaultProps = ITable.defaultProps;\nexport const propTypes = ITable.propTypes;\n","module.exports = window[\"React\"];","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks\n__webpack_require__.u = (chunkId) => {\n\t// return url for filenames based on template\n\treturn \"\" + \"async-ITable\" + \".js\";\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","var scriptUrl;\nif (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + \"\";\nvar document = __webpack_require__.g.document;\nif (!scriptUrl && document) {\n\tif (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT')\n\t\tscriptUrl = document.currentScript.src;\n\tif (!scriptUrl) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tif(scripts.length) {\n\t\t\tvar i = scripts.length - 1;\n\t\t\twhile (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;\n\t\t}\n\t}\n}\n// When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration\n// or pass an empty string (\"\") and set the __webpack_public_path__ variable from your code to use your own logic.\nif (!scriptUrl) throw new Error(\"Automatic publicPath is not supported in this browser\");\nscriptUrl = scriptUrl.replace(/^blob:/, \"\").replace(/#.*$/, \"\").replace(/\\?.*$/, \"\").replace(/\\/[^\\/]+$/, \"/\");\n__webpack_require__.p = scriptUrl;","var getCurrentScript = function() {\n var script = document.currentScript;\n if (!script) {\n /* Shim for IE11 and below */\n /* Do not take into account async scripts and inline scripts */\n\n var doc_scripts = document.getElementsByTagName('script');\n var scripts = [];\n\n for (var i = 0; i < doc_scripts.length; i++) {\n scripts.push(doc_scripts[i]);\n }\n\n scripts = scripts.filter(function(s) { return !s.async && !s.text && !s.textContent; });\n script = scripts.slice(-1)[0];\n }\n\n return script;\n};\n\nvar isLocalScript = function(script) {\n return /\\/_dash-component-suites\\//.test(script.src);\n};\n\nObject.defineProperty(__webpack_require__, 'p', {\n get: (function () {\n var script = getCurrentScript();\n\n var url = script.src.split('/').slice(0, -1).join('/') + '/';\n\n return function() {\n return url;\n };\n })()\n});\n\nif (typeof jsonpScriptSrc !== 'undefined') {\n var __jsonpScriptSrc__ = jsonpScriptSrc;\n jsonpScriptSrc = function(chunkId) {\n var script = getCurrentScript();\n var isLocal = isLocalScript(script);\n\n var src = __jsonpScriptSrc__(chunkId);\n\n if(!isLocal) {\n return src;\n }\n\n var srcFragments = src.split('/');\n var fileFragments = srcFragments.slice(-1)[0].split('.');\n\n fileFragments.splice(1, 0, \"v0_2_0m1756675498\");\n srcFragments.splice(-1, 1, fileFragments.join('.'))\n\n return srcFragments.join('/');\n };\n}\n","__webpack_require__.b = document.baseURI || self.location.href;\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t792: 0\n};\n\n__webpack_require__.f.j = (chunkId, promises) => {\n\t\t// JSONP chunk loading for javascript\n\t\tvar installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;\n\t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n\t\t\t// a Promise means \"currently loading\".\n\t\t\tif(installedChunkData) {\n\t\t\t\tpromises.push(installedChunkData[2]);\n\t\t\t} else {\n\t\t\t\tif(true) { // all chunks have JS\n\t\t\t\t\t// setup Promise in chunk cache\n\t\t\t\t\tvar promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));\n\t\t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n\t\t\t\t\t// start chunk loading\n\t\t\t\t\tvar url = __webpack_require__.p + __webpack_require__.u(chunkId);\n\t\t\t\t\t// create error before stack unwound to get useful stacktrace later\n\t\t\t\t\tvar error = new Error();\n\t\t\t\t\tvar loadingEnded = (event) => {\n\t\t\t\t\t\tif(__webpack_require__.o(installedChunks, chunkId)) {\n\t\t\t\t\t\t\tinstalledChunkData = installedChunks[chunkId];\n\t\t\t\t\t\t\tif(installedChunkData !== 0) installedChunks[chunkId] = undefined;\n\t\t\t\t\t\t\tif(installedChunkData) {\n\t\t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n\t\t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n\t\t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n\t\t\t\t\t\t\t\terror.type = errorType;\n\t\t\t\t\t\t\t\terror.request = realSrc;\n\t\t\t\t\t\t\t\tinstalledChunkData[1](error);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t\t__webpack_require__.l(url, loadingEnded, \"chunk-\" + chunkId, chunkId);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n};\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n// no on chunks loaded\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar [chunkIds, moreModules, runtime] = data;\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunkitables_for_dash\"] = self[\"webpackChunkitables_for_dash\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","__webpack_require__.nc = undefined;"],"names":["inProgress","dataWebpackPrefix","window","ITable","React","lazy","props","fallback","RealComponent","defaultProps","propTypes","id","PropTypes","isRequired","caption","selected_rows","style","classes","dt_args","setProps","module","exports","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","call","m","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","f","e","chunkId","Promise","all","keys","reduce","promises","u","g","globalThis","this","Function","obj","prop","prototype","hasOwnProperty","l","url","done","push","script","needAttach","scripts","document","getElementsByTagName","i","length","s","getAttribute","createElement","charset","timeout","nc","setAttribute","src","onScriptComplete","prev","event","onerror","onload","clearTimeout","doneFns","parentNode","removeChild","forEach","fn","setTimeout","bind","type","target","head","appendChild","r","Symbol","toStringTag","value","scriptUrl","importScripts","location","currentScript","tagName","toUpperCase","test","Error","replace","p","getCurrentScript","doc_scripts","filter","async","text","textContent","slice","split","join","jsonpScriptSrc","__jsonpScriptSrc__","isLocal","srcFragments","fileFragments","splice","b","baseURI","self","href","installedChunks","j","installedChunkData","promise","resolve","reject","error","errorType","realSrc","message","name","request","webpackJsonpCallback","parentChunkLoadingFunction","data","chunkIds","moreModules","runtime","some","chunkLoadingGlobal"],"sourceRoot":""}
|
|
1
|
+
{"version":3,"file":"itables_for_dash.min.js","mappings":"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","sources":["webpack:///webpack/runtime/load script","webpack:///external window \"PropTypes\"","webpack:///./src/lib/LazyLoader.js","webpack:///./src/lib/components/ITable.react.js","webpack:///external window \"React\"","webpack:///webpack/bootstrap","webpack:///webpack/runtime/compat get default export","webpack:///webpack/runtime/define property getters","webpack:///webpack/runtime/ensure chunk","webpack:///webpack/runtime/get javascript chunk filename","webpack:///webpack/runtime/global","webpack:///webpack/runtime/hasOwnProperty shorthand","webpack:///webpack/runtime/make namespace object","webpack:///webpack/runtime/publicPath","webpack:///webpack/runtime/compat","webpack:///webpack/runtime/jsonp chunk loading","webpack:///webpack/runtime/nonce"],"sourcesContent":["var inProgress = {};\nvar dataWebpackPrefix = \"itables_for_dash:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = (url, done, key, chunkId) => {\n\tif(inProgress[url]) { inProgress[url].push(done); return; }\n\tvar script, needAttach;\n\tif(key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor(var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif(s.getAttribute(\"src\") == url || s.getAttribute(\"data-webpack\") == dataWebpackPrefix + key) { script = s; break; }\n\t\t}\n\t}\n\tif(!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\n\t\tscript.charset = 'utf-8';\n\t\tscript.timeout = 120;\n\t\tif (__webpack_require__.nc) {\n\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n\t\t}\n\t\tscript.setAttribute(\"data-webpack\", dataWebpackPrefix + key);\n\n\t\tscript.src = url;\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = (prev, event) => {\n\t\t// avoid mem leaks in IE.\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns && doneFns.forEach((fn) => (fn(event)));\n\t\tif(prev) return prev(event);\n\t}\n\tvar timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};","const __WEBPACK_NAMESPACE_OBJECT__ = window[\"PropTypes\"];","export const ITable = React.lazy(() => import(/* webpackChunkName: \"ITable\" */ './fragments/ITable.react'));\n","import React from 'react';\nimport PropTypes from 'prop-types';\nimport { ITable as RealComponent } from '../LazyLoader';\n\n/**\n * ITable is a dash component for ITables\n */\nconst ITable = (props) => {\n return (\n <React.Suspense fallback={null}>\n <RealComponent {...props} />\n </React.Suspense>\n );\n};\n\nITable.defaultProps = {};\n\nITable.propTypes = {\n /**\n * The ID used to identify this component in Dash callbacks.\n */\n id: PropTypes.string.isRequired,\n\n /**\n * The table caption\n */\n caption: PropTypes.string,\n\n /**\n * The index of the selected rows (pass select=True to allow selection)\n */\n selected_rows: PropTypes.array.isRequired,\n\n /**\n * The table style\n */\n style: PropTypes.object.isRequired,\n\n /**\n * The table classes\n */\n classes: PropTypes.string.isRequired,\n\n /**\n * The arguments for DataTable e.g. select, buttons, layout etc.\n */\n dt_args: PropTypes.object.isRequired,\n\n /**\n * Dash-assigned callback that should be called to report property changes\n * to Dash, to make them available for callbacks.\n */\n setProps: PropTypes.func\n};\n\nexport default ITable;\nexport const defaultProps = ITable.defaultProps;\nexport const propTypes = ITable.propTypes;\n","module.exports = window[\"React\"];","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks\n__webpack_require__.u = (chunkId) => {\n\t// return url for filenames based on template\n\treturn \"\" + \"async-ITable\" + \".js\";\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","var scriptUrl;\nif (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + \"\";\nvar document = __webpack_require__.g.document;\nif (!scriptUrl && document) {\n\tif (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT')\n\t\tscriptUrl = document.currentScript.src;\n\tif (!scriptUrl) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tif(scripts.length) {\n\t\t\tvar i = scripts.length - 1;\n\t\t\twhile (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;\n\t\t}\n\t}\n}\n// When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration\n// or pass an empty string (\"\") and set the __webpack_public_path__ variable from your code to use your own logic.\nif (!scriptUrl) throw new Error(\"Automatic publicPath is not supported in this browser\");\nscriptUrl = scriptUrl.replace(/^blob:/, \"\").replace(/#.*$/, \"\").replace(/\\?.*$/, \"\").replace(/\\/[^\\/]+$/, \"/\");\n__webpack_require__.p = scriptUrl;","var getCurrentScript = function() {\n var script = document.currentScript;\n if (!script) {\n /* Shim for IE11 and below */\n /* Do not take into account async scripts and inline scripts */\n\n var doc_scripts = document.getElementsByTagName('script');\n var scripts = [];\n\n for (var i = 0; i < doc_scripts.length; i++) {\n scripts.push(doc_scripts[i]);\n }\n\n scripts = scripts.filter(function(s) { return !s.async && !s.text && !s.textContent; });\n script = scripts.slice(-1)[0];\n }\n\n return script;\n};\n\nvar isLocalScript = function(script) {\n return /\\/_dash-component-suites\\//.test(script.src);\n};\n\nObject.defineProperty(__webpack_require__, 'p', {\n get: (function () {\n var script = getCurrentScript();\n\n var url = script.src.split('/').slice(0, -1).join('/') + '/';\n\n return function() {\n return url;\n };\n })()\n});\n\nif (typeof jsonpScriptSrc !== 'undefined') {\n var __jsonpScriptSrc__ = jsonpScriptSrc;\n jsonpScriptSrc = function(chunkId) {\n var script = getCurrentScript();\n var isLocal = isLocalScript(script);\n\n var src = __jsonpScriptSrc__(chunkId);\n\n if(!isLocal) {\n return src;\n }\n\n var srcFragments = src.split('/');\n var fileFragments = srcFragments.slice(-1)[0].split('.');\n\n fileFragments.splice(1, 0, \"v0_2_0m1756844006\");\n srcFragments.splice(-1, 1, fileFragments.join('.'))\n\n return srcFragments.join('/');\n };\n}\n","__webpack_require__.b = document.baseURI || self.location.href;\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t792: 0\n};\n\n__webpack_require__.f.j = (chunkId, promises) => {\n\t\t// JSONP chunk loading for javascript\n\t\tvar installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;\n\t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n\t\t\t// a Promise means \"currently loading\".\n\t\t\tif(installedChunkData) {\n\t\t\t\tpromises.push(installedChunkData[2]);\n\t\t\t} else {\n\t\t\t\tif(true) { // all chunks have JS\n\t\t\t\t\t// setup Promise in chunk cache\n\t\t\t\t\tvar promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));\n\t\t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n\t\t\t\t\t// start chunk loading\n\t\t\t\t\tvar url = __webpack_require__.p + __webpack_require__.u(chunkId);\n\t\t\t\t\t// create error before stack unwound to get useful stacktrace later\n\t\t\t\t\tvar error = new Error();\n\t\t\t\t\tvar loadingEnded = (event) => {\n\t\t\t\t\t\tif(__webpack_require__.o(installedChunks, chunkId)) {\n\t\t\t\t\t\t\tinstalledChunkData = installedChunks[chunkId];\n\t\t\t\t\t\t\tif(installedChunkData !== 0) installedChunks[chunkId] = undefined;\n\t\t\t\t\t\t\tif(installedChunkData) {\n\t\t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n\t\t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n\t\t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n\t\t\t\t\t\t\t\terror.type = errorType;\n\t\t\t\t\t\t\t\terror.request = realSrc;\n\t\t\t\t\t\t\t\tinstalledChunkData[1](error);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t\t__webpack_require__.l(url, loadingEnded, \"chunk-\" + chunkId, chunkId);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n};\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n// no on chunks loaded\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar [chunkIds, moreModules, runtime] = data;\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunkitables_for_dash\"] = self[\"webpackChunkitables_for_dash\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","__webpack_require__.nc = undefined;"],"names":["inProgress","dataWebpackPrefix","window","ITable","React","lazy","props","fallback","RealComponent","defaultProps","propTypes","id","PropTypes","isRequired","caption","selected_rows","style","classes","dt_args","setProps","module","exports","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","call","m","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","f","e","chunkId","Promise","all","keys","reduce","promises","u","g","globalThis","this","Function","obj","prop","prototype","hasOwnProperty","l","url","done","push","script","needAttach","scripts","document","getElementsByTagName","i","length","s","getAttribute","createElement","charset","timeout","nc","setAttribute","src","onScriptComplete","prev","event","onerror","onload","clearTimeout","doneFns","parentNode","removeChild","forEach","fn","setTimeout","bind","type","target","head","appendChild","r","Symbol","toStringTag","value","scriptUrl","importScripts","location","currentScript","tagName","toUpperCase","test","Error","replace","p","getCurrentScript","doc_scripts","filter","async","text","textContent","slice","split","join","jsonpScriptSrc","__jsonpScriptSrc__","isLocal","srcFragments","fileFragments","splice","b","baseURI","self","href","installedChunks","j","installedChunkData","promise","resolve","reject","error","errorType","realSrc","message","name","request","webpackJsonpCallback","parentChunkLoadingFunction","data","chunkIds","moreModules","runtime","some","chunkLoadingGlobal"],"sourceRoot":""}
|
|
@@ -27,10 +27,11 @@ classifiers = [
|
|
|
27
27
|
"Typing :: Typed",
|
|
28
28
|
]
|
|
29
29
|
requires-python = ">= 3.9"
|
|
30
|
-
dependencies = ["IPython", "pandas", "numpy"
|
|
30
|
+
dependencies = ["IPython", "pandas", "numpy"]
|
|
31
31
|
dynamic = ["version"]
|
|
32
32
|
|
|
33
33
|
[project.optional-dependencies]
|
|
34
|
+
config = ["tomli;python_version<\"3.11\"", "platformdirs"]
|
|
34
35
|
polars = ["polars", "pyarrow"]
|
|
35
36
|
check_type = ["typeguard>=4.4.1"]
|
|
36
37
|
style = ["matplotlib"]
|
|
@@ -39,7 +40,7 @@ widget = ["anywidget", "traitlets"]
|
|
|
39
40
|
streamlit = ["streamlit"]
|
|
40
41
|
dash = ["dash"]
|
|
41
42
|
shiny = ["shiny", "shinywidgets"]
|
|
42
|
-
all = ["itables[polars,style,samples,widget,dash,shiny,streamlit,check_type]"]
|
|
43
|
+
all = ["itables[config,polars,style,samples,widget,dash,shiny,streamlit,check_type]"]
|
|
43
44
|
test = [
|
|
44
45
|
"itables[all]",
|
|
45
46
|
# Pytest
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{itables-2.5.0 → itables-2.5.2}/itables/itables_for_streamlit/static/css/main.66715262.css.map
RENAMED
|
File without changes
|
|
File without changes
|
{itables-2.5.0 → itables-2.5.2}/itables/itables_for_streamlit/static/js/main.978ec6e6.js.LICENSE.txt
RENAMED
|
File without changes
|
{itables-2.5.0 → itables-2.5.2}/itables/itables_for_streamlit/static/js/main.978ec6e6.js.map
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|