@fastkit/vui-wysiwyg 7.0.51 → 7.0.52

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.
@@ -322,7 +322,10 @@ declare const VWysiwygEditor: vue.DefineComponent<{
322
322
  counter: PropType<boolean | string | number>;
323
323
  counterValue: PropType<(value: string) => number>;
324
324
  limit: BooleanConstructor;
325
- autocomplete: PropType<_fastkit_vue_form_control.FormAutoComplete | boolean>;
325
+ autocomplete: {
326
+ type: PropType<_fastkit_vue_form_control.FormAutoComplete | boolean>;
327
+ default: () => boolean | "off" | "on" | "name" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "email" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "url" | "photo" | undefined;
328
+ };
326
329
  name: StringConstructor;
327
330
  tag: StringConstructor;
328
331
  modelValue: vue.Prop<any, any>;
@@ -417,7 +420,10 @@ declare const VWysiwygEditor: vue.DefineComponent<{
417
420
  counter: PropType<boolean | string | number>;
418
421
  counterValue: PropType<(value: string) => number>;
419
422
  limit: BooleanConstructor;
420
- autocomplete: PropType<_fastkit_vue_form_control.FormAutoComplete | boolean>;
423
+ autocomplete: {
424
+ type: PropType<_fastkit_vue_form_control.FormAutoComplete | boolean>;
425
+ default: () => boolean | "off" | "on" | "name" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "email" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "url" | "photo" | undefined;
426
+ };
421
427
  name: StringConstructor;
422
428
  tag: StringConstructor;
423
429
  modelValue: vue.Prop<any, any>;
@@ -460,6 +466,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
460
466
  hiddenInfo: boolean;
461
467
  collectErrorMessages: boolean;
462
468
  limit: boolean;
469
+ autocomplete: boolean | "name" | "email" | "tel" | "url" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "photo";
463
470
  readonly: boolean;
464
471
  viewonly: boolean;
465
472
  spellcheck: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastkit/vui-wysiwyg",
3
- "version": "7.0.51",
3
+ "version": "7.0.52",
4
4
  "description": "vui-wysiwyg",
5
5
  "keywords": [],
6
6
  "repository": {
@@ -301,11 +301,11 @@
301
301
  "@types/markdown-it": "^14.1.1"
302
302
  },
303
303
  "devDependencies": {
304
- "@fastkit/vui": "^0.19.50"
304
+ "@fastkit/vui": "^0.19.51"
305
305
  },
306
306
  "peerDependencies": {
307
307
  "vue": "^3.4.0",
308
- "@fastkit/vui": "^0.19.50"
308
+ "@fastkit/vui": "^0.19.51"
309
309
  },
310
310
  "scripts": {
311
311
  "build": "plugboy build",