@fastkit/vui-wysiwyg 4.0.81 → 4.0.83

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.
@@ -291,7 +291,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
291
291
  type: (StringConstructor | NumberConstructor)[];
292
292
  default: number;
293
293
  };
294
- nodeControl: PropType<_fastkit_vue_form_control__.FormNodeControl<any, any>>;
294
+ nodeControl: PropType<_fastkit_vue_form_control__.FormNodeControl<any, any, BooleanConstructor>>;
295
295
  label: PropType<_fastkit_vue_utils__.VNodeChildOrSlot>;
296
296
  hint: PropType<_fastkit_vue_utils__.VNodeChildOrSlot>;
297
297
  hinttip: PropType<_fastkit_vue_form_control__.FormControlHinttip>;
@@ -341,7 +341,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
341
341
  type: PropType<_fastkit_vue_form_control__.RecursiveVerifiableRule>;
342
342
  default: () => never[];
343
343
  };
344
- validationDeps: PropType<(nodeControl: _fastkit_vue_form_control__.FormNodeControl<any, any>) => any>;
344
+ validationDeps: PropType<(nodeControl: _fastkit_vue_form_control__.FormNodeControl<any, any, BooleanConstructor>) => any>;
345
345
  error: BooleanConstructor;
346
346
  showOwnErrors: {
347
347
  type: BooleanConstructor;
@@ -391,7 +391,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
391
391
  type: (StringConstructor | NumberConstructor)[];
392
392
  default: number;
393
393
  };
394
- nodeControl: PropType<_fastkit_vue_form_control__.FormNodeControl<any, any>>;
394
+ nodeControl: PropType<_fastkit_vue_form_control__.FormNodeControl<any, any, BooleanConstructor>>;
395
395
  label: PropType<_fastkit_vue_utils__.VNodeChildOrSlot>;
396
396
  hint: PropType<_fastkit_vue_utils__.VNodeChildOrSlot>;
397
397
  hinttip: PropType<_fastkit_vue_form_control__.FormControlHinttip>;
@@ -441,7 +441,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
441
441
  type: PropType<_fastkit_vue_form_control__.RecursiveVerifiableRule>;
442
442
  default: () => never[];
443
443
  };
444
- validationDeps: PropType<(nodeControl: _fastkit_vue_form_control__.FormNodeControl<any, any>) => any>;
444
+ validationDeps: PropType<(nodeControl: _fastkit_vue_form_control__.FormNodeControl<any, any, BooleanConstructor>) => any>;
445
445
  error: BooleanConstructor;
446
446
  showOwnErrors: {
447
447
  type: BooleanConstructor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastkit/vui-wysiwyg",
3
- "version": "4.0.81",
3
+ "version": "4.0.83",
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.81"
304
+ "@fastkit/vui": "0.16.83"
305
305
  },
306
306
  "peerDependencies": {
307
307
  "vue": "^3.3.0",
308
- "@fastkit/vui": "0.16.81"
308
+ "@fastkit/vui": "0.16.83"
309
309
  },
310
310
  "scripts": {
311
311
  "build": "plugboy build",