@morghulis/core 1.0.18 → 1.0.19

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.
@@ -7,7 +7,7 @@ type __VLS_Slots = {} & {
7
7
  header?: (props: typeof __VLS_6) => any;
8
8
  };
9
9
  declare const __VLS_base: import("vue").DefineComponent<MTableProps, {
10
- controller: import("vue").ComputedRef<TableController>;
10
+ controller: () => TableController;
11
11
  getSelection: () => DataItem[];
12
12
  get: () => DataItemId[];
13
13
  set: (keys: DataItemId[]) => Promise<void>;
@@ -8,7 +8,7 @@ type __VLS_Slots = {} & {
8
8
  };
9
9
  declare const __VLS_base: import("vue").DefineComponent<DTableProps, {
10
10
  rest: import("../../data/table/types").TableRest;
11
- controller: import("../../data/table/types").TableController;
11
+ controller: import("vue").ComputedRef<import("../../data/table/types").TableController>;
12
12
  getSelection: () => DataItem[];
13
13
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DTableProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
14
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morghulis/core",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"