@morghulis/core 1.0.27 → 1.0.29

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.
@@ -1,4 +1,6 @@
1
1
  import type { DTreeProps } from "./types";
2
+ import type { DataItemId } from "../../lib";
3
+ declare function select(event: Event, id: DataItemId): void;
2
4
  declare var __VLS_13: {
3
5
  width: number;
4
6
  }, __VLS_16: {
@@ -17,6 +19,7 @@ declare var __VLS_13: {
17
19
  }, __VLS_28: {
18
20
  node: any;
19
21
  data: any;
22
+ select: typeof select;
20
23
  }, __VLS_31: {
21
24
  node: any;
22
25
  data: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morghulis/core",
3
- "version": "1.0.27",
3
+ "version": "1.0.29",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"