@fastkit/vui-wysiwyg 4.0.79 → 4.0.80

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.
@@ -324,7 +324,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
324
324
  pattern: (RegExpConstructor | StringConstructor)[];
325
325
  placeholder: StringConstructor;
326
326
  autocapitalize: PropType<_fastkit_vue_form_control__.FormAutoCapitalize>;
327
- finishings: PropType<_fastkit_vue_form_control__.RawTextableFinishingProp>;
327
+ finalizers: PropType<_fastkit_vue_form_control__.TextableFinalizerSpec>;
328
328
  counter: PropType<string | number | boolean>;
329
329
  counterValue: PropType<(value: string) => number>;
330
330
  limit: BooleanConstructor;
@@ -466,7 +466,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
466
466
  pattern: (RegExpConstructor | StringConstructor)[];
467
467
  placeholder: StringConstructor;
468
468
  autocapitalize: PropType<_fastkit_vue_form_control__.FormAutoCapitalize>;
469
- finishings: PropType<_fastkit_vue_form_control__.RawTextableFinishingProp>;
469
+ finalizers: PropType<_fastkit_vue_form_control__.TextableFinalizerSpec>;
470
470
  counter: PropType<string | number | boolean>;
471
471
  counterValue: PropType<(value: string) => number>;
472
472
  limit: BooleanConstructor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastkit/vui-wysiwyg",
3
- "version": "4.0.79",
3
+ "version": "4.0.80",
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.79"
304
+ "@fastkit/vui": "0.16.80"
305
305
  },
306
306
  "peerDependencies": {
307
307
  "vue": "^3.3.0",
308
- "@fastkit/vui": "0.16.79"
308
+ "@fastkit/vui": "0.16.80"
309
309
  },
310
310
  "scripts": {
311
311
  "build": "plugboy build",