@morghulis/core 1.0.8 → 1.0.10

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.
@@ -2,7 +2,7 @@ declare var __VLS_36: {}, __VLS_56: {}, __VLS_73: {};
2
2
  type __VLS_Slots = {} & {
3
3
  tool?: (props: typeof __VLS_36) => any;
4
4
  } & {
5
- tool?: (props: typeof __VLS_56) => any;
5
+ tag?: (props: typeof __VLS_56) => any;
6
6
  } & {
7
7
  footer?: (props: typeof __VLS_73) => any;
8
8
  };
@@ -1,14 +1,11 @@
1
1
  type __VLS_Props = {
2
2
  modelValue?: object;
3
3
  disabled?: boolean;
4
- height?: string;
5
4
  };
6
5
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
6
  "update:modelValue": (...args: any[]) => void;
8
7
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
9
8
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
10
- }>, {
11
- height: string;
12
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
10
  declare const _default: typeof __VLS_export;
14
11
  export default _default;
@@ -0,0 +1,14 @@
1
+ type __VLS_Props = {
2
+ modelValue?: object;
3
+ disabled?: boolean;
4
+ height?: string;
5
+ };
6
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ "update:modelValue": (...args: any[]) => void;
8
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
9
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
10
+ }>, {
11
+ height: string;
12
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const _default: typeof __VLS_export;
14
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morghulis/core",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -38,11 +38,12 @@
38
38
  "nprogress": "^0.2.0",
39
39
  "pinia": "^3.0.3",
40
40
  "pinia-plugin-persistedstate": "^4.5.0",
41
+ "sortablejs": "^1.15.6",
41
42
  "vue": "^3.5.22",
42
43
  "vue-pdf-embed": "^2.1.3",
43
44
  "vue-router": "^4.5.1",
44
45
  "vue3-ts-jsoneditor": "^3.0.3",
45
- "sortablejs": "^1.15.6"
46
+ "vue3-json-editor": "^1.1.5"
46
47
  },
47
48
  "dependencies": {
48
49
  "@morghulis/lib": "^0.0.71"