@lingxiteam/lcdp-ueditor-react 1.0.1 → 1.0.3-alpha.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/es/LcdpUeditor.d.ts +1 -0
- package/es/LcdpUeditor.js +17 -7
- package/es/tools/UeditorResourceLoader.d.ts +1 -1
- package/es/tools/UeditorResourceLoader.js +18 -7
- package/lib/LcdpUeditor.d.ts +1 -0
- package/lib/LcdpUeditor.js +13 -9
- package/lib/tools/UeditorResourceLoader.d.ts +1 -1
- package/lib/tools/UeditorResourceLoader.js +15 -7
- package/package.json +1 -1
- package/ueditor-resource/dialogs/anchor/anchor.html +1 -1
- package/ueditor-resource/dialogs/attachment/attachment.css +2 -715
- package/ueditor-resource/dialogs/attachment/attachment.html +6 -6
- package/ueditor-resource/dialogs/attachment/attachment.js +2 -803
- package/ueditor-resource/dialogs/audio/audio.css +2 -878
- package/ueditor-resource/dialogs/audio/audio.js +2 -815
- package/ueditor-resource/dialogs/background/background.css +2 -192
- package/ueditor-resource/dialogs/background/background.html +3 -3
- package/ueditor-resource/dialogs/background/background.js +2 -370
- package/ueditor-resource/dialogs/contentimport/contentimport.html +3 -3
- package/ueditor-resource/dialogs/contentimport/contentimport.js +2 -91
- package/ueditor-resource/dialogs/emotion/emotion.css +2 -128
- package/ueditor-resource/dialogs/emotion/emotion.html +3 -3
- package/ueditor-resource/dialogs/emotion/emotion.js +2 -186
- package/ueditor-resource/dialogs/formula/formula.html +4 -4
- package/ueditor-resource/dialogs/formula/formula.js +2 -147
- package/ueditor-resource/dialogs/help/help.css +2 -36
- package/ueditor-resource/dialogs/help/help.html +3 -3
- package/ueditor-resource/dialogs/help/help.js +2 -57
- package/ueditor-resource/dialogs/image/image.css +2 -767
- package/ueditor-resource/dialogs/image/image.js +2 -1060
- package/ueditor-resource/dialogs/insertframe/insertframe.html +2 -2
- package/ueditor-resource/dialogs/internal.js +2 -81
- package/ueditor-resource/dialogs/preview/preview.html +2 -2
- package/ueditor-resource/dialogs/scrawl/scrawl.css +2 -323
- package/ueditor-resource/dialogs/scrawl/scrawl.html +3 -3
- package/ueditor-resource/dialogs/scrawl/scrawl.js +2 -682
- package/ueditor-resource/dialogs/searchreplace/searchreplace.html +2 -2
- package/ueditor-resource/dialogs/searchreplace/searchreplace.js +2 -174
- package/ueditor-resource/dialogs/spechars/spechars.html +2 -2
- package/ueditor-resource/dialogs/spechars/spechars.js +2 -86
- package/ueditor-resource/dialogs/table/edittable.css +2 -84
- package/ueditor-resource/dialogs/table/edittable.html +3 -3
- package/ueditor-resource/dialogs/table/edittable.js +2 -241
- package/ueditor-resource/dialogs/table/edittd.html +1 -1
- package/ueditor-resource/dialogs/table/edittip.html +1 -1
- package/ueditor-resource/dialogs/template/config.js +2 -42
- package/ueditor-resource/dialogs/template/template.css +2 -98
- package/ueditor-resource/dialogs/template/template.html +4 -4
- package/ueditor-resource/dialogs/template/template.js +2 -53
- package/ueditor-resource/dialogs/video/video.css +2 -908
- package/ueditor-resource/dialogs/video/video.js +2 -867
- package/ueditor-resource/dialogs/wordimage/wordimage.html +5 -5
- package/ueditor-resource/dialogs/wordimage/wordimage.js +2 -93
- package/ueditor-resource/lang/en/en.js +2 -686
- package/ueditor-resource/lang/zh-cn/zh-cn.js +2 -748
- package/ueditor-resource/lang/zh-tw/zh-tw.js +2 -748
- package/ueditor-resource/plugins/demo/demo.js +1 -3
- package/ueditor-resource/themes/default/css/ueditor.css +2 -2147
- package/ueditor-resource/themes/default/dialog.css +2 -16
- package/ueditor-resource/themes/default/dialogbase.css +2 -131
- package/ueditor-resource/themes/iframe.css +2 -62
- package/ueditor-resource/third-party/SyntaxHighlighter/shCore.js +4 -3655
- package/ueditor-resource/third-party/SyntaxHighlighter/shCoreDefault.css +3 -1
- package/ueditor-resource/third-party/clipboard/clipboard.js +2 -753
- package/ueditor-resource/third-party/codemirror/codemirror.css +2 -105
- package/ueditor-resource/third-party/codemirror/codemirror.js +3 -3581
- package/ueditor-resource/third-party/jquery-3.5.1.js +4 -2
- package/ueditor-resource/third-party/jquery-3.5.1_1.js +4 -4314
- package/ueditor-resource/third-party/webuploader/webuploader.css +2 -87
- package/ueditor-resource/third-party/webuploader/webuploader.js +5 -4
- package/ueditor-resource/ueditor.all.js +20 -32644
- package/ueditor-resource/ueditor.config.js +2 -655
- package/ueditor-resource/ueditor.parse.js +2 -639
| @@ -1,17 +1,3 @@ | |
| 1 | 
            -
             | 
| 2 | 
            -
                height: 30px;
         | 
| 3 | 
            -
                border: 1px solid #EEE;
         | 
| 4 | 
            -
                border-radius: 3px;
         | 
| 5 | 
            -
                padding: 0 5px;
         | 
| 6 | 
            -
                line-height: 2px;
         | 
| 7 | 
            -
                outline: none;
         | 
| 8 | 
            -
            }
         | 
| 1 | 
            +
            /*! UEditorPlus v2.0.0*/
         | 
| 9 2 |  | 
| 10 | 
            -
            select  | 
| 11 | 
            -
                height: 30px;
         | 
| 12 | 
            -
                border: 1px solid #EEE;
         | 
| 13 | 
            -
                border-radius: 3px;
         | 
| 14 | 
            -
                padding: 0 5px;
         | 
| 15 | 
            -
                line-height: 2px;
         | 
| 16 | 
            -
                outline: none;
         | 
| 17 | 
            -
            }
         | 
| 3 | 
            +
            input[type=text]{height:30px;border:1px solid #EEE;border-radius:3px;padding:0 5px;line-height:2px;outline:0}select{height:30px;border:1px solid #EEE;border-radius:3px;padding:0 5px;line-height:2px;outline:0}
         | 
| @@ -1,132 +1,3 @@ | |
| 1 | 
            -
             | 
| 2 | 
            -
            */
         | 
| 1 | 
            +
            /*! UEditorPlus v2.0.0*/
         | 
| 3 2 |  | 
| 4 | 
            -
             | 
| 5 | 
            -
            */
         | 
| 6 | 
            -
            html, body, div, span, applet, object, iframe,
         | 
| 7 | 
            -
            h1, h2, h3, h4, h5, h6, p, blockquote, pre,
         | 
| 8 | 
            -
            a, abbr, acronym, address, big, cite, code,
         | 
| 9 | 
            -
            del, dfn, em, font, img, ins, kbd, q, s, samp,
         | 
| 10 | 
            -
            small, strike, strong, sub, sup, tt, var,
         | 
| 11 | 
            -
            b, u, i, center,
         | 
| 12 | 
            -
            dl, dt, dd, ol, ul, li,
         | 
| 13 | 
            -
            fieldset, form, label, legend,
         | 
| 14 | 
            -
            table, caption, tbody, tfoot, thead, tr, th, td {
         | 
| 15 | 
            -
                margin: 0;
         | 
| 16 | 
            -
                padding: 0;
         | 
| 17 | 
            -
                outline: 0;
         | 
| 18 | 
            -
                font-size: 100%;
         | 
| 19 | 
            -
            }
         | 
| 20 | 
            -
             | 
| 21 | 
            -
            body {
         | 
| 22 | 
            -
                line-height: 1;
         | 
| 23 | 
            -
            }
         | 
| 24 | 
            -
             | 
| 25 | 
            -
            ol, ul {
         | 
| 26 | 
            -
                list-style: none;
         | 
| 27 | 
            -
            }
         | 
| 28 | 
            -
             | 
| 29 | 
            -
            blockquote, q {
         | 
| 30 | 
            -
                quotes: none;
         | 
| 31 | 
            -
            }
         | 
| 32 | 
            -
             | 
| 33 | 
            -
            ins {
         | 
| 34 | 
            -
                text-decoration: none;
         | 
| 35 | 
            -
            }
         | 
| 36 | 
            -
             | 
| 37 | 
            -
            del {
         | 
| 38 | 
            -
                text-decoration: line-through;
         | 
| 39 | 
            -
            }
         | 
| 40 | 
            -
             | 
| 41 | 
            -
            table {
         | 
| 42 | 
            -
                border-collapse: collapse;
         | 
| 43 | 
            -
                border-spacing: 0;
         | 
| 44 | 
            -
            }
         | 
| 45 | 
            -
             | 
| 46 | 
            -
            /*module
         | 
| 47 | 
            -
            */
         | 
| 48 | 
            -
            body {
         | 
| 49 | 
            -
                background-color: #fff;
         | 
| 50 | 
            -
                font: 12px/1.5 sans-serif, "宋体", "Arial Narrow", HELVETICA;
         | 
| 51 | 
            -
                color: #646464;
         | 
| 52 | 
            -
            }
         | 
| 53 | 
            -
             | 
| 54 | 
            -
            /*tab*/
         | 
| 55 | 
            -
            .tabhead {
         | 
| 56 | 
            -
                position: relative;
         | 
| 57 | 
            -
                z-index: 10;
         | 
| 58 | 
            -
            }
         | 
| 59 | 
            -
             | 
| 60 | 
            -
            .tabhead span {
         | 
| 61 | 
            -
                display: inline-block;
         | 
| 62 | 
            -
                padding: 0 5px;
         | 
| 63 | 
            -
                height: 30px;
         | 
| 64 | 
            -
                border: 1px solid #ccc;
         | 
| 65 | 
            -
                background: #EEE;
         | 
| 66 | 
            -
                text-align: center;
         | 
| 67 | 
            -
                line-height: 30px;
         | 
| 68 | 
            -
                cursor: pointer;
         | 
| 69 | 
            -
                *margin-right: 5px;
         | 
| 70 | 
            -
                border-radius: 3px 3px 0 0;
         | 
| 71 | 
            -
            }
         | 
| 72 | 
            -
             | 
| 73 | 
            -
            .tabhead span.focus {
         | 
| 74 | 
            -
                height: 31px;
         | 
| 75 | 
            -
                border-bottom: none;
         | 
| 76 | 
            -
                background: #fff;
         | 
| 77 | 
            -
            }
         | 
| 78 | 
            -
             | 
| 79 | 
            -
            .tabbody {
         | 
| 80 | 
            -
                position: relative;
         | 
| 81 | 
            -
                margin: 0 auto;
         | 
| 82 | 
            -
                border-top: 1px solid #F0F0F0;
         | 
| 83 | 
            -
                border-bottom: 1px solid #F0F0F0;
         | 
| 84 | 
            -
            }
         | 
| 85 | 
            -
             | 
| 86 | 
            -
            .container-box {
         | 
| 87 | 
            -
                border: 1px dashed rgba(220, 221, 229, 1);
         | 
| 88 | 
            -
                margin-top: 8px;
         | 
| 89 | 
            -
                border-radius: 4px;
         | 
| 90 | 
            -
            }
         | 
| 91 | 
            -
             | 
| 92 | 
            -
            .col-flex {
         | 
| 93 | 
            -
                display: flex;
         | 
| 94 | 
            -
                flex-direction: column;
         | 
| 95 | 
            -
            }
         | 
| 96 | 
            -
             | 
| 97 | 
            -
            .row-flex {
         | 
| 98 | 
            -
                display: flex;
         | 
| 99 | 
            -
                flex-direction: row;
         | 
| 100 | 
            -
            }
         | 
| 101 | 
            -
             | 
| 102 | 
            -
            .flex-start {
         | 
| 103 | 
            -
                justify-content: flex-start;
         | 
| 104 | 
            -
                align-items: flex-start;
         | 
| 105 | 
            -
            }
         | 
| 106 | 
            -
             | 
| 107 | 
            -
            .flex-center {
         | 
| 108 | 
            -
                justify-content: center;
         | 
| 109 | 
            -
                align-items: center;
         | 
| 110 | 
            -
            }
         | 
| 111 | 
            -
             | 
| 112 | 
            -
            .flex-end {
         | 
| 113 | 
            -
                justify-content: flex-end;
         | 
| 114 | 
            -
                align-items: flex-end;
         | 
| 115 | 
            -
            }
         | 
| 116 | 
            -
             | 
| 117 | 
            -
            /*button*/
         | 
| 118 | 
            -
            a.button {
         | 
| 119 | 
            -
                display: block;
         | 
| 120 | 
            -
                text-align: center;
         | 
| 121 | 
            -
                line-height: 24px;
         | 
| 122 | 
            -
                text-decoration: none;
         | 
| 123 | 
            -
                height: 24px;
         | 
| 124 | 
            -
                width: 95px;
         | 
| 125 | 
            -
                border: 0;
         | 
| 126 | 
            -
                color: #838383;
         | 
| 127 | 
            -
                background: url(../../themes/default/images/icons-all.gif) no-repeat;
         | 
| 128 | 
            -
            }
         | 
| 129 | 
            -
             | 
| 130 | 
            -
            a.button:hover {
         | 
| 131 | 
            -
                background-position: 0 -30px;
         | 
| 132 | 
            -
            }
         | 
| 3 | 
            +
            html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;outline:0;font-size:100%}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}body{background-color:#fff;font:12px/1.5 sans-serif,"宋体","Arial Narrow",HELVETICA;color:#646464}.tabhead{position:relative;z-index:10}.tabhead span{display:inline-block;padding:0 5px;height:30px;border:1px solid #ccc;background:#EEE;text-align:center;line-height:30px;cursor:pointer;*margin-right:5px;border-radius:3px 3px 0 0}.tabhead span.focus{height:31px;border-bottom:0;background:#fff}.tabbody{position:relative;margin:0 auto;border-top:1px solid #F0F0F0;border-bottom:1px solid #F0F0F0}.container-box{border:1px dashed rgba(220,221,229,1);margin-top:8px;border-radius:4px}.col-flex{display:flex;flex-direction:column}.row-flex{display:flex;flex-direction:row}.flex-start{justify-content:flex-start;align-items:flex-start}.flex-center{justify-content:center;align-items:center}.flex-end{justify-content:flex-end;align-items:flex-end}a.button{display:block;text-align:center;line-height:24px;text-decoration:none;height:24px;width:95px;border:0;color:#838383;background:url(../../themes/default/images/icons-all.gif) no-repeat}a.button:hover{background-position:0 -30px}
         | 
| @@ -1,63 +1,3 @@ | |
| 1 | 
            -
             | 
| 2 | 
            -
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
         | 
| 3 | 
            -
                font-size: 14px;
         | 
| 4 | 
            -
                -webkit-box-sizing: border-box;
         | 
| 5 | 
            -
                -moz-box-sizing: border-box;
         | 
| 6 | 
            -
                box-sizing: border-box;
         | 
| 7 | 
            -
            }
         | 
| 1 | 
            +
            /*! UEditorPlus v2.0.0*/
         | 
| 8 2 |  | 
| 9 | 
            -
            a {
         | 
| 10 | 
            -
                color: #09f;
         | 
| 11 | 
            -
                text-decoration: none;
         | 
| 12 | 
            -
            }
         | 
| 13 | 
            -
             | 
| 14 | 
            -
            a:hover,
         | 
| 15 | 
            -
            a:focus {
         | 
| 16 | 
            -
                color: #09f;
         | 
| 17 | 
            -
                text-decoration: none;
         | 
| 18 | 
            -
            }
         | 
| 19 | 
            -
             | 
| 20 | 
            -
            blockquote {
         | 
| 21 | 
            -
                padding: 0 0 0 15px;
         | 
| 22 | 
            -
                margin: 0 0 18px;
         | 
| 23 | 
            -
                border-left: 5px solid #EEE;
         | 
| 24 | 
            -
            }
         | 
| 25 | 
            -
             | 
| 26 | 
            -
            img + br {
         | 
| 27 | 
            -
                display: block;
         | 
| 28 | 
            -
                padding: 4px 0;
         | 
| 29 | 
            -
                content: ' ';
         | 
| 30 | 
            -
            }
         | 
| 31 | 
            -
             | 
| 32 | 
            -
            body p {
         | 
| 33 | 
            -
                margin-bottom: 1em;
         | 
| 34 | 
            -
            }
         | 
| 35 | 
            -
             | 
| 36 | 
            -
            iframe {
         | 
| 37 | 
            -
                border: none;
         | 
| 38 | 
            -
            }
         | 
| 39 | 
            -
             | 
| 40 | 
            -
            img {
         | 
| 41 | 
            -
                max-width: 100%;
         | 
| 42 | 
            -
            }
         | 
| 43 | 
            -
             | 
| 44 | 
            -
            img[data-word-image] {
         | 
| 45 | 
            -
                cursor: pointer;
         | 
| 46 | 
            -
            }
         | 
| 47 | 
            -
             | 
| 48 | 
            -
            pre {
         | 
| 49 | 
            -
                margin: .5em 0;
         | 
| 50 | 
            -
                padding: .4em .6em;
         | 
| 51 | 
            -
                border-radius: 8px;
         | 
| 52 | 
            -
                background: #f8f8f8;
         | 
| 53 | 
            -
                line-height: 1.5;
         | 
| 54 | 
            -
            }
         | 
| 55 | 
            -
             | 
| 56 | 
            -
            /*交互操作*/
         | 
| 57 | 
            -
            img {
         | 
| 58 | 
            -
                cursor: pointer;
         | 
| 59 | 
            -
            }
         | 
| 60 | 
            -
             | 
| 61 | 
            -
            .edui-quick-operate-active {
         | 
| 62 | 
            -
                background: #E6ECFF;
         | 
| 63 | 
            -
            }
         | 
| 3 | 
            +
            body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';font-size:14px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}a{color:#09f;text-decoration:none}a:hover,a:focus{color:#09f;text-decoration:none}blockquote{padding:0 0 0 15px;margin:0 0 18px;border-left:5px solid #EEE}img+br{display:block;padding:4px 0;content:' '}body p{margin-bottom:1em}iframe{border:0}img{max-width:100%}img[data-word-image]{cursor:pointer}pre{margin:.5em 0;padding:.4em .6em;border-radius:8px;background:#f8f8f8;line-height:1.5}img{cursor:pointer}.edui-quick-operate-active{background:#E6ECFF}
         |