@difizen/libro-lab 1.0.3 → 1.0.5

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.
@@ -1,8 +1,8 @@
1
+ import { OpenerService } from '@difizen/libro-common/app';
1
2
  import type { NotebookOption } from '@difizen/libro-core';
2
3
  import { VirtualizedManagerHelper } from '@difizen/libro-core';
3
4
  import { CollapseServiceFactory, NotebookService } from '@difizen/libro-core';
4
5
  import { LibroJupyterView } from '@difizen/libro-jupyter';
5
- import { OpenerService } from '@difizen/mana-app';
6
6
  export declare class LibroLabView extends LibroJupyterView {
7
7
  protected openService: OpenerService;
8
8
  constructor(options: NotebookOption, collapseServiceFactory: CollapseServiceFactory, notebookService: NotebookService, virtualizedManagerHelper: VirtualizedManagerHelper);
@@ -1 +1 @@
1
- {"version":3,"file":"libro-lab-view.d.ts","sourceRoot":"","sources":["../src/libro-lab-view.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAAE,sBAAsB,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE9E,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAyB,MAAM,mBAAmB,CAAC;AAGzE,qBAEa,YAAa,SAAQ,gBAAgB;IACzB,SAAS,CAAC,WAAW,EAAE,aAAa,CAAC;gBAGtC,OAAO,EAAE,cAAc,EACX,sBAAsB,EAAE,sBAAsB,EACrD,eAAe,EAAE,eAAe,EAEzD,wBAAwB,EAAE,wBAAwB;IAQ3C,WAAW,aAmBlB;CACH"}
1
+ {"version":3,"file":"libro-lab-view.d.ts","sourceRoot":"","sources":["../src/libro-lab-view.tsx"],"names":[],"mappings":"AACA,OAAO,EAEL,aAAa,EAKd,MAAM,2BAA2B,CAAC;AACnC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAAE,sBAAsB,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE9E,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE1D,qBAEa,YAAa,SAAQ,gBAAgB;IACzB,SAAS,CAAC,WAAW,EAAE,aAAa,CAAC;gBAGtC,OAAO,EAAE,cAAc,EACX,sBAAsB,EAAE,sBAAsB,EACrD,eAAe,EAAE,eAAe,EAEzD,wBAAwB,EAAE,wBAAwB;IAQ3C,WAAW,aAmBlB;CACH"}
@@ -16,13 +16,11 @@ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.g
16
16
  function _applyDecoratedDescriptor(target, property, decorators, descriptor, context) { var desc = {}; Object.keys(descriptor).forEach(function (key) { desc[key] = descriptor[key]; }); desc.enumerable = !!desc.enumerable; desc.configurable = !!desc.configurable; if ('value' in desc || desc.initializer) { desc.writable = true; } desc = decorators.slice().reverse().reduce(function (desc, decorator) { return decorator(target, property, desc) || desc; }, desc); if (context && desc.initializer !== void 0) { desc.value = desc.initializer ? desc.initializer.call(context) : void 0; desc.initializer = undefined; } if (desc.initializer === void 0) { Object.defineProperty(target, property, desc); desc = null; } return desc; }
17
17
  function _initializerWarningHelper(descriptor, context) { throw new Error('Decorating class property failed. Please ensure that ' + 'transform-class-properties is enabled and runs after the decorators transform.'); }
18
18
  /* eslint-disable @typescript-eslint/no-unused-vars */
19
-
19
+ import { inject, OpenerService, transient, URI, view, ViewOption } from '@difizen/libro-common/app';
20
20
  import { VirtualizedManagerHelper } from '@difizen/libro-core';
21
21
  import { CollapseServiceFactory, NotebookService } from '@difizen/libro-core';
22
22
  import { notebookViewFactoryId } from '@difizen/libro-core';
23
23
  import { LibroJupyterView } from '@difizen/libro-jupyter';
24
- import { OpenerService, URI, view, ViewOption } from '@difizen/mana-app';
25
- import { inject, transient } from '@difizen/mana-app';
26
24
  export var LibroLabView = (_dec = transient(), _dec2 = view(notebookViewFactoryId), _dec3 = inject(OpenerService), _dec(_class = _dec2(_class = (_class2 = /*#__PURE__*/function (_LibroJupyterView) {
27
25
  _inherits(LibroLabView, _LibroJupyterView);
28
26
  var _super = _createSuper(LibroLabView);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@difizen/libro-lab",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "libro",
@@ -34,19 +34,19 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "@ant-design/icons": "^5.1.0",
37
- "@difizen/libro-core": "^1.0.3",
38
- "@difizen/libro-jupyter": "^1.0.3",
39
- "@difizen/libro-kernel": "^1.0.3",
40
- "@difizen/libro-prompt-cell": "^1.0.3",
41
- "@difizen/libro-sql-cell": "^1.0.3",
42
- "@difizen/libro-terminal": "^1.0.3",
43
- "@difizen/libro-toc": "^1.0.3",
44
- "@difizen/libro-app": "^1.0.3",
45
- "@difizen/libro-cofine-editor-core": "^1.0.3",
46
- "@difizen/libro-language-client": "^1.0.3",
47
- "@difizen/libro-widget": "^1.0.3",
48
- "@difizen/libro-l10n": "^1.0.3",
49
- "@difizen/libro-common": "^1.0.3",
37
+ "@difizen/libro-core": "^1.0.5",
38
+ "@difizen/libro-jupyter": "^1.0.5",
39
+ "@difizen/libro-kernel": "^1.0.5",
40
+ "@difizen/libro-prompt-cell": "^1.0.5",
41
+ "@difizen/libro-sql-cell": "^1.0.5",
42
+ "@difizen/libro-terminal": "^1.0.5",
43
+ "@difizen/libro-toc": "^1.0.5",
44
+ "@difizen/libro-app": "^1.0.5",
45
+ "@difizen/libro-cofine-editor-core": "^1.0.5",
46
+ "@difizen/libro-language-client": "^1.0.5",
47
+ "@difizen/libro-widget": "^1.0.5",
48
+ "@difizen/libro-l10n": "^1.0.5",
49
+ "@difizen/libro-common": "^1.0.5",
50
50
  "classnames": "^2.3.2",
51
51
  "uuid": "^9.0.0",
52
52
  "viewerjs": "^1.11.6"
@@ -1,11 +1,17 @@
1
1
  /* eslint-disable @typescript-eslint/no-unused-vars */
2
+ import {
3
+ inject,
4
+ OpenerService,
5
+ transient,
6
+ URI,
7
+ view,
8
+ ViewOption,
9
+ } from '@difizen/libro-common/app';
2
10
  import type { NotebookOption } from '@difizen/libro-core';
3
11
  import { VirtualizedManagerHelper } from '@difizen/libro-core';
4
12
  import { CollapseServiceFactory, NotebookService } from '@difizen/libro-core';
5
13
  import { notebookViewFactoryId } from '@difizen/libro-core';
6
14
  import { LibroJupyterView } from '@difizen/libro-jupyter';
7
- import { OpenerService, URI, view, ViewOption } from '@difizen/mana-app';
8
- import { inject, transient } from '@difizen/mana-app';
9
15
 
10
16
  @transient()
11
17
  @view(notebookViewFactoryId)