@fastkit/vui-wysiwyg 2.0.0 → 3.0.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.
- package/dist/vui-wysiwyg.d.ts +1 -1
- package/package.json +3 -3
package/dist/vui-wysiwyg.d.ts
CHANGED
|
@@ -385,7 +385,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
385
385
|
valid: vue.ComputedRef<boolean>;
|
|
386
386
|
shouldValidate: vue.ComputedRef<boolean>;
|
|
387
387
|
spellcheck: vue.ComputedRef<boolean>;
|
|
388
|
-
|
|
388
|
+
sending: vue.ComputedRef<boolean>;
|
|
389
389
|
validateSelf: (force?: boolean | undefined) => Promise<_fastkit_vue_form_control__.ValidationResult>;
|
|
390
390
|
validate: () => Promise<boolean>;
|
|
391
391
|
editor: vue.ShallowRef<_tiptap_vue_3.Editor | undefined>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/vui-wysiwyg",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "vui-wysiwyg",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"repository": {
|
|
@@ -300,11 +300,11 @@
|
|
|
300
300
|
"@tiptap/vue-3": "^2.0.3"
|
|
301
301
|
},
|
|
302
302
|
"devDependencies": {
|
|
303
|
-
"@fastkit/vui": "0.
|
|
303
|
+
"@fastkit/vui": "0.15.0"
|
|
304
304
|
},
|
|
305
305
|
"peerDependencies": {
|
|
306
306
|
"vue": "^3.3.0",
|
|
307
|
-
"@fastkit/vui": "0.
|
|
307
|
+
"@fastkit/vui": "0.15.0"
|
|
308
308
|
},
|
|
309
309
|
"scripts": {
|
|
310
310
|
"build": "plugboy build",
|