md-editor-v3
Advanced tools
Comparing version 2.4.0-beta.0 to 2.4.0-beta.1
import { CodeCss, Config, ConfigOption, Footers, StaticTextDefault } from './type'; | ||
export declare const prefix = "md-editor"; | ||
export declare const iconScriptId = "md-editor-v3"; | ||
export declare const iconfontUrl = "https://at.alicdn.com/t/c/font_2605852_lxu1yrwwsea.js"; | ||
export declare const iconfontUrl = "https://at.alicdn.com/t/c/font_2605852_4cjr7o5jo0f.js"; | ||
export declare const cdnBase = "https://cdnjs.cloudflare.com/ajax/libs"; | ||
@@ -6,0 +6,0 @@ export declare const highlightUrl: string; |
@@ -138,2 +138,5 @@ import { HeadList } from './type'; | ||
}; | ||
noUploadImg: { | ||
type: import("vue").PropType<boolean>; | ||
}; | ||
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, "onChange" | "onSave" | "onUploadImg" | "onHtmlChanged" | "onGetCatalog" | "onError" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ | ||
@@ -275,2 +278,5 @@ modelValue: { | ||
}; | ||
noUploadImg: { | ||
type: import("vue").PropType<boolean>; | ||
}; | ||
}>>, { | ||
@@ -277,0 +283,0 @@ preview: boolean; |
@@ -175,2 +175,5 @@ import { App } from 'vue'; | ||
}; | ||
noUploadImg: { | ||
type: import("vue").PropType<boolean>; | ||
}; | ||
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "preview" | "htmlPreview" | "modelValue" | "theme" | "class" | "historyLength" | "pageFullScreen" | "previewOnly" | "language" | "toolbars" | "toolbarsExclude" | "noPrettier" | "editorId" | "tabWidth" | "showCodeRowNumber" | "previewTheme" | "style" | "markedHeadingId" | "tableShape" | "noMermaid" | "sanitize" | "placeholder" | "noKatex" | "codeTheme" | "footers" | "scrollAuto" | "formatCopiedText">; | ||
@@ -326,2 +329,5 @@ $attrs: { | ||
}; | ||
noUploadImg: { | ||
type: import("vue").PropType<boolean>; | ||
}; | ||
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, { | ||
@@ -511,2 +517,5 @@ preview: boolean; | ||
}; | ||
noUploadImg: { | ||
type: import("vue").PropType<boolean>; | ||
}; | ||
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & {} & import("vue").ComponentCustomProperties; | ||
@@ -652,2 +661,5 @@ __isFragment?: undefined; | ||
}; | ||
noUploadImg: { | ||
type: import("vue").PropType<boolean>; | ||
}; | ||
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, "onChange" | "onSave" | "onUploadImg" | "onHtmlChanged" | "onGetCatalog" | "onError" | "update:modelValue", { | ||
@@ -654,0 +666,0 @@ preview: boolean; |
@@ -65,3 +65,3 @@ import { marked, Renderer, Slugger } from 'marked'; | ||
urlLable?: string; | ||
UrlLablePlaceHolder?: string; | ||
urlLablePlaceHolder?: string; | ||
buttonOK?: string; | ||
@@ -68,0 +68,0 @@ }; |
{ | ||
"name": "md-editor-v3", | ||
"version": "2.4.0-beta.0", | ||
"version": "2.4.0-beta.1", | ||
"keywords": [ | ||
@@ -58,3 +58,3 @@ "vue", | ||
"@typescript-eslint/parser": "^5.23.0", | ||
"@vavt/markdown-theme": "^1.0.2", | ||
"@vavt/markdown-theme": "^1.1.0-beta.0", | ||
"@vitejs/plugin-vue": "^2.3.2", | ||
@@ -61,0 +61,0 @@ "@vitejs/plugin-vue-jsx": "^1.3.10", |
@@ -106,4 +106,5 @@ # md-editor-v3 | ||
| scrollAuto | boolean | true | Scroll default setting | | ||
| noIconfont | boolean | false | Not append iconfont script, [download](https://at.alicdn.com/t/font_2605852_pqekijay2ij.js) and import it by yourself | | ||
| noIconfont | boolean | false | Not append iconfont script, [download](https://at.alicdn.com/t/c/font_2605852_4cjr7o5jo0f.js) and import it by yourself | | ||
| formatCopiedText | (text: string) => string | (text: string) => text | Format copied code | | ||
| noUploadImg | boolean | false | Not show the entrance to upload pictures | | ||
@@ -217,3 +218,3 @@ <details> | ||
urlLable?: string; | ||
UrlLablePlaceHolder?: string; | ||
urlLablePlaceHolder?: string; | ||
buttonOK?: string; | ||
@@ -272,3 +273,3 @@ }; | ||
<svg class="md-editor-icon" aria-hidden="true"> | ||
<use xlink:href="#icon-mark"></use> | ||
<use xlink:href="#md-editor-icon-mark"></use> | ||
</svg> | ||
@@ -275,0 +276,0 @@ </template> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
475735
9162
627