@fastkit/vui-wysiwyg 4.0.15 → 4.0.18
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 +10 -0
- package/package.json +3 -3
package/dist/vui-wysiwyg.d.ts
CHANGED
|
@@ -269,9 +269,11 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
269
269
|
disabledMinHeight: BooleanConstructor;
|
|
270
270
|
disabledMaxHeight: BooleanConstructor;
|
|
271
271
|
'v-slots': PropType<{
|
|
272
|
+
[x: `error:${string}`]: (error: _fastkit_vue_form_control__.FormNodeError) => VNodeChild;
|
|
272
273
|
label?: ((form: _fastkit_vue_form_control__.FormControl) => VNodeChild) | undefined;
|
|
273
274
|
hint?: ((form: _fastkit_vue_form_control__.FormControl) => VNodeChild) | undefined;
|
|
274
275
|
infoAppends?: ((form: _fastkit_vue_form_control__.FormControl) => VNodeChild) | undefined;
|
|
276
|
+
error?: ((error: _fastkit_vue_form_control__.FormNodeError) => VNodeChild) | undefined;
|
|
275
277
|
default?: (() => VNodeChild) | undefined;
|
|
276
278
|
startAdornment?: (() => VNodeChild) | undefined;
|
|
277
279
|
endAdornment?: (() => VNodeChild) | undefined;
|
|
@@ -408,9 +410,11 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
408
410
|
disabledMinHeight: BooleanConstructor;
|
|
409
411
|
disabledMaxHeight: BooleanConstructor;
|
|
410
412
|
'v-slots': PropType<{
|
|
413
|
+
[x: `error:${string}`]: (error: _fastkit_vue_form_control__.FormNodeError) => VNodeChild;
|
|
411
414
|
label?: ((form: _fastkit_vue_form_control__.FormControl) => VNodeChild) | undefined;
|
|
412
415
|
hint?: ((form: _fastkit_vue_form_control__.FormControl) => VNodeChild) | undefined;
|
|
413
416
|
infoAppends?: ((form: _fastkit_vue_form_control__.FormControl) => VNodeChild) | undefined;
|
|
417
|
+
error?: ((error: _fastkit_vue_form_control__.FormNodeError) => VNodeChild) | undefined;
|
|
414
418
|
default?: (() => VNodeChild) | undefined;
|
|
415
419
|
startAdornment?: (() => VNodeChild) | undefined;
|
|
416
420
|
endAdornment?: (() => VNodeChild) | undefined;
|
|
@@ -518,6 +522,9 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
518
522
|
disabledMinHeight: boolean;
|
|
519
523
|
disabledMaxHeight: boolean;
|
|
520
524
|
}, _fastkit_vue_utils__.DefinedSlots<{
|
|
525
|
+
[x: `error:${string}`]: (error: _fastkit_vue_form_control__.FormNodeError) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
526
|
+
[key: string]: any;
|
|
527
|
+
}>[];
|
|
521
528
|
label?: ((form: _fastkit_vue_form_control__.FormControl) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
522
529
|
[key: string]: any;
|
|
523
530
|
}>[]) | undefined;
|
|
@@ -527,6 +534,9 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
527
534
|
infoAppends?: ((form: _fastkit_vue_form_control__.FormControl) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
528
535
|
[key: string]: any;
|
|
529
536
|
}>[]) | undefined;
|
|
537
|
+
error?: ((error: _fastkit_vue_form_control__.FormNodeError) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
538
|
+
[key: string]: any;
|
|
539
|
+
}>[]) | undefined;
|
|
530
540
|
} & {
|
|
531
541
|
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
532
542
|
[key: string]: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/vui-wysiwyg",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.18",
|
|
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.18"
|
|
304
304
|
},
|
|
305
305
|
"peerDependencies": {
|
|
306
306
|
"vue": "^3.3.0",
|
|
307
|
-
"@fastkit/vui": "0.16.
|
|
307
|
+
"@fastkit/vui": "0.16.18"
|
|
308
308
|
},
|
|
309
309
|
"scripts": {
|
|
310
310
|
"build": "plugboy build",
|