jupyter-ra-extension 1.4.107__tar.gz → 1.4.108__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 (30) hide show
  1. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/PKG-INFO +1 -1
  2. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/jupyter_ra_extension/_version.py +1 -1
  3. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/jupyter_ra_extension/labextension/package.json +2 -2
  4. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/jupyter_ra_extension/labextension/schemas/jupyter-ra-extension/package.json.orig +1 -1
  5. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/jupyter_ra_extension/labextension/schemas/jupyter-ra-extension/plugin.json +4 -0
  6. jupyter_ra_extension-1.4.108/jupyter_ra_extension/labextension/static/509.adbdf5599eed0c1fecca.js +1 -0
  7. jupyter_ra_extension-1.4.107/jupyter_ra_extension/labextension/static/remoteEntry.353f06fb8fc132c52577.js → jupyter_ra_extension-1.4.108/jupyter_ra_extension/labextension/static/remoteEntry.1abddc299f5527277116.js +1 -1
  8. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/package.json +1 -1
  9. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/schema/plugin.json +4 -0
  10. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/src/index.ts +28 -23
  11. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/yarn.lock +3 -3
  12. jupyter_ra_extension-1.4.107/jupyter_ra_extension/labextension/static/509.e82630893eaea67ce6d4.js +0 -1
  13. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/.gitignore +0 -0
  14. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/.prettierignore +0 -0
  15. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/.yarnrc.yml +0 -0
  16. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/CHANGELOG.md +0 -0
  17. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/LICENSE +0 -0
  18. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/README.md +0 -0
  19. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/RELEASE.md +0 -0
  20. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/install.json +0 -0
  21. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/jupyter_ra_extension/__init__.py +0 -0
  22. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/jupyter_ra_extension/labextension/static/728.489d5b64fb8978c79b4c.js +0 -0
  23. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/jupyter_ra_extension/labextension/static/style.js +0 -0
  24. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/jupyter_ra_extension/labextension/static/third-party-licenses.json +0 -0
  25. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/pyproject.toml +0 -0
  26. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/setup.py +0 -0
  27. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/style/base.css +0 -0
  28. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/style/index.css +0 -0
  29. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/style/index.js +0 -0
  30. {jupyter_ra_extension-1.4.107 → jupyter_ra_extension-1.4.108}/tsconfig.json +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jupyter_ra_extension
3
- Version: 1.4.107
3
+ Version: 1.4.108
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
@@ -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.107'
4
+ __version__ = VERSION = '1.4.108'
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jupyter-ra-extension",
3
- "version": "1.4.107",
3
+ "version": "1.4.108",
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.353f06fb8fc132c52577.js",
102
+ "load": "static/remoteEntry.1abddc299f5527277116.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.107",
3
+ "version": "1.4.108",
4
4
  "description": "Relational Algebra Symbols in Jupyter Lab",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -23,6 +23,10 @@
23
23
  "name": "ratui-selection",
24
24
  "command": "ratui:selection"
25
25
  },
26
+ {
27
+ "name": "ratui-attributerename",
28
+ "command": "ratui:attributerename"
29
+ },
26
30
  {
27
31
  "name": "ratui-rename",
28
32
  "command": "ratui:rename"
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkjupyter_ra_extension=self.webpackChunkjupyter_ra_extension||[]).push([[509],{509:(e,a,t)=>{t.r(a),t.d(a,{default:()=>n});const n={id:"jupyter-ra-extension:plugin",description:"Relational Algebra Symbols in Jupyter Lab",autoStart:!0,requires:[t(762).INotebookTracker],activate:(e,a)=>{console.log("JupyterLab extension jupyter-ra-extension is activated!");const t=e=>{a.currentWidget.content.activeCell.editor.replaceSelection(e)};e.commands.addCommand("ratui:text1",{label:"RA:",caption:"Relational Algebra",isEnabled:()=>!1,execute:()=>{}}),e.commands.addCommand("ratui:projection",{label:"π",caption:"Projection:\nπ [a, b] (R)\nAlternative: pi",execute:()=>t("π")}),e.commands.addCommand("ratui:selection",{label:"σ",caption:"Selection:\nσ [a=1] (R)\nAlternative: sigma",execute:()=>t("σ")}),e.commands.addCommand("ratui:attributerename",{label:"β",caption:"Rename Attribute:\nβ [a←b] (R)\nAlternative: beta",execute:()=>t("β")}),e.commands.addCommand("ratui:rename",{label:"ρ",caption:"Rename:\nρ [ S(A, B, C) ] (R)\nAlternative: rho",execute:()=>t("ρ")}),e.commands.addCommand("ratui:cross",{label:"×",caption:"Cross Product:\nR × S\nAlternative: times",execute:()=>t("×")}),e.commands.addCommand("ratui:join",{label:"⋈",caption:"Natural Join:\nR ⋈ S\nAlternative: join",execute:()=>t("⋈")}),e.commands.addCommand("ratui:left-outer-join",{label:"⟕",caption:"Left Outer Join:\nR ⟕ S\nAlternative: ljoin",execute:()=>t("⟕")}),e.commands.addCommand("ratui:right-outer-join",{label:"⟖",caption:"Right Outer Join:\nR ⟖ S\nAlternative: rjoin",execute:()=>t("⟖")}),e.commands.addCommand("ratui:full-outer-join",{label:"⟗",caption:"Full Outer Join:\nR ⟗ S\nAlternative: fjoin, ojoin",execute:()=>t("⟗")}),e.commands.addCommand("ratui:left-semi-join",{label:"⋉",caption:"Left Semi Join:\nR ⋉ S\nAlternative: lsjoin",execute:()=>t("⋉")}),e.commands.addCommand("ratui:right-semi-join",{label:"⋊",caption:"Right Semi Join:\nR ⋊ S\nAlternative: rsjoin",execute:()=>t("⋊")}),e.commands.addCommand("ratui:union",{label:"∪",caption:"Union:\nR ∪ S\nAlternative: cup",execute:()=>t("∪")}),e.commands.addCommand("ratui:intersection",{label:"∩",caption:"Intersect:\nR ∩ S\nAlternative: cap",execute:()=>t("∩")}),e.commands.addCommand("ratui:difference",{label:"-",caption:"Difference:\nR - S\nAlternative: \\",execute:()=>t("-")}),e.commands.addCommand("ratui:division",{label:"÷",caption:"Division:\nR ÷ S\nAlternative: :",execute:()=>t("÷")}),e.commands.addCommand("ratui:text2",{label:"|",isEnabled:()=>!1,execute:()=>{}}),e.commands.addCommand("ratui:arrowleft",{label:"←",caption:"Alternative: <-",execute:()=>t("←")}),e.commands.addCommand("ratui:text3",{label:"|",isEnabled:()=>!1,execute:()=>{}}),e.commands.addCommand("ratui:and",{label:"∧",caption:"Alternative: and",execute:()=>t("∧")}),e.commands.addCommand("ratui:or",{label:"∨",caption:"Alternative: or",execute:()=>t("∨")}),e.commands.addCommand("ratui:not",{label:"¬",caption:"Alternative: !",execute:()=>t("¬")}),e.commands.addCommand("ratui:text4",{label:"|",isEnabled:()=>!1,execute:()=>{}}),e.commands.addCommand("ratui:equal",{label:"=",execute:()=>t("=")}),e.commands.addCommand("ratui:unequal",{label:"≠",caption:"Alternative: !=",execute:()=>t("≠")}),e.commands.addCommand("ratui:lt",{label:"<",execute:()=>t("<")}),e.commands.addCommand("ratui:lte",{label:"≤",caption:"Alternative: <=",execute:()=>t("≤")}),e.commands.addCommand("ratui:gte",{label:"≥",caption:"Alternative: >=",execute:()=>t("≥")}),e.commands.addCommand("ratui:gt",{label:">",execute:()=>t(">")})}}}}]);
@@ -1 +1 @@
1
- var _JUPYTERLAB;(()=>{"use strict";var e,r,t,n,o,a,i,u,s,l,f,p,c,d,h,v,g,m,y,b={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 b[e](t,t.exports,S),t.exports}S.m=b,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:"e82630893eaea67ce6d4",728:"489d5b64fb8978c79b4c"}[e]+".js?v="+{509:"e82630893eaea67ce6d4",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.107"),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={},g={762:()=>h("default","@jupyterlab/notebook",!1,[1,4,4,10])},m={509:[762]},y={},S.f.consumes=(e,r)=>{S.o(m,e)&&m[e].forEach(e=>{if(S.o(v,e))return r.push(v[e]);if(!y[e]){var t=r=>{v[e]=0,S.m[e]=t=>{delete S.c[e],t.exports=r()}};y[e]=!0;var n=r=>{delete v[e],S.m[e]=t=>{throw delete S.c[e],r}};try{var o=g[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,s,l,f,p,d,c,h,v,g,b,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:"adbdf5599eed0c1fecca",728:"489d5b64fb8978c79b4c"}[e]+".js?v="+{509:"adbdf5599eed0c1fecca",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(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.108"),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 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()),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)},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,s)=>{if(!i(r,t))return c(e,t,s);var p=l(r,t,n);return a(o,p)||d(f(r,t,p,o)),u(r[t][p])}),v={},g={762:()=>h("default","@jupyterlab/notebook",!1,[1,4,4,10])},b={509:[762]},m={},S.f.consumes=(e,r)=>{S.o(b,e)&&b[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=g[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,6 +1,6 @@
1
1
  {
2
2
  "name": "jupyter-ra-extension",
3
- "version": "1.4.107",
3
+ "version": "1.4.108",
4
4
  "description": "Relational Algebra Symbols in Jupyter Lab",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -23,6 +23,10 @@
23
23
  "name": "ratui-selection",
24
24
  "command": "ratui:selection"
25
25
  },
26
+ {
27
+ "name": "ratui-attributerename",
28
+ "command": "ratui:attributerename"
29
+ },
26
30
  {
27
31
  "name": "ratui-rename",
28
32
  "command": "ratui:rename"
@@ -28,79 +28,84 @@ const plugin: JupyterFrontEndPlugin<void> = {
28
28
  // register commands
29
29
  app.commands.addCommand('ratui:text1', {
30
30
  label: 'RA:',
31
- caption: 'Relationale Algebra',
31
+ caption: 'Relational Algebra',
32
32
  isEnabled: () => false,
33
33
  execute: () => {}
34
34
  });
35
35
 
36
36
  app.commands.addCommand('ratui:projection', {
37
37
  label: 'π',
38
- caption: 'Projektion:\nπ [a, b] (R)\nAlternativ: pi',
38
+ caption: 'Projection:\nπ [a, b] (R)\nAlternative: pi',
39
39
  execute: () => insertText('π')
40
40
  });
41
41
  app.commands.addCommand('ratui:selection', {
42
42
  label: 'σ',
43
- caption: 'Selektion:\nσ [a=1] (R)\nAlternativ: sigma',
43
+ caption: 'Selection:\nσ [a=1] (R)\nAlternative: sigma',
44
44
  execute: () => insertText('σ')
45
45
  });
46
- app.commands.addCommand('ratui:rename', {
46
+ app.commands.addCommand('ratui:attributerename', {
47
47
  label: 'β',
48
- caption: 'Umbenennung:\nβ [a←b] (R)\nAlternativ: beta',
48
+ caption: 'Rename Attribute:\nβ [a←b] (R)\nAlternative: beta',
49
49
  execute: () => insertText('β')
50
50
  });
51
+ app.commands.addCommand('ratui:rename', {
52
+ label: 'ρ',
53
+ caption: 'Rename:\nρ [ S(A, B, C) ] (R)\nAlternative: rho',
54
+ execute: () => insertText('ρ')
55
+ });
51
56
  app.commands.addCommand('ratui:cross', {
52
57
  label: '×',
53
- caption: 'Kreuzprodukt:\nR × S\nAlternativ: times',
58
+ caption: 'Cross Product:\nR × S\nAlternative: times',
54
59
  execute: () => insertText('×')
55
60
  });
56
61
  app.commands.addCommand('ratui:join', {
57
62
  label: '⋈',
58
- caption: 'Natürlicher Verbund:\nR ⋈ S\nAlternativ: join',
63
+ caption: 'Natural Join:\nR ⋈ S\nAlternative: join',
59
64
  execute: () => insertText('⋈')
60
65
  });
61
66
  app.commands.addCommand('ratui:left-outer-join', {
62
67
  label: '⟕',
63
- caption: 'Left Outer Join:\nR ⟕ S\nAlternativ: ljoin',
68
+ caption: 'Left Outer Join:\nR ⟕ S\nAlternative: ljoin',
64
69
  execute: () => insertText('⟕')
65
70
  });
66
71
  app.commands.addCommand('ratui:right-outer-join', {
67
72
  label: '⟖',
68
- caption: 'Right Outer Join:\nR ⟖ S\nAlternativ: rjoin',
73
+ caption: 'Right Outer Join:\nR ⟖ S\nAlternative: rjoin',
69
74
  execute: () => insertText('⟖')
70
75
  });
71
76
  app.commands.addCommand('ratui:full-outer-join', {
72
77
  label: '⟗',
73
- caption: 'Full Outer Join:\nR ⟗ S\nAlternativ: fjoin, ojoin',
78
+ caption: 'Full Outer Join:\nR ⟗ S\nAlternative: fjoin, ojoin',
74
79
  execute: () => insertText('⟗')
75
80
  });
76
81
  app.commands.addCommand('ratui:left-semi-join', {
77
82
  label: '⋉',
78
- caption: 'Left Semi Join:\nR ⋉ S\nAlternativ: lsjoin',
83
+ caption: 'Left Semi Join:\nR ⋉ S\nAlternative: lsjoin',
79
84
  execute: () => insertText('⋉')
80
85
  });
81
86
  app.commands.addCommand('ratui:right-semi-join', {
82
87
  label: '⋊',
83
- caption: 'Right Semi Join:\nR ⋊ S\nAlternativ: rsjoin',
88
+ caption: 'Right Semi Join:\nR ⋊ S\nAlternative: rsjoin',
84
89
  execute: () => insertText('⋊')
85
90
  });
86
91
  app.commands.addCommand('ratui:union', {
87
92
  label: '∪',
88
- caption: 'Vereinigung:\nR ∪ S\nAlternativ: cup',
93
+ caption: 'Union:\nR ∪ S\nAlternative: cup',
89
94
  execute: () => insertText('∪')
90
95
  });
91
96
  app.commands.addCommand('ratui:intersection', {
92
97
  label: '∩',
93
- caption: 'Schnitt:\nR ∩ S\nAlternativ: cap',
98
+ caption: 'Intersect:\nR ∩ S\nAlternative: cap',
94
99
  execute: () => insertText('∩')
95
100
  });
96
101
  app.commands.addCommand('ratui:difference', {
97
102
  label: '-',
98
- caption: 'Differenz:\nR - S\nAlternativ: \\',
103
+ caption: 'Difference:\nR - S\nAlternative: \\',
99
104
  execute: () => insertText('-')
100
105
  });
101
106
  app.commands.addCommand('ratui:division', {
102
107
  label: '÷',
103
- caption: 'Division:\nR ÷ S\nAlternativ: :',
108
+ caption: 'Division:\nR ÷ S\nAlternative: :',
104
109
  execute: () => insertText('÷')
105
110
  });
106
111
 
@@ -112,7 +117,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
112
117
 
113
118
  app.commands.addCommand('ratui:arrowleft', {
114
119
  label: '←',
115
- caption: 'Alternativ: <-',
120
+ caption: 'Alternative: <-',
116
121
  execute: () => insertText('←')
117
122
  });
118
123
 
@@ -124,17 +129,17 @@ const plugin: JupyterFrontEndPlugin<void> = {
124
129
 
125
130
  app.commands.addCommand('ratui:and', {
126
131
  label: '∧',
127
- caption: 'Alternativ: and',
132
+ caption: 'Alternative: and',
128
133
  execute: () => insertText('∧')
129
134
  });
130
135
  app.commands.addCommand('ratui:or', {
131
136
  label: '∨',
132
- caption: 'Alternativ: or',
137
+ caption: 'Alternative: or',
133
138
  execute: () => insertText('∨')
134
139
  });
135
140
  app.commands.addCommand('ratui:not', {
136
141
  label: '¬',
137
- caption: 'Alternativ: !',
142
+ caption: 'Alternative: !',
138
143
  execute: () => insertText('¬')
139
144
  });
140
145
 
@@ -150,7 +155,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
150
155
  });
151
156
  app.commands.addCommand('ratui:unequal', {
152
157
  label: '≠',
153
- caption: 'Alternativ: !=',
158
+ caption: 'Alternative: !=',
154
159
  execute: () => insertText('≠')
155
160
  });
156
161
  app.commands.addCommand('ratui:lt', {
@@ -159,12 +164,12 @@ const plugin: JupyterFrontEndPlugin<void> = {
159
164
  });
160
165
  app.commands.addCommand('ratui:lte', {
161
166
  label: '≤',
162
- caption: 'Alternativ: <=',
167
+ caption: 'Alternative: <=',
163
168
  execute: () => insertText('≤')
164
169
  });
165
170
  app.commands.addCommand('ratui:gte', {
166
171
  label: '≥',
167
- caption: 'Alternativ: >=',
172
+ caption: 'Alternative: >=',
168
173
  execute: () => insertText('≥')
169
174
  });
170
175
  app.commands.addCommand('ratui:gt', {
@@ -4809,9 +4809,9 @@ __metadata:
4809
4809
  linkType: hard
4810
4810
 
4811
4811
  "electron-to-chromium@npm:^1.5.238":
4812
- version: 1.5.245
4813
- resolution: "electron-to-chromium@npm:1.5.245"
4814
- checksum: 6262655d0dec8663df58056559a8f1f47648657debf0c868e49d8e3b5f866318c4a9105261272a5aaa529fc6140f4401e0e2c5fadbd24ed50cf9b5cd7e961bfc
4812
+ version: 1.5.248
4813
+ resolution: "electron-to-chromium@npm:1.5.248"
4814
+ checksum: 969572bac2c025a0473b0d025559688036d85b874bec848623e6f64a2e5e906c1fa41199ae1b80b09418ab05c785f5baa6008fbdbd1ff743d646f0ff44a5f6f2
4815
4815
  languageName: node
4816
4816
  linkType: hard
4817
4817
 
@@ -1 +0,0 @@
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\nAlternativ: times",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:left-semi-join",{label:"⋉",caption:"Left Semi Join:\nR ⋉ S\nAlternativ: lsjoin",execute:()=>n("⋉")}),e.commands.addCommand("ratui:right-semi-join",{label:"⋊",caption:"Right Semi Join:\nR ⋊ S\nAlternativ: rsjoin",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(">")})}}}}]);