@nocobase/plugin-field-markdown-vditor 2.1.0-beta.9 → 2.1.1
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/build.config.ts +10 -5
- package/client-v2.d.ts +2 -0
- package/client-v2.js +1 -0
- package/dist/client/715.c6a79599fe53cbbf.js +10 -0
- package/dist/client/742.9e3de1a740ca456f.js +10 -0
- package/dist/client/index.js +1 -1
- package/dist/client-v2/components/Display.d.ts +10 -0
- package/dist/client-v2/components/Edit.d.ts +10 -0
- package/dist/client-v2/components/const.d.ts +9 -0
- package/dist/client-v2/components/index.d.ts +11 -0
- package/dist/client-v2/components/style.d.ts +14 -0
- package/dist/client-v2/index.d.ts +11 -0
- package/dist/client-v2/index.js +10 -0
- package/dist/client-v2/interface.d.ts +60 -0
- package/dist/client-v2/locale.d.ts +10 -0
- package/dist/{client → client-v2}/models/DisplayVditorFieldModel.d.ts +1 -1
- package/dist/{client → client-v2}/models/VditorFieldModel.d.ts +1 -1
- package/dist/client-v2/models/index.d.ts +10 -0
- package/dist/client-v2/plugin.d.ts +20 -0
- package/dist/client-v2/runtime.d.ts +21 -0
- package/dist/client-v2/vditor/dist/css/content-theme/ant-design.css +210 -0
- package/dist/client-v2/vditor/dist/css/content-theme/dark.css +123 -0
- package/dist/client-v2/vditor/dist/css/content-theme/light.css +101 -0
- package/dist/client-v2/vditor/dist/css/content-theme/wechat.css +94 -0
- package/dist/client-v2/vditor/dist/images/emoji/b3log.png +0 -0
- package/dist/client-v2/vditor/dist/images/emoji/chainbook.png +0 -0
- package/dist/client-v2/vditor/dist/images/emoji/doge.png +0 -0
- package/dist/client-v2/vditor/dist/images/emoji/hacpai.png +0 -0
- package/dist/client-v2/vditor/dist/images/emoji/huaji.gif +0 -0
- package/dist/client-v2/vditor/dist/images/emoji/latke.png +0 -0
- package/dist/client-v2/vditor/dist/images/emoji/liandi.png +0 -0
- package/dist/client-v2/vditor/dist/images/emoji/lute.png +0 -0
- package/dist/client-v2/vditor/dist/images/emoji/octocat.png +0 -0
- package/dist/client-v2/vditor/dist/images/emoji/pipe.png +0 -0
- package/dist/client-v2/vditor/dist/images/emoji/siyuan.png +0 -0
- package/dist/client-v2/vditor/dist/images/emoji/solo.png +0 -0
- package/dist/client-v2/vditor/dist/images/emoji/sym.png +0 -0
- package/dist/client-v2/vditor/dist/images/emoji/trollface.png +0 -0
- package/dist/client-v2/vditor/dist/images/emoji/vditor.png +0 -0
- package/dist/client-v2/vditor/dist/images/emoji/wide.png +0 -0
- package/dist/client-v2/vditor/dist/images/emoji/wulian.png +0 -0
- package/dist/client-v2/vditor/dist/images/img-loading.svg +1 -0
- package/dist/client-v2/vditor/dist/images/logo.png +0 -0
- package/dist/client-v2/vditor/dist/index.css +1836 -0
- package/dist/client-v2/vditor/dist/index.d.ts +76 -0
- package/dist/client-v2/vditor/dist/index.min.js +10 -0
- package/dist/client-v2/vditor/dist/js/abcjs/abcjs_basic.min.js +12 -0
- package/dist/client-v2/vditor/dist/js/echarts/echarts.min.js +32 -0
- package/dist/client-v2/vditor/dist/js/flowchart.js/flowchart.min.js +17 -0
- package/dist/client-v2/vditor/dist/js/graphviz/full.render.js +99 -0
- package/dist/client-v2/vditor/dist/js/graphviz/viz.js +342 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/highlight.pack.js +1626 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/solidity.min.js +82 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/abap.css +155 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/algol.css +143 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/algol_nu.css +90 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/ant-design.css +469 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/arduino.css +157 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/autumn.css +138 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/borland.css +147 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/bw.css +150 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/colorful.css +158 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/dracula.css +140 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/emacs.css +167 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/friendly.css +183 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/fruity.css +123 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/github.css +174 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/igor.css +124 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/lovelace.css +146 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/manni.css +139 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/monokai.css +132 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/monokailight.css +180 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/murphy.css +144 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/native.css +164 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/paraiso-dark.css +137 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/paraiso-light.css +136 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/pastie.css +180 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/perldoc.css +141 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/pygments.css +159 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/rainbow_dash.css +164 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/rrt.css +159 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/solarized-dark.css +146 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/solarized-dark256.css +146 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/solarized-light.css +163 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/swapoff.css +144 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/tango.css +183 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/trac.css +167 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/vim.css +144 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/vs.css +113 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/styles/xcode.css +174 -0
- package/dist/client-v2/vditor/dist/js/highlight.js/yul.min.js +39 -0
- package/dist/client-v2/vditor/dist/js/i18n/en_US.js +94 -0
- package/dist/client-v2/vditor/dist/js/i18n/fr_FR.js +94 -0
- package/dist/client-v2/vditor/dist/js/i18n/ja_JP.js +94 -0
- package/dist/client-v2/vditor/dist/js/i18n/ko_KR.js +94 -0
- package/dist/client-v2/vditor/dist/js/i18n/pt_BR.js +94 -0
- package/dist/client-v2/vditor/dist/js/i18n/ru_RU.js +94 -0
- package/dist/client-v2/vditor/dist/js/i18n/sv_SE.js +94 -0
- package/dist/client-v2/vditor/dist/js/i18n/zh_CN.js +94 -0
- package/dist/client-v2/vditor/dist/js/i18n/zh_TW.js +94 -0
- package/dist/client-v2/vditor/dist/js/icons/ant.js +183 -0
- package/dist/client-v2/vditor/dist/js/icons/material.js +204 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_AMS-Regular.ttf +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_AMS-Regular.woff +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_AMS-Regular.woff2 +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Caligraphic-Bold.ttf +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Caligraphic-Bold.woff +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Caligraphic-Regular.ttf +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Caligraphic-Regular.woff +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Fraktur-Bold.ttf +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Fraktur-Bold.woff +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Fraktur-Regular.ttf +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Fraktur-Regular.woff +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Main-Bold.ttf +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Main-Bold.woff +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Main-Bold.woff2 +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Main-BoldItalic.ttf +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Main-BoldItalic.woff +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Main-BoldItalic.woff2 +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Main-Italic.ttf +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Main-Italic.woff +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Main-Italic.woff2 +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Main-Regular.ttf +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Main-Regular.woff +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Main-Regular.woff2 +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Math-BoldItalic.ttf +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Math-BoldItalic.woff +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Math-Italic.ttf +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Math-Italic.woff +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Math-Italic.woff2 +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Bold.ttf +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Bold.woff +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Italic.ttf +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Italic.woff +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Regular.ttf +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Regular.woff +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Script-Regular.ttf +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Script-Regular.woff +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Script-Regular.woff2 +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Size1-Regular.ttf +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Size1-Regular.woff +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Size1-Regular.woff2 +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Size2-Regular.ttf +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Size2-Regular.woff +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Size2-Regular.woff2 +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Size3-Regular.ttf +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Size3-Regular.woff +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Size3-Regular.woff2 +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Size4-Regular.ttf +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Size4-Regular.woff +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Size4-Regular.woff2 +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Typewriter-Regular.ttf +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Typewriter-Regular.woff +0 -0
- package/dist/client-v2/vditor/dist/js/katex/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
- package/dist/client-v2/vditor/dist/js/katex/katex.min.css +1 -0
- package/dist/client-v2/vditor/dist/js/katex/katex.min.js +10 -0
- package/dist/client-v2/vditor/dist/js/katex/mhchem.min.js +10 -0
- package/dist/client-v2/vditor/dist/js/lute/lute.min.js +80 -0
- package/dist/client-v2/vditor/dist/js/markmap/katex.min.css +1 -0
- package/dist/client-v2/vditor/dist/js/markmap/markmap.min.js +8260 -0
- package/dist/client-v2/vditor/dist/js/markmap/prism.css +140 -0
- package/dist/client-v2/vditor/dist/js/mathjax/LICENSE +202 -0
- package/dist/client-v2/vditor/dist/js/mathjax/a11y/assistive-mml.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/a11y/complexity.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/a11y/explorer.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/a11y/semantic-enrich.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/asciimath.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/mml/entities.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/mml.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/action.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/all-packages.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/ams.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/amscd.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/autoload.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/bbox.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/boldsymbol.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/braket.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/bussproofs.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/cancel.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/color.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/colorV2.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/configMacros.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/enclose.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/extpfeil.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/html.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/mhchem.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/newcommand.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/noerrors.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/noundefined.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/physics.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/require.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/tagFormat.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/textmacros.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/unicode.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex/extensions/verb.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex-base.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex-full.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/input/tex.js +10 -0
- package/dist/client-v2/vditor/dist/js/mathjax/sre/mathmaps/de.js +113 -0
- package/dist/client-v2/vditor/dist/js/mathjax/sre/mathmaps/en.js +119 -0
- package/dist/client-v2/vditor/dist/js/mathjax/sre/mathmaps/es.js +113 -0
- package/dist/client-v2/vditor/dist/js/mathjax/sre/mathmaps/fr.js +113 -0
- package/dist/client-v2/vditor/dist/js/mathjax/sre/mathmaps/mathmaps_ie.js +527 -0
- package/dist/client-v2/vditor/dist/js/mathjax/sre/mathmaps/nemeth.js +113 -0
- package/dist/client-v2/vditor/dist/js/mathjax/sre/sre-node.js +20 -0
- package/dist/client-v2/vditor/dist/js/mathjax/sre/sre_browser.js +1642 -0
- package/dist/client-v2/vditor/dist/js/mathjax/tex-svg-full.js +10 -0
- package/dist/client-v2/vditor/dist/js/mermaid/mermaid.min.js +1768 -0
- package/dist/client-v2/vditor/dist/js/plantuml/plantuml-encoder.min.js +10 -0
- package/dist/client-v2/vditor/dist/method.d.ts +50 -0
- package/dist/client-v2/vditor/dist/method.min.js +10 -0
- package/dist/client-v2/vditor/dist/ts/constants.d.ts +45 -0
- package/dist/client-v2/vditor/dist/ts/devtools/index.d.ts +7 -0
- package/dist/client-v2/vditor/dist/ts/export/index.d.ts +5 -0
- package/dist/client-v2/vditor/dist/ts/hint/index.d.ts +14 -0
- package/dist/client-v2/vditor/dist/ts/ir/expandMarker.d.ts +2 -0
- package/dist/client-v2/vditor/dist/ts/ir/highlightToolbarIR.d.ts +2 -0
- package/dist/client-v2/vditor/dist/ts/ir/index.d.ts +13 -0
- package/dist/client-v2/vditor/dist/ts/ir/input.d.ts +2 -0
- package/dist/client-v2/vditor/dist/ts/ir/process.d.ts +9 -0
- package/dist/client-v2/vditor/dist/ts/ir/processKeydown.d.ts +2 -0
- package/dist/client-v2/vditor/dist/ts/markdown/abcRender.d.ts +1 -0
- package/dist/client-v2/vditor/dist/ts/markdown/adapterRender.d.ts +37 -0
- package/dist/client-v2/vditor/dist/ts/markdown/anchorRender.d.ts +1 -0
- package/dist/client-v2/vditor/dist/ts/markdown/chartRender.d.ts +1 -0
- package/dist/client-v2/vditor/dist/ts/markdown/codeRender.d.ts +2 -0
- package/dist/client-v2/vditor/dist/ts/markdown/flowchartRender.d.ts +1 -0
- package/dist/client-v2/vditor/dist/ts/markdown/getHTML.d.ts +2 -0
- package/dist/client-v2/vditor/dist/ts/markdown/getMarkdown.d.ts +2 -0
- package/dist/client-v2/vditor/dist/ts/markdown/graphvizRender.d.ts +1 -0
- package/dist/client-v2/vditor/dist/ts/markdown/highlightRender.d.ts +2 -0
- package/dist/client-v2/vditor/dist/ts/markdown/lazyLoadImageRender.d.ts +6 -0
- package/dist/client-v2/vditor/dist/ts/markdown/markmapRender.d.ts +1 -0
- package/dist/client-v2/vditor/dist/ts/markdown/mathRender.d.ts +10 -0
- package/dist/client-v2/vditor/dist/ts/markdown/mediaRender.d.ts +1 -0
- package/dist/client-v2/vditor/dist/ts/markdown/mermaidRender.d.ts +1 -0
- package/dist/client-v2/vditor/dist/ts/markdown/mindmapRender.d.ts +1 -0
- package/dist/client-v2/vditor/dist/ts/markdown/outlineRender.d.ts +2 -0
- package/dist/client-v2/vditor/dist/ts/markdown/plantumlRender.d.ts +1 -0
- package/dist/client-v2/vditor/dist/ts/markdown/previewRender.d.ts +3 -0
- package/dist/client-v2/vditor/dist/ts/markdown/setLute.d.ts +2 -0
- package/dist/client-v2/vditor/dist/ts/markdown/speechRender.d.ts +7 -0
- package/dist/client-v2/vditor/dist/ts/outline/index.d.ts +7 -0
- package/dist/client-v2/vditor/dist/ts/preview/image.d.ts +2 -0
- package/dist/client-v2/vditor/dist/ts/preview/index.d.ts +10 -0
- package/dist/client-v2/vditor/dist/ts/resize/index.d.ts +6 -0
- package/dist/client-v2/vditor/dist/ts/sv/combineFootnote.d.ts +6 -0
- package/dist/client-v2/vditor/dist/ts/sv/index.d.ts +13 -0
- package/dist/client-v2/vditor/dist/ts/sv/inputEvent.d.ts +2 -0
- package/dist/client-v2/vditor/dist/ts/sv/process.d.ts +12 -0
- package/dist/client-v2/vditor/dist/ts/sv/processKeydown.d.ts +2 -0
- package/dist/client-v2/vditor/dist/ts/tip/index.d.ts +6 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/Both.d.ts +5 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/Br.d.ts +4 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/CodeTheme.d.ts +6 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/ContentTheme.d.ts +6 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/Counter.d.ts +6 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/Custom.d.ts +5 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/Devtools.d.ts +5 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/Divider.d.ts +4 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/EditMode.d.ts +8 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/Emoji.d.ts +7 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/Export.d.ts +6 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/Fullscreen.d.ts +6 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/Headings.d.ts +7 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/Help.d.ts +5 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/Indent.d.ts +5 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/Info.d.ts +5 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/InsertAfter.d.ts +5 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/InsertBefore.d.ts +5 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/MenuItem.d.ts +5 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/Outdent.d.ts +5 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/Outline.d.ts +5 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/Preview.d.ts +6 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/Record.d.ts +6 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/Redo.d.ts +5 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/Undo.d.ts +5 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/Upload.d.ts +6 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/index.d.ts +9 -0
- package/dist/client-v2/vditor/dist/ts/toolbar/setToolbar.d.ts +21 -0
- package/dist/client-v2/vditor/dist/ts/ui/initUI.d.ts +10 -0
- package/dist/client-v2/vditor/dist/ts/ui/setCodeTheme.d.ts +1 -0
- package/dist/client-v2/vditor/dist/ts/ui/setContentTheme.d.ts +1 -0
- package/dist/client-v2/vditor/dist/ts/ui/setPreviewMode.d.ts +2 -0
- package/dist/client-v2/vditor/dist/ts/ui/setTheme.d.ts +2 -0
- package/dist/client-v2/vditor/dist/ts/undo/index.d.ts +19 -0
- package/dist/client-v2/vditor/dist/ts/upload/getElement.d.ts +2 -0
- package/dist/client-v2/vditor/dist/ts/upload/index.d.ts +9 -0
- package/dist/client-v2/vditor/dist/ts/upload/setHeaders.d.ts +2 -0
- package/dist/client-v2/vditor/dist/ts/util/Options.d.ts +8 -0
- package/dist/client-v2/vditor/dist/ts/util/RecordMedia.d.ts +18 -0
- package/dist/client-v2/vditor/dist/ts/util/addScript.d.ts +2 -0
- package/dist/client-v2/vditor/dist/ts/util/addStyle.d.ts +1 -0
- package/dist/client-v2/vditor/dist/ts/util/code160to32.d.ts +1 -0
- package/dist/client-v2/vditor/dist/ts/util/compatibility.d.ts +7 -0
- package/dist/client-v2/vditor/dist/ts/util/editorCommonEvent.d.ts +10 -0
- package/dist/client-v2/vditor/dist/ts/util/fixBrowserBehavior.d.ts +40 -0
- package/dist/client-v2/vditor/dist/ts/util/function.d.ts +2 -0
- package/dist/client-v2/vditor/dist/ts/util/getSelectText.d.ts +1 -0
- package/dist/client-v2/vditor/dist/ts/util/hasClosest.d.ts +9 -0
- package/dist/client-v2/vditor/dist/ts/util/hasClosestByHeadings.d.ts +2 -0
- package/dist/client-v2/vditor/dist/ts/util/highlightToolbar.d.ts +2 -0
- package/dist/client-v2/vditor/dist/ts/util/hotKey.d.ts +1 -0
- package/dist/client-v2/vditor/dist/ts/util/log.d.ts +1 -0
- package/dist/client-v2/vditor/dist/ts/util/merge.d.ts +1 -0
- package/dist/client-v2/vditor/dist/ts/util/processCode.d.ts +3 -0
- package/dist/client-v2/vditor/dist/ts/util/selection.d.ts +15 -0
- package/dist/client-v2/vditor/dist/ts/util/toc.d.ts +6 -0
- package/dist/client-v2/vditor/dist/ts/wysiwyg/afterRenderEvent.d.ts +6 -0
- package/dist/client-v2/vditor/dist/ts/wysiwyg/highlightToolbarWYSIWYG.d.ts +5 -0
- package/dist/client-v2/vditor/dist/ts/wysiwyg/index.d.ts +22 -0
- package/dist/client-v2/vditor/dist/ts/wysiwyg/inlineTag.d.ts +11 -0
- package/dist/client-v2/vditor/dist/ts/wysiwyg/input.d.ts +2 -0
- package/dist/client-v2/vditor/dist/ts/wysiwyg/processKeydown.d.ts +3 -0
- package/dist/client-v2/vditor/dist/ts/wysiwyg/renderDomByMd.d.ts +6 -0
- package/dist/client-v2/vditor/dist/ts/wysiwyg/setHeading.d.ts +3 -0
- package/dist/client-v2/vditor/dist/ts/wysiwyg/showCode.d.ts +2 -0
- package/dist/client-v2/vditor/dist/ts/wysiwyg/toolbarEvent.d.ts +2 -0
- package/dist/client-v2/vditor/dist/types/index.d.ts +866 -0
- package/dist/externalVersion.js +8 -6
- package/dist/node_modules/fs-extra/lib/index.js +1 -1
- package/dist/node_modules/fs-extra/package.json +1 -1
- package/package.json +3 -2
- package/dist/client/478dab5e65264134.js +0 -10
- package/dist/client/b6153ca4835aefdd.js +0 -10
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
"use strict";(self.webpackChunk_nocobase_plugin_field_markdown_vditor=self.webpackChunk_nocobase_plugin_field_markdown_vditor||[]).push([["189"],{563:function(e,t,n){n.r(t),n.d(t,{MarkdownVditor:function(){return R},default:function(){return k}});var r=n(505),o=n(772),l=n(721),a=n(156),i=n.n(a),u=n(825),c=n.n(u),s=n(905),d=function(){var e=(0,o.usePlugin)(s.PluginFieldMarkdownVditorClient);return e.dependencyLoaded||(e.initVditorDependency(),e.dependencyLoaded=!0),e.getCDN()},f=(0,o.genStyleHook)("nb-field-markdown-vditor",function(e){var t,n,r;return t={},n=e.componentCls,r={".vditor-reset":{fontSize:"".concat(e.fontSize,"px !important"),color:"unset",padding:"10px !important"},".vditor":{borderRadius:8},".vditor .vditor-content":{borderRadius:"0 0 8px 8px",overflow:"hidden"},".vditor .vditor-toolbar":{paddingLeft:" 16px !important",borderRadius:"8px 8px 0 0"},".vditor .vditor-content .vditor-ir .vditor-reset":{paddingLeft:" 16px !important"},".vditor-ir pre.vditor-reset":{backgroundColor:"".concat(e.colorBgContainer,"!important")}},n in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t});function v(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function p(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n,r,o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var l=[],a=!0,i=!1;try{for(o=o.call(e);!(a=(n=o.next()).done)&&(l.push(n.value),!t||l.length!==t);a=!0);}catch(e){i=!0,r=e}finally{try{a||null==o.return||o.return()}finally{if(i)throw r}}return l}}(e,t)||function(e,t){if(e){if("string"==typeof e)return v(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return v(e,t)}}(e,t)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var m=function(e){if(e){var t=document.createRange();return t.selectNodeContents(e),t.getBoundingClientRect().width}};function y(e){var t,n=(0,a.useRef)(null),r=f(),o=r.wrapSSR,l=r.componentCls,u=r.hashId,s=d();return(0,a.useEffect)(function(){var t;c().preview(n.current,null!=(t=e.value)?t:"",{mode:"light",cdn:s}),setTimeout(function(){var e;null==(e=n.current)||e.querySelectorAll("img").forEach(function(e){e.style.cursor="zoom-in",e.addEventListener("click",function(){var t=e.src;if(!document.getElementById("custom-image-preview")){var n=document.createElement("span");n.id="custom-image-preview",Object.assign(n.style,{position:"fixed",inset:"0",backgroundColor:"rgba(0,0,0,0.85)",display:"flex",alignItems:"center",justifyContent:"center",zIndex:"9999",cursor:"zoom-out"});var r=document.createElement("img");r.src=t,Object.assign(r.style,{maxWidth:"90%",maxHeight:"90%",borderRadius:"8px",boxShadow:"0 0 20px rgba(0,0,0,0.5)",transition:"transform 0.2s",cursor:"zoom-out"}),n.addEventListener("click",function(){document.body.removeChild(n)}),n.appendChild(r),document.body.appendChild(n)}})})},0)},[e.value]),o(i().createElement("span",{className:"".concat(u," ").concat(l)},i().createElement("span",{ref:n,style:function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r;r=n[t],t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r})}return e}({border:"none"},null!=(t=null==e?void 0:e.style)?t:{})})))}var b=(0,o.withDynamicSchemaProps)(function(e){var t,n=(0,r.useField)(),o=null!=(t=e.value)?t:null==n?void 0:n.value,u=d(),s=(0,a.useRef)(),f=p((0,a.useState)(!1),2),v=f[0],b=f[1],h=p((0,a.useState)(!1),2),g=h[0],w=h[1],S=p((0,a.useState)(""),2),x=S[0],E=S[1],C=(0,a.useRef)();(0,a.useEffect)(function(){if(e.value&&(!n||(null==n?void 0:n.value)))if(e.ellipsis)c().md2html(e.value,{mode:"light",cdn:u}).then(function(e){var t,n;E(((t=document.createElement("div")).innerHTML=e,n=t.innerText,t=null,(null==n?void 0:n.replace(/[\n\r]/g,""))||""))}).catch(function(){return E("")});else{var t;c().preview(s.current,null!=(t=e.value)?t:null==n?void 0:n.value,{mode:"light",cdn:u})}},[e.value,e.ellipsis,null==n?void 0:n.value]);var R=(0,a.useCallback)(function(){var e;return!!C.current&&m(C.current)>(null==(e=C.current)?void 0:e.offsetWidth)},[C]);return e.ellipsis?i().createElement(l.Popover,{open:v,onOpenChange:function(e){b(g&&e)},content:i().createElement(y,{value:o,style:{maxWidth:500,maxHeight:400,overflowY:"auto"}})},i().createElement("div",{ref:C,style:{overflow:"hidden",overflowWrap:"break-word",textOverflow:"ellipsis",whiteSpace:"nowrap",wordBreak:"break-all"},onMouseEnter:function(e){var t=e.target;R()&&w(t.scrollWidth>=t.clientWidth)}},x)):i().createElement(y,{value:o})}),h=n(238),g=n(68),w=n(551);function S(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function x(e,t,n,r,o,l,a){try{var i=e[l](a),u=i.value}catch(e){n(e);return}i.done?t(u):Promise.resolve(u).then(r,o)}var E=["en_US","fr_FR","pt_BR","ja_JP","ko_KR","ru_RU","sv_SE","zh_CN","zh_TW"],C=(0,o.withDynamicSchemaProps)(function(e){var t,n=e.disabled,r=e.onChange,l=e.value,u=e.fileCollection,s=e.toolbar,v=e.editMode,p=void 0===v?"ir":v,m=(t=(0,a.useState)(!1),function(e){if(Array.isArray(e))return e}(t)||function(e,t){var n,r,o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var l=[],a=!0,i=!1;try{for(o=o.call(e);!(a=(n=o.next()).done)&&(l.push(n.value),l.length!==t);a=!0);}catch(e){i=!0,r=e}finally{try{a||null==o.return||o.return()}finally{if(i)throw r}}return l}}(t,2)||function(e,t){if(e){if("string"==typeof e)return S(e,2);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return S(e,t)}}(t,2)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),y=m[0],b=m[1],C=(0,a.useRef)(),R=(0,a.useRef)(!1),k=(0,a.useRef)(null),O=(0,a.useRef)(null),A=(0,o.useAPIClient)(),_=d(),I=f(),j=I.wrapSSR,P=I.hashId,T=I.componentCls,L=A.auth.locale||"en-US",M=(0,o.usePlugin)("@nocobase/plugin-file-manager"),N=(0,o.useCompile)(),z=(0,a.useRef)(N);z.current=N;var F=(0,h.useTranslation)().t,V=(0,o.useZIndexContext)(),W=(0,o.getZIndex)("drawer",V+1e3,0),q=(0,a.useMemo)(function(){var e=L.replace(/-/g,"_");return E.includes(e)?e:"en_US"},[L]);return(0,a.useEffect)(function(){if(k.current){var e=null!=s?s:g.K,t=new(c())(k.current,{value:null!=l?l:"",lang:q,cache:{enable:!1},undoDelay:0,preview:{math:{engine:"KaTeX"}},toolbar:e,fullscreen:{index:1200},cdn:_,minHeight:200,mode:p,after:function(){C.current=t,b(!0);var e=window.scrollX||window.pageXOffset,r=window.scrollY||window.pageYOffset;t.setValue(null!=l?l:""),requestAnimationFrame(function(){window.scrollTo(e,r)}),n?t.disabled():t.enable()},input:function(e){r(e)},upload:{multiple:!1,fieldName:"file",handler:function(e){var n;return(n=function(){var n,r,o,l,a,i,c,s,d,f,v,p,m,y,b;return function(e,t){var n,r,o,l,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return l={next:i(0),throw:i(1),return:i(2)},"function"==typeof Symbol&&(l[Symbol.iterator]=function(){return this}),l;function i(l){return function(i){var u=[l,i];if(n)throw TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&u[0]?r.return:u[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,u[1])).done)return o;switch(r=0,o&&(u=[2&u[0],o.value]),u[0]){case 0:case 1:o=u;break;case 4:return a.label++,{value:u[1],done:!1};case 5:a.label++,r=u[1],u=[0];continue;case 7:u=a.ops.pop(),a.trys.pop();continue;default:if(!(o=(o=a.trys).length>0&&o[o.length-1])&&(6===u[0]||2===u[0])){a=0;continue}if(3===u[0]&&(!o||u[1]>o[0]&&u[1]<o[3])){a.label=u[1];break}if(6===u[0]&&a.label<o[1]){a.label=o[1],o=u;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(u);break}o[2]&&a.ops.pop(),a.trys.pop();continue}u=t.call(e,a)}catch(e){u=[6,e],r=0}finally{n=o=0}if(5&u[0])throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}}(this,function(h){switch(h.label){case 0:return s=e[0],t.focus(),[4,A.resource("vditor").check({fileCollectionName:u})];case 1:if(!(null==(d=h.sent().data)||null==(n=d.data)?void 0:n.isSupportToUploadFiles))return t.tip(F("vditor.uploadError.message",{ns:w.A,storageTitle:null==(f=d.data.storage)?void 0:f.title}),0),[2];return t.tip(F("uploading"),0),[4,M.uploadFile({file:s,fileCollectionName:u,storageId:null==d||null==(o=d.data)||null==(r=o.storage)?void 0:r.id,storageType:null==d||null==(a=d.data)||null==(l=a.storage)?void 0:l.type,storageRules:null==d||null==(c=d.data)||null==(i=c.storage)?void 0:i.rules})];case 2:if(p=(v=h.sent()).data,m=v.errorMessage)return t.tip(z.current(m),3e3),[2];if(!p)return t.tip(F("Response data is empty",{ns:w.A}),3e3),[2];return y=p.filename,b=p.url,s.type.startsWith("image/")?t.insertValue(".concat(b,")")):t.insertValue("[".concat(y,"](").concat(b,")")),t.tip(F(""),10),[2,null]}})},function(){var e=this,t=arguments;return new Promise(function(r,o){var l=n.apply(e,t);function a(e){x(l,r,o,a,i,"next",e)}function i(e){x(l,r,o,a,i,"throw",e)}a(void 0)})})()}}}),o=k.current;if(o){var a=new MutationObserver(function(){var e=o.classList.contains("vditor--fullscreen"),t=o.querySelectorAll(".vditor-reset"),n=o.querySelectorAll(".vditor-toolbar");t.forEach(function(t){t.style.padding=e?"10px 200px":""}),n.forEach(function(t){t.style.paddingLeft=e?"200px":""})});return a.observe(o,{attributes:!0,attributeFilter:["class"]}),function(){var e;null==(e=C.current)||e.destroy(),C.current=void 0,a.disconnect()}}}},[null==s?void 0:s.join(","),p]),(0,a.useEffect)(function(){if(y&&C.current){var e=C.current;if(l!==e.getValue()){var t,n,r,o,a=window.scrollX||window.pageXOffset,i=window.scrollY||window.pageYOffset;e.setValue(null!=l?l:"");var u=null==(t=k.current)?void 0:t.querySelector("div.vditor-content > div.vditor-ir > pre"),c=null==(n=k.current)?void 0:n.querySelector(".vditor-content"),s=u&&(document.activeElement===u||u.contains(document.activeElement)||(null==(o=document.activeElement)||null==(r=o.closest)?void 0:r.call(o,".vditor-content"))===c);if(u&&s){var d=document.createRange(),f=window.getSelection();f&&(d.selectNodeContents(u),d.collapse(!1),f.removeAllRanges(),f.addRange(d))}s||requestAnimationFrame(function(){window.scrollTo(a,i)})}}},[l,y]),(0,a.useEffect)(function(){y&&C.current&&(n?C.current.disabled():C.current.enable())},[n,y]),(0,a.useEffect)(function(){if(O.current){var e=new MutationObserver(function(e){var t=!0,n=!1,r=void 0;try{for(var o,l=e[Symbol.iterator]();!(t=(o=l.next()).done);t=!0){var a=o.value,i=!0,u=!1,c=void 0;try{for(var s,d=Array.from(a.addedNodes)[Symbol.iterator]();!(i=(s=d.next()).done);i=!0){var f,v=s.value;f=HTMLElement,(null!=f&&"undefined"!=typeof Symbol&&f[Symbol.hasInstance]?!!f[Symbol.hasInstance](v):v instanceof f)&&v.classList.contains("vditor-img")&&(O.current.appendChild(v),v.style.zIndex=String(W))}}catch(e){u=!0,c=e}finally{try{i||null==d.return||d.return()}finally{if(u)throw c}}}}catch(e){n=!0,r=e}finally{try{t||null==l.return||l.return()}finally{if(n)throw r}}});return e.observe(document.body,{childList:!0}),function(){e.disconnect()}}},[W]),(0,a.useLayoutEffect)(function(){if(k.current){var e=new ResizeObserver(function(e){var t=!0,n=!1,r=void 0;try{for(var o,l=e[Symbol.iterator]();!(t=(o=l.next()).done);t=!0){var a,i=o.value.target;i.className.includes("vditor--fullscreen")?(document.body.appendChild(i),R.current=!0):R.current&&(null==(a=O.current)||a.appendChild(i),R.current=!1)}}catch(e){n=!0,r=e}finally{try{t||null==l.return||l.return()}finally{if(n)throw r}}});return e.observe(k.current),function(){e.unobserve(k.current)}}},[]),j(i().createElement("div",{ref:O,className:"".concat(P," ").concat(T)},i().createElement("div",{ref:k})))}),R=(0,o.withDynamicSchemaProps)((0,r.connect)(C,(0,r.mapReadPretty)(b))),k=R}}]);
|