@worktile/theia 19.0.0 → 19.0.2

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.
@@ -6,5 +6,5 @@ export declare class TheBaseElement<T extends Element = Element, K extends Edito
6
6
  onContextChange(): void;
7
7
  ngOnInit(): void;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TheBaseElement<any, any>, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<TheBaseElement<any, any>, "TheBaseElement", never, {}, {}, never, never, false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<TheBaseElement<any, any>, "TheBaseElement", never, {}, {}, never, never, true, never>;
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worktile/theia",
3
- "version": "19.0.0",
3
+ "version": "19.0.2",
4
4
  "description": "theia editor",
5
5
  "author": "YanDong <nanianqiumo@foxmail.com>",
6
6
  "homepage": "https://github.com/atinc/theia#readme",
@@ -35,12 +35,12 @@
35
35
  "marked": "^12.0.2"
36
36
  },
37
37
  "peerDependencies": {
38
- "@angular/core": "^19.2.2",
39
- "date-fns": ">= 2.6.0",
40
- "slate-angular": ">= 18.0.1",
38
+ "@angular/core": "^19.0.0",
39
+ "date-fns": "^4.1.0",
40
+ "slate-angular": "^19.0.0",
41
41
  "slate": ">= 0.103.0",
42
- "ngx-tethys": "^19.0.0-next.1",
43
- "ng-codemirror": "19.0.0-next.0",
42
+ "ngx-tethys": "^19.0.0",
43
+ "ng-codemirror": "^19.0.0",
44
44
  "lodash": "3.10.1",
45
45
  "marked": "^12.0.2"
46
46
  },
@@ -1,4 +1,4 @@
1
- import { Overlay } from '@angular/cdk/overlay';
1
+ import { FlexibleConnectedPositionStrategy, Overlay } from '@angular/cdk/overlay';
2
2
  import { AfterViewInit, ChangeDetectorRef, DestroyRef, ElementRef, OnDestroy, OnInit, Signal, TemplateRef } from '@angular/core';
3
3
  import { ThyImageDirective, ThyImageGroup } from 'ngx-tethys/image';
4
4
  import { ThyPopover } from 'ngx-tethys/popover';
@@ -76,7 +76,7 @@ export declare class TheImage extends TheBaseElement<ImageElement, Editor> imple
76
76
  setImageNode(e: MouseEvent, props: Partial<ImageElement>): void;
77
77
  setBlockCardLayoutAttr(): void;
78
78
  onDelete(event: MouseEvent): void;
79
- createPositionStrategy(): import("@angular/cdk/overlay-module.d-2b07cfa6").b;
79
+ createPositionStrategy(): FlexibleConnectedPositionStrategy;
80
80
  imageLoaded(event: Event): void;
81
81
  imageError(event: Event): void;
82
82
  preventDefault(event: Event): void;
@@ -25,7 +25,7 @@ export declare class TheBaseLink extends TheBaseElement<LinkElement, Editor> imp
25
25
  close(type?: string): void;
26
26
  ngOnDestroy(): void;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<TheBaseLink, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<TheBaseLink, "ng-component", never, {}, {}, never, never, false, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<TheBaseLink, "ng-component", never, {}, {}, never, never, true, never>;
29
29
  }
30
30
  export declare class TheLink extends TheBaseLink {
31
31
  outletParent: ElementRef;