@worktile/theia 20.1.0-next.7 → 20.1.0-next.8

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
@@ -1712,6 +1712,7 @@ declare class TheTable extends TheBaseElement<TableElement, Editor> implements O
1712
1712
  private bindTableMouseEvents;
1713
1713
  private bindScrollbarEvents;
1714
1714
  private updateHorizontalScrollbar;
1715
+ private syncMouseOverState;
1715
1716
  private updateScrollbarVisibility;
1716
1717
  private updateScrollbarFixedState;
1717
1718
  private getViewportHeight;
@@ -2803,13 +2804,12 @@ declare class TheEditorComponent implements OnInit, AfterViewInit, OnChanges, On
2803
2804
  get options(): TheOptions;
2804
2805
  get theGlobalToolbarInstance(): TheToolbarComponent;
2805
2806
  get maxHeight(): string;
2806
- virtualConfig: i0.WritableSignal<{
2807
+ virtualScrollConfig: i0.WritableSignal<{
2807
2808
  enabled: boolean;
2808
2809
  scrollTop: number;
2809
2810
  viewportHeight: number;
2810
2811
  bufferCount: number;
2811
2812
  }>;
2812
- private scrollContainerElement?;
2813
2813
  private onChangeCallback;
2814
2814
  private onTouchedCallback;
2815
2815
  private locale;
@@ -2818,8 +2818,8 @@ declare class TheEditorComponent implements OnInit, AfterViewInit, OnChanges, On
2818
2818
  ngAfterViewInit(): void;
2819
2819
  ngOnChanges(changes: SimpleChanges): void;
2820
2820
  ngOnDestroy(): void;
2821
- private bindVirtualScrollContainer;
2822
- private syncVirtualConfig;
2821
+ private listenScrollEvent;
2822
+ private updateVirtualConfig;
2823
2823
  private initialize;
2824
2824
  private initializeOptions;
2825
2825
  private initializeContext;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worktile/theia",
3
- "version": "20.1.0-next.7",
3
+ "version": "20.1.0-next.8",
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.12",
39
+ "slate-angular": "^20.2.0-next.13",
40
40
  "slate": "^0.117.2",
41
41
  "slate-dom": "^0.116.0",
42
42
  "ngx-tethys": "^20.0.0",