@prosekit/vue 0.3.5 → 0.3.7
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.
- package/dist/_tsup-dts-rollup.d.ts +15 -15
- package/package.json +6 -6
@@ -46,37 +46,37 @@ import { VNode } from 'vue';
|
|
46
46
|
import type { VNodeRef } from 'vue';
|
47
47
|
|
48
48
|
declare const AutocompleteEmpty: DefineSetupFnComponent<Partial<AutocompleteEmptyProps> & {
|
49
|
-
class?: string
|
49
|
+
class?: string;
|
50
50
|
}>;
|
51
51
|
export { AutocompleteEmpty }
|
52
52
|
export { AutocompleteEmpty as AutocompleteEmpty_alias_1 }
|
53
53
|
|
54
54
|
declare const AutocompleteItem: DefineSetupFnComponent<Partial<AutocompleteItemProps> & {
|
55
|
-
class?: string
|
55
|
+
class?: string;
|
56
56
|
}>;
|
57
57
|
export { AutocompleteItem }
|
58
58
|
export { AutocompleteItem as AutocompleteItem_alias_1 }
|
59
59
|
|
60
60
|
declare const AutocompleteList: DefineSetupFnComponent<Partial<AutocompleteListProps> & {
|
61
|
-
class?: string
|
61
|
+
class?: string;
|
62
62
|
}>;
|
63
63
|
export { AutocompleteList }
|
64
64
|
export { AutocompleteList as AutocompleteList_alias_1 }
|
65
65
|
|
66
66
|
declare const AutocompletePopover: DefineSetupFnComponent<Partial<AutocompletePopoverProps> & {
|
67
|
-
class?: string
|
67
|
+
class?: string;
|
68
68
|
}>;
|
69
69
|
export { AutocompletePopover }
|
70
70
|
export { AutocompletePopover as AutocompletePopover_alias_1 }
|
71
71
|
|
72
72
|
declare const BlockDragHandle: DefineSetupFnComponent<Partial<BlockDragHandleProps> & {
|
73
|
-
class?: string
|
73
|
+
class?: string;
|
74
74
|
}>;
|
75
75
|
export { BlockDragHandle }
|
76
76
|
export { BlockDragHandle as BlockDragHandle_alias_1 }
|
77
77
|
|
78
78
|
declare const BlockPopover: DefineSetupFnComponent<Partial<BlockPopoverProps> & {
|
79
|
-
class?: string
|
79
|
+
class?: string;
|
80
80
|
}>;
|
81
81
|
export { BlockPopover }
|
82
82
|
export { BlockPopover as BlockPopover_alias_1 }
|
@@ -110,7 +110,7 @@ export { defineVueNodeView as defineVueNodeView_alias_1 }
|
|
110
110
|
export declare function defineVueNodeViewFactory(nodeViewFactory: NodeViewFactory): Extension<any>;
|
111
111
|
|
112
112
|
declare const InlinePopover: DefineSetupFnComponent<Partial<InlinePopoverProps> & {
|
113
|
-
class?: string
|
113
|
+
class?: string;
|
114
114
|
}>;
|
115
115
|
export { InlinePopover }
|
116
116
|
export { InlinePopover as InlinePopover_alias_1 }
|
@@ -120,19 +120,19 @@ export declare type NodeViewFactory = (options: VueNodeViewUserOptions) => NodeV
|
|
120
120
|
export declare const nodeViewFactoryKey: InjectionKey<NodeViewFactory>;
|
121
121
|
|
122
122
|
declare const PopoverContent: DefineSetupFnComponent<Partial<PopoverContentProps> & {
|
123
|
-
class?: string
|
123
|
+
class?: string;
|
124
124
|
}>;
|
125
125
|
export { PopoverContent }
|
126
126
|
export { PopoverContent as PopoverContent_alias_1 }
|
127
127
|
|
128
128
|
declare const PopoverRoot: DefineSetupFnComponent<Partial<PopoverRootProps> & {
|
129
|
-
class?: string
|
129
|
+
class?: string;
|
130
130
|
}>;
|
131
131
|
export { PopoverRoot }
|
132
132
|
export { PopoverRoot as PopoverRoot_alias_1 }
|
133
133
|
|
134
134
|
declare const PopoverTrigger: DefineSetupFnComponent<Partial<PopoverTriggerProps> & {
|
135
|
-
class?: string
|
135
|
+
class?: string;
|
136
136
|
}>;
|
137
137
|
export { PopoverTrigger }
|
138
138
|
export { PopoverTrigger as PopoverTrigger_alias_1 }
|
@@ -165,31 +165,31 @@ export { ProseKitProps as ProseKitProps_alias_1 }
|
|
165
165
|
export declare function provideEditor(editor: Editor): void;
|
166
166
|
|
167
167
|
declare const ResizableHandle: DefineSetupFnComponent<Partial<ResizableHandleProps> & {
|
168
|
-
class?: string
|
168
|
+
class?: string;
|
169
169
|
}>;
|
170
170
|
export { ResizableHandle }
|
171
171
|
export { ResizableHandle as ResizableHandle_alias_1 }
|
172
172
|
|
173
173
|
declare const ResizableRoot: DefineSetupFnComponent<Partial<ResizableRootProps> & {
|
174
|
-
class?: string
|
174
|
+
class?: string;
|
175
175
|
}>;
|
176
176
|
export { ResizableRoot }
|
177
177
|
export { ResizableRoot as ResizableRoot_alias_1 }
|
178
178
|
|
179
179
|
declare const TooltipContent: DefineSetupFnComponent<Partial<TooltipContentProps> & {
|
180
|
-
class?: string
|
180
|
+
class?: string;
|
181
181
|
}>;
|
182
182
|
export { TooltipContent }
|
183
183
|
export { TooltipContent as TooltipContent_alias_1 }
|
184
184
|
|
185
185
|
declare const TooltipRoot: DefineSetupFnComponent<Partial<TooltipRootProps> & {
|
186
|
-
class?: string
|
186
|
+
class?: string;
|
187
187
|
}>;
|
188
188
|
export { TooltipRoot }
|
189
189
|
export { TooltipRoot as TooltipRoot_alias_1 }
|
190
190
|
|
191
191
|
declare const TooltipTrigger: DefineSetupFnComponent<Partial<TooltipTriggerProps> & {
|
192
|
-
class?: string
|
192
|
+
class?: string;
|
193
193
|
}>;
|
194
194
|
export { TooltipTrigger }
|
195
195
|
export { TooltipTrigger as TooltipTrigger_alias_1 }
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prosekit/vue",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.3.
|
4
|
+
"version": "0.3.7",
|
5
5
|
"private": false,
|
6
6
|
"author": {
|
7
7
|
"name": "ocavue",
|
@@ -66,9 +66,9 @@
|
|
66
66
|
],
|
67
67
|
"dependencies": {
|
68
68
|
"@prosemirror-adapter/core": "^0.2.6",
|
69
|
-
"@prosekit/core": "^0.
|
70
|
-
"@prosekit/
|
71
|
-
"@prosekit/
|
69
|
+
"@prosekit/core": "^0.6.1",
|
70
|
+
"@prosekit/web": "^0.2.1",
|
71
|
+
"@prosekit/pm": "^0.1.5"
|
72
72
|
},
|
73
73
|
"peerDependencies": {
|
74
74
|
"vue": ">= 3.0.0"
|
@@ -80,9 +80,9 @@
|
|
80
80
|
},
|
81
81
|
"devDependencies": {
|
82
82
|
"tsup": "^8.1.0",
|
83
|
-
"typescript": "^5.
|
83
|
+
"typescript": "^5.5.2",
|
84
84
|
"vitest": "^1.6.0",
|
85
|
-
"vue": "^3.4.
|
85
|
+
"vue": "^3.4.29",
|
86
86
|
"@prosekit/dev": "0.0.0"
|
87
87
|
},
|
88
88
|
"scripts": {
|