codemirror-editor-vue3
Advanced tools
Comparing version 1.2.0-beta-1 to 1.2.0-beta-2
import _CodeMirror from "codemirror"; | ||
import type { App } from "vue"; | ||
import type { EditorConfiguration } from "codemirror"; | ||
declare interface InstallConfig { | ||
events: any[]; | ||
options: EditorConfiguration; | ||
} | ||
export * from "."; | ||
import codemirror from "./src/components/index.vue"; | ||
declare const CodeMirror: typeof _CodeMirror; | ||
declare const install: (app: App, config?: InstallConfig | undefined) => App<any>; | ||
declare const install: (app: App, config?: { | ||
events: any[]; | ||
options: EditorConfiguration; | ||
} | undefined) => App<any>; | ||
export * from "./src/components/presetMode/log/utils"; | ||
@@ -631,4 +630,7 @@ export { CodeMirror, codemirror, install }; | ||
}>; | ||
install: (app: App<any>, config?: InstallConfig | undefined) => App<any>; | ||
install: (app: App<any>, config?: { | ||
events: any[]; | ||
options: _CodeMirror.EditorConfiguration; | ||
} | undefined) => App<any>; | ||
}; | ||
export default _default; |
import { Editor, EditorConfiguration } from "codemirror"; | ||
declare var Codemirror: any; | ||
export default Codemirror; | ||
export { Codemirror }; | ||
export * from "./components/presetMode/log/utils"; | ||
declare global { | ||
@@ -8,0 +4,0 @@ interface Window { |
{ | ||
"name": "codemirror-editor-vue3", | ||
"description": "CodeMirror component for Vue3", | ||
"version": "1.2.0-beta-1", | ||
"version": "1.2.0-beta-2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "files": [ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
113339
2304