Skip to content

Commit

Permalink
chore(vscodePlugin): upgrade deps cherry-markdown to v0.8.49 (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
RSS1102 authored Oct 6, 2024
1 parent 1193729 commit 216b759
Show file tree
Hide file tree
Showing 22 changed files with 46,054 additions and 35,879 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
export default class EChartsTableEngine {
static install(cherryOptions: any, ...args: any[]): void;
constructor(echartsOptions?: {});
options: {
renderer: string;
width: number;
height: number;
};
echartsRef: any;
dom: HTMLDivElement;
getInstance(): any;
render(type: any, options: any, tableObject: any): any;
renderBarChart(tableObject: any, options: any): any;
renderLineChart(tableObject: any, options: any): any;
$renderChartCommon(tableObject: any, options: any, type: any): any;
onDestroy(): void;
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vscodePlugin/web-resources/dist/cherry-markdown.core.js

Large diffs are not rendered by default.

1,703 changes: 1,571 additions & 132 deletions vscodePlugin/web-resources/dist/cherry-markdown.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vscodePlugin/web-resources/dist/cherry-markdown.esm.js

Large diffs are not rendered by default.

Loading

0 comments on commit 216b759

Please sign in to comment.