jupyter-ra-extension 1.4.100__py3-none-any.whl → 1.4.105__py3-none-any.whl

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 (15) hide show
  1. jupyter_ra_extension/_version.py +1 -1
  2. {jupyter_ra_extension-1.4.100.data → jupyter_ra_extension-1.4.105.data}/data/share/jupyter/labextensions/jupyter-ra-extension/package.json +2 -2
  3. {jupyter_ra_extension-1.4.100.data → jupyter_ra_extension-1.4.105.data}/data/share/jupyter/labextensions/jupyter-ra-extension/schemas/jupyter-ra-extension/package.json.orig +1 -1
  4. jupyter_ra_extension-1.4.100.data/data/share/jupyter/labextensions/jupyter-ra-extension/static/509.31663aa4abcbd1601924.js → jupyter_ra_extension-1.4.105.data/data/share/jupyter/labextensions/jupyter-ra-extension/static/509.f7bd07e046c0d77a5f6e.js +1 -1
  5. jupyter_ra_extension-1.4.100.data/data/share/jupyter/labextensions/jupyter-ra-extension/static/remoteEntry.bcb961ba3cf1a68691bf.js → jupyter_ra_extension-1.4.105.data/data/share/jupyter/labextensions/jupyter-ra-extension/static/remoteEntry.4215c22c7c3b79864801.js +1 -1
  6. {jupyter_ra_extension-1.4.100.dist-info → jupyter_ra_extension-1.4.105.dist-info}/METADATA +1 -1
  7. jupyter_ra_extension-1.4.105.dist-info/RECORD +15 -0
  8. jupyter_ra_extension-1.4.100.dist-info/RECORD +0 -15
  9. {jupyter_ra_extension-1.4.100.data → jupyter_ra_extension-1.4.105.data}/data/share/jupyter/labextensions/jupyter-ra-extension/install.json +0 -0
  10. {jupyter_ra_extension-1.4.100.data → jupyter_ra_extension-1.4.105.data}/data/share/jupyter/labextensions/jupyter-ra-extension/schemas/jupyter-ra-extension/plugin.json +0 -0
  11. {jupyter_ra_extension-1.4.100.data → jupyter_ra_extension-1.4.105.data}/data/share/jupyter/labextensions/jupyter-ra-extension/static/728.489d5b64fb8978c79b4c.js +0 -0
  12. {jupyter_ra_extension-1.4.100.data → jupyter_ra_extension-1.4.105.data}/data/share/jupyter/labextensions/jupyter-ra-extension/static/style.js +0 -0
  13. {jupyter_ra_extension-1.4.100.data → jupyter_ra_extension-1.4.105.data}/data/share/jupyter/labextensions/jupyter-ra-extension/static/third-party-licenses.json +0 -0
  14. {jupyter_ra_extension-1.4.100.dist-info → jupyter_ra_extension-1.4.105.dist-info}/WHEEL +0 -0
  15. {jupyter_ra_extension-1.4.100.dist-info → jupyter_ra_extension-1.4.105.dist-info}/licenses/LICENSE +0 -0
@@ -1,4 +1,4 @@
1
1
  # This file is auto-generated by Hatchling. As such, do not:
2
2
  # - modify
3
3
  # - track in version control e.g. be sure to add to .gitignore
4
- __version__ = VERSION = '1.4.100'
4
+ __version__ = VERSION = '1.4.105'
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jupyter-ra-extension",
3
- "version": "1.4.100",
3
+ "version": "1.4.105",
4
4
  "description": "Relational Algebra Symbols in Jupyter Lab",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -99,7 +99,7 @@
99
99
  "outputDir": "jupyter_ra_extension/labextension",
100
100
  "schemaDir": "schema",
101
101
  "_build": {
102
- "load": "static/remoteEntry.bcb961ba3cf1a68691bf.js",
102
+ "load": "static/remoteEntry.4215c22c7c3b79864801.js",
103
103
  "extension": "./extension",
104
104
  "style": "./style"
105
105
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jupyter-ra-extension",
3
- "version": "1.4.100",
3
+ "version": "1.4.105",
4
4
  "description": "Relational Algebra Symbols in Jupyter Lab",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -1 +1 @@
1
- "use strict";(self.webpackChunkjupyter_ra_extension=self.webpackChunkjupyter_ra_extension||[]).push([[509],{509:(e,a,n)=>{n.r(a),n.d(a,{default:()=>t});const t={id:"jupyter-ra-extension:plugin",description:"Relational Algebra Symbols in Jupyter Lab",autoStart:!0,requires:[n(722).INotebookTracker],activate:(e,a)=>{console.log("JupyterLab extension jupyter-ra-extension is activated!");const n=e=>{a.currentWidget.content.activeCell.editor.replaceSelection(e)};e.commands.addCommand("ratui:text1",{label:"RA:",caption:"Relationale Algebra",isEnabled:()=>!1,execute:()=>{}}),e.commands.addCommand("ratui:projection",{label:"π",caption:"Projektion:\nπ a, b (R)\nAlternativ: pi",execute:()=>n("π")}),e.commands.addCommand("ratui:selection",{label:"σ",caption:"Selektion:\nσ a=1 (R)\nAlternativ: sigma",execute:()=>n("σ")}),e.commands.addCommand("ratui:rename",{label:"β",caption:"Umbenennung:\nβ a←b (R)\nAlternativ: beta",execute:()=>n("β")}),e.commands.addCommand("ratui:cross",{label:"×",caption:"Kreuzprodukt:\nR × S",execute:()=>n("×")}),e.commands.addCommand("ratui:join",{label:"⋈",caption:"Natürlicher Verbund:\nR ⋈ S\nAlternativ: join",execute:()=>n("⋈")}),e.commands.addCommand("ratui:left-outer-join",{label:"⟕",caption:"Left Outer Join:\nR ⟕ S\nAlternativ: ljoin",execute:()=>n("⟕")}),e.commands.addCommand("ratui:right-outer-join",{label:"⟖",caption:"Right Outer Join:\nR ⟖ S\nAlternativ: rjoin",execute:()=>n("⟖")}),e.commands.addCommand("ratui:full-outer-join",{label:"⟗",caption:"Full Outer Join:\nR ⟗ S\nAlternativ: fjoin, ojoin",execute:()=>n("⟗")}),e.commands.addCommand("ratui:union",{label:"∪",caption:"Vereinigung:\nR ∪ S\nAlternativ: cup",execute:()=>n("∪")}),e.commands.addCommand("ratui:intersection",{label:"∩",caption:"Schnitt:\nR ∩ S\nAlternativ: cap",execute:()=>n("∩")}),e.commands.addCommand("ratui:difference",{label:"-",caption:"Differenz:\nR - S\nAlternativ: \\",execute:()=>n("-")}),e.commands.addCommand("ratui:division",{label:"÷",caption:"Division:\nR ÷ S\nAlternativ: :",execute:()=>n("÷")}),e.commands.addCommand("ratui:text2",{label:"|",isEnabled:()=>!1,execute:()=>{}}),e.commands.addCommand("ratui:arrowleft",{label:"←",caption:"Alternativ: <-",execute:()=>n("←")}),e.commands.addCommand("ratui:text3",{label:"|",isEnabled:()=>!1,execute:()=>{}}),e.commands.addCommand("ratui:and",{label:"∧",caption:"Alternativ: and",execute:()=>n("∧")}),e.commands.addCommand("ratui:or",{label:"∨",caption:"Alternativ: or",execute:()=>n("∨")}),e.commands.addCommand("ratui:not",{label:"¬",caption:"Alternativ: !",execute:()=>n("¬")}),e.commands.addCommand("ratui:text4",{label:"|",isEnabled:()=>!1,execute:()=>{}}),e.commands.addCommand("ratui:equal",{label:"=",execute:()=>n("=")}),e.commands.addCommand("ratui:unequal",{label:"≠",caption:"Alternativ: !=",execute:()=>n("≠")}),e.commands.addCommand("ratui:lt",{label:"<",execute:()=>n("<")}),e.commands.addCommand("ratui:lte",{label:"≤",caption:"Alternativ: <=",execute:()=>n("≤")}),e.commands.addCommand("ratui:gte",{label:"≥",caption:"Alternativ: >=",execute:()=>n("≥")}),e.commands.addCommand("ratui:gt",{label:">",execute:()=>n(">")})}}}}]);
1
+ "use strict";(self.webpackChunkjupyter_ra_extension=self.webpackChunkjupyter_ra_extension||[]).push([[509],{509:(e,a,n)=>{n.r(a),n.d(a,{default:()=>t});const t={id:"jupyter-ra-extension:plugin",description:"Relational Algebra Symbols in Jupyter Lab",autoStart:!0,requires:[n(762).INotebookTracker],activate:(e,a)=>{console.log("JupyterLab extension jupyter-ra-extension is activated!");const n=e=>{a.currentWidget.content.activeCell.editor.replaceSelection(e)};e.commands.addCommand("ratui:text1",{label:"RA:",caption:"Relationale Algebra",isEnabled:()=>!1,execute:()=>{}}),e.commands.addCommand("ratui:projection",{label:"π",caption:"Projektion:\nπ a, b (R)\nAlternativ: pi",execute:()=>n("π")}),e.commands.addCommand("ratui:selection",{label:"σ",caption:"Selektion:\nσ a=1 (R)\nAlternativ: sigma",execute:()=>n("σ")}),e.commands.addCommand("ratui:rename",{label:"β",caption:"Umbenennung:\nβ a←b (R)\nAlternativ: beta",execute:()=>n("β")}),e.commands.addCommand("ratui:cross",{label:"×",caption:"Kreuzprodukt:\nR × S",execute:()=>n("×")}),e.commands.addCommand("ratui:join",{label:"⋈",caption:"Natürlicher Verbund:\nR ⋈ S\nAlternativ: join",execute:()=>n("⋈")}),e.commands.addCommand("ratui:left-outer-join",{label:"⟕",caption:"Left Outer Join:\nR ⟕ S\nAlternativ: ljoin",execute:()=>n("⟕")}),e.commands.addCommand("ratui:right-outer-join",{label:"⟖",caption:"Right Outer Join:\nR ⟖ S\nAlternativ: rjoin",execute:()=>n("⟖")}),e.commands.addCommand("ratui:full-outer-join",{label:"⟗",caption:"Full Outer Join:\nR ⟗ S\nAlternativ: fjoin, ojoin",execute:()=>n("⟗")}),e.commands.addCommand("ratui:union",{label:"∪",caption:"Vereinigung:\nR ∪ S\nAlternativ: cup",execute:()=>n("∪")}),e.commands.addCommand("ratui:intersection",{label:"∩",caption:"Schnitt:\nR ∩ S\nAlternativ: cap",execute:()=>n("∩")}),e.commands.addCommand("ratui:difference",{label:"-",caption:"Differenz:\nR - S\nAlternativ: \\",execute:()=>n("-")}),e.commands.addCommand("ratui:division",{label:"÷",caption:"Division:\nR ÷ S\nAlternativ: :",execute:()=>n("÷")}),e.commands.addCommand("ratui:text2",{label:"|",isEnabled:()=>!1,execute:()=>{}}),e.commands.addCommand("ratui:arrowleft",{label:"←",caption:"Alternativ: <-",execute:()=>n("←")}),e.commands.addCommand("ratui:text3",{label:"|",isEnabled:()=>!1,execute:()=>{}}),e.commands.addCommand("ratui:and",{label:"∧",caption:"Alternativ: and",execute:()=>n("∧")}),e.commands.addCommand("ratui:or",{label:"∨",caption:"Alternativ: or",execute:()=>n("∨")}),e.commands.addCommand("ratui:not",{label:"¬",caption:"Alternativ: !",execute:()=>n("¬")}),e.commands.addCommand("ratui:text4",{label:"|",isEnabled:()=>!1,execute:()=>{}}),e.commands.addCommand("ratui:equal",{label:"=",execute:()=>n("=")}),e.commands.addCommand("ratui:unequal",{label:"≠",caption:"Alternativ: !=",execute:()=>n("≠")}),e.commands.addCommand("ratui:lt",{label:"<",execute:()=>n("<")}),e.commands.addCommand("ratui:lte",{label:"≤",caption:"Alternativ: <=",execute:()=>n("≤")}),e.commands.addCommand("ratui:gte",{label:"≥",caption:"Alternativ: >=",execute:()=>n("≥")}),e.commands.addCommand("ratui:gt",{label:">",execute:()=>n(">")})}}}}]);
@@ -1 +1 @@
1
- var _JUPYTERLAB;(()=>{"use strict";var e,r,t,n,o,a,i,u,s,l,f,p,c,d,h,v,b,g,m,y={800:(e,r,t)=>{var n={"./index":()=>t.e(509).then(()=>()=>t(509)),"./extension":()=>t.e(509).then(()=>()=>t(509)),"./style":()=>t.e(728).then(()=>()=>t(728))},o=(e,r)=>(t.R=r,r=t.o(n,e)?n[e]():Promise.resolve().then(()=>{throw new Error('Module "'+e+'" does not exist in container.')}),t.R=void 0,r),a=(e,r)=>{if(t.S){var n="default",o=t.S[n];if(o&&o!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return t.S[n]=e,t.I(n,r)}};t.d(r,{get:()=>o,init:()=>a})}},w={};function S(e){var r=w[e];if(void 0!==r)return r.exports;var t=w[e]={id:e,exports:{}};return y[e](t,t.exports,S),t.exports}S.m=y,S.c=w,S.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return S.d(r,{a:r}),r},S.d=(e,r)=>{for(var t in r)S.o(r,t)&&!S.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},S.f={},S.e=e=>Promise.all(Object.keys(S.f).reduce((r,t)=>(S.f[t](e,r),r),[])),S.u=e=>e+"."+{509:"31663aa4abcbd1601924",728:"489d5b64fb8978c79b4c"}[e]+".js?v="+{509:"31663aa4abcbd1601924",728:"489d5b64fb8978c79b4c"}[e],S.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),S.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),e={},r="jupyter-ra-extension:",S.l=(t,n,o,a)=>{if(e[t])e[t].push(n);else{var i,u;if(void 0!==o)for(var s=document.getElementsByTagName("script"),l=0;l<s.length;l++){var f=s[l];if(f.getAttribute("src")==t||f.getAttribute("data-webpack")==r+o){i=f;break}}i||(u=!0,(i=document.createElement("script")).charset="utf-8",S.nc&&i.setAttribute("nonce",S.nc),i.setAttribute("data-webpack",r+o),i.src=t),e[t]=[n];var p=(r,n)=>{i.onerror=i.onload=null,clearTimeout(c);var o=e[t];if(delete e[t],i.parentNode&&i.parentNode.removeChild(i),o&&o.forEach(e=>e(n)),r)return r(n)},c=setTimeout(p.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=p.bind(null,i.onerror),i.onload=p.bind(null,i.onload),u&&document.head.appendChild(i)}},S.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{S.S={};var e={},r={};S.I=(t,n)=>{n||(n=[]);var o=r[t];if(o||(o=r[t]={}),!(n.indexOf(o)>=0)){if(n.push(o),e[t])return e[t];S.o(S.S,t)||(S.S[t]={});var a=S.S[t],i="jupyter-ra-extension",u=[];return"default"===t&&((e,r,t,n)=>{var o=a[e]=a[e]||{},u=o[r];(!u||!u.loaded&&(1!=!u.eager?n:i>u.from))&&(o[r]={get:()=>S.e(509).then(()=>()=>S(509)),from:i,eager:!1})})("jupyter-ra-extension","1.4.100"),e[t]=u.length?Promise.all(u).then(()=>e[t]=1):1}}})(),(()=>{var e;S.g.importScripts&&(e=S.g.location+"");var r=S.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(/\/[^\/]+$/,"/"),S.p=e})(),t=e=>{var r=e=>e.split(".").map(e=>+e==e?+e:e),t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),n=t[1]?r(t[1]):[];return t[2]&&(n.length++,n.push.apply(n,r(t[2]))),t[3]&&(n.push([]),n.push.apply(n,r(t[3]))),n},n=(e,r)=>{e=t(e),r=t(r);for(var n=0;;){if(n>=e.length)return n<r.length&&"u"!=(typeof r[n])[0];var o=e[n],a=(typeof o)[0];if(n>=r.length)return"u"==a;var i=r[n],u=(typeof i)[0];if(a!=u)return"o"==a&&"n"==u||"s"==u||"u"==a;if("o"!=a&&"u"!=a&&o!=i)return o<i;n++}},o=e=>{var r=e[0],t="";if(1===e.length)return"*";if(r+.5){t+=0==r?">=":-1==r?"<":1==r?"^":2==r?"~":r>0?"=":"!=";for(var n=1,a=1;a<e.length;a++)n--,t+="u"==(typeof(u=e[a]))[0]?"-":(n>0?".":"")+(n=2,u);return t}var i=[];for(a=1;a<e.length;a++){var u=e[a];i.push(0===u?"not("+s()+")":1===u?"("+s()+" || "+s()+")":2===u?i.pop()+" "+i.pop():o(u))}return s();function s(){return i.pop().replace(/^\((.+)\)$/,"$1")}},a=(e,r)=>{if(0 in e){r=t(r);var n=e[0],o=n<0;o&&(n=-n-1);for(var i=0,u=1,s=!0;;u++,i++){var l,f,p=u<e.length?(typeof e[u])[0]:"";if(i>=r.length||"o"==(f=(typeof(l=r[i]))[0]))return!s||("u"==p?u>n&&!o:""==p!=o);if("u"==f){if(!s||"u"!=p)return!1}else if(s)if(p==f)if(u<=n){if(l!=e[u])return!1}else{if(o?l>e[u]:l<e[u])return!1;l!=e[u]&&(s=!1)}else if("s"!=p&&"n"!=p){if(o||u<=n)return!1;s=!1,u--}else{if(u<=n||f<p!=o)return!1;s=!1}else"s"!=p&&"n"!=p&&(s=!1,u--)}}var c=[],d=c.pop.bind(c);for(i=1;i<e.length;i++){var h=e[i];c.push(1==h?d()|d():2==h?d()&d():h?a(h,r):!d())}return!!d()},i=(e,r)=>e&&S.o(e,r),u=e=>(e.loaded=1,e.get()),s=e=>Object.keys(e).reduce((r,t)=>(e[t].eager&&(r[t]=e[t]),r),{}),l=(e,r,t)=>{var o=t?s(e[r]):e[r];return Object.keys(o).reduce((e,r)=>!e||!o[e].loaded&&n(e,r)?r:e,0)},f=(e,r,t,n)=>"Unsatisfied version "+t+" from "+(t&&e[r][t].from)+" of shared singleton module "+r+" (required "+o(n)+")",p=e=>{throw new Error(e)},c=e=>{"undefined"!=typeof console&&console.warn&&console.warn(e)},d=(e,r,t)=>t?t():((e,r)=>p("Shared module "+r+" doesn't exist in shared scope "+e))(e,r),h=(e=>function(r,t,n,o,a){var i=S.I(r);return i&&i.then&&!n?i.then(e.bind(e,r,S.S[r],t,!1,o,a)):e(r,S.S[r],t,n,o,a)})((e,r,t,n,o,s)=>{if(!i(r,t))return d(e,t,s);var p=l(r,t,n);return a(o,p)||c(f(r,t,p,o)),u(r[t][p])}),v={},b={722:()=>h("default","@jupyterlab/notebook",!1,[1,4,4,9])},g={509:[722]},m={},S.f.consumes=(e,r)=>{S.o(g,e)&&g[e].forEach(e=>{if(S.o(v,e))return r.push(v[e]);if(!m[e]){var t=r=>{v[e]=0,S.m[e]=t=>{delete S.c[e],t.exports=r()}};m[e]=!0;var n=r=>{delete v[e],S.m[e]=t=>{throw delete S.c[e],r}};try{var o=b[e]();o.then?r.push(v[e]=o.then(t).catch(n)):t(o)}catch(e){n(e)}}})},(()=>{var e={760:0};S.f.j=(r,t)=>{var n=S.o(e,r)?e[r]:void 0;if(0!==n)if(n)t.push(n[2]);else{var o=new Promise((t,o)=>n=e[r]=[t,o]);t.push(n[2]=o);var a=S.p+S.u(r),i=new Error;S.l(a,t=>{if(S.o(e,r)&&(0!==(n=e[r])&&(e[r]=void 0),n)){var o=t&&("load"===t.type?"missing":t.type),a=t&&t.target&&t.target.src;i.message="Loading chunk "+r+" failed.\n("+o+": "+a+")",i.name="ChunkLoadError",i.type=o,i.request=a,n[1](i)}},"chunk-"+r,r)}};var r=(r,t)=>{var n,o,[a,i,u]=t,s=0;if(a.some(r=>0!==e[r])){for(n in i)S.o(i,n)&&(S.m[n]=i[n]);u&&u(S)}for(r&&r(t);s<a.length;s++)o=a[s],S.o(e,o)&&e[o]&&e[o][0](),e[o]=0},t=self.webpackChunkjupyter_ra_extension=self.webpackChunkjupyter_ra_extension||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})(),S.nc=void 0;var j=S(800);(_JUPYTERLAB=void 0===_JUPYTERLAB?{}:_JUPYTERLAB)["jupyter-ra-extension"]=j})();
1
+ var _JUPYTERLAB;(()=>{"use strict";var e,r,t,n,o,a,i,u,f,s,l,p,d,c,h,v,b,g,m,y={800:(e,r,t)=>{var n={"./index":()=>t.e(509).then(()=>()=>t(509)),"./extension":()=>t.e(509).then(()=>()=>t(509)),"./style":()=>t.e(728).then(()=>()=>t(728))},o=(e,r)=>(t.R=r,r=t.o(n,e)?n[e]():Promise.resolve().then(()=>{throw new Error('Module "'+e+'" does not exist in container.')}),t.R=void 0,r),a=(e,r)=>{if(t.S){var n="default",o=t.S[n];if(o&&o!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return t.S[n]=e,t.I(n,r)}};t.d(r,{get:()=>o,init:()=>a})}},w={};function S(e){var r=w[e];if(void 0!==r)return r.exports;var t=w[e]={id:e,exports:{}};return y[e](t,t.exports,S),t.exports}S.m=y,S.c=w,S.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return S.d(r,{a:r}),r},S.d=(e,r)=>{for(var t in r)S.o(r,t)&&!S.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},S.f={},S.e=e=>Promise.all(Object.keys(S.f).reduce((r,t)=>(S.f[t](e,r),r),[])),S.u=e=>e+"."+{509:"f7bd07e046c0d77a5f6e",728:"489d5b64fb8978c79b4c"}[e]+".js?v="+{509:"f7bd07e046c0d77a5f6e",728:"489d5b64fb8978c79b4c"}[e],S.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),S.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),e={},r="jupyter-ra-extension:",S.l=(t,n,o,a)=>{if(e[t])e[t].push(n);else{var i,u;if(void 0!==o)for(var f=document.getElementsByTagName("script"),s=0;s<f.length;s++){var l=f[s];if(l.getAttribute("src")==t||l.getAttribute("data-webpack")==r+o){i=l;break}}i||(u=!0,(i=document.createElement("script")).charset="utf-8",S.nc&&i.setAttribute("nonce",S.nc),i.setAttribute("data-webpack",r+o),i.src=t),e[t]=[n];var p=(r,n)=>{i.onerror=i.onload=null,clearTimeout(d);var o=e[t];if(delete e[t],i.parentNode&&i.parentNode.removeChild(i),o&&o.forEach(e=>e(n)),r)return r(n)},d=setTimeout(p.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=p.bind(null,i.onerror),i.onload=p.bind(null,i.onload),u&&document.head.appendChild(i)}},S.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{S.S={};var e={},r={};S.I=(t,n)=>{n||(n=[]);var o=r[t];if(o||(o=r[t]={}),!(n.indexOf(o)>=0)){if(n.push(o),e[t])return e[t];S.o(S.S,t)||(S.S[t]={});var a=S.S[t],i="jupyter-ra-extension",u=[];return"default"===t&&((e,r,t,n)=>{var o=a[e]=a[e]||{},u=o[r];(!u||!u.loaded&&(1!=!u.eager?n:i>u.from))&&(o[r]={get:()=>S.e(509).then(()=>()=>S(509)),from:i,eager:!1})})("jupyter-ra-extension","1.4.105"),e[t]=u.length?Promise.all(u).then(()=>e[t]=1):1}}})(),(()=>{var e;S.g.importScripts&&(e=S.g.location+"");var r=S.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(/\/[^\/]+$/,"/"),S.p=e})(),t=e=>{var r=e=>e.split(".").map(e=>+e==e?+e:e),t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),n=t[1]?r(t[1]):[];return t[2]&&(n.length++,n.push.apply(n,r(t[2]))),t[3]&&(n.push([]),n.push.apply(n,r(t[3]))),n},n=(e,r)=>{e=t(e),r=t(r);for(var n=0;;){if(n>=e.length)return n<r.length&&"u"!=(typeof r[n])[0];var o=e[n],a=(typeof o)[0];if(n>=r.length)return"u"==a;var i=r[n],u=(typeof i)[0];if(a!=u)return"o"==a&&"n"==u||"s"==u||"u"==a;if("o"!=a&&"u"!=a&&o!=i)return o<i;n++}},o=e=>{var r=e[0],t="";if(1===e.length)return"*";if(r+.5){t+=0==r?">=":-1==r?"<":1==r?"^":2==r?"~":r>0?"=":"!=";for(var n=1,a=1;a<e.length;a++)n--,t+="u"==(typeof(u=e[a]))[0]?"-":(n>0?".":"")+(n=2,u);return t}var i=[];for(a=1;a<e.length;a++){var u=e[a];i.push(0===u?"not("+f()+")":1===u?"("+f()+" || "+f()+")":2===u?i.pop()+" "+i.pop():o(u))}return f();function f(){return i.pop().replace(/^\((.+)\)$/,"$1")}},a=(e,r)=>{if(0 in e){r=t(r);var n=e[0],o=n<0;o&&(n=-n-1);for(var i=0,u=1,f=!0;;u++,i++){var s,l,p=u<e.length?(typeof e[u])[0]:"";if(i>=r.length||"o"==(l=(typeof(s=r[i]))[0]))return!f||("u"==p?u>n&&!o:""==p!=o);if("u"==l){if(!f||"u"!=p)return!1}else if(f)if(p==l)if(u<=n){if(s!=e[u])return!1}else{if(o?s>e[u]:s<e[u])return!1;s!=e[u]&&(f=!1)}else if("s"!=p&&"n"!=p){if(o||u<=n)return!1;f=!1,u--}else{if(u<=n||l<p!=o)return!1;f=!1}else"s"!=p&&"n"!=p&&(f=!1,u--)}}var d=[],c=d.pop.bind(d);for(i=1;i<e.length;i++){var h=e[i];d.push(1==h?c()|c():2==h?c()&c():h?a(h,r):!c())}return!!c()},i=(e,r)=>e&&S.o(e,r),u=e=>(e.loaded=1,e.get()),f=e=>Object.keys(e).reduce((r,t)=>(e[t].eager&&(r[t]=e[t]),r),{}),s=(e,r,t)=>{var o=t?f(e[r]):e[r];return Object.keys(o).reduce((e,r)=>!e||!o[e].loaded&&n(e,r)?r:e,0)},l=(e,r,t,n)=>"Unsatisfied version "+t+" from "+(t&&e[r][t].from)+" of shared singleton module "+r+" (required "+o(n)+")",p=e=>{throw new Error(e)},d=e=>{"undefined"!=typeof console&&console.warn&&console.warn(e)},c=(e,r,t)=>t?t():((e,r)=>p("Shared module "+r+" doesn't exist in shared scope "+e))(e,r),h=(e=>function(r,t,n,o,a){var i=S.I(r);return i&&i.then&&!n?i.then(e.bind(e,r,S.S[r],t,!1,o,a)):e(r,S.S[r],t,n,o,a)})((e,r,t,n,o,f)=>{if(!i(r,t))return c(e,t,f);var p=s(r,t,n);return a(o,p)||d(l(r,t,p,o)),u(r[t][p])}),v={},b={762:()=>h("default","@jupyterlab/notebook",!1,[1,4,4,10])},g={509:[762]},m={},S.f.consumes=(e,r)=>{S.o(g,e)&&g[e].forEach(e=>{if(S.o(v,e))return r.push(v[e]);if(!m[e]){var t=r=>{v[e]=0,S.m[e]=t=>{delete S.c[e],t.exports=r()}};m[e]=!0;var n=r=>{delete v[e],S.m[e]=t=>{throw delete S.c[e],r}};try{var o=b[e]();o.then?r.push(v[e]=o.then(t).catch(n)):t(o)}catch(e){n(e)}}})},(()=>{var e={760:0};S.f.j=(r,t)=>{var n=S.o(e,r)?e[r]:void 0;if(0!==n)if(n)t.push(n[2]);else{var o=new Promise((t,o)=>n=e[r]=[t,o]);t.push(n[2]=o);var a=S.p+S.u(r),i=new Error;S.l(a,t=>{if(S.o(e,r)&&(0!==(n=e[r])&&(e[r]=void 0),n)){var o=t&&("load"===t.type?"missing":t.type),a=t&&t.target&&t.target.src;i.message="Loading chunk "+r+" failed.\n("+o+": "+a+")",i.name="ChunkLoadError",i.type=o,i.request=a,n[1](i)}},"chunk-"+r,r)}};var r=(r,t)=>{var n,o,[a,i,u]=t,f=0;if(a.some(r=>0!==e[r])){for(n in i)S.o(i,n)&&(S.m[n]=i[n]);u&&u(S)}for(r&&r(t);f<a.length;f++)o=a[f],S.o(e,o)&&e[o]&&e[o][0](),e[o]=0},t=self.webpackChunkjupyter_ra_extension=self.webpackChunkjupyter_ra_extension||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})(),S.nc=void 0;var j=S(800);(_JUPYTERLAB=void 0===_JUPYTERLAB?{}:_JUPYTERLAB)["jupyter-ra-extension"]=j})();
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jupyter_ra_extension
3
- Version: 1.4.100
3
+ Version: 1.4.105
4
4
  Summary: Relational Algebra Symbols in Jupyter Lab
5
5
  Project-URL: Homepage, https://dbgit.prakinf.tu-ilmenau.de/ertr8623/jupyter-duckdb
6
6
  Project-URL: Bug Tracker, https://dbgit.prakinf.tu-ilmenau.de/ertr8623/jupyter-duckdb/issues
@@ -0,0 +1,15 @@
1
+ jupyter_ra_extension/__init__.py,sha256=-7yKZDGH8NaEqjgkLxq-Wev9AXK4k98pB4FikDxtuzw,598
2
+ jupyter_ra_extension/_version.py,sha256=mFD70sJLwxPf79RWsOPFoXsiDvRk0dnTS31qWp4hcJ8,173
3
+ jupyter_ra_extension-1.4.105.data/data/share/jupyter/labextensions/jupyter-ra-extension/package.json,sha256=fma8aj4mcZwMH7oFf6xq0SmjMn-31hLiEJGrC8lcuCE,5829
4
+ jupyter_ra_extension-1.4.105.data/data/share/jupyter/labextensions/jupyter-ra-extension/schemas/jupyter-ra-extension/package.json.orig,sha256=WtWf2s9I_8JS_7k9aJ6wk78fpnExFqM398LI_BkgJRI,6573
5
+ jupyter_ra_extension-1.4.105.data/data/share/jupyter/labextensions/jupyter-ra-extension/schemas/jupyter-ra-extension/plugin.json,sha256=dA0gkra_9vPVzN6Ll4s6Bm0CXX-jnzgGhBJo3hSR8kU,2506
6
+ jupyter_ra_extension-1.4.105.data/data/share/jupyter/labextensions/jupyter-ra-extension/static/509.f7bd07e046c0d77a5f6e.js,sha256=970H4EbA13pfbmWlaoEY417x_Fo7EiEkXg18RQsP0Rw,3201
7
+ jupyter_ra_extension-1.4.105.data/data/share/jupyter/labextensions/jupyter-ra-extension/static/728.489d5b64fb8978c79b4c.js,sha256=SJ1bZPuJeMebTJAISPzJ90-6WJqzp1vkZzGybGbApnA,4009
8
+ jupyter_ra_extension-1.4.105.data/data/share/jupyter/labextensions/jupyter-ra-extension/static/remoteEntry.4215c22c7c3b79864801.js,sha256=QhXCLHw7eYZIATvN-7tItKLWLN-3_q3qfkUbYGFtPD4,6606
9
+ jupyter_ra_extension-1.4.105.data/data/share/jupyter/labextensions/jupyter-ra-extension/static/style.js,sha256=yntdVuBLqH-S2x_gj1AJcLvpX69ofFZlemnEQn2V6Uc,163
10
+ jupyter_ra_extension-1.4.105.data/data/share/jupyter/labextensions/jupyter-ra-extension/static/third-party-licenses.json,sha256=W6N2sSD7tQihMqQk64F9xMd1Flfr2KO97esAiHUOYdM,2453
11
+ jupyter_ra_extension-1.4.105.data/data/share/jupyter/labextensions/jupyter-ra-extension/install.json,sha256=FbA9rECbw91zNDfrhO2P9XiSb0oTxc7p5fRr9xA8Fqo,201
12
+ jupyter_ra_extension-1.4.105.dist-info/METADATA,sha256=_1iTXYiDDh9kMPEs09Vb6s0VhDYViAj2VQwX5wlObBI,5447
13
+ jupyter_ra_extension-1.4.105.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
14
+ jupyter_ra_extension-1.4.105.dist-info/licenses/LICENSE,sha256=KYBg3UnYu6VbKhde_axsC9EDynn29SFOSxRMGTtQFKM,1519
15
+ jupyter_ra_extension-1.4.105.dist-info/RECORD,,
@@ -1,15 +0,0 @@
1
- jupyter_ra_extension/__init__.py,sha256=-7yKZDGH8NaEqjgkLxq-Wev9AXK4k98pB4FikDxtuzw,598
2
- jupyter_ra_extension/_version.py,sha256=7E71qK2yJRYkoVNdnh8oGjb-CuJ_GA58c8e9sE9d-tQ,173
3
- jupyter_ra_extension-1.4.100.data/data/share/jupyter/labextensions/jupyter-ra-extension/package.json,sha256=kAIXyruFED1psP14QW1vYIne4kZbCx71GDGOBPW221E,5829
4
- jupyter_ra_extension-1.4.100.data/data/share/jupyter/labextensions/jupyter-ra-extension/schemas/jupyter-ra-extension/package.json.orig,sha256=bcbiJglKpBR_xGW7y0eZpr9ewpez8nM3esbHQk7lras,6573
5
- jupyter_ra_extension-1.4.100.data/data/share/jupyter/labextensions/jupyter-ra-extension/schemas/jupyter-ra-extension/plugin.json,sha256=dA0gkra_9vPVzN6Ll4s6Bm0CXX-jnzgGhBJo3hSR8kU,2506
6
- jupyter_ra_extension-1.4.100.data/data/share/jupyter/labextensions/jupyter-ra-extension/static/509.31663aa4abcbd1601924.js,sha256=MWY6pKvL0WAZJOWWaUzkH0Ukc66iqx9UHGgq0_Jadms,3201
7
- jupyter_ra_extension-1.4.100.data/data/share/jupyter/labextensions/jupyter-ra-extension/static/728.489d5b64fb8978c79b4c.js,sha256=SJ1bZPuJeMebTJAISPzJ90-6WJqzp1vkZzGybGbApnA,4009
8
- jupyter_ra_extension-1.4.100.data/data/share/jupyter/labextensions/jupyter-ra-extension/static/remoteEntry.bcb961ba3cf1a68691bf.js,sha256=vLlhujzxpoaRv2FsD_iE40ryVkVcpZQfzN3cMIxKTk0,6605
9
- jupyter_ra_extension-1.4.100.data/data/share/jupyter/labextensions/jupyter-ra-extension/static/style.js,sha256=yntdVuBLqH-S2x_gj1AJcLvpX69ofFZlemnEQn2V6Uc,163
10
- jupyter_ra_extension-1.4.100.data/data/share/jupyter/labextensions/jupyter-ra-extension/static/third-party-licenses.json,sha256=W6N2sSD7tQihMqQk64F9xMd1Flfr2KO97esAiHUOYdM,2453
11
- jupyter_ra_extension-1.4.100.data/data/share/jupyter/labextensions/jupyter-ra-extension/install.json,sha256=FbA9rECbw91zNDfrhO2P9XiSb0oTxc7p5fRr9xA8Fqo,201
12
- jupyter_ra_extension-1.4.100.dist-info/METADATA,sha256=y1x5LIbCKxmk0rZZNYEL4r5tsaLTqAJjZbIldWWE2Jg,5447
13
- jupyter_ra_extension-1.4.100.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
14
- jupyter_ra_extension-1.4.100.dist-info/licenses/LICENSE,sha256=KYBg3UnYu6VbKhde_axsC9EDynn29SFOSxRMGTtQFKM,1519
15
- jupyter_ra_extension-1.4.100.dist-info/RECORD,,