itables 2.7.1__tar.gz → 2.7.3__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.7.1 → itables-2.7.3}/PKG-INFO +1 -1
- {itables-2.7.1 → itables-2.7.3}/itables/datatables_format.py +6 -1
- {itables-2.7.1 → itables-2.7.3}/itables/sample_pandas_dfs.py +12 -0
- {itables-2.7.1 → itables-2.7.3}/itables/sample_polars_dfs.py +20 -0
- {itables-2.7.1 → itables-2.7.3}/itables/version.py +1 -1
- {itables-2.7.1 → itables-2.7.3}/itables/widget/__init__.py +23 -0
- {itables-2.7.1 → itables-2.7.3}/itables_for_dash/itables_for_dash.min.js +1 -1
- {itables-2.7.1 → itables-2.7.3}/itables_for_dash/itables_for_dash.min.js.map +1 -1
- {itables-2.7.1 → itables-2.7.3}/.gitignore +0 -0
- {itables-2.7.1 → itables-2.7.3}/LICENSE +0 -0
- {itables-2.7.1 → itables-2.7.3}/README.md +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/__init__.py +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/config.py +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/dash.py +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/downsample.py +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/html/datatables_template.html +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/html/datatables_template_offline.html +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/html/dt_bundle.css +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/html/dt_bundle.js +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/html/init_datatables.html +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/html/init_notebook_offline.html +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/interactive.py +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/itables_for_streamlit/asset-manifest.json +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/itables_for_streamlit/index.html +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/itables_for_streamlit/static/css/main.b000d7c0.css +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/itables_for_streamlit/static/css/main.b000d7c0.css.map +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/itables_for_streamlit/static/js/main.7c8e5687.js +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/itables_for_streamlit/static/js/main.7c8e5687.js.LICENSE.txt +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/itables_for_streamlit/static/js/main.7c8e5687.js.map +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/javascript.py +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/logo/loading.svg +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/logo/logo.svg +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/logo/text.svg +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/logo/wide.svg +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/logo/with_text.svg +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/options.py +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/py.typed +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/sample_dfs.py +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/samples/countries.csv +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/samples/indicators.csv +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/samples/population.csv +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/shiny.py +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/show_config.py +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/streamlit.py +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/typing.py +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/utils.py +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/widget/static/widget.css +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables/widget/static/widget.js +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables_for_dash/ITable.py +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables_for_dash/__init__.py +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables_for_dash/_imports_.py +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables_for_dash/async-ITable.js +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables_for_dash/async-ITable.js.LICENSE.txt +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables_for_dash/async-ITable.js.map +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables_for_dash/metadata.json +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables_for_dash/package-info.json +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables_for_dash/properties.py +0 -0
- {itables-2.7.1 → itables-2.7.3}/itables_for_dash/py.typed +0 -0
- {itables-2.7.1 → itables-2.7.3}/pyproject.toml +0 -0
|
@@ -150,7 +150,12 @@ def _format_narwhals_series(
|
|
|
150
150
|
def escape_non_finite_float(value: Any) -> Any:
|
|
151
151
|
"""Encode non-finite float values to strings that will be parsed by parseJSON"""
|
|
152
152
|
if not isinstance(value, float):
|
|
153
|
-
|
|
153
|
+
numpy = sys.modules.get("numpy")
|
|
154
|
+
if numpy is None or not isinstance(value, numpy.floating):
|
|
155
|
+
pd = sys.modules.get("pandas")
|
|
156
|
+
if pd is not None and value is pd.NA:
|
|
157
|
+
return None
|
|
158
|
+
return value
|
|
154
159
|
if math.isnan(value):
|
|
155
160
|
return "___NaN___"
|
|
156
161
|
if value == math.inf:
|
|
@@ -162,6 +162,18 @@ def get_dict_of_test_dfs(N: int = 100, M: int = 100) -> dict[str, pd.DataFrame]:
|
|
|
162
162
|
],
|
|
163
163
|
}
|
|
164
164
|
),
|
|
165
|
+
"float_types": pd.DataFrame(
|
|
166
|
+
{
|
|
167
|
+
"float32": pd.array(
|
|
168
|
+
[1.0, 0.0, math.pi, float("nan"), float("inf"), float("-inf")],
|
|
169
|
+
dtype="float32",
|
|
170
|
+
),
|
|
171
|
+
"float64": pd.array(
|
|
172
|
+
[1.0, 0.0, math.pi, float("nan"), float("inf"), float("-inf")],
|
|
173
|
+
dtype="float64",
|
|
174
|
+
),
|
|
175
|
+
}
|
|
176
|
+
),
|
|
165
177
|
"str": pd.DataFrame(
|
|
166
178
|
{
|
|
167
179
|
"text_column": ["some", "text"],
|
|
@@ -144,6 +144,26 @@ def get_dict_of_test_dfs(N: int = 100, M: int = 100) -> "dict[str, pl.DataFrame]
|
|
|
144
144
|
],
|
|
145
145
|
}
|
|
146
146
|
),
|
|
147
|
+
"float_types": pl.DataFrame(
|
|
148
|
+
{
|
|
149
|
+
"float16": pl.Series(
|
|
150
|
+
[1.0, 0.0, math.pi, float("nan"), float("inf"), float("-inf")],
|
|
151
|
+
dtype=pl.Float16,
|
|
152
|
+
),
|
|
153
|
+
"float32": pl.Series(
|
|
154
|
+
[1.0, 0.0, math.pi, float("nan"), float("inf"), float("-inf")],
|
|
155
|
+
dtype=pl.Float32,
|
|
156
|
+
),
|
|
157
|
+
"float64": pl.Series(
|
|
158
|
+
[1.0, 0.0, math.pi, float("nan"), float("inf"), float("-inf")],
|
|
159
|
+
dtype=pl.Float64,
|
|
160
|
+
),
|
|
161
|
+
"decimal": pl.Series(
|
|
162
|
+
[1, 0, 3, None, None, None],
|
|
163
|
+
dtype=pl.Decimal(precision=10, scale=6),
|
|
164
|
+
),
|
|
165
|
+
}
|
|
166
|
+
),
|
|
147
167
|
"str": pl.DataFrame(
|
|
148
168
|
{
|
|
149
169
|
"text_column": ["some", "text"],
|
|
@@ -93,6 +93,29 @@ class ITable(anywidget.AnyWidget):
|
|
|
93
93
|
self._df = df
|
|
94
94
|
dt_args_changed = True
|
|
95
95
|
|
|
96
|
+
# Remove auto-generated keys that are no longer applicable (e.g. when
|
|
97
|
+
# switching to a dataframe with a different column structure). These keys
|
|
98
|
+
# are always freshly computed by get_itables_extension_arguments, so any
|
|
99
|
+
# value left over from a previous call is stale and should be dropped.
|
|
100
|
+
for key in (
|
|
101
|
+
"keys_to_be_evaluated",
|
|
102
|
+
"filtered_row_count",
|
|
103
|
+
"downsampling_warning",
|
|
104
|
+
"table_style",
|
|
105
|
+
):
|
|
106
|
+
if key in new_dt_args and key not in dt_args:
|
|
107
|
+
del new_dt_args[key]
|
|
108
|
+
dt_args_changed = True
|
|
109
|
+
# columnDefs may be auto-generated (e.g. for float formatting). Remove
|
|
110
|
+
# the stale copy unless the caller explicitly passed a new value.
|
|
111
|
+
if (
|
|
112
|
+
"columnDefs" not in kwargs
|
|
113
|
+
and "columnDefs" in new_dt_args
|
|
114
|
+
and "columnDefs" not in dt_args
|
|
115
|
+
):
|
|
116
|
+
del new_dt_args["columnDefs"]
|
|
117
|
+
dt_args_changed = True
|
|
118
|
+
|
|
96
119
|
for key, value in dt_args.items():
|
|
97
120
|
if key not in new_dt_args or (new_dt_args[key] != value):
|
|
98
121
|
new_dt_args[key] = value
|
|
@@ -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,138))}),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",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,138))}),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",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_0m1774209833"),o.splice(-1,1,i.join(".")),o.join("/")}}(()=>{o.b="undefined"!=typeof document&&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":"uBAAIA,EACAC,E,wECDJ,MAAM,EAA+BC,OAAkB,U,aCA1CC,EAASC,MAAMC,KAAK,kBAAM,4BAAmE,GCOpGF,EAAS,SAACG,GACZ,OACIF,IAAAA,cAACA,IAAAA,SAAc,CAACG,SAAU,MACtBH,IAAAA,cAACI,EAAkBF,GAG/B,EAEAH,EAAOM,aAAe,CAAC,EAEvBN,EAAOO,UAAY,CAIfC,GAAIC,IAAAA,OAAiBC,WAKrBC,QAASF,IAAAA,OAKTG,cAAeH,IAAAA,MAAgBC,WAK/BG,MAAOJ,IAAAA,OAAiBC,WAKxBI,QAASL,IAAAA,OAAiBC,WAK1BK,QAASN,IAAAA,OAAiBC,WAM1BM,SAAUP,IAAAA,MAGd,UACO,IAAMH,EAAeN,EAAOM,aACtBC,EAAYP,EAAOO,S,SCzDhCU,EAAOC,QAAUnB,OAAc,K,GCC3BoB,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaJ,QAGrB,IAAID,EAASE,EAAyBE,GAAY,CACjDb,GAAIa,EAEJH,QAAS,CAAC,GAOX,OAHAM,EAAoBH,GAAUI,KAAKR,EAAOC,QAASD,EAAQA,EAAOC,QAASE,GAGpEH,EAAOC,OACf,CAGAE,EAAoBM,EAAIF,ECxBxBJ,EAAoBO,EAAKV,IACxB,IAAIW,EAASX,GAAUA,EAAOY,WAC7B,IAAOZ,EAAiB,QACxB,IAAM,EAEP,OADAG,EAAoBU,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,GCLRR,EAAoBU,EAAI,CAACZ,EAASc,KACjC,IAAI,IAAIC,KAAOD,EACXZ,EAAoBc,EAAEF,EAAYC,KAASb,EAAoBc,EAAEhB,EAASe,IAC5EE,OAAOC,eAAelB,EAASe,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,MCJ3Eb,EAAoBmB,EAAI,CAAC,EAGzBnB,EAAoBoB,EAAKC,GACjBC,QAAQC,IAAIR,OAAOS,KAAKxB,EAAoBmB,GAAGM,OAAO,CAACC,EAAUb,KACvEb,EAAoBmB,EAAEN,GAAKQ,EAASK,GAC7BA,GACL,KCNJ1B,EAAoB2B,EAAKN,GAEjB,kBCHRrB,EAAoB4B,EAAI,WACvB,GAA0B,iBAAfC,WAAyB,OAAOA,WAC3C,IACC,OAAOC,MAAQ,IAAIC,SAAS,cAAb,EAChB,CAAE,MAAOX,GACR,GAAsB,iBAAXzC,OAAqB,OAAOA,MACxC,CACA,CAPuB,GCAxBqB,EAAoBc,EAAI,CAACkB,EAAKC,IAAUlB,OAAOmB,UAAUC,eAAe9B,KAAK2B,EAAKC,GXA9ExD,EAAa,CAAC,EACdC,EAAoB,oBAExBsB,EAAoBoC,EAAI,CAACC,EAAKC,EAAMzB,EAAKQ,KACxC,GAAG5C,EAAW4D,GAAQ5D,EAAW4D,GAAKE,KAAKD,OAA3C,CACA,IAAIE,EAAQC,EACZ,QAAWtC,IAARU,EAEF,IADA,IAAI6B,EAAUC,SAASC,qBAAqB,UACpCC,EAAI,EAAGA,EAAIH,EAAQI,OAAQD,IAAK,CACvC,IAAIE,EAAIL,EAAQG,GAChB,GAAGE,EAAEC,aAAa,QAAUX,GAAOU,EAAEC,aAAa,iBAAmBtE,EAAoBmC,EAAK,CAAE2B,EAASO,EAAG,KAAO,CACpH,CAEGP,IACHC,GAAa,GACbD,EAASG,SAASM,cAAc,WAEzBC,QAAU,QACblD,EAAoBmD,IACvBX,EAAOY,aAAa,QAASpD,EAAoBmD,IAElDX,EAAOY,aAAa,eAAgB1E,EAAoBmC,GAExD2B,EAAOa,IAAMhB,GAEd5D,EAAW4D,GAAO,CAACC,GACnB,IAAIgB,EAAmB,CAACC,EAAMC,KAE7BhB,EAAOiB,QAAUjB,EAAOkB,OAAS,KACjCC,aAAaC,GACb,IAAIC,EAAUpF,EAAW4D,GAIzB,UAHO5D,EAAW4D,GAClBG,EAAOsB,YAActB,EAAOsB,WAAWC,YAAYvB,GACnDqB,GAAWA,EAAQG,QAASC,GAAQA,EAAGT,IACpCD,EAAM,OAAOA,EAAKC,IAElBI,EAAUM,WAAWZ,EAAiBa,KAAK,UAAMhE,EAAW,CAAEiE,KAAM,UAAWC,OAAQ7B,IAAW,MACtGA,EAAOiB,QAAUH,EAAiBa,KAAK,KAAM3B,EAAOiB,SACpDjB,EAAOkB,OAASJ,EAAiBa,KAAK,KAAM3B,EAAOkB,QACnDjB,GAAcE,SAAS2B,KAAKC,YAAY/B,EAnCkB,GYH3DxC,EAAoBwE,EAAK1E,IACH,oBAAX2E,QAA0BA,OAAOC,aAC1C3D,OAAOC,eAAelB,EAAS2E,OAAOC,YAAa,CAAEC,MAAO,WAE7D5D,OAAOC,eAAelB,EAAS,aAAc,CAAE6E,OAAO,K,MCLvD,IAAIC,EACA5E,EAAoB4B,EAAEiD,gBAAeD,EAAY5E,EAAoB4B,EAAEkD,SAAW,IACtF,IAAInC,EAAW3C,EAAoB4B,EAAEe,SACrC,IAAKiC,GAAajC,IACbA,EAASoC,eAAkE,WAAjDpC,EAASoC,cAAcC,QAAQC,gBAC5DL,EAAYjC,EAASoC,cAAc1B,MAC/BuB,GAAW,CACf,IAAIlC,EAAUC,EAASC,qBAAqB,UAC5C,GAAGF,EAAQI,OAEV,IADA,IAAID,EAAIH,EAAQI,OAAS,EAClBD,GAAK,KAAO+B,IAAc,aAAaM,KAAKN,KAAaA,EAAYlC,EAAQG,KAAKQ,GAE3F,CAID,IAAKuB,EAAW,MAAM,IAAIO,MAAM,yDAChCP,EAAYA,EAAUQ,QAAQ,SAAU,IAAIA,QAAQ,OAAQ,IAAIA,QAAQ,QAAS,IAAIA,QAAQ,YAAa,KAC1GpF,EAAoBqF,EAAIT,C,KClBxB,IA4BYvC,EA5BRiD,EAAmB,WACnB,IAAI9C,EAASG,SAASoC,cACtB,IAAKvC,EAAQ,CAOT,IAHA,IAAI+C,EAAc5C,SAASC,qBAAqB,UAC5CF,EAAU,GAELG,EAAI,EAAGA,EAAI0C,EAAYzC,OAAQD,IACpCH,EAAQH,KAAKgD,EAAY1C,IAI7BL,GADAE,EAAUA,EAAQ8C,OAAO,SAASzC,GAAK,OAAQA,EAAE0C,QAAU1C,EAAE2C,OAAS3C,EAAE4C,WAAa,IACpEC,OAAO,GAAG,EAC/B,CAEA,OAAOpD,CACX,EAkBA,GAZAzB,OAAOC,eAAehB,EAAqB,IAAK,CAC5CkB,KAGQmB,EAFSiD,IAEIjC,IAAIwC,MAAM,KAAKD,MAAM,GAAI,GAAGE,KAAK,KAAO,IAElD,WACH,OAAOzD,CACX,KAIsB,oBAAnB0D,eAAgC,CACvC,IAAIC,EAAqBD,eACzBA,eAAiB,SAAS1E,GACtB,IAnBqBmB,EAoBjByD,GApBiBzD,EAmBR8C,IAlBV,6BAA6BJ,KAAK1C,EAAOa,MAqBxCA,EAAM2C,EAAmB3E,GAE7B,IAAI4E,EACA,OAAO5C,EAGX,IAAI6C,EAAe7C,EAAIwC,MAAM,KACzBM,EAAgBD,EAAaN,OAAO,GAAG,GAAGC,MAAM,KAKpD,OAHAM,EAAcC,OAAO,EAAG,EAAG,qBAC3BF,EAAaE,QAAQ,EAAG,EAAGD,EAAcL,KAAK,MAEvCI,EAAaJ,KAAK,IAC7B,CACJ,C,MCxDA9F,EAAoBqG,EAAyB,oBAAb1D,UAA4BA,SAAS2D,SAAYC,KAAKzB,SAAS0B,KAK/F,IAAIC,EAAkB,CACrB,IAAK,GAGNzG,EAAoBmB,EAAEuF,EAAI,CAACrF,EAASK,KAElC,IAAIiF,EAAqB3G,EAAoBc,EAAE2F,EAAiBpF,GAAWoF,EAAgBpF,QAAWlB,EACtG,GAA0B,IAAvBwG,EAGF,GAAGA,EACFjF,EAASa,KAAKoE,EAAmB,QAC3B,CAGL,IAAIC,EAAU,IAAItF,QAAQ,CAACuF,EAASC,IAAYH,EAAqBF,EAAgBpF,GAAW,CAACwF,EAASC,IAC1GpF,EAASa,KAAKoE,EAAmB,GAAKC,GAGtC,IAAIvE,EAAMrC,EAAoBqF,EAAIrF,EAAoB2B,EAAEN,GAEpD0F,EAAQ,IAAI5B,MAgBhBnF,EAAoBoC,EAAEC,EAfFmB,IACnB,GAAGxD,EAAoBc,EAAE2F,EAAiBpF,KAEf,KAD1BsF,EAAqBF,EAAgBpF,MACRoF,EAAgBpF,QAAWlB,GACrDwG,GAAoB,CACtB,IAAIK,EAAYxD,IAAyB,SAAfA,EAAMY,KAAkB,UAAYZ,EAAMY,MAChE6C,EAAUzD,GAASA,EAAMa,QAAUb,EAAMa,OAAOhB,IACpD0D,EAAMG,QAAU,iBAAmB7F,EAAU,cAAgB2F,EAAY,KAAOC,EAAU,IAC1FF,EAAMI,KAAO,iBACbJ,EAAM3C,KAAO4C,EACbD,EAAMK,QAAUH,EAChBN,EAAmB,GAAGI,EACvB,GAGuC,SAAW1F,EAASA,EAE/D,GAeH,IAAIgG,EAAuB,CAACC,EAA4BC,KACvD,IAGItH,EAAUoB,GAHTmG,EAAUC,EAAaC,GAAWH,EAGhB1E,EAAI,EAC3B,GAAG2E,EAASG,KAAMvI,GAAgC,IAAxBqH,EAAgBrH,IAAa,CACtD,IAAIa,KAAYwH,EACZzH,EAAoBc,EAAE2G,EAAaxH,KACrCD,EAAoBM,EAAEL,GAAYwH,EAAYxH,IAG7CyH,GAAsBA,EAAQ1H,EAClC,CAEA,IADGsH,GAA4BA,EAA2BC,GACrD1E,EAAI2E,EAAS1E,OAAQD,IACzBxB,EAAUmG,EAAS3E,GAChB7C,EAAoBc,EAAE2F,EAAiBpF,IAAYoF,EAAgBpF,IACrEoF,EAAgBpF,GAAS,KAE1BoF,EAAgBpF,GAAW,GAKzBuG,EAAqBrB,KAAmC,6BAAIA,KAAmC,8BAAK,GACxGqB,EAAmB5D,QAAQqD,EAAqBlD,KAAK,KAAM,IAC3DyD,EAAmBrF,KAAO8E,EAAqBlD,KAAK,KAAMyD,EAAmBrF,KAAK4B,KAAKyD,G,KCrFvF5H,EAAoBmD,QAAKhD,E","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\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_0m1772971949\");\n srcFragments.splice(-1, 1, fileFragments.join('.'))\n\n return srcFragments.join('/');\n };\n}\n","__webpack_require__.b = (typeof document !== 'undefined' && 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","nc","setAttribute","src","onScriptComplete","prev","event","onerror","onload","clearTimeout","timeout","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":"uBAAIA,EACAC,E,wECDJ,MAAM,EAA+BC,OAAkB,U,aCA1CC,EAASC,MAAMC,KAAK,kBAAM,4BAAmE,GCOpGF,EAAS,SAACG,GACZ,OACIF,IAAAA,cAACA,IAAAA,SAAc,CAACG,SAAU,MACtBH,IAAAA,cAACI,EAAkBF,GAG/B,EAEAH,EAAOM,aAAe,CAAC,EAEvBN,EAAOO,UAAY,CAIfC,GAAIC,IAAAA,OAAiBC,WAKrBC,QAASF,IAAAA,OAKTG,cAAeH,IAAAA,MAAgBC,WAK/BG,MAAOJ,IAAAA,OAAiBC,WAKxBI,QAASL,IAAAA,OAAiBC,WAK1BK,QAASN,IAAAA,OAAiBC,WAM1BM,SAAUP,IAAAA,MAGd,UACO,IAAMH,EAAeN,EAAOM,aACtBC,EAAYP,EAAOO,S,SCzDhCU,EAAOC,QAAUnB,OAAc,K,GCC3BoB,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaJ,QAGrB,IAAID,EAASE,EAAyBE,GAAY,CACjDb,GAAIa,EAEJH,QAAS,CAAC,GAOX,OAHAM,EAAoBH,GAAUI,KAAKR,EAAOC,QAASD,EAAQA,EAAOC,QAASE,GAGpEH,EAAOC,OACf,CAGAE,EAAoBM,EAAIF,ECxBxBJ,EAAoBO,EAAKV,IACxB,IAAIW,EAASX,GAAUA,EAAOY,WAC7B,IAAOZ,EAAiB,QACxB,IAAM,EAEP,OADAG,EAAoBU,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,GCLRR,EAAoBU,EAAI,CAACZ,EAASc,KACjC,IAAI,IAAIC,KAAOD,EACXZ,EAAoBc,EAAEF,EAAYC,KAASb,EAAoBc,EAAEhB,EAASe,IAC5EE,OAAOC,eAAelB,EAASe,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,MCJ3Eb,EAAoBmB,EAAI,CAAC,EAGzBnB,EAAoBoB,EAAKC,GACjBC,QAAQC,IAAIR,OAAOS,KAAKxB,EAAoBmB,GAAGM,OAAO,CAACC,EAAUb,KACvEb,EAAoBmB,EAAEN,GAAKQ,EAASK,GAC7BA,GACL,KCNJ1B,EAAoB2B,EAAKN,GAEjB,kBCHRrB,EAAoB4B,EAAI,WACvB,GAA0B,iBAAfC,WAAyB,OAAOA,WAC3C,IACC,OAAOC,MAAQ,IAAIC,SAAS,cAAb,EAChB,CAAE,MAAOX,GACR,GAAsB,iBAAXzC,OAAqB,OAAOA,MACxC,CACA,CAPuB,GCAxBqB,EAAoBc,EAAI,CAACkB,EAAKC,IAAUlB,OAAOmB,UAAUC,eAAe9B,KAAK2B,EAAKC,GXA9ExD,EAAa,CAAC,EACdC,EAAoB,oBAExBsB,EAAoBoC,EAAI,CAACC,EAAKC,EAAMzB,EAAKQ,KACxC,GAAG5C,EAAW4D,GAAQ5D,EAAW4D,GAAKE,KAAKD,OAA3C,CACA,IAAIE,EAAQC,EACZ,QAAWtC,IAARU,EAEF,IADA,IAAI6B,EAAUC,SAASC,qBAAqB,UACpCC,EAAI,EAAGA,EAAIH,EAAQI,OAAQD,IAAK,CACvC,IAAIE,EAAIL,EAAQG,GAChB,GAAGE,EAAEC,aAAa,QAAUX,GAAOU,EAAEC,aAAa,iBAAmBtE,EAAoBmC,EAAK,CAAE2B,EAASO,EAAG,KAAO,CACpH,CAEGP,IACHC,GAAa,GACbD,EAASG,SAASM,cAAc,WAEzBC,QAAU,QACblD,EAAoBmD,IACvBX,EAAOY,aAAa,QAASpD,EAAoBmD,IAElDX,EAAOY,aAAa,eAAgB1E,EAAoBmC,GAExD2B,EAAOa,IAAMhB,GAEd5D,EAAW4D,GAAO,CAACC,GACnB,IAAIgB,EAAmB,CAACC,EAAMC,KAE7BhB,EAAOiB,QAAUjB,EAAOkB,OAAS,KACjCC,aAAaC,GACb,IAAIC,EAAUpF,EAAW4D,GAIzB,UAHO5D,EAAW4D,GAClBG,EAAOsB,YAActB,EAAOsB,WAAWC,YAAYvB,GACnDqB,GAAWA,EAAQG,QAASC,GAAQA,EAAGT,IACpCD,EAAM,OAAOA,EAAKC,IAElBI,EAAUM,WAAWZ,EAAiBa,KAAK,UAAMhE,EAAW,CAAEiE,KAAM,UAAWC,OAAQ7B,IAAW,MACtGA,EAAOiB,QAAUH,EAAiBa,KAAK,KAAM3B,EAAOiB,SACpDjB,EAAOkB,OAASJ,EAAiBa,KAAK,KAAM3B,EAAOkB,QACnDjB,GAAcE,SAAS2B,KAAKC,YAAY/B,EAnCkB,GYH3DxC,EAAoBwE,EAAK1E,IACH,oBAAX2E,QAA0BA,OAAOC,aAC1C3D,OAAOC,eAAelB,EAAS2E,OAAOC,YAAa,CAAEC,MAAO,WAE7D5D,OAAOC,eAAelB,EAAS,aAAc,CAAE6E,OAAO,K,MCLvD,IAAIC,EACA5E,EAAoB4B,EAAEiD,gBAAeD,EAAY5E,EAAoB4B,EAAEkD,SAAW,IACtF,IAAInC,EAAW3C,EAAoB4B,EAAEe,SACrC,IAAKiC,GAAajC,IACbA,EAASoC,eAAkE,WAAjDpC,EAASoC,cAAcC,QAAQC,gBAC5DL,EAAYjC,EAASoC,cAAc1B,MAC/BuB,GAAW,CACf,IAAIlC,EAAUC,EAASC,qBAAqB,UAC5C,GAAGF,EAAQI,OAEV,IADA,IAAID,EAAIH,EAAQI,OAAS,EAClBD,GAAK,KAAO+B,IAAc,aAAaM,KAAKN,KAAaA,EAAYlC,EAAQG,KAAKQ,GAE3F,CAID,IAAKuB,EAAW,MAAM,IAAIO,MAAM,yDAChCP,EAAYA,EAAUQ,QAAQ,SAAU,IAAIA,QAAQ,OAAQ,IAAIA,QAAQ,QAAS,IAAIA,QAAQ,YAAa,KAC1GpF,EAAoBqF,EAAIT,C,KClBxB,IA4BYvC,EA5BRiD,EAAmB,WACnB,IAAI9C,EAASG,SAASoC,cACtB,IAAKvC,EAAQ,CAOT,IAHA,IAAI+C,EAAc5C,SAASC,qBAAqB,UAC5CF,EAAU,GAELG,EAAI,EAAGA,EAAI0C,EAAYzC,OAAQD,IACpCH,EAAQH,KAAKgD,EAAY1C,IAI7BL,GADAE,EAAUA,EAAQ8C,OAAO,SAASzC,GAAK,OAAQA,EAAE0C,QAAU1C,EAAE2C,OAAS3C,EAAE4C,WAAa,IACpEC,OAAO,GAAG,EAC/B,CAEA,OAAOpD,CACX,EAkBA,GAZAzB,OAAOC,eAAehB,EAAqB,IAAK,CAC5CkB,KAGQmB,EAFSiD,IAEIjC,IAAIwC,MAAM,KAAKD,MAAM,GAAI,GAAGE,KAAK,KAAO,IAElD,WACH,OAAOzD,CACX,KAIsB,oBAAnB0D,eAAgC,CACvC,IAAIC,EAAqBD,eACzBA,eAAiB,SAAS1E,GACtB,IAnBqBmB,EAoBjByD,GApBiBzD,EAmBR8C,IAlBV,6BAA6BJ,KAAK1C,EAAOa,MAqBxCA,EAAM2C,EAAmB3E,GAE7B,IAAI4E,EACA,OAAO5C,EAGX,IAAI6C,EAAe7C,EAAIwC,MAAM,KACzBM,EAAgBD,EAAaN,OAAO,GAAG,GAAGC,MAAM,KAKpD,OAHAM,EAAcC,OAAO,EAAG,EAAG,qBAC3BF,EAAaE,QAAQ,EAAG,EAAGD,EAAcL,KAAK,MAEvCI,EAAaJ,KAAK,IAC7B,CACJ,C,MCxDA9F,EAAoBqG,EAAyB,oBAAb1D,UAA4BA,SAAS2D,SAAYC,KAAKzB,SAAS0B,KAK/F,IAAIC,EAAkB,CACrB,IAAK,GAGNzG,EAAoBmB,EAAEuF,EAAI,CAACrF,EAASK,KAElC,IAAIiF,EAAqB3G,EAAoBc,EAAE2F,EAAiBpF,GAAWoF,EAAgBpF,QAAWlB,EACtG,GAA0B,IAAvBwG,EAGF,GAAGA,EACFjF,EAASa,KAAKoE,EAAmB,QAC3B,CAGL,IAAIC,EAAU,IAAItF,QAAQ,CAACuF,EAASC,IAAYH,EAAqBF,EAAgBpF,GAAW,CAACwF,EAASC,IAC1GpF,EAASa,KAAKoE,EAAmB,GAAKC,GAGtC,IAAIvE,EAAMrC,EAAoBqF,EAAIrF,EAAoB2B,EAAEN,GAEpD0F,EAAQ,IAAI5B,MAgBhBnF,EAAoBoC,EAAEC,EAfFmB,IACnB,GAAGxD,EAAoBc,EAAE2F,EAAiBpF,KAEf,KAD1BsF,EAAqBF,EAAgBpF,MACRoF,EAAgBpF,QAAWlB,GACrDwG,GAAoB,CACtB,IAAIK,EAAYxD,IAAyB,SAAfA,EAAMY,KAAkB,UAAYZ,EAAMY,MAChE6C,EAAUzD,GAASA,EAAMa,QAAUb,EAAMa,OAAOhB,IACpD0D,EAAMG,QAAU,iBAAmB7F,EAAU,cAAgB2F,EAAY,KAAOC,EAAU,IAC1FF,EAAMI,KAAO,iBACbJ,EAAM3C,KAAO4C,EACbD,EAAMK,QAAUH,EAChBN,EAAmB,GAAGI,EACvB,GAGuC,SAAW1F,EAASA,EAE/D,GAeH,IAAIgG,EAAuB,CAACC,EAA4BC,KACvD,IAGItH,EAAUoB,GAHTmG,EAAUC,EAAaC,GAAWH,EAGhB1E,EAAI,EAC3B,GAAG2E,EAASG,KAAMvI,GAAgC,IAAxBqH,EAAgBrH,IAAa,CACtD,IAAIa,KAAYwH,EACZzH,EAAoBc,EAAE2G,EAAaxH,KACrCD,EAAoBM,EAAEL,GAAYwH,EAAYxH,IAG7CyH,GAAsBA,EAAQ1H,EAClC,CAEA,IADGsH,GAA4BA,EAA2BC,GACrD1E,EAAI2E,EAAS1E,OAAQD,IACzBxB,EAAUmG,EAAS3E,GAChB7C,EAAoBc,EAAE2F,EAAiBpF,IAAYoF,EAAgBpF,IACrEoF,EAAgBpF,GAAS,KAE1BoF,EAAgBpF,GAAW,GAKzBuG,EAAqBrB,KAAmC,6BAAIA,KAAmC,8BAAK,GACxGqB,EAAmB5D,QAAQqD,EAAqBlD,KAAK,KAAM,IAC3DyD,EAAmBrF,KAAO8E,EAAqBlD,KAAK,KAAMyD,EAAmBrF,KAAK4B,KAAKyD,G,KCrFvF5H,EAAoBmD,QAAKhD,E","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\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_0m1774209833\");\n srcFragments.splice(-1, 1, fileFragments.join('.'))\n\n return srcFragments.join('/');\n };\n}\n","__webpack_require__.b = (typeof document !== 'undefined' && 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","nc","setAttribute","src","onScriptComplete","prev","event","onerror","onload","clearTimeout","timeout","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":""}
|
|
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.7.1 → itables-2.7.3}/itables/itables_for_streamlit/static/css/main.b000d7c0.css.map
RENAMED
|
File without changes
|
|
File without changes
|
{itables-2.7.1 → itables-2.7.3}/itables/itables_for_streamlit/static/js/main.7c8e5687.js.LICENSE.txt
RENAMED
|
File without changes
|
{itables-2.7.1 → itables-2.7.3}/itables/itables_for_streamlit/static/js/main.7c8e5687.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
|
|
File without changes
|