vue-edit 1.1.0 → 1.1.2
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/Component.vue.d.ts +54 -0
- package/dist/index.css +1 -1
- package/dist/index.es.js +6802 -5916
- package/dist/index.umd.js +60 -24
- package/dist/shadcn/components/ui/button/Button.vue.d.ts +2 -2
- package/package.json +25 -25
|
@@ -6,9 +6,9 @@ interface Props extends PrimitiveProps {
|
|
|
6
6
|
size?: ButtonVariants["size"];
|
|
7
7
|
class?: HTMLAttributes["class"];
|
|
8
8
|
}
|
|
9
|
-
declare var
|
|
9
|
+
declare var __VLS_8: {};
|
|
10
10
|
type __VLS_Slots = {} & {
|
|
11
|
-
default?: (props: typeof
|
|
11
|
+
default?: (props: typeof __VLS_8) => any;
|
|
12
12
|
};
|
|
13
13
|
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
14
14
|
as: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-edit",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Text Editor for Vue",
|
|
5
5
|
"keywords": ["editor", "text editor", "vue"],
|
|
6
6
|
"type": "module",
|
|
@@ -30,39 +30,39 @@
|
|
|
30
30
|
"@babel/core": "^7.28.5",
|
|
31
31
|
"@babel/preset-env": "^7.28.5",
|
|
32
32
|
"@babel/preset-typescript": "^7.28.5",
|
|
33
|
-
"@eslint/js": "^9.
|
|
34
|
-
"@tailwindcss/cli": "^4.1.
|
|
35
|
-
"@tailwindcss/vite": "^4.1.
|
|
33
|
+
"@eslint/js": "^9.39.2",
|
|
34
|
+
"@tailwindcss/cli": "^4.1.18",
|
|
35
|
+
"@tailwindcss/vite": "^4.1.18",
|
|
36
36
|
"@types/minimist": "^1.2.5",
|
|
37
|
-
"@types/node": "^
|
|
38
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
39
|
-
"esbuild": "^0.
|
|
37
|
+
"@types/node": "^25.0.3",
|
|
38
|
+
"@vitejs/plugin-vue": "^6.0.3",
|
|
39
|
+
"esbuild": "^0.27.2",
|
|
40
40
|
"esbuild-plugin-import-glob": "^0.1.1",
|
|
41
|
-
"eslint-plugin-vue": "^10.
|
|
42
|
-
"globals": "^16.
|
|
41
|
+
"eslint-plugin-vue": "^10.6.2",
|
|
42
|
+
"globals": "^16.5.0",
|
|
43
43
|
"typescript": "^5.9.3",
|
|
44
|
-
"typescript-eslint": "^8.
|
|
45
|
-
"vite": "^7.
|
|
44
|
+
"typescript-eslint": "^8.51.0",
|
|
45
|
+
"vite": "^7.3.0",
|
|
46
46
|
"vite-plugin-eslint": "^1.8.1",
|
|
47
47
|
"vue-eslint-parser": "^10.2.0",
|
|
48
|
-
"vue-tsc": "^3.1
|
|
48
|
+
"vue-tsc": "^3.2.1"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@tiptap/extension-list": "^3.
|
|
52
|
-
"@tiptap/extension-paragraph": "^3.
|
|
53
|
-
"@tiptap/extension-text-style": "^3.
|
|
54
|
-
"@tiptap/extension-underline": "^3.
|
|
55
|
-
"@tiptap/starter-kit": "^3.
|
|
56
|
-
"@tiptap/vue-3": "^3.
|
|
57
|
-
"@vueuse/core": "^14.
|
|
51
|
+
"@tiptap/extension-list": "^3.14.0",
|
|
52
|
+
"@tiptap/extension-paragraph": "^3.14.0",
|
|
53
|
+
"@tiptap/extension-text-style": "^3.14.0",
|
|
54
|
+
"@tiptap/extension-underline": "^3.14.0",
|
|
55
|
+
"@tiptap/starter-kit": "^3.14.0",
|
|
56
|
+
"@tiptap/vue-3": "^3.14.0",
|
|
57
|
+
"@vueuse/core": "^14.1.0",
|
|
58
58
|
"class-variance-authority": "^0.7.1",
|
|
59
|
-
"lucide-vue-next": "^0.
|
|
60
|
-
"reka-ui": "^2.
|
|
59
|
+
"lucide-vue-next": "^0.562.0",
|
|
60
|
+
"reka-ui": "^2.7.0",
|
|
61
61
|
"select": "^1.1.2",
|
|
62
|
-
"shadcn": "^3.
|
|
63
|
-
"tailwind-merge": "^3.
|
|
64
|
-
"tailwindcss": "^4.1.
|
|
62
|
+
"shadcn": "^3.6.2",
|
|
63
|
+
"tailwind-merge": "^3.4.0",
|
|
64
|
+
"tailwindcss": "^4.1.18",
|
|
65
65
|
"tw-animate-css": "^1.4.0",
|
|
66
|
-
"vue": "^3.5.
|
|
66
|
+
"vue": "^3.5.26"
|
|
67
67
|
}
|
|
68
68
|
}
|