@creatorsn/powereditor3 0.1.17 → 0.2.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.
Files changed (24) hide show
  1. package/dist/powereditor3.css +1 -1
  2. package/dist/powereditor3.js +23450 -23725
  3. package/dist/powereditor3.umd.cjs +134 -111
  4. package/dist/types/editor/index.d.ts +39 -31
  5. package/dist/types/editor/src/components/bubbleToolBar.vue.d.ts +6 -6
  6. package/dist/types/editor/src/components/custom/source/codeBlockX.vue.d.ts +6 -6
  7. package/dist/types/editor/src/components/custom/source/drawingBlock.vue.d.ts +5 -5
  8. package/dist/types/editor/src/components/custom/source/embedBlock.vue.d.ts +5 -5
  9. package/dist/types/editor/src/components/custom/source/equationBase.vue.d.ts +4 -3
  10. package/dist/types/editor/src/components/custom/source/imageBlock.vue.d.ts +5 -5
  11. package/dist/types/editor/src/components/custom/source/mediaContainer.vue.d.ts +2 -2
  12. package/dist/types/editor/src/components/custom/source/mentionItem.vue.d.ts +5 -3
  13. package/dist/types/editor/src/components/custom/source/taskItem.vue.d.ts +6 -6
  14. package/dist/types/editor/src/components/menus/calloutBase.vue.d.ts +1 -1
  15. package/dist/types/editor/src/components/menus/colorCallout.vue.d.ts +2 -2
  16. package/dist/types/editor/src/components/menus/embedCallout.vue.d.ts +2 -2
  17. package/dist/types/editor/src/components/menus/emojiCallout.vue.d.ts +2 -2
  18. package/dist/types/editor/src/components/menus/headingCallout.vue.d.ts +2 -2
  19. package/dist/types/editor/src/components/menus/imageCallout.vue.d.ts +2 -2
  20. package/dist/types/editor/src/components/menus/linkCallout.vue.d.ts +2 -2
  21. package/dist/types/editor/src/components/menus/tableCallout.vue.d.ts +2 -2
  22. package/dist/types/editor/src/components/toolBar.vue.d.ts +16 -16
  23. package/dist/types/editor/src/index.vue.d.ts +39 -31
  24. package/package.json +36 -24
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@creatorsn/powereditor3",
3
3
  "private": false,
4
- "version": "0.1.17",
4
+ "version": "0.2.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -28,29 +28,29 @@
28
28
  "preview": "vite preview"
29
29
  },
30
30
  "dependencies": {
31
- "@creatorsn/vfluent3": "^0.3.13",
32
- "@tiptap/core": "2.3.0",
33
- "@tiptap/extension-bubble-menu": "2.3.0",
34
- "@tiptap/extension-code-block": "2.3.0",
35
- "@tiptap/extension-code-block-lowlight": "2.3.0",
36
- "@tiptap/extension-color": "2.3.0",
37
- "@tiptap/extension-highlight": "2.3.0",
38
- "@tiptap/extension-link": "2.3.0",
39
- "@tiptap/extension-placeholder": "2.3.0",
40
- "@tiptap/extension-subscript": "2.3.0",
41
- "@tiptap/extension-superscript": "2.3.0",
42
- "@tiptap/extension-table": "2.3.0",
43
- "@tiptap/extension-table-cell": "2.3.0",
44
- "@tiptap/extension-table-header": "2.3.0",
45
- "@tiptap/extension-table-row": "2.3.0",
46
- "@tiptap/extension-task-item": "2.3.0",
47
- "@tiptap/extension-task-list": "2.3.0",
48
- "@tiptap/extension-text-align": "2.3.0",
49
- "@tiptap/extension-text-style": "2.3.0",
50
- "@tiptap/extension-underline": "2.3.0",
51
- "@tiptap/pm": "2.3.0",
52
- "@tiptap/starter-kit": "2.3.0",
53
- "@tiptap/vue-3": "2.3.0",
31
+ "@creatorsn/vfluent3": "^0.3.67",
32
+ "@tiptap/core": "3.23.6",
33
+ "@tiptap/extension-bubble-menu": "3.23.6",
34
+ "@tiptap/extension-code-block": "3.23.6",
35
+ "@tiptap/extension-code-block-lowlight": "3.23.6",
36
+ "@tiptap/extension-color": "3.23.6",
37
+ "@tiptap/extension-highlight": "3.23.6",
38
+ "@tiptap/extension-link": "3.23.6",
39
+ "@tiptap/extension-placeholder": "3.23.6",
40
+ "@tiptap/extension-subscript": "3.23.6",
41
+ "@tiptap/extension-superscript": "3.23.6",
42
+ "@tiptap/extension-table": "3.23.6",
43
+ "@tiptap/extension-table-cell": "3.23.6",
44
+ "@tiptap/extension-table-header": "3.23.6",
45
+ "@tiptap/extension-table-row": "3.23.6",
46
+ "@tiptap/extension-task-item": "3.23.6",
47
+ "@tiptap/extension-task-list": "3.23.6",
48
+ "@tiptap/extension-text-align": "3.23.6",
49
+ "@tiptap/extension-text-style": "3.23.6",
50
+ "@tiptap/extension-underline": "3.23.6",
51
+ "@tiptap/pm": "3.23.6",
52
+ "@tiptap/starter-kit": "3.23.6",
53
+ "@tiptap/vue-3": "3.23.6",
54
54
  "autoprefixer": "^10.4.21",
55
55
  "core-js": "3.30.1",
56
56
  "d3": "7.0.4",
@@ -78,5 +78,17 @@
78
78
  "vite": "^6.3.5",
79
79
  "vitepress": "^1.6.3",
80
80
  "vue-tsc": "^2.2.8"
81
+ },
82
+ "overrides": {
83
+ "prosemirror-model": "1.25.7",
84
+ "prosemirror-state": "1.4.4",
85
+ "prosemirror-transform": "1.12.0",
86
+ "prosemirror-view": "1.41.8"
87
+ },
88
+ "resolutions": {
89
+ "prosemirror-model": "1.25.7",
90
+ "prosemirror-state": "1.4.4",
91
+ "prosemirror-transform": "1.12.0",
92
+ "prosemirror-view": "1.41.8"
81
93
  }
82
94
  }