mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
chore(monorepo/client): group more data types into commons
This commit is contained in:
@@ -69,6 +69,8 @@
|
||||
"draggabilly": "3.0.0",
|
||||
"vitest": "3.1.1",
|
||||
"@types/bootstrap": "5.2.10",
|
||||
"bootstrap": "5.3.5"
|
||||
"bootstrap": "5.3.5",
|
||||
"force-graph": "1.49.5",
|
||||
"@popperjs/core": "2.11.8"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import TypeWidget from "./type_widget.js";
|
||||
import utils from "../../services/utils.js";
|
||||
import type { MindElixirCtor } from "mind-elixir";
|
||||
import type { MindElixirCtor, MindElixirInstance } from "mind-elixir";
|
||||
import nodeMenu from "@mind-elixir/node-menu";
|
||||
import type FNote from "../../entities/fnote.js";
|
||||
import type { EventData } from "../../components/app_context.js";
|
||||
@@ -152,7 +152,7 @@ export default class MindMapWidget extends TypeWidget {
|
||||
|
||||
private $content!: JQuery<HTMLElement>;
|
||||
private triggeredByUserOperation?: boolean;
|
||||
private mind?: ReturnType<MindElixirCtor["new"]>;
|
||||
private mind?: MindElixirInstance;
|
||||
private MindElixir: any; // TODO: Fix type
|
||||
|
||||
static getType() {
|
||||
|
||||
Reference in New Issue
Block a user