@fastkit/vui-wysiwyg 4.0.58 → 4.0.59

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.
@@ -332,6 +332,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
332
332
  name: StringConstructor;
333
333
  modelValue: vue.Prop<any, any>;
334
334
  autofocus: BooleanConstructor;
335
+ viewonlyPlaceholder: StringConstructor;
335
336
  spellcheck: BooleanConstructor;
336
337
  clearable: BooleanConstructor;
337
338
  validateTiming: {
@@ -474,6 +475,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
474
475
  name: StringConstructor;
475
476
  modelValue: vue.Prop<any, any>;
476
477
  autofocus: BooleanConstructor;
478
+ viewonlyPlaceholder: StringConstructor;
477
479
  spellcheck: BooleanConstructor;
478
480
  clearable: BooleanConstructor;
479
481
  validateTiming: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastkit/vui-wysiwyg",
3
- "version": "4.0.58",
3
+ "version": "4.0.59",
4
4
  "description": "vui-wysiwyg",
5
5
  "keywords": [],
6
6
  "repository": {
@@ -301,11 +301,11 @@
301
301
  "@types/markdown-it": "^13.0.0"
302
302
  },
303
303
  "devDependencies": {
304
- "@fastkit/vui": "0.16.58"
304
+ "@fastkit/vui": "0.16.59"
305
305
  },
306
306
  "peerDependencies": {
307
307
  "vue": "^3.3.0",
308
- "@fastkit/vui": "0.16.58"
308
+ "@fastkit/vui": "0.16.59"
309
309
  },
310
310
  "scripts": {
311
311
  "build": "plugboy build",