@fastkit/vui-wysiwyg 7.0.35 → 7.0.36

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.
@@ -1,3 +1,4 @@
1
+ import * as _fastkit_vui from '@fastkit/vui';
1
2
  import { VuiService, IconName, TextableControl } from '@fastkit/vui';
2
3
  import { EditorOptions, Editor, Extension, Node, Mark, AnyExtension, Extensions } from '@tiptap/vue-3';
3
4
  import * as vue from 'vue';
@@ -286,21 +287,21 @@ declare const VWysiwygEditor: vue.DefineComponent<{
286
287
  endAdornment?: (() => VNodeChild) | undefined;
287
288
  }>;
288
289
  size: {
289
- type: PropType<"sm" | "md" | "lg">;
290
+ type: PropType<_fastkit_vui.ControlSize>;
290
291
  validator: (value: any) => boolean;
291
292
  };
292
293
  loading: BooleanConstructor;
293
294
  variant: {
294
- type: PropType<"flat" | "outlined" | "filled">;
295
+ type: PropType<_fastkit_vui.ControlFieldVariant>;
295
296
  validator: (value: any) => boolean;
296
297
  };
297
298
  startAdornment: PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
298
299
  endAdornment: PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
299
300
  tabindex: {
300
- type: (NumberConstructor | StringConstructor)[];
301
+ type: (StringConstructor | NumberConstructor)[];
301
302
  default: number;
302
303
  };
303
- nodeControl: PropType<_fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>>;
304
+ nodeControl: PropType<_fastkit_vue_form_control.FormNodeControl>;
304
305
  label: PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
305
306
  hint: PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
306
307
  hinttip: PropType<_fastkit_vue_form_control.FormNodeWrapperHinttip>;
@@ -314,14 +315,14 @@ declare const VWysiwygEditor: vue.DefineComponent<{
314
315
  };
315
316
  minlength: (NumberConstructor | StringConstructor)[];
316
317
  maxlength: (NumberConstructor | StringConstructor)[];
317
- pattern: (StringConstructor | RegExpConstructor)[];
318
+ pattern: (RegExpConstructor | StringConstructor)[];
318
319
  placeholder: StringConstructor;
319
320
  autocapitalize: PropType<_fastkit_vue_form_control.FormAutoCapitalize>;
320
321
  finalizers: PropType<_fastkit_vue_form_control.TextableFinalizerSpec>;
321
- counter: PropType<string | number | boolean>;
322
+ counter: PropType<boolean | string | number>;
322
323
  counterValue: PropType<(value: string) => number>;
323
324
  limit: BooleanConstructor;
324
- autocomplete: PropType<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">;
325
+ autocomplete: PropType<_fastkit_vue_form_control.FormAutoComplete | boolean>;
325
326
  name: StringConstructor;
326
327
  tag: StringConstructor;
327
328
  modelValue: vue.Prop<any, any>;
@@ -330,7 +331,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
330
331
  readonly: BooleanConstructor;
331
332
  viewonly: BooleanConstructor;
332
333
  spellcheck: BooleanConstructor;
333
- required: BooleanConstructor | PropType<boolean>;
334
+ required: PropType<boolean> | BooleanConstructor;
334
335
  clearable: BooleanConstructor;
335
336
  validateTiming: {
336
337
  type: PropType<_fastkit_vue_form_control.ValidateTiming>;
@@ -340,7 +341,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
340
341
  type: PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
341
342
  default: () => never[];
342
343
  };
343
- validationDeps: PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
344
+ validationDeps: PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl) => any>;
344
345
  error: BooleanConstructor;
345
346
  errorMessages: PropType<string | string[]>;
346
347
  showOwnErrors: {
@@ -381,21 +382,21 @@ declare const VWysiwygEditor: vue.DefineComponent<{
381
382
  endAdornment?: (() => VNodeChild) | undefined;
382
383
  }>;
383
384
  size: {
384
- type: PropType<"sm" | "md" | "lg">;
385
+ type: PropType<_fastkit_vui.ControlSize>;
385
386
  validator: (value: any) => boolean;
386
387
  };
387
388
  loading: BooleanConstructor;
388
389
  variant: {
389
- type: PropType<"flat" | "outlined" | "filled">;
390
+ type: PropType<_fastkit_vui.ControlFieldVariant>;
390
391
  validator: (value: any) => boolean;
391
392
  };
392
393
  startAdornment: PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
393
394
  endAdornment: PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
394
395
  tabindex: {
395
- type: (NumberConstructor | StringConstructor)[];
396
+ type: (StringConstructor | NumberConstructor)[];
396
397
  default: number;
397
398
  };
398
- nodeControl: PropType<_fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>>;
399
+ nodeControl: PropType<_fastkit_vue_form_control.FormNodeControl>;
399
400
  label: PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
400
401
  hint: PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
401
402
  hinttip: PropType<_fastkit_vue_form_control.FormNodeWrapperHinttip>;
@@ -409,14 +410,14 @@ declare const VWysiwygEditor: vue.DefineComponent<{
409
410
  };
410
411
  minlength: (NumberConstructor | StringConstructor)[];
411
412
  maxlength: (NumberConstructor | StringConstructor)[];
412
- pattern: (StringConstructor | RegExpConstructor)[];
413
+ pattern: (RegExpConstructor | StringConstructor)[];
413
414
  placeholder: StringConstructor;
414
415
  autocapitalize: PropType<_fastkit_vue_form_control.FormAutoCapitalize>;
415
416
  finalizers: PropType<_fastkit_vue_form_control.TextableFinalizerSpec>;
416
- counter: PropType<string | number | boolean>;
417
+ counter: PropType<boolean | string | number>;
417
418
  counterValue: PropType<(value: string) => number>;
418
419
  limit: BooleanConstructor;
419
- autocomplete: PropType<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">;
420
+ autocomplete: PropType<_fastkit_vue_form_control.FormAutoComplete | boolean>;
420
421
  name: StringConstructor;
421
422
  tag: StringConstructor;
422
423
  modelValue: vue.Prop<any, any>;
@@ -425,7 +426,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
425
426
  readonly: BooleanConstructor;
426
427
  viewonly: BooleanConstructor;
427
428
  spellcheck: BooleanConstructor;
428
- required: BooleanConstructor | PropType<boolean>;
429
+ required: PropType<boolean> | BooleanConstructor;
429
430
  clearable: BooleanConstructor;
430
431
  validateTiming: {
431
432
  type: PropType<_fastkit_vue_form_control.ValidateTiming>;
@@ -435,7 +436,7 @@ declare const VWysiwygEditor: vue.DefineComponent<{
435
436
  type: PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
436
437
  default: () => never[];
437
438
  };
438
- validationDeps: PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
439
+ validationDeps: PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl) => any>;
439
440
  error: BooleanConstructor;
440
441
  errorMessages: PropType<string | string[]>;
441
442
  showOwnErrors: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastkit/vui-wysiwyg",
3
- "version": "7.0.35",
3
+ "version": "7.0.36",
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.34"
304
+ "@fastkit/vui": "^0.19.35"
305
305
  },
306
306
  "peerDependencies": {
307
307
  "vue": "^3.4.0",
308
- "@fastkit/vui": "^0.19.34"
308
+ "@fastkit/vui": "^0.19.35"
309
309
  },
310
310
  "scripts": {
311
311
  "build": "plugboy build",