@kaitify/vue 0.0.4-beta.2 → 0.0.4-beta.21
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/lib/core/button/button.vue.d.ts +3 -2
- package/lib/core/checkbox/checkbox.vue.d.ts +1 -1
- package/lib/core/divider/divider.vue.d.ts +1 -1
- package/lib/core/popover/popover.vue.d.ts +13 -457
- package/lib/core/tabs/tabs.vue.d.ts +3 -2
- package/lib/editor/bubble/bubble.vue.d.ts +9 -457
- package/lib/editor/bubble/props.d.ts +0 -4
- package/lib/editor/menu/built-in/align-center/align-center.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/align-justify/align-justify.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/align-left/align-left.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/align-right/align-right.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/attachment/attachment.vue.d.ts +234 -1
- package/lib/editor/menu/built-in/back-color/back-color.vue.d.ts +234 -1
- package/lib/editor/menu/built-in/blockquote/blockquote.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/bold/bold.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/clear-format/clear-format.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/code/code.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/code-block/code-block-languages.vue.d.ts +235 -1
- package/lib/editor/menu/built-in/code-block/code-block.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/color/color.vue.d.ts +234 -1
- package/lib/editor/menu/built-in/decrease-indent/decrease-indent.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/emoji/emoji.vue.d.ts +234 -1
- package/lib/editor/menu/built-in/font-family/font-family.vue.d.ts +234 -1
- package/lib/editor/menu/built-in/font-size/font-size.vue.d.ts +234 -1
- package/lib/editor/menu/built-in/full-screen/full-screen.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/heading/heading.vue.d.ts +235 -1
- package/lib/editor/menu/built-in/horizontal/horizontal.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/image/image.vue.d.ts +234 -1
- package/lib/editor/menu/built-in/increase-indent/increase-indent.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/italic/italic.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/line-height/line-height.vue.d.ts +234 -2
- package/lib/editor/menu/built-in/line-height/props.d.ts +0 -4
- package/lib/editor/menu/built-in/link/link-unset.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/link/link.vue.d.ts +234 -1
- package/lib/editor/menu/built-in/math/math.vue.d.ts +234 -1
- package/lib/editor/menu/built-in/ordered-list/ordered-list.vue.d.ts +234 -1
- package/lib/editor/menu/built-in/redo/redo.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/strikethrough/strikethrough.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/subscript/subscript.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/superscript/superscript.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/table/table-add-column.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/table/table-add-row.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/table/table-delete-column.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/table/table-delete-row.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/table/table-merge-cell.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/table/table-unset.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/table/table.vue.d.ts +234 -1
- package/lib/editor/menu/built-in/task/task.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/underline/underline.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/undo/undo.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/unordered-list/unordered-list.vue.d.ts +234 -1
- package/lib/editor/menu/built-in/video/video-controls.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/video/video-loop.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/video/video-muted.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/video/video.vue.d.ts +234 -1
- package/lib/editor/menu/built-in/wrap-down/wrap-down.vue.d.ts +1 -1
- package/lib/editor/menu/built-in/wrap-up/wrap-up.vue.d.ts +1 -1
- package/lib/editor/menu/menu.vue.d.ts +137 -915
- package/lib/editor/wrapper/props.d.ts +31 -56
- package/lib/editor/wrapper/wrapper.vue.d.ts +39 -14
- package/lib/index.d.ts +1 -0
- package/lib/kaitify-vue.es.js +639 -576
- package/lib/kaitify-vue.umd.js +2 -2
- package/lib/locale/en-us.d.ts +1 -0
- package/lib/locale/ja-jp.d.ts +1 -0
- package/lib/locale/ko-kr.d.ts +1 -0
- package/package.json +7 -8
package/lib/locale/en-us.d.ts
CHANGED
package/lib/locale/ja-jp.d.ts
CHANGED
package/lib/locale/ko-kr.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaitify/vue",
|
|
3
|
-
"version": "0.0.4-beta.
|
|
3
|
+
"version": "0.0.4-beta.21",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "so-better",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@iconify/vue": "^4.3.0",
|
|
20
|
-
"@kaitify/core": "0.0.2-beta.
|
|
20
|
+
"@kaitify/core": "0.0.2-beta.13",
|
|
21
21
|
"@popperjs/core": "^2.11.8",
|
|
22
22
|
"dap-util": "^1.6.0",
|
|
23
23
|
"vue": "^3.5.21"
|
|
@@ -25,15 +25,14 @@
|
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/node": "^20.11.24",
|
|
27
27
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
28
|
-
"less": "^
|
|
29
|
-
"less-loader": "^5.0.0",
|
|
28
|
+
"less": "^4.2.0",
|
|
30
29
|
"terser": "^5.16.9",
|
|
31
|
-
"typescript": "^5.
|
|
30
|
+
"typescript": "^5.9.3",
|
|
32
31
|
"vite": "^5.4.10",
|
|
33
32
|
"vite-plugin-css-injected-by-js": "^3.5.1",
|
|
34
|
-
"vite-plugin-dts": "^4.
|
|
35
|
-
"vitepress": "^1.
|
|
36
|
-
"vue-tsc": "^
|
|
33
|
+
"vite-plugin-dts": "^4.5.4",
|
|
34
|
+
"vitepress": "^1.6.4",
|
|
35
|
+
"vue-tsc": "^3.1.2"
|
|
37
36
|
},
|
|
38
37
|
"browserslist": [
|
|
39
38
|
"> 1%",
|