bto-md-editor 0.1.5 → 0.1.7

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/App.vue.d.ts CHANGED
@@ -11,6 +11,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
11
11
  image?: number;
12
12
  video?: number;
13
13
  };
14
+ readonly?: boolean;
14
15
  }> & Readonly<{
15
16
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
16
17
  "onUpdate:markdown"?: ((value: string) => any) | undefined;
@@ -40,6 +41,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
40
41
  image?: number;
41
42
  video?: number;
42
43
  };
44
+ readonly?: boolean;
43
45
  }> & Readonly<{
44
46
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
45
47
  "onUpdate:markdown"?: ((value: string) => any) | undefined;
@@ -13,6 +13,7 @@ type __VLS_Props = {
13
13
  imageUploader?: (file: File) => Promise<string>;
14
14
  uploadSizeLimit?: UploadSizeLimit;
15
15
  fullscreen?: boolean;
16
+ disabled?: boolean;
16
17
  };
17
18
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
18
19
  openLinkModal: () => any;
@@ -17,6 +17,7 @@ type __VLS_Props = {
17
17
  videoUploader?: (file: File) => Promise<string>;
18
18
  caretColor?: string;
19
19
  uploadSizeLimit?: UploadSizeLimit;
20
+ readonly?: boolean;
20
21
  };
21
22
  declare function getMarkdown(): any;
22
23
  declare const _default: import('vue').DefineComponent<__VLS_Props, {