@itshixun/qckeditor-vue2 1.0.8 → 1.0.9

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/index.d.ts CHANGED
@@ -39,7 +39,7 @@ declare const _default: {
39
39
  element: import('vue').Ref<HTMLElement | undefined>;
40
40
  instance: import('vue').Ref<import('ckeditor5').Editor | undefined>;
41
41
  lastEditorData: import('vue').Ref<string>;
42
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("ready" | "destroy" | "blur" | "focus" | "input" | "update:modelValue")[], string, Readonly<import('vue').ExtractPropTypes<{
42
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("blur" | "focus" | "input" | "ready" | "destroy" | "update:modelValue")[], string, Readonly<import('vue').ExtractPropTypes<{
43
43
  editor: {
44
44
  type: import('vue').PropType<any>;
45
45
  required: true;
@@ -104,7 +104,7 @@ declare const _default: {
104
104
  }, {
105
105
  ClassicEditor: typeof import('ckeditor5').ClassicEditor;
106
106
  ckeditorRef: any;
107
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("ready" | "destroy" | "blur" | "focus" | "input" | "update:modelValue")[], string, Readonly<import('vue').ExtractPropTypes<{
107
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("blur" | "focus" | "input" | "ready" | "destroy" | "update:modelValue")[], string, Readonly<import('vue').ExtractPropTypes<{
108
108
  value: {
109
109
  type: StringConstructor;
110
110
  default: string;
@@ -231,7 +231,7 @@ declare const _default: {
231
231
  handleReady: (editor: import('ckeditor5').ClassicEditor) => void;
232
232
  handleDestroy: () => void;
233
233
  handleInput: (data: string, event: import('ckeditor5').EventInfo, editor: import('ckeditor5').ClassicEditor) => void;
234
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("ready" | "destroy" | "blur" | "focus" | "input" | "update:modelValue")[], string, Readonly<import('vue').ExtractPropTypes<{
234
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("blur" | "focus" | "input" | "ready" | "destroy" | "update:modelValue")[], string, Readonly<import('vue').ExtractPropTypes<{
235
235
  value: {
236
236
  type: StringConstructor;
237
237
  default: string;