@lingxiteam/lcdp-ueditor-react 1.0.3-alpha.2 → 1.0.3-alpha.4

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 (85) hide show
  1. package/es/LcdpUeditor.d.ts +4 -0
  2. package/es/LcdpUeditor.js +55 -36
  3. package/es/const.js +4 -4
  4. package/es/defaultConfig.json +76 -76
  5. package/es/tools/UeditorResourceLoader.js +6 -6
  6. package/es/tools/loadScript.js +3 -3
  7. package/lib/LcdpUeditor.d.ts +4 -0
  8. package/lib/LcdpUeditor.js +14 -2
  9. package/lib/defaultConfig.json +76 -76
  10. package/package.json +35 -35
  11. package/ueditor-resource/dialogs/anchor/anchor.html +62 -62
  12. package/ueditor-resource/dialogs/attachment/attachment.css +2 -2
  13. package/ueditor-resource/dialogs/attachment/attachment.html +61 -61
  14. package/ueditor-resource/dialogs/audio/audio.css +2 -2
  15. package/ueditor-resource/dialogs/audio/audio.html +93 -93
  16. package/ueditor-resource/dialogs/background/background.css +2 -2
  17. package/ueditor-resource/dialogs/background/background.html +59 -59
  18. package/ueditor-resource/dialogs/contentimport/contentimport.html +176 -176
  19. package/ueditor-resource/dialogs/emotion/emotion.css +2 -2
  20. package/ueditor-resource/dialogs/emotion/emotion.html +70 -70
  21. package/ueditor-resource/dialogs/formula/formula.html +98 -98
  22. package/ueditor-resource/dialogs/help/help.css +2 -2
  23. package/ueditor-resource/dialogs/help/help.html +82 -82
  24. package/ueditor-resource/dialogs/image/image.css +2 -2
  25. package/ueditor-resource/dialogs/image/image.html +144 -144
  26. package/ueditor-resource/dialogs/insertframe/insertframe.html +135 -135
  27. package/ueditor-resource/dialogs/link/link.html +148 -148
  28. package/ueditor-resource/dialogs/preview/preview.html +45 -45
  29. package/ueditor-resource/dialogs/scrawl/scrawl.css +2 -2
  30. package/ueditor-resource/dialogs/scrawl/scrawl.html +95 -95
  31. package/ueditor-resource/dialogs/searchreplace/searchreplace.html +144 -144
  32. package/ueditor-resource/dialogs/spechars/spechars.html +42 -42
  33. package/ueditor-resource/dialogs/table/edittable.css +2 -2
  34. package/ueditor-resource/dialogs/table/edittable.html +69 -69
  35. package/ueditor-resource/dialogs/table/edittd.html +62 -62
  36. package/ueditor-resource/dialogs/table/edittip.html +33 -33
  37. package/ueditor-resource/dialogs/template/template.css +2 -2
  38. package/ueditor-resource/dialogs/template/template.html +26 -26
  39. package/ueditor-resource/dialogs/video/video.css +2 -2
  40. package/ueditor-resource/dialogs/video/video.html +114 -114
  41. package/ueditor-resource/dialogs/wordimage/wordimage.html +221 -221
  42. package/ueditor-resource/themes/default/css/ueditor.css +2 -2
  43. package/ueditor-resource/themes/default/dialog.css +2 -2
  44. package/ueditor-resource/themes/default/dialogbase.css +2 -2
  45. package/ueditor-resource/themes/default/exts/ai.svg +12 -12
  46. package/ueditor-resource/themes/default/exts/apk.svg +12 -12
  47. package/ueditor-resource/themes/default/exts/chm.svg +12 -12
  48. package/ueditor-resource/themes/default/exts/css.svg +12 -12
  49. package/ueditor-resource/themes/default/exts/doc.svg +22 -22
  50. package/ueditor-resource/themes/default/exts/docx.svg +22 -22
  51. package/ueditor-resource/themes/default/exts/dwg.svg +16 -16
  52. package/ueditor-resource/themes/default/exts/folder.svg +3 -3
  53. package/ueditor-resource/themes/default/exts/gif.svg +14 -14
  54. package/ueditor-resource/themes/default/exts/html.svg +12 -12
  55. package/ueditor-resource/themes/default/exts/jpeg.svg +14 -14
  56. package/ueditor-resource/themes/default/exts/jpg.svg +14 -14
  57. package/ueditor-resource/themes/default/exts/log.svg +12 -12
  58. package/ueditor-resource/themes/default/exts/mp3.svg +14 -14
  59. package/ueditor-resource/themes/default/exts/mp4.svg +12 -12
  60. package/ueditor-resource/themes/default/exts/pdf.svg +14 -14
  61. package/ueditor-resource/themes/default/exts/png.svg +14 -14
  62. package/ueditor-resource/themes/default/exts/ppt.svg +24 -24
  63. package/ueditor-resource/themes/default/exts/pptx.svg +24 -24
  64. package/ueditor-resource/themes/default/exts/psd.svg +12 -12
  65. package/ueditor-resource/themes/default/exts/rar.svg +12 -12
  66. package/ueditor-resource/themes/default/exts/svg.svg +12 -12
  67. package/ueditor-resource/themes/default/exts/torrent.svg +14 -14
  68. package/ueditor-resource/themes/default/exts/txt.svg +14 -14
  69. package/ueditor-resource/themes/default/exts/unknown.svg +12 -12
  70. package/ueditor-resource/themes/default/exts/xls.svg +25 -25
  71. package/ueditor-resource/themes/default/exts/xlsx.svg +25 -25
  72. package/ueditor-resource/themes/default/exts/zip.svg +12 -12
  73. package/ueditor-resource/themes/iframe.css +2 -2
  74. package/ueditor-resource/third-party/SyntaxHighlighter/shCoreDefault.css +2 -2
  75. package/ueditor-resource/third-party/codemirror/codemirror.css +2 -2
  76. package/ueditor-resource/third-party/webuploader/webuploader.css +2 -2
  77. package/ueditor-resource/third-party/zeroclipboard/ZeroClipboard.js +1255 -1255
  78. package/ueditor-resource/ueditor.all.js +3 -3
  79. package/es/LcdpUeditor.d.ts.map +0 -1
  80. package/es/const.d.ts.map +0 -1
  81. package/es/index.d.ts.map +0 -1
  82. package/es/tools/UeditorResourceLoader.d.ts.map +0 -1
  83. package/es/tools/filterHtmlNode.d.ts.map +0 -1
  84. package/es/tools/loadScript.d.ts.map +0 -1
  85. package/es/type.d.ts.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"LcdpUeditor.d.ts","sourceRoot":"","sources":["LcdpUeditor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAQhD,cAAM,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,iBAAiB,EAAE,EAAE,CAAC;IAC9D;;OAEG;IACH,WAAW,EAAE,MAAM,CAAwB;IAE3C;;OAEG;IACH,OAAO,CAAC,QAAQ,CAAwD;IAExE;;OAEG;IACH,OAAO,CAAC,YAAY,CAAwD;IAE5E;;OAEG;IACH,OAAO,CAAC,WAAW,CAAS;IAE5B;;OAEG;IACH,OAAO,CAAC,WAAW,CAAa;IAEhC;;OAEG;IACH,OAAO,CAAC,YAAY,CAAiB;IAErC;;OAEG;IACH,OAAO,CAAC,qBAAqB,CAAW;IAExC;;OAEG;IACH,OAAO,CAAC,cAAc,CAAc;IAEpC;;OAEG;IACH,OAAO,CAAC,cAAc,CAAM;IAE5B;;OAEG;IACH,OAAO,CAAC,OAAO,CAAkB;IAEjC;;OAEG;IACH,KAAK,EAAE,QAAQ,CAAC;QAAE,SAAS,EAAE,OAAO,CAAA;KAAE,CAAC,CAErC;IAEF;;OAEG;IACH,YAAY,EAAE,GAAG,CAAM;gBAEX,KAAK,EAAE,iBAAiB;IA4CpC,iBAAiB,IAAI,IAAI;IAIzB,yBAAyB,CAAC,SAAS,EAAE,iBAAiB;IAiBtD,oBAAoB,IAAI,IAAI;IAM5B,OAAO,CAAC,eAAe;IAWvB,OAAO,CAAC,YAAY;IAOpB,OAAO,CAAC,UAAU;IAWlB;;;;OAIG;YACW,UAAU;IAqCxB;;OAEG;IACH,OAAO,CAAC,QAAQ;IAMhB;;OAEG;IACH,OAAO,CAAC,SAAS;IAcjB;;OAEG;IACG,WAAW;IAgCjB,MAAM,IAAI,KAAK,CAAC,SAAS;CAY1B;AAED,eAAe,WAAW,CAAC"}
package/es/const.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"const.d.ts","sourceRoot":"","sources":["const.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,oBAAoB,uBAAuB,CAAC;AAEzD;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;8BAMR,MAAM;CAChC,CAAC"}
package/es/index.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAEhD,OAAO,EACL,WAAW,EACX,iBAAiB,GAClB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"UeditorResourceLoader.d.ts","sourceRoot":"","sources":["UeditorResourceLoader.ts"],"names":[],"mappings":"AAGA,cAAM,qBAAqB;IACzB,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAwB;IAG/C,OAAO,CAAC,MAAM,CAAC,aAAa;IAI5B,OAAO,CAAC,YAAY,CAAkB;IAEtC,OAAO,CAAC,iBAAiB,CAAkB;IAE3C,OAAO,CAAC,OAAO,CAAkB;IAEjC,OAAO,CAAC,SAAS,CAAkB;WAEf,SAAS,CAAE,MAAM,EAAE,MAAM,EAAE;WAgCjC,WAAW;IAWzB;;;OAGG;WACW,OAAO,CAAC,QAAQ,EAAE,QAAQ;IASxC;;;OAGG;WACW,WAAW,CAAC,QAAQ,EAAE,QAAQ;CAI7C;AAED,eAAe,qBAAqB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"filterHtmlNode.d.ts","sourceRoot":"","sources":["filterHtmlNode.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,QAAS,MAAM;;;;CA2CzC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"loadScript.d.ts","sourceRoot":"","sources":["loadScript.ts"],"names":[],"mappings":"AACA;;;GAGG;AACH,eAAO,MAAM,cAAc,SAAgB,MAAM,EAAE,kBAUlD,CAAC"}
package/es/type.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,aAAc,SAAQ,KAAK,CAAC,aAAa;IAC/C,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB;AAGD,MAAM,WAAW,iBAAiB;IAE9B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,KAAK,CAAC,EAAE,aAAa,CAAC;IAEtB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,MAAM,CAAC,EAAE;QAEL;;WAEG;QACH,UAAU,CAAC,EAAE,OAAO,CAAC;QAErB;;WAEG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;QAEhB;;WAEG;QACH,SAAS,EAAE,MAAM,GAAG,QAAQ,CAAC;QAE7B;;WAEG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;QAEtB;;WAEG;QACH,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;QAE3B;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;WAEG;QACH,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;QAE1B;;WAEG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;QAEtB;;WAEG;QACH,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;QAE3B;;WAEG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;QAEtB;;WAEG;QACH,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;QAG3B,YAAY,CAAC,EAAE,MAAM,CAAC;KACzB,CAAC;IAEF,QAAQ,CAAC,EAAE,MAAM,EAAE,EAAE,CAAC;IAEtB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,OAAO,CAAC;IAEhC;;;;OAIG;IACH,cAAc,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC;QAChC,KAAK,EAAE,SAAS,GAAG,MAAM,CAAC;QAC1B,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,MAAM,CAAA;KACpB,CAAC,CAAC;IAEH;;;OAGG;IACH,OAAO,CAAC,CAAC,IAAI,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAEvC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,QAAQ,CAAC,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;CAChC;AAGD,MAAM,WAAW,gBAAgB;IAE7B;;OAEG;IACH,UAAU,IAAI,MAAM,CAAC;IAErB;;OAEG;IACH,UAAU,IAAI,MAAM,CAAC;IAErB;;;;OAIG;IACH,UAAU,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAEtD;;OAEG;IACH,aAAa,IAAI,MAAM,CAAC;IAExB;;OAEG;IACH,WAAW,IAAI,MAAM,CAAC;IAEtB;;OAEG;IACH,WAAW,IAAI,OAAO,CAAC;IAEvB;;OAEG;IACH,KAAK,IAAI,IAAI,CAAC;IAEd;;OAEG;IACH,OAAO,IAAI,OAAO,CAAC;IAEnB;;OAEG;IACH,OAAO,IAAI,IAAI,CAAC;IAEhB;;OAEG;IACH,aAAa,IAAI,MAAM,CAAC;CAC3B"}