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