@hailin-zheng/editor-core 2.1.18 → 2.1.20

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 (58) hide show
  1. package/index-cjs.d.ts +0 -1
  2. package/index-cjs.js +983 -1720
  3. package/index-cjs.js.map +1 -1
  4. package/index.d.ts +0 -1
  5. package/index.js +979 -1719
  6. package/index.js.map +1 -1
  7. package/med_editor/doc-editor.d.ts +2 -0
  8. package/med_editor/editor-core.d.ts +4 -0
  9. package/med_editor/framework/common-util.d.ts +1 -0
  10. package/med_editor/framework/document-arrange.d.ts +9 -4
  11. package/med_editor/framework/document-context.d.ts +0 -8
  12. package/med_editor/framework/document-paint.d.ts +3 -5
  13. package/med_editor/framework/document-print-offscreen.d.ts +4 -4
  14. package/med_editor/framework/document-svg.d.ts +10 -4
  15. package/med_editor/framework/element-define.d.ts +2 -4
  16. package/med_editor/framework/element-props.d.ts +23 -1
  17. package/med_editor/framework/element-reader.d.ts +6 -1
  18. package/med_editor/framework/event-subject.d.ts +9 -0
  19. package/med_editor/framework/impl/checkbox/checkbox-impl.d.ts +2 -3
  20. package/med_editor/framework/impl/comments/comment-content-impl.d.ts +1 -2
  21. package/med_editor/framework/impl/comments/comment-element-impl.d.ts +8 -2
  22. package/med_editor/framework/impl/comments/comments-container-impl.d.ts +3 -27
  23. package/med_editor/framework/impl/comments/validate-msg-impl.d.ts +1 -2
  24. package/med_editor/framework/impl/data-element/data-decorate-impl.d.ts +1 -2
  25. package/med_editor/framework/impl/data-element/data-element-barcode.d.ts +2 -5
  26. package/med_editor/framework/impl/data-element/data-element-base-impl.d.ts +0 -1
  27. package/med_editor/framework/impl/data-element/data-element-check-impl.d.ts +1 -2
  28. package/med_editor/framework/impl/data-element/data-element-group-impl.d.ts +1 -2
  29. package/med_editor/framework/impl/data-element/data-element-image-impl.d.ts +2 -7
  30. package/med_editor/framework/impl/decorate/fill-null-space-imple.d.ts +1 -2
  31. package/med_editor/framework/impl/document/doc-body-impl.d.ts +1 -2
  32. package/med_editor/framework/impl/document/doc-body-part-impl.d.ts +1 -2
  33. package/med_editor/framework/impl/document/doc-container-impl.d.ts +1 -2
  34. package/med_editor/framework/impl/document/doc-footer-impl.d.ts +1 -2
  35. package/med_editor/framework/impl/document/doc-header-impl.d.ts +1 -2
  36. package/med_editor/framework/impl/document/doc-impl.d.ts +21 -4
  37. package/med_editor/framework/impl/index.d.ts +1 -0
  38. package/med_editor/framework/impl/media-formula/menstrual-history.d.ts +1 -2
  39. package/med_editor/framework/impl/media-formula/permanent-teeth.d.ts +1 -2
  40. package/med_editor/framework/impl/paragraph/p-impl.d.ts +0 -2
  41. package/med_editor/framework/impl/picture/RectEle.d.ts +1 -6
  42. package/med_editor/framework/impl/picture/image-impl.d.ts +2 -7
  43. package/med_editor/framework/impl/radio/radio-impl.d.ts +1 -2
  44. package/med_editor/framework/impl/svg/svg-impl.d.ts +20 -0
  45. package/med_editor/framework/impl/symbol/br-symbol-impl.d.ts +1 -2
  46. package/med_editor/framework/impl/symbol/p-symbol-impl.d.ts +1 -2
  47. package/med_editor/framework/impl/symbol/page-br-symbol-impl.d.ts +1 -2
  48. package/med_editor/framework/impl/symbol/tab-symbol-impl.d.ts +1 -2
  49. package/med_editor/framework/impl/table/table-cell-impl.d.ts +1 -2
  50. package/med_editor/framework/impl/table/table-impl.d.ts +1 -2
  51. package/med_editor/framework/impl/table/table-row-impl.d.ts +1 -2
  52. package/med_editor/framework/impl/text/text-impl.d.ts +1 -2
  53. package/med_editor/framework/impl/text/track-run-impl.d.ts +1 -2
  54. package/med_editor/framework/range-util.d.ts +1 -1
  55. package/med_editor/framework/render-define.d.ts +0 -2
  56. package/med_editor/framework/selection-overlays.d.ts +4 -2
  57. package/package.json +1 -1
  58. package/med_editor/framework/document-images-loader.d.ts +0 -20
package/index-cjs.d.ts CHANGED
@@ -7,7 +7,6 @@ export * from './med_editor/framework/document-comment';
7
7
  export * from './med_editor/framework/document-context';
8
8
  export * from './med_editor/framework/document-eval-func';
9
9
  export * from './med_editor/framework/document-event';
10
- export * from './med_editor/framework/document-images-loader';
11
10
  export * from './med_editor/framework/document-input-cursor';
12
11
  export * from './med_editor/framework/document-paint';
13
12
  export * from './med_editor/framework/document-print';