@prosekit/vue 0.3.7 → 0.3.8
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/{chunk-X5DTEZPX.js → chunk-KCTUNTM2.js} +1 -1
- package/dist/{chunk-2Y66HAUD.js → chunk-RHKBWCKH.js} +1 -1
- package/dist/prosekit-vue-autocomplete.js +2 -2
- package/dist/prosekit-vue-block-handle.js +2 -2
- package/dist/prosekit-vue-inline-popover.js +2 -2
- package/dist/prosekit-vue-popover.js +2 -2
- package/dist/prosekit-vue-resizable.js +2 -2
- package/dist/prosekit-vue-tooltip.js +2 -2
- package/dist/prosekit-vue.js +1 -1
- package/package.json +4 -3
@@ -1,7 +1,7 @@
|
|
1
1
|
import {
|
2
2
|
createComponent
|
3
|
-
} from "./chunk-
|
4
|
-
import "./chunk-
|
3
|
+
} from "./chunk-RHKBWCKH.js";
|
4
|
+
import "./chunk-KCTUNTM2.js";
|
5
5
|
|
6
6
|
// src/components/autocomplete/autocomplete-empty.gen.ts
|
7
7
|
import { defaultAutocompleteEmptyProps } from "@prosekit/web/autocomplete";
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import {
|
2
2
|
createComponent
|
3
|
-
} from "./chunk-
|
4
|
-
import "./chunk-
|
3
|
+
} from "./chunk-RHKBWCKH.js";
|
4
|
+
import "./chunk-KCTUNTM2.js";
|
5
5
|
|
6
6
|
// src/components/block-handle/block-drag-handle.gen.ts
|
7
7
|
import { defaultBlockDragHandleProps } from "@prosekit/web/block-handle";
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import {
|
2
2
|
createComponent
|
3
|
-
} from "./chunk-
|
4
|
-
import "./chunk-
|
3
|
+
} from "./chunk-RHKBWCKH.js";
|
4
|
+
import "./chunk-KCTUNTM2.js";
|
5
5
|
|
6
6
|
// src/components/inline-popover/inline-popover.gen.ts
|
7
7
|
import { defaultInlinePopoverProps } from "@prosekit/web/inline-popover";
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import {
|
2
2
|
createComponent
|
3
|
-
} from "./chunk-
|
4
|
-
import "./chunk-
|
3
|
+
} from "./chunk-RHKBWCKH.js";
|
4
|
+
import "./chunk-KCTUNTM2.js";
|
5
5
|
|
6
6
|
// src/components/popover/popover-content.gen.ts
|
7
7
|
import { defaultPopoverContentProps } from "@prosekit/web/popover";
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import {
|
2
2
|
createComponent
|
3
|
-
} from "./chunk-
|
4
|
-
import "./chunk-
|
3
|
+
} from "./chunk-RHKBWCKH.js";
|
4
|
+
import "./chunk-KCTUNTM2.js";
|
5
5
|
|
6
6
|
// src/components/resizable/resizable-handle.gen.ts
|
7
7
|
import { defaultResizableHandleProps } from "@prosekit/web/resizable";
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import {
|
2
2
|
createComponent
|
3
|
-
} from "./chunk-
|
4
|
-
import "./chunk-
|
3
|
+
} from "./chunk-RHKBWCKH.js";
|
4
|
+
import "./chunk-KCTUNTM2.js";
|
5
5
|
|
6
6
|
// src/components/tooltip/tooltip-content.gen.ts
|
7
7
|
import { defaultTooltipContentProps } from "@prosekit/web/tooltip";
|
package/dist/prosekit-vue.js
CHANGED
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.8",
|
5
5
|
"private": false,
|
6
6
|
"author": {
|
7
7
|
"name": "ocavue",
|
@@ -67,8 +67,8 @@
|
|
67
67
|
"dependencies": {
|
68
68
|
"@prosemirror-adapter/core": "^0.2.6",
|
69
69
|
"@prosekit/core": "^0.6.1",
|
70
|
-
"@prosekit/
|
71
|
-
"@prosekit/
|
70
|
+
"@prosekit/pm": "^0.1.5",
|
71
|
+
"@prosekit/web": "^0.2.1"
|
72
72
|
},
|
73
73
|
"peerDependencies": {
|
74
74
|
"vue": ">= 3.0.0"
|
@@ -79,6 +79,7 @@
|
|
79
79
|
}
|
80
80
|
},
|
81
81
|
"devDependencies": {
|
82
|
+
"@vue/test-utils": "^2.4.6",
|
82
83
|
"tsup": "^8.1.0",
|
83
84
|
"typescript": "^5.5.2",
|
84
85
|
"vitest": "^1.6.0",
|