@lingxiteam/lcdp-ueditor-react 1.0.0-alpha.9 → 1.0.2
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/es/LcdpUeditor.d.ts +1 -0
- package/es/LcdpUeditor.d.ts.map +1 -0
- package/es/LcdpUeditor.js +72 -61
- package/es/const.d.ts.map +1 -0
- package/es/const.js +4 -4
- package/es/defaultConfig.json +76 -76
- package/es/index.d.ts.map +1 -0
- package/es/tools/UeditorResourceLoader.d.ts.map +1 -0
- package/es/tools/UeditorResourceLoader.js +11 -16
- package/es/tools/filterHtmlNode.d.ts +5 -0
- package/es/tools/filterHtmlNode.d.ts.map +1 -0
- package/es/tools/filterHtmlNode.js +41 -0
- package/es/tools/loadScript.d.ts.map +1 -0
- package/es/tools/loadScript.js +5 -7
- package/es/type.d.ts +6 -0
- package/es/type.d.ts.map +1 -0
- package/lib/LcdpUeditor.d.ts +1 -0
- package/lib/LcdpUeditor.js +24 -8
- package/lib/defaultConfig.json +76 -76
- package/lib/tools/filterHtmlNode.d.ts +5 -0
- package/lib/tools/filterHtmlNode.js +61 -0
- package/lib/type.d.ts +6 -0
- package/package.json +35 -34
- package/ueditor-resource/dialogs/anchor/anchor.html +62 -62
- package/ueditor-resource/dialogs/attachment/attachment.css +716 -716
- package/ueditor-resource/dialogs/attachment/attachment.html +61 -61
- package/ueditor-resource/dialogs/attachment/attachment.js +803 -803
- package/ueditor-resource/dialogs/audio/audio.css +879 -879
- package/ueditor-resource/dialogs/audio/audio.html +93 -93
- package/ueditor-resource/dialogs/audio/audio.js +815 -815
- package/ueditor-resource/dialogs/background/background.css +193 -193
- package/ueditor-resource/dialogs/background/background.html +59 -59
- package/ueditor-resource/dialogs/background/background.js +370 -370
- package/ueditor-resource/dialogs/contentimport/contentimport.html +176 -176
- package/ueditor-resource/dialogs/contentimport/contentimport.js +91 -91
- package/ueditor-resource/dialogs/emotion/emotion.css +129 -129
- package/ueditor-resource/dialogs/emotion/emotion.html +70 -70
- package/ueditor-resource/dialogs/emotion/emotion.js +186 -186
- package/ueditor-resource/dialogs/formula/formula.html +98 -98
- package/ueditor-resource/dialogs/formula/formula.js +147 -147
- package/ueditor-resource/dialogs/help/help.css +37 -37
- package/ueditor-resource/dialogs/help/help.html +82 -82
- package/ueditor-resource/dialogs/help/help.js +57 -57
- package/ueditor-resource/dialogs/image/image.css +768 -768
- package/ueditor-resource/dialogs/image/image.html +144 -144
- package/ueditor-resource/dialogs/image/image.js +1060 -1060
- package/ueditor-resource/dialogs/insertframe/insertframe.html +135 -135
- package/ueditor-resource/dialogs/internal.js +81 -81
- package/ueditor-resource/dialogs/link/link.html +148 -148
- package/ueditor-resource/dialogs/preview/preview.html +45 -45
- package/ueditor-resource/dialogs/scrawl/scrawl.css +324 -324
- package/ueditor-resource/dialogs/scrawl/scrawl.html +95 -95
- package/ueditor-resource/dialogs/scrawl/scrawl.js +682 -682
- package/ueditor-resource/dialogs/searchreplace/searchreplace.html +144 -144
- package/ueditor-resource/dialogs/searchreplace/searchreplace.js +174 -174
- package/ueditor-resource/dialogs/spechars/spechars.html +42 -42
- package/ueditor-resource/dialogs/spechars/spechars.js +86 -86
- package/ueditor-resource/dialogs/table/edittable.css +85 -85
- package/ueditor-resource/dialogs/table/edittable.html +69 -69
- package/ueditor-resource/dialogs/table/edittable.js +241 -241
- package/ueditor-resource/dialogs/table/edittd.html +62 -62
- package/ueditor-resource/dialogs/table/edittip.html +33 -33
- package/ueditor-resource/dialogs/template/config.js +42 -42
- package/ueditor-resource/dialogs/template/template.css +99 -99
- package/ueditor-resource/dialogs/template/template.html +26 -26
- package/ueditor-resource/dialogs/template/template.js +53 -53
- package/ueditor-resource/dialogs/video/video.css +909 -909
- package/ueditor-resource/dialogs/video/video.html +114 -114
- package/ueditor-resource/dialogs/video/video.js +867 -867
- package/ueditor-resource/dialogs/wordimage/wordimage.html +221 -221
- package/ueditor-resource/dialogs/wordimage/wordimage.js +93 -93
- package/ueditor-resource/lang/en/en.js +686 -686
- package/ueditor-resource/lang/zh-cn/zh-cn.js +748 -748
- package/ueditor-resource/lang/zh-tw/zh-tw.js +748 -748
- package/ueditor-resource/plugins/demo/demo.js +3 -3
- package/ueditor-resource/themes/default/css/ueditor.css +2149 -2148
- package/ueditor-resource/themes/default/dialog.css +17 -17
- package/ueditor-resource/themes/default/dialogbase.css +132 -132
- package/ueditor-resource/themes/default/exts/ai.svg +12 -12
- package/ueditor-resource/themes/default/exts/apk.svg +12 -12
- package/ueditor-resource/themes/default/exts/chm.svg +12 -12
- package/ueditor-resource/themes/default/exts/css.svg +12 -12
- package/ueditor-resource/themes/default/exts/doc.svg +22 -22
- package/ueditor-resource/themes/default/exts/docx.svg +22 -22
- package/ueditor-resource/themes/default/exts/dwg.svg +16 -16
- package/ueditor-resource/themes/default/exts/folder.svg +3 -3
- package/ueditor-resource/themes/default/exts/gif.svg +14 -14
- package/ueditor-resource/themes/default/exts/html.svg +12 -12
- package/ueditor-resource/themes/default/exts/jpeg.svg +14 -14
- package/ueditor-resource/themes/default/exts/jpg.svg +14 -14
- package/ueditor-resource/themes/default/exts/log.svg +12 -12
- package/ueditor-resource/themes/default/exts/mp3.svg +14 -14
- package/ueditor-resource/themes/default/exts/mp4.svg +12 -12
- package/ueditor-resource/themes/default/exts/pdf.svg +14 -14
- package/ueditor-resource/themes/default/exts/png.svg +14 -14
- package/ueditor-resource/themes/default/exts/ppt.svg +24 -24
- package/ueditor-resource/themes/default/exts/pptx.svg +24 -24
- package/ueditor-resource/themes/default/exts/psd.svg +12 -12
- package/ueditor-resource/themes/default/exts/rar.svg +12 -12
- package/ueditor-resource/themes/default/exts/svg.svg +12 -12
- package/ueditor-resource/themes/default/exts/torrent.svg +14 -14
- package/ueditor-resource/themes/default/exts/txt.svg +14 -14
- package/ueditor-resource/themes/default/exts/unknown.svg +12 -12
- package/ueditor-resource/themes/default/exts/xls.svg +25 -25
- package/ueditor-resource/themes/default/exts/xlsx.svg +25 -25
- package/ueditor-resource/themes/default/exts/zip.svg +12 -12
- package/ueditor-resource/themes/iframe.css +63 -63
- package/ueditor-resource/third-party/SyntaxHighlighter/shCore.js +3655 -3655
- package/ueditor-resource/third-party/clipboard/clipboard.js +752 -752
- package/ueditor-resource/third-party/codemirror/codemirror.css +106 -106
- package/ueditor-resource/third-party/codemirror/codemirror.js +3581 -3581
- package/ueditor-resource/third-party/jquery-3.5.1.js +1 -1
- package/ueditor-resource/third-party/jquery-3.5.1_1.js +4314 -4314
- package/ueditor-resource/third-party/webuploader/webuploader.css +88 -88
- package/ueditor-resource/third-party/webuploader/webuploader.js +3 -3
- package/ueditor-resource/third-party/zeroclipboard/ZeroClipboard.js +1255 -1255
- package/ueditor-resource/{lcdp-ueditor.all.js → ueditor.all.js} +5270 -5269
- package/ueditor-resource/ueditor.config.js +655 -655
- package/ueditor-resource/{lcdp-ueditor.parse.js → ueditor.parse.js} +13 -13
- package/ueditor-resource/index.html +0 -146
| @@ -1,61 +1,61 @@ | |
| 1 | 
            -
            <!doctype html>
         | 
| 2 | 
            -
            <html>
         | 
| 3 | 
            -
            <head>
         | 
| 4 | 
            -
                <meta charset="UTF-8">
         | 
| 5 | 
            -
                <title>ueditor图片对话框</title>
         | 
| 6 | 
            -
                <script type="text/javascript" src="../internal.js? | 
| 7 | 
            -
             | 
| 8 | 
            -
                <!-- jquery -->
         | 
| 9 | 
            -
                <script type="text/javascript" src="../../third-party/jquery-3.5.1.js? | 
| 10 | 
            -
             | 
| 11 | 
            -
                <!-- webuploader -->
         | 
| 12 | 
            -
                <script src="../../third-party/webuploader/webuploader.js? | 
| 13 | 
            -
                <link rel="stylesheet" type="text/css" href="../../third-party/webuploader/webuploader.css? | 
| 14 | 
            -
             | 
| 15 | 
            -
                <!-- attachment dialog -->
         | 
| 16 | 
            -
                <link rel="stylesheet" href="attachment.css? | 
| 17 | 
            -
            </head>
         | 
| 18 | 
            -
            <body>
         | 
| 19 | 
            -
             | 
| 20 | 
            -
            <div class="wrapper">
         | 
| 21 | 
            -
                <div id="tabhead" class="tabhead">
         | 
| 22 | 
            -
                    <span class="tab focus" data-content-id="upload"><var id="lang_tab_upload"></var></span>
         | 
| 23 | 
            -
                    <span class="tab" data-content-id="online"><var id="lang_tab_online"></var></span>
         | 
| 24 | 
            -
                </div>
         | 
| 25 | 
            -
                <div id="tabbody" class="tabbody">
         | 
| 26 | 
            -
                    <!-- 上传图片 -->
         | 
| 27 | 
            -
                    <div id="upload" class="panel focus">
         | 
| 28 | 
            -
                        <div id="queueList" class="queueList">
         | 
| 29 | 
            -
                            <div class="statusBar element-invisible">
         | 
| 30 | 
            -
                                <div class="progress">
         | 
| 31 | 
            -
                                    <span class="text">0%</span>
         | 
| 32 | 
            -
                                    <span class="percentage"></span>
         | 
| 33 | 
            -
                                </div>
         | 
| 34 | 
            -
                                <div class="info"></div>
         | 
| 35 | 
            -
                                <div class="btns">
         | 
| 36 | 
            -
                                    <div id="filePickerBtn"></div>
         | 
| 37 | 
            -
                                    <div class="uploadBtn"><var id="lang_start_upload"></var></div>
         | 
| 38 | 
            -
                                </div>
         | 
| 39 | 
            -
                            </div>
         | 
| 40 | 
            -
                            <div id="dndArea" class="placeholder">
         | 
| 41 | 
            -
                                <div class="filePickerContainer">
         | 
| 42 | 
            -
                                    <div id="filePickerReady"></div>
         | 
| 43 | 
            -
                                </div>
         | 
| 44 | 
            -
                            </div>
         | 
| 45 | 
            -
                            <ul class="filelist element-invisible">
         | 
| 46 | 
            -
                                <li id="filePickerBlock" class="filePickerBlock"></li>
         | 
| 47 | 
            -
                            </ul>
         | 
| 48 | 
            -
                        </div>
         | 
| 49 | 
            -
                    </div>
         | 
| 50 | 
            -
             | 
| 51 | 
            -
                    <!-- 在线图片 -->
         | 
| 52 | 
            -
                    <div id="online" class="panel">
         | 
| 53 | 
            -
                        <div id="fileList"><var id="lang_imgLoading"></var></div>
         | 
| 54 | 
            -
                    </div>
         | 
| 55 | 
            -
             | 
| 56 | 
            -
                </div>
         | 
| 57 | 
            -
            </div>
         | 
| 58 | 
            -
            <script type="text/javascript" src="attachment.js? | 
| 59 | 
            -
             | 
| 60 | 
            -
            </body>
         | 
| 61 | 
            -
            </html>
         | 
| 1 | 
            +
            <!doctype html>
         | 
| 2 | 
            +
            <html>
         | 
| 3 | 
            +
            <head>
         | 
| 4 | 
            +
                <meta charset="UTF-8">
         | 
| 5 | 
            +
                <title>ueditor图片对话框</title>
         | 
| 6 | 
            +
                <script type="text/javascript" src="../internal.js?aea0c61c"></script>
         | 
| 7 | 
            +
             | 
| 8 | 
            +
                <!-- jquery -->
         | 
| 9 | 
            +
                <script type="text/javascript" src="../../third-party/jquery-3.5.1.js?064a9f9e"></script>
         | 
| 10 | 
            +
             | 
| 11 | 
            +
                <!-- webuploader -->
         | 
| 12 | 
            +
                <script src="../../third-party/webuploader/webuploader.js?6da2823d"></script>
         | 
| 13 | 
            +
                <link rel="stylesheet" type="text/css" href="../../third-party/webuploader/webuploader.css?fdc93f58">
         | 
| 14 | 
            +
             | 
| 15 | 
            +
                <!-- attachment dialog -->
         | 
| 16 | 
            +
                <link rel="stylesheet" href="attachment.css?e8f09700" type="text/css"/>
         | 
| 17 | 
            +
            </head>
         | 
| 18 | 
            +
            <body>
         | 
| 19 | 
            +
             | 
| 20 | 
            +
            <div class="wrapper">
         | 
| 21 | 
            +
                <div id="tabhead" class="tabhead">
         | 
| 22 | 
            +
                    <span class="tab focus" data-content-id="upload"><var id="lang_tab_upload"></var></span>
         | 
| 23 | 
            +
                    <span class="tab" data-content-id="online"><var id="lang_tab_online"></var></span>
         | 
| 24 | 
            +
                </div>
         | 
| 25 | 
            +
                <div id="tabbody" class="tabbody">
         | 
| 26 | 
            +
                    <!-- 上传图片 -->
         | 
| 27 | 
            +
                    <div id="upload" class="panel focus">
         | 
| 28 | 
            +
                        <div id="queueList" class="queueList">
         | 
| 29 | 
            +
                            <div class="statusBar element-invisible">
         | 
| 30 | 
            +
                                <div class="progress">
         | 
| 31 | 
            +
                                    <span class="text">0%</span>
         | 
| 32 | 
            +
                                    <span class="percentage"></span>
         | 
| 33 | 
            +
                                </div>
         | 
| 34 | 
            +
                                <div class="info"></div>
         | 
| 35 | 
            +
                                <div class="btns">
         | 
| 36 | 
            +
                                    <div id="filePickerBtn"></div>
         | 
| 37 | 
            +
                                    <div class="uploadBtn"><var id="lang_start_upload"></var></div>
         | 
| 38 | 
            +
                                </div>
         | 
| 39 | 
            +
                            </div>
         | 
| 40 | 
            +
                            <div id="dndArea" class="placeholder">
         | 
| 41 | 
            +
                                <div class="filePickerContainer">
         | 
| 42 | 
            +
                                    <div id="filePickerReady"></div>
         | 
| 43 | 
            +
                                </div>
         | 
| 44 | 
            +
                            </div>
         | 
| 45 | 
            +
                            <ul class="filelist element-invisible">
         | 
| 46 | 
            +
                                <li id="filePickerBlock" class="filePickerBlock"></li>
         | 
| 47 | 
            +
                            </ul>
         | 
| 48 | 
            +
                        </div>
         | 
| 49 | 
            +
                    </div>
         | 
| 50 | 
            +
             | 
| 51 | 
            +
                    <!-- 在线图片 -->
         | 
| 52 | 
            +
                    <div id="online" class="panel">
         | 
| 53 | 
            +
                        <div id="fileList"><var id="lang_imgLoading"></var></div>
         | 
| 54 | 
            +
                    </div>
         | 
| 55 | 
            +
             | 
| 56 | 
            +
                </div>
         | 
| 57 | 
            +
            </div>
         | 
| 58 | 
            +
            <script type="text/javascript" src="attachment.js?1bdcd6a5"></script>
         | 
| 59 | 
            +
             | 
| 60 | 
            +
            </body>
         | 
| 61 | 
            +
            </html>
         |