@fastkit/vui-wysiwyg 4.0.56 → 4.0.57
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
|
@@ -331,8 +331,8 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
331
331
|
name: StringConstructor;
|
|
332
332
|
modelValue: vue.Prop<any, any>;
|
|
333
333
|
autofocus: BooleanConstructor;
|
|
334
|
-
spellcheck: BooleanConstructor;
|
|
335
334
|
viewonly: BooleanConstructor;
|
|
335
|
+
spellcheck: 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>;
|
|
@@ -472,8 +473,8 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
472
473
|
name: StringConstructor;
|
|
473
474
|
modelValue: vue.Prop<any, any>;
|
|
474
475
|
autofocus: BooleanConstructor;
|
|
475
|
-
spellcheck: BooleanConstructor;
|
|
476
476
|
viewonly: BooleanConstructor;
|
|
477
|
+
spellcheck: BooleanConstructor;
|
|
477
478
|
clearable: BooleanConstructor;
|
|
478
479
|
validateTiming: {
|
|
479
480
|
type: PropType<_fastkit_vue_form_control__.ValidateTiming>;
|
|
@@ -512,8 +513,8 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
512
513
|
valid: boolean;
|
|
513
514
|
hiddenInfo: boolean;
|
|
514
515
|
limit: boolean;
|
|
515
|
-
spellcheck: boolean;
|
|
516
516
|
viewonly: boolean;
|
|
517
|
+
spellcheck: 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.57",
|
|
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.57"
|
|
305
305
|
},
|
|
306
306
|
"peerDependencies": {
|
|
307
307
|
"vue": "^3.3.0",
|
|
308
|
-
"@fastkit/vui": "0.16.
|
|
308
|
+
"@fastkit/vui": "0.16.57"
|
|
309
309
|
},
|
|
310
310
|
"scripts": {
|
|
311
311
|
"build": "plugboy build",
|