@difizen/libro-jupyter 0.3.14 → 0.3.16

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.
@@ -8,6 +8,5 @@ export declare class LibroJupyterView extends LibroView {
8
8
  uri: URI;
9
9
  model: LibroJupyterModel;
10
10
  constructor(options: NotebookOption, collapseServiceFactory: CollapseServiceFactory, notebookService: NotebookService, virtualizedManagerHelper: VirtualizedManagerHelper);
11
- get options(): NotebookOption;
12
11
  }
13
12
  //# sourceMappingURL=libro-jupyter-view.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"libro-jupyter-view.d.ts","sourceRoot":"","sources":["../src/libro-jupyter-view.tsx"],"names":[],"mappings":"AAAA,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;AAC9E,OAAO,EAAE,SAAS,EAAyB,MAAM,qBAAqB,CAAC;AACvE,OAAO,EAAE,GAAG,EAAoB,MAAM,mBAAmB,CAAC;AAG1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAElE,qBAEa,gBAAiB,SAAQ,SAAS;IAC7C,GAAG,EAAE,GAAG,CAAC;IACD,KAAK,EAAE,iBAAiB,CAAC;gBAEX,OAAO,EAAE,cAAc,EACX,sBAAsB,EAAE,sBAAsB,EACrD,eAAe,EAAE,eAAe,EAEzD,wBAAwB,EAAE,wBAAwB;IAOpD,IAAI,OAAO,mBAEV;CACF"}
1
+ {"version":3,"file":"libro-jupyter-view.d.ts","sourceRoot":"","sources":["../src/libro-jupyter-view.tsx"],"names":[],"mappings":"AAAA,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;AAC9E,OAAO,EAAE,SAAS,EAAyB,MAAM,qBAAqB,CAAC;AACvE,OAAO,EAAE,GAAG,EAAoB,MAAM,mBAAmB,CAAC;AAG1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAElE,qBAEa,gBAAiB,SAAQ,SAAS;IAC7C,GAAG,EAAE,GAAG,CAAC;IACD,KAAK,EAAE,iBAAiB,CAAC;gBAEX,OAAO,EAAE,cAAc,EACX,sBAAsB,EAAE,sBAAsB,EACrD,eAAe,EAAE,eAAe,EAEzD,wBAAwB,EAAE,wBAAwB;CAOrD"}
@@ -1,10 +1,10 @@
1
1
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
2
  var _dec, _dec2, _class;
3
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
4
3
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
5
4
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
6
5
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
7
6
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
8
8
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
9
9
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
10
10
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
@@ -34,11 +34,5 @@ export var LibroJupyterView = (_dec = transient(), _dec2 = view(notebookViewFact
34
34
  LibroJupyterView = inject(NotebookService)(LibroJupyterView, undefined, 2) || LibroJupyterView;
35
35
  LibroJupyterView = inject(CollapseServiceFactory)(LibroJupyterView, undefined, 1) || LibroJupyterView;
36
36
  LibroJupyterView = inject(ViewOption)(LibroJupyterView, undefined, 0) || LibroJupyterView;
37
- _createClass(LibroJupyterView, [{
38
- key: "options",
39
- get: function get() {
40
- return this.model.options;
41
- }
42
- }]);
43
- return LibroJupyterView;
37
+ return _createClass(LibroJupyterView);
44
38
  }(LibroView)) || _class) || _class);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@difizen/libro-jupyter",
3
- "version": "0.3.14",
3
+ "version": "0.3.16",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "libro"
@@ -37,22 +37,22 @@
37
37
  "dependencies": {
38
38
  "@ant-design/colors": "^7.0.0",
39
39
  "@ant-design/icons": "^5.1.0",
40
- "@difizen/libro-code-cell": "^0.3.14",
41
- "@difizen/libro-code-editor": "^0.3.14",
42
- "@difizen/libro-codemirror": "^0.3.14",
43
- "@difizen/libro-cofine-editor": "^0.3.14",
44
- "@difizen/libro-common": "^0.3.14",
45
- "@difizen/libro-core": "^0.3.14",
46
- "@difizen/libro-kernel": "^0.3.14",
47
- "@difizen/libro-l10n": "^0.3.14",
48
- "@difizen/libro-language-client": "^0.3.14",
49
- "@difizen/libro-lsp": "^0.3.14",
50
- "@difizen/libro-markdown-cell": "^0.3.14",
51
- "@difizen/libro-output": "^0.3.14",
52
- "@difizen/libro-raw-cell": "^0.3.14",
53
- "@difizen/libro-rendermime": "^0.3.14",
54
- "@difizen/libro-search": "^0.3.14",
55
- "@difizen/libro-search-code-cell": "^0.3.14",
40
+ "@difizen/libro-code-cell": "^0.3.16",
41
+ "@difizen/libro-code-editor": "^0.3.16",
42
+ "@difizen/libro-codemirror": "^0.3.16",
43
+ "@difizen/libro-cofine-editor": "^0.3.16",
44
+ "@difizen/libro-common": "^0.3.16",
45
+ "@difizen/libro-core": "^0.3.16",
46
+ "@difizen/libro-kernel": "^0.3.16",
47
+ "@difizen/libro-l10n": "^0.3.16",
48
+ "@difizen/libro-language-client": "^0.3.16",
49
+ "@difizen/libro-lsp": "^0.3.16",
50
+ "@difizen/libro-markdown-cell": "^0.3.16",
51
+ "@difizen/libro-output": "^0.3.16",
52
+ "@difizen/libro-raw-cell": "^0.3.16",
53
+ "@difizen/libro-rendermime": "^0.3.16",
54
+ "@difizen/libro-search": "^0.3.16",
55
+ "@difizen/libro-search-code-cell": "^0.3.16",
56
56
  "@difizen/mana-app": "latest",
57
57
  "@difizen/mana-l10n": "latest",
58
58
  "uuid": "^9.0.0",
@@ -24,7 +24,4 @@ export class LibroJupyterView extends LibroView {
24
24
  this.uri = uri;
25
25
  this.title.label = uri.displayName;
26
26
  }
27
- get options() {
28
- return this.model.options;
29
- }
30
27
  }