@fastkit/vui-wysiwyg 7.0.21 → 7.0.23

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.
@@ -453,12 +453,12 @@ declare const VWysiwygEditor: vue.DefineComponent<{
453
453
  extensions: RawWysiwygExtension[];
454
454
  autofocus: boolean;
455
455
  error: boolean;
456
+ disabled: boolean;
456
457
  loading: boolean;
457
458
  tabindex: string | number;
458
459
  hiddenInfo: boolean;
459
460
  collectErrorMessages: boolean;
460
461
  limit: boolean;
461
- disabled: boolean;
462
462
  readonly: boolean;
463
463
  viewonly: boolean;
464
464
  spellcheck: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastkit/vui-wysiwyg",
3
- "version": "7.0.21",
3
+ "version": "7.0.23",
4
4
  "description": "vui-wysiwyg",
5
5
  "keywords": [],
6
6
  "repository": {
@@ -301,11 +301,11 @@
301
301
  "@types/markdown-it": "^13.0.7"
302
302
  },
303
303
  "devDependencies": {
304
- "@fastkit/vui": "^0.19.20"
304
+ "@fastkit/vui": "^0.19.22"
305
305
  },
306
306
  "peerDependencies": {
307
307
  "vue": "^3.4.0",
308
- "@fastkit/vui": "^0.19.20"
308
+ "@fastkit/vui": "^0.19.22"
309
309
  },
310
310
  "scripts": {
311
311
  "build": "plugboy build",