@plait/mind 0.23.0 → 0.23.1

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.
@@ -32,7 +32,6 @@ export declare class MindNodeComponent extends PlaitPluginElementComponent<MindE
32
32
  constructor(viewContainerRef: ViewContainerRef, cdr: ChangeDetectorRef);
33
33
  initializeDrawer(): void;
34
34
  ngOnInit(): void;
35
- editTopic(): void;
36
35
  onContextChanged(value: PlaitPluginElementContext<MindElement, PlaitMindBoard>, previous: PlaitPluginElementContext<MindElement, PlaitMindBoard>): void;
37
36
  drawEmojis(): void;
38
37
  drawShape(): void;
@@ -41,7 +40,9 @@ export declare class MindNodeComponent extends PlaitPluginElementComponent<MindE
41
40
  destroyLine(): void;
42
41
  drawExtend(): void;
43
42
  destroyExtend(): void;
44
- drawText(): void;
43
+ drawTopic(): void;
44
+ updateTopic(): void;
45
+ editTopic(): void;
45
46
  trackBy: (index: number, node: MindNode) => string;
46
47
  ngOnDestroy(): void;
47
48
  static ɵfac: i0.ɵɵFactoryDeclaration<MindNodeComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plait/mind",
3
- "version": "0.23.0",
3
+ "version": "0.23.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.2",
6
6
  "@angular/core": "^15.2.2"