@nocobase/plugin-block-markdown 2.0.0-alpha.22
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.
- package/LICENSE.txt +172 -0
- package/README.md +1 -0
- package/build.config.ts +15 -0
- package/client.d.ts +2 -0
- package/client.js +1 -0
- package/dist/client/index.d.ts +9 -0
- package/dist/client/index.js +10 -0
- package/dist/client/locale.d.ts +10 -0
- package/dist/client/models/MarkdownBlockModel.d.ts +13 -0
- package/dist/client/models/index.d.ts +10 -0
- package/dist/client/plugin.d.ts +15 -0
- package/dist/client/vditor/dist/css/content-theme/ant-design.css +210 -0
- package/dist/client/vditor/dist/css/content-theme/dark.css +123 -0
- package/dist/client/vditor/dist/css/content-theme/light.css +101 -0
- package/dist/client/vditor/dist/css/content-theme/wechat.css +94 -0
- package/dist/client/vditor/dist/images/emoji/b3log.png +0 -0
- package/dist/client/vditor/dist/images/emoji/chainbook.png +0 -0
- package/dist/client/vditor/dist/images/emoji/doge.png +0 -0
- package/dist/client/vditor/dist/images/emoji/hacpai.png +0 -0
- package/dist/client/vditor/dist/images/emoji/huaji.gif +0 -0
- package/dist/client/vditor/dist/images/emoji/latke.png +0 -0
- package/dist/client/vditor/dist/images/emoji/liandi.png +0 -0
- package/dist/client/vditor/dist/images/emoji/lute.png +0 -0
- package/dist/client/vditor/dist/images/emoji/octocat.png +0 -0
- package/dist/client/vditor/dist/images/emoji/pipe.png +0 -0
- package/dist/client/vditor/dist/images/emoji/siyuan.png +0 -0
- package/dist/client/vditor/dist/images/emoji/solo.png +0 -0
- package/dist/client/vditor/dist/images/emoji/sym.png +0 -0
- package/dist/client/vditor/dist/images/emoji/trollface.png +0 -0
- package/dist/client/vditor/dist/images/emoji/vditor.png +0 -0
- package/dist/client/vditor/dist/images/emoji/wide.png +0 -0
- package/dist/client/vditor/dist/images/emoji/wulian.png +0 -0
- package/dist/client/vditor/dist/images/img-loading.svg +1 -0
- package/dist/client/vditor/dist/images/logo.png +0 -0
- package/dist/client/vditor/dist/index.css +1836 -0
- package/dist/client/vditor/dist/index.d.ts +76 -0
- package/dist/client/vditor/dist/index.min.js +10 -0
- package/dist/client/vditor/dist/js/abcjs/abcjs_basic.min.js +12 -0
- package/dist/client/vditor/dist/js/echarts/echarts.min.js +32 -0
- package/dist/client/vditor/dist/js/flowchart.js/flowchart.min.js +17 -0
- package/dist/client/vditor/dist/js/graphviz/full.render.js +99 -0
- package/dist/client/vditor/dist/js/graphviz/viz.js +342 -0
- package/dist/client/vditor/dist/js/highlight.js/highlight.pack.js +1626 -0
- package/dist/client/vditor/dist/js/highlight.js/solidity.min.js +82 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/abap.css +155 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/algol.css +143 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/algol_nu.css +90 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/ant-design.css +469 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/arduino.css +157 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/autumn.css +138 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/borland.css +147 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/bw.css +150 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/colorful.css +158 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/dracula.css +140 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/emacs.css +167 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/friendly.css +183 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/fruity.css +123 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/github.css +174 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/igor.css +124 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/lovelace.css +146 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/manni.css +139 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/monokai.css +132 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/monokailight.css +180 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/murphy.css +144 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/native.css +164 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/paraiso-dark.css +137 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/paraiso-light.css +136 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/pastie.css +180 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/perldoc.css +141 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/pygments.css +159 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/rainbow_dash.css +164 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/rrt.css +159 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/solarized-dark.css +146 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/solarized-dark256.css +146 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/solarized-light.css +163 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/swapoff.css +144 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/tango.css +183 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/trac.css +167 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/vim.css +144 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/vs.css +113 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/xcode.css +174 -0
- package/dist/client/vditor/dist/js/highlight.js/yul.min.js +39 -0
- package/dist/client/vditor/dist/js/i18n/en_US.js +94 -0
- package/dist/client/vditor/dist/js/i18n/fr_FR.js +94 -0
- package/dist/client/vditor/dist/js/i18n/ja_JP.js +94 -0
- package/dist/client/vditor/dist/js/i18n/ko_KR.js +94 -0
- package/dist/client/vditor/dist/js/i18n/pt_BR.js +94 -0
- package/dist/client/vditor/dist/js/i18n/ru_RU.js +94 -0
- package/dist/client/vditor/dist/js/i18n/sv_SE.js +94 -0
- package/dist/client/vditor/dist/js/i18n/zh_CN.js +94 -0
- package/dist/client/vditor/dist/js/i18n/zh_TW.js +94 -0
- package/dist/client/vditor/dist/js/icons/ant.js +183 -0
- package/dist/client/vditor/dist/js/icons/material.js +204 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_AMS-Regular.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_AMS-Regular.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_AMS-Regular.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Caligraphic-Bold.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Caligraphic-Bold.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Caligraphic-Regular.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Caligraphic-Regular.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Fraktur-Bold.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Fraktur-Bold.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Fraktur-Regular.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Fraktur-Regular.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-Bold.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-Bold.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-Bold.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-BoldItalic.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-BoldItalic.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-BoldItalic.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-Italic.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-Italic.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-Italic.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-Regular.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-Regular.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-Regular.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Math-BoldItalic.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Math-BoldItalic.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Math-Italic.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Math-Italic.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Math-Italic.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Bold.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Bold.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Italic.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Italic.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Regular.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Regular.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Script-Regular.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Script-Regular.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Script-Regular.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size1-Regular.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size1-Regular.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size1-Regular.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size2-Regular.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size2-Regular.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size2-Regular.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size3-Regular.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size3-Regular.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size3-Regular.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size4-Regular.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size4-Regular.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size4-Regular.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Typewriter-Regular.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Typewriter-Regular.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/katex.min.css +1 -0
- package/dist/client/vditor/dist/js/katex/katex.min.js +10 -0
- package/dist/client/vditor/dist/js/katex/mhchem.min.js +10 -0
- package/dist/client/vditor/dist/js/lute/lute.min.js +80 -0
- package/dist/client/vditor/dist/js/markmap/katex.min.css +1 -0
- package/dist/client/vditor/dist/js/markmap/markmap.min.js +8260 -0
- package/dist/client/vditor/dist/js/markmap/prism.css +140 -0
- package/dist/client/vditor/dist/js/mathjax/LICENSE +202 -0
- package/dist/client/vditor/dist/js/mathjax/a11y/assistive-mml.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/a11y/complexity.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/a11y/explorer.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/a11y/semantic-enrich.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/asciimath.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/mml/entities.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/mml.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/action.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/all-packages.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/ams.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/amscd.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/autoload.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/bbox.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/boldsymbol.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/braket.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/bussproofs.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/cancel.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/color.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/colorV2.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/configMacros.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/enclose.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/extpfeil.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/html.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/mhchem.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/newcommand.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/noerrors.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/noundefined.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/physics.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/require.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/tagFormat.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/textmacros.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/unicode.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/verb.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex-base.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex-full.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex.js +10 -0
- package/dist/client/vditor/dist/js/mathjax/sre/mathmaps/de.js +113 -0
- package/dist/client/vditor/dist/js/mathjax/sre/mathmaps/en.js +119 -0
- package/dist/client/vditor/dist/js/mathjax/sre/mathmaps/es.js +113 -0
- package/dist/client/vditor/dist/js/mathjax/sre/mathmaps/fr.js +113 -0
- package/dist/client/vditor/dist/js/mathjax/sre/mathmaps/mathmaps_ie.js +527 -0
- package/dist/client/vditor/dist/js/mathjax/sre/mathmaps/nemeth.js +113 -0
- package/dist/client/vditor/dist/js/mathjax/sre/sre-node.js +20 -0
- package/dist/client/vditor/dist/js/mathjax/sre/sre_browser.js +1642 -0
- package/dist/client/vditor/dist/js/mathjax/tex-svg-full.js +10 -0
- package/dist/client/vditor/dist/js/mermaid/mermaid.min.js +1768 -0
- package/dist/client/vditor/dist/js/plantuml/plantuml-encoder.min.js +10 -0
- package/dist/client/vditor/dist/method.d.ts +50 -0
- package/dist/client/vditor/dist/method.min.js +10 -0
- package/dist/client/vditor/dist/ts/constants.d.ts +45 -0
- package/dist/client/vditor/dist/ts/devtools/index.d.ts +7 -0
- package/dist/client/vditor/dist/ts/export/index.d.ts +5 -0
- package/dist/client/vditor/dist/ts/hint/index.d.ts +14 -0
- package/dist/client/vditor/dist/ts/ir/expandMarker.d.ts +2 -0
- package/dist/client/vditor/dist/ts/ir/highlightToolbarIR.d.ts +2 -0
- package/dist/client/vditor/dist/ts/ir/index.d.ts +13 -0
- package/dist/client/vditor/dist/ts/ir/input.d.ts +2 -0
- package/dist/client/vditor/dist/ts/ir/process.d.ts +9 -0
- package/dist/client/vditor/dist/ts/ir/processKeydown.d.ts +2 -0
- package/dist/client/vditor/dist/ts/markdown/abcRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/adapterRender.d.ts +37 -0
- package/dist/client/vditor/dist/ts/markdown/anchorRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/chartRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/codeRender.d.ts +2 -0
- package/dist/client/vditor/dist/ts/markdown/flowchartRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/getHTML.d.ts +2 -0
- package/dist/client/vditor/dist/ts/markdown/getMarkdown.d.ts +2 -0
- package/dist/client/vditor/dist/ts/markdown/graphvizRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/highlightRender.d.ts +2 -0
- package/dist/client/vditor/dist/ts/markdown/lazyLoadImageRender.d.ts +6 -0
- package/dist/client/vditor/dist/ts/markdown/markmapRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/mathRender.d.ts +10 -0
- package/dist/client/vditor/dist/ts/markdown/mediaRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/mermaidRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/mindmapRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/outlineRender.d.ts +2 -0
- package/dist/client/vditor/dist/ts/markdown/plantumlRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/previewRender.d.ts +3 -0
- package/dist/client/vditor/dist/ts/markdown/setLute.d.ts +2 -0
- package/dist/client/vditor/dist/ts/markdown/speechRender.d.ts +7 -0
- package/dist/client/vditor/dist/ts/outline/index.d.ts +7 -0
- package/dist/client/vditor/dist/ts/preview/image.d.ts +2 -0
- package/dist/client/vditor/dist/ts/preview/index.d.ts +10 -0
- package/dist/client/vditor/dist/ts/resize/index.d.ts +6 -0
- package/dist/client/vditor/dist/ts/sv/combineFootnote.d.ts +6 -0
- package/dist/client/vditor/dist/ts/sv/index.d.ts +13 -0
- package/dist/client/vditor/dist/ts/sv/inputEvent.d.ts +2 -0
- package/dist/client/vditor/dist/ts/sv/process.d.ts +12 -0
- package/dist/client/vditor/dist/ts/sv/processKeydown.d.ts +2 -0
- package/dist/client/vditor/dist/ts/tip/index.d.ts +6 -0
- package/dist/client/vditor/dist/ts/toolbar/Both.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/Br.d.ts +4 -0
- package/dist/client/vditor/dist/ts/toolbar/CodeTheme.d.ts +6 -0
- package/dist/client/vditor/dist/ts/toolbar/ContentTheme.d.ts +6 -0
- package/dist/client/vditor/dist/ts/toolbar/Counter.d.ts +6 -0
- package/dist/client/vditor/dist/ts/toolbar/Custom.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/Devtools.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/Divider.d.ts +4 -0
- package/dist/client/vditor/dist/ts/toolbar/EditMode.d.ts +8 -0
- package/dist/client/vditor/dist/ts/toolbar/Emoji.d.ts +7 -0
- package/dist/client/vditor/dist/ts/toolbar/Export.d.ts +6 -0
- package/dist/client/vditor/dist/ts/toolbar/Fullscreen.d.ts +6 -0
- package/dist/client/vditor/dist/ts/toolbar/Headings.d.ts +7 -0
- package/dist/client/vditor/dist/ts/toolbar/Help.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/Indent.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/Info.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/InsertAfter.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/InsertBefore.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/MenuItem.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/Outdent.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/Outline.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/Preview.d.ts +6 -0
- package/dist/client/vditor/dist/ts/toolbar/Record.d.ts +6 -0
- package/dist/client/vditor/dist/ts/toolbar/Redo.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/Undo.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/Upload.d.ts +6 -0
- package/dist/client/vditor/dist/ts/toolbar/index.d.ts +9 -0
- package/dist/client/vditor/dist/ts/toolbar/setToolbar.d.ts +21 -0
- package/dist/client/vditor/dist/ts/ui/initUI.d.ts +10 -0
- package/dist/client/vditor/dist/ts/ui/setCodeTheme.d.ts +1 -0
- package/dist/client/vditor/dist/ts/ui/setContentTheme.d.ts +1 -0
- package/dist/client/vditor/dist/ts/ui/setPreviewMode.d.ts +2 -0
- package/dist/client/vditor/dist/ts/ui/setTheme.d.ts +2 -0
- package/dist/client/vditor/dist/ts/undo/index.d.ts +19 -0
- package/dist/client/vditor/dist/ts/upload/getElement.d.ts +2 -0
- package/dist/client/vditor/dist/ts/upload/index.d.ts +9 -0
- package/dist/client/vditor/dist/ts/upload/setHeaders.d.ts +2 -0
- package/dist/client/vditor/dist/ts/util/Options.d.ts +8 -0
- package/dist/client/vditor/dist/ts/util/RecordMedia.d.ts +18 -0
- package/dist/client/vditor/dist/ts/util/addScript.d.ts +2 -0
- package/dist/client/vditor/dist/ts/util/addStyle.d.ts +1 -0
- package/dist/client/vditor/dist/ts/util/code160to32.d.ts +1 -0
- package/dist/client/vditor/dist/ts/util/compatibility.d.ts +7 -0
- package/dist/client/vditor/dist/ts/util/editorCommonEvent.d.ts +10 -0
- package/dist/client/vditor/dist/ts/util/fixBrowserBehavior.d.ts +40 -0
- package/dist/client/vditor/dist/ts/util/function.d.ts +2 -0
- package/dist/client/vditor/dist/ts/util/getSelectText.d.ts +1 -0
- package/dist/client/vditor/dist/ts/util/hasClosest.d.ts +9 -0
- package/dist/client/vditor/dist/ts/util/hasClosestByHeadings.d.ts +2 -0
- package/dist/client/vditor/dist/ts/util/highlightToolbar.d.ts +2 -0
- package/dist/client/vditor/dist/ts/util/hotKey.d.ts +1 -0
- package/dist/client/vditor/dist/ts/util/log.d.ts +1 -0
- package/dist/client/vditor/dist/ts/util/merge.d.ts +1 -0
- package/dist/client/vditor/dist/ts/util/processCode.d.ts +3 -0
- package/dist/client/vditor/dist/ts/util/selection.d.ts +15 -0
- package/dist/client/vditor/dist/ts/util/toc.d.ts +6 -0
- package/dist/client/vditor/dist/ts/wysiwyg/afterRenderEvent.d.ts +6 -0
- package/dist/client/vditor/dist/ts/wysiwyg/highlightToolbarWYSIWYG.d.ts +5 -0
- package/dist/client/vditor/dist/ts/wysiwyg/index.d.ts +22 -0
- package/dist/client/vditor/dist/ts/wysiwyg/inlineTag.d.ts +11 -0
- package/dist/client/vditor/dist/ts/wysiwyg/input.d.ts +2 -0
- package/dist/client/vditor/dist/ts/wysiwyg/processKeydown.d.ts +3 -0
- package/dist/client/vditor/dist/ts/wysiwyg/renderDomByMd.d.ts +6 -0
- package/dist/client/vditor/dist/ts/wysiwyg/setHeading.d.ts +3 -0
- package/dist/client/vditor/dist/ts/wysiwyg/showCode.d.ts +2 -0
- package/dist/client/vditor/dist/ts/wysiwyg/toolbarEvent.d.ts +2 -0
- package/dist/client/vditor/dist/types/index.d.ts +866 -0
- package/dist/externalVersion.js +16 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.js +48 -0
- package/dist/locale/en-US.json +1 -0
- package/dist/locale/zh-CN.json +1 -0
- package/dist/server/index.d.ts +9 -0
- package/dist/server/index.js +42 -0
- package/dist/server/plugin.d.ts +19 -0
- package/dist/server/plugin.js +54 -0
- package/package.json +21 -0
- package/server.d.ts +2 -0
- package/server.js +1 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="./types" />
|
|
2
|
+
import { MenuItem } from "./MenuItem";
|
|
3
|
+
export declare const setEditMode: (vditor: IVditor, type: string, event: Event | string) => void;
|
|
4
|
+
export declare class EditMode extends MenuItem {
|
|
5
|
+
element: HTMLElement;
|
|
6
|
+
constructor(vditor: IVditor, menuItem: IMenuItem);
|
|
7
|
+
_bindEvent(vditor: IVditor, panelElement: HTMLElement, menuItem: IMenuItem): void;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="./types" />
|
|
2
|
+
import { MenuItem } from "./MenuItem";
|
|
3
|
+
export declare class Headings extends MenuItem {
|
|
4
|
+
element: HTMLElement;
|
|
5
|
+
constructor(vditor: IVditor, menuItem: IMenuItem);
|
|
6
|
+
_bindEvent(vditor: IVditor, panelElement: HTMLElement): void;
|
|
7
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/// <reference types="./types" />
|
|
2
|
+
export declare const removeCurrentToolbar: (toolbar: {
|
|
3
|
+
[key: string]: HTMLElement;
|
|
4
|
+
}, names: string[]) => void;
|
|
5
|
+
export declare const setCurrentToolbar: (toolbar: {
|
|
6
|
+
[key: string]: HTMLElement;
|
|
7
|
+
}, names: string[]) => void;
|
|
8
|
+
export declare const enableToolbar: (toolbar: {
|
|
9
|
+
[key: string]: HTMLElement;
|
|
10
|
+
}, names: string[]) => void;
|
|
11
|
+
export declare const disableToolbar: (toolbar: {
|
|
12
|
+
[key: string]: HTMLElement;
|
|
13
|
+
}, names: string[]) => void;
|
|
14
|
+
export declare const hideToolbar: (toolbar: {
|
|
15
|
+
[key: string]: HTMLElement;
|
|
16
|
+
}, names: string[]) => void;
|
|
17
|
+
export declare const showToolbar: (toolbar: {
|
|
18
|
+
[key: string]: HTMLElement;
|
|
19
|
+
}, names: string[]) => void;
|
|
20
|
+
export declare const hidePanel: (vditor: IVditor, panels: string[], exceptElement?: HTMLElement) => void;
|
|
21
|
+
export declare const toggleSubMenu: (vditor: IVditor, panelElement: HTMLElement, actionBtn: Element, level: number) => void;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="./types" />
|
|
2
|
+
declare global {
|
|
3
|
+
interface Window {
|
|
4
|
+
visualViewport: HTMLElement;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
export declare const initUI: (vditor: IVditor) => void;
|
|
8
|
+
export declare const setPadding: (vditor: IVditor) => void;
|
|
9
|
+
export declare const setTypewriterPosition: (vditor: IVditor) => void;
|
|
10
|
+
export declare function UIUnbindListener(): void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const setCodeTheme: (codeTheme: string, cdn?: string) => void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const setContentTheme: (contentTheme: string, path: string) => void;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/// <reference types="./types" />
|
|
2
|
+
declare class Undo {
|
|
3
|
+
private stackSize;
|
|
4
|
+
private dmp;
|
|
5
|
+
private wysiwyg;
|
|
6
|
+
private ir;
|
|
7
|
+
private sv;
|
|
8
|
+
constructor();
|
|
9
|
+
clearStack(vditor: IVditor): void;
|
|
10
|
+
resetIcon(vditor: IVditor): void;
|
|
11
|
+
undo(vditor: IVditor): void;
|
|
12
|
+
redo(vditor: IVditor): void;
|
|
13
|
+
recordFirstPosition(vditor: IVditor, event: KeyboardEvent): void;
|
|
14
|
+
addToUndoStack(vditor: IVditor): void;
|
|
15
|
+
private renderDiff;
|
|
16
|
+
private resetStack;
|
|
17
|
+
private addCaret;
|
|
18
|
+
}
|
|
19
|
+
export { Undo };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="./types" />
|
|
2
|
+
declare class Upload {
|
|
3
|
+
element: HTMLElement;
|
|
4
|
+
isUploading: boolean;
|
|
5
|
+
range: Range;
|
|
6
|
+
constructor();
|
|
7
|
+
}
|
|
8
|
+
declare const uploadFiles: (vditor: IVditor, files: FileList | DataTransferItemList | File[], element?: HTMLInputElement) => Promise<void>;
|
|
9
|
+
export { Upload, uploadFiles };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare class RecordMedia {
|
|
2
|
+
SAMPLE_RATE: number;
|
|
3
|
+
DEFAULT_SAMPLE_RATE: number;
|
|
4
|
+
isRecording: boolean;
|
|
5
|
+
readyFlag: boolean;
|
|
6
|
+
leftChannel: Float32List[];
|
|
7
|
+
rightChannel: Float32List[];
|
|
8
|
+
recordingLength: number;
|
|
9
|
+
recorder: ScriptProcessorNode;
|
|
10
|
+
constructor(e: MediaStream);
|
|
11
|
+
cloneChannelData(leftChannelData: Float32List, rightChannelData: Float32List): void;
|
|
12
|
+
startRecordingNewWavFile(): void;
|
|
13
|
+
stopRecording(): void;
|
|
14
|
+
buildWavFileBlob(): Blob;
|
|
15
|
+
private downSampleBuffer;
|
|
16
|
+
private mergeBuffers;
|
|
17
|
+
private writeUTFBytes;
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const addStyle: (url: string, id: string) => void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const code160to32: (text: string) => string;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const isSafari: () => boolean;
|
|
2
|
+
export declare const isFirefox: () => boolean;
|
|
3
|
+
export declare const accessLocalStorage: () => boolean;
|
|
4
|
+
export declare const getEventName: () => "click" | "touchstart";
|
|
5
|
+
export declare const isCtrl: (event: KeyboardEvent) => boolean;
|
|
6
|
+
export declare const updateHotkeyTip: (hotkey: string) => string;
|
|
7
|
+
export declare const isChrome: () => boolean;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="./types" />
|
|
2
|
+
export declare const focusEvent: (vditor: IVditor, editorElement: HTMLElement) => void;
|
|
3
|
+
export declare const dblclickEvent: (vditor: IVditor, editorElement: HTMLElement) => void;
|
|
4
|
+
export declare const blurEvent: (vditor: IVditor, editorElement: HTMLElement) => void;
|
|
5
|
+
export declare const dropEvent: (vditor: IVditor, editorElement: HTMLElement) => void;
|
|
6
|
+
export declare const copyEvent: (vditor: IVditor, editorElement: HTMLElement, copy: (event: ClipboardEvent, vditor: IVditor) => void) => void;
|
|
7
|
+
export declare const cutEvent: (vditor: IVditor, editorElement: HTMLElement, copy: (event: ClipboardEvent, vditor: IVditor) => void) => void;
|
|
8
|
+
export declare const scrollCenter: (vditor: IVditor) => void;
|
|
9
|
+
export declare const hotkeyEvent: (vditor: IVditor, editorElement: HTMLElement) => void;
|
|
10
|
+
export declare const selectEvent: (vditor: IVditor, editorElement: HTMLElement) => void;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/// <reference types="./types" />
|
|
2
|
+
export declare const fixGSKeyBackspace: (event: KeyboardEvent, vditor: IVditor, startContainer: Node) => boolean;
|
|
3
|
+
export declare const fixCJKPosition: (range: Range, vditor: IVditor, event: KeyboardEvent) => void;
|
|
4
|
+
export declare const fixCursorDownInlineMath: (range: Range, key: string) => void;
|
|
5
|
+
export declare const insertEmptyBlock: (vditor: IVditor, position: InsertPosition) => void;
|
|
6
|
+
export declare const isFirstCell: (cellElement: HTMLElement) => false | HTMLTableElement;
|
|
7
|
+
export declare const isLastCell: (cellElement: HTMLElement) => false | HTMLTableElement;
|
|
8
|
+
export declare const insertAfterBlock: (vditor: IVditor, event: KeyboardEvent, range: Range, element: HTMLElement, blockElement: HTMLElement) => boolean;
|
|
9
|
+
export declare const insertBeforeBlock: (vditor: IVditor, event: KeyboardEvent, range: Range, element: HTMLElement, blockElement: HTMLElement) => boolean;
|
|
10
|
+
export declare const listToggle: (vditor: IVditor, range: Range, type: string, cancel?: boolean) => void;
|
|
11
|
+
export declare const listIndent: (vditor: IVditor, liElement: HTMLElement, range: Range) => void;
|
|
12
|
+
export declare const listOutdent: (vditor: IVditor, liElement: HTMLElement, range: Range, topListElement: HTMLElement) => void;
|
|
13
|
+
export declare const setTableAlign: (tableElement: HTMLTableElement, type: string) => void;
|
|
14
|
+
export declare const isHrMD: (text: string) => boolean;
|
|
15
|
+
export declare const isHeadingMD: (text: string) => boolean;
|
|
16
|
+
export declare const execAfterRender: (vditor: IVditor, options?: {
|
|
17
|
+
enableAddUndoStack: boolean;
|
|
18
|
+
enableHint: boolean;
|
|
19
|
+
enableInput: boolean;
|
|
20
|
+
}) => void;
|
|
21
|
+
export declare const fixList: (range: Range, vditor: IVditor, pElement: HTMLElement | false, event: KeyboardEvent) => boolean;
|
|
22
|
+
export declare const fixTab: (vditor: IVditor, range: Range, event: KeyboardEvent) => boolean;
|
|
23
|
+
export declare const fixMarkdown: (event: KeyboardEvent, vditor: IVditor, pElement: HTMLElement | false, range: Range) => boolean;
|
|
24
|
+
export declare const insertRow: (vditor: IVditor, range: Range, cellElement: HTMLElement) => void;
|
|
25
|
+
export declare const insertRowAbove: (vditor: IVditor, range: Range, cellElement: HTMLElement) => void;
|
|
26
|
+
export declare const insertColumn: (vditor: IVditor, tableElement: HTMLTableElement, cellElement: HTMLElement, type?: InsertPosition) => void;
|
|
27
|
+
export declare const deleteRow: (vditor: IVditor, range: Range, cellElement: HTMLElement) => void;
|
|
28
|
+
export declare const deleteColumn: (vditor: IVditor, range: Range, tableElement: HTMLTableElement, cellElement: HTMLElement) => void;
|
|
29
|
+
export declare const fixTable: (vditor: IVditor, event: KeyboardEvent, range: Range) => boolean;
|
|
30
|
+
export declare const fixCodeBlock: (vditor: IVditor, event: KeyboardEvent, codeRenderElement: HTMLElement, range: Range) => boolean;
|
|
31
|
+
export declare const fixBlockquote: (vditor: IVditor, range: Range, event: KeyboardEvent, pElement: HTMLElement | false) => boolean;
|
|
32
|
+
export declare const fixTask: (vditor: IVditor, range: Range, event: KeyboardEvent) => boolean;
|
|
33
|
+
export declare const fixDelete: (vditor: IVditor, range: Range, event: KeyboardEvent, pElement: HTMLElement | false) => boolean;
|
|
34
|
+
export declare const fixHR: (range: Range) => void;
|
|
35
|
+
export declare const fixFirefoxArrowUpTable: (event: KeyboardEvent, blockElement: false | HTMLElement, range: Range) => boolean;
|
|
36
|
+
export declare const paste: (vditor: IVditor, event: (ClipboardEvent | DragEvent) & {
|
|
37
|
+
target: HTMLElement;
|
|
38
|
+
}, callback: {
|
|
39
|
+
pasteCode(code: string): void;
|
|
40
|
+
}) => Promise<void>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getSelectText: (editor: HTMLElement, range?: Range) => string;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const hasTopClosestByClassName: (element: Node, className: string) => false | HTMLElement;
|
|
2
|
+
export declare const hasTopClosestByAttribute: (element: Node, attr: string, value: string) => false | HTMLElement;
|
|
3
|
+
export declare const hasTopClosestByTag: (element: Node, nodeName: string) => false | HTMLElement;
|
|
4
|
+
export declare const getTopList: (element: Node) => false | HTMLElement;
|
|
5
|
+
export declare const hasClosestByAttribute: (element: Node, attr: string, value: string) => false | HTMLElement;
|
|
6
|
+
export declare const hasClosestBlock: (element: Node) => false | HTMLElement;
|
|
7
|
+
export declare const hasClosestByMatchTag: (element: Node, nodeName: string) => false | HTMLElement;
|
|
8
|
+
export declare const hasClosestByClassName: (element: Node, className: string) => false | HTMLElement;
|
|
9
|
+
export declare const getLastNode: (node: Node) => Node;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const matchHotKey: (hotKey: string, event: KeyboardEvent) => boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const log: (method: string, content: string, type: string, print: boolean) => void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const merge: (...options: any[]) => any;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/// <reference types="./types" />
|
|
2
|
+
export declare const getEditorRange: (vditor: IVditor) => Range;
|
|
3
|
+
export declare const getCursorPosition: (editor: HTMLElement) => {
|
|
4
|
+
left: number;
|
|
5
|
+
top: number;
|
|
6
|
+
};
|
|
7
|
+
export declare const selectIsEditor: (editor: HTMLElement, range?: Range) => boolean;
|
|
8
|
+
export declare const setSelectionFocus: (range: Range) => void;
|
|
9
|
+
export declare const getSelectPosition: (selectElement: HTMLElement, editorElement: HTMLElement, range?: Range) => {
|
|
10
|
+
end: number;
|
|
11
|
+
start: number;
|
|
12
|
+
};
|
|
13
|
+
export declare const setSelectionByPosition: (start: number, end: number, editor: HTMLElement) => Range;
|
|
14
|
+
export declare const setRangeByWbr: (element: HTMLElement, range: Range) => void;
|
|
15
|
+
export declare const insertHTML: (html: string, vditor: IVditor) => void;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="./types" />
|
|
2
|
+
export declare const renderToc: (vditor: IVditor) => void;
|
|
3
|
+
export declare const clickToc: (event: MouseEvent & {
|
|
4
|
+
target: HTMLElement;
|
|
5
|
+
}, vditor: IVditor) => void;
|
|
6
|
+
export declare const keydownToc: (blockElement: HTMLElement, vditor: IVditor, event: KeyboardEvent, range: Range) => boolean;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="./types" />
|
|
2
|
+
export declare const highlightToolbarWYSIWYG: (vditor: IVditor) => void;
|
|
3
|
+
export declare const genLinkRefPopover: (vditor: IVditor, linkRefElement: HTMLElement, range?: Range) => void;
|
|
4
|
+
export declare const genAPopover: (vditor: IVditor, aElement: HTMLElement, range: Range) => void;
|
|
5
|
+
export declare const genImagePopover: (event: Event, vditor: IVditor) => void;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/// <reference types="./types" />
|
|
2
|
+
declare class WYSIWYG {
|
|
3
|
+
range: Range;
|
|
4
|
+
element: HTMLPreElement;
|
|
5
|
+
popover: HTMLDivElement;
|
|
6
|
+
selectPopover: HTMLDivElement;
|
|
7
|
+
afterRenderTimeoutId: number;
|
|
8
|
+
hlToolbarTimeoutId: number;
|
|
9
|
+
preventInput: boolean;
|
|
10
|
+
composingLock: boolean;
|
|
11
|
+
commentIds: string[];
|
|
12
|
+
private scrollListener;
|
|
13
|
+
constructor(vditor: IVditor);
|
|
14
|
+
getComments(vditor: IVditor, getData?: boolean): ICommentsData[];
|
|
15
|
+
triggerRemoveComment(vditor: IVditor): void;
|
|
16
|
+
showComment(): void;
|
|
17
|
+
hideComment(): void;
|
|
18
|
+
unbindListener(): void;
|
|
19
|
+
private copy;
|
|
20
|
+
private bindEvent;
|
|
21
|
+
}
|
|
22
|
+
export { WYSIWYG };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="./types" />
|
|
2
|
+
export declare const previoueIsEmptyA: (node: Node) => false | HTMLElement;
|
|
3
|
+
export declare const nextIsCode: (range: Range) => boolean;
|
|
4
|
+
export declare const getNextHTML: (node: Node) => string;
|
|
5
|
+
export declare const getPreviousHTML: (node: Node) => string;
|
|
6
|
+
export declare const getRenderElementNextNode: (blockCodeElement: HTMLElement) => ChildNode;
|
|
7
|
+
export declare const splitElement: (range: Range) => {
|
|
8
|
+
afterHTML: string;
|
|
9
|
+
beforeHTML: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const modifyPre: (vditor: IVditor, range: Range) => void;
|