jupyter-ra-extension 1.3.200__tar.gz → 1.4.0__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.
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/PKG-INFO +1 -1
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/jupyter_ra_extension/_version.py +1 -1
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/jupyter_ra_extension/labextension/package.json +8 -5
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/jupyter_ra_extension/labextension/schemas/jupyter-ra-extension/package.json.orig +7 -4
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/jupyter_ra_extension/labextension/schemas/jupyter-ra-extension/plugin.json +2 -1
- jupyter_ra_extension-1.3.200/jupyter_ra_extension/labextension/static/509.0eefadd7b659b1eeab1b.js → jupyter_ra_extension-1.4.0/jupyter_ra_extension/labextension/static/509.34a4629d6f925481bb5c.js +1 -1
- jupyter_ra_extension-1.4.0/jupyter_ra_extension/labextension/static/remoteEntry.42d6495080b293845046.js +1 -0
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/package.json +7 -4
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/schema/plugin.json +2 -1
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/tsconfig.json +2 -1
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/yarn.lock +4621 -497
- jupyter_ra_extension-1.3.200/jupyter_ra_extension/labextension/static/remoteEntry.4b2ecaa8becb91631eed.js +0 -1
- jupyter_ra_extension-1.3.200/package-lock.json +0 -7731
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/.gitignore +0 -0
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/.prettierignore +0 -0
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/.yarnrc.yml +0 -0
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/CHANGELOG.md +0 -0
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/LICENSE +0 -0
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/README.md +0 -0
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/RELEASE.md +0 -0
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/install.json +0 -0
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/jupyter_ra_extension/__init__.py +0 -0
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/jupyter_ra_extension/labextension/static/728.489d5b64fb8978c79b4c.js +0 -0
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/jupyter_ra_extension/labextension/static/style.js +0 -0
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/jupyter_ra_extension/labextension/static/third-party-licenses.json +0 -0
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/pyproject.toml +0 -0
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/setup.py +0 -0
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/src/index.ts +0 -0
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/style/base.css +0 -0
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/style/index.css +0 -0
- {jupyter_ra_extension-1.3.200 → jupyter_ra_extension-1.4.0}/style/index.js +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: jupyter_ra_extension
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.4.0
|
|
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jupyter-ra-extension",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "Relational Algebra Symbols in Jupyter Lab",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -56,11 +56,13 @@
|
|
|
56
56
|
"watch:labextension": "jupyter labextension watch ."
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@jupyterlab/application": "^4.0.0"
|
|
59
|
+
"@jupyterlab/application": "^4.0.0",
|
|
60
|
+
"@jupyterlab/notebook": "^4.0.0"
|
|
60
61
|
},
|
|
61
62
|
"devDependencies": {
|
|
62
63
|
"@jupyterlab/builder": "^4.0.0",
|
|
63
|
-
"@jupyterlab/
|
|
64
|
+
"@jupyterlab/testutils": "^4.0.0",
|
|
65
|
+
"@types/jest": "^29.2.0",
|
|
64
66
|
"@types/json-schema": "^7.0.11",
|
|
65
67
|
"@types/react": "^18.0.26",
|
|
66
68
|
"@types/react-addons-linked-state-mixin": "^0.14.22",
|
|
@@ -70,6 +72,7 @@
|
|
|
70
72
|
"eslint": "^8.36.0",
|
|
71
73
|
"eslint-config-prettier": "^8.8.0",
|
|
72
74
|
"eslint-plugin-prettier": "^5.0.0",
|
|
75
|
+
"jest": "^29.2.0",
|
|
73
76
|
"npm-run-all2": "^7.0.1",
|
|
74
77
|
"prettier": "^3.0.0",
|
|
75
78
|
"rimraf": "^5.0.1",
|
|
@@ -80,7 +83,7 @@
|
|
|
80
83
|
"stylelint-config-standard": "^34.0.0",
|
|
81
84
|
"stylelint-csstree-validator": "^3.0.0",
|
|
82
85
|
"stylelint-prettier": "^4.0.0",
|
|
83
|
-
"typescript": "~5.0
|
|
86
|
+
"typescript": "~5.8.0",
|
|
84
87
|
"yjs": "^13.5.0"
|
|
85
88
|
},
|
|
86
89
|
"sideEffects": [
|
|
@@ -96,7 +99,7 @@
|
|
|
96
99
|
"outputDir": "jupyter_ra_extension/labextension",
|
|
97
100
|
"schemaDir": "schema",
|
|
98
101
|
"_build": {
|
|
99
|
-
"load": "static/remoteEntry.
|
|
102
|
+
"load": "static/remoteEntry.42d6495080b293845046.js",
|
|
100
103
|
"extension": "./extension",
|
|
101
104
|
"style": "./style"
|
|
102
105
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jupyter-ra-extension",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "Relational Algebra Symbols in Jupyter Lab",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -56,11 +56,13 @@
|
|
|
56
56
|
"watch:labextension": "jupyter labextension watch ."
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@jupyterlab/application": "^4.0.0"
|
|
59
|
+
"@jupyterlab/application": "^4.0.0",
|
|
60
|
+
"@jupyterlab/notebook": "^4.0.0"
|
|
60
61
|
},
|
|
61
62
|
"devDependencies": {
|
|
62
63
|
"@jupyterlab/builder": "^4.0.0",
|
|
63
|
-
"@jupyterlab/
|
|
64
|
+
"@jupyterlab/testutils": "^4.0.0",
|
|
65
|
+
"@types/jest": "^29.2.0",
|
|
64
66
|
"@types/json-schema": "^7.0.11",
|
|
65
67
|
"@types/react": "^18.0.26",
|
|
66
68
|
"@types/react-addons-linked-state-mixin": "^0.14.22",
|
|
@@ -70,6 +72,7 @@
|
|
|
70
72
|
"eslint": "^8.36.0",
|
|
71
73
|
"eslint-config-prettier": "^8.8.0",
|
|
72
74
|
"eslint-plugin-prettier": "^5.0.0",
|
|
75
|
+
"jest": "^29.2.0",
|
|
73
76
|
"npm-run-all2": "^7.0.1",
|
|
74
77
|
"prettier": "^3.0.0",
|
|
75
78
|
"rimraf": "^5.0.1",
|
|
@@ -80,7 +83,7 @@
|
|
|
80
83
|
"stylelint-config-standard": "^34.0.0",
|
|
81
84
|
"stylelint-csstree-validator": "^3.0.0",
|
|
82
85
|
"stylelint-prettier": "^4.0.0",
|
|
83
|
-
"typescript": "~5.0
|
|
86
|
+
"typescript": "~5.8.0",
|
|
84
87
|
"yjs": "^13.5.0"
|
|
85
88
|
},
|
|
86
89
|
"sideEffects": [
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
+
"jupyter.lab.shortcuts": [],
|
|
2
3
|
"title": "toolbar-button",
|
|
3
4
|
"description": "toolbar-button settings.",
|
|
4
5
|
"type": "object",
|
|
5
|
-
"additionalProperties": false,
|
|
6
6
|
"properties": {},
|
|
7
|
+
"additionalProperties": false,
|
|
7
8
|
"jupyter.lab.toolbars": {
|
|
8
9
|
"Notebook": [
|
|
9
10
|
{
|
|
@@ -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(
|
|
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(980).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(">")})}}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var _JUPYTERLAB;(()=>{"use strict";var e,r,t,n,o,a,i,u,s,f,l,d,p,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:"34a4629d6f925481bb5c",728:"489d5b64fb8978c79b4c"}[e]+".js?v="+{509:"34a4629d6f925481bb5c",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"),f=0;f<s.length;f++){var l=s[f];if(l.getAttribute("src")==t||l.getAttribute("data-webpack")==r+o){i=l;break}}i||(u=!0,(i=document.createElement("script")).charset="utf-8",i.timeout=120,S.nc&&i.setAttribute("nonce",S.nc),i.setAttribute("data-webpack",r+o),i.src=t),e[t]=[n];var d=(r,n)=>{i.onerror=i.onload=null,clearTimeout(p);var o=e[t];if(delete e[t],i.parentNode&&i.parentNode.removeChild(i),o&&o.forEach(e=>e(n)),r)return r(n)},p=setTimeout(d.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=d.bind(null,i.onerror),i.onload=d.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.0"),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 f,l,d=u<e.length?(typeof e[u])[0]:"";if(i>=r.length||"o"==(l=(typeof(f=r[i]))[0]))return!s||("u"==d?u>n&&!o:""==d!=o);if("u"==l){if(!s||"u"!=d)return!1}else if(s)if(d==l)if(u<=n){if(f!=e[u])return!1}else{if(o?f>e[u]:f<e[u])return!1;f!=e[u]&&(s=!1)}else if("s"!=d&&"n"!=d){if(o||u<=n)return!1;s=!1,u--}else{if(u<=n||l<d!=o)return!1;s=!1}else"s"!=d&&"n"!=d&&(s=!1,u--)}}var p=[],c=p.pop.bind(p);for(i=1;i<e.length;i++){var h=e[i];p.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),{}),f=(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)},l=(e,r,t,n)=>"Unsatisfied version "+t+" from "+(t&&e[r][t].from)+" of shared singleton module "+r+" (required "+o(n)+")",d=e=>{throw new Error(e)},p=e=>{"undefined"!=typeof console&&console.warn&&console.warn(e)},c=(e,r,t)=>t?t():((e,r)=>d("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 d=f(r,t,n);return a(o,d)||p(l(r,t,d,o)),u(r[t][d])}),v={},g={980:()=>h("default","@jupyterlab/notebook",!1,[1,4,4,7])},b={509:[980]},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.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "Relational Algebra Symbols in Jupyter Lab",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -56,11 +56,13 @@
|
|
|
56
56
|
"watch:labextension": "jupyter labextension watch ."
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@jupyterlab/application": "^4.0.0"
|
|
59
|
+
"@jupyterlab/application": "^4.0.0",
|
|
60
|
+
"@jupyterlab/notebook": "^4.0.0"
|
|
60
61
|
},
|
|
61
62
|
"devDependencies": {
|
|
62
63
|
"@jupyterlab/builder": "^4.0.0",
|
|
63
|
-
"@jupyterlab/
|
|
64
|
+
"@jupyterlab/testutils": "^4.0.0",
|
|
65
|
+
"@types/jest": "^29.2.0",
|
|
64
66
|
"@types/json-schema": "^7.0.11",
|
|
65
67
|
"@types/react": "^18.0.26",
|
|
66
68
|
"@types/react-addons-linked-state-mixin": "^0.14.22",
|
|
@@ -70,6 +72,7 @@
|
|
|
70
72
|
"eslint": "^8.36.0",
|
|
71
73
|
"eslint-config-prettier": "^8.8.0",
|
|
72
74
|
"eslint-plugin-prettier": "^5.0.0",
|
|
75
|
+
"jest": "^29.2.0",
|
|
73
76
|
"npm-run-all2": "^7.0.1",
|
|
74
77
|
"prettier": "^3.0.0",
|
|
75
78
|
"rimraf": "^5.0.1",
|
|
@@ -80,7 +83,7 @@
|
|
|
80
83
|
"stylelint-config-standard": "^34.0.0",
|
|
81
84
|
"stylelint-csstree-validator": "^3.0.0",
|
|
82
85
|
"stylelint-prettier": "^4.0.0",
|
|
83
|
-
"typescript": "~5.0
|
|
86
|
+
"typescript": "~5.8.0",
|
|
84
87
|
"yjs": "^13.5.0"
|
|
85
88
|
},
|
|
86
89
|
"sideEffects": [
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
+
"jupyter.lab.shortcuts": [],
|
|
2
3
|
"title": "toolbar-button",
|
|
3
4
|
"description": "toolbar-button settings.",
|
|
4
5
|
"type": "object",
|
|
5
|
-
"additionalProperties": false,
|
|
6
6
|
"properties": {},
|
|
7
|
+
"additionalProperties": false,
|
|
7
8
|
"jupyter.lab.toolbars": {
|
|
8
9
|
"Notebook": [
|
|
9
10
|
{
|