jupytergis-lab 0.6.1__tar.gz → 0.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.
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/PKG-INFO +1 -1
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/jupytergis_lab/_version.py +1 -1
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/jupytergis_lab/labextension/package.json +4 -4
- jupytergis_lab-0.6.1/jupytergis_lab/labextension/static/484.dbb7e9985a5654434e3c.js → jupytergis_lab-0.6.2/jupytergis_lab/labextension/static/484.59bd08b2b09de951fd1a.js +1 -1
- jupytergis_lab-0.6.1/jupytergis_lab/labextension/static/remoteEntry.38b05357a91669494229.js → jupytergis_lab-0.6.2/jupytergis_lab/labextension/static/remoteEntry.5e986b6cd15c9efcd07e.js +1 -1
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/jupytergis_lab/labextension/static/third-party-licenses.json +1 -1
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/package.json +3 -3
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/tsconfig.tsbuildinfo +1 -1
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/.gitignore +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/.prettierignore +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/LICENSE +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/README.md +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/install.json +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/jupytergis_lab/__init__.py +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/jupytergis_lab/labextension/static/234.8ab0931c15a13e5d92fd.js +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/jupytergis_lab/labextension/static/432.89caab7d62deb1639c84.js +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/jupytergis_lab/labextension/static/style.js +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/jupytergis_lab/notebook/__init__.py +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/jupytergis_lab/notebook/explore.py +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/jupytergis_lab/notebook/gis_document.py +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/jupytergis_lab/notebook/tests/__init__.py +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/jupytergis_lab/notebook/tests/test_api.py +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/jupytergis_lab/notebook/utils.py +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/jupytergis_lab/notebook/y_connector.py +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/lib/index.d.ts +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/lib/index.js +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/lib/notebookrenderer.d.ts +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/lib/notebookrenderer.js +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/pyproject.toml +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/scripts/bump-version.py +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/setup.py +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/src/index.ts +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/src/notebookrenderer.ts +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/style/base.css +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/style/index.css +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/style/index.js +0 -0
- {jupytergis_lab-0.6.1 → jupytergis_lab-0.6.2}/tsconfig.json +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupytergis/jupytergis-lab",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"description": "JupyterGIS Lab extension.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@jupyter/collaborative-drive": "^3.0.0",
|
|
56
|
-
"@jupytergis/base": "^0.6.
|
|
57
|
-
"@jupytergis/schema": "^0.6.
|
|
56
|
+
"@jupytergis/base": "^0.6.2",
|
|
57
|
+
"@jupytergis/schema": "^0.6.2",
|
|
58
58
|
"@jupyterlab/application": "^4.3.0",
|
|
59
59
|
"@jupyterlab/apputils": "^4.3.0",
|
|
60
60
|
"@jupyterlab/completer": "^4.3.0",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
}
|
|
125
125
|
},
|
|
126
126
|
"_build": {
|
|
127
|
-
"load": "static/remoteEntry.
|
|
127
|
+
"load": "static/remoteEntry.5e986b6cd15c9efcd07e.js",
|
|
128
128
|
"extension": "./extension",
|
|
129
129
|
"style": "./style"
|
|
130
130
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_jupytergis_jupytergis_lab=self.webpackChunk_jupytergis_jupytergis_lab||[]).push([[484],{3484:(e,t,o)=>{o.r(t),o.d(t,{default:()=>k});var n=o(
|
|
1
|
+
"use strict";(self.webpackChunk_jupytergis_jupytergis_lab=self.webpackChunk_jupytergis_jupytergis_lab||[]).push([[484],{3484:(e,t,o)=>{o.r(t),o.d(t,{default:()=>k});var n=o(2739),a=o(7961),r=o(3904),s=o(6771),d=o(5828),i=o(4947),l=o(4503),m=o(5256),c=o(6903),u=o(8805),g=o(5533),p=o(8708),y=o(6341),I=o(6230),h=o(9173);class M extends h.JupyterYModel{}class j extends m.Panel{constructor(e){super(),this._buildWidget=e=>{const{commands:t,model:o,externalCommands:a,tracker:r}=e,s=new n.JupyterGISPanel({model:o,commandRegistry:t});let d;o.filePath&&(d=new n.ToolbarWidget({commands:t,model:o,externalCommands:(null==a?void 0:a.getCommands())||[]})),this._jgisWidget=new n.JupyterGISOutputWidget({model:o,content:s,toolbar:d}),this.addWidget(this._jgisWidget),null==r||r.add(this._jgisWidget)};const{model:t}=e;this.addClass("jupytergis-notebook-widget"),this._buildWidget(e),t.sharedModel.changed.connect((t,o)=>{o.stateChange&&o.stateChange.forEach(t=>{var o;"path"===t.name&&(null===(o=this.layout)||void 0===o||o.removeWidget(this._jgisWidget),this._jgisWidget.dispose(),this._buildWidget(e))})})}get jgisWidget(){return this._jgisWidget}}const b={id:"jupytergis:yjswidget-plugin",autoStart:!0,optional:[a.IJGISExternalCommandRegistryToken,a.IJupyterGISDocTracker,h.IJupyterYWidgetManager,c.ICollaborativeDrive],activate:(e,t,o,n,r)=>{n?n.registerWidget("@jupytergis:widget",class extends M{async initialize(t){const{path:o,format:n,contentType:s}=t,d=n;if(!r)throw(0,u.showErrorMessage)("Error using the JupyterGIS Python API","You cannot use the JupyterGIS Python API without a collaborative drive. You need to install a package providing collaboration features (e.g. jupyter-collaboration)."),new Error("Failed to create the YDoc without a collaborative drive");let i="";const l=e.shell.currentWidget;(l instanceof y.NotebookPanel||l instanceof g.ConsolePanel)&&(i=l.sessionContext.path);let m="";if(o){m=p.PathExt.join(p.PathExt.dirname(i),o);try{await e.serviceManager.contents.get(m)}catch(t){await e.serviceManager.contents.save(m,{content:btoa("{}"),format:"base64"})}}else m=p.PathExt.join(p.PathExt.dirname(i),"unsaved_project");const c=r.sharedModelFactory.createNew({path:m,format:d,contentType:s,collaborative:!0});this.jupyterGISModel=new a.JupyterGISModel({sharedModel:c}),this.jupyterGISModel.contentsManager=e.serviceManager.contents,this.jupyterGISModel.filePath=m,this.ydoc=this.jupyterGISModel.sharedModel.ydoc,this.sharedModel=new h.JupyterYDoc(t,this.ydoc)}},class{constructor(n,a){this.yModel=n,this.node=a;const r=new j({commands:e.commands,model:n.jupyterGISModel,externalCommands:t,tracker:o});this._jgisWidget=r.jgisWidget,I.MessageLoop.sendMessage(r,m.Widget.Msg.BeforeAttach),a.appendChild(r.node),I.MessageLoop.sendMessage(r,m.Widget.Msg.AfterAttach)}dispose(){this._jgisWidget.dispose()}}):console.error("Missing IJupyterYWidgetManager token!")}},v="jupytergis",k=[{id:"jupytergis:lab:main-menu",autoStart:!0,requires:[a.IJupyterGISDocTracker,a.IJGISFormSchemaRegistryToken,a.IJGISLayerBrowserRegistryToken,i.IStateDB],optional:[d.IMainMenu,l.ITranslator,s.ICompletionProviderManager],activate:(e,t,o,r,s,d,i,c)=>{console.log("jupytergis:lab:main-menu is activated!"),i=null!=i?i:l.nullTranslator;(0,n.createDefaultLayerRegistry)(r),n.GlobalStateDbManager.getInstance().initialize(s),(0,n.addCommands)(e,t,i,o,r,s,c),e.contextMenu.addItem({selector:".jp-gis-source.jp-gis-sourceUnused",rank:1,command:n.CommandIDs.removeSource}),e.contextMenu.addItem({selector:".jp-gis-source",rank:1,command:n.CommandIDs.renameSource}),e.contextMenu.addItem({command:n.CommandIDs.symbology,selector:".jp-gis-layerItem",rank:1}),e.contextMenu.addItem({type:"separator",selector:".jp-gis-layerPanel",rank:1}),e.contextMenu.addItem({command:n.CommandIDs.removeLayer,selector:".jp-gis-layerItem",rank:2}),e.contextMenu.addItem({command:n.CommandIDs.renameLayer,selector:".jp-gis-layerItem",rank:2}),e.contextMenu.addItem({command:n.CommandIDs.zoomToLayer,selector:".jp-gis-layerItem",rank:2});const u=new m.Menu({commands:e.commands});u.title.label=i.load("jupyterlab").__("Download"),u.id="jp-gis-contextmenu-download",u.addItem({command:n.CommandIDs.downloadGeoJSON}),e.contextMenu.addItem({type:"submenu",selector:".jp-gis-layerItem",rank:2,submenu:u});const g=new m.Menu({commands:e.commands});g.title.label=i.load("jupyterlab").__("Processing"),g.id="jp-gis-contextmenu-processing";for(const e of a.ProcessingMerge)g.addItem({command:e.name});e.contextMenu.addItem({type:"submenu",selector:".jp-gis-layerItem",rank:2,submenu:g});const p=new m.Menu({commands:e.commands});p.title.label=i.load("jupyterlab").__("Move Selected Layers to Group"),p.id="jp-gis-contextmenu-movelayer",e.contextMenu.addItem({type:"submenu",selector:".jp-gis-layerItem",rank:2,submenu:p}),e.contextMenu.opened.connect(()=>function(e,t){var o,a,r,s;if(!(null===(o=t.currentWidget)||void 0===o?void 0:o.model))return;const d=null===(a=t.currentWidget)||void 0===a?void 0:a.model,i=null!==(s=null===(r=e.menu.items.find(e=>{var t;return"submenu"===e.type&&"jp-gis-contextmenu-movelayer"===(null===(t=e.submenu)||void 0===t?void 0:t.id)}))||void 0===r?void 0:r.submenu)&&void 0!==s?s:null;if(!i)return;i.clearItems();const l=function e(t){const o=[];for(const n of t)if("string"!=typeof n&&n.layers){o.push(n.name);const t=e(n.layers);o.push(...t)}return o}(d.getLayerTree());i.addItem({command:n.CommandIDs.moveLayersToGroup,args:{label:""}}),l.forEach(e=>{i.addItem({command:n.CommandIDs.moveLayersToGroup,args:{label:e}})}),i.addItem({command:n.CommandIDs.moveLayerToNewGroup})}(e.contextMenu,t)),e.contextMenu.addItem({command:n.CommandIDs.removeGroup,selector:".jp-gis-layerGroupHeader",rank:2}),e.contextMenu.addItem({command:n.CommandIDs.renameGroup,selector:".jp-gis-layerGroupHeader",rank:2}),e.contextMenu.addItem({type:"separator",selector:".jp-gis-layerPanel",rank:2});const y=new m.Menu({commands:e.commands});y.title.label=i.load("jupyterlab").__("Add Layer"),y.id="jp-gis-contextmenu-addLayer",y.addItem({type:"submenu",submenu:(0,n.rasterSubMenu)(e.commands)}),y.addItem({type:"submenu",submenu:(0,n.vectorSubMenu)(e.commands)}),e.contextMenu.addItem({type:"submenu",selector:".jp-gis-layerPanel",rank:3,submenu:y}),d&&function(e,t){e.editMenu.undoers.redo.add({id:n.CommandIDs.redo,isEnabled:t}),e.editMenu.undoers.undo.add({id:n.CommandIDs.undo,isEnabled:t})}(d,()=>null!==t.currentWidget&&t.currentWidget===e.shell.currentWidget)}},{id:"jupytergis:lab:controlpanel",autoStart:!0,requires:[r.ILayoutRestorer,a.IJupyterGISDocTracker,a.IJGISFormSchemaRegistryToken,i.IStateDB,a.IAnnotationToken],activate:(e,t,o,a,r,s)=>{const d=new n.ControlPanelModel({tracker:o}),i=new n.LeftPanelWidget({model:d,tracker:o,state:r,commands:e.commands});i.id="jupytergis::leftControlPanel",i.title.caption="JupyterGIS Control Panel",i.title.icon=n.logoMiniIcon;const l=new n.RightPanelWidget({model:d,tracker:o,formSchemaRegistry:a,annotationModel:s});l.id="jupytergis::rightControlPanel",l.title.caption="JupyterGIS Control Panel",l.title.icon=n.logoMiniIcon,t&&(t.add(i,`${v}-left`),t.add(l,`${v}-right`)),e.shell.add(i,"left",{rank:2e3}),e.shell.add(l,"right",{rank:2e3})}},b]}}]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var _JUPYTERLAB;(()=>{"use strict";var e,r,t,a,n,o,i,u,l,s,f,d,p,c,h,v,b,g,y,m,j,w,S,k={1450:(e,r,t)=>{var a={"./index":()=>t.e(484).then(()=>()=>t(3484)),"./extension":()=>t.e(484).then(()=>()=>t(3484)),"./style":()=>t.e(432).then(()=>()=>t(1432))},n=(e,r)=>(t.R=r,r=t.o(a,e)?a[e]():Promise.resolve().then(()=>{throw new Error('Module "'+e+'" does not exist in container.')}),t.R=void 0,r),o=(e,r)=>{if(t.S){var a="default",n=t.S[a];if(n&&n!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return t.S[a]=e,t.I(a,r)}};t.d(r,{get:()=>n,init:()=>o})}},E={};function P(e){var r=E[e];if(void 0!==r)return r.exports;var t=E[e]={id:e,exports:{}};return k[e](t,t.exports,P),t.exports}P.m=k,P.c=E,P.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return P.d(r,{a:r}),r},P.d=(e,r)=>{for(var t in r)P.o(r,t)&&!P.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},P.f={},P.e=e=>Promise.all(Object.keys(P.f).reduce((r,t)=>(P.f[t](e,r),r),[])),P.u=e=>e+"."+{234:"8ab0931c15a13e5d92fd",432:"89caab7d62deb1639c84",484:"
|
|
1
|
+
var _JUPYTERLAB;(()=>{"use strict";var e,r,t,a,n,o,i,u,l,s,f,d,p,c,h,v,b,g,y,m,j,w,S,k={1450:(e,r,t)=>{var a={"./index":()=>t.e(484).then(()=>()=>t(3484)),"./extension":()=>t.e(484).then(()=>()=>t(3484)),"./style":()=>t.e(432).then(()=>()=>t(1432))},n=(e,r)=>(t.R=r,r=t.o(a,e)?a[e]():Promise.resolve().then(()=>{throw new Error('Module "'+e+'" does not exist in container.')}),t.R=void 0,r),o=(e,r)=>{if(t.S){var a="default",n=t.S[a];if(n&&n!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return t.S[a]=e,t.I(a,r)}};t.d(r,{get:()=>n,init:()=>o})}},E={};function P(e){var r=E[e];if(void 0!==r)return r.exports;var t=E[e]={id:e,exports:{}};return k[e](t,t.exports,P),t.exports}P.m=k,P.c=E,P.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return P.d(r,{a:r}),r},P.d=(e,r)=>{for(var t in r)P.o(r,t)&&!P.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},P.f={},P.e=e=>Promise.all(Object.keys(P.f).reduce((r,t)=>(P.f[t](e,r),r),[])),P.u=e=>e+"."+{234:"8ab0931c15a13e5d92fd",432:"89caab7d62deb1639c84",484:"59bd08b2b09de951fd1a"}[e]+".js?v="+{234:"8ab0931c15a13e5d92fd",432:"89caab7d62deb1639c84",484:"59bd08b2b09de951fd1a"}[e],P.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),P.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),e={},r="@jupytergis/jupytergis-lab:",P.l=(t,a,n,o)=>{if(e[t])e[t].push(a);else{var i,u;if(void 0!==n)for(var l=document.getElementsByTagName("script"),s=0;s<l.length;s++){var f=l[s];if(f.getAttribute("src")==t||f.getAttribute("data-webpack")==r+n){i=f;break}}i||(u=!0,(i=document.createElement("script")).charset="utf-8",i.timeout=120,P.nc&&i.setAttribute("nonce",P.nc),i.setAttribute("data-webpack",r+n),i.src=t),e[t]=[a];var d=(r,a)=>{i.onerror=i.onload=null,clearTimeout(p);var n=e[t];if(delete e[t],i.parentNode&&i.parentNode.removeChild(i),n&&n.forEach(e=>e(a)),r)return r(a)},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)}},P.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{P.S={};var e={},r={};P.I=(t,a)=>{a||(a=[]);var n=r[t];if(n||(n=r[t]={}),!(a.indexOf(n)>=0)){if(a.push(n),e[t])return e[t];P.o(P.S,t)||(P.S[t]={});var o=P.S[t],i="@jupytergis/jupytergis-lab",u=(e,r,t,a)=>{var n=o[e]=o[e]||{},u=n[r];(!u||!u.loaded&&(!a!=!u.eager?a:i>u.from))&&(n[r]={get:t,from:i,eager:!!a})},l=[];return"default"===t&&(u("@jupyter/collaborative-drive","3.1.2",()=>P.e(234).then(()=>()=>P(234))),u("@jupytergis/jupytergis-lab","0.6.2",()=>P.e(484).then(()=>()=>P(3484)))),e[t]=l.length?Promise.all(l).then(()=>e[t]=1):1}}})(),(()=>{var e;P.g.importScripts&&(e=P.g.location+"");var r=P.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 a=t.length-1;a>-1&&(!e||!/^http(s?):/.test(e));)e=t[a--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),P.p=e})(),t=e=>{var r=e=>e.split(".").map(e=>+e==e?+e:e),t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),a=t[1]?r(t[1]):[];return t[2]&&(a.length++,a.push.apply(a,r(t[2]))),t[3]&&(a.push([]),a.push.apply(a,r(t[3]))),a},a=(e,r)=>{e=t(e),r=t(r);for(var a=0;;){if(a>=e.length)return a<r.length&&"u"!=(typeof r[a])[0];var n=e[a],o=(typeof n)[0];if(a>=r.length)return"u"==o;var i=r[a],u=(typeof i)[0];if(o!=u)return"o"==o&&"n"==u||"s"==u||"u"==o;if("o"!=o&&"u"!=o&&n!=i)return n<i;a++}},n=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 a=1,o=1;o<e.length;o++)a--,t+="u"==(typeof(u=e[o]))[0]?"-":(a>0?".":"")+(a=2,u);return t}var i=[];for(o=1;o<e.length;o++){var u=e[o];i.push(0===u?"not("+l()+")":1===u?"("+l()+" || "+l()+")":2===u?i.pop()+" "+i.pop():n(u))}return l();function l(){return i.pop().replace(/^\((.+)\)$/,"$1")}},o=(e,r)=>{if(0 in e){r=t(r);var a=e[0],n=a<0;n&&(a=-a-1);for(var i=0,u=1,l=!0;;u++,i++){var s,f,d=u<e.length?(typeof e[u])[0]:"";if(i>=r.length||"o"==(f=(typeof(s=r[i]))[0]))return!l||("u"==d?u>a&&!n:""==d!=n);if("u"==f){if(!l||"u"!=d)return!1}else if(l)if(d==f)if(u<=a){if(s!=e[u])return!1}else{if(n?s>e[u]:s<e[u])return!1;s!=e[u]&&(l=!1)}else if("s"!=d&&"n"!=d){if(n||u<=a)return!1;l=!1,u--}else{if(u<=a||f<d!=n)return!1;l=!1}else"s"!=d&&"n"!=d&&(l=!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?o(h,r):!c())}return!!c()},i=(e,r)=>e&&P.o(e,r),u=e=>(e.loaded=1,e.get()),l=e=>Object.keys(e).reduce((r,t)=>(e[t].eager&&(r[t]=e[t]),r),{}),s=(e,r,t,n)=>{var i=n?l(e[r]):e[r];return(r=Object.keys(i).reduce((e,r)=>!o(t,r)||e&&!a(e,r)?e:r,0))&&i[r]},f=(e,r,t)=>{var n=t?l(e[r]):e[r];return Object.keys(n).reduce((e,r)=>!e||!n[e].loaded&&a(e,r)?r:e,0)},d=(e,r,t,a)=>"Unsatisfied version "+t+" from "+(t&&e[r][t].from)+" of shared singleton module "+r+" (required "+n(a)+")",p=(e,r,t,a,o)=>{var i=e[t];return"No satisfying version ("+n(a)+")"+(o?" for eager consumption":"")+" of shared module "+t+" found in shared scope "+r+".\nAvailable versions: "+Object.keys(i).map(e=>e+" from "+i[e].from).join(", ")},c=e=>{throw new Error(e)},h=e=>{"undefined"!=typeof console&&console.warn&&console.warn(e)},b=(e,r,t)=>t?t():((e,r)=>c("Shared module "+r+" doesn't exist in shared scope "+e))(e,r),g=(v=e=>function(r,t,a,n,o){var i=P.I(r);return i&&i.then&&!a?i.then(e.bind(e,r,P.S[r],t,!1,n,o)):e(r,P.S[r],t,a,n,o)})((e,r,t,a,n,o)=>{if(!i(r,t))return b(e,t,o);var l=s(r,t,n,a);return l?u(l):o?o():void c(p(r,e,t,n,a))}),y=v((e,r,t,a,n,l)=>{if(!i(r,t))return b(e,t,l);var s=f(r,t,a);return o(n,s)||h(d(r,t,s,n)),u(r[t][s])}),m={},j={2739:()=>y("default","@jupytergis/base",!1,[2,0,6,2]),3904:()=>y("default","@jupyterlab/application",!1,[1,4,4,4]),4503:()=>y("default","@jupyterlab/translation",!1,[1,4,4,4]),4947:()=>y("default","@jupyterlab/statedb",!1,[1,4,4,4]),5256:()=>y("default","@lumino/widgets",!1,[1,2,3,1,,"alpha",0]),5533:()=>y("default","@jupyterlab/console",!1,[1,4,4,4]),5828:()=>y("default","@jupyterlab/mainmenu",!1,[1,4,4,4]),6230:()=>y("default","@lumino/messaging",!1,[1,2,0,0]),6341:()=>y("default","@jupyterlab/notebook",!1,[1,4,4,4]),6771:()=>y("default","@jupyterlab/completer",!1,[1,4,4,4]),6903:()=>g("default","@jupyter/collaborative-drive",!1,[1,3,0,0],()=>P.e(234).then(()=>()=>P(234))),7961:()=>y("default","@jupytergis/schema",!1,[2,0,6,2]),8708:()=>y("default","@jupyterlab/coreutils",!1,[1,6,4,4]),8805:()=>y("default","@jupyterlab/apputils",!1,[1,4,5,4]),9173:()=>y("default","yjs-widgets",!1,[2,0,4]),7262:()=>y("default","@lumino/coreutils",!1,[1,2,0,0])},w={234:[7262],484:[2739,3904,4503,4947,5256,5533,5828,6230,6341,6771,6903,7961,8708,8805,9173]},S={},P.f.consumes=(e,r)=>{P.o(w,e)&&w[e].forEach(e=>{if(P.o(m,e))return r.push(m[e]);if(!S[e]){var t=r=>{m[e]=0,P.m[e]=t=>{delete P.c[e],t.exports=r()}};S[e]=!0;var a=r=>{delete m[e],P.m[e]=t=>{throw delete P.c[e],r}};try{var n=j[e]();n.then?r.push(m[e]=n.then(t).catch(a)):t(n)}catch(e){a(e)}}})},(()=>{P.b=document.baseURI||self.location.href;var e={738:0};P.f.j=(r,t)=>{var a=P.o(e,r)?e[r]:void 0;if(0!==a)if(a)t.push(a[2]);else{var n=new Promise((t,n)=>a=e[r]=[t,n]);t.push(a[2]=n);var o=P.p+P.u(r),i=new Error;P.l(o,t=>{if(P.o(e,r)&&(0!==(a=e[r])&&(e[r]=void 0),a)){var n=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;i.message="Loading chunk "+r+" failed.\n("+n+": "+o+")",i.name="ChunkLoadError",i.type=n,i.request=o,a[1](i)}},"chunk-"+r,r)}};var r=(r,t)=>{var a,n,[o,i,u]=t,l=0;if(o.some(r=>0!==e[r])){for(a in i)P.o(i,a)&&(P.m[a]=i[a]);u&&u(P)}for(r&&r(t);l<o.length;l++)n=o[l],P.o(e,n)&&e[n]&&e[n][0](),e[n]=0},t=self.webpackChunk_jupytergis_jupytergis_lab=self.webpackChunk_jupytergis_jupytergis_lab||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})(),P.nc=void 0;var _=P(1450);(_JUPYTERLAB=void 0===_JUPYTERLAB?{}:_JUPYTERLAB)["@jupytergis/jupytergis-lab"]=_})();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupytergis/jupytergis-lab",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"description": "JupyterGIS Lab extension.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@jupyter/collaborative-drive": "^3.0.0",
|
|
56
|
-
"@jupytergis/base": "^0.6.
|
|
57
|
-
"@jupytergis/schema": "^0.6.
|
|
56
|
+
"@jupytergis/base": "^0.6.2",
|
|
57
|
+
"@jupytergis/schema": "^0.6.2",
|
|
58
58
|
"@jupyterlab/application": "^4.3.0",
|
|
59
59
|
"@jupyterlab/apputils": "^4.3.0",
|
|
60
60
|
"@jupyterlab/completer": "^4.3.0",
|