bto-md-editor 0.1.11 → 0.1.13

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
@@ -12,6 +12,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
12
12
  video?: number;
13
13
  };
14
14
  readonly?: boolean;
15
+ theme?: "light" | "dark";
15
16
  }> & Readonly<{
16
17
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
17
18
  "onUpdate:markdown"?: ((value: string) => any) | undefined;
@@ -42,6 +43,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
42
43
  video?: number;
43
44
  };
44
45
  readonly?: boolean;
46
+ theme?: "light" | "dark";
45
47
  }> & Readonly<{
46
48
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
47
49
  "onUpdate:markdown"?: ((value: string) => any) | undefined;
@@ -1,5 +1,5 @@
1
1
  type __VLS_Props = {
2
- editor: Editor | null;
2
+ editor: any | null;
3
3
  };
4
4
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
5
5
  rootRef: HTMLDivElement;
@@ -1,5 +1,5 @@
1
1
  type __VLS_Props = {
2
- editor: Editor | null;
2
+ editor: any | null;
3
3
  currentBg?: string;
4
4
  };
5
5
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
@@ -1,5 +1,5 @@
1
1
  type __VLS_Props = {
2
- editor: Editor | null;
2
+ editor: any | null;
3
3
  };
4
4
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
5
5
  rootRef: HTMLDivElement;
@@ -1,5 +1,5 @@
1
1
  type __VLS_Props = {
2
- editor: Editor | null;
2
+ editor: any | null;
3
3
  };
4
4
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
5
5
  rootRef: HTMLDivElement;
@@ -1,5 +1,5 @@
1
1
  type __VLS_Props = {
2
- editor: Editor | null;
2
+ editor: any | null;
3
3
  };
4
4
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
5
5
  rootRef: HTMLDivElement;
@@ -11,6 +11,7 @@ type __VLS_Props = {
11
11
  offset?: number;
12
12
  open?: boolean;
13
13
  pinned?: boolean;
14
+ theme?: 'light' | 'dark';
14
15
  };
15
16
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
16
17
  select: (item: {
@@ -18,6 +18,7 @@ type __VLS_Props = {
18
18
  caretColor?: string;
19
19
  uploadSizeLimit?: UploadSizeLimit;
20
20
  readonly?: boolean;
21
+ theme?: 'light' | 'dark';
21
22
  };
22
23
  declare function getMarkdown(): any;
23
24
  declare const _default: import('vue').DefineComponent<__VLS_Props, {
@@ -1,11 +1,10 @@
1
1
  type SizeProp = number | string | undefined;
2
2
  type __VLS_Props = {
3
3
  name: string;
4
- color?: {
5
- type: string;
6
- default: '#000';
7
- };
4
+ color?: string;
8
5
  size?: SizeProp;
9
6
  };
10
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
7
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
8
+ color: string;
9
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
11
10
  export default _default;
package/dist/main.d.ts CHANGED
@@ -1 +0,0 @@
1
- export {};