@fastkit/vui-wysiwyg 6.0.18 → 6.0.20
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 +3 -3
- package/package.json +3 -3
package/dist/vui-wysiwyg.d.ts
CHANGED
|
@@ -328,7 +328,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
328
328
|
default: _fastkit_vue_form_control__.ValidateTiming;
|
|
329
329
|
};
|
|
330
330
|
rules: {
|
|
331
|
-
type: PropType<_fastkit_vue_form_control__.
|
|
331
|
+
type: PropType<_fastkit_vue_form_control__.RecursiveVerifiableRuleOrFn>;
|
|
332
332
|
default: () => never[];
|
|
333
333
|
};
|
|
334
334
|
validationDeps: PropType<(nodeControl: _fastkit_vue_form_control__.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -419,7 +419,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
419
419
|
default: _fastkit_vue_form_control__.ValidateTiming;
|
|
420
420
|
};
|
|
421
421
|
rules: {
|
|
422
|
-
type: PropType<_fastkit_vue_form_control__.
|
|
422
|
+
type: PropType<_fastkit_vue_form_control__.RecursiveVerifiableRuleOrFn>;
|
|
423
423
|
default: () => never[];
|
|
424
424
|
};
|
|
425
425
|
validationDeps: PropType<(nodeControl: _fastkit_vue_form_control__.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -451,7 +451,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
|
|
|
451
451
|
spellcheck: boolean;
|
|
452
452
|
clearable: boolean;
|
|
453
453
|
validateTiming: _fastkit_vue_form_control__.ValidateTiming;
|
|
454
|
-
rules: _fastkit_vue_form_control__.
|
|
454
|
+
rules: _fastkit_vue_form_control__.RecursiveVerifiableRuleOrFn;
|
|
455
455
|
showOwnErrors: boolean;
|
|
456
456
|
detach: boolean;
|
|
457
457
|
tools: RawWysiwygEditorTool[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/vui-wysiwyg",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.20",
|
|
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.18.
|
|
304
|
+
"@fastkit/vui": "0.18.20"
|
|
305
305
|
},
|
|
306
306
|
"peerDependencies": {
|
|
307
307
|
"vue": "^3.3.0",
|
|
308
|
-
"@fastkit/vui": "0.18.
|
|
308
|
+
"@fastkit/vui": "0.18.20"
|
|
309
309
|
},
|
|
310
310
|
"scripts": {
|
|
311
311
|
"build": "plugboy build",
|