@guihz/trading-vue-editor-tes 0.0.230 → 0.0.231

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,4 @@
1
- import { IDocValue } from "../editor/type";
1
+ import { IDocValue } from "../components/editor/type";
2
2
  interface IItem {
3
3
  label: string;
4
4
  desc?: string;
@@ -37,6 +37,7 @@ export interface IContent {
37
37
  type?: string;
38
38
  originalExample?: string;
39
39
  }
40
+ export declare function transformCodeToHtml(code: string): Promise<string>;
40
41
  export declare function referenceItemHandle(items: IDocValue[], index?: number): Promise<IContent | undefined>;
41
42
  export declare function querySearch(key: string): {
42
43
  labelList: ISearchItem[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guihz/trading-vue-editor-tes",
3
- "version": "0.0.230",
3
+ "version": "0.0.231",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "lib"