itables 2.6.0__tar.gz → 2.6.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.
Files changed (59) hide show
  1. {itables-2.6.0 → itables-2.6.2}/PKG-INFO +6 -1
  2. {itables-2.6.0 → itables-2.6.2}/itables/typing.py +30 -16
  3. {itables-2.6.0 → itables-2.6.2}/itables/version.py +1 -1
  4. {itables-2.6.0 → itables-2.6.2}/itables_for_dash/itables_for_dash.min.js +1 -1
  5. {itables-2.6.0 → itables-2.6.2}/itables_for_dash/itables_for_dash.min.js.map +1 -1
  6. {itables-2.6.0 → itables-2.6.2}/pyproject.toml +9 -1
  7. {itables-2.6.0 → itables-2.6.2}/.gitignore +0 -0
  8. {itables-2.6.0 → itables-2.6.2}/LICENSE +0 -0
  9. {itables-2.6.0 → itables-2.6.2}/README.md +0 -0
  10. {itables-2.6.0 → itables-2.6.2}/itables/__init__.py +0 -0
  11. {itables-2.6.0 → itables-2.6.2}/itables/config.py +0 -0
  12. {itables-2.6.0 → itables-2.6.2}/itables/dash.py +0 -0
  13. {itables-2.6.0 → itables-2.6.2}/itables/datatables_format.py +0 -0
  14. {itables-2.6.0 → itables-2.6.2}/itables/downsample.py +0 -0
  15. {itables-2.6.0 → itables-2.6.2}/itables/html/datatables_template.html +0 -0
  16. {itables-2.6.0 → itables-2.6.2}/itables/html/datatables_template_offline.html +0 -0
  17. {itables-2.6.0 → itables-2.6.2}/itables/html/dt_bundle.css +0 -0
  18. {itables-2.6.0 → itables-2.6.2}/itables/html/dt_bundle.js +0 -0
  19. {itables-2.6.0 → itables-2.6.2}/itables/html/init_datatables.html +0 -0
  20. {itables-2.6.0 → itables-2.6.2}/itables/html/init_notebook_offline.html +0 -0
  21. {itables-2.6.0 → itables-2.6.2}/itables/interactive.py +0 -0
  22. {itables-2.6.0 → itables-2.6.2}/itables/itables_for_streamlit/asset-manifest.json +0 -0
  23. {itables-2.6.0 → itables-2.6.2}/itables/itables_for_streamlit/index.html +0 -0
  24. {itables-2.6.0 → itables-2.6.2}/itables/itables_for_streamlit/static/css/main.d9f03cb9.css +0 -0
  25. {itables-2.6.0 → itables-2.6.2}/itables/itables_for_streamlit/static/css/main.d9f03cb9.css.map +0 -0
  26. {itables-2.6.0 → itables-2.6.2}/itables/itables_for_streamlit/static/js/main.978ec6e6.js +0 -0
  27. {itables-2.6.0 → itables-2.6.2}/itables/itables_for_streamlit/static/js/main.978ec6e6.js.LICENSE.txt +0 -0
  28. {itables-2.6.0 → itables-2.6.2}/itables/itables_for_streamlit/static/js/main.978ec6e6.js.map +0 -0
  29. {itables-2.6.0 → itables-2.6.2}/itables/javascript.py +0 -0
  30. {itables-2.6.0 → itables-2.6.2}/itables/logo/loading.svg +0 -0
  31. {itables-2.6.0 → itables-2.6.2}/itables/logo/logo.svg +0 -0
  32. {itables-2.6.0 → itables-2.6.2}/itables/logo/text.svg +0 -0
  33. {itables-2.6.0 → itables-2.6.2}/itables/logo/wide.svg +0 -0
  34. {itables-2.6.0 → itables-2.6.2}/itables/logo/with_text.svg +0 -0
  35. {itables-2.6.0 → itables-2.6.2}/itables/options.py +0 -0
  36. {itables-2.6.0 → itables-2.6.2}/itables/py.typed +0 -0
  37. {itables-2.6.0 → itables-2.6.2}/itables/sample_dfs.py +0 -0
  38. {itables-2.6.0 → itables-2.6.2}/itables/sample_pandas_dfs.py +0 -0
  39. {itables-2.6.0 → itables-2.6.2}/itables/sample_polars_dfs.py +0 -0
  40. {itables-2.6.0 → itables-2.6.2}/itables/samples/countries.csv +0 -0
  41. {itables-2.6.0 → itables-2.6.2}/itables/samples/indicators.csv +0 -0
  42. {itables-2.6.0 → itables-2.6.2}/itables/samples/population.csv +0 -0
  43. {itables-2.6.0 → itables-2.6.2}/itables/shiny.py +0 -0
  44. {itables-2.6.0 → itables-2.6.2}/itables/show_config.py +0 -0
  45. {itables-2.6.0 → itables-2.6.2}/itables/streamlit.py +0 -0
  46. {itables-2.6.0 → itables-2.6.2}/itables/utils.py +0 -0
  47. {itables-2.6.0 → itables-2.6.2}/itables/widget/__init__.py +0 -0
  48. {itables-2.6.0 → itables-2.6.2}/itables/widget/static/widget.css +0 -0
  49. {itables-2.6.0 → itables-2.6.2}/itables/widget/static/widget.js +0 -0
  50. {itables-2.6.0 → itables-2.6.2}/itables_for_dash/ITable.py +0 -0
  51. {itables-2.6.0 → itables-2.6.2}/itables_for_dash/__init__.py +0 -0
  52. {itables-2.6.0 → itables-2.6.2}/itables_for_dash/_imports_.py +0 -0
  53. {itables-2.6.0 → itables-2.6.2}/itables_for_dash/async-ITable.js +0 -0
  54. {itables-2.6.0 → itables-2.6.2}/itables_for_dash/async-ITable.js.LICENSE.txt +0 -0
  55. {itables-2.6.0 → itables-2.6.2}/itables_for_dash/async-ITable.js.map +0 -0
  56. {itables-2.6.0 → itables-2.6.2}/itables_for_dash/metadata.json +0 -0
  57. {itables-2.6.0 → itables-2.6.2}/itables_for_dash/package-info.json +0 -0
  58. {itables-2.6.0 → itables-2.6.2}/itables_for_dash/properties.py +0 -0
  59. {itables-2.6.0 → itables-2.6.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.6.0
3
+ Version: 2.6.2
4
4
  Summary: Python DataFrames as interactive DataTables
5
5
  Project-URL: Homepage, https://mwouts.github.io/itables/
6
6
  Project-URL: Documentation, https://mwouts.github.io/itables
@@ -68,6 +68,7 @@ Requires-Dist: tomli; (python_version < '3.11') and extra == 'all'
68
68
  Requires-Dist: traitlets; extra == 'all'
69
69
  Requires-Dist: typeguard>=4.4.1; extra == 'all'
70
70
  Requires-Dist: typing-extensions; extra == 'all'
71
+ Requires-Dist: typing-extensions; (python_version < '3.11') and extra == 'all'
71
72
  Requires-Dist: world-bank-data; extra == 'all'
72
73
  Provides-Extra: check-type
73
74
  Requires-Dist: typeguard>=4.4.1; extra == 'check-type'
@@ -107,6 +108,7 @@ Requires-Dist: tomli; (python_version < '3.11') and extra == 'dev'
107
108
  Requires-Dist: traitlets; extra == 'dev'
108
109
  Requires-Dist: typeguard>=4.4.1; extra == 'dev'
109
110
  Requires-Dist: typing-extensions; extra == 'dev'
111
+ Requires-Dist: typing-extensions; (python_version < '3.11') and extra == 'dev'
110
112
  Requires-Dist: watchfiles; extra == 'dev'
111
113
  Requires-Dist: world-bank-data; extra == 'dev'
112
114
  Provides-Extra: marimo
@@ -161,6 +163,7 @@ Requires-Dist: tomli; (python_version < '3.11') and extra == 'test-all'
161
163
  Requires-Dist: traitlets; extra == 'test-all'
162
164
  Requires-Dist: typeguard>=4.4.1; extra == 'test-all'
163
165
  Requires-Dist: typing-extensions; extra == 'test-all'
166
+ Requires-Dist: typing-extensions; (python_version < '3.11') and extra == 'test-all'
164
167
  Requires-Dist: world-bank-data; extra == 'test-all'
165
168
  Provides-Extra: test-base
166
169
  Requires-Dist: pytest; extra == 'test-base'
@@ -183,6 +186,8 @@ Requires-Dist: pytest-cov; extra == 'test-notebook'
183
186
  Requires-Dist: pytest-xdist; extra == 'test-notebook'
184
187
  Requires-Dist: requests; extra == 'test-notebook'
185
188
  Requires-Dist: traitlets; extra == 'test-notebook'
189
+ Provides-Extra: typing
190
+ Requires-Dist: typing-extensions; (python_version < '3.11') and extra == 'typing'
186
191
  Provides-Extra: widget
187
192
  Requires-Dist: anywidget; extra == 'widget'
188
193
  Requires-Dist: traitlets; extra == 'widget'
@@ -1,29 +1,43 @@
1
1
  import re
2
- import sys
3
2
  import warnings
4
3
  from importlib.metadata import PackageNotFoundError, version
5
4
  from pathlib import Path
6
- from typing import Any, Literal, Mapping, Optional, Sequence, TypedDict, Union
7
-
8
- # Conditional imports based on Python version
9
- if sys.version_info >= (3, 11):
10
- from typing import NotRequired, TypeAlias, Unpack
11
- else:
5
+ from typing import (
6
+ TYPE_CHECKING,
7
+ Any,
8
+ Literal,
9
+ Mapping,
10
+ Optional,
11
+ Sequence,
12
+ TypedDict,
13
+ Union,
14
+ )
15
+
16
+ try:
17
+ from typing import TypeAlias # py3.10+
18
+ except ImportError:
12
19
  try:
13
- from typing_extensions import NotRequired, TypeAlias, Unpack
20
+ from typing_extensions import TypeAlias # type: ignore
14
21
  except ImportError:
15
- # Fallback for when typing_extensions is not available
16
- NotRequired = Any # type: ignore
22
+ if TYPE_CHECKING:
23
+ raise
17
24
  TypeAlias = Any # type: ignore
18
- Unpack = Any # type: ignore
19
25
 
20
- if sys.version_info >= (3, 10):
21
- pass # TypeAlias already imported above
22
- elif sys.version_info < (3, 11):
26
+ try:
27
+ from typing import NotRequired, Unpack # py3.11+
28
+ except ImportError:
23
29
  try:
24
- from typing_extensions import TypeAlias
30
+ from typing_extensions import NotRequired, Unpack # type: ignore
25
31
  except ImportError:
26
- TypeAlias = Any # type: ignore
32
+ if TYPE_CHECKING:
33
+ raise
34
+
35
+ class _SubscriptableFallback:
36
+ def __getitem__(self, item):
37
+ return Any
38
+
39
+ NotRequired = _SubscriptableFallback() # type: ignore
40
+ Unpack = _SubscriptableFallback() # type: ignore
27
41
 
28
42
  __all__ = [
29
43
  "NotRequired",
@@ -1,4 +1,4 @@
1
1
  """ITables' version number"""
2
2
 
3
3
  # Must match [N!]N(.N)*[{a|b|rc}N][.postN][.devN], cf. PEP 440
4
- __version__ = "2.6.0"
4
+ __version__ = "2.6.2"
@@ -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,"v0_2_0m1765725713"),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})();
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_0m1766771651"),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_0m1765725713\");\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_0m1766771651\");\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":""}
@@ -46,11 +46,12 @@ marimo = ["marimo"]
46
46
  other_dataframes = ["narwhals", "pyarrow", "modin[dask]"]
47
47
 
48
48
  config = ["tomli;python_version<\"3.11\"", "platformdirs"]
49
+ typing = ["typing_extensions;python_version<\"3.11\""]
49
50
  check_type = ["typeguard>=4.4.1"]
50
51
 
51
52
  samples = ["pytz", "world_bank_data"]
52
53
 
53
- all = ["itables[config,pandas,polars,style,narwhals,other_dataframes,samples,notebook,widget,dash,shiny,streamlit,marimo,check_type]"]
54
+ all = ["itables[config,pandas,polars,style,narwhals,other_dataframes,samples,notebook,widget,dash,shiny,streamlit,marimo,typing,check_type]"]
54
55
  test-base = [
55
56
  "itables",
56
57
  # Pytest
@@ -174,6 +175,12 @@ sphinxext-rediraffe = "*"
174
175
  nodejs = ">=20"
175
176
  python = ">=3.9"
176
177
 
178
+ [tool.pixi.feature.minimal.pypi-dependencies]
179
+ itables = {path = ".", editable = true, extras=["test-base"]}
180
+
181
+ [tool.pixi.feature.retro.dependencies]
182
+ python = "=3.9"
183
+
177
184
  [tool.pixi.feature.test-pandas-notebook.pypi-dependencies]
178
185
  itables = {path = ".", editable = true, extras=["pandas", "test-notebook"]}
179
186
 
@@ -189,6 +196,7 @@ itables = {path = ".", editable = true, extras=["polars", "test-dash"]}
189
196
  [tool.pixi.environments]
190
197
  default = { solve-group = "default" }
191
198
  docs = { features = ["docs"], solve-group = "default" }
199
+ minimal = { features = ["minimal", "retro", "test-base"], no-default-feature = true}
192
200
  test-pandas-notebook = { features = ["minimal", "test-pandas-notebook"], no-default-feature = true}
193
201
  test-polars-notebook = { features = ["minimal", "test-polars-notebook"], no-default-feature = true}
194
202
  test-pandas-dash = { features = ["minimal", "test-pandas-dash"], no-default-feature = true}
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