@jupytergis/jupytergis-core 0.1.1 → 0.1.2
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.
|
@@ -6,8 +6,7 @@ import { ConsolePanel, IConsoleTracker } from '@jupyterlab/console';
|
|
|
6
6
|
import { IFileBrowserFactory } from '@jupyterlab/filebrowser';
|
|
7
7
|
import { ILauncher } from '@jupyterlab/launcher';
|
|
8
8
|
import { IRenderMimeRegistry } from '@jupyterlab/rendermime';
|
|
9
|
-
import {
|
|
10
|
-
import { CommandIDs } from '@jupytergis/base';
|
|
9
|
+
import { CommandIDs, logoIcon } from '@jupytergis/base';
|
|
11
10
|
import { JupyterGISWidgetFactory } from '../factory';
|
|
12
11
|
import { JupyterGISModelFactory } from './modelfactory';
|
|
13
12
|
const FACTORY = 'JupyterGIS .jgis Viewer';
|
|
@@ -60,7 +59,7 @@ const activate = (app, tracker, themeManager, browserFactory, externalCommandReg
|
|
|
60
59
|
app.commands.addCommand(CommandIDs.createNew, {
|
|
61
60
|
label: args => 'New JGIS File',
|
|
62
61
|
caption: 'Create a new JGIS Editor',
|
|
63
|
-
icon: args =>
|
|
62
|
+
icon: args => logoIcon,
|
|
64
63
|
execute: async (args) => {
|
|
65
64
|
var _a;
|
|
66
65
|
// Get the directory in which the JGIS file must be created;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupytergis/jupytergis-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "JupyterGIS core extension",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@jupyter/docprovider": "^2.0.0",
|
|
56
|
-
"@jupytergis/base": "^0.1.
|
|
57
|
-
"@jupytergis/schema": "^0.1.
|
|
56
|
+
"@jupytergis/base": "^0.1.2",
|
|
57
|
+
"@jupytergis/schema": "^0.1.2",
|
|
58
58
|
"@jupyterlab/application": "^4.0.0",
|
|
59
59
|
"@jupyterlab/apputils": "^4.0.0",
|
|
60
60
|
"@jupyterlab/docregistry": "^4.0.0",
|