@fastkit/vui-wysiwyg 4.0.60 → 4.0.61
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 +0 -2
- package/package.json +3 -3
package/dist/vui-wysiwyg.d.ts
CHANGED
|
@@ -332,7 +332,6 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
332
332
|
name: StringConstructor;
|
|
333
333
|
modelValue: vue.Prop<any, any>;
|
|
334
334
|
autofocus: BooleanConstructor;
|
|
335
|
-
viewonlyPlaceholder: StringConstructor;
|
|
336
335
|
spellcheck: BooleanConstructor;
|
|
337
336
|
clearable: BooleanConstructor;
|
|
338
337
|
validateTiming: {
|
|
@@ -475,7 +474,6 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
475
474
|
name: StringConstructor;
|
|
476
475
|
modelValue: vue.Prop<any, any>;
|
|
477
476
|
autofocus: BooleanConstructor;
|
|
478
|
-
viewonlyPlaceholder: StringConstructor;
|
|
479
477
|
spellcheck: BooleanConstructor;
|
|
480
478
|
clearable: BooleanConstructor;
|
|
481
479
|
validateTiming: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/vui-wysiwyg",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.61",
|
|
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.
|
|
304
|
+
"@fastkit/vui": "0.16.61"
|
|
305
305
|
},
|
|
306
306
|
"peerDependencies": {
|
|
307
307
|
"vue": "^3.3.0",
|
|
308
|
-
"@fastkit/vui": "0.16.
|
|
308
|
+
"@fastkit/vui": "0.16.61"
|
|
309
309
|
},
|
|
310
310
|
"scripts": {
|
|
311
311
|
"build": "plugboy build",
|