@worktile/theia 20.1.0-next.20 → 20.1.0-next.21
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/index.d.ts
CHANGED
|
@@ -2966,7 +2966,6 @@ declare const CodeEditor: {
|
|
|
2966
2966
|
|
|
2967
2967
|
declare class TheCode extends TheBaseElement<CodeElement, Editor> implements OnInit, AfterViewInit, OnDestroy {
|
|
2968
2968
|
locale: Signal<TheI18nTranslation>;
|
|
2969
|
-
startRenderCodemirror: boolean;
|
|
2970
2969
|
dropdownMode: typeof DropdownMode;
|
|
2971
2970
|
maxHeight: number;
|
|
2972
2971
|
menus: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@worktile/theia",
|
|
3
|
-
"version": "20.1.0-next.
|
|
3
|
+
"version": "20.1.0-next.21",
|
|
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 @@
|
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"@angular/core": "^20.0.0",
|
|
38
38
|
"date-fns": "^4.1.0",
|
|
39
|
-
"slate-angular": "^20.2.0-next.
|
|
39
|
+
"slate-angular": "^20.2.0-next.31",
|
|
40
40
|
"slate": "^0.117.2",
|
|
41
41
|
"slate-dom": "^0.116.0",
|
|
42
42
|
"ngx-tethys": "^20.0.0",
|