@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.
Files changed (67) hide show
  1. package/lib/core/button/button.vue.d.ts +3 -2
  2. package/lib/core/checkbox/checkbox.vue.d.ts +1 -1
  3. package/lib/core/divider/divider.vue.d.ts +1 -1
  4. package/lib/core/popover/popover.vue.d.ts +13 -457
  5. package/lib/core/tabs/tabs.vue.d.ts +3 -2
  6. package/lib/editor/bubble/bubble.vue.d.ts +9 -457
  7. package/lib/editor/bubble/props.d.ts +0 -4
  8. package/lib/editor/menu/built-in/align-center/align-center.vue.d.ts +1 -1
  9. package/lib/editor/menu/built-in/align-justify/align-justify.vue.d.ts +1 -1
  10. package/lib/editor/menu/built-in/align-left/align-left.vue.d.ts +1 -1
  11. package/lib/editor/menu/built-in/align-right/align-right.vue.d.ts +1 -1
  12. package/lib/editor/menu/built-in/attachment/attachment.vue.d.ts +234 -1
  13. package/lib/editor/menu/built-in/back-color/back-color.vue.d.ts +234 -1
  14. package/lib/editor/menu/built-in/blockquote/blockquote.vue.d.ts +1 -1
  15. package/lib/editor/menu/built-in/bold/bold.vue.d.ts +1 -1
  16. package/lib/editor/menu/built-in/clear-format/clear-format.vue.d.ts +1 -1
  17. package/lib/editor/menu/built-in/code/code.vue.d.ts +1 -1
  18. package/lib/editor/menu/built-in/code-block/code-block-languages.vue.d.ts +235 -1
  19. package/lib/editor/menu/built-in/code-block/code-block.vue.d.ts +1 -1
  20. package/lib/editor/menu/built-in/color/color.vue.d.ts +234 -1
  21. package/lib/editor/menu/built-in/decrease-indent/decrease-indent.vue.d.ts +1 -1
  22. package/lib/editor/menu/built-in/emoji/emoji.vue.d.ts +234 -1
  23. package/lib/editor/menu/built-in/font-family/font-family.vue.d.ts +234 -1
  24. package/lib/editor/menu/built-in/font-size/font-size.vue.d.ts +234 -1
  25. package/lib/editor/menu/built-in/full-screen/full-screen.vue.d.ts +1 -1
  26. package/lib/editor/menu/built-in/heading/heading.vue.d.ts +235 -1
  27. package/lib/editor/menu/built-in/horizontal/horizontal.vue.d.ts +1 -1
  28. package/lib/editor/menu/built-in/image/image.vue.d.ts +234 -1
  29. package/lib/editor/menu/built-in/increase-indent/increase-indent.vue.d.ts +1 -1
  30. package/lib/editor/menu/built-in/italic/italic.vue.d.ts +1 -1
  31. package/lib/editor/menu/built-in/line-height/line-height.vue.d.ts +234 -2
  32. package/lib/editor/menu/built-in/line-height/props.d.ts +0 -4
  33. package/lib/editor/menu/built-in/link/link-unset.vue.d.ts +1 -1
  34. package/lib/editor/menu/built-in/link/link.vue.d.ts +234 -1
  35. package/lib/editor/menu/built-in/math/math.vue.d.ts +234 -1
  36. package/lib/editor/menu/built-in/ordered-list/ordered-list.vue.d.ts +234 -1
  37. package/lib/editor/menu/built-in/redo/redo.vue.d.ts +1 -1
  38. package/lib/editor/menu/built-in/strikethrough/strikethrough.vue.d.ts +1 -1
  39. package/lib/editor/menu/built-in/subscript/subscript.vue.d.ts +1 -1
  40. package/lib/editor/menu/built-in/superscript/superscript.vue.d.ts +1 -1
  41. package/lib/editor/menu/built-in/table/table-add-column.vue.d.ts +1 -1
  42. package/lib/editor/menu/built-in/table/table-add-row.vue.d.ts +1 -1
  43. package/lib/editor/menu/built-in/table/table-delete-column.vue.d.ts +1 -1
  44. package/lib/editor/menu/built-in/table/table-delete-row.vue.d.ts +1 -1
  45. package/lib/editor/menu/built-in/table/table-merge-cell.vue.d.ts +1 -1
  46. package/lib/editor/menu/built-in/table/table-unset.vue.d.ts +1 -1
  47. package/lib/editor/menu/built-in/table/table.vue.d.ts +234 -1
  48. package/lib/editor/menu/built-in/task/task.vue.d.ts +1 -1
  49. package/lib/editor/menu/built-in/underline/underline.vue.d.ts +1 -1
  50. package/lib/editor/menu/built-in/undo/undo.vue.d.ts +1 -1
  51. package/lib/editor/menu/built-in/unordered-list/unordered-list.vue.d.ts +234 -1
  52. package/lib/editor/menu/built-in/video/video-controls.vue.d.ts +1 -1
  53. package/lib/editor/menu/built-in/video/video-loop.vue.d.ts +1 -1
  54. package/lib/editor/menu/built-in/video/video-muted.vue.d.ts +1 -1
  55. package/lib/editor/menu/built-in/video/video.vue.d.ts +234 -1
  56. package/lib/editor/menu/built-in/wrap-down/wrap-down.vue.d.ts +1 -1
  57. package/lib/editor/menu/built-in/wrap-up/wrap-up.vue.d.ts +1 -1
  58. package/lib/editor/menu/menu.vue.d.ts +137 -915
  59. package/lib/editor/wrapper/props.d.ts +31 -56
  60. package/lib/editor/wrapper/wrapper.vue.d.ts +39 -14
  61. package/lib/index.d.ts +1 -0
  62. package/lib/kaitify-vue.es.js +639 -576
  63. package/lib/kaitify-vue.umd.js +2 -2
  64. package/lib/locale/en-us.d.ts +1 -0
  65. package/lib/locale/ja-jp.d.ts +1 -0
  66. package/lib/locale/ko-kr.d.ts +1 -0
  67. package/package.json +7 -8
@@ -26,5 +26,6 @@ declare const _default: {
26
26
  四级标题: string;
27
27
  五级标题: string;
28
28
  六级标题: string;
29
+ 自动识别: string;
29
30
  };
30
31
  export default _default;
@@ -26,5 +26,6 @@ declare const _default: {
26
26
  四级标题: string;
27
27
  五级标题: string;
28
28
  六级标题: string;
29
+ 自动识别: string;
29
30
  };
30
31
  export default _default;
@@ -26,5 +26,6 @@ declare const _default: {
26
26
  四级标题: string;
27
27
  五级标题: string;
28
28
  六级标题: string;
29
+ 自动识别: string;
29
30
  };
30
31
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaitify/vue",
3
- "version": "0.0.4-beta.2",
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.1",
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": "^3.0.4",
29
- "less-loader": "^5.0.0",
28
+ "less": "^4.2.0",
30
29
  "terser": "^5.16.9",
31
- "typescript": "^5.6.3",
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.3.0",
35
- "vitepress": "^1.5.0",
36
- "vue-tsc": "^2.1.10"
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%",