@fastkit/vui-wysiwyg 4.0.9 → 4.0.11
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 +2 -2
- package/package.json +3 -3
package/dist/vui-wysiwyg.d.ts
CHANGED
|
@@ -306,6 +306,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
306
306
|
type: PropType<_fastkit_vue_form_control__.FormNodeError[]>;
|
|
307
307
|
default: () => _fastkit_vue_form_control__.FormNodeError[];
|
|
308
308
|
};
|
|
309
|
+
errorMessages: PropType<string | string[]>;
|
|
309
310
|
disabled: BooleanConstructor;
|
|
310
311
|
readonly: BooleanConstructor;
|
|
311
312
|
touched: BooleanConstructor;
|
|
@@ -341,7 +342,6 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
341
342
|
};
|
|
342
343
|
validationDeps: PropType<(nodeControl: _fastkit_vue_form_control__.FormNodeControl<any, any>) => any>;
|
|
343
344
|
error: BooleanConstructor;
|
|
344
|
-
errorMessages: PropType<string | string[]>;
|
|
345
345
|
}, {
|
|
346
346
|
focus: (position?: FocusPosition, options?: {
|
|
347
347
|
scrollIntoView?: boolean | undefined;
|
|
@@ -445,6 +445,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
445
445
|
type: PropType<_fastkit_vue_form_control__.FormNodeError[]>;
|
|
446
446
|
default: () => _fastkit_vue_form_control__.FormNodeError[];
|
|
447
447
|
};
|
|
448
|
+
errorMessages: PropType<string | string[]>;
|
|
448
449
|
disabled: BooleanConstructor;
|
|
449
450
|
readonly: BooleanConstructor;
|
|
450
451
|
touched: BooleanConstructor;
|
|
@@ -480,7 +481,6 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
480
481
|
};
|
|
481
482
|
validationDeps: PropType<(nodeControl: _fastkit_vue_form_control__.FormNodeControl<any, any>) => any>;
|
|
482
483
|
error: BooleanConstructor;
|
|
483
|
-
errorMessages: PropType<string | string[]>;
|
|
484
484
|
}>> & {
|
|
485
485
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
486
486
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/vui-wysiwyg",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.11",
|
|
4
4
|
"description": "vui-wysiwyg",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"repository": {
|
|
@@ -300,11 +300,11 @@
|
|
|
300
300
|
"@tiptap/vue-3": "^2.0.3"
|
|
301
301
|
},
|
|
302
302
|
"devDependencies": {
|
|
303
|
-
"@fastkit/vui": "0.16.
|
|
303
|
+
"@fastkit/vui": "0.16.11"
|
|
304
304
|
},
|
|
305
305
|
"peerDependencies": {
|
|
306
306
|
"vue": "^3.3.0",
|
|
307
|
-
"@fastkit/vui": "0.16.
|
|
307
|
+
"@fastkit/vui": "0.16.11"
|
|
308
308
|
},
|
|
309
309
|
"scripts": {
|
|
310
310
|
"build": "plugboy build",
|