@worktile/theia 3.0.4 → 3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worktile/theia",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "theia editor",
5
5
  "author": "YanDong <nanianqiumo@foxmail.com>",
6
6
  "homepage": "https://github.com/atinc/theia#readme",
@@ -36,7 +36,7 @@ export declare class TheCodeComponent extends TheBaseElementComponent<CodeElemen
36
36
  lineWrapping: boolean;
37
37
  cursorBlinkRate: number;
38
38
  };
39
- actives: DefaultToolbarItem;
39
+ activeLanguage: DefaultToolbarItem;
40
40
  resizeBounds: any;
41
41
  get code(): string;
42
42
  codemirror: CodeMirrorComponent;