@creatorsn/powereditor3 0.1.0 → 0.1.2

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,4 +1,9 @@
1
1
  declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
2
+ save: (...args: any[]) => any;
3
+ saveMarkdown: (...args: any[]) => any;
4
+ computeMarkdown: (...args: any[]) => any;
5
+ insertMarkdown: (...args: any[]) => any;
6
+ editor: () => any;
2
7
  $emit: (event: "change" | "content-change" | "on-mounted" | "container-scroll" | "save-json" | "save-html", ...args: any[]) => void;
3
8
  modelValue: string;
4
9
  placeholder: string;
@@ -97,10 +102,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
97
102
  type: string;
98
103
  content: never[];
99
104
  };
100
- insertMarkdown(content: any): {
101
- type: string;
102
- content: never[];
103
- };
105
+ insertMarkdown(content: any): any;
104
106
  saveMarkdown(): string;
105
107
  save(): void;
106
108
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@creatorsn/powereditor3",
3
3
  "private": false,
4
- "version": "0.1.0",
4
+ "version": "0.1.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -78,4 +78,4 @@
78
78
  "vitepress": "^1.6.3",
79
79
  "vue-tsc": "^2.2.8"
80
80
  }
81
- }
81
+ }