@fastkit/vui-wysiwyg 4.0.57 → 4.0.58
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 +3 -3
- package/package.json +3 -3
package/dist/vui-wysiwyg.d.ts
CHANGED
|
@@ -311,6 +311,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
311
311
|
errorMessages: PropType<string | string[]>;
|
|
312
312
|
disabled: BooleanConstructor;
|
|
313
313
|
readonly: BooleanConstructor;
|
|
314
|
+
viewonly: BooleanConstructor;
|
|
314
315
|
touched: BooleanConstructor;
|
|
315
316
|
untouched: BooleanConstructor;
|
|
316
317
|
required: BooleanConstructor;
|
|
@@ -331,7 +332,6 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
331
332
|
name: StringConstructor;
|
|
332
333
|
modelValue: vue.Prop<any, any>;
|
|
333
334
|
autofocus: BooleanConstructor;
|
|
334
|
-
viewonly: BooleanConstructor;
|
|
335
335
|
spellcheck: BooleanConstructor;
|
|
336
336
|
clearable: BooleanConstructor;
|
|
337
337
|
validateTiming: {
|
|
@@ -453,6 +453,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
453
453
|
errorMessages: PropType<string | string[]>;
|
|
454
454
|
disabled: BooleanConstructor;
|
|
455
455
|
readonly: BooleanConstructor;
|
|
456
|
+
viewonly: BooleanConstructor;
|
|
456
457
|
touched: BooleanConstructor;
|
|
457
458
|
untouched: BooleanConstructor;
|
|
458
459
|
required: BooleanConstructor;
|
|
@@ -473,7 +474,6 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
473
474
|
name: StringConstructor;
|
|
474
475
|
modelValue: vue.Prop<any, any>;
|
|
475
476
|
autofocus: BooleanConstructor;
|
|
476
|
-
viewonly: BooleanConstructor;
|
|
477
477
|
spellcheck: BooleanConstructor;
|
|
478
478
|
clearable: BooleanConstructor;
|
|
479
479
|
validateTiming: {
|
|
@@ -507,13 +507,13 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
507
507
|
errors: _fastkit_vue_form_control__.FormNodeError[];
|
|
508
508
|
disabled: boolean;
|
|
509
509
|
readonly: boolean;
|
|
510
|
+
viewonly: boolean;
|
|
510
511
|
touched: boolean;
|
|
511
512
|
untouched: boolean;
|
|
512
513
|
required: boolean;
|
|
513
514
|
valid: boolean;
|
|
514
515
|
hiddenInfo: boolean;
|
|
515
516
|
limit: boolean;
|
|
516
|
-
viewonly: boolean;
|
|
517
517
|
spellcheck: boolean;
|
|
518
518
|
clearable: boolean;
|
|
519
519
|
validateTiming: _fastkit_vue_form_control__.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.58",
|
|
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.58"
|
|
305
305
|
},
|
|
306
306
|
"peerDependencies": {
|
|
307
307
|
"vue": "^3.3.0",
|
|
308
|
-
"@fastkit/vui": "0.16.
|
|
308
|
+
"@fastkit/vui": "0.16.58"
|
|
309
309
|
},
|
|
310
310
|
"scripts": {
|
|
311
311
|
"build": "plugboy build",
|