File tree Expand file tree Collapse file tree 6 files changed +2080
-1411
lines changed
src/tools/html-wysiwyg-editor/editor Expand file tree Collapse file tree 6 files changed +2080
-1411
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,9 @@ declare module '@vue/runtime-core' {
131
131
NavbarButtons : typeof import ( './src/components/NavbarButtons.vue' ) [ 'default' ]
132
132
NCode : typeof import ( 'naive-ui' ) [ 'NCode' ]
133
133
NCollapseTransition : typeof import ( 'naive-ui' ) [ 'NCollapseTransition' ]
134
+ NColorPicker : typeof import ( 'naive-ui' ) [ 'NColorPicker' ]
134
135
NConfigProvider : typeof import ( 'naive-ui' ) [ 'NConfigProvider' ]
136
+ NDivider : typeof import ( 'naive-ui' ) [ 'NDivider' ]
135
137
NEllipsis : typeof import ( 'naive-ui' ) [ 'NEllipsis' ]
136
138
NForm : typeof import ( 'naive-ui' ) [ 'NForm' ]
137
139
NFormItem : typeof import ( 'naive-ui' ) [ 'NFormItem' ]
Original file line number Diff line number Diff line change 38
38
"@it-tools/bip39" : " ^0.0.4" ,
39
39
"@it-tools/oggen" : " ^1.3.0" ,
40
40
"@sindresorhus/slugify" : " ^2.2.1" ,
41
- "@tiptap/pm" : " 2.1.6" ,
42
- "@tiptap/starter-kit" : " 2.1.6" ,
43
- "@tiptap/vue-3" : " 2.0.3" ,
41
+ "@tiptap/extension-color" : " ^2.7.4" ,
42
+ "@tiptap/extension-gapcursor" : " ^2.7.4" ,
43
+ "@tiptap/extension-highlight" : " ^2.7.4" ,
44
+ "@tiptap/extension-table" : " ^2.7.4" ,
45
+ "@tiptap/extension-table-cell" : " ^2.7.4" ,
46
+ "@tiptap/extension-table-header" : " ^2.7.4" ,
47
+ "@tiptap/extension-table-row" : " ^2.7.4" ,
48
+ "@tiptap/extension-text-style" : " ^2.7.4" ,
49
+ "@tiptap/pm" : " 2.7.4" ,
50
+ "@tiptap/starter-kit" : " 2.7.4" ,
51
+ "@tiptap/vue-3" : " 2.7.4" ,
44
52
"@types/figlet" : " ^1.5.8" ,
45
53
"@vicons/material" : " ^0.12.0" ,
46
54
"@vicons/tabler" : " ^0.12.0" ,
You can’t perform that action at this time.
0 commit comments