@tiptap/extension-drag-handle-vue-2 3.21.0 → 3.22.0
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/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +7 -7
package/dist/index.d.cts
CHANGED
|
@@ -2062,7 +2062,8 @@ declare module '@tiptap/core' {
|
|
|
2062
2062
|
/**
|
|
2063
2063
|
* Extends the text selection to the current mark by type or name.
|
|
2064
2064
|
* @param typeOrName The type or name of the mark.
|
|
2065
|
-
* @param attributes The attributes
|
|
2065
|
+
* @param attributes The attributes to match against.
|
|
2066
|
+
* If not provided, only the first mark at the position will be matched.
|
|
2066
2067
|
* @example editor.commands.extendMarkRange('bold')
|
|
2067
2068
|
* @example editor.commands.extendMarkRange('mention', { userId: "1" })
|
|
2068
2069
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -2062,7 +2062,8 @@ declare module '@tiptap/core' {
|
|
|
2062
2062
|
/**
|
|
2063
2063
|
* Extends the text selection to the current mark by type or name.
|
|
2064
2064
|
* @param typeOrName The type or name of the mark.
|
|
2065
|
-
* @param attributes The attributes
|
|
2065
|
+
* @param attributes The attributes to match against.
|
|
2066
|
+
* If not provided, only the first mark at the position will be matched.
|
|
2066
2067
|
* @example editor.commands.extendMarkRange('bold')
|
|
2067
2068
|
* @example editor.commands.extendMarkRange('mention', { userId: "1" })
|
|
2068
2069
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tiptap/extension-drag-handle-vue-2",
|
|
3
3
|
"description": "drag handle extension for tiptap with vue 2",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.22.0",
|
|
5
5
|
"homepage": "https://tiptap.dev",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"tiptap",
|
|
@@ -37,16 +37,16 @@
|
|
|
37
37
|
],
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"vue": "^2.0.0",
|
|
40
|
-
"@tiptap/
|
|
41
|
-
"@tiptap/
|
|
42
|
-
"@tiptap/vue-2": "^3.
|
|
40
|
+
"@tiptap/extension-drag-handle": "^3.22.0",
|
|
41
|
+
"@tiptap/pm": "^3.22.0",
|
|
42
|
+
"@tiptap/vue-2": "^3.22.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"vue": "^2.0.0",
|
|
46
46
|
"vue-ts-types": "1.6.2",
|
|
47
|
-
"@tiptap/extension-drag-handle": "^3.
|
|
48
|
-
"@tiptap/pm": "^3.
|
|
49
|
-
"@tiptap/vue-2": "^3.
|
|
47
|
+
"@tiptap/extension-drag-handle": "^3.22.0",
|
|
48
|
+
"@tiptap/pm": "^3.22.0",
|
|
49
|
+
"@tiptap/vue-2": "^3.22.0"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsup",
|