@jupyterlab/docmanager
Advanced tools
Comparing version 4.0.0-alpha.17 to 4.0.0-alpha.18
import { ISessionContext } from '@jupyterlab/apputils'; | ||
import { IChangedArgs } from '@jupyterlab/coreutils'; | ||
import { IDocumentProviderFactory } from '@jupyterlab/docprovider'; | ||
import { DocumentRegistry, IDocumentWidget } from '@jupyterlab/docregistry'; | ||
@@ -284,3 +283,2 @@ import { Contents, Kernel, ServiceManager } from '@jupyterlab/services'; | ||
private _dialogs; | ||
private _docProviderFactory; | ||
private _isConnectedCallback; | ||
@@ -326,6 +324,2 @@ private _stateChanged; | ||
/** | ||
* A factory method for the document provider. | ||
*/ | ||
docProviderFactory?: IDocumentProviderFactory; | ||
/** | ||
* Autosaving should be paused while this callback function returns `false`. | ||
@@ -332,0 +326,0 @@ * By default, it always returns `true`. |
@@ -40,3 +40,2 @@ // Copyright (c) Jupyter Development Team. | ||
this._dialogs = options.sessionDialogs || sessionContextDialogs; | ||
this._docProviderFactory = options.docProviderFactory; | ||
this._isConnectedCallback = options.isConnectedCallback || (() => true); | ||
@@ -482,3 +481,2 @@ this._opener = options.opener; | ||
sessionDialogs: this._dialogs, | ||
docProviderFactory: this._docProviderFactory, | ||
lastModifiedCheckMargin: this._lastModifiedCheckMargin, | ||
@@ -485,0 +483,0 @@ translator: this.translator |
{ | ||
"name": "@jupyterlab/docmanager", | ||
"version": "4.0.0-alpha.17", | ||
"version": "4.0.0-alpha.18", | ||
"description": "JupyterLab - Document Manager", | ||
@@ -44,10 +44,9 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^4.0.0-alpha.17", | ||
"@jupyterlab/coreutils": "^6.0.0-alpha.17", | ||
"@jupyterlab/docprovider": "^4.0.0-alpha.17", | ||
"@jupyterlab/docregistry": "^4.0.0-alpha.17", | ||
"@jupyterlab/services": "^7.0.0-alpha.17", | ||
"@jupyterlab/statusbar": "^4.0.0-alpha.17", | ||
"@jupyterlab/translation": "^4.0.0-alpha.17", | ||
"@jupyterlab/ui-components": "^4.0.0-alpha.32", | ||
"@jupyterlab/apputils": "^4.0.0-alpha.18", | ||
"@jupyterlab/coreutils": "^6.0.0-alpha.18", | ||
"@jupyterlab/docregistry": "^4.0.0-alpha.18", | ||
"@jupyterlab/services": "^7.0.0-alpha.18", | ||
"@jupyterlab/statusbar": "^4.0.0-alpha.18", | ||
"@jupyterlab/translation": "^4.0.0-alpha.18", | ||
"@jupyterlab/ui-components": "^4.0.0-alpha.33", | ||
"@lumino/algorithm": "^2.0.0-alpha.6", | ||
@@ -60,6 +59,6 @@ "@lumino/coreutils": "^2.0.0-alpha.6", | ||
"@lumino/widgets": "^2.0.0-alpha.6", | ||
"react": "^17.0.1" | ||
"react": "^18.2.0" | ||
}, | ||
"devDependencies": { | ||
"@jupyterlab/testing": "^4.0.0-alpha.17", | ||
"@jupyterlab/testing": "^4.0.0-alpha.18", | ||
"@types/jest": "^29.2.0", | ||
@@ -66,0 +65,0 @@ "rimraf": "~3.0.0", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15
128666
2651
- Removed@jupyter/ydoc@0.3.4(transitive)
- Removed@jupyterlab/docprovider@4.0.0-alpha.18(transitive)
- Removedabstract-leveldown@6.2.3(transitive)
- Removedasync-limiter@1.0.1(transitive)
- Removedbase64-js@1.5.1(transitive)
- Removedbuffer@5.7.1(transitive)
- Removeddeferred-leveldown@5.3.0(transitive)
- Removedencoding-down@6.3.0(transitive)
- Removederrno@0.1.8(transitive)
- Removedieee754@1.2.1(transitive)
- Removedimmediate@3.3.0(transitive)
- Removedinherits@2.0.4(transitive)
- Removedlevel@6.0.1(transitive)
- Removedlevel-codec@9.0.2(transitive)
- Removedlevel-concat-iterator@2.0.1(transitive)
- Removedlevel-errors@2.0.1(transitive)
- Removedlevel-iterator-stream@4.0.2(transitive)
- Removedlevel-js@5.0.2(transitive)
- Removedlevel-packager@5.1.1(transitive)
- Removedlevel-supports@1.0.1(transitive)
- Removedleveldown@5.6.0(transitive)
- Removedlevelup@4.4.0(transitive)
- Removedlodash.debounce@4.0.8(transitive)
- Removedltgt@2.2.1(transitive)
- Removednapi-macros@2.0.0(transitive)
- Removednode-gyp-build@4.1.1(transitive)
- Removedprr@1.0.1(transitive)
- Removedreact@17.0.2(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removedws@6.2.3(transitive)
- Removedxtend@4.0.2(transitive)
- Removedy-leveldb@0.1.2(transitive)
- Removedy-websocket@1.5.4(transitive)
Updatedreact@^18.2.0