@prosekit/vue 0.3.27 → 0.3.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.
@@ -10,6 +10,7 @@ import { BlockHandleDraggableProps } from '@prosekit/web/block-handle';
10
10
  import { BlockHandlePopoverProps } from '@prosekit/web/block-handle';
11
11
  import { BlockPopoverProps } from '@prosekit/web/block-handle';
12
12
  import { ComponentOptionsMixin } from 'vue';
13
+ import { ComponentProvideOptions } from 'vue';
13
14
  import { ComputedRef } from 'vue';
14
15
  import type { Decoration } from '@prosekit/pm/view';
15
16
  import type { DecorationSource } from '@prosekit/pm/view';
@@ -20,7 +21,6 @@ import { Editor } from '@prosekit/core';
20
21
  import type { EditorState } from '@prosekit/pm/state';
21
22
  import type { EditorView } from '@prosekit/pm/view';
22
23
  import { Extension } from '@prosekit/core';
23
- import { ExtractPropTypes } from 'vue';
24
24
  import { HTMLAttributes } from 'vue';
25
25
  import { InlinePopoverProps } from '@prosekit/web/inline-popover';
26
26
  import { Keymap } from '@prosekit/core';
@@ -315,6 +315,6 @@ export { VueNodeViewProps as VueNodeViewProps_alias_1 }
315
315
  /**
316
316
  * @internal
317
317
  */
318
- export declare const VueViewsConsumer: DefineComponent<{}, () => null, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
318
+ export declare const VueViewsConsumer: DefineComponent<{}, () => null, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
319
319
 
320
320
  export { }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prosekit/vue",
3
3
  "type": "module",
4
- "version": "0.3.27",
4
+ "version": "0.3.29",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "ocavue",
@@ -72,8 +72,8 @@
72
72
  "dependencies": {
73
73
  "@prosemirror-adapter/vue": "^0.2.6",
74
74
  "@prosekit/core": "^0.7.11",
75
- "@prosekit/web": "^0.3.16",
76
- "@prosekit/pm": "^0.1.8"
75
+ "@prosekit/pm": "^0.1.8",
76
+ "@prosekit/web": "^0.3.18"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "vue": ">= 3.0.0"
@@ -85,10 +85,10 @@
85
85
  },
86
86
  "devDependencies": {
87
87
  "@vue/test-utils": "^2.4.6",
88
- "tsup": "^8.2.4",
89
- "typescript": "^5.5.4",
90
- "vitest": "^2.0.5",
91
- "vue": "^3.4.38",
88
+ "tsup": "^8.3.0",
89
+ "typescript": "^5.6.2",
90
+ "vitest": "^2.1.1",
91
+ "vue": "^3.5.6",
92
92
  "@prosekit/dev": "0.0.0"
93
93
  },
94
94
  "scripts": {