@worktile/theia 21.0.0-next.1 → 21.0.0

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": "21.0.0-next.1",
3
+ "version": "21.0.0",
4
4
  "description": "theia editor",
5
5
  "author": "YanDong <nanianqiumo@foxmail.com>",
6
6
  "homepage": "https://github.com/atinc/theia#readme",
@@ -36,11 +36,11 @@
36
36
  "peerDependencies": {
37
37
  "@angular/core": "^21.0.0",
38
38
  "date-fns": "^4.1.0",
39
- "slate-angular": "^21.0.0-next.0",
39
+ "slate-angular": "^21.0.0",
40
40
  "slate": "^0.117.2",
41
41
  "slate-dom": "^0.116.0",
42
- "ngx-tethys": "^21.0.0-next.2",
43
- "ng-codemirror": "^21.0.0",
42
+ "ngx-tethys": "^21.0.0",
43
+ "ng-codemirror": "^21.0.1",
44
44
  "lodash-es": "^4.17.21",
45
45
  "marked": "^12.0.2"
46
46
  },
@@ -3007,6 +3007,7 @@ declare class TheCode extends TheBaseElement<CodeElement, Editor> implements OnI
3007
3007
  useHeight(): void;
3008
3008
  useReadonly(): void;
3009
3009
  useAutofocus(): void;
3010
+ useToolbar(): void;
3010
3011
  onResize({ height }: ThyResizeEvent): void;
3011
3012
  onEndResize(): void;
3012
3013
  onChangeWrap(value: boolean): void;