@fastkit/vui-wysiwyg 4.0.56 → 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 +4 -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;
|
|
@@ -332,7 +333,6 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
332
333
|
modelValue: vue.Prop<any, any>;
|
|
333
334
|
autofocus: BooleanConstructor;
|
|
334
335
|
spellcheck: BooleanConstructor;
|
|
335
|
-
viewonly: BooleanConstructor;
|
|
336
336
|
clearable: BooleanConstructor;
|
|
337
337
|
validateTiming: {
|
|
338
338
|
type: PropType<_fastkit_vue_form_control__.ValidateTiming>;
|
|
@@ -379,6 +379,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
379
379
|
hasError: vue.ComputedRef<boolean>;
|
|
380
380
|
isDisabled: vue.ComputedRef<boolean>;
|
|
381
381
|
isReadonly: vue.ComputedRef<boolean>;
|
|
382
|
+
isViewonly: boolean;
|
|
382
383
|
canOperation: vue.ComputedRef<boolean>;
|
|
383
384
|
touched: vue.ComputedRef<boolean>;
|
|
384
385
|
untouched: vue.ComputedRef<boolean>;
|
|
@@ -452,6 +453,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
452
453
|
errorMessages: PropType<string | string[]>;
|
|
453
454
|
disabled: BooleanConstructor;
|
|
454
455
|
readonly: BooleanConstructor;
|
|
456
|
+
viewonly: BooleanConstructor;
|
|
455
457
|
touched: BooleanConstructor;
|
|
456
458
|
untouched: BooleanConstructor;
|
|
457
459
|
required: BooleanConstructor;
|
|
@@ -473,7 +475,6 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
473
475
|
modelValue: vue.Prop<any, any>;
|
|
474
476
|
autofocus: BooleanConstructor;
|
|
475
477
|
spellcheck: BooleanConstructor;
|
|
476
|
-
viewonly: BooleanConstructor;
|
|
477
478
|
clearable: BooleanConstructor;
|
|
478
479
|
validateTiming: {
|
|
479
480
|
type: PropType<_fastkit_vue_form_control__.ValidateTiming>;
|
|
@@ -506,6 +507,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
506
507
|
errors: _fastkit_vue_form_control__.FormNodeError[];
|
|
507
508
|
disabled: boolean;
|
|
508
509
|
readonly: boolean;
|
|
510
|
+
viewonly: boolean;
|
|
509
511
|
touched: boolean;
|
|
510
512
|
untouched: boolean;
|
|
511
513
|
required: boolean;
|
|
@@ -513,7 +515,6 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
513
515
|
hiddenInfo: boolean;
|
|
514
516
|
limit: boolean;
|
|
515
517
|
spellcheck: boolean;
|
|
516
|
-
viewonly: boolean;
|
|
517
518
|
clearable: boolean;
|
|
518
519
|
validateTiming: _fastkit_vue_form_control__.ValidateTiming;
|
|
519
520
|
rules: _fastkit_vue_form_control__.RecursiveValidatableRule;
|
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",
|