@fastkit/vui-wysiwyg 2.0.1 → 4.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.
@@ -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
- submiting: vue.ComputedRef<boolean>;
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": "2.0.1",
3
+ "version": "4.0.0",
4
4
  "description": "vui-wysiwyg",
5
5
  "keywords": [],
6
6
  "repository": {
@@ -19,6 +19,12 @@
19
19
  "default": "./dist/vui-wysiwyg.mjs"
20
20
  }
21
21
  },
22
+ "./tiptap/core": {
23
+ "types": "./dist/tiptap/core.d.ts",
24
+ "import": {
25
+ "default": "./dist/tiptap/core.mjs"
26
+ }
27
+ },
22
28
  "./pm/view": {
23
29
  "types": "./dist/pm/view.d.ts",
24
30
  "import": {
@@ -127,12 +133,6 @@
127
133
  "default": "./dist/pm/changeset.mjs"
128
134
  }
129
135
  },
130
- "./tiptap/core": {
131
- "types": "./dist/tiptap/core.d.ts",
132
- "import": {
133
- "default": "./dist/tiptap/core.mjs"
134
- }
135
- },
136
136
  "./tiptap/extensions/underline": {
137
137
  "types": "./dist/tiptap/extensions/underline.d.ts",
138
138
  "import": {
@@ -196,6 +196,9 @@
196
196
  ".": [
197
197
  "./dist/vui-wysiwyg.d.ts"
198
198
  ],
199
+ "tiptap/core": [
200
+ "./dist/tiptap/core.d.ts"
201
+ ],
199
202
  "pm/view": [
200
203
  "./dist/pm/view.d.ts"
201
204
  ],
@@ -250,9 +253,6 @@
250
253
  "pm/changeset": [
251
254
  "./dist/pm/changeset.d.ts"
252
255
  ],
253
- "tiptap/core": [
254
- "./dist/tiptap/core.d.ts"
255
- ],
256
256
  "tiptap/extensions/underline": [
257
257
  "./dist/tiptap/extensions/underline.d.ts"
258
258
  ],
@@ -300,11 +300,11 @@
300
300
  "@tiptap/vue-3": "^2.0.3"
301
301
  },
302
302
  "devDependencies": {
303
- "@fastkit/vui": "0.14.1"
303
+ "@fastkit/vui": "0.16.0"
304
304
  },
305
305
  "peerDependencies": {
306
306
  "vue": "^3.3.0",
307
- "@fastkit/vui": "0.14.1"
307
+ "@fastkit/vui": "0.16.0"
308
308
  },
309
309
  "scripts": {
310
310
  "build": "plugboy build",