@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.
Files changed (120) hide show
  1. package/es/LcdpUeditor.d.ts +1 -0
  2. package/es/LcdpUeditor.d.ts.map +1 -0
  3. package/es/LcdpUeditor.js +72 -61
  4. package/es/const.d.ts.map +1 -0
  5. package/es/const.js +4 -4
  6. package/es/defaultConfig.json +76 -76
  7. package/es/index.d.ts.map +1 -0
  8. package/es/tools/UeditorResourceLoader.d.ts.map +1 -0
  9. package/es/tools/UeditorResourceLoader.js +11 -16
  10. package/es/tools/filterHtmlNode.d.ts +5 -0
  11. package/es/tools/filterHtmlNode.d.ts.map +1 -0
  12. package/es/tools/filterHtmlNode.js +41 -0
  13. package/es/tools/loadScript.d.ts.map +1 -0
  14. package/es/tools/loadScript.js +5 -7
  15. package/es/type.d.ts +6 -0
  16. package/es/type.d.ts.map +1 -0
  17. package/lib/LcdpUeditor.d.ts +1 -0
  18. package/lib/LcdpUeditor.js +24 -8
  19. package/lib/defaultConfig.json +76 -76
  20. package/lib/tools/filterHtmlNode.d.ts +5 -0
  21. package/lib/tools/filterHtmlNode.js +61 -0
  22. package/lib/type.d.ts +6 -0
  23. package/package.json +35 -34
  24. package/ueditor-resource/dialogs/anchor/anchor.html +62 -62
  25. package/ueditor-resource/dialogs/attachment/attachment.css +716 -716
  26. package/ueditor-resource/dialogs/attachment/attachment.html +61 -61
  27. package/ueditor-resource/dialogs/attachment/attachment.js +803 -803
  28. package/ueditor-resource/dialogs/audio/audio.css +879 -879
  29. package/ueditor-resource/dialogs/audio/audio.html +93 -93
  30. package/ueditor-resource/dialogs/audio/audio.js +815 -815
  31. package/ueditor-resource/dialogs/background/background.css +193 -193
  32. package/ueditor-resource/dialogs/background/background.html +59 -59
  33. package/ueditor-resource/dialogs/background/background.js +370 -370
  34. package/ueditor-resource/dialogs/contentimport/contentimport.html +176 -176
  35. package/ueditor-resource/dialogs/contentimport/contentimport.js +91 -91
  36. package/ueditor-resource/dialogs/emotion/emotion.css +129 -129
  37. package/ueditor-resource/dialogs/emotion/emotion.html +70 -70
  38. package/ueditor-resource/dialogs/emotion/emotion.js +186 -186
  39. package/ueditor-resource/dialogs/formula/formula.html +98 -98
  40. package/ueditor-resource/dialogs/formula/formula.js +147 -147
  41. package/ueditor-resource/dialogs/help/help.css +37 -37
  42. package/ueditor-resource/dialogs/help/help.html +82 -82
  43. package/ueditor-resource/dialogs/help/help.js +57 -57
  44. package/ueditor-resource/dialogs/image/image.css +768 -768
  45. package/ueditor-resource/dialogs/image/image.html +144 -144
  46. package/ueditor-resource/dialogs/image/image.js +1060 -1060
  47. package/ueditor-resource/dialogs/insertframe/insertframe.html +135 -135
  48. package/ueditor-resource/dialogs/internal.js +81 -81
  49. package/ueditor-resource/dialogs/link/link.html +148 -148
  50. package/ueditor-resource/dialogs/preview/preview.html +45 -45
  51. package/ueditor-resource/dialogs/scrawl/scrawl.css +324 -324
  52. package/ueditor-resource/dialogs/scrawl/scrawl.html +95 -95
  53. package/ueditor-resource/dialogs/scrawl/scrawl.js +682 -682
  54. package/ueditor-resource/dialogs/searchreplace/searchreplace.html +144 -144
  55. package/ueditor-resource/dialogs/searchreplace/searchreplace.js +174 -174
  56. package/ueditor-resource/dialogs/spechars/spechars.html +42 -42
  57. package/ueditor-resource/dialogs/spechars/spechars.js +86 -86
  58. package/ueditor-resource/dialogs/table/edittable.css +85 -85
  59. package/ueditor-resource/dialogs/table/edittable.html +69 -69
  60. package/ueditor-resource/dialogs/table/edittable.js +241 -241
  61. package/ueditor-resource/dialogs/table/edittd.html +62 -62
  62. package/ueditor-resource/dialogs/table/edittip.html +33 -33
  63. package/ueditor-resource/dialogs/template/config.js +42 -42
  64. package/ueditor-resource/dialogs/template/template.css +99 -99
  65. package/ueditor-resource/dialogs/template/template.html +26 -26
  66. package/ueditor-resource/dialogs/template/template.js +53 -53
  67. package/ueditor-resource/dialogs/video/video.css +909 -909
  68. package/ueditor-resource/dialogs/video/video.html +114 -114
  69. package/ueditor-resource/dialogs/video/video.js +867 -867
  70. package/ueditor-resource/dialogs/wordimage/wordimage.html +221 -221
  71. package/ueditor-resource/dialogs/wordimage/wordimage.js +93 -93
  72. package/ueditor-resource/lang/en/en.js +686 -686
  73. package/ueditor-resource/lang/zh-cn/zh-cn.js +748 -748
  74. package/ueditor-resource/lang/zh-tw/zh-tw.js +748 -748
  75. package/ueditor-resource/plugins/demo/demo.js +3 -3
  76. package/ueditor-resource/themes/default/css/ueditor.css +2149 -2148
  77. package/ueditor-resource/themes/default/dialog.css +17 -17
  78. package/ueditor-resource/themes/default/dialogbase.css +132 -132
  79. package/ueditor-resource/themes/default/exts/ai.svg +12 -12
  80. package/ueditor-resource/themes/default/exts/apk.svg +12 -12
  81. package/ueditor-resource/themes/default/exts/chm.svg +12 -12
  82. package/ueditor-resource/themes/default/exts/css.svg +12 -12
  83. package/ueditor-resource/themes/default/exts/doc.svg +22 -22
  84. package/ueditor-resource/themes/default/exts/docx.svg +22 -22
  85. package/ueditor-resource/themes/default/exts/dwg.svg +16 -16
  86. package/ueditor-resource/themes/default/exts/folder.svg +3 -3
  87. package/ueditor-resource/themes/default/exts/gif.svg +14 -14
  88. package/ueditor-resource/themes/default/exts/html.svg +12 -12
  89. package/ueditor-resource/themes/default/exts/jpeg.svg +14 -14
  90. package/ueditor-resource/themes/default/exts/jpg.svg +14 -14
  91. package/ueditor-resource/themes/default/exts/log.svg +12 -12
  92. package/ueditor-resource/themes/default/exts/mp3.svg +14 -14
  93. package/ueditor-resource/themes/default/exts/mp4.svg +12 -12
  94. package/ueditor-resource/themes/default/exts/pdf.svg +14 -14
  95. package/ueditor-resource/themes/default/exts/png.svg +14 -14
  96. package/ueditor-resource/themes/default/exts/ppt.svg +24 -24
  97. package/ueditor-resource/themes/default/exts/pptx.svg +24 -24
  98. package/ueditor-resource/themes/default/exts/psd.svg +12 -12
  99. package/ueditor-resource/themes/default/exts/rar.svg +12 -12
  100. package/ueditor-resource/themes/default/exts/svg.svg +12 -12
  101. package/ueditor-resource/themes/default/exts/torrent.svg +14 -14
  102. package/ueditor-resource/themes/default/exts/txt.svg +14 -14
  103. package/ueditor-resource/themes/default/exts/unknown.svg +12 -12
  104. package/ueditor-resource/themes/default/exts/xls.svg +25 -25
  105. package/ueditor-resource/themes/default/exts/xlsx.svg +25 -25
  106. package/ueditor-resource/themes/default/exts/zip.svg +12 -12
  107. package/ueditor-resource/themes/iframe.css +63 -63
  108. package/ueditor-resource/third-party/SyntaxHighlighter/shCore.js +3655 -3655
  109. package/ueditor-resource/third-party/clipboard/clipboard.js +752 -752
  110. package/ueditor-resource/third-party/codemirror/codemirror.css +106 -106
  111. package/ueditor-resource/third-party/codemirror/codemirror.js +3581 -3581
  112. package/ueditor-resource/third-party/jquery-3.5.1.js +1 -1
  113. package/ueditor-resource/third-party/jquery-3.5.1_1.js +4314 -4314
  114. package/ueditor-resource/third-party/webuploader/webuploader.css +88 -88
  115. package/ueditor-resource/third-party/webuploader/webuploader.js +3 -3
  116. package/ueditor-resource/third-party/zeroclipboard/ZeroClipboard.js +1255 -1255
  117. package/ueditor-resource/{lcdp-ueditor.all.js → ueditor.all.js} +5270 -5269
  118. package/ueditor-resource/ueditor.config.js +655 -655
  119. package/ueditor-resource/{lcdp-ueditor.parse.js → ueditor.parse.js} +13 -13
  120. package/ueditor-resource/index.html +0 -146
@@ -1,115 +1,115 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
- <html>
3
-
4
- <head>
5
- <title></title>
6
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
7
- <script type="text/javascript" src="../internal.js?32939b8e"></script>
8
- <link rel="stylesheet" type="text/css" href="video.css?7c3e77b0" />
9
- </head>
10
-
11
- <body>
12
- <div class="wrapper">
13
- <div id="videoTab">
14
- <div id="tabHeads" class="tabhead" style="display: none;">
15
- <span tabSrc="video" class="focus" data-content-id="video"><var id="lang_tab_insertV"></var></span>
16
- <span tabSrc="upload" style="display:none;" data-content-id="upload"><var
17
- id="lang_tab_uploadV"></var></span>
18
- </div>
19
- <div id="tabBodys" class="tabbody">
20
- <div id="video" class="panel focus">
21
- <div class="col-flex flex-start" style="padding: 0 16px">
22
- <div class="row-flex flex-start" style="align-items: center;">
23
- <label for="videoUrl" class="url"><var id="lang_video_url"></var></label>
24
-
25
- </div>
26
- <div class="row-flex flex-center" style="width: 100%; margin-top: 8px;">
27
- <span style="flex: 1; margin-right: 8px;">
28
- <input id="videoUrl" type="text">
29
- </span>
30
- <a href="javascript:;" id="videoSelect" style="display:none;">选择视频</a>
31
- </div>
32
- </div>
33
- <div class="row-flex flex-start container-box">
34
- <div class="left">
35
- <div id="preview">
36
-
37
- </div>
38
- </div>
39
- <div class="right col-flex flex-start">
40
- <div id="videoInfo">
41
- <div class="col-flex flex-start padding-8">
42
- <label for="videoWidth"><var id="lang_videoW"></var></label>
43
- <input class="txt" id="videoWidth" type="text" />
44
- </div>
45
- <div class="col-flex flex-start padding-8">
46
- <label for="videoHeight"><var id="lang_videoH"></var></label>
47
- <input class="txt" id="videoHeight" type="text" />
48
- </div>
49
- <div class="col-flex flex-start padding-8 alignBar">
50
- <var id="lang_alignment"></var>
51
- <div id="videoFloat" class="alignIcon"></div>
52
- </div>
53
- </div>
54
- </div>
55
- </div>
56
- <div id="upload" class="panel">
57
- <div id="upload_left">
58
- <div id="queueList" class="queueList">
59
- <div class="statusBar element-invisible">
60
- <div class="progress">
61
- <span class="text">0%</span>
62
- <span class="percentage"></span>
63
- </div>
64
- <div class="info"></div>
65
- <div class="btns">
66
- <div id="filePickerBtn"></div>
67
- <div class="uploadBtn"><var id="lang_start_upload"></var></div>
68
- </div>
69
- </div>
70
- <div id="dndArea" class="placeholder">
71
- <div class="filePickerContainer">
72
- <div id="filePickerReady"></div>
73
- </div>
74
- </div>
75
- <ul class="filelist element-invisible">
76
- <li id="filePickerBlock" class="filePickerBlock"></li>
77
- </ul>
78
- </div>
79
- </div>
80
- <div id="uploadVideoInfo">
81
- <fieldset>
82
- <legend><var id="lang_upload_size"></var></legend>
83
- <table>
84
- <tr>
85
- <td><label><var id="lang_upload_width"></var></label></td>
86
- <td><input class="txt" id="upload_width" type="text" /></td>
87
- </tr>
88
- <tr>
89
- <td><label><var id="lang_upload_height"></var></label></td>
90
- <td><input class="txt" id="upload_height" type="text" /></td>
91
- </tr>
92
- </table>
93
- </fieldset>
94
- <fieldset>
95
- <legend><var id="lang_upload_alignment"></var></legend>
96
- <div id="upload_alignment"></div>
97
- </fieldset>
98
- </div>
99
- </div>
100
- </div>
101
- </div>
102
- </div>
103
-
104
- <!-- jquery -->
105
- <script type="text/javascript" src="../../third-party/jquery-3.5.1.js?89c36344"></script>
106
-
107
- <!-- webuploader -->
108
- <script type="text/javascript" src="../../third-party/webuploader/webuploader.js?f37088cc"></script>
109
- <link rel="stylesheet" type="text/css" href="../../third-party/webuploader/webuploader.css?0057c5c7">
110
-
111
- <!-- video -->
112
- <script type="text/javascript" src="video.js?68c3e3d9"></script>
113
- </body>
114
-
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <html>
3
+
4
+ <head>
5
+ <title></title>
6
+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
7
+ <script type="text/javascript" src="../internal.js?32939b8e"></script>
8
+ <link rel="stylesheet" type="text/css" href="video.css?7c3e77b0" />
9
+ </head>
10
+
11
+ <body>
12
+ <div class="wrapper">
13
+ <div id="videoTab">
14
+ <div id="tabHeads" class="tabhead" style="display: none;">
15
+ <span tabSrc="video" class="focus" data-content-id="video"><var id="lang_tab_insertV"></var></span>
16
+ <span tabSrc="upload" style="display:none;" data-content-id="upload"><var
17
+ id="lang_tab_uploadV"></var></span>
18
+ </div>
19
+ <div id="tabBodys" class="tabbody">
20
+ <div id="video" class="panel focus">
21
+ <div class="col-flex flex-start" style="padding: 0 16px">
22
+ <div class="row-flex flex-start" style="align-items: center;">
23
+ <label for="videoUrl" class="url"><var id="lang_video_url"></var></label>
24
+
25
+ </div>
26
+ <div class="row-flex flex-center" style="width: 100%; margin-top: 8px;">
27
+ <span style="flex: 1; margin-right: 8px;">
28
+ <input id="videoUrl" type="text">
29
+ </span>
30
+ <a href="javascript:;" id="videoSelect" style="display:none;">选择视频</a>
31
+ </div>
32
+ </div>
33
+ <div class="row-flex flex-start container-box">
34
+ <div class="left">
35
+ <div id="preview">
36
+
37
+ </div>
38
+ </div>
39
+ <div class="right col-flex flex-start">
40
+ <div id="videoInfo">
41
+ <div class="col-flex flex-start padding-8">
42
+ <label for="videoWidth"><var id="lang_videoW"></var></label>
43
+ <input class="txt" id="videoWidth" type="text" />
44
+ </div>
45
+ <div class="col-flex flex-start padding-8">
46
+ <label for="videoHeight"><var id="lang_videoH"></var></label>
47
+ <input class="txt" id="videoHeight" type="text" />
48
+ </div>
49
+ <div class="col-flex flex-start padding-8 alignBar">
50
+ <var id="lang_alignment"></var>
51
+ <div id="videoFloat" class="alignIcon"></div>
52
+ </div>
53
+ </div>
54
+ </div>
55
+ </div>
56
+ <div id="upload" class="panel">
57
+ <div id="upload_left">
58
+ <div id="queueList" class="queueList">
59
+ <div class="statusBar element-invisible">
60
+ <div class="progress">
61
+ <span class="text">0%</span>
62
+ <span class="percentage"></span>
63
+ </div>
64
+ <div class="info"></div>
65
+ <div class="btns">
66
+ <div id="filePickerBtn"></div>
67
+ <div class="uploadBtn"><var id="lang_start_upload"></var></div>
68
+ </div>
69
+ </div>
70
+ <div id="dndArea" class="placeholder">
71
+ <div class="filePickerContainer">
72
+ <div id="filePickerReady"></div>
73
+ </div>
74
+ </div>
75
+ <ul class="filelist element-invisible">
76
+ <li id="filePickerBlock" class="filePickerBlock"></li>
77
+ </ul>
78
+ </div>
79
+ </div>
80
+ <div id="uploadVideoInfo">
81
+ <fieldset>
82
+ <legend><var id="lang_upload_size"></var></legend>
83
+ <table>
84
+ <tr>
85
+ <td><label><var id="lang_upload_width"></var></label></td>
86
+ <td><input class="txt" id="upload_width" type="text" /></td>
87
+ </tr>
88
+ <tr>
89
+ <td><label><var id="lang_upload_height"></var></label></td>
90
+ <td><input class="txt" id="upload_height" type="text" /></td>
91
+ </tr>
92
+ </table>
93
+ </fieldset>
94
+ <fieldset>
95
+ <legend><var id="lang_upload_alignment"></var></legend>
96
+ <div id="upload_alignment"></div>
97
+ </fieldset>
98
+ </div>
99
+ </div>
100
+ </div>
101
+ </div>
102
+ </div>
103
+
104
+ <!-- jquery -->
105
+ <script type="text/javascript" src="../../third-party/jquery-3.5.1.js?89c36344"></script>
106
+
107
+ <!-- webuploader -->
108
+ <script type="text/javascript" src="../../third-party/webuploader/webuploader.js?f37088cc"></script>
109
+ <link rel="stylesheet" type="text/css" href="../../third-party/webuploader/webuploader.css?0057c5c7">
110
+
111
+ <!-- video -->
112
+ <script type="text/javascript" src="video.js?68c3e3d9"></script>
113
+ </body>
114
+
115
115
  </html>