@worktile/theia 20.2.3 → 20.2.4

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
@@ -1624,7 +1624,6 @@ declare class TheTable extends TheBaseElement<TableElement, Editor> implements O
1624
1624
  isInTable: boolean;
1625
1625
  tablePluginOptions: ThePluginOption<ThePluginTableOption>;
1626
1626
  isStickyTop: boolean;
1627
- isScrolledXOfScrollContainer: boolean;
1628
1627
  scrollContainerTop: number;
1629
1628
  isRightShadow: boolean;
1630
1629
  isLeftShadow: boolean;
@@ -1665,7 +1664,7 @@ declare class TheTable extends TheBaseElement<TableElement, Editor> implements O
1665
1664
  height: number;
1666
1665
  top: number;
1667
1666
  };
1668
- subscribeScrollContainerScroll(tableWrapperLeft: number): void;
1667
+ subscribeScrollContainerScroll(): void;
1669
1668
  applyHeaderCellClass(isHeaderCell: boolean, cell: TableCellElement, className: string): void;
1670
1669
  private updateFreezeState;
1671
1670
  setTableHeaderStyle(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worktile/theia",
3
- "version": "20.2.3",
3
+ "version": "20.2.4",
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.6",
39
+ "slate-angular": "20.2.8",
40
40
  "slate": "^0.117.2",
41
41
  "slate-dom": "^0.116.0",
42
42
  "ngx-tethys": "^20.0.0",